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

2020-05-23 Thread Mark Wright
commit: c50d7c8594743247a9df75e21ad0dd6dc3747911
Author: Mark Wright  gentoo  org>
AuthorDate: Sun May 24 05:00:04 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sun May 24 05:00:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50d7c85

dev-lang/R: Thanks to Neil for help with bump to 4.0.0

Closes: https://bugs.gentoo.org/719210
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mark Wright  gentoo.org>

 dev-lang/R/Manifest   |   1 +
 dev-lang/R/R-4.0.0.ebuild | 234 ++
 2 files changed, 235 insertions(+)

diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest
index 7fd12a8b015..18eb82e449d 100644
--- a/dev-lang/R/Manifest
+++ b/dev-lang/R/Manifest
@@ -1,3 +1,4 @@
 DIST R-3.4.1.tar.gz 30200109 BLAKE2B 
03602e9a48759caee8ce047fa6273df7a54af089de4489e21953c0e3fc7bfdf720d924f1e0167d3dbf65f63ed42ac10dea8b45289b921cda1c0e6d25a0063ebb
 SHA512 
19bd50c87dc001ef947c15c1760f27ac8986ff6b43c6d90d3093ae184e42963027ef06faf31ec57ac9e519af7a35a2f53f8ea23ef75d800ebbd02945cedc4651
 DIST R-3.6.3.tar.gz 33308185 BLAKE2B 
f82751e21d3b502132f8f27d4fc47a921fb085a50c3da3b45e08fbbdd1ab3d42e89b4fa6653a570c21176d79f492277b1d0b86c3c9f4da1386d8b6e4771d4d2c
 SHA512 
9b1dc78922e431bd1af81e6e560b10ad04d121718f680fed32db735d561fd40ea6028759976722db11559f1a78fe684119b766f0567128cb2ee5003aa87a0931
+DIST R-4.0.0.tar.gz 33173947 BLAKE2B 
6b67ba5b008f1fd3d5fa3c92805c1e206ece64e821124e3b2d6f72a550ed8084699916b88d41dcc1985b57a286518dcf63d240503aeb2ae7fe31e66c0d30396d
 SHA512 
fa8b684fd0c8a1c9784b8e0e749b34141e513a83d4f3b6792cdf97826264191e7484f6705014974c9268570e717e1a1d39f6a88225fc751189b6f51e1a303163
 DIST R-78d6830e28ea90a046da79a9b4f70c39594bb6d6.bash_completion 13596 BLAKE2B 
53338e4a1c4f68beb69247216e553dbcac47f660fbf032bfebf7a660e32d2cff5b11ed35411c52de7e1fd6e00bbf5b5ea19369a325fa0a38bd93d63dc3288cbd
 SHA512 
9ccd19bb1b0c18a2f13035ccd6809447429e197e298fb4d1df808ef345d723b42f75a1b91c349f6dbb46e4a82e59ef33e11300c495d79b63d670d0c0f2b16a06

diff --git a/dev-lang/R/R-4.0.0.ebuild b/dev-lang/R/R-4.0.0.ebuild
new file mode 100644
index 000..64a0a4e0b49
--- /dev/null
+++ b/dev-lang/R/R-4.0.0.ebuild
@@ -0,0 +1,234 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 autotools eutils flag-o-matic fortran-2 multilib 
toolchain-funcs
+
+# latest git commit for R bash completion: 
https://github.com/deepayan/rcompletion
+BCPV=78d6830e28ea90a046da79a9b4f70c39594bb6d6
+
+DESCRIPTION="Language and environment for statistical computing and graphics"
+HOMEPAGE="http://www.r-project.org/;
+SRC_URI="
+   mirror://cran/src/base/R-4/${P}.tar.gz
+   
https://raw.githubusercontent.com/deepayan/rcompletion/${BCPV}/bash_completion/R
 -> ${PN}-${BCPV}.bash_completion"
+
+LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix 
profile readline static-libs test tiff tk X"
+REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( 
cairo X ) )"
+
+# At least one package installation in the test suite requires TeX,
+# and will fail without it (bug #718056).
+BDEPEND="virtual/pkgconfig
+   doc? (
+   virtual/latex-base
+   dev-texlive/texlive-fontsrecommended
+   )
+   test? ( virtual/latex-base )"
+DEPEND="
+   app-arch/bzip2:0=
+   app-arch/xz-utils:0=
+   app-text/ghostscript-gpl
+   dev-libs/libpcre:3=
+   net-libs/libtirpc
+   net-misc/curl
+   virtual/blas:0
+   || ( sys-apps/coreutils app-misc/realpath )
+   cairo? ( x11-libs/cairo:0=[X=] x11-libs/pango:0= )
+   icu? ( dev-libs/icu:= )
+   jpeg? ( virtual/jpeg:0 )
+   lapack? ( virtual/lapack:0 )
+   perl? ( dev-lang/perl )
+   png? ( media-libs/libpng:0= )
+   readline? ( sys-libs/readline:0= )
+   tiff? ( media-libs/tiff:0= )
+   tk? ( dev-lang/tk:0= )
+   X? ( x11-libs/libXmu:0= x11-misc/xdg-utils )"
+
+RDEPEND="${DEPEND}
+   sys-libs/zlib:0[minizip]
+   java? ( >=virtual/jre-1.5 )"
+
+RESTRICT="minimal? ( test )
+   !test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.4.1-parallel.patch
+   "${FILESDIR}"/${PN}-3.4.1-rmath-shared.patch
+   "${FILESDIR}"/${PN}-3.6.2-no-LDFLAGS-in-libR-pkg-config.patch
+   "${FILESDIR}"/${PN}-3.6.2-no-gzip-doc.patch
+)
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
+   FORTRAN_NEED_OPENMP=1
+   fi
+   fortran-2_pkg_setup
+   filter-ldflags -Wl,-Bdirect -Bdirect
+   # avoid using existing R installation
+   unset R_HOME
+   # Temporary fix for bug #419761
+   if [[ ($(tc-getCC) == *gcc) && 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/files/, sci-mathematics/rstudio/

2020-05-23 Thread Mark Wright
commit: d6cbaf2df3b45b5a470ecca8cd7fedf56b074413
Author: Mark Wright  gentoo  org>
AuthorDate: Sun May 24 05:03:52 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sun May 24 05:03:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cbaf2d

sci-mathematics/rstudio: Fix build with R 4.0.0

Thanks to Francois Valenduc for reporting.

Closes: https://bugs.gentoo.org/722850
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mark Wright  gentoo.org>

 .../rstudio/files/rstudio-1.2.5042-R-4.0.0.patch   | 106 +
 sci-mathematics/rstudio/rstudio-1.2.5033.ebuild|   1 +
 sci-mathematics/rstudio/rstudio-1.2.5042.ebuild|   1 +
 3 files changed, 108 insertions(+)

diff --git a/sci-mathematics/rstudio/files/rstudio-1.2.5042-R-4.0.0.patch 
b/sci-mathematics/rstudio/files/rstudio-1.2.5042-R-4.0.0.patch
new file mode 100644
index 000..87ec83a7d4a
--- /dev/null
+++ b/sci-mathematics/rstudio/files/rstudio-1.2.5042-R-4.0.0.patch
@@ -0,0 +1,106 @@
+From 71b1a935762efd24a79de193662450de5a89f67e Mon Sep 17 00:00:00 2001
+From: Jonathan McPherson 
+Date: Tue, 14 Jan 2020 12:53:20 -0800
+Subject: [PATCH] use R_NoSave over R_Slave for R 4.0+
+
+---
+ src/cpp/r/CMakeLists.txt | 12 
+ src/cpp/r/config.h.in|  8 +++-
+ src/cpp/r/session/REmbeddedPosix.cpp | 20 ++--
+ 3 files changed, 33 insertions(+), 7 deletions(-)
+
+diff --git a/src/cpp/r/CMakeLists.txt b/src/cpp/r/CMakeLists.txt
+index 6984ae309c..29784b8b67 100644
+--- a/src/cpp/r/CMakeLists.txt
 b/src/cpp/r/CMakeLists.txt
+@@ -15,6 +15,18 @@
+ 
+ project (R)
+ 
++# find the version of R in play
++find_package(LibR REQUIRED)
++execute_process(
++COMMAND "${LIBR_EXECUTABLE}" "--vanilla" "--slave" "-e" 
"cat(as.character(getRversion()))"
++OUTPUT_VARIABLE LIBR_VERSION)
++
++# parse and save the R version to a variable
++string(REPLACE "." ";" R_VERSION_LIST "${LIBR_VERSION}")
++list(GET R_VERSION_LIST 0 R_VERSION_MAJOR)
++list(GET R_VERSION_LIST 1 R_VERSION_MINOR)
++list(GET R_VERSION_LIST 2 R_VERSION_PATCH)
++
+ # include files
+ file(GLOB_RECURSE R_HEADER_FILES "*.h*")
+ 
+diff --git a/src/cpp/r/config.h.in b/src/cpp/r/config.h.in
+index 6ba67c8e09..00bc8b6191 100644
+--- a/src/cpp/r/config.h.in
 b/src/cpp/r/config.h.in
+@@ -1,7 +1,7 @@
+ /*
+  * config.h.in
+  *
+- * Copyright (C) 2009-12 by RStudio, Inc.
++ * Copyright (C) 2009-20 by RStudio, Inc.
+  *
+  * Unless you have received this program directly from RStudio pursuant
+  * to the terms of a commercial license agreement with RStudio, then
+@@ -16,4 +16,10 @@
+ 
+ #cmakedefine PANGO_CAIRO_FOUND
+ 
++// Important: These variables represent the version of R found during
++// compile/link time, NOT the version of R present at runtime.
++#define R_VERSION_MAJOR ${R_VERSION_MAJOR}
++#define R_VERSION_MINOR ${R_VERSION_MINOR}
++#define R_VERSION_PATCH ${R_VERSION_PATCH}
++
+ 
+diff --git a/src/cpp/r/session/REmbeddedPosix.cpp 
b/src/cpp/r/session/REmbeddedPosix.cpp
+index ac71b94522..73e2e2ce7f 100644
+--- a/src/cpp/r/session/REmbeddedPosix.cpp
 b/src/cpp/r/session/REmbeddedPosix.cpp
+@@ -1,7 +1,7 @@
+ /*
+  * REmbeddedPosix.cpp
+  *
+- * Copyright (C) 2009-12 by RStudio, Inc.
++ * Copyright (C) 2009-20 by RStudio, Inc.
+  *
+  * Unless you have received this program directly from RStudio pursuant
+  * to the terms of a commercial license agreement with RStudio, then
+@@ -38,6 +38,8 @@ extern "C" void (*ptr_R_ProcessEvents)(void);
+ extern "C"  typedef void (*ptr_QuartzCocoa_SetupEventLoop)(int, unsigned 
long);
+ #endif
+ 
++#include "config.h"
++
+ extern int R_running_as_main_program;  // from unix/system.c
+ 
+ using namespace rstudio::core;
+@@ -103,14 +105,20 @@ void runEmbeddedR(const core::FilePath& /*rHome*/,// 
ignored on posix
+//
+structRstart rp;
+Rstart Rp = 
+-   R_DefParams(Rp) ;
+-   Rp->R_Slave = FALSE ;
++   R_DefParams(Rp);
++#if R_VERSION_MAJOR > 3
++   // R 4.0 and above use --no-echo to suppress output
++   Rp->R_NoEcho = FALSE;
++#else
++   // R 3.x and below use --slave
++   Rp->R_Slave = FALSE;
++#endif
+Rp->R_Quiet = quiet ? TRUE : FALSE;
+-   Rp->R_Interactive = TRUE ;
+-   Rp->SaveAction = defaultSaveAction ;
++   Rp->R_Interactive = TRUE;
++   Rp->SaveAction = defaultSaveAction;
+Rp->RestoreAction = SA_NORESTORE; // handled within initialize()
+Rp->LoadInitFile = loadInitFile ? TRUE : FALSE;
+-   R_SetParams(Rp) ;
++   R_SetParams(Rp);
+ 
+// redirect console
+R_Interactive = TRUE; // should have also been set by call to 
Rf_initialize_R

diff --git a/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild 
b/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild
index 77f9349a116..09ff6e9c516 100644
--- a/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild
+++ b/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild
@@ -100,6 +100,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.2.1335-boost-1.70.0_p1.patch

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

2020-05-23 Thread Hans de Graaff
commit: 82d7946e4dee47e373cecda25e4d6f819d7c42f3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 04:12:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d7946e

dev-ruby/origin: add missing test dependency

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

 dev-ruby/origin/origin-2.3.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/origin/origin-2.3.1.ebuild 
b/dev-ruby/origin/origin-2.3.1.ebuild
index da49a47b380..0d553e3754c 100644
--- a/dev-ruby/origin/origin-2.3.1.ebuild
+++ b/dev-ruby/origin/origin-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,6 +30,7 @@ IUSE=""
 
 ruby_add_bdepend "
test? (
+   dev-ruby/activesupport
|| ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.7 )
dev-ruby/tzinfo
)"



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

2020-05-23 Thread Hans de Graaff
commit: 7bd8a4bf68298f9467405ae5a77f05a423d1db77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:24:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd8a4bf

dev-ruby/elasticsearch-transport: add missing test dep

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

 dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild 
b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild
index 11e9bf5ae80..1d13774e21d 100644
--- a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild
+++ b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild
@@ -30,6 +30,7 @@ ruby_add_bdepend "
dev-ruby/ansi
dev-ruby/mocha:1.0
dev-ruby/pry
+   dev-ruby/rspec:3
dev-ruby/shoulda-context
dev-ruby/curb
dev-ruby/patron



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

2020-05-23 Thread Hans de Graaff
commit: 95f66dff25cb5f2326158eda958c3984dd5c8c7d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:13:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f66dff

dev-ruby/tins: add 1.25.0

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

 dev-ruby/tins/Manifest   |  1 +
 dev-ruby/tins/tins-1.25.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 876f7c2ada9..a8862b1b3e1 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -3,3 +3,4 @@ DIST tins-1.20.3.gem 305664 BLAKE2B 
26c78cf94acba6651c631b274a98cc7e19d3e215a450
 DIST tins-1.21.1.gem 305664 BLAKE2B 
1a86b55f0334d4e28fe4d4e67c12103ab4ed53056fb00d9d375ffc9b8213419bf277c37d23970e99c6bd7d3a2035cdde661dd63524b81082739d01271370be9c
 SHA512 
25288e3c8e633bc9cef11b988bf778e75a304a52146a4501cd3ebbeee4c845a6be795d4ce7d01b24ff4a9a122fc16afbc20d9d88f7b1559c9b433d8f9282e29d
 DIST tins-1.22.2.gem 306688 BLAKE2B 
c5b0aed29b763d37707de47a57419d9af934a0949417003707fd13a7e9e4a0d82fb905843ceac75a384c6ca9592471c15bc28ea63af4890ce54076f5c2f67d7c
 SHA512 
6b93242d9c63a84de690c381086fd454714cdb0e82ce6eda4deb5d66a8b9ca4bbc5e2c502c258045b06aecb76487eddd019ca267b872717df36cdaf840ae97e7
 DIST tins-1.24.1.gem 306688 BLAKE2B 
64020840eca05dc90402310d2f66a8af2a029954ae8f7b37275c257fc402cc7a6c4f75d8a8f506edf49531b6e1d16112db63094f76736e2e3ee213fb88c92b98
 SHA512 
3df7a43e63f42d48033410affc5b5990864c563c294678b9070bb4dc9c9d47d3783d4e8fc9c4280f6e00304781dae40585df73a8deaac1f228bfc5dadb961b38
+DIST tins-1.25.0.gem 306688 BLAKE2B 
1dfbcfeea4fa88d1a227c5b15dce5f8fbf2bdd8b526d6ec6aae14a309bb8267c89e02b861e0f89c6b0f22638cfce5fde53b07f4bc61838530672b6c9dda2b95a
 SHA512 
e8afd89f39647f0722db3128fdb4e826f8beac5f4c081a4fc95c6e8c9a59129f523af81f953dcffd513172c17173c6ffdc0ce2c215b6073c3b94659c998dc3d0

diff --git a/dev-ruby/tins/tins-1.25.0.ebuild b/dev-ruby/tins/tins-1.25.0.ebuild
new file mode 100644
index 000..cde93a82c4c
--- /dev/null
+++ b/dev-ruby/tins/tins-1.25.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# Earlier versions of ruby bundled this dependency
+USE_RUBY="ruby26 ruby27" ruby_add_rdepend "dev-ruby/sync"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_prepare() {
+   case ${RUBY} in
+   *ruby24|*ruby25)
+   sed -i -e '/sync/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+   ;;
+   esac
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}



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

2020-05-23 Thread Hans de Graaff
commit: 52697fe117287ef9e3386a8377cbb9a718782115
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:39:22 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52697fe1

dev-ruby/marcel: avoid bundler dependency

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

 dev-ruby/marcel/marcel-0.3.3-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild 
b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
index 40fae2ec8e9..27849fa36df 100644
--- a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
+++ b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,6 +25,8 @@ ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
 all_ruby_prepare() {
sed -i -e '2irequire "pathname"' test/test_helper.rb || die
 
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
# Account for changes in shared-mime-info 1.10
mkdir test/fixtures/{magic,name}/font || die
mv test/fixtures/magic/application/x-font-ttf.ttf 
test/fixtures/magic/font/ttf.ttf || die



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

2020-05-23 Thread Hans de Graaff
commit: c7f9e7e11d4f5a8807de570ad183b4ac6aa6eba6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:52:16 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f9e7e1

dev-ruby/maildir: add missing dependency

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

 dev-ruby/maildir/maildir-2.2.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/maildir/maildir-2.2.2.ebuild 
b/dev-ruby/maildir/maildir-2.2.2.ebuild
index 18fa6f98b15..e5614828fca 100644
--- a/dev-ruby/maildir/maildir-2.2.2.ebuild
+++ b/dev-ruby/maildir/maildir-2.2.2.ebuild
@@ -20,6 +20,8 @@ KEYWORDS="~amd64"
 SLOT="2"
 IUSE="test"
 
+ruby_add_rdepend "dev-ruby/activesupport:*"
+
 ruby_add_bdepend "
test? ( >=dev-ruby/fakefs-0.3.2 dev-ruby/mail dev-ruby/shoulda-context 
dev-ruby/test-unit:2 )"
 



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

2020-05-23 Thread Hans de Graaff
commit: 3af47c3cc258acd8515df12c35d0a212cb0b1381
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:10:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af47c3c

dev-ruby/websocket-driver: add 0.7.2

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

 dev-ruby/websocket-driver/Manifest |  1 +
 .../websocket-driver/websocket-driver-0.7.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/websocket-driver/Manifest 
b/dev-ruby/websocket-driver/Manifest
index 48b165a9ea8..db49c1563ab 100644
--- a/dev-ruby/websocket-driver/Manifest
+++ b/dev-ruby/websocket-driver/Manifest
@@ -1,3 +1,4 @@
 DIST websocket-driver-0.6.5.tar.gz 24737 BLAKE2B 
137c16a69309a1aad07fff663ff95a888a151f0fa20e78e754ae62ddfc8c2bdbfda926d7f4c53549e92646d018df7f374721e95246eb2985012e6b219970c4c6
 SHA512 
6915fdefac26a24e1f7d3d9a7e6bc6afc84b491150290a75a14243c233f5029d7d6e90a803b34bd6a8e8717322c6ae6fd4d3f3dad7a50c8eb18f17c3f2e9bbd0
 DIST websocket-driver-0.7.0.tar.gz 25557 BLAKE2B 
5d8af63c50b9c61b05e822a3bef7bd9c15a25875afa2cb0eb909f174801ff10445452c11d83790d9053438ea5556d91739bba27b2c1d6b5dc93397fbfa64bfd6
 SHA512 
cc022a53c546e66eb2b7ab04ff2a809ad22087343807f0e31c51e36e028123d808cbfc1956bc8e14d1fd913661664302a41ae5abc9a34562562da2e5cba58368
 DIST websocket-driver-0.7.1.tar.gz 25722 BLAKE2B 
6046fe93a52ef958fa22402f67d544cb4375248997cc5104bd6ff46fde40493f3b342a29aec5a803e5d884528ee593f605e30150eb1e770508ef26b2af126cda
 SHA512 
77e285eb038c0bff612f24f2edb79747ab37d167d861a7e580827da2ff5bc371cbb76041dbe47224384e58c1beaea7ef78cd875d08f218fb1ca9c4657783efaa
+DIST websocket-driver-0.7.2.tar.gz 25998 BLAKE2B 
a14af62a6189a4ec476352fd587e210e6ecf7f48845e06aae87a3bf78d7f55a1dd50177b29d5759416c6debf24b8d249fa2cf41f1a282044ecef8cd6fa963adf
 SHA512 
05a0ae12e8fcf1c6734bedd8837857d71387844cbfbb768d8b81d8b890e3735c272b7a397ee9f3d20db82939a06694e4bbc6a42d06436911997588917b7fe7af

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.2.ebuild 
b/dev-ruby/websocket-driver/websocket-driver-0.7.2.ebuild
new file mode 100644
index 000..8513f92d88d
--- /dev/null
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A complete implementation of the WebSocket protocols"
+HOMEPAGE="https://github.com/faye/websocket-driver-ruby;
+SRC_URI="https://github.com/faye/websocket-driver-ruby/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}-ruby-${PV}"
+
+LICENSE="MIT"
+SLOT="0.7"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/websocket-driver extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/websocket-driver
+   cp ext/websocket-driver/websocket_mask.so lib/ || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: df3da240395403cfcf6dde8d80fefa35e3d3525d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:20:10 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3da240

dev-ruby/rack-attack: add 6.3.1

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

 dev-ruby/rack-attack/Manifest |  1 +
 dev-ruby/rack-attack/rack-attack-6.3.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/rack-attack/Manifest b/dev-ruby/rack-attack/Manifest
index db1d0a32be3..7d4864dfab0 100644
--- a/dev-ruby/rack-attack/Manifest
+++ b/dev-ruby/rack-attack/Manifest
@@ -1,2 +1,3 @@
 DIST rack-attack-5.4.2.gem 23040 BLAKE2B 
7af950339f03139e6a3ac9e8349e6d2af5182a29f643a08a9ea0806349c02965d05e99d95421f14ba827c9c942a6824f710dbaf06adbb0aa07dde03d74e629ed
 SHA512 
a4af12c2c436a3634108494e2a5b9c5751c0fa2e87af6efa326d9c09fdae54b5bd8a8974c48785dfef64565ff9ee0a6704c90acf1277c8e80849ff30f9fbb67b
 DIST rack-attack-6.2.2.gem 24064 BLAKE2B 
dd76a1f76b4f20e8bf01ac4bfda9af2daacbe972f7847399bd30b9472c8e0f66dbcc333b19eb2e482f91c38d9557ad76559b6a40b7f842faea43b7f88e24cd77
 SHA512 
c2e852f0871502d1f70be20e6d3d6a9ffe50e6203950624b7ea4f6f0c4c48239a8dbef417f6b7348146f3f6d5a028bffa133c29da6453eff57438d7993562822
+DIST rack-attack-6.3.1.gem 25088 BLAKE2B 
97a6f36ad3571508f68b33090644db8fb21f6eb43f8ae16b0107dd3e0e1b8b728b6eaa43959dfa8b9781672147673b750c215c9ed01366de90175ba063d5d2b5
 SHA512 
e6c3fbc5a09cc3d15d06b450baf911b84dd412de7b1a9d0f67661da2106d1474ea2f7c2ec6a7cf5bbd9756642be519e618134c5c7888c41f44270afc4f8aff4a

diff --git a/dev-ruby/rack-attack/rack-attack-6.3.1.ebuild 
b/dev-ruby/rack-attack/rack-attack-6.3.1.ebuild
new file mode 100644
index 000..f3fe2395fc4
--- /dev/null
+++ b/dev-ruby/rack-attack/rack-attack-6.3.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+# Skip integration tests since they require additional unpackaged
+# dependencies and running daemons.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A DSL for blocking & throttling abusive clients"
+HOMEPAGE="https://github.com/kickstarter/rack-attack;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rack:*"
+ruby_add_bdepend "test? (
+   dev-ruby/actionpack
+   dev-ruby/activesupport
+   dev-ruby/rack-test
+   dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|byebug\)/ s:^:#:' Rakefile spec/spec_helper.rb 
|| die
+   sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+
+   # Avoid specs requiring a live redis service
+   sed -i -e '/should delete rack attack key/askip "requires redis 
service"' spec/rack_attack_spec.rb || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: 8028aae9ad247dc664eac658c6955d00e715a404
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:31:08 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8028aae9

dev-ruby/litc: update minitest dependency

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

 dev-ruby/litc/litc-1.0.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/litc/litc-1.0.3-r1.ebuild 
b/dev-ruby/litc/litc-1.0.3-r1.ebuild
index 11587aedd58..f38a0d9b8c6 100644
--- a/dev-ruby/litc/litc-1.0.3-r1.ebuild
+++ b/dev-ruby/litc/litc-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,12 +18,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb 
dev-ruby/minitest:0 )"
+ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb 
dev-ruby/minitest:5 )"
 
 all_ruby_prepare() {
# Don't check dependencies since we provide slightly different packages.
sed -i -e '/check_dependencies/d'\
-e 's#rake/rdoctask#rdoc/task#' Rakefile || die
sed -i -e '/ruby-debug/ s:^:#:' \
-   -e '2agem "minitest", "~> 4.0"' test/helper.rb || die
+   -e '2agem "minitest", "~> 5.0"' test/helper.rb || die
 }



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

2020-05-23 Thread Hans de Graaff
commit: b6cfb662c6ceabc067de492fbac5513bdbfd4709
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:28:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cfb662

dev-ruby/gist: add missing test dependency

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

 dev-ruby/gist/gist-5.1.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/gist/gist-5.1.0.ebuild b/dev-ruby/gist/gist-5.1.0.ebuild
index f5655faac28..281d969d8c4 100644
--- a/dev-ruby/gist/gist-5.1.0.ebuild
+++ b/dev-ruby/gist/gist-5.1.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=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -20,3 +20,5 @@ IUSE=""
 
 # dev-python/txgithub also installs a 'gist' binary.
 RDEPEND="!dev-python/txgithub"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"



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

2020-05-23 Thread Hans de Graaff
commit: 0fc59b9eee9cbaf4d98fca51eff9324faa8637d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 24 03:40:42 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 24 04:13:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc59b9e

dev-ruby/marcel: add ruby27

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

 dev-ruby/marcel/marcel-0.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild 
b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
index 27849fa36df..d92cbf43823 100644
--- a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
+++ b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2020-05-23 Thread Georgy Yakovlev
commit: 3027c8b5824d58fea1d36fe4a568195d5e9d20fa
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 24 04:08:22 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 24 04:08:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3027c8b5

dev-java/icedtea-bin: drop old

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

 dev-java/icedtea-bin/Manifest  |  14 ---
 dev-java/icedtea-bin/icedtea-bin-3.15.0.ebuild | 139 -
 2 files changed, 153 deletions(-)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index b3d7e267aa4..21af4ba8ba1 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -1,28 +1,14 @@
-DIST icedtea-bin-core-3.15.0-amd64.tar.xz 62196772 BLAKE2B 
0da09f58d785c3a9d8acffbe1daeb1d944370a5256ff85f4a8b92d48f465ad19d1ae6eb91729807aa67a43a00e029e9d2978b7848f59bbcddbd40252da930426
 SHA512 
6d9415449b5c937357f1a1b7610658446d1ac9c07a0203e02f89f5ca2077712ca59157f35f02a106674aa17c6f3e0c9b54d983c3278ca0eb8c1d25d639293db5
-DIST icedtea-bin-core-3.15.0-arm.tar.xz 58228516 BLAKE2B 
cc975c461ad1246257c993434035e679e57193ee70b073a072a15ba9b1f3b00848138092ad427356822a216f1142685fcfb31f4e36551846f5298a2338abc215
 SHA512 
517f73b41ac93dead8896b6c0894464ae2d3cae5d249258fe7426817947d1332245de5be60f027e5fb92566e062ea1fb74bbcb2fed600238713202519d70f3b7
-DIST icedtea-bin-core-3.15.0-arm64.tar.xz 61788580 BLAKE2B 
f2c8d1d0ac823838881f07fc3aa47f07b048924c49ec7a0f8ce5b1f942ede8d2aab70d7fd25ea75b6fe7ea68dcd181d9f834ba4b075977470181cf10b6f26696
 SHA512 
f0c9d683048e0cc5ab44a9bdf31b5f2c2f8a2bc425dd1a78fe366791f8b2bae4e7b77f43d9553d95c388673ccac5c1e5a916dadecb9dac2059daa66af97927f2
-DIST icedtea-bin-core-3.15.0-ppc64.tar.xz 55179660 BLAKE2B 
3404f1b4ddc6f1109d141e8a88ff1a913153660b318b84fee43ffe013164c578f9fcad6b75f8212cb11cc9ee89a8260d55b39c7f9516aa910d3838b0490fe923
 SHA512 
7d5e3c16e156f09610e915d3c9062b0f24f5d15045545009f48ba616e8f45184161018ed4136145ab9d15bab6d853052df7fabda43b9bcbcf99aabea8e52477d
-DIST icedtea-bin-core-3.15.0-ppc64le.tar.xz 55188860 BLAKE2B 
732973320837e689b42942da80015109868d5772097111d5789a3bbee100a0b8d75cb581e1825a0c62bd582e93fe828b5575ac307efb73083d248c154cc28cd0
 SHA512 
887af69cc6c0a4227922da2500f228b108d9ac445e62c1836411d09a88df8579e0397d89b3f62b94f73e794a0014c67f4b1c8d2247ac1118967a63092e704078
-DIST icedtea-bin-core-3.15.0-x86.tar.xz 61650896 BLAKE2B 
ed5140790ac2946c4162ead15cd1d8aae812d41d4be3e4fff6669eedb438576e293385ec53405a2c67674c9fad9279497b2f334ef58040f6744b62059dc4882c
 SHA512 
2efbacbcd77474d4a8506f9c4f7d66c3ad57f929644e4c541bb76139b6f1c6a776639a9708257a4ce5085660ddf2d50f54ef179a63746a9eeeba83384f810cc5
 DIST icedtea-bin-core-3.16.0-amd64.tar.xz 62350972 BLAKE2B 
0980787ee1f619907e958fcbf6c75674115adc325abe4d428e46842eab9a26fc2666f3b0498e79de0451a63d01c83302501fc5f861c4ffc7f5914dd7adbb4cf8
 SHA512 
0f79408811fa5b3ab60e72b3fcb8510234a22d698c66f0d5a8f06b67bead0f4a215b771065d6d189fddd25f762b64732a28fd69ad402ef57aa5cedeca745552b
 DIST icedtea-bin-core-3.16.0-arm.tar.xz 58351704 BLAKE2B 
a1fbd5744d3155861e7de5a85a508f8199295568d92efd840a7fc81b9eaed755366fa3212d3039d87c77215168fc6ab9baaa5c92531fc11c1099e6ea486fce48
 SHA512 
84624b80bfb0035b714c38f92a9982c11bae3137fe70d030111c6b2c253472c0c857edfea1a16d646a5e9c4d3215fc66d7f9bf96e8184ae1b5c75a5c3c844549
 DIST icedtea-bin-core-3.16.0-arm64.tar.xz 61918380 BLAKE2B 
8f6778bd63fe037f19115d094ae32294f84a57782b63f32997c80ff580a5a13ff3beec37bae809e45fa4dc174c10335c9040119207a9489b33df590f79398b1d
 SHA512 
dc0bbcb15c897a8f3e83e56877c5a3b7f29740a122597fc26b7f6c43eeb07c32407db060954a262ab1db92cfa6cafc44c7fad131c53c4a811938da5e76c89fe2
 DIST icedtea-bin-core-3.16.0-ppc64.tar.xz 55356056 BLAKE2B 
265635ef70f244696dc09baa6cfef628d794ff851edeebb2d4b531aff4a25dafb902c4f3cbe527540ba65d76da2f3d4234b14cca16d5439d2e92f551a5aaf478
 SHA512 
840b0faed3882324392ad1f7ce8123d9d2f53f33576bb5eec37357d2aab292c21d947867d8b20a34de6fc25c8e1d5dc5c7f541cebe5b008b79bc9daf9250910d
 DIST icedtea-bin-core-3.16.0-ppc64le.tar.xz 55356384 BLAKE2B 
ffa6c0e381b20a3a9d78a61519a0d47715dbd82f9472c5335fb9e2b4dff6948486cf85f6f4f416462158a3476b9a228fdb9c0725294a58bcdc91058d60811bd9
 SHA512 
d9902159044135e1ff5d3b200f5fe283249a2be1da6705b9fdc94eb88c2d199ed3a5c80e70ae89aa870a05110e649e93d4710605c85db15dca360bc66d2c60da
 DIST icedtea-bin-core-3.16.0-x86.tar.xz 61745436 BLAKE2B 
efb37cb8ac00c6fe2a45bed9b829fc5410062105b373ba77012ec2d8f8deff03dcb88288025dcc8a8300d28139068ef202d2c709fe5aad4b8ed2ab1edd54c412
 SHA512 
3df52ec949d8d5ba6cd046841160fab1637666e506f536664506c1de0e74f1b2620836706cca8e194ded575761299ecb3b3f83e295e6dfed8222de1949a73077
-DIST icedtea-bin-doc-3.15.0.tar.xz 11666068 BLAKE2B 
a4df6db09dfe47220cbfa07e12adaa03df490e81fcf38df490710502e78cfae741bf9d8f88ee81e8cf65465fa912b3139b239e858e5479e8af79a48c08444d5c
 SHA512 

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

2020-05-23 Thread Georgy Yakovlev
commit: 6ba3df1ca9031ed30ef761e48a6afd61e20a2e4a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 24 04:06:40 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 24 04:06:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba3df1c

dev-java/openjdk: drop unused patch

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

 dev-java/openjdk/files/openjdk-11-make43.patch | 12 
 1 file changed, 12 deletions(-)

diff --git a/dev-java/openjdk/files/openjdk-11-make43.patch 
b/dev-java/openjdk/files/openjdk-11-make43.patch
deleted file mode 100644
index 9466e2be56f..000
--- a/dev-java/openjdk/files/openjdk-11-make43.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk
-index 170c3ed..b3b49f1 100644
 a/make/common/MakeBase.gmk
-+++ b/make/common/MakeBase.gmk
-@@ -974,6 +974,7 @@ DependOnVariableFileName = \
- # Param 2 - (optional) name of file to store value in
- DependOnVariableHelper = \
- $(strip \
-+$(eval $(call DependOnVariableFileName, $1, $2):$(NEWLINE)true) \
- $(eval -include $(call DependOnVariableFileName, $1, $2)) \
- $(if $(call equals, $(strip $($1)), $(strip $($1_old))),,\
-   $(call MakeDir, $(dir $(call DependOnVariableFileName, $1, $2))) \



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

2020-05-23 Thread Georgy Yakovlev
commit: 3fca65e8aba80665f9f08d72c241e5ecffcaede0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 24 04:09:25 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 24 04:09:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fca65e8

dev-java/icedtea: drop old

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

 dev-java/icedtea/Manifest  |  11 -
 dev-java/icedtea/icedtea-3.15.0.ebuild | 373 -
 2 files changed, 384 deletions(-)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 789b3ac4114..03a15032fa5 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -1,14 +1,3 @@
-DIST icedtea-3.15-aarch32-4107aea57664.tar.xz 6851120 BLAKE2B 
054310c5ad3b20a7e29d1c8875d266d3c163b51349b4d852ab71ff4c4a7c40f6ee75ed0da20ea83c543d9ebc884273511a012e5199feb99ea10b38870a02ffd4
 SHA512 
c6400c6c9d5de671c372650839611c4e2e4a96cd6f86526e722b2023cd6f286b4bedaaa5b3c6c9f9f77e695034182d1d26bbb0ece9ecc62f1f67da08dd921a6f
-DIST icedtea-3.15-corba-f59374a41938.tar.xz 946964 BLAKE2B 
0c71034c9a601bc775c9e4012bbfab07d23ba306c2d7c9d9a056e8c0adb9a323bc4b828034efd3ac16401dff73e9baf4c5971fe8dc8d699b209221393dff86b4
 SHA512 
b27aaef4839be9a6993d8511e492cf33884738e2fe19cd7d00f244a0f94cd0f3a3ff84c63811cd66ea18cdf7327bb270b7ab21c5b66c220a3bb0a31226bb21b5
-DIST icedtea-3.15-hotspot-f76744714698.tar.xz 6905652 BLAKE2B 
619ecf93893554ce7cab5c96f4dbfdad359ca3d5d828ad51691377f97dbdb266fa762a3d3d6cbc451dedb197442fb6816a243624610397e592201be8b69c00e4
 SHA512 
181e9f8d0c083b26a24e6bafe0187e39313a6685f3288d62794c5ec07cb8901b53eba25badc74b367de08b53cd2176df45e184f7a6ccbfab57370e7d3cf388f9
-DIST icedtea-3.15-jaxp-f42bdc74d2f5.tar.xz 2293320 BLAKE2B 
7b32c1ea1019d92d2f7f0da7f2ab9b0e4b3ee5318c4d4fbf9899c2d92cae5a45c131847442425ec6456f5a2ec59349de8776db6b48d8aa78b710c99a01b81201
 SHA512 
25e166d208d99360c9ec5deba5075a5268f2fbc3f31ad9dee0dbd33ee37bc78829d12c9ea11faa5d59ec53385f7dc5f0be29512199db2856068cf81b9ec1ca79
-DIST icedtea-3.15-jaxws-4dee0def390a.tar.xz 2275928 BLAKE2B 
ff7af188ea2bd602621963d27d9389ad57d3e368df49ee12595af511dbcb3904f8322ae9e56dbe60e0374eed674d244cee7c522eb0257110bf9d1a436fee23d3
 SHA512 
cb7a9f80bd33a33f4eb03b091e6c6d3fb6a450695d0231c378d04878fc03e1574f82045c628993e6136188fd2e4144e31c82320b178b21a0aae867e989bfdeeb
-DIST icedtea-3.15-jdk-c2f574d16c2f.tar.xz 39564852 BLAKE2B 
247368e9b277bd991f9d1f1040ea52e37568b9a2b36fc71269fcfb3cb9a2efa0b9ee3ec9d865b20882ce750f051ab0f3d9d33d58c1878c9d77c8576f57285647
 SHA512 
306e2c188987de8d1aa233db1c42522249198b4f3eb71919da911289ab2308b4ab9406c6215c5c157868618341cafbc086bb0e5c423bb6650edfedcc05b17475
-DIST icedtea-3.15-langtools-9cb3b18d9139.tar.xz 2077016 BLAKE2B 
461f3941a81508d8b37ff096aa176bfa1f4bd86dfdb45b49bc431c09caa568f506fd7094b07a1de96138b5b8f2fea37d46137365a67ac1d82f22b85cc461345b
 SHA512 
3fcb7d264ff23de8b049b264213b05ee9e9120089eaea989e881c0cddc73a2ef9d01f89f66e7ff23c88d9bc4864824c77894d0291caaf9a2a134d5fae650cc32
-DIST icedtea-3.15-nashorn-04210bbb67cd.tar.xz 2319568 BLAKE2B 
1078f8847eefbdfb2deb6194d0532c4925f6603c47fecce8523aed520041f7234440be534780b5fa2271d0c87240a50ef20b9601e482074d28709f81ba5a
 SHA512 
6d27137dd80d6363e64ef2c6b3abc60603480e9e7f5b99e06ee546a2cc707b801087ce8cc8d021776f5d2b15b73728f08b2e649c65265ba264655d816921ffe7
-DIST icedtea-3.15-openjdk-c0ec72b715dd.tar.xz 362300 BLAKE2B 
e5bd5766bd9f436f09fb5146ab1c0ee3e82f9d32526fc41e2c9320c2e330a4603883206e0ebcfd076ffeff8ccdd3c289a5018f718223b68852e08bf4822167e0
 SHA512 
d7dca834fc65b67b1888c4cfbd50e263e58604b70560b4dd4e8e7ca518fcd54a70eaf9e5cff89fa1954beaa3071f5b55ef36fffb36589f5008e4be39e5a1aa38
-DIST icedtea-3.15-shenandoah-9fcff2250bb4.tar.xz 7077244 BLAKE2B 
1122b74e12683577e0a8fdc18be5b4db6c2ee59d64424200940c18889e6c39567f9471b44f4d7199bc1816ed2f5d2a16bfe06e0b1b1c0d93bc0722202c272115
 SHA512 
0c229ab3c1a2de6c24715d9713250e35c415f919ee3c4e99b0b101bc3f51fea54814f235da345d0d4954d4f3283c7757091076a7128847c879399fd1c8a6c15d
-DIST icedtea-3.15.0.tar.xz 1532664 BLAKE2B 
cdaa6fedc3ca804d63c9025c7798287948ddf917a4e04e15019c5b9b96db661ea339e51dc94b68647e4c19a01498c21a1a61da5496bc6cd873f144fd0c76d1db
 SHA512 
7c5917acc03b19a41b5001beb71a72b3f63e65b3c97c5f9173067fbd795088f9578f628b386bfa0e934caa8f4faab4cfcae80329ee7180c0cbe49563309c84ca
 DIST icedtea-3.16-aarch32-ecc1eb1dc760.tar.xz 6854900 BLAKE2B 
a4b0a4fec267f0dd64618aa83a2cf487e83bfa133e03914a079d451abb6be573e4d157f12372d6d2eaa66f834d4a1ec0bad8f1a65d2619468bb3de8567863036
 SHA512 
20ba1980a4f4161c632e8ec02330c3b0c971a5eff19456a568b2df4622fcfedb18594c7e350318a15a31a5395c0544899160d71805f0a3d3886ae7a16019c010
 DIST icedtea-3.16-corba-ea3169880d70.tar.xz 947604 BLAKE2B 
22e7fdab5168b01501791c9537b72f884cdd008ec912e1e7afb05c410e47ab9fffc37aeeab78400a39b6216612927eb63bdc6ba2169fc7e74fe8d6c60b1af978
 SHA512 

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

2020-05-23 Thread Georgy Yakovlev
commit: 9465512df55b6c865841953f2d8b5c64550fb7ba
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 24 03:51:32 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 24 03:51:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9465512d

dev-java/openjdk: add gcc10 patch to openjdk-8

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

 .../openjdk/files/openjdk-8-detect-gcc10.patch | 49 ++
 dev-java/openjdk/openjdk-8.252_p09.ebuild  |  5 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-java/openjdk/files/openjdk-8-detect-gcc10.patch 
b/dev-java/openjdk/files/openjdk-8-detect-gcc10.patch
new file mode 100644
index 000..b47e012d4a3
--- /dev/null
+++ b/dev-java/openjdk/files/openjdk-8-detect-gcc10.patch
@@ -0,0 +1,49 @@
+From 6d96aaac5662f734b0a933397ebb8cd4ff66606d Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Sat, 23 May 2020 20:48:10 -0700
+Subject: [PATCH] backport gcc10 fix
+
+https://hg.openjdk.java.net/jdk8u/jdk8u/rev/39a7914e14a0
+---
+ common/autoconf/generated-configure.sh | 4 ++--
+ common/autoconf/toolchain.m4   | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/common/autoconf/generated-configure.sh 
b/common/autoconf/generated-configure.sh
+index 5e71c50..90c017d 100644
+--- a/common/autoconf/generated-configure.sh
 b/common/autoconf/generated-configure.sh
+@@ -27955,7 +27955,7 @@ $as_echo "$as_me: The result from running with 
--version was: \"$COMPILER_VERSIO
+ COMPILER_VERSION_STRING=`$ECHO $COMPILER_VERSION_OUTPUT | \
+ $SED -e 's/ *Copyright .*//'`
+ COMPILER_VERSION_NUMBER=`$ECHO $COMPILER_VERSION_OUTPUT | \
+-$SED -e 's/^.* \([1-9]\.[0-9.]*\) .*$/\1/'`
++$SED -e 's/^.* \([1-9][0-9]*\.[0-9.]*\) .*$/\1/'`
+   elif test  "x$TOOLCHAIN_TYPE" = xclang; then
+ # clang --version output typically looks like
+ #Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
+@@ -29696,7 +29696,7 @@ $as_echo "$as_me: The result from running with 
--version was: \"$COMPILER_VERSIO
+ COMPILER_VERSION_STRING=`$ECHO $COMPILER_VERSION_OUTPUT | \
+ $SED -e 's/ *Copyright .*//'`
+ COMPILER_VERSION_NUMBER=`$ECHO $COMPILER_VERSION_OUTPUT | \
+-$SED -e 's/^.* \([1-9]\.[0-9.]*\) .*$/\1/'`
++$SED -e 's/^.* \([1-9][0-9]*\.[0-9.]*\) .*$/\1/'`
+   elif test  "x$TOOLCHAIN_TYPE" = xclang; then
+ # clang --version output typically looks like
+ #Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
+diff --git a/common/autoconf/toolchain.m4 b/common/autoconf/toolchain.m4
+index e3a82c8..c0a4af5 100644
+--- a/common/autoconf/toolchain.m4
 b/common/autoconf/toolchain.m4
+@@ -433,7 +433,7 @@ AC_DEFUN([TOOLCHAIN_EXTRACT_COMPILER_VERSION],
+ COMPILER_VERSION_STRING=`$ECHO $COMPILER_VERSION_OUTPUT | \
+ $SED -e 's/ *Copyright .*//'`
+ COMPILER_VERSION_NUMBER=`$ECHO $COMPILER_VERSION_OUTPUT | \
+-$SED -e 's/^.* \(@<:@1-9@:>@\.@<:@0-9.@:>@*\) .*$/\1/'`
++$SED -e 's/^.* \(@<:@1-9@:>@@<:@0-9@:>@*\.@<:@0-9.@:>@*\) .*$/\1/'`
+   elif test  "x$TOOLCHAIN_TYPE" = xclang; then
+ # clang --version output typically looks like
+ #Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
+-- 
+2.26.2
+

diff --git a/dev-java/openjdk/openjdk-8.252_p09.ebuild 
b/dev-java/openjdk/openjdk-8.252_p09.ebuild
index 1b3576eacaf..45c3e3cc90c 100644
--- a/dev-java/openjdk/openjdk-8.252_p09.ebuild
+++ b/dev-java/openjdk/openjdk-8.252_p09.ebuild
@@ -80,6 +80,11 @@ PDEPEND="
 
 S="${WORKDIR}/jdk${SLOT}u-jdk${MY_PV}"
 
+# bug 721970, JDK-8244760
+PATCHES=(
+   "${FILESDIR}/openjdk-8-detect-gcc10.patch"
+)
+
 # The space required to build varies wildly depending on USE flags,
 # ranging from 2GB to 16GB. This function is certainly not exact but
 # should be close enough to be useful.



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

2020-05-23 Thread Mike Gilbert
commit: 30cc6d3ecd0e7459f8a5cb2f7c47c84a1d2de082
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May 24 03:42:17 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May 24 03:42:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cc6d3e

Revert "meson.eclass: define host_machine in the native machine file"

This change did not have the desired effect.

Reverts: c21b75bd0b6bf77e2b51c51222b4281729bb1c01.
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/meson.eclass | 6 --
 1 file changed, 6 deletions(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 617e5cb23e5..e79faa1beea 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -253,12 +253,6 @@ _meson_create_native_file() {
cpu_family = '${cpu_family}'
cpu = '${cpu}'
endian = '$(tc-endian "${CBUILD}")'
-
-   [host_machine]
-   system = '${system}'
-   cpu_family = '${cpu_family}'
-   cpu = '${cpu}'
-   endian = '$(tc-endian "${CBUILD}")'
EOF
 
echo "${fn}"



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

2020-05-23 Thread Mike Gilbert
commit: c21b75bd0b6bf77e2b51c51222b4281729bb1c01
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May 24 03:15:41 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May 24 03:15:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21b75bd

meson.eclass: define host_machine in the native machine file

Should resolve a problem with inline assembly in media-libs/mesa for
multilib builds.

Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/meson.eclass | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index e79faa1beea..617e5cb23e5 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -253,6 +253,12 @@ _meson_create_native_file() {
cpu_family = '${cpu_family}'
cpu = '${cpu}'
endian = '$(tc-endian "${CBUILD}")'
+
+   [host_machine]
+   system = '${system}'
+   cpu_family = '${cpu_family}'
+   cpu = '${cpu}'
+   endian = '$(tc-endian "${CBUILD}")'
EOF
 
echo "${fn}"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/, net-p2p/transmission/files/

2020-05-23 Thread Mike Gilbert
commit: 2c2c3883f3500dc67e6d7e9c789d815abc9d622a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May 24 02:30:02 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May 24 02:33:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2c3883

net-p2p/transmission: disable cmake warning for subprojects

Closes: https://bugs.gentoo.org/724792
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/cmake-unused-command-line.patch   | 21 +
 net-p2p/transmission/transmission-3.00.ebuild   |  4 
 2 files changed, 25 insertions(+)

diff --git a/net-p2p/transmission/files/cmake-unused-command-line.patch 
b/net-p2p/transmission/files/cmake-unused-command-line.patch
new file mode 100644
index 000..6e0af5dc7cc
--- /dev/null
+++ b/net-p2p/transmission/files/cmake-unused-command-line.patch
@@ -0,0 +1,21 @@
+From 63b8fd6391cd30bb45e1c9432f69c43ade9bb7ea Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sat, 23 May 2020 22:25:42 -0400
+Subject: [PATCH] Do not warn about unused command line options
+
+---
+ cmake/TrMacros.cmake | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/cmake/TrMacros.cmake b/cmake/TrMacros.cmake
+index 5e439126f..674b2ede0 100644
+--- a/cmake/TrMacros.cmake
 b/cmake/TrMacros.cmake
+@@ -95,6 +95,7 @@ macro(tr_add_external_auto_library ID DIRNAME LIBNAME)
+ PREFIX "${${ID}_PREFIX}"
+ CMAKE_ARGS
+ -Wno-dev # We don't want to be warned over unused variables
++  --no-warn-unused-cli
+ "-DCMAKE_TOOLCHAIN_FILE:PATH=${CMAKE_TOOLCHAIN_FILE}"
+ 
"-DCMAKE_USER_MAKE_RULES_OVERRIDE=${CMAKE_USER_MAKE_RULES_OVERRIDE}"
+ "-DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}"

diff --git a/net-p2p/transmission/transmission-3.00.ebuild 
b/net-p2p/transmission/transmission-3.00.ebuild
index 04a6fdf4529..3cfd308eb56 100644
--- a/net-p2p/transmission/transmission-3.00.ebuild
+++ b/net-p2p/transmission/transmission-3.00.ebuild
@@ -84,6 +84,10 @@ RDEPEND="${COMMON_DEPEND}
${ACCT_DEPEND}
 "
 
+PATCHES=(
+   "${FILESDIR}"/cmake-unused-command-line.patch
+)
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR=share/doc/${PF}



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

2020-05-23 Thread Jason A. Donenfeld
commit: cde95a94471b94e64209c3571ffee7f1c75c3253
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sun May 24 01:56:51 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sun May 24 02:02:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde95a94

mail-filter/opensmtpd-filter-rspamd: bump to 0.1.6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 mail-filter/opensmtpd-filter-rspamd/Manifest  | 2 +-
 ...ilter-rspamd-0.1.5.ebuild => opensmtpd-filter-rspamd-0.1.6.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail-filter/opensmtpd-filter-rspamd/Manifest 
b/mail-filter/opensmtpd-filter-rspamd/Manifest
index 1915454dd99..54d7e128189 100644
--- a/mail-filter/opensmtpd-filter-rspamd/Manifest
+++ b/mail-filter/opensmtpd-filter-rspamd/Manifest
@@ -1 +1 @@
-DIST opensmtpd-filter-rspamd-0.1.5.tar.gz 4829 BLAKE2B 
1a08431b11501ce30631e9db812e5742180bee8b995d8b07eacd35efd385a5213bb735218143a78ae8e8a9f4c6f791653f7e8f19cdb174236949364d587741d2
 SHA512 
9f11f5fa319e8f0e13e7f6b2cefe1a3018715be494e9bef51e017320ba99f75f1f65833b2c03a283cbfade49e8dfcd6255ea89d9486cd266ea78614c8482ce63
+DIST opensmtpd-filter-rspamd-0.1.6.tar.gz 5096 BLAKE2B 
7287aa2da095e7bdaf4f258112dbcf1c99f6a664ba7932e8704b7f7fb3fd9c7d0a243f1be0b412dfaff2baf70aee64c297e4489fd9802a0060f5c6a18d77a354
 SHA512 
c09251d78e26e5e13772b2b9d627e73a1633a71f7e70c7128fdf04f68ec9cf6737e1e4b0d7d7f9867b39798736970de06788b58b7f72f8e601af9d128d1e6650

diff --git 
a/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.5.ebuild 
b/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.6.ebuild
similarity index 83%
rename from 
mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.5.ebuild
rename to 
mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.6.ebuild
index e55019d353a..bf92338219e 100644
--- a/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.5.ebuild
+++ b/mail-filter/opensmtpd-filter-rspamd/opensmtpd-filter-rspamd-0.1.6.ebuild
@@ -7,7 +7,7 @@ inherit golang-base
 
 DESCRIPTION="OpenSMTPD filter for putting emails through rspamd"
 HOMEPAGE="https://github.com/poolpOrg/filter-rspamd;
-SRC_URI="https://github.com/poolpOrg/filter-rspamd/releases/download/0.1.5/filter-rspamd-0.1.5.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/poolpOrg/filter-rspamd/releases/download/${PV}/filter-rspamd-${PV}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
@@ -22,7 +22,7 @@ S=${WORKDIR}/${P#opensmtpd-}
 DOCS=( README.md )
 
 src_compile() {
-   go build -ldflags="-s -w" -buildmode=pie filter-rspamd.go || die
+   go build -ldflags="-s -w" -buildmode=pie -o filter-rspamd || die
 }
 
 src_install() {



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

2020-05-23 Thread Jason A. Donenfeld
commit: b705c6c477b6c5cd0678096e23efc1d190c321ea
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat May 23 23:11:24 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat May 23 23:11:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b705c6c4

mail-mta/opensmtpd: bump to 6.7.1_p1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 mail-mta/opensmtpd/Manifest | 2 +-
 .../opensmtpd/{opensmtpd-6.7.0_p1.ebuild => opensmtpd-6.7.1_p1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index af35f47b00d..588a36db085 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1 +1 @@
-DIST opensmtpd-6.7.0p1.tar.gz 860022 BLAKE2B 
5795902830a854415053f561c6e7b3087fc1b7860e64a7b673b8142bec6a36018ea175b1d0794823894555a333517e19857291f1049843d8c714a8e037cb5125
 SHA512 
c7cdc24a0ce2d7d6db9ec25fb4b844cb7d73fddb0246da8727c4a81c9fe532e67aa64dcbebdb5d1811ceffb6d281936c8afa29ea094810b3bf29d5e5bbd54e5f
+DIST opensmtpd-6.7.1p1.tar.gz 859364 BLAKE2B 
5b4002e8f15ab31810c9a4ccf22a0efc240f9db8bd14b8bb78aedf853b9c9db77cc4d6602a8d4b8d73904682cb1b345cb34aee69d10152d5be5cdf8d6cd37b96
 SHA512 
403952e77b360f42d8dc8ae7cd7faeced831b9e37bffd7c67d338b7208f7471d50f3594c3475a9282d18cb17435efd305ec8c05f89eaeab5d363ddb1c4d54a2e

diff --git a/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-6.7.1_p1.ebuild
similarity index 100%
rename from mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
rename to mail-mta/opensmtpd/opensmtpd-6.7.1_p1.ebuild



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

2020-05-23 Thread Jason A. Donenfeld
commit: 7bc012dd998ad9dacf93cbc53e556499febd9e5b
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat May 23 22:58:11 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat May 23 23:08:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc012dd

mail-mta/opensmtpd: bump to 6.7.0_p1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 mail-mta/opensmtpd/Manifest   | 2 +-
 .../{opensmtpd-6.6.4_p1.ebuild => opensmtpd-6.7.0_p1.ebuild}  | 8 
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index ef56b7e6d94..af35f47b00d 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1 +1 @@
-DIST opensmtpd-6.6.4p1.tar.gz 790754 BLAKE2B 
18cc19569ae764eff3d672cbfb87df7bd00afcce93705ad128e935c0a47a246c3a6166fca7b6f844c0dd5e728492d8aeb7e0f8a8c1f5a756bf356ae9afb80852
 SHA512 
267307c91f4fcf21624b0897dfb1f5638b77da7b8d9a02211d734ed2cc5bd39ea7542ae7f200255e2945518fbe7609a0e5aa4e5c6dcb8146014f08b3845c108b
+DIST opensmtpd-6.7.0p1.tar.gz 860022 BLAKE2B 
5795902830a854415053f561c6e7b3087fc1b7860e64a7b673b8142bec6a36018ea175b1d0794823894555a333517e19857291f1049843d8c714a8e037cb5125
 SHA512 
c7cdc24a0ce2d7d6db9ec25fb4b844cb7d73fddb0246da8727c4a81c9fe532e67aa64dcbebdb5d1811ceffb6d281936c8afa29ea094810b3bf29d5e5bbd54e5f

diff --git a/mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
similarity index 89%
rename from mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild
rename to mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
index 143540cb4f1..115b05b5c44 100644
--- a/mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
@@ -71,11 +71,3 @@ src_install() {
ln -s --relative "${ED}"/usr/sbin/smtpctl 
"${ED}"/usr/$(get_libdir)/sendmail || die
fi
 }
-
-pkg_postinst() {
-   ewarn
-   ewarn "If you're upgrading from version 6.0, note that the"
-   ewarn "configuration syntax has changed, and config files"
-   ewarn "now live in /etc/smtpd instead of /etc/opensmtpd."
-   ewarn
-}



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

2020-05-23 Thread Sergei Trofimovich
commit: aa1d259decdfd73a49e0c49e88a8ec5675453266
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 22 18:53:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 22:59:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1d259d

linux-info.eclass: avoid lexicographical compare on numbers, bug #705248

Originally found in bug #705240 as:

```
  error=0
  ...
  if [[ ${error} > 0 ]]; then
  ...
```

'>' are string comparisons. They are benign in this case, but let's
be consistent and use integer comparison.

Closes: https://bugs.gentoo.org/705248
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 44eebcf52a9..405ef5571e1 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -813,7 +813,7 @@ check_extra_config() {
linux_chkconfig_present ${config} || error=1
fi
 
-   if [[ ${error} > 0 ]]; then
+   if [[ ${error} -gt 0 ]]; then
local report_func="eerror" local_error
local_error="ERROR_${config}"
local_error="${!local_error}"
@@ -848,14 +848,14 @@ check_extra_config() {
fi
done
 
-   if [[ ${hard_errors_count} > 0 ]]; then
+   if [[ ${hard_errors_count} -gt 0 ]]; then
eerror "Please check to make sure these options are set 
correctly."
eerror "Failure to do so may cause unexpected problems."
eerror "Once you have satisfied these options, please try 
merging"
eerror "this package again."
export 
LINUX_CONFIG_EXISTS_DONE="${old_LINUX_CONFIG_EXISTS_DONE}"
die "Incorrect kernel configuration options"
-   elif [[ ${soft_errors_count} > 0 ]]; then
+   elif [[ ${soft_errors_count} -gt 0 ]]; then
ewarn "Please check to make sure these options are set 
correctly."
ewarn "Failure to do so may cause unexpected problems."
else



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

2020-05-23 Thread Nick Sarnie
commit: 493cf5cfe741d4dd21579914bdce86d3aa939a93
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 23 22:41:47 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 23 22:43:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493cf5cf

app-emulation/wine-staging: Sync with ::wine

Bump to 5.9

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

 app-emulation/wine-staging/Manifest| 3 +++
 .../wine-staging/{wine-staging-.ebuild => wine-staging-5.9.ebuild} | 3 ++-
 app-emulation/wine-staging/wine-staging-.ebuild| 3 ++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index d735139783c..6109d68ee78 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,9 +1,12 @@
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
+DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
+DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b
 DIST wine-staging-5.5.tar.gz 9920540 BLAKE2B 
21b24fd3a2b3ee9c9ea029e1114d0faaf0b8a4ef732eafb4f7e0301886aee9160699867147c4087515a37edc57a42919c662b1e203bf9df674d78579b3be3c39
 SHA512 
8e926d73f275ed36b1c1e55235831c171b427501265a0e859accc7ca6b5077513bc2b3d37d973842b76b57a56798d11c101a387c626c96ed422d8a06cd908221
 DIST wine-staging-5.6.tar.gz 9922611 BLAKE2B 
945e7a6398d6f3f8f85f334a06462282647405cf0b7d0e9d1985c9c5daa460c1bb9f8dc66d090311aeb8136d0603e836084bbeb2904833f4f73d7fdd9dd9bef1
 SHA512 
7ddf5699834a6e04b094a7cae008175c874415d22554bac38176f3121b9533071ef610f8b5a0dd3ce3e4adf8a9d4ac214aa1cee7634959c5150b66fbb74710b7
 DIST wine-staging-5.7.tar.gz 9913511 BLAKE2B 
f5d803a067ec61c5d698d7ebf0623b55f0e4fee487e6fcfb4de057d742ff4d55bf184004c4427e8b93052efa74fe9e14da2a41a826c79a0c62ef25de7b6e10ef
 SHA512 
042bcf7b90769c9d88d5cd844009301fb768568ee10ebf7aed9c3397ca35f6d6b512db2010917695f32bed9edf174d95f80a141d5af75a43871444b1830f2922
 DIST wine-staging-5.8.tar.gz 9878712 BLAKE2B 
a96f7e4aa1d1dddcda1a9d6a30ab3b564fb365a09efde22e5b7abab1ac015da0bc242b2fec6d4ae14dc5ddad38e3314a5f8c430e6eb10853ed8619e805bf5787
 SHA512 
3ea2a90ab0613b680274c95cf7ef3d3a7d807571fb792e05fc1df9bbd7a35c80a0d7c38342fea8858c5557ae3f12287a7ce09d0cdab5064000b79ec6c891ad15
+DIST wine-staging-5.9.tar.gz 9861847 BLAKE2B 
61eb21e4386b772b98472707ea927f74ee77e8ec39caa494b6db2cdafc4b00e3aee503f9828a8df1cea2bbc6fa3aaf272fe28b60965de26132d4761058b59f25
 SHA512 
8fcf448be21edc0ccf8afef75013298c8f1634b51cd4d927ee5a1d039552d7c29609f65f283519b6561d09eb6eeae91fa6db70b9e78e4fd8bb5318408b39fb33

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-5.9.ebuild
similarity index 99%
copy from app-emulation/wine-staging/wine-staging-.ebuild
copy to app-emulation/wine-staging/wine-staging-5.9.ebuild
index

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

2020-05-23 Thread Nick Sarnie
commit: ad8356621454a2bd99d4ac3e7bc7c48ae4625944
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 23 22:42:08 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 23 22:43:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad835662

app-emulation/wine-staging: Drop old

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

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-5.5-r1.ebuild| 621 -
 app-emulation/wine-staging/wine-staging-5.5.ebuild | 621 -
 3 files changed, 1244 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 6109d68ee78..140ad43c546 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,11 +1,9 @@
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
-DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
 DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b
-DIST wine-staging-5.5.tar.gz 9920540 BLAKE2B 
21b24fd3a2b3ee9c9ea029e1114d0faaf0b8a4ef732eafb4f7e0301886aee9160699867147c4087515a37edc57a42919c662b1e203bf9df674d78579b3be3c39
 SHA512 
8e926d73f275ed36b1c1e55235831c171b427501265a0e859accc7ca6b5077513bc2b3d37d973842b76b57a56798d11c101a387c626c96ed422d8a06cd908221
 DIST wine-staging-5.6.tar.gz 9922611 BLAKE2B 
945e7a6398d6f3f8f85f334a06462282647405cf0b7d0e9d1985c9c5daa460c1bb9f8dc66d090311aeb8136d0603e836084bbeb2904833f4f73d7fdd9dd9bef1
 SHA512 
7ddf5699834a6e04b094a7cae008175c874415d22554bac38176f3121b9533071ef610f8b5a0dd3ce3e4adf8a9d4ac214aa1cee7634959c5150b66fbb74710b7
 DIST wine-staging-5.7.tar.gz 9913511 BLAKE2B 
f5d803a067ec61c5d698d7ebf0623b55f0e4fee487e6fcfb4de057d742ff4d55bf184004c4427e8b93052efa74fe9e14da2a41a826c79a0c62ef25de7b6e10ef
 SHA512 
042bcf7b90769c9d88d5cd844009301fb768568ee10ebf7aed9c3397ca35f6d6b512db2010917695f32bed9edf174d95f80a141d5af75a43871444b1830f2922
 DIST wine-staging-5.8.tar.gz 9878712 BLAKE2B 
a96f7e4aa1d1dddcda1a9d6a30ab3b564fb365a09efde22e5b7abab1ac015da0bc242b2fec6d4ae14dc5ddad38e3314a5f8c430e6eb10853ed8619e805bf5787
 SHA512 
3ea2a90ab0613b680274c95cf7ef3d3a7d807571fb792e05fc1df9bbd7a35c80a0d7c38342fea8858c5557ae3f12287a7ce09d0cdab5064000b79ec6c891ad15

diff --git a/app-emulation/wine-staging/wine-staging-5.5-r1.ebuild 
b/app-emulation/wine-staging/wine-staging-5.5-r1.ebuild
deleted file mode 100644
index 4fec765f317..000
--- a/app-emulation/wine-staging/wine-staging-5.5-r1.ebuild
+++ /dev/null
@@ -1,621 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit auto

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

2020-05-23 Thread Nick Sarnie
commit: f4994ebb4c24a651984d8009a8738a0f3503f16e
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 23 22:40:36 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 23 22:43:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4994ebb

app-emulation/wine-vanilla: Sync with ::wine

Bump to 5.9

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

 app-emulation/wine-vanilla/Manifest| 2 ++
 .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-5.9.ebuild} | 3 ++-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild| 3 ++-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index cef95d5845f..530669f15bd 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,8 +1,10 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
+DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-4.0.3.tar.xz 21680420 BLAKE2B 
a7caf4b82fa2594f77e31f29b2a3da59c08bb58f213268d61bdf48998345162bc36fbfc24db94d11cb07b6da347b3471e9d8976d9abfa0f76c183c0a519aa73e
 SHA512 
a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
+DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild
index f1b0c2c98e7..62a4fcb10e8 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild
@@ -24,7 +24,7 @@ else
 fi
 S="${WORKDIR}/${MY_P}"
 
-GWP_V="20191222"
+GWP_V="20200523"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
@@ -143,6 +143,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-5.0-winegcc.patch" #260726
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patche

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

2020-05-23 Thread Nick Sarnie
commit: a3b01cc75a8698b8f85d6fee0f41702256a0a07a
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 23 22:40:57 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 23 22:43:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b01cc7

app-emulation/wine-vanilla: Drop old

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

 app-emulation/wine-vanilla/Manifest|   1 -
 app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild | 540 -
 2 files changed, 541 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 530669f15bd..e2e7098c920 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,7 +3,6 @@ DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-4.0.3.tar.xz 21680420 BLAKE2B 
a7caf4b82fa2594f77e31f29b2a3da59c08bb58f213268d61bdf48998345162bc36fbfc24db94d11cb07b6da347b3471e9d8976d9abfa0f76c183c0a519aa73e
 SHA512 
a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
-DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de

diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild
deleted file mode 100644
index 112cd56f007..000
--- a/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild
+++ /dev/null
@@ -1,540 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(ver_cut 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
-   KEYWORDS="-* ~amd64 ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20191222"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="${SRC_URI}
-   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2020-05-23 Thread Nick Sarnie
commit: 95400d45928c9971acbf0195cf51fb273e0de89d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 23 22:18:17 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 23 22:19:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=95400d45

app-emulation/wine-vanilla: Bump to 5.9

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

 app-emulation/wine-vanilla/Manifest| 2 ++
 .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-5.9.ebuild} | 3 ++-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild| 3 ++-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 5bcf651..1e3672d 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,6 +3,7 @@ DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b
 DIST gentoo-wine-patches-20190430.tar.xz 58896 BLAKE2B 
96c30ee48c4c50720abe8bb1d5a7c2e8ba0691dca3fd38b3807e2b2269236bccb3da18e59b4e35c2703cfb725300ee53c95e9ed584dd9e2c4184b31716b6b4c6
 SHA512 
52970b1e0673ae84e614db33536e9fa64bb6497a6f19c462f73ddf6b3239f38c9d59fe1c379cd67ef613c0660dcf84e2753e54647f01a8a1b2ee95ae4bb9f8d6
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
+DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.2.tar.xz 21668348 BLAKE2B 
f1aa8ba3add9ae1e6fbb930a0c557c0015a699b21ba9988c6832c9a1b5180f98cbaadc561fbe4a22e97ff78732ee121a14f5a82b0637c71a4856fa5524ff2f5a
 SHA512 
14cb7eeba188562b73125c668f2020e1df6802e486552e422d3aa75b95f6fccedc0f87868f7e58ce71697941ff49757981ec93b9ef288da37ca8570658f194fc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
@@ -36,3 +37,4 @@ DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b54
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
+DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild
index f1b0c2c..62a4fcb 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild
@@ -24,7 +24,7 @@

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2020-05-23 Thread Nick Sarnie
commit: 8ed5bc12ec82f6615eb90805624dfb39979a4350
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat May 23 22:28:18 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat May 23 22:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=8ed5bc12

app-emulation/wine-staging: Bump to 5.9

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

 app-emulation/wine-staging/Manifest| 3 +++
 .../wine-staging/{wine-staging-.ebuild => wine-staging-5.9.ebuild} | 3 ++-
 app-emulation/wine-staging/wine-staging-.ebuild| 3 ++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 1c7b548..6c54731 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -3,6 +3,7 @@ DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b
 DIST gentoo-wine-patches-20190430.tar.xz 58896 BLAKE2B 
96c30ee48c4c50720abe8bb1d5a7c2e8ba0691dca3fd38b3807e2b2269236bccb3da18e59b4e35c2703cfb725300ee53c95e9ed584dd9e2c4184b31716b6b4c6
 SHA512 
52970b1e0673ae84e614db33536e9fa64bb6497a6f19c462f73ddf6b3239f38c9d59fe1c379cd67ef613c0660dcf84e2753e54647f01a8a1b2ee95ae4bb9f8d6
 DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 
571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e
 SHA512 
ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
+DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.1.tar.xz 21680916 BLAKE2B 
1a040606e34e1aec6f63d9692c6cbf915f5b32c817116aed68203e6bdedb8cb129dad440f7e51e9fb2ebaf1aa537d1584333f06b8b2c5d68f9ff37921d5b8b95
 SHA512 
2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc
 DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
@@ -34,6 +35,7 @@ DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b54
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
+DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b
 DIST wine-staging-4.0.tar.gz 9945756 BLAKE2B 
bfd27d5677d01b4a14c4ef593b741b6fa6e75194de04a90659ecceaa8b087d594cafdd0a53cc2ad2d05e9c73928d70d0b6681ac0052df79f7b45cbb370b31d3d
 SHA512 
4c2277449be17b83235bab7898818a886e84e82c0c5eb8216a5bc42e3d9a0e1dcf09d4522e1165d503fd9237673fa91c2c07d837cde58897f1b6fc8bc6fa5d33
 DIST wine-staging-4.1.tar.gz 994

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

2020-05-23 Thread Thomas Deutschmann
commit: 24f43ba09c1bb9a670bf5c21d3b09af20853cf39
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 22:34:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 22:34:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f43ba0

sys-apps/debianutils: bump to v4.9.3

Ebuild changes to previous version:

- Install ischroot

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

 sys-apps/debianutils/Manifest |  1 +
 sys-apps/debianutils/debianutils-4.9.3.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index ed1e9da4604..39350e66644 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -1,4 +1,5 @@
 DIST debianutils_4.8.3.tar.xz 159292 BLAKE2B 
e655741f42594ff12b4f349331da57ec09073802c9778594619686c93fc3061cf5248ac8e9e2c1b391eb49dd572f3033b1db206ff43f373b17caf7f3c835111f
 SHA512 
468b8f001c0338f166cbc2fe25079edc5feeaa38dce2f5c7e6724c691d6cb35f4843e987695e33ead557bb11887e78ff8a5e3e1f52a266a0f32fb978fa643897
 DIST debianutils_4.8.6.3.tar.xz 156672 BLAKE2B 
bb87e04ca80a04c8841f04c877acedb0b953d815193069bb601d17907101bb6faf11bea99251a13a7c3b9ea6fa5d27daba264ea6924e542d9b574c87b3ffbebe
 SHA512 
c38d1d351de69f270924f05755501d90cb7245c8a3154f91ea8e38978052ffe2ec016d4400c55e2f7d31358cfe134a40c5843a33836900d7e69cce9ee8ace98e
 DIST debianutils_4.9.1.tar.xz 157516 BLAKE2B 
b2c8927e37448f4e45f19b4a7d2977198d2c610a203a2c8692a0592c8c8319c5dc42050b83435cb7381e30cc653911083b76717a53ac908113cc7388a4155167
 SHA512 
b442950febe6df9e15ec04a6fec0ee8be12d3eac38dc3f9331438d871e3382f4e0f599da0eaeff0e7e9ba0fa5136ce3c3b51c6718e4d7f11c1675f745052a9b1
+DIST debianutils_4.9.3.tar.xz 157404 BLAKE2B 
527844c0bd623f3b560d544f6f041f7db7dc39c225333427bb81a5044975005b288cde58e9dfaf7f633f706f78e4ff33132c149cd6f0e918852f1170c0ae2c32
 SHA512 
6c5771c4737c48c9ca0cf01ad58102190d78ece41e66306a4bdf30cd7ea784a325df2a4a2b7ba371d9ba5aebaee8cf87286c423a8eff54dbfe8eb6de58eda532
 DIST debianutils_4.9.tar.xz 157104 BLAKE2B 
885f37b17eba7d20b2d76a0fb1afc6ccc2d9d4926754b9ce15928f3675eba4a38fec2e9b718d61684122f3c0dc17eba0aa06677e41ac641870ffc87442353951
 SHA512 
4e8726cf5744dca144535883c473a04884714afd50e501a140197fee9a9a78bd9596fcc1763e71b2baf6367bc38a8111016ab5ed35f4d4e98ccc78be697ca963

diff --git a/sys-apps/debianutils/debianutils-4.9.3.ebuild 
b/sys-apps/debianutils/debianutils-4.9.3.ebuild
new file mode 100644
index 000..ecc8cf6303d
--- /dev/null
+++ b/sys-apps/debianutils/debianutils-4.9.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="A selection of tools from Debian"
+HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="BSD GPL-2 SMAIL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+IUSE="+installkernel static"
+
+PDEPEND="
+   installkernel? (
+   || (
+   sys-kernel/installkernel-gentoo
+   sys-kernel/installkernel-systemd-boot
+   )
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
+
+src_configure() {
+   use static && append-ldflags -static
+   default
+}
+
+src_install() {
+   into /
+   dobin tempfile run-parts
+
+   into /usr
+   dobin ischroot
+   dosbin savelog
+
+   doman ischroot.1 tempfile.1 run-parts.8 savelog.8
+   cd debian || die
+   dodoc changelog control
+}



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

2020-05-23 Thread Thomas Deutschmann
commit: 8e8f287d56e776588476d6beb418bc4189a4e50a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 22:35:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 22:35:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8f287d

sys-apps/debianutils: drop old

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

 sys-apps/debianutils/Manifest   |  3 --
 sys-apps/debianutils/debianutils-4.8.3.ebuild   | 41 -
 sys-apps/debianutils/debianutils-4.8.6.3.ebuild | 39 ---
 sys-apps/debianutils/debianutils-4.9.ebuild | 39 ---
 4 files changed, 122 deletions(-)

diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index 39350e66644..e53b44c2246 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -1,5 +1,2 @@
-DIST debianutils_4.8.3.tar.xz 159292 BLAKE2B 
e655741f42594ff12b4f349331da57ec09073802c9778594619686c93fc3061cf5248ac8e9e2c1b391eb49dd572f3033b1db206ff43f373b17caf7f3c835111f
 SHA512 
468b8f001c0338f166cbc2fe25079edc5feeaa38dce2f5c7e6724c691d6cb35f4843e987695e33ead557bb11887e78ff8a5e3e1f52a266a0f32fb978fa643897
-DIST debianutils_4.8.6.3.tar.xz 156672 BLAKE2B 
bb87e04ca80a04c8841f04c877acedb0b953d815193069bb601d17907101bb6faf11bea99251a13a7c3b9ea6fa5d27daba264ea6924e542d9b574c87b3ffbebe
 SHA512 
c38d1d351de69f270924f05755501d90cb7245c8a3154f91ea8e38978052ffe2ec016d4400c55e2f7d31358cfe134a40c5843a33836900d7e69cce9ee8ace98e
 DIST debianutils_4.9.1.tar.xz 157516 BLAKE2B 
b2c8927e37448f4e45f19b4a7d2977198d2c610a203a2c8692a0592c8c8319c5dc42050b83435cb7381e30cc653911083b76717a53ac908113cc7388a4155167
 SHA512 
b442950febe6df9e15ec04a6fec0ee8be12d3eac38dc3f9331438d871e3382f4e0f599da0eaeff0e7e9ba0fa5136ce3c3b51c6718e4d7f11c1675f745052a9b1
 DIST debianutils_4.9.3.tar.xz 157404 BLAKE2B 
527844c0bd623f3b560d544f6f041f7db7dc39c225333427bb81a5044975005b288cde58e9dfaf7f633f706f78e4ff33132c149cd6f0e918852f1170c0ae2c32
 SHA512 
6c5771c4737c48c9ca0cf01ad58102190d78ece41e66306a4bdf30cd7ea784a325df2a4a2b7ba371d9ba5aebaee8cf87286c423a8eff54dbfe8eb6de58eda532
-DIST debianutils_4.9.tar.xz 157104 BLAKE2B 
885f37b17eba7d20b2d76a0fb1afc6ccc2d9d4926754b9ce15928f3675eba4a38fec2e9b718d61684122f3c0dc17eba0aa06677e41ac641870ffc87442353951
 SHA512 
4e8726cf5744dca144535883c473a04884714afd50e501a140197fee9a9a78bd9596fcc1763e71b2baf6367bc38a8111016ab5ed35f4d4e98ccc78be697ca963

diff --git a/sys-apps/debianutils/debianutils-4.8.3.ebuild 
b/sys-apps/debianutils/debianutils-4.8.3.ebuild
deleted file mode 100644
index bd27efcc8e4..000
--- a/sys-apps/debianutils/debianutils-4.8.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x86-linux"
-IUSE="kernel_linux static"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
-
-S="${WORKDIR}/${PN}"
-
-src_configure() {
-   use static && append-ldflags -static
-   default
-}
-
-src_install() {
-   into /
-   dobin tempfile run-parts
-   if use kernel_linux ; then
-   dosbin installkernel
-   fi
-
-   into /usr
-   dosbin savelog
-
-   doman tempfile.1 run-parts.8 savelog.8
-   use kernel_linux && doman installkernel.8
-   cd debian || die
-   dodoc changelog control
-   keepdir /etc/kernel/postinst.d
-}

diff --git a/sys-apps/debianutils/debianutils-4.8.6.3.ebuild 
b/sys-apps/debianutils/debianutils-4.8.6.3.ebuild
deleted file mode 100644
index 45100517a24..000
--- a/sys-apps/debianutils/debianutils-4.8.6.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
-IUSE="+installkernel static"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
-
-src_configure() {
-   use static && append-ldflags -static
-   default
-}
-
-src_install() {
-   into /
-   dobin tempfile run-parts
-   if use installkernel ; then
-   dosbin installkernel
-   fi
-
-   into /usr
-   dosbin savelog
-
-   doman tempfile.1 run-parts.8 savelog.8
-   use installkernel && doman 

[gentoo-commits] proj/kde:master commit in: profiles/

2020-05-23 Thread Andreas Sturmlechner
commit: 27abed2c258234af3ffe6c9783081036bea98671
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 22:03:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 22:03:09 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=27abed2c

profiles: categories: Drop app-backup

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

 profiles/categories | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/categories b/profiles/categories
index 1a24c3558c..f6b9fdf1c8 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -1,5 +1,4 @@
 app-admin
-app-backup
 app-cdr
 app-editors
 app-office



[gentoo-commits] proj/kde:master commit in: media-video/bangarang/

2020-05-23 Thread Andreas Sturmlechner
commit: 40dbb8fb81ce142bdef963b3a4fcce78baf74625
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:50:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:50:20 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=40dbb8fb

media-video/bangarang: Set KDE_ORG_CATEGORY="unmaintained"

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

 media-video/bangarang/bangarang-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/bangarang/bangarang-.ebuild 
b/media-video/bangarang/bangarang-.ebuild
index fe0c97d8da..b0a0427a94 100644
--- a/media-video/bangarang/bangarang-.ebuild
+++ b/media-video/bangarang/bangarang-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="unmaintained"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: dev-libs/kdiagram/

2020-05-23 Thread Andreas Sturmlechner
commit: 49d03c705b8a6314d0e965571bc21865ccce90b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:42:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:42:19 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49d03c70

dev-libs/kdiagram: Set KDE_ORG_CATEGORY="graphics"

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

 dev-libs/kdiagram/kdiagram-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/kdiagram/kdiagram-.ebuild 
b/dev-libs/kdiagram/kdiagram-.ebuild
index 3a28eac60d..1b212f5283 100644
--- a/dev-libs/kdiagram/kdiagram-.ebuild
+++ b/dev-libs/kdiagram/kdiagram-.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 ECM_EXAMPLES="true"
 ECM_QTHELP="true"
 ECM_TEST="true"
+KDE_ORG_CATEGORY="graphics"
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: media-sound/vvave/

2020-05-23 Thread Andreas Sturmlechner
commit: dd411b09356ba16cb47c120d1624f740db46ea75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:49:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:49:13 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd411b09

media-sound/vvave: Set KDE_ORG_CATEGORY="maui"

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

 media-sound/vvave/vvave-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/vvave/vvave-.ebuild 
b/media-sound/vvave/vvave-.ebuild
index 2985829381..62407c24ad 100644
--- a/media-sound/vvave/vvave-.ebuild
+++ b/media-sound/vvave/vvave-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="maui"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: dev-libs/kpeoplevcard/

2020-05-23 Thread Andreas Sturmlechner
commit: e405be70426dfeee374cf024e4441d339e2c6942
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:43:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:43:21 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e405be70

dev-libs/kpeoplevcard: Set KDE_ORG_CATEGORY="pim"

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

 dev-libs/kpeoplevcard/kpeoplevcard-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-.ebuild 
b/dev-libs/kpeoplevcard/kpeoplevcard-.ebuild
index 015ab64f64..e392953b8c 100644
--- a/dev-libs/kpeoplevcard/kpeoplevcard-.ebuild
+++ b/dev-libs/kpeoplevcard/kpeoplevcard-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="pim"
 KFMIN=5.64.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/

2020-05-23 Thread Andreas Sturmlechner
commit: daa21df1802f190610ff08b827a94ca1dd2043b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:57:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:57:50 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=daa21df1

sys-auth/polkit-qt: Set KDE_ORG_CATEGORY="libraries"

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

 sys-auth/polkit-qt/polkit-qt-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-.ebuild 
b/sys-auth/polkit-qt/polkit-qt-.ebuild
index 6df98d7975..86cf04d6c2 100644
--- a/sys-auth/polkit-qt/polkit-qt-.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="libraries"
 KDE_ORG_NAME="polkit-qt-1"
 inherit cmake kde.org
 



[gentoo-commits] proj/kde:master commit in: app-text/kjots/

2020-05-23 Thread Andreas Sturmlechner
commit: 91766fbdd253a334a04ac1c9bb44c1460feedba7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:35:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:36:32 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=91766fbd

app-text/kjots: Set KDE_ORG_CATEGORY="pim"

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

 app-text/kjots/kjots-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/kjots/kjots-.ebuild b/app-text/kjots/kjots-.ebuild
index 6c3edb5f86..7e3545ae4e 100644
--- a/app-text/kjots/kjots-.ebuild
+++ b/app-text/kjots/kjots-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="pim"
 KFMIN=5.70.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: app-office/ktimetracker/

2020-05-23 Thread Andreas Sturmlechner
commit: da47c5b54f61191ea3d05915aaeb09e7efb97747
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:34:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:36:29 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=da47c5b5

app-office/ktimetracker: Set KDE_ORG_CATEGORY="pim"

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

 app-office/ktimetracker/ktimetracker-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/ktimetracker/ktimetracker-.ebuild 
b/app-office/ktimetracker/ktimetracker-.ebuild
index d175402667..5fa744000f 100644
--- a/app-office/ktimetracker/ktimetracker-.ebuild
+++ b/app-office/ktimetracker/ktimetracker-.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
+KDE_ORG_CATEGORY="pim"
 KFMIN=5.64.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: app-editors/kile/

2020-05-23 Thread Andreas Sturmlechner
commit: 14a608f3934df5e72d34f5143dc3d37de6116aaa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:32:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:32:43 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=14a608f3

app-editors/kile: Set KDE_ORG_CATEGORY="office"

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

 app-editors/kile/kile-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/kile/kile-.ebuild 
b/app-editors/kile/kile-.ebuild
index 0478cd2351..73ee1cc64d 100644
--- a/app-editors/kile/kile-.ebuild
+++ b/app-editors/kile/kile-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_HANDBOOK="forceoptional"
+KDE_ORG_CATEGORY="office"
 KFMIN=5.60.0
 QTMIN=5.12.3
 MY_P=${P/_beta/b}



[gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/

2020-05-23 Thread Andreas Sturmlechner
commit: b486c063ef780c485766bfd1a576b845fa86ba1a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:54:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:54:21 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b486c063

net-libs/telepathy-logger-qt: Set KDE_ORG_CATEGORY="network"

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

 net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild 
b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
index 1e248404f3..2256706751 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
+KDE_ORG_CATEGORY="network"
 QTMIN=5.12.3
 inherit ecm kde.org python-any-r1
 



[gentoo-commits] proj/kde:master commit in: dev-libs/mauikit/

2020-05-23 Thread Andreas Sturmlechner
commit: 70af0f32e27db1cb4bd57ee8bc6c5e90096da2dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:43:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:43:38 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=70af0f32

dev-libs/mauikit: Set KDE_ORG_CATEGORY="maui"

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

 dev-libs/mauikit/mauikit-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/mauikit/mauikit-.ebuild 
b/dev-libs/mauikit/mauikit-.ebuild
index 94d0fe2811..013114edd6 100644
--- a/dev-libs/mauikit/mauikit-.ebuild
+++ b/dev-libs/mauikit/mauikit-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_QTHELP="true"
+KDE_ORG_CATEGORY="maui"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: sci-electronics/cirkuit/

2020-05-23 Thread Andreas Sturmlechner
commit: 14a54ce5b10eb874c5ba6f5dd47d3e220f88abfb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:56:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:56:10 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=14a54ce5

sci-electronics/cirkuit: Set KDE_ORG_CATEGORY="unmaintained"

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

 sci-electronics/cirkuit/cirkuit-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-electronics/cirkuit/cirkuit-.ebuild 
b/sci-electronics/cirkuit/cirkuit-.ebuild
index a782504c65..62bbccf4ba 100644
--- a/sci-electronics/cirkuit/cirkuit-.ebuild
+++ b/sci-electronics/cirkuit/cirkuit-.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 EGIT_BRANCH="frameworks"
 ECM_HANDBOOK="forceoptional"
+KDE_ORG_CATEGORY="unmaintained"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org



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

2020-05-23 Thread Andreas Sturmlechner
commit: 8935253a99117afa0b9763ed9331bbc3510f2a84
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:32:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:32:07 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8935253a

kde.org.eclass: Map app-editors to utilities instead

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

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

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index aaee2a2cba..e32cfe2fb4 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -43,7 +43,7 @@ declare -A KDE_ORG_CATEGORIES=(
[app-admin]=system
[app-backup]=system
[app-cdr]=utilities
-   [app-editors]=office
+   [app-editors]=utilities
[app-office]=office
[app-text]=office
[dev-libs]=libraries



[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-pg-qt/, dev-util/kdevelop-php/, dev-util/kdevelop-valgrind/, ...

2020-05-23 Thread Andreas Sturmlechner
commit: 0b6b897a73e72343697c794396026c6e06ab113b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:45:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:45:23 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b6b897a

dev-util/kdevelop*: Set KDE_ORG_CATEGORY="kdevelop"

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

 dev-util/kdevelop-css/kdevelop-css-.ebuild   | 1 +
 dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild | 1 +
 dev-util/kdevelop-krazy2/kdevelop-krazy2-.ebuild | 1 +
 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-.ebuild   | 1 +
 dev-util/kdevelop-php/kdevelop-php-5.5..ebuild   | 1 +
 dev-util/kdevelop-php/kdevelop-php-.ebuild   | 1 +
 dev-util/kdevelop-python/kdevelop-python-5.5..ebuild | 1 +
 dev-util/kdevelop-python/kdevelop-python-.ebuild | 1 +
 dev-util/kdevelop-upload/kdevelop-upload-.ebuild | 1 +
 dev-util/kdevelop-valgrind/kdevelop-valgrind-.ebuild | 1 +
 dev-util/kdevelop/kdevelop-5.5..ebuild   | 1 +
 dev-util/kdevelop/kdevelop-.ebuild   | 1 +
 12 files changed, 12 insertions(+)

diff --git a/dev-util/kdevelop-css/kdevelop-css-.ebuild 
b/dev-util/kdevelop-css/kdevelop-css-.ebuild
index c18dc0163b..e283c57529 100644
--- a/dev-util/kdevelop-css/kdevelop-css-.ebuild
+++ b/dev-util/kdevelop-css/kdevelop-css-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_TEST="true"
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-css"
 KFMIN=5.60.0
 QTMIN=5.12.3

diff --git a/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild 
b/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild
index 918ef46593..fecd8f59d5 100644
--- a/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild
+++ b/dev-util/kdevelop-embedded/kdevelop-embedded-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-embedded"
 KFMIN=5.60.0
 QTMIN=5.12.3

diff --git a/dev-util/kdevelop-krazy2/kdevelop-krazy2-.ebuild 
b/dev-util/kdevelop-krazy2/kdevelop-krazy2-.ebuild
index ea201cdf25..776dfb3b4f 100644
--- a/dev-util/kdevelop-krazy2/kdevelop-krazy2-.ebuild
+++ b/dev-util/kdevelop-krazy2/kdevelop-krazy2-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_TEST="forceoptional"
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-krazy2"
 KFMIN=5.60.0
 QTMIN=5.12.3

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-.ebuild
index a5929c543c..cf91f1b02f 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_TEST="true"
+KDE_ORG_CATEGORY="kdevelop"
 inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.5..ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.5..ebuild
index c5e4f236e0..886fbe1017 100644
--- a/dev-util/kdevelop-php/kdevelop-php-5.5..ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-5.5..ebuild
@@ -6,6 +6,7 @@ EAPI=7
 ECM_HANDBOOK="forceoptional"
 ECM_HANDBOOK_DIR="docs"
 ECM_TEST="true"
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-php"
 KFMIN=5.60.0
 QTMIN=5.12.3

diff --git a/dev-util/kdevelop-php/kdevelop-php-.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-.ebuild
index c5e4f236e0..886fbe1017 100644
--- a/dev-util/kdevelop-php/kdevelop-php-.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 ECM_HANDBOOK="forceoptional"
 ECM_HANDBOOK_DIR="docs"
 ECM_TEST="true"
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-php"
 KFMIN=5.60.0
 QTMIN=5.12.3

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.5..ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.5..ebuild
index 4af60b158e..9d38a147f6 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.5..ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.5..ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_TEST="forceoptional"
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-python"
 PYTHON_COMPAT=( python3_{7,8} )
 KFMIN=5.60.0

diff --git a/dev-util/kdevelop-python/kdevelop-python-.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-.ebuild
index 4af60b158e..9d38a147f6 100644
--- a/dev-util/kdevelop-python/kdevelop-python-.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_TEST="forceoptional"
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-python"
 PYTHON_COMPAT=( python3_{7,8} )
 KFMIN=5.60.0

diff --git a/dev-util/kdevelop-upload/kdevelop-upload-.ebuild 
b/dev-util/kdevelop-upload/kdevelop-upload-.ebuild
index 02cb386b38..7d71271c2c 100644
--- a/dev-util/kdevelop-upload/kdevelop-upload-.ebuild
+++ b/dev-util/kdevelop-upload/kdevelop-upload-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="kdevelop"
 KDE_ORG_NAME="kdev-upload"
 

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

2020-05-23 Thread Andreas Sturmlechner
commit: dabf669718b4dac04c85141205b7096e184026af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:59:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:59:23 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dabf6697

kde.org.eclass: Add games-board and games-mud categories

Both map to 'games' upstream.

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

 eclass/kde.org.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index e32cfe2fb4..961df97698 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -48,7 +48,9 @@ declare -A KDE_ORG_CATEGORIES=(
[app-text]=office
[dev-libs]=libraries
[dev-util]=sdk
+   [games-board]=games
[games-kids]=education
+   [games-mud]=games
[kde-frameworks]=frameworks
[kde-plasma]=plasma
[mail-client]=pim



[gentoo-commits] proj/kde:master commit in: sci-electronics/ktechlab/

2020-05-23 Thread Andreas Sturmlechner
commit: 1050eb391fd07f987672ed99d112ff825f63b7e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:56:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:56:22 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1050eb39

sci-electronics/ktechlab: Set KDE_ORG_CATEGORY="sdk"

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

 sci-electronics/ktechlab/ktechlab-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-electronics/ktechlab/ktechlab-.ebuild 
b/sci-electronics/ktechlab/ktechlab-.ebuild
index 1d17d61917..2672688623 100644
--- a/sci-electronics/ktechlab/ktechlab-.ebuild
+++ b/sci-electronics/ktechlab/ktechlab-.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
+KDE_ORG_CATEGORY="sdk"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org



[gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/

2020-05-23 Thread Andreas Sturmlechner
commit: 186a67f2b6779c6a901b920381d93d61af5525c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 21:54:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:54:09 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=186a67f2

net-libs/libktorrent: Set KDE_ORG_CATEGORY="network"

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

 net-libs/libktorrent/libktorrent-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libktorrent/libktorrent-.ebuild 
b/net-libs/libktorrent/libktorrent-.ebuild
index d0b7d880d7..8e82bc 100644
--- a/net-libs/libktorrent/libktorrent-.ebuild
+++ b/net-libs/libktorrent/libktorrent-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 ECM_TEST="forceoptional"
+KDE_ORG_CATEGORY="network"
 KFMIN=5.60.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"



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

2020-05-23 Thread Thomas Deutschmann
commit: 98daf7ba7a655ee670d6a7a56723d5253f1ff336
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 21:48:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 21:48:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98daf7ba

dev-util/cbindgen: drop old

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

 dev-util/cbindgen/Manifest   |  1 -
 dev-util/cbindgen/cbindgen-0.13.2.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-util/cbindgen/Manifest b/dev-util/cbindgen/Manifest
index 8758ce5bc8f..1aa2ad492c2 100644
--- a/dev-util/cbindgen/Manifest
+++ b/dev-util/cbindgen/Manifest
@@ -2,7 +2,6 @@ DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97
 DIST atty-0.2.13.crate 4764 BLAKE2B 
673eea1d377fc3aca792a3a8bd2a5c058f3041abc76a8760dd6acab7f19fa610f812c57d81a4dbf773675cad3df483904c66e66b45d83393402f747c6db60d89
 SHA512 
4554ca7dedb4c2e8693e5847ef1fe66161ed4cb2c19156bb03f41ce7e7ea21838369dabaf447a60d1468de8bfbb7087438c12934c4569dde63df074f168569ad
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST c2-chacha-0.2.3.crate 13336 BLAKE2B 
0b548907ce4c9ee502ec96307ca003d168e8bcf9007ec667661d158f33de36fc2e832cb3c36cadc2523f6ba8b9aeff4dcb16e7f95a9a34ae02e8bd5d00f65cf2
 SHA512 
302498f75d1befdb8bf8b61d0eff2762f0e86000c3909d819a377be2fec72e830bfb4530e24059906b499cef17ab56229f5627fb998ad9ba34a7c6c0de748538
-DIST cbindgen-0.13.2.crate 160484 BLAKE2B 
9c69f957305c3bd2c3056b45875dd2115309f01541bec4bce718f5d843dfb5b3bb6746474fe8149c42c194922ff618d9e3f6cfff13f7cf9069afb81d2da3e569
 SHA512 
2e894c6cf2b08321418ef78228fbebb5f504aea1576b8e159b4d8d66442cb65cee4f611f0ce13fa58539c08fe21932358fcfead52acbe5413adc9fdba05faf66
 DIST cbindgen-0.14.2.crate 165699 BLAKE2B 
c0964a66b3ef57a6eccaef83c7cd8a500605be0cb5bb0f571b5d35a2f924613fec3b4ee77190b74203057488c2402c6a11680ddbf395dca00baa5e69bf18210b
 SHA512 
d3ab0a4c217c9047bc3ada7911d4ae1bdfc09092835f78d232bb56ef0d9a499df43e358532dfb828a04df61a0cacccd7e57214cd15f466791eb1b8edd9f92ed0
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST clap-2.33.0.crate 196458 BLAKE2B 
3bb62d817afc77b421a6282746b9b61367d224de6b614c7ed66bde452ce1046728077dab3368a46635b5c74d82ba3196586d87c0201478ce5b89638910dadb1a
 SHA512 
f1075031414d48e4340bfe308904a95a31b72460724773c52a0bc8c004e625a04c904a39fc5420cb8c26a633321f9b5f4f69019c7aae5ed89900b63ed8c21a91

diff --git a/dev-util/cbindgen/cbindgen-0.13.2.ebuild 
b/dev-util/cbindgen/cbindgen-0.13.2.ebuild
deleted file mode 100644
index 6daa05025f4..000
--- a/dev-util/cbindgen/cbindgen-0.13.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2017-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-CRATES="
-ansi_term-0.11.0
-atty-0.2.13
-bitflags-1.2.1
-c2-chacha-0.2.3
-cbindgen-0.13.2
-cfg-if-0.1.10
-clap-2.33.0
-getrandom-0.1.13
-itoa-0.4.4
-libc-0.2.66
-log-0.4.8
-ppv-lite86-0.2.6
-proc-macro2-1.0.6
-quote-1.0.2
-rand-0.7.2
-rand_chacha-0.2.1
-rand_core-0.5.1
-rand_hc-0.2.0
-redox_syscall-0.1.56
-remove_dir_all-0.5.2
-ryu-1.0.2
-serde-1.0.104
-serde_derive-1.0.104
-serde_json-1.0.44
-strsim-0.8.0
-syn-1.0.11
-tempfile-3.1.0
-textwrap-0.11.0
-toml-0.5.5
-unicode-width-0.1.7
-unicode-xid-0.2.0
-vec_map-0.8.1
-wasi-0.7.0
-winapi-0.3.8
-winapi-i686-pc-windows-gnu-0.4.0
-winapi-x86_64-pc-windows-gnu-0.4.0
-"
-
-inherit cargo
-
-DESCRIPTION="A tool for generating C bindings to Rust code"
-HOMEPAGE="https://github.com/eqrion/cbindgen/;
-SRC_URI="$(cargo_crate_uris ${CRATES})"
-LICENSE="MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"



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

2020-05-23 Thread Thomas Deutschmann
commit: 3b66d50cb4c1ed0e8424ba4292b2642abd613410
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 21:48:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 21:48:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b66d50c

dev-util/cbindgen: rollover keywords

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

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

diff --git a/dev-util/cbindgen/cbindgen-0.14.2.ebuild 
b/dev-util/cbindgen/cbindgen-0.14.2.ebuild
index 1928d569fe8..402a6ff20ba 100644
--- a/dev-util/cbindgen/cbindgen-0.14.2.ebuild
+++ b/dev-util/cbindgen/cbindgen-0.14.2.ebuild
@@ -51,4 +51,4 @@ HOMEPAGE="https://github.com/eqrion/cbindgen/;
 SRC_URI="$(cargo_crate_uris ${CRATES})"
 LICENSE="MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"



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

2020-05-23 Thread Thomas Deutschmann
commit: eb9b0c91d053b53363eb480cf2670990f6645d8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 21:13:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 21:44:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9b0c91

sys-cluster/galera: bump to v26.4.4

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

 sys-cluster/galera/Manifest |  1 +
 sys-cluster/galera/galera-26.4.4.ebuild | 81 +
 2 files changed, 82 insertions(+)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index 0e33ea8055b..96de2b635ea 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -2,4 +2,5 @@ DIST galera-25.3.26.tar.gz 3386588 BLAKE2B 
ca78a32dbaa6fd9eb46c40ddb26c97c788e52
 DIST galera-25.3.28.tar.gz 3390722 BLAKE2B 
4e399b0f00c7303c11622c3807bc8a7b9b3b5c7747175560905b68abb67d557dde752019c313ba1de961ac2970fbf89d277583ee9c55c142cb1822873d7ab611
 SHA512 
8ff135022e820fc6a1d33ea1fa6e8677702ed7a7fbf460d45c28cdfe287c666949027989c3152311641debf183f3e8062f561c9935e51d3355df8ba087c5d132
 DIST galera-26.4.2.tar.gz 3499538 BLAKE2B 
4531b246da119528192ce85364a344f56aeb83b05b6de0a87fed5cb34f7e23497b9576e4014899c58af23d045501989ccdb51a25ee27b4e32aeb5d1be1054115
 SHA512 
6c500dbcdc9156421c628c842a00985b3e7c440ad2facbd893f98c846426bf0607ca28152fef99a587146cefb376883ef083d498562d96fcedecf4935a3d466f
 DIST galera-26.4.3.tar.gz 3507925 BLAKE2B 
fb15724dd1477cbabffe6d76e6fee0425a86d335289a61e8b3fbb51b5dd84f8a6259d3ce1cf808fb5b2f2299c2b9f28988a87d0dc67667a02a53e12ba911d976
 SHA512 
857c6b1965871a5801d3cd7396fec8259e0b72a397b5fb92e63f374531fdb03dbecd5d5ebfdf2f0dc388d87c0ae25b357d02581c8d5889803d04c0a2f2583b52
+DIST galera-26.4.4.tar.gz 3472392 BLAKE2B 
146355ad95058d08800870be1c7d1d0be84d2cc621cc7857754468256cfa7ff5c99b98dfab71ea8354f6fdd720ac3a0849f768cf9cc75a55a92e8cdc0a19a9d4
 SHA512 
4e85b7e5182a04983d1b6f2ea539bb2fc5e02b73502bcaa1c142e92cd3e43d283570301a433518206885b575932ad5d4d9f72243ed94f6c7245036f24c699d8f
 DIST galera-3-25.3.25.tar.gz 3373347 BLAKE2B 
892c5824d88d7ceb0db16f72d9fad9ac7074435a6cacf3fea1599af0be811cc1a0b476d0a15353d0cf854a201ca5e60808392a41125c780bd97b844a4fd55216
 SHA512 
bc9f02c796c7289034f5b285a8f6a0e668c78302546b47c70cbe3927467993baae8835cf54978fb5276251a6d04a84d6952eaee4e6c7c5fd488543fd53d07b03

diff --git a/sys-cluster/galera/galera-26.4.4.ebuild 
b/sys-cluster/galera/galera-26.4.4.ebuild
new file mode 100644
index 000..769275ce3ad
--- /dev/null
+++ b/sys-cluster/galera/galera-26.4.4.ebuild
@@ -0,0 +1,81 @@
+# 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 python-any-r1 scons-utils toolchain-funcs flag-o-matic
+
+DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
+HOMEPAGE="https://galeracluster.com;
+SRC_URI="http://nyc2.mirrors.digitalocean.com/mariadb/mariadb-10.4.13/${P}/src/${P}.tar.gz;
+LICENSE="GPL-2 BSD"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="cpu_flags_x86_sse4_2 garbd test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   dev-libs/openssl:0=
+   >=dev-libs/boost-1.41:0=
+   "
+BDEPEND=">=sys-devel/gcc-4.4"
+DEPEND="${BDEPEND}
+   ${CDEPEND}
+   dev-libs/check
+   >=dev-cpp/asio-1.10.1[ssl]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/files/, sys-cluster/galera/

2020-05-23 Thread Thomas Deutschmann
commit: 1ade2f6b70dfbbb2435a2dd3d25ec2f82e597d9e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 21:42:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 21:45:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ade2f6b

sys-cluster/galera: respect AR

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

 sys-cluster/galera/files/galera-26.4.4-respect-AR.patch | 12 
 sys-cluster/galera/galera-26.4.4.ebuild |  7 +--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/galera/files/galera-26.4.4-respect-AR.patch 
b/sys-cluster/galera/files/galera-26.4.4-respect-AR.patch
new file mode 100644
index 000..972bb9288a6
--- /dev/null
+++ b/sys-cluster/galera/files/galera-26.4.4-respect-AR.patch
@@ -0,0 +1,12 @@
+--- a/SConstruct
 b/SConstruct
+@@ -213,6 +213,9 @@ if cxx != 'default':
+ link = os.getenv('LINK', 'default')
+ if link != 'default':
+ env.Replace(LINK = link)
++ar = os.getenv('AR', 'default')
++if ar != 'default':
++env.Replace(AR = ar)
+
+ # Get compiler name/version, CXX may be set to "c++" which may be clang or gcc
+ cc_version = str(read_first_line(env['CC'].split() + ['--version']))

diff --git a/sys-cluster/galera/galera-26.4.4.ebuild 
b/sys-cluster/galera/galera-26.4.4.ebuild
index 769275ce3ad..0a0b545084c 100644
--- a/sys-cluster/galera/galera-26.4.4.ebuild
+++ b/sys-cluster/galera/galera-26.4.4.ebuild
@@ -33,7 +33,10 @@ DEPEND="${BDEPEND}
 RDEPEND="${CDEPEND}"
 
 # Respect {C,LD}FLAGS.
-PATCHES=( "${FILESDIR}/galera-4.1-strip-extra-cflags.patch" )
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.1-strip-extra-cflags.patch
+   "${FILESDIR}"/${PN}-26.4.4-respect-AR.patch
+)
 
 src_prepare() {
default
@@ -48,7 +51,7 @@ src_prepare() {
 }
 
 src_configure() {
-   tc-export CC CXX
+   tc-export AR CC CXX
# Uses hardware specific code that seems to depend on SSE4.2
if use cpu_flags_x86_sse4_2 ; then
append-cflags -msse4.2



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

2020-05-23 Thread Thomas Deutschmann
commit: 50d3306a1f8af67662e85ac1ecef9e582e60318a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 20:53:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 20:53:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d3306a

dev-db/myodbc: bump to v8.0.20

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

 dev-db/myodbc/Manifest |   1 +
 dev-db/myodbc/myodbc-8.0.20.ebuild | 118 +
 2 files changed, 119 insertions(+)

diff --git a/dev-db/myodbc/Manifest b/dev-db/myodbc/Manifest
index 0be45e21dbe..b08ad26d298 100644
--- a/dev-db/myodbc/Manifest
+++ b/dev-db/myodbc/Manifest
@@ -4,3 +4,4 @@ DIST mysql-connector-odbc-5.3.9-linux-debian9-x86-64bit.tar.gz 
12013057 BLAKE2B
 DIST mysql-connector-odbc-8.0.16-src.tar.gz 3986610 BLAKE2B 
c91760f8e0352a57adb5400700d22f52f70d5210d85ff0932f5288f19c917c771ce9ea9abad097d27a9723c585d1029d56c09f6865f634f9c41ad852690e016d
 SHA512 
b7ddcdf635441bc3ed0325a8562f453e42d3c9768b0fe0b42d9b5417e268f4631e3fca3c2adc417c124ede37254c7b1890c792593d846ecaf5b158ce4b4808cd
 DIST mysql-connector-odbc-8.0.17-src.tar.gz 3953949 BLAKE2B 
6d7fcef89c15d9f421f690291e793f1020b5f77f5e2132f130becd1ceed041887ffce77fda4cbc411d06972f1d488d434c8f132c0778af30a436c6b6e372e59e
 SHA512 
474b107eb5d4c23e10c24dcf37b3787418afbd34ea385791fd0d8cdb5d29a6770cde4a61e3591329b344c442ff8f6daad3a2c250e881f9f5837eaa4e951af7e4
 DIST mysql-connector-odbc-8.0.19-src.tar.gz 3770465 BLAKE2B 
7c57d85c13c17c08e1aed1deff3d60851ff68474c42971ea796fc50e3b766d7c49e5d993527691534c30f4007a94be852ac240bf50244cd3adf0f9500fbfc68c
 SHA512 
4761d9d3eeccc932bfd76b9b27be4672e65b6125e85312dcfcb0b8b3cfe0ccf19982d40b2f85ae26e936e968d35d3136bab201b7dcb47eb4ad460c178c0d9f88
+DIST mysql-connector-odbc-8.0.20-src.tar.gz 3734268 BLAKE2B 
606e8fe88712371da74bee8f44b21a56a2572603b1af693733fdd9ccd7ab62cb16a224593b368a40a021ed87ee433213a1a03b775c07b6bd28bbc44b7f905288
 SHA512 
483eb5c1d4a75ec4ec8681b33633bf89db708737191d149e1fed3c8bf0f839ab70951982a664fbf078c73fdfc114b126b5146682238faa244c904becf80858d7

diff --git a/dev-db/myodbc/myodbc-8.0.20.ebuild 
b/dev-db/myodbc/myodbc-8.0.20.ebuild
new file mode 100644
index 000..4577fecc234
--- /dev/null
+++ b/dev-db/myodbc/myodbc-8.0.20.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+MAJOR="$(ver_cut 1-2)"
+MY_PN="mysql-connector-odbc"
+MY_P="${MY_PN}-${PV/_p/r}-src"
+
+DESCRIPTION="ODBC driver for MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/connector/odbc/;
+SRC_URI="https://dev.mysql.com/get/Downloads/Connector-ODBC/${MAJOR}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="${MAJOR}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+# Broken when built dynamically against libmysqlclient.so
+RDEPEND="
+   dev-db/unixODBC[${MULTILIB_USEDEP}]
+   >=dev-db/mysql-connector-c-8.0:0=[static-libs,${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${MY_P}
+
+# Careful!
+DRIVER_NAME="${PN}-${SLOT}"
+
+# Patch document path so it doesn't install files to /usr
+PATCHES=(
+   "${FILESDIR}/${MAJOR}-cmake-doc-path.patch"
+   "${FILESDIR}/${PN}-8.0.19-cxxlinkage.patch"
+)
+
+src_prepare() {
+   # Remove Tests
+   sed -i -e "s/ADD_SUBDIRECTORY(test)//" \
+   "${S}/CMakeLists.txt"
+
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   mycmakeargs+=(
+   -DMYSQLCLIENT_STATIC_LINKING=1
+   -DMYSQL_CXX_LINKAGE=1
+   -DWITH_UNIXODBC=1
+   -DWITH_DOCUMENTATION_INSTALL_PATH=/usr/share/doc/${PF}
+   -DLIB_SUBDIR="$(get_libdir)/${PN}-${MAJOR}"
+   -DMYSQLCLIENT_NO_THREADS=ON
+   -DDISABLE_GUI=ON
+   # The NUMA and LIBWRAP options are not really used.
+   # They are just copied from the server code
+   -DWITH_NUMA=OFF
+   -DWITH_LIBWRAP=OFF
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_install_all() {
+   debug-print-function ${FUNCNAME} "$@"
+
+   dodir /usr/share/${PN}-${SLOT}
+   for i in odbc.ini odbcinst.ini; do
+   einfo "Building $i"
+   sed \
+   -e "s,__PN__,${DRIVER_NAME},g" \
+   -e "s,__PF__,${MAJOR},g" \
+   -e 
"s,lib/libmyodbc3.so,$(get_libdir)/${PN}-${MAJOR}/libmyodbc${SLOT:0:1}a.so,g" \
+   >"${D}"/usr/share/${PN}-${SLOT}/${i} \
+   <"${FILESDIR}"/${i}.m4 \
+   || die "Failed to build $i"
+   done;
+   mv "${D}/usr/bin/myodbc-installer" \
+   "${D}/usr/bin/myodbc-installer-${MAJOR}" || die "failed to move 
slotted binary"
+}
+
+pkg_config() {
+
+   [ "${ROOT}" != "/" ] && \
+   die 'Sorry, non-standard ROOT setting is not 

[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cpp-taskflow/, dev-cpp/cpp-taskflow/files/

2020-05-23 Thread Michele Santullo
commit: a71e8a1c65d7ea3335127fd3ab50a6cf1322269c
Author: Michele Santullo  posteo  net>
AuthorDate: Sat May 23 21:43:45 2020 +
Commit: Michele Santullo  posteo  net>
CommitDate: Sat May 23 21:43:45 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a71e8a1c

dev-cpp/cpp-taskflow: adding package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Michele Santullo  posteo.net>

 dev-cpp/cpp-taskflow/Manifest  |  2 +
 dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild | 39 +
 dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild | 39 +
 dev-cpp/cpp-taskflow/cpp-taskflow-.ebuild  | 38 +
 .../files/cpp-taskflow-2.3.1-fix-lib-path.patch| 49 ++
 ...pp-taskflow-2.3.1-optional-tests-examples.patch | 49 ++
 .../files/cpp-taskflow-2.4.0-fix-lib-path.patch| 49 ++
 .../cpp-taskflow-2.4.0-fix-version-number.patch| 13 ++
 ...pp-taskflow-2.4.0-optional-tests-examples.patch | 42 +++
 .../files/cpp-taskflow--fix-lib-path.patch | 49 ++
 ...cpp-taskflow--optional-tests-examples.patch | 42 +++
 dev-cpp/cpp-taskflow/metadata.xml  | 15 +++
 12 files changed, 426 insertions(+)

diff --git a/dev-cpp/cpp-taskflow/Manifest b/dev-cpp/cpp-taskflow/Manifest
new file mode 100644
index 000..408dc82
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/Manifest
@@ -0,0 +1,2 @@
+DIST cpp-taskflow-2.3.1.tar.gz 9910 BLAKE2B 
3ecbc3eaf8db68ded66222c512ff7e22633fc0276eaff8ca9fd43bad13bb810ef064d0c8e762a960cdfff9197e4a810b75005a0063042c724b42599a2716e609
 SHA512 
94d5784198571886520d9f5d69dbce659c3cd214d986e9ac001816033d7719ae21d22ed2f5879549df15b23035d06200938a07928dd773f507317ede8a121899
+DIST cpp-taskflow-2.4.0.tar.gz 76993334 BLAKE2B 
8f257165ab72dbe6c1cf6a86886669008e9f16f1dfd4871defc452bdb9dfa3e45ab9bfbbdc874b4ba566a2a7d8984a666ce2933b2c6d2215467f7fbfa03ac520
 SHA512 
dd6c7500e39d7058871280d12e120bd28d9609e5289f1d7851b3b59e2c1bfe74d3040d902bd5b26895e558b563c8abad878e7bc343e199e7356940c02a64217f

diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild 
b/dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild
new file mode 100644
index 000..97255ac
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Modern C++ Parallel Task Programming"
+HOMEPAGE="https://cpp-taskflow.github.io;
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/cpp-taskflow/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-optional-tests-examples.patch
+   "${FILESDIR}"/${P}-fix-lib-path.patch
+)
+
+
+src_configure() {
+   local mycmakeargs=(
+   -DTF_BUILD_TESTS=$(usex test ON OFF)
+   )
+   cmake_src_configure
+}

diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild 
b/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild
new file mode 100644
index 000..8edadb7
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Modern C++ Parallel Task Programming"
+HOMEPAGE="https://cpp-taskflow.github.io;
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/cpp-taskflow/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-optional-tests-examples.patch
+   "${FILESDIR}"/${P}-fix-lib-path.patch
+   "${FILESDIR}"/${P}-fix-version-number.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DTF_BUILD_TESTS=$(usex test ON OFF)
+   )
+   cmake_src_configure
+}

diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-.ebuild 
b/dev-cpp/cpp-taskflow/cpp-taskflow-.ebuild
new file mode 100644
index 000..ced7f05
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/cpp-taskflow-.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Modern C++ Parallel Task Programming"
+HOMEPAGE="https://cpp-taskflow.github.io;
+if [[ ${PV} ==  ]]; then
+   

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

2020-05-23 Thread Andreas Sturmlechner
commit: 1dfb073303b39c71c2afdfbec0ecbd7d56ae3e27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 10 23:13:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 21:24:25 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1dfb0733

kde.org.eclass: Add KDE_ORG_CATEGORIES map and KDE_ORG_CATEGORY

To support invent.kde.org git repository addresses without redirect warnings.

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

 eclass/kde.org.eclass | 46 +-
 1 file changed, 45 insertions(+), 1 deletion(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 2d21bacc5c..aaee2a2cba 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -34,6 +34,50 @@ fi
 
 EXPORT_FUNCTIONS pkg_nofetch src_unpack
 
+# @ECLASS-VARIABLE: KDE_ORG_CATEGORIES
+# @INTERNAL
+# @DESCRIPTION
+# Map of ${CATEGORY}= key-value pairs.
+declare -A KDE_ORG_CATEGORIES=(
+   [app-accessibility]=accessibility
+   [app-admin]=system
+   [app-backup]=system
+   [app-cdr]=utilities
+   [app-editors]=office
+   [app-office]=office
+   [app-text]=office
+   [dev-libs]=libraries
+   [dev-util]=sdk
+   [games-kids]=education
+   [kde-frameworks]=frameworks
+   [kde-plasma]=plasma
+   [mail-client]=pim
+   [media-gfx]=graphics
+   [media-libs]=libraries
+   [media-sound]=multimedia
+   [media-video]=multimedia
+   [net-im]=network
+   [net-irc]=network
+   [net-libs]=libraries
+   [net-misc]=network
+   [net-p2p]=network
+   [sci-astronomy]=education
+   [sci-calculators]=utilities
+   [sci-mathematics]=education
+   [sci-visualization]=education
+   [sys-block]=system
+   [sys-libs]=system
+   [www-client]=network
+   [x11-libs]=libraries
+)
+readonly KDE_ORG_CATEGORIES
+
+# @ECLASS-VARIABLE: KDE_ORG_CATEGORY
+# @DESCRIPTION:
+# If unset, default value is mapped from ${CATEGORY} to corresponding upstream
+# category on invent.kde.org, with "kde" as fallback value.
+: ${KDE_ORG_CATEGORY:=${KDE_ORG_CATEGORIES[${CATEGORY}]:-kde}}
+
 # @ECLASS-VARIABLE: KDE_ORG_NAME
 # @DESCRIPTION:
 # If unset, default value is set to ${PN}.
@@ -171,7 +215,7 @@ _kde.org_calculate_live_repo() {
# @DESCRIPTION:
# This variable allows easy overriding of default kde mirror service
# (anongit) with anything else you might want to use.
-   EGIT_MIRROR=${EGIT_MIRROR:=https://invent.kde.org/kde}
+   EGIT_MIRROR=${EGIT_MIRROR:=https://invent.kde.org/${KDE_ORG_CATEGORY}}
 
if [[ ${PV} == ??.??.49. && ${KDE_RELEASE_SERVICE} = true ]]; then
EGIT_BRANCH="release/$(ver_cut 1-2)"



[gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/, kde-plasma/libksysguard/files/

2020-05-23 Thread Andreas Sturmlechner
commit: 6e81fbb81ebaf65f86673fd9eb55d937a878923d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 20:43:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 20:43:39 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e81fbb8

kde-plasma/libksysguard: Backport drop IUSE minimal/unused DEPEND

Backport upstream commit fa06754147850ba06659f21e57cd7a724ecf8c49

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

 .../files/libksysguard-5.18.90-unused-dep.patch| 92 ++
 .../libksysguard/libksysguard-5.19.49..ebuild  |  7 +-
 2 files changed, 96 insertions(+), 3 deletions(-)

diff --git 
a/kde-plasma/libksysguard/files/libksysguard-5.18.90-unused-dep.patch 
b/kde-plasma/libksysguard/files/libksysguard-5.18.90-unused-dep.patch
new file mode 100644
index 00..903b7b8bcf
--- /dev/null
+++ b/kde-plasma/libksysguard/files/libksysguard-5.18.90-unused-dep.patch
@@ -0,0 +1,92 @@
+From fa06754147850ba06659f21e57cd7a724ecf8c49 Mon Sep 17 00:00:00 2001
+From: "Martin T. H. Sandsmark" 
+Date: Sat, 23 May 2020 18:26:12 +0200
+Subject: [PATCH] remove unnecessary dependency
+
+---
+ CMakeLists.txt   | 13 +
+ signalplotter/CMakeLists.txt |  1 -
+ signalplotter/ksignalplotter.cpp |  2 +-
+ signalplotter/ksignalplotter_p.h |  2 ++
+ 4 files changed, 4 insertions(+), 14 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b12ead7..063cb05 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -46,14 +46,6 @@ set_package_properties(Qt5WebChannel PROPERTIES
+ 
+ find_package(KF5 REQUIRED COMPONENTS CoreAddons Config I18n JobWidgets 
WindowSystem Completion Auth WidgetsAddons IconThemes ConfigWidgets Service 
GlobalAccel KIO Package Declarative NewStuff)
+ 
+-find_package(KF5 OPTIONAL_COMPONENTS Plasma)
+-set_package_properties(KF5Plasma PROPERTIES
+-   URL "https://cgit.kde.org/plasma-framework.git/;
+-   DESCRIPTION "The library of the plasma project"
+-   TYPE OPTIONAL
+-   PURPOSE "Used by signalplotter to use Plasma themes"
+-  )
+-
+ find_package(ZLIB REQUIRED)
+ set_package_properties(ZLIB PROPERTIES DESCRIPTION "Support for gzip 
compressed files and data streams"
+URL "http://www.zlib.net;
+@@ -113,10 +105,7 @@ add_subdirectory( processcore )
+ add_subdirectory( processui )
+ add_subdirectory( sensors )
+ add_subdirectory( faces )
+-
+-if (KF5Plasma_FOUND)
+-add_subdirectory( signalplotter )
+-endif()
++add_subdirectory( signalplotter )
+ add_subdirectory( ksgrd )
+ 
+ if(BUILD_TESTING)
+diff --git a/signalplotter/CMakeLists.txt b/signalplotter/CMakeLists.txt
+index fd11f01..231fcf7 100644
+--- a/signalplotter/CMakeLists.txt
 b/signalplotter/CMakeLists.txt
+@@ -16,7 +16,6 @@ target_link_libraries(ksignalplotter
+ KF5::IconThemes
+ PRIVATE
+ KSysGuard::ProcessCore
+-KF5::Plasma
+ )
+ 
+ set_target_properties(ksignalplotter
+diff --git a/signalplotter/ksignalplotter.cpp 
b/signalplotter/ksignalplotter.cpp
+index 4e6c278..df7c705 100644
+--- a/signalplotter/ksignalplotter.cpp
 b/signalplotter/ksignalplotter.cpp
+@@ -42,7 +42,6 @@
+ #ifdef GRAPHICS_SIGNAL_PLOTTER
+ #include 
+ #include 
+-#include 
+ #endif
+ 
+ #include 
+@@ -52,6 +51,7 @@
+ 
+ #ifdef SVG_SUPPORT
+ #include 
++#include 
+ #endif
+ 
+ 
+diff --git a/signalplotter/ksignalplotter_p.h 
b/signalplotter/ksignalplotter_p.h
+index 81912f5..082f97c 100644
+--- a/signalplotter/ksignalplotter_p.h
 b/signalplotter/ksignalplotter_p.h
+@@ -24,7 +24,9 @@
+ //#define USE_QIMAGE
+ 
+ // SVG support causes it to crash at the moment :(
++// (when re-enabling this remember to also link against plasma-framework)
+ //#define SVG_SUPPORT
++
+ // Use a separate child widget to draw the graph in
+ #ifndef KSYSGUARD_KSIGNALPLOTTER_P_H
+ #define KSYSGUARD_KSIGNALPLOTTER_P_H
+-- 
+2.26.2
+

diff --git a/kde-plasma/libksysguard/libksysguard-5.19.49..ebuild 
b/kde-plasma/libksysguard/libksysguard-5.19.49..ebuild
index 2fd34810b9..f586afbf06 100644
--- a/kde-plasma/libksysguard/libksysguard-5.19.49..ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.19.49..ebuild
@@ -46,15 +46,16 @@ RDEPEND="
 DEPEND="${RDEPEND}
!=kde-frameworks/kiconthemes-${KFMIN}:5
-   !minimal? ( >=kde-frameworks/plasma-${KFMIN}:5 )
X? ( x11-base/xorg-proto )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch"
+   "${FILESDIR}/${PN}-5.18.90-unused-dep.patch"
+)
 
 src_configure() {
local mycmakeargs=(
-   $(cmake_use_find_package !minimal KF5Plasma)
$(cmake_use_find_package webengine Qt5WebChannel)
$(cmake_use_find_package webengine Qt5WebEngineWidgets)

[gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/

2020-05-23 Thread Andreas Sturmlechner
commit: f40d4a2f440ece1d7809afe0676854b67daf0890
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 20:39:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 20:39:16 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f40d4a2f

kde-plasma/libksysguard: Drop IUSE minimal/unused DEPEND

Upstream commit fa06754147850ba06659f21e57cd7a724ecf8c49

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

 kde-plasma/libksysguard/libksysguard-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-plasma/libksysguard/libksysguard-.ebuild 
b/kde-plasma/libksysguard/libksysguard-.ebuild
index b5419cadec..90b9708e43 100644
--- a/kde-plasma/libksysguard/libksysguard-.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
 SLOT="5/9"
 KEYWORDS=""
-IUSE="minimal webengine X"
+IUSE="webengine X"
 
 RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -46,7 +46,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
!=kde-frameworks/kiconthemes-${KFMIN}:5
-   !minimal? ( >=kde-frameworks/plasma-${KFMIN}:5 )
X? ( x11-base/xorg-proto )
 "
 
@@ -54,7 +53,6 @@ PATCHES=( 
"${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch" )
 
 src_configure() {
local mycmakeargs=(
-   $(cmake_use_find_package !minimal KF5Plasma)
$(cmake_use_find_package webengine Qt5WebChannel)
$(cmake_use_find_package webengine Qt5WebEngineWidgets)
$(cmake_use_find_package X X11)



[gentoo-commits] proj/kde:master commit in: app-backup/kup/

2020-05-23 Thread Andreas Sturmlechner
commit: 747fd5ea557530f413a93057afe4bd3ebd69017d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 09:56:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 09:56:43 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=747fd5ea

app-backup/kup: Remove package

Required dependency app-backup/bup was last-rited in gentoo.git.

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

 app-backup/kup/kup-.ebuild | 51 --
 app-backup/kup/metadata.xml|  8 ---
 2 files changed, 59 deletions(-)

diff --git a/app-backup/kup/kup-.ebuild b/app-backup/kup/kup-.ebuild
deleted file mode 100644
index a4218ca58a..00
--- a/app-backup/kup/kup-.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-inherit ecm kde.org
-
-DESCRIPTION="Backup scheduler for KDE's Plasma desktop"
-HOMEPAGE="https://www.linux-apps.com/p/1127689;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   kde-frameworks/kcompletion:5
-   kde-frameworks/kconfig:5
-   kde-frameworks/kconfigwidgets:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kdbusaddons:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kidletime:5
-   kde-frameworks/kinit:5
-   kde-frameworks/kio:5
-   kde-frameworks/kjobwidgets:5
-   kde-frameworks/knotifications:5
-   kde-frameworks/kwidgetsaddons:5
-   kde-frameworks/kxmlgui:5
-   kde-frameworks/plasma:5
-   kde-frameworks/solid:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   dev-libs/libgit2:=
-"
-RDEPEND="${DEPEND}
-   dev-qt/qtdeclarative:5
-   dev-qt/qtsvg:5
-   app-backup/bup
-   net-misc/rsync
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_SYSTEM_LIBGIT2=ON
-   )
-   ecm_src_configure
-}

diff --git a/app-backup/kup/metadata.xml b/app-backup/kup/metadata.xml
deleted file mode 100644
index 2fdbf33d96..00
--- a/app-backup/kup/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



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

2020-05-23 Thread Thomas Deutschmann
commit: b66d34e919468e76ad2f646bee364806538fab08
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 20:44:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 20:44:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66d34e9

dev-db/mariadb: fix Manifest

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

 dev-db/mariadb/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index cce2d23ccf6..c0739a66d17 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,7 +1,7 @@
 DIST mariadb-10.1.38.tar.gz 63535685 BLAKE2B 
c179ea2f60287c2bc1c0d1c47ae989ac2653a24063e8344cef2f3062fc6798e18b969e8f9aa8287104ce2518e6c644cb8d3a4650b5a0bc5dfde973e76e618955
 SHA512 
184582f3a902a989ba3d9c4d21288c014c8b469adbbb4cbabc621c5006022cef29baed8c1140ed4476b124da83b76dfa414295ed0c3374be826e75aca953a77b
 DIST mariadb-10.1.43.tar.gz 63635313 BLAKE2B 
60617d3021bb478633a995b93a3659a287ecab49bb1997efc430e2f453a8145307f0db02799b43560a51c92ef528060f93fb82fd0362ea34052f68590144bff0
 SHA512 
47e9693c6c1d25d2c3541efe001569c17e70721edcbfc3d0ccc96f3638820123436c18d2cbc3c2ad252adf1eda446feff0370eb97f9e57b6711757ac899b47e8
 DIST mariadb-10.1.44.tar.gz 63660764 BLAKE2B 
fb88660687c57217c82a05442b1f6e1d85a10fbcdb54b5c455409fd6e280aede27aafe61020eae278a0424b7b21f4afc4e581dd68ce9690948970ef22127ecd0
 SHA512 
4216524dae5eaf882d3667345fdccc58fa29cb02fb04367900d25c1d120b609d9c7af460dea37ba15ba3fb89f4390f9b15072f5c1ecc434c64b840fa14bab8a9
-DIST mariadb-10.1.45-patches-03.tar.xz 176 BLAKE2B 
365c998e445142a3fd518f7c036584fdfb50c133f4e904bff919e558faac1e638b4933e59bc98cb805cb89efd1b323a71e92b8fd18803f41ad7998c129d38b01
 SHA512 
edade5ef831e65f2ca9411b6fe49638c4d9037d1379636240d0e7552e0cef8bd2b5e601a097deb525b0a627d0f5bb6fcbb4014f3104b16b9ed31e8cad1218e64
+DIST mariadb-10.1.45-patches-03.tar.xz 8400 BLAKE2B 
fe5d04147c3d51877af55c44039d6b480dab1764bfb28a4d7e5d233fef9799a2df2d45880abcbf316ef023e10ecd6aab5be0f2b6b79311f77cd9eae069cae838
 SHA512 
6e57b5685bdf441ef89391e22f87194095d3819b9c0622991d44707105331881ebad534e0c312d8d4f0e1e32efab12284a8c457c8ff31d23cfd2221565d8d1cf
 DIST mariadb-10.1.45.tar.gz 63673824 BLAKE2B 
002aedf61282244905256757fe18eebe67f8a05d45496eee4804e5fba9edf58ece15188d6537ed45245b9342bc514376727c91261ec3f3a3d809c569c84a63de
 SHA512 
708daf6cf98a914ca378e3461f3431f13d6274e20ef37de239e5d90db58215c50bfbc450e6b3b00d847cc819ab9de2bc780831009581e43db38d63397a417ace
 DIST mariadb-10.2.22.tar.gz 71907765 BLAKE2B 
e7781a9e1bb0becca543ebb0b9e03912fbafa9de45bbd5c7232f92d29b934148dd124ad462bf8aa5aec2e4ee0bf75a03fae5e5fe97a77e1d93095052a577c14b
 SHA512 
cd61d0c2d528b23b975e6ea142560d9b9ebff7ecda6fa9b3659b25b3406e8cc925918f4c3bb0e200ddb8d0520bcaa4d4f70d245b4731896f9ba2f1bdf0a817b2
 DIST mariadb-10.2.29.tar.gz 73087972 BLAKE2B 
aa3fe880f00b02846b26f16fcd37d18ebe217a2c9680c8c535042d2759852c929cd649d662c6a2bc603d934a6ba770ef945752c99d150f539e1fdd0d9be0ad51
 SHA512 
cee4e0d1a2b203cadaaa5678c5ce17302f18ffa55d07c8329392b1ea84740340c006eb9ab5920beef80835c2a399d5fffca409b8288e10ae62d290af62ec4ab8



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

2020-05-23 Thread Thomas Deutschmann
commit: 623c75d643cdb582298cccb74fdf9826a862f08c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 20:39:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 20:40:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623c75d6

dev-db/mariadb: update patch set to avoid collision with perror.1 (2)

Drop sed call completely.

Bug: https://bugs.gentoo.org/724782
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest   | 8 
 dev-db/mariadb/mariadb-10.1.45.ebuild | 6 +-
 dev-db/mariadb/mariadb-10.2.32.ebuild | 6 +-
 dev-db/mariadb/mariadb-10.3.23.ebuild | 6 +-
 dev-db/mariadb/mariadb-10.4.13.ebuild | 6 +-
 5 files changed, 8 insertions(+), 24 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index db2035a0f8f..cce2d23ccf6 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,20 +1,20 @@
 DIST mariadb-10.1.38.tar.gz 63535685 BLAKE2B 
c179ea2f60287c2bc1c0d1c47ae989ac2653a24063e8344cef2f3062fc6798e18b969e8f9aa8287104ce2518e6c644cb8d3a4650b5a0bc5dfde973e76e618955
 SHA512 
184582f3a902a989ba3d9c4d21288c014c8b469adbbb4cbabc621c5006022cef29baed8c1140ed4476b124da83b76dfa414295ed0c3374be826e75aca953a77b
 DIST mariadb-10.1.43.tar.gz 63635313 BLAKE2B 
60617d3021bb478633a995b93a3659a287ecab49bb1997efc430e2f453a8145307f0db02799b43560a51c92ef528060f93fb82fd0362ea34052f68590144bff0
 SHA512 
47e9693c6c1d25d2c3541efe001569c17e70721edcbfc3d0ccc96f3638820123436c18d2cbc3c2ad252adf1eda446feff0370eb97f9e57b6711757ac899b47e8
 DIST mariadb-10.1.44.tar.gz 63660764 BLAKE2B 
fb88660687c57217c82a05442b1f6e1d85a10fbcdb54b5c455409fd6e280aede27aafe61020eae278a0424b7b21f4afc4e581dd68ce9690948970ef22127ecd0
 SHA512 
4216524dae5eaf882d3667345fdccc58fa29cb02fb04367900d25c1d120b609d9c7af460dea37ba15ba3fb89f4390f9b15072f5c1ecc434c64b840fa14bab8a9
-DIST mariadb-10.1.45-patches-02.tar.xz 8440 BLAKE2B 
0fc8fc1076da9d4f8a8fd3c4ed815f17da19af5444fc97b8fad70203f44d624d9672bbc0e7d78f313abb247dd544bb840ec951359d45199d6d2ad7b52ca7e260
 SHA512 
3a936de74637b750de83a2d69358198c499f3d902832fec76876af047dac69b4acf48b4ca2b173b9754b634c7560cdf8942ee38f26ed88e13b2cc59718f2
+DIST mariadb-10.1.45-patches-03.tar.xz 176 BLAKE2B 
365c998e445142a3fd518f7c036584fdfb50c133f4e904bff919e558faac1e638b4933e59bc98cb805cb89efd1b323a71e92b8fd18803f41ad7998c129d38b01
 SHA512 
edade5ef831e65f2ca9411b6fe49638c4d9037d1379636240d0e7552e0cef8bd2b5e601a097deb525b0a627d0f5bb6fcbb4014f3104b16b9ed31e8cad1218e64
 DIST mariadb-10.1.45.tar.gz 63673824 BLAKE2B 
002aedf61282244905256757fe18eebe67f8a05d45496eee4804e5fba9edf58ece15188d6537ed45245b9342bc514376727c91261ec3f3a3d809c569c84a63de
 SHA512 
708daf6cf98a914ca378e3461f3431f13d6274e20ef37de239e5d90db58215c50bfbc450e6b3b00d847cc819ab9de2bc780831009581e43db38d63397a417ace
 DIST mariadb-10.2.22.tar.gz 71907765 BLAKE2B 
e7781a9e1bb0becca543ebb0b9e03912fbafa9de45bbd5c7232f92d29b934148dd124ad462bf8aa5aec2e4ee0bf75a03fae5e5fe97a77e1d93095052a577c14b
 SHA512 
cd61d0c2d528b23b975e6ea142560d9b9ebff7ecda6fa9b3659b25b3406e8cc925918f4c3bb0e200ddb8d0520bcaa4d4f70d245b4731896f9ba2f1bdf0a817b2
 DIST mariadb-10.2.29.tar.gz 73087972 BLAKE2B 
aa3fe880f00b02846b26f16fcd37d18ebe217a2c9680c8c535042d2759852c929cd649d662c6a2bc603d934a6ba770ef945752c99d150f539e1fdd0d9be0ad51
 SHA512 
cee4e0d1a2b203cadaaa5678c5ce17302f18ffa55d07c8329392b1ea84740340c006eb9ab5920beef80835c2a399d5fffca409b8288e10ae62d290af62ec4ab8
 DIST mariadb-10.2.31.tar.gz 73134720 BLAKE2B 
a410f71cffd7ff904cb16d9d00bbb4b1d6d17a4931de1635a14dce7c7c66d8dfd097b0c261959809cf2f327d196b11f3196129c2894efb5bab0141aca10ea3c7
 SHA512 
2cf28e4e049618f633470e7a4cd4f3bc8c2a74bf9796bfd026da7c75812e6d4962323785fdbca7a5b505c2e4fe95e3b47cd2e24e4dec2dcd230ac8a25f49b9b9
-DIST mariadb-10.2.32-patches-02.tar.xz 6088 BLAKE2B 
4e2d955b2783d38007a131c6c2a9403dc14e76e3db7a75694cb5ce7eae5bc4372f4cd4853edf24cf66ec738260551c9133e794e8e2e388cbf61849fdb237da94
 SHA512 
9cdbe0cca42d1176171f6710fd375f5b4e9f9e0d1a0b287206cd8e06a3a824c994f09a93de581fd3c59c2982d5a4dcf4d9f5417dbf9a577792a5ca2e69eddb23
+DIST mariadb-10.2.32-patches-03.tar.xz 6048 BLAKE2B 
a6f8f25ec23d1d86d228d719927daa9131779239917b86eab9f82086744294c0a4f03b1a73a3baa599e367775457d6c345fa0820b89063b2e6379c0fb7076ad0
 SHA512 
324804f13f59593d26cc5fd8c1cdeac2f16cf55012ca65b0a7223512920e1ea94619991fdcb3d19184b6428e4a627fec75532c88ae8297f9b8398fcf730058a9
 DIST mariadb-10.2.32.tar.gz 73646729 BLAKE2B 
581906d67f0aada9e85aec7bfee03ed8927a4e836f0639fa5f31576f5df70ce2b6ed3da0b96ad616f5ed71d7717531a073cb911c6d92274f6724911e086104af
 SHA512 
824aa94724b639337a5b4c2e86a1f5ceaeaa940eb234f852df1ba0aafd64e269335e2aca0b05d52164e090cfd6f7d14477df9e096473aa5d9286d47944a765b4
 DIST mariadb-10.3.20.tar.gz 71990355 BLAKE2B 
f950f0eb836751d0eebb9ae561fe3b5aefade04a0d389465918aa2a887e4f717ab4e6bd835dea8f9a88aacfe10c0b091fc2a59882a1781a3f2903ef07a759f5d
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-05-23 Thread Mikle Kolyada
commit: f92084e82933aede8ba3eca0aef9053ecc819cdc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 23 20:36:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 23 20:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92084e8

net-fs/samba: amd64 stable wrt bug #719120

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-fs/samba/samba-4.11.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.11.8.ebuild b/net-fs/samba/samba-4.11.8.ebuild
index 62524d3f12f..2f90bff17a1 100644
--- a/net-fs/samba/samba-4.11.8.ebuild
+++ b/net-fs/samba/samba-4.11.8.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



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

2020-05-23 Thread Mikle Kolyada
commit: a1e8924f8080bf9c54c24e1f7848dcfa1739f786
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 23 20:36:11 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 23 20:36:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e8924f

sys-libs/ldb: amd64 stable wrt bug #719120

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-libs/ldb/ldb-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.0.10.ebuild b/sys-libs/ldb/ldb-2.0.10.ebuild
index 641f61f74f8..1e3232e088f 100644
--- a/sys-libs/ldb/ldb-2.0.10.ebuild
+++ b/sys-libs/ldb/ldb-2.0.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-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="doc +ldap +lmdb python test"
 
 RESTRICT="!test? ( test )"



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

2020-05-23 Thread Matt Turner
commit: 2728d71b3ac92daa51603971112fac918a5c16e8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 23 20:27:50 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 23 20:28:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2728d71b

dev-util/catalyst: Stabilize 3.0.12

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

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

diff --git a/dev-util/catalyst/catalyst-3.0.12.ebuild 
b/dev-util/catalyst/catalyst-3.0.12.ebuild
index 644bdda6962..39bbd3250f4 100644
--- a/dev-util/catalyst/catalyst-3.0.12.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.12.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 
sparc x86"
 fi
 
 PYTHON_COMPAT=( python3_{6,7,8} )



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

2020-05-23 Thread Mike Gilbert
commit: a2f96c874b23ad03c613265cf326172a264c3b24
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 23 20:16:47 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 23 20:16:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f96c87

dev-libs/re2: fix tests on 32-bit platforms

Closes: https://bugs.gentoo.org/724404
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/0.2020.05.01-test-memory-budget.patch| 27 ++
 dev-libs/re2/re2-0.2020.05.01.ebuild   |  3 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-libs/re2/files/0.2020.05.01-test-memory-budget.patch 
b/dev-libs/re2/files/0.2020.05.01-test-memory-budget.patch
new file mode 100644
index 000..3e62934153c
--- /dev/null
+++ b/dev-libs/re2/files/0.2020.05.01-test-memory-budget.patch
@@ -0,0 +1,27 @@
+From bde1ea09550a61b4a092cdf0e3ba8dca4200947a Mon Sep 17 00:00:00 2001
+From: Paul Wankadia 
+Date: Sun, 10 May 2020 07:12:35 -0700
+Subject: [PATCH] Lower the memory budget in TestCompile.InsufficientMemory.
+
+Fixes #256.
+
+Change-Id: I975c5f6f7a12dc86fedc0f3ab35f16295c18a7e8
+Reviewed-on: https://code-review.googlesource.com/c/re2/+/56150
+Reviewed-by: Paul Wankadia 
+---
+ re2/testing/compile_test.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/re2/testing/compile_test.cc b/re2/testing/compile_test.cc
+index 4598aa64..2096e2f0 100644
+--- a/re2/testing/compile_test.cc
 b/re2/testing/compile_test.cc
+@@ -236,7 +236,7 @@ TEST(TestCompile, InsufficientMemory) {
+   "^(?P[^\\s]+)\\s+(?P[^\\s]+)\\s+(?P.+)$",
+   Regexp::LikePerl, NULL);
+   EXPECT_TRUE(re != NULL);
+-  Prog* prog = re->CompileToProg(920);
++  Prog* prog = re->CompileToProg(850);
+   // If the memory budget has been exhausted, compilation should fail
+   // and return NULL instead of trying to do anything with NoMatch().
+   EXPECT_TRUE(prog == NULL);

diff --git a/dev-libs/re2/re2-0.2020.05.01.ebuild 
b/dev-libs/re2/re2-0.2020.05.01.ebuild
index c0c9da9e15f..45f70cb1090 100644
--- a/dev-libs/re2/re2-0.2020.05.01.ebuild
+++ b/dev-libs/re2/re2-0.2020.05.01.ebuild
@@ -31,6 +31,9 @@ DOCS=( AUTHORS CONTRIBUTORS README doc/syntax.txt )
 HTML_DOCS=( doc/syntax.html )
 
 src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/0.2020.05.01-test-memory-budget.patch
+   )
default
grep -q "^SONAME=${SONAME}\$" Makefile || die "SONAME mismatch"
if use icu; then



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

2020-05-23 Thread Thomas Deutschmann
commit: fbf1dc0a317be65d039d8b9ff171571b6c721840
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Fri May 22 15:03:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 20:05:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf1dc0a

media-video/ffmpeg: Security bump to 4.2.3

Bug: https://bugs.gentoo.org/719940
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-video/ffmpeg/Manifest|   1 +
 media-video/ffmpeg/ffmpeg-4.2.3.ebuild | 551 +
 2 files changed, 552 insertions(+)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index 072c0afd734..ed07c64085b 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -5,3 +5,4 @@ DIST ffmpeg-4.2.1.tar.bz2 10953293 BLAKE2B 
efc60a7e4a185d48a9ae7a5737fa930dea35c
 DIST ffmpeg-4.2.2-ppc64-altivec.patch.gz 7171 BLAKE2B 
6676dadb22d2ab4b0f5c19b418448c5b9b54fd8c803c3f0ab517c6fa7990be08098dd6f6a2b1b3e77a1bed31a069c702366aba79ef9141ff9e23cd8c1b6e2885
 SHA512 
6653975017de3f7bde420860419fbdddb50ae41dbb811b819f4b5b13807bf885a4c01736f05a684515f97b0d63bd8896d5951a3276af90cc74abfe32dc2e2407
 DIST ffmpeg-4.2.2-ppc64-gcc.patch.gz 750 BLAKE2B 
3a9cc7f0135e077c77179a7ca3da917bca3995d99d53b58221b23181a075f330132f83ea90a6110e89f90c7c3b5b2a7837559c5df414d9bd52dbb3ec166b1545
 SHA512 
701b0635e0819484a31de2062ba52d95ee03883ab56547cd75c3646a9b32bf3ecc7f719690b93f29202cfed0fdeecd26b51b9f3c66e72a999a3e8d9e97389275
 DIST ffmpeg-4.2.2.tar.bz2 10953320 BLAKE2B 
53293d01bf0bb15de9a56c11195d6448ac8cad5fae2821d7e61d8fbb13894681a1a73dff44b2d46fda5c14e444c94dde6bcef219ad9d1cfebfb21d7d63318ed2
 SHA512 
6920bf2efb6ed665ea84c31ff3b28a0e9dc0ba3e0c8dfe4ceee4d8b8172328334490a28dbac93b0f9839d0c90ea588cb79141d88bdd3bf4bbf43fd22deb6a5e6
+DIST ffmpeg-4.2.3.tar.bz2 10957405 BLAKE2B 
fbc933f1750bbdcea236442c66faec78fb04ef18aef3b59516e7585946db7efd30c5f7e096e8aad057890e7c8e301240b557414c51767afeabbdd4902c52cd7e
 SHA512 
ca9b0c8df41783689d80e9d0a43acef8b457fb4003ff4173a7b0898cefabc76efc24257e8990ab2559a3e409c9a1a66f90343a421579a85fe7398b1a898b60b5

diff --git a/media-video/ffmpeg/ffmpeg-4.2.3.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
new file mode 100644
index 000..cff5d2117a0
--- /dev/null
+++ b/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
@@ -0,0 +1,551 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Subslot: libavutil major.libavcodec major.libavformat major
+# Since FFmpeg ships several libraries, subslot is kind of limited here.
+# Most consumers will use those three libraries, if a "less used" library
+# changes its soname, consumers will have to be rebuilt the old way
+# (preserve-libs).
+# If, for example, a package does not link to libavformat and only libavformat
+# changes its ABI then this package will be rebuilt needlessly. Hence, such a
+# package is free _not_ to := depend on FFmpeg but I would strongly encourage
+# doing so since such a case is unlikely.
+FFMPEG_SUBSLOT=56.58.58
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_MIN_CLONE_TYPE="single"
+   EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git;
+fi
+
+inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
+
+DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+HOMEPAGE="https://ffmpeg.org/;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+else # Release
+   SRC_URI="https://ffmpeg.org/releases/${P/_/-}.tar.bz2
+   
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-4.2.2-ppc64-altivec.patch.gz
+   
https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-4.2.2-ppc64-gcc.patch.gz
+   "
+fi
+FFMPEG_REVISION="${PV#*_p}"
+
+SLOT="0/${FFMPEG_SUBSLOT}"
+LICENSE="
+   !gpl? ( LGPL-2.1 )
+   gpl? ( GPL-2 )
+   amr? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   gmp? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   libaribb24? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   encode? (
+   amrenc? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   )
+   samba? ( GPL-3 )
+"
+if [ "${PV#}" = "${PV}" ] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+fi
+
+# Options to use as use_enable in the foo[:bar] form.
+# This will feed configure with $(use_enable foo bar)
+# or $(use_enable foo foo) if no :bar is set.
+# foo is added to IUSE.
+FFMPEG_FLAG_MAP=(
+

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

2020-05-23 Thread Thomas Deutschmann
commit: a6806ec77c92404a50bfaa82162cae376d62fe0a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Fri May 22 15:10:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 20:05:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6806ec7

media-video/ffmpeg: Fix DESCRIPTION length

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15927
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-4.1.3.ebuild| 2 +-
 media-video/ffmpeg/ffmpeg-4.1.4.ebuild| 2 +-
 media-video/ffmpeg/ffmpeg-4.2.1.ebuild| 2 +-
 media-video/ffmpeg/ffmpeg-4.2.2.ebuild| 2 +-
 media-video/ffmpeg/ffmpeg-4.2.3.ebuild| 2 +-
 media-video/ffmpeg/ffmpeg-.ebuild | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild 
b/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
index b8575f84c87..66e6bc72477 100644
--- a/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.4.6-r1.ebuild
@@ -22,7 +22,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
 HOMEPAGE="http://ffmpeg.org/;
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""

diff --git a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild 
b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
index 8bec452d4ea..91e2e0bddbf 100644
--- a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
@@ -23,7 +23,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
 HOMEPAGE="https://ffmpeg.org/;
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""

diff --git a/media-video/ffmpeg/ffmpeg-4.1.4.ebuild 
b/media-video/ffmpeg/ffmpeg-4.1.4.ebuild
index cc95a886113..3c7a5baf5cd 100644
--- a/media-video/ffmpeg/ffmpeg-4.1.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.1.4.ebuild
@@ -23,7 +23,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
 HOMEPAGE="https://ffmpeg.org/;
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""

diff --git a/media-video/ffmpeg/ffmpeg-4.2.1.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
index a162e226c92..d04a9e8a9bf 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.1.ebuild
@@ -23,7 +23,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
 HOMEPAGE="https://ffmpeg.org/;
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""

diff --git a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
index cf69d359c7e..1cc832f8624 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
@@ -23,7 +23,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
 HOMEPAGE="https://ffmpeg.org/;
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""

diff --git a/media-video/ffmpeg/ffmpeg-4.2.3.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
index cff5d2117a0..42b26adc265 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.3.ebuild
@@ -23,7 +23,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
 HOMEPAGE="https://ffmpeg.org/;
 if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""

diff --git a/media-video/ffmpeg/ffmpeg-.ebuild 
b/media-video/ffmpeg/ffmpeg-.ebuild
index 7805600ea52..055a69ae270 100644
--- a/media-video/ffmpeg/ffmpeg-.ebuild
+++ b/media-video/ffmpeg/ffmpeg-.ebuild
@@ -23,7 +23,7 @@ fi
 
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
 
-DESCRIPTION="Complete solution to record, 

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

2020-05-23 Thread Matthew Thode
commit: c60a0c13681d0579c4adff0c5cc48fa7e8a3d3fd
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 23 19:55:06 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 23 20:01:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a0c13

sys-cluster/swift: 2.25.0 stable amd64/x86

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

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

diff --git a/sys-cluster/swift/swift-2.25.0.ebuild 
b/sys-cluster/swift/swift-2.25.0.ebuild
index 8ac84d6415d..aa8c6a1c6e5 100644
--- a/sys-cluster/swift/swift-2.25.0.ebuild
+++ b/sys-cluster/swift/swift-2.25.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]];then
EGIT_BRANCH="stable/ussuri"
 else
SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



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

2020-05-23 Thread Matt Turner
commit: 1b046fb85cfd623f089cf740e5d9c5e9f1b3f0d0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 23 19:19:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 23 19:19:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b046fb8

net-proxy/haproxy-2.0.14-r1: ppc stable, bug 715944

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

 net-proxy/haproxy/haproxy-2.0.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild 
b/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild
index d1c45681b56..dbcd0d12bd9 100644
--- a/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability 
environments"
 HOMEPAGE="http://www.haproxy.org;
 if [[ ${PV} != * ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ppc ~x86"
 else
EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
EGIT_BRANCH=master



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

2020-05-23 Thread Matt Turner
commit: 1ffe52eb865cb7bbfc2e6372ac9e07cfdda6fe09
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 23 19:19:03 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 23 19:19:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffe52eb

net-proxy/haproxy-2.1.4-r1: ppc stable, bug 715944

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

 net-proxy/haproxy/haproxy-2.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild 
b/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild
index d1c45681b56..dbcd0d12bd9 100644
--- a/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild
+++ b/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability 
environments"
 HOMEPAGE="http://www.haproxy.org;
 if [[ ${PV} != * ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ppc ~x86"
 else
EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
EGIT_BRANCH=master



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

2020-05-23 Thread Matt Turner
commit: 510215752be59ccf102d6ec51bf54d23de27d476
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Fri May  8 03:01:18 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 23 19:19:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51021575

net-proxy/haproxy: Fix 32-bit build

Links against libatomic on 32-bit non-x86 arches.

Closes: https://bugs.gentoo.org/668002
Closes: https://github.com/gentoo/gentoo/pull/15704
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Matt Turner  gentoo.org>

 net-proxy/haproxy/haproxy-2.0.14-r1.ebuild | 7 ++-
 net-proxy/haproxy/haproxy-2.1.4-r1.ebuild  | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild 
b/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild
index 7e2cb38725c..d1c45681b56 100644
--- a/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.14-r1.ebuild
@@ -97,12 +97,17 @@ src_compile() {
# For now, until the strict-aliasing breakage will be fixed
append-cflags -fno-strict-aliasing
 
+   # Bug #668002
+   if use ppc || use arm || use hppa; then
+   TARGET_LDFLAGS=-latomic
+   fi
+
if use prometheus-exporter; then
EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
fi
 
# HAProxy really needs some of those "SPEC_CFLAGS", like 
-fno-strict-aliasing
-   emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" 
CC=$(tc-getCC) EXTRA_OBJS="${EXTRA_OBJS}" ${args[@]}
+   emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" 
CC=$(tc-getCC) EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" 
${args[@]}
emake -C contrib/systemd SBINDIR=/usr/sbin
 
if use tools ; then

diff --git a/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild 
b/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild
index 7e2cb38725c..d1c45681b56 100644
--- a/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild
+++ b/net-proxy/haproxy/haproxy-2.1.4-r1.ebuild
@@ -97,12 +97,17 @@ src_compile() {
# For now, until the strict-aliasing breakage will be fixed
append-cflags -fno-strict-aliasing
 
+   # Bug #668002
+   if use ppc || use arm || use hppa; then
+   TARGET_LDFLAGS=-latomic
+   fi
+
if use prometheus-exporter; then
EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
fi
 
# HAProxy really needs some of those "SPEC_CFLAGS", like 
-fno-strict-aliasing
-   emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" 
CC=$(tc-getCC) EXTRA_OBJS="${EXTRA_OBJS}" ${args[@]}
+   emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" 
CC=$(tc-getCC) EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" 
${args[@]}
emake -C contrib/systemd SBINDIR=/usr/sbin
 
if use tools ; then



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

2020-05-23 Thread Andreas Sturmlechner
commit: d408b3b83d62564bd7c984a2f317b59f7a42fd4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 18:54:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 19:04:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d408b3b8

gnome-python-common-r1.eclass: Mark as DEAD

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

 eclass/gnome-python-common-r1.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/gnome-python-common-r1.eclass 
b/eclass/gnome-python-common-r1.eclass
index 9fe79376770..f4a52bde814 100644
--- a/eclass/gnome-python-common-r1.eclass
+++ b/eclass/gnome-python-common-r1.eclass
@@ -1,6 +1,7 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# @DEAD
 # @ECLASS: gnome-python-common-r1.eclass
 # @MAINTAINER:
 # GNOME team 



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

2020-05-23 Thread Georgy Yakovlev
commit: a392662370990ef9e5fa55ce083749f9cb27f158
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat May 23 19:01:08 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat May 23 19:01:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3926623

app-shells/loksh: revbump, install to /bin/ksh

user pinged on IRC that due to meson migration
binary was misplased as /usr/bin/ksh

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

 app-shells/loksh/{loksh-6.7.1.ebuild => loksh-6.7.1-r1.ebuild} | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-shells/loksh/loksh-6.7.1.ebuild 
b/app-shells/loksh/loksh-6.7.1-r1.ebuild
similarity index 86%
rename from app-shells/loksh/loksh-6.7.1.ebuild
rename to app-shells/loksh/loksh-6.7.1-r1.ebuild
index 690826159b8..ca44f5e3fd4 100644
--- a/app-shells/loksh/loksh-6.7.1.ebuild
+++ b/app-shells/loksh/loksh-6.7.1-r1.ebuild
@@ -26,3 +26,8 @@ src_prepare() {
default
sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
 }
+
+src_configure() {
+   # we want it as /bin/ksh
+   meson_src_configure --bindir=../bin
+}



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

2020-05-23 Thread Hans de Graaff
commit: bfb29636644f6a159376e4aaf2b52fdf52a5d415
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:31:56 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb29636

dev-ruby/gh: cleanup

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

 dev-ruby/gh/Manifest|  1 -
 dev-ruby/gh/gh-0.15.1-r2.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
index ebfa9b60cc4..cfd91624094 100644
--- a/dev-ruby/gh/Manifest
+++ b/dev-ruby/gh/Manifest
@@ -1,2 +1 @@
-DIST gh-0.15.1.tar.gz 64076 BLAKE2B 
3611d83d9414349284bbaa7618aee2c9b5cb4c6db98e506891f70cf0f21dd7f25ae87e9f8094a90ec4ed4f62ba1e05bd598722a743e32abe54e7eb2a002d9d72
 SHA512 
6b8a43360253275408ff3d0f6e8cabe3afe399b4ed362f9b4ded72a9d650d18483cf5e3d10877a97c9112b7ccd5add5f2cab1cd5f8102af3a9e49ef39037
 DIST gh-0.16.0.tar.gz 129499 BLAKE2B 
6dea86bcaa8191b2eb19daed487d80e5b55adadccb1c063320b44e742895cad1956e06a917ff35659834b4cf541892d3cd0b432f03783b4b860cf4c7136c7c49
 SHA512 
141a432b8d5f43feea6cc86be504e35b5133590466f1a28c5ba60a208cde9d3cc1a6f19702757e132e4255220e1161f6dc9621ec18a789d963738b9801e52da1

diff --git a/dev-ruby/gh/gh-0.15.1-r2.ebuild b/dev-ruby/gh/gh-0.15.1-r2.ebuild
deleted file mode 100644
index 3c2c8450ab3..000
--- a/dev-ruby/gh/gh-0.15.1-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="multi-layer client for the github api v3"
-HOMEPAGE="https://github.com/travis-ci/gh;
-SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-   dev-ruby/webmock
-"
-
-ruby_add_rdepend "
-   >=dev-ruby/addressable-2.4.0:0
-   dev-ruby/backports
-   >dev-ruby/faraday-0.8
-   >dev-ruby/multi_json-1.0
-   dev-ruby/net-http-pipeline
-   dev-ruby/net-http-persistent:*
-"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/addressable/ s/2.4.0/2.4/' \
-   -e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
-   -e 's/git ls-files/find/' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2020-05-23 Thread Hans de Graaff
commit: 33583d4cd80a1a7de94cd6dc97a8c32168f0dae1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:35:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33583d4c

dev-ruby/gh: add 0.17.0

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

 dev-ruby/gh/Manifest |  1 +
 dev-ruby/gh/gh-0.17.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
index cfd91624094..8464b093c17 100644
--- a/dev-ruby/gh/Manifest
+++ b/dev-ruby/gh/Manifest
@@ -1 +1,2 @@
 DIST gh-0.16.0.tar.gz 129499 BLAKE2B 
6dea86bcaa8191b2eb19daed487d80e5b55adadccb1c063320b44e742895cad1956e06a917ff35659834b4cf541892d3cd0b432f03783b4b860cf4c7136c7c49
 SHA512 
141a432b8d5f43feea6cc86be504e35b5133590466f1a28c5ba60a208cde9d3cc1a6f19702757e132e4255220e1161f6dc9621ec18a789d963738b9801e52da1
+DIST gh-0.17.0.tar.gz 129494 BLAKE2B 
c7c777fb1f0f417c62c9ec0598716302c2cb0a6870ff9534cabf03baea33e73581cac9bbe1f803d23adeb16b15e5af06e4dcc61ab2300846b6c5c227ddf7aaea
 SHA512 
b62180dd48a9de05d925d9795278ba8f293d03e07fc0675aae9bcef264f45a840b37cc855718c1118c31964625775b1156facf52781e99255bb16e7895a1

diff --git a/dev-ruby/gh/gh-0.17.0.ebuild b/dev-ruby/gh/gh-0.17.0.ebuild
new file mode 100644
index 000..e119d305502
--- /dev/null
+++ b/dev-ruby/gh/gh-0.17.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="multi-layer client for the github api v3"
+HOMEPAGE="https://github.com/travis-ci/gh;
+SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+   dev-ruby/webmock
+"
+
+ruby_add_rdepend "
+   dev-ruby/activesupport:5.2
+   >=dev-ruby/addressable-2.4.0:0
+   dev-ruby/faraday:1
+   dev-ruby/faraday_middleware:1
+   >dev-ruby/multi_json-1.0
+   dev-ruby/net-http-pipeline
+   >=dev-ruby/net-http-persistent-2.9:*
+"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/addressable/ s/2.4.0/2.4/' \
+   -e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
+   -e 's/git ls-files/find/' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: e0f50236621056a6a342df913fb27d68fc2e9f2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:36:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f50236

dev-ruby/sawyer: fix slot warning

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

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

diff --git a/dev-ruby/sawyer/sawyer-0.8.2.ebuild 
b/dev-ruby/sawyer/sawyer-0.8.2.ebuild
index 71b54f56e4c..8848eb45b33 100644
--- a/dev-ruby/sawyer/sawyer-0.8.2.ebuild
+++ b/dev-ruby/sawyer/sawyer-0.8.2.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
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend "
-   =dev-ruby/addressable-2.3.5"
 
 all_ruby_prepare() {



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

2020-05-23 Thread Hans de Graaff
commit: 81ccb5034f1b80acf130baafc431b72d1f83de81
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:32:44 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ccb503

dev-ruby/gh: fix slot warning

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

 dev-ruby/gh/gh-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/gh/gh-0.16.0.ebuild b/dev-ruby/gh/gh-0.16.0.ebuild
index 21bd4bf8204..8114569ae0e 100644
--- a/dev-ruby/gh/gh-0.16.0.ebuild
+++ b/dev-ruby/gh/gh-0.16.0.ebuild
@@ -26,7 +26,7 @@ ruby_add_bdepend "
 ruby_add_rdepend "
dev-ruby/activesupport:5.2
>=dev-ruby/addressable-2.4.0:0
-   >dev-ruby/faraday-0.8
+   >dev-ruby/faraday-0.8:*
>=dev-ruby/faraday_middleware-0.14:0
>dev-ruby/multi_json-1.0
dev-ruby/net-http-pipeline



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

2020-05-23 Thread Hans de Graaff
commit: 1916e572f5c4f53121f8d9e88f48d2b088cf27c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:37:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1916e572

dev-ruby/travis: fix slot warning

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

 dev-ruby/travis/travis-1.8.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/travis/travis-1.8.10.ebuild 
b/dev-ruby/travis/travis-1.8.10.ebuild
index 0fe6741042e..96e98c44ed4 100644
--- a/dev-ruby/travis/travis-1.8.10.ebuild
+++ b/dev-ruby/travis/travis-1.8.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,8 +29,8 @@ ruby_add_bdepend "
 
 ruby_add_rdepend "
dev-ruby/backports
-   >dev-ruby/faraday-0.9
-   >=dev-ruby/faraday_middleware-0.9.1
+   >dev-ruby/faraday-0.9:*
+   >=dev-ruby/faraday_middleware-0.9.1:*
>dev-ruby/gh-0.13
>=dev-ruby/highline-1.6:0
>dev-ruby/launchy-2.1



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

2020-05-23 Thread Hans de Graaff
commit: fbcf60fee6f6436e3e0b76a937912cd219c99cc2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 17:58:27 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcf60fe

dev-ruby/hashie: add ruby27

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

 dev-ruby/hashie/hashie-4.1.0-r1.ebuild | 44 ++
 1 file changed, 44 insertions(+)

diff --git a/dev-ruby/hashie/hashie-4.1.0-r1.ebuild 
b/dev-ruby/hashie/hashie-4.1.0-r1.ebuild
new file mode 100644
index 000..9f66fbf88a1
--- /dev/null
+++ b/dev-ruby/hashie/hashie-4.1.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="hashie.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hashie is a small collection of tools that make hashes more 
powerful"
+HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/;
+SRC_URI="https://github.com/intridea/hashie/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+   # Remove bundler and fix one spec that depends on its requires
+   #rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -e '/pry/ s:^:#:' \
+   -e '1irequire "pathname"; require "tempfile"; require "json"' 
-i spec/spec_helper.rb || die
+
+   # Avoid dependency on rspec-pending_for and its dependencies
+   sed -i -e '/pending_for/ s:^:#:' \
+   spec/spec_helper.rb \
+   spec/hashie/mash_spec.rb \
+   spec/hashie/extensions/strict_key_access_spec.rb || die
+
+   # Avoid integration specs to avoid complicated dependencies
+   rm spec/integration/{elasticsearch,omniauth*,rails}/integration_spec.rb 
|| die
+}



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

2020-05-23 Thread Hans de Graaff
commit: 037f2c48aff53a446e0f605ae9ed3e9ce62d93e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:30:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037f2c48

dev-ruby/elasticsearch: add 6.8.2

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

 dev-ruby/elasticsearch/Manifest   |  1 +
 dev-ruby/elasticsearch/elasticsearch-6.8.2.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/elasticsearch/Manifest b/dev-ruby/elasticsearch/Manifest
index ae3b66b74d0..6f443599b83 100644
--- a/dev-ruby/elasticsearch/Manifest
+++ b/dev-ruby/elasticsearch/Manifest
@@ -1,2 +1,3 @@
 DIST elasticsearch-ruby-6.8.0.tar.gz 336486 BLAKE2B 
5bf9538d3710787939a61b411918f3712a8490ed20df1039613f3828a55758e373e56c6794d597a95c04cf610aba8cea1113982b91cde764c96ee454e59cc7b1
 SHA512 
d75437b04770cac2ac65fb91f0b18cd3beae0248fa2f148aa820da5272093e5b05d00dc4c82c699d7e31b23d7f06ce7727f74eb5a9b0308264f7139e32774c91
 DIST elasticsearch-ruby-6.8.1.tar.gz 336746 BLAKE2B 
b7e7f039c1605ca808f57ee2ecb5fd346672d89b1b1cc8eb2d30c8bfcab9d7283f082d9852f0f186a36298dadae98f6951cdbd6a0f401568640f7de006976b0c
 SHA512 
01ab96c92ff04818e29dbab34d73865c1f2adc816670e1fbdfe29a545eb224ff2c6368d7e0f90264c71db76a4f369626ed2e0a4ed3401adf749e0cac41d1f41d
+DIST elasticsearch-ruby-6.8.2.tar.gz 343982 BLAKE2B 
84878d08919d5a533943bf8a8b092f0ac74b6e1f160d822a9bbe079cb80d3dbfcc09619c1bcb25e0ad6015acfce383895e41ff9e6300a119c3a7ff53b22f0564
 SHA512 
c76ea7878726e7145a8c6b8759a916678da0d764620c15b77c3add08ec5d42147d0ff69a0e48ff2f8a4cceb39e7047afcd002862487d00752f84062d9df79874

diff --git a/dev-ruby/elasticsearch/elasticsearch-6.8.2.ebuild 
b/dev-ruby/elasticsearch/elasticsearch-6.8.2.ebuild
new file mode 100644
index 000..be432279d0d
--- /dev/null
+++ b/dev-ruby/elasticsearch/elasticsearch-6.8.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_TASK_DOC=doc
+
+inherit ruby-fakegem
+
+MY_P=elasticsearch-ruby-${PV}
+DESCRIPTION="Ruby integrations for ES, elasticsearch module"
+HOMEPAGE="https://github.com/elastic/elasticsearch-ruby;
+SRC_URI="https://github.com/elastic/elasticsearch-ruby/archive/v${PV}.tar.gz 
-> ${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   ~dev-ruby/elasticsearch-api-${PV}
+   ~dev-ruby/elasticsearch-transport-${PV}
+"
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/ansi
+   dev-ruby/elasticsearch-transport
+   dev-ruby/mocha:1.0
+   dev-ruby/pry
+   dev-ruby/shoulda-context
+   )
+"
+
+# Tests need additional modules (at least 'turn') packaged. Then someone
+# should look into running them and so on.
+RESTRICT="test"
+
+RUBY_S=${MY_P}/${PN}
+
+all_ruby_prepare() {
+   # fix to work without git
+   sed -i -e 's/git ls-files/find -type f/' *.gemspec || die
+
+   # remove useless dependencies from Rakefile
+   sed -e '/bundler/d' \
+   -e '/require.*cane/,/end/d' \
+   -i Rakefile || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: bc3e11e231d912d512c2afa501262e200ace234c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:19:05 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3e11e2

dev-ruby/haml: avoid bundler dependency

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

 dev-ruby/haml/haml-5.1.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/haml/haml-5.1.2.ebuild b/dev-ruby/haml/haml-5.1.2.ebuild
index 8ae391d3b3d..077a1d33f39 100644
--- a/dev-ruby/haml/haml-5.1.2.ebuild
+++ b/dev-ruby/haml/haml-5.1.2.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
@@ -45,6 +45,7 @@ ruby_add_bdepend "
 all_ruby_prepare() {
sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
 
+   sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die
sed -i -e '/bundler/I s:^:#:' \
-e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
-e '1igem "actionpack", "~>5.2"'\



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

2020-05-23 Thread Hans de Graaff
commit: aad3870aa9e768d70123429403d3d94d9a225a03
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:25:41 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad3870a

dev-ruby/elasticsearch-transport: fix slot warning

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

 dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.0.ebuild 
b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.0.ebuild
index 62da4c569e5..792e50aa53e 100644
--- a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.0.ebuild
+++ b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 ruby_add_rdepend "
-   dev-ruby/faraday
+   dev-ruby/faraday:*
dev-ruby/multi_json
 "
 ruby_add_bdepend "



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

2020-05-23 Thread Hans de Graaff
commit: deb63e52ea3e95f31e5ba625871072b1d21922e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:30:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb63e52

dev-ruby/faraday_middleware-multi_json: fix slot warning

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

 .../faraday_middleware-multi_json-0.0.6-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
 
b/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
index 59ba7f20bdc..cc3b566db30 100644
--- 
a/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
+++ 
b/dev-ruby/faraday_middleware-multi_json/faraday_middleware-multi_json-0.0.6-r1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 ruby_add_rdepend "
-   dev-ruby/faraday_middleware
+   dev-ruby/faraday_middleware:*
dev-ruby/multi_json"
 
 all_ruby_prepare() {



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

2020-05-23 Thread Hans de Graaff
commit: 0386189a6acb44b506673d5f1eca3bf448a03d1a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:25:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0386189a

dev-ruby/elasticsearch-transport: add 6.8.2

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

 dev-ruby/elasticsearch-transport/Manifest  |  1 +
 .../elasticsearch-transport-6.8.2.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-ruby/elasticsearch-transport/Manifest 
b/dev-ruby/elasticsearch-transport/Manifest
index ae3b66b74d0..6f443599b83 100644
--- a/dev-ruby/elasticsearch-transport/Manifest
+++ b/dev-ruby/elasticsearch-transport/Manifest
@@ -1,2 +1,3 @@
 DIST elasticsearch-ruby-6.8.0.tar.gz 336486 BLAKE2B 
5bf9538d3710787939a61b411918f3712a8490ed20df1039613f3828a55758e373e56c6794d597a95c04cf610aba8cea1113982b91cde764c96ee454e59cc7b1
 SHA512 
d75437b04770cac2ac65fb91f0b18cd3beae0248fa2f148aa820da5272093e5b05d00dc4c82c699d7e31b23d7f06ce7727f74eb5a9b0308264f7139e32774c91
 DIST elasticsearch-ruby-6.8.1.tar.gz 336746 BLAKE2B 
b7e7f039c1605ca808f57ee2ecb5fd346672d89b1b1cc8eb2d30c8bfcab9d7283f082d9852f0f186a36298dadae98f6951cdbd6a0f401568640f7de006976b0c
 SHA512 
01ab96c92ff04818e29dbab34d73865c1f2adc816670e1fbdfe29a545eb224ff2c6368d7e0f90264c71db76a4f369626ed2e0a4ed3401adf749e0cac41d1f41d
+DIST elasticsearch-ruby-6.8.2.tar.gz 343982 BLAKE2B 
84878d08919d5a533943bf8a8b092f0ac74b6e1f160d822a9bbe079cb80d3dbfcc09619c1bcb25e0ad6015acfce383895e41ff9e6300a119c3a7ff53b22f0564
 SHA512 
c76ea7878726e7145a8c6b8759a916678da0d764620c15b77c3add08ec5d42147d0ff69a0e48ff2f8a4cceb39e7047afcd002862487d00752f84062d9df79874

diff --git 
a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild 
b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild
new file mode 100644
index 000..11e9bf5ae80
--- /dev/null
+++ b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_TASK_TEST="NOTURN=true test"
+
+inherit ruby-fakegem
+
+MY_P=elasticsearch-ruby-${PV}
+DESCRIPTION="Ruby integrations for ES, elasticsearch-transport module"
+HOMEPAGE="https://github.com/elastic/elasticsearch-ruby;
+SRC_URI="https://github.com/elastic/elasticsearch-ruby/archive/v${PV}.tar.gz 
-> ${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/faraday:1
+   dev-ruby/multi_json
+"
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/ansi
+   dev-ruby/mocha:1.0
+   dev-ruby/pry
+   dev-ruby/shoulda-context
+   dev-ruby/curb
+   dev-ruby/patron
+   )
+"
+
+RUBY_S=${MY_P}/${PN}
+
+all_ruby_prepare() {
+   # fix to work without git
+   sed -i -e 's/git ls-files/find -type f/' *.gemspec || die
+
+   # remove useless dependencies from Rakefile
+   sed -e '/bundler/d' \
+   -e '/require.*cane/,/end/d' \
+   -i Rakefile || die
+
+   # Tweak test setup to only run unit tests since we don't have a live 
cluster
+   sed -i -e "s/RUBY_VERSION > '1.9'/false/" \
+   -e '/module Elasticsearch/,$ s:^:#:' test/test_helper.rb || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: e6447585af7f0d5ec7f94348d3950ea3a2a95ecf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:28:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6447585

dev-ruby/elasticsearch-api: add 6.8.2

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

 dev-ruby/elasticsearch-api/Manifest|  1 +
 .../elasticsearch-api-6.8.2.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/elasticsearch-api/Manifest 
b/dev-ruby/elasticsearch-api/Manifest
index ae3b66b74d0..6f443599b83 100644
--- a/dev-ruby/elasticsearch-api/Manifest
+++ b/dev-ruby/elasticsearch-api/Manifest
@@ -1,2 +1,3 @@
 DIST elasticsearch-ruby-6.8.0.tar.gz 336486 BLAKE2B 
5bf9538d3710787939a61b411918f3712a8490ed20df1039613f3828a55758e373e56c6794d597a95c04cf610aba8cea1113982b91cde764c96ee454e59cc7b1
 SHA512 
d75437b04770cac2ac65fb91f0b18cd3beae0248fa2f148aa820da5272093e5b05d00dc4c82c699d7e31b23d7f06ce7727f74eb5a9b0308264f7139e32774c91
 DIST elasticsearch-ruby-6.8.1.tar.gz 336746 BLAKE2B 
b7e7f039c1605ca808f57ee2ecb5fd346672d89b1b1cc8eb2d30c8bfcab9d7283f082d9852f0f186a36298dadae98f6951cdbd6a0f401568640f7de006976b0c
 SHA512 
01ab96c92ff04818e29dbab34d73865c1f2adc816670e1fbdfe29a545eb224ff2c6368d7e0f90264c71db76a4f369626ed2e0a4ed3401adf749e0cac41d1f41d
+DIST elasticsearch-ruby-6.8.2.tar.gz 343982 BLAKE2B 
84878d08919d5a533943bf8a8b092f0ac74b6e1f160d822a9bbe079cb80d3dbfcc09619c1bcb25e0ad6015acfce383895e41ff9e6300a119c3a7ff53b22f0564
 SHA512 
c76ea7878726e7145a8c6b8759a916678da0d764620c15b77c3add08ec5d42147d0ff69a0e48ff2f8a4cceb39e7047afcd002862487d00752f84062d9df79874

diff --git a/dev-ruby/elasticsearch-api/elasticsearch-api-6.8.2.ebuild 
b/dev-ruby/elasticsearch-api/elasticsearch-api-6.8.2.ebuild
new file mode 100644
index 000..8b9a274812c
--- /dev/null
+++ b/dev-ruby/elasticsearch-api/elasticsearch-api-6.8.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_TASK_DOC=doc
+
+RUBY_FAKEGEM_TASK_TEST="NOTURN=true test"
+
+inherit ruby-fakegem
+
+MY_P=elasticsearch-ruby-${PV}
+DESCRIPTION="Ruby integrations for ES, elasticsearch-api module"
+HOMEPAGE="https://github.com/elastic/elasticsearch-ruby;
+SRC_URI="https://github.com/elastic/elasticsearch-ruby/archive/v${PV}.tar.gz 
-> ${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/multi_json
+"
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/ansi
+   dev-ruby/elasticsearch-transport
+   dev-ruby/mocha:1.0
+   dev-ruby/pry
+   dev-ruby/shoulda-context
+   )
+"
+
+RUBY_S=${MY_P}/${PN}
+
+all_ruby_prepare() {
+   # fix to work without git
+   sed -i -e 's/git ls-files/find -type f/' *.gemspec || die
+
+   # remove useless dependencies from Rakefile
+   sed -e '/bundler/d' \
+   -e '/require.*cane/,/end/d' \
+   -i Rakefile || die
+
+   sed -i -e '/config.formatter/ s/documentation/progress/' 
spec/spec_helper.rb || die
+
+   # Avoid tests that require unpackaged jbuilder and jsonify
+   sed -e '/\(pry-nav\|jbuilder\|jsonify\)/ s:^:#:' \
+   -e '/RspecJunitFormatter/ s:^:#:' \
+   -i spec/spec_helper.rb || die
+   rm -f spec/elasticsearch/api/actions/json_builders_spec.rb || die
+
+   sed -i -e '/uses the escape_utils gem/askip "unmaintained gem"' 
spec/elasticsearch/api/utils_spec.rb || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: f4c8d3bdbb7a4c8a141297e802ed30d05093c1ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 18:10:14 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 18:49:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c8d3bd

dev-ruby/faraday_middleware: loosen rack dependency

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

 dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild
index 21c8c5a7e5b..bb5ad693199 100644
--- a/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild
+++ b/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild
@@ -47,6 +47,7 @@ all_ruby_prepare() {
sed -i -e '/\(cane\|parallel\|simplecov\)/ s:^:#:' \
-e '/rspec/ s/>=/~>/' \
-e "/addressable/ s/, '< 2.4'//" \
+   -e "/rack/ s/< 2/< 2.1/" \
-e "/rack-cache/ s/, '< 1.3'//" \
-e "/simple_oauth/ s/, '< 0.3'//" \
-e "/webmock/ s/< 2/~> 3.0/" Gemfile || die



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

2020-05-23 Thread Andreas Sturmlechner
commit: 602c6592591be1fa4ced5054d63967974af3ef34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 18:46:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 18:47:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602c6592

profiles: Update app-text/cherrytree package.mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 494f4a3fc00..ce5808c555a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -38,7 +38,7 @@
 dev-python/gconf-python
 dev-python/gnome-python-base
 dev-python/pygtksourceview
- (2020-05023)
 # Masked for removal in 30 days.



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

2020-05-23 Thread Georgy Yakovlev
commit: a6a678d0098db1fcd40a1d27cc8f571ff8001cfa
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat May 23 18:44:07 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat May 23 18:44:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a678d0

app-shells/loksh: bump to 6.7.1

upstream fixed https://github.com/dimkr/loksh/issues/16

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

 app-shells/loksh/Manifest   |  3 +--
 app-shells/loksh/loksh-6.7.1.ebuild | 28 
 app-shells/loksh/loksh-6.7.ebuild   | 30 --
 3 files changed, 29 insertions(+), 32 deletions(-)

diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index db8eb720939..a8941253b99 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1,3 +1,2 @@
 DIST loksh-6.6.tar.gz 251931 BLAKE2B 
8671b2a7b5f4d8247c8572a925a078a7bbf7e6f0ae11b9198798c66def35c5bdb5c3b39e5c37e0dcbc068a1757e6cdcb667088640c6c9a556c64a9a4c0582102
 SHA512 
7f5188b3f0af3167f1c5847043689a35f22d5075cee2ec4ce3ebd324a59233e89db1c864dc62a05ad036ddd541ee89c680fa82e22b85cd2c82ad32c5ebad51be
-DIST loksh-6.7.tar.gz 240036 BLAKE2B 
6bbfb4784287405bbc06be36d2c0d8a46d68968be751cf29207089d1fffe444f4fd3deb7be381cce7f5a9e97666b9e62de0d28bc82807d700a351adb51e2294d
 SHA512 
b2f7976697dd3c672c0540e21a1e3a541c7809f397fd539ed4eafc3314987cfec985076bcd9f49f5eed9148eecdb66337fc82233204062ae5c760a84beb79c53
-DIST lolibc-6.7.tar.gz 18265 BLAKE2B 
7a791924ad2e0a9a617c3ada6a075262c006f492276b1f9a4d2e82e2987344d9bd64bb4e018543dac154a1349dd9db16a1f0c76f66f63e1ce7d7cae49631
 SHA512 
f9e6d0ef88c44ed093fa7e9389f7995314d2c5583c27f68cf896c2feb7fb5b048764c8498c535a370e9d075c847345e8e3b883ce14b96897228d4957c95d37b8
+DIST loksh-6.7.1.tar.xz 209448 BLAKE2B 
812ebeae15a6a5db12439d58a58a2d0c85b324db5b0918a55e76e125c02ee94a0a773fba49b183f7b2bf6af35b0be6e5c3b976cc2761651cbbdacf9f85e3fdf7
 SHA512 
c8ffe19e6bd1b1ae60432729a94539503961230fa9392dbcc7f7b402c83a51ba644c8fc2706cff071195de641ec4e0e1b550d823cad949b37fbdf0ab572b

diff --git a/app-shells/loksh/loksh-6.7.1.ebuild 
b/app-shells/loksh/loksh-6.7.1.ebuild
new file mode 100644
index 000..690826159b8
--- /dev/null
+++ b/app-shells/loksh/loksh-6.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Linux port of OpenBSD's ksh"
+HOMEPAGE="https://github.com/dimkr/loksh;
+SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/src.tar.xz -> 
${P}.tar.xz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="sys-libs/ncurses:0="
+
+RDEPEND="
+   ${DEPEND}
+   !app-shells/ksh
+"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   default
+   sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
+}

diff --git a/app-shells/loksh/loksh-6.7.ebuild 
b/app-shells/loksh/loksh-6.7.ebuild
deleted file mode 100644
index bf63f3ecf32..000
--- a/app-shells/loksh/loksh-6.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-# https://github.com/dimkr/loksh/issues/16
-LOLIBC_COMMIT="f6bbd5bae97e58d0be6ea9fbbe5131853d5b0b70"
-
-DESCRIPTION="Linux port of OpenBSD's ksh"
-HOMEPAGE="https://github.com/dimkr/loksh;
-SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-   https://github.com/dimkr/lolibc/archive/${LOLIBC_COMMIT}.tar.gz -> 
lolibc-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="sys-libs/ncurses:0="
-BDEPEND="virtual/pkgconfig"
-RDEPEND="${DEPEND}
-   !app-shells/ksh"
-
-src_prepare() {
-   default
-   rmdir "${S}/subprojects/lolibc" || die
-   mv -v "${WORKDIR}/lolibc-${LOLIBC_COMMIT}" "${S}/subprojects/lolibc" || 
die
-   sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
-}



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

2020-05-23 Thread Andreas Sturmlechner
commit: 8d8b0e153f23953d66f99be90878de519a79ccd7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 14:20:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 18:42:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8b0e15

media-video/ttcut: Drop 0.19.6_p1 (r0)

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

 media-video/ttcut/ttcut-0.19.6_p1.ebuild | 42 
 1 file changed, 42 deletions(-)

diff --git a/media-video/ttcut/ttcut-0.19.6_p1.ebuild 
b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
deleted file mode 100644
index c5036eaad53..000
--- a/media-video/ttcut/ttcut-0.19.6_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils xdg
-
-DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="https://github.com/templer/ttcut;
-SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-libs/libmpeg2-0.4.0
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   virtual/glu
-   virtual/opengl"
-RDEPEND="${DEPEND}
-   media-video/mplayer
-   >=media-video/ffmpeg-1.0.8[encode]"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   default
-
-   eqmake5 ttcut.pro
-}
-
-src_install() {
-   dobin ttcut
-
-   domenu "${FILESDIR}"/${PN}.desktop
-
-   dodoc AUTHORS BUGS CHANGELOG README.* TODO
-}



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

2020-05-23 Thread Andreas Sturmlechner
commit: 6421bc8733b8cf96200298d2b052992f4ff69b9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 18:39:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 18:42:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6421bc87

profiles: Mask obsolete GNOME 2 era packages for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 87e08322ee7..494f4a3fc00 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-05-23)
+# Obsolete GNOME 2 era packages, stuck on Python 2 and pygtk,
+# bugs #640022, #708094. Masked for removal in 30 days.
+dev-python/gconf-python
+dev-python/gnome-python-base
+dev-python/pygtksourceview
+ (2020-05023)
 # Masked for removal in 30 days.
 # Not useful anymore now that metasploit has been removed.



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

2020-05-23 Thread Andreas Sturmlechner
commit: 85f886b8aaa0da2ae669248308a9d80cce6a8d2f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 18:41:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 18:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f886b8

profiles: package.deprecated: Several packages moved to p.mask

dev-python/gconf-python
dev-python/gnome-python-base
dev-python/pygtksourceview

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

 profiles/package.deprecated | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index f6b9ebe4ff2..f548b7ef51d 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -54,10 +54,7 @@ dev-python/pytest-runner
 # Matt Turner  (2020-03-17)
 # Deprecated GNOME 2 era packages
 # Bugs #640022, #713010
-dev-python/gconf-python
-dev-python/gnome-python-base
 dev-python/pygobject:2
-dev-python/pygtksourceview
 gnome-base/gnome-vfs
 gnome-base/libbonobo
 gnome-base/libbonoboui



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/

2020-05-23 Thread Alfredo Tupone
commit: 5a2d66a69bdb25519551fb64462ece9a63770914
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat May 23 18:40:22 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat May 23 18:40:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2d66a6

dev-ada/gnatcoll-bindings: bump to 2020

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

 dev-ada/gnatcoll-bindings/Manifest |  1 +
 .../gnatcoll-bindings-2020.ebuild  | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-ada/gnatcoll-bindings/Manifest 
b/dev-ada/gnatcoll-bindings/Manifest
index 8582c1dbc5d..c38f9f73719 100644
--- a/dev-ada/gnatcoll-bindings/Manifest
+++ b/dev-ada/gnatcoll-bindings/Manifest
@@ -1 +1,2 @@
+DIST gnatcoll-bindings-20.0-20191009-1B2EA-src.tar.gz 139910 BLAKE2B 
5441c277d5888b040930960ed656a1b1264c7de02834995c6040c891b99bf7e8773029b9f722d5a3ed30036e7bd441318989ce3f7839d47928af5f4f7c396f90
 SHA512 
2b723ba4327966dc06594ccff45da3a01f65b8f8b91130ddc44d1b727d23ccbfe35f082c73810418da9d0705f1dc8ca9b471748eecee42adce34be722a4a201b
 DIST gnatcoll-bindings-2019-20190430-1928C-src.tar.gz 138935 BLAKE2B 
c72398b51bf383b163ac1c4dd5441334a6f24d7ad075d8115f25c030b43bc1dace6a1121e1e69add1eead93a5389aff09ef013deb4682ccb1d31bb85313f
 SHA512 
6db1d35a1cdf5188001084750f7aa32b193768f8c3dfb6d7db8a8314c745fc054b0a6d2234a6dd64c5acd4b1bafffa7ce7f1080bd51fbb8bc88edfcc855b7a48

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020.ebuild
new file mode 100644
index 000..82893ce57ca
--- /dev/null
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+ADA_COMPAT=( gnat_201{6,7,8,9} )
+inherit ada multilib multiprocessing python-single-r1
+
+MYP=${PN}-20.0-20191009-1B2EA
+
+DESCRIPTION="GNAT Component Collection"
+HOMEPAGE="http://libre.adacore.com;
+SRC_URI="https://community.download.adacore.com/v1/3c54db553121bf88877e2f56ac4fca36765186eb?filename=${MYP}-src.tar.gz
+   -> ${MYP}-src.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gmp iconv python readline +shared static-libs static-pic syslog"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )
+   ${ADA_DEPS}
+   dev-ada/gnatcoll-core[${ADA_USEDEP},shared?,static-libs?,static-pic?]
+   gmp? ( dev-libs/gmp:* )"
+DEPEND="${RDEPEND}
+   dev-ada/gprbuild[${ADA_USEDEP}]"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ${ADA_REQUIRED_USE}"
+
+S="${WORKDIR}"/${MYP}-src
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   ada_pkg_setup
+}
+
+src_compile() {
+   build () {
+   gprbuild -j$(makeopts_jobs) -m -p -v \
+   -XGPR_BUILD=$2 -XGNATCOLL_CORE_BUILD=$2 \
+   -XLIBRARY_TYPE=$2 -P $1/gnatcoll_$1.gpr -XBUILD="PROD" \
+   -XGNATCOLL_ICONV_OPT= 
-XGNATCOLL_PYTHON_CFLAGS="-I$(python_get_includedir)" \
+   -XGNATCOLL_PYTHON_LIBS=$(python_get_library_path) \
+   -cargs:Ada ${ADAFLAGS} -cargs:C ${CFLAGS} || die 
"gprbuild failed"
+   }
+   for kind in shared static-libs static-pic ; do
+   if use $kind; then
+   lib=${kind%-libs}
+   lib=${lib/shared/relocatable}
+   for dir in gmp iconv python readline syslog ; do
+   if use $dir; then
+   build $dir $lib
+   fi
+   done
+   fi
+   done
+}
+
+src_install() {
+   build () {
+   gprinstall -p -f -XBUILD=PROD --prefix="${D}"/usr 
-XLIBRARY_TYPE=$2 \
+   -XGPR_BUILD=$2 -XGNATCOLL_CORE_BUILD=$2 \
+   -XGNATCOLL_ICONV_OPT= -P $1/gnatcoll_$1.gpr 
--build-name=$2
+   }
+   for kind in shared static-libs static-pic ; do
+   if use $kind; then
+   lib=${kind%-libs}
+   lib=${lib/shared/relocatable}
+   for dir in gmp iconv python readline syslog ; do
+   if use $dir; then
+   build $dir $lib
+   fi
+   done
+   fi
+   done
+   if use iconv; then
+   sed -i \
+   -e "s:GNATCOLL_ICONV_BUILD:LIBRARY_TYPE:" \
+   "${D}"/usr/share/gpr/gnatcoll_iconv.gpr \
+   || die
+   fi
+   rm -r "${D}"/usr/share/gpr/manifests || die
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/, net-analyzer/cacti-spine/

2020-05-23 Thread Jeroen Roovers
commit: d7f0ab8d2a9ae1cb9eb5aab7342605295ed82677
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 23 18:21:43 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 23 18:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f0ab8d

net-analyzer/cacti-spine: Update live ebuild

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

 net-analyzer/cacti-spine/cacti-spine-9.ebuild|  3 +--
 net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch | 11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-9.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
index 3eacb02e847..34e6c184a65 100644
--- a/net-analyzer/cacti-spine/cacti-spine-9.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,6 @@ RDEPEND="
>net-analyzer/cacti-0.8.8
 "
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
 )
 

diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch 
b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
deleted file mode 100644
index 55dc8754c8d..000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/ping.c
-+++ b/ping.c
-@@ -913,7 +913,7 @@
-   struct hostent result;
- 
-   buf = malloc(len*sizeof(char));
--  memset(buf, 0, sizeof(buf));
-+  memset(buf, 0, len*sizeof(char));
- 
-   while (1) {
-   hostinfo = gethostbyname_r(hostname, , buf, len, 
_errno);



[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/, tools/

2020-05-23 Thread Matt Turner
commit: a24359b95ce5c2e9316f87142bdcc7551166ce5b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 22 01:46:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 22 01:46:51 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a24359b9

amd64: Add systemd specs

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

 releases/specs/amd64/stage1-systemd.spec | 12 
 releases/specs/amd64/stage2-systemd.spec | 10 ++
 releases/specs/amd64/stage3-systemd.spec | 10 ++
 tools/catalyst-auto-amd64.conf   |  6 ++
 4 files changed, 38 insertions(+)

diff --git a/releases/specs/amd64/stage1-systemd.spec 
b/releases/specs/amd64/stage1-systemd.spec
new file mode 100644
index ..d6375069
--- /dev/null
+++ b/releases/specs/amd64/stage1-systemd.spec
@@ -0,0 +1,12 @@
+subarch: amd64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-amd64-systemd-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage2-systemd.spec 
b/releases/specs/amd64/stage2-systemd.spec
new file mode 100644
index ..2c5ea742
--- /dev/null
+++ b/releases/specs/amd64/stage2-systemd.spec
@@ -0,0 +1,10 @@
+subarch: amd64
+target: stage2
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage3-systemd.spec 
b/releases/specs/amd64/stage3-systemd.spec
new file mode 100644
index ..0b44ad5b
--- /dev/null
+++ b/releases/specs/amd64/stage3-systemd.spec
@@ -0,0 +1,10 @@
+subarch: amd64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage2-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 586b9083..bbf27ca2 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -13,6 +13,7 @@ SETS="
multilib minimal_multilib
nomultilib minimal_nomultilib
x32
+   systemd
hardened_multilib minimal_hardened_multilib
hardened_nomultilib minimal_hardened_nomultilib
 "
@@ -25,6 +26,8 @@ SET_minimal_multilib_OPTIONAL_SPECS="stage4-minimal.spec"
 SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec 
stage3-nomultilib.spec"
 SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec"
 
+SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
+
 SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec"
 
 SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec 
hardened/stage3.spec"
@@ -106,6 +109,9 @@ post_build() {
stage4-nomultilib-minimal.spec)
upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz*
;;
+   stage3-systemd.spec)
+   upload stage3-systemd-${TIMESTAMP}.tar.xz*
+   ;;
stage3-x32.spec)
upload stage3-x32-${TIMESTAMP}.tar.xz*
;;



[gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686/, tools/

2020-05-23 Thread Matt Turner
commit: dfec6c432d964d3289104a645160f8a63ff06b4d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 22 01:49:19 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 22 01:49:19 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=dfec6c43

x86: Add systemd specs

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

 releases/specs/x86/i686/stage1-systemd.spec | 12 
 releases/specs/x86/i686/stage2-systemd.spec | 10 ++
 releases/specs/x86/i686/stage3-systemd.spec | 10 ++
 tools/catalyst-auto-x86.conf|  6 ++
 4 files changed, 38 insertions(+)

diff --git a/releases/specs/x86/i686/stage1-systemd.spec 
b/releases/specs/x86/i686/stage1-systemd.spec
new file mode 100644
index ..c1d4a09e
--- /dev/null
+++ b/releases/specs/x86/i686/stage1-systemd.spec
@@ -0,0 +1,12 @@
+subarch: i686
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-i686-systemd-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/x86/i686/stage2-systemd.spec 
b/releases/specs/x86/i686/stage2-systemd.spec
new file mode 100644
index ..d7a99295
--- /dev/null
+++ b/releases/specs/x86/i686/stage2-systemd.spec
@@ -0,0 +1,10 @@
+subarch: i686
+target: stage2
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-i686-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/x86/i686/stage3-systemd.spec 
b/releases/specs/x86/i686/stage3-systemd.spec
new file mode 100644
index ..1ac69305
--- /dev/null
+++ b/releases/specs/x86/i686/stage3-systemd.spec
@@ -0,0 +1,10 @@
+subarch: i686
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage2-i686-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index e6307421..9dbab7be 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,6 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
 SETS="
i486
i686
+   i686-systemd
hardened
 "
 
@@ -20,6 +21,8 @@ SET_i486_OPTIONAL_SPECS="installcd-stage1.spec 
installcd-stage2-minimal.spec"
 
 SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
 
+SET_i686_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec 
i686/stage3-systemd.spec"
+
 SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec 
hardened/stage3.spec"
 SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec 
hardened/admincd-stage2.spec"
 
@@ -86,6 +89,9 @@ post_build() {
i686/stage3.spec)
upload stage3-i686-${TIMESTAMP}.tar.xz*
;;
+   i686/stage3-systemd.spec)
+   upload stage3-i686-${TIMESTAMP}.tar.xz*
+   ;;
esac
popd >/dev/null || exit
 



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/selfoss/

2020-05-23 Thread Maciej Barć
commit: 7fcd8d57a0a5212cd66c2d9c0540459952ba295b
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat May 23 14:10:42 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sat May 23 14:10:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fcd8d57

www-apps/selfoss: new package; add version 2.18

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Maciej Barć  protonmail.com>

 www-apps/selfoss/Manifest|  1 +
 www-apps/selfoss/metadata.xml| 11 ++
 www-apps/selfoss/selfoss-2.18.ebuild | 42 
 3 files changed, 54 insertions(+)

diff --git a/www-apps/selfoss/Manifest b/www-apps/selfoss/Manifest
new file mode 100644
index 000..d0b0248
--- /dev/null
+++ b/www-apps/selfoss/Manifest
@@ -0,0 +1 @@
+DIST selfoss-2.18.zip 2881068 BLAKE2B 
aaf45ed5fa005cbfba0954a50412b37ec26e17de4308e9604a942861d63ade64149a048936871526f8b45a948555e6d5335152cc18c8664f9668d2e61350b4eb
 SHA512 
6966458f4ef803ac87df7a2650aed73d6d99922f84d21f64950964b752535d3a1ddd8c585ce2ca5a3f58fb9f2de76fa7a0932ce2eb62faa753ed2398b6ebb748

diff --git a/www-apps/selfoss/metadata.xml b/www-apps/selfoss/metadata.xml
new file mode 100644
index 000..e12d579
--- /dev/null
+++ b/www-apps/selfoss/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+x...@protonmail.com
+Maciej Barć
+  
+  
+SSilence/selfoss
+  
+

diff --git a/www-apps/selfoss/selfoss-2.18.ebuild 
b/www-apps/selfoss/selfoss-2.18.ebuild
new file mode 100644
index 000..b48faf2
--- /dev/null
+++ b/www-apps/selfoss/selfoss-2.18.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+DESCRIPTION="The multipurpose rss reader, live stream, mashup, aggregation web 
application"
+HOMEPAGE="https://selfoss.aditu.de/;
+SRC_URI="https://github.com/SSilence/${PN}/releases/download/${PV}/${P}.zip;
+LICENSE="GPL-3"
+
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=dev-lang/php-5.4.0[curl,gd]
+   virtual/httpd-php
+   || (
+   dev-db/mysql
+   dev-db/postgresql
+   dev-db/sqlite
+   )
+"
+
+S=${WORKDIR}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_src_install
+}



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

2020-05-23 Thread Andreas Sturmlechner
mimeinfo_database_update
-   xdg_desktop_database_update
-}

diff --git a/app-text/cherrytree/cherrytree-0.99.0_p20200523.ebuild 
b/app-text/cherrytree/cherrytree-0.99.0_p20200523.ebuild
new file mode 100644
index 000..9599c94f496
--- /dev/null
+++ b/app-text/cherrytree/cherrytree-0.99.0_p20200523.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit cmake python-any-r1 xdg-utils
+
+DESCRIPTION="A hierarchical note taking application (C++ version)"
+HOMEPAGE="https://www.giuspen.com/cherrytree 
https://github.com/giuspen/cherrytree;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/giuspen/cherrytree;
+   S="${WORKDIR}/${P}/future"
+else
+   COMMIT="074a09ce3c1130ec60f5f5a3b8be958337b6d5ab" # 20200523
+   SRC_URI="https://github.com/giuspen/cherrytree/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-${COMMIT}/future"
+fi
+
+# GPL-3 — future/src/ct (CherryTree)
+# LGPL-2.1 — future/src/7za (7zip)
+# MIT — future/src/fmt (libfmt)
+LICENSE="GPL-3 LGPL-2.1 MIT"
+SLOT="0"
+IUSE="nls test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/gspell:=
+   dev-libs/glib:2
+   >=dev-cpp/glibmm-2.64.2:2
+   dev-cpp/gtkmm:3.0
+   dev-cpp/gtksourceviewmm:3.0
+   dev-libs/libxml2:2
+   dev-cpp/libxmlpp:2.6
+   dev-cpp/pangomm
+   dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')"
+BDEPEND="${PYTHON_DEPS}
+   virtual/pkgconfig
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+   test? ( dev-util/cpputest )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+python_check_deps() {
+   has_version "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   # disable compress man pages
+   sed -i -e \
+   
'/install(FILES/s|${MANFILE_FULL_GZ}|${CMAKE_SOURCE_DIR}/data/cherrytree.1|' \
+   CMakeLists.txt || die
+
+   if [[ ${PV} != * ]]; then
+   sed -i \
+   -e "/^set(CT_VERSION/s|\"\(.*\)\"|\"${PV}\"|" \
+   CMakeLists.txt || die
+   fi
+
+   python_fix_shebang .
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPYTHON_EXEC="${PYTHON}"
+   -DUSE_NLS=$(usex nls)
+   -DBUILD_TESTING=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}

diff --git a/app-text/cherrytree/cherrytree-.ebuild 
b/app-text/cherrytree/cherrytree-.ebuild
new file mode 100644
index 000..9599c94f496
--- /dev/null
+++ b/app-text/cherrytree/cherrytree-.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit cmake python-any-r1 xdg-utils
+
+DESCRIPTION="A hierarchical note taking application (C++ version)"
+HOMEPAGE="https://www.giuspen.com/cherrytree 
https://github.com/giuspen/cherrytree;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/giuspen/cherrytree;
+   S="${WORKDIR}/${P}/future"
+else
+   COMMIT="074a09ce3c1130ec60f5f5a3b8be958337b6d5ab" # 20200523
+   SRC_URI="https://github.com/giuspen/cherrytree/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-${COMMIT}/future"
+fi
+
+# GPL-3 — future/src/ct (CherryTree)
+# LGPL-2.1 — future/src/7za (7zip)
+# MIT — future/src/fmt (libfmt)
+LICENSE="GPL-3 LGPL-2.1 MIT"
+SLOT="0"
+IUSE="nls test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/gspell:=
+   dev-libs/glib:2
+   >=dev-cpp/glibmm-2.64.2:2
+   dev-cpp/gtkmm:3.0
+   dev-cpp/gtksourceviewmm:3.0
+   dev-libs/libxml2:2
+   dev-cpp/libxmlpp:2.6
+   dev-cpp/pangomm
+   dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')"
+BDEPEND="${PYTHON_DEPS}
+   virtual/pkgconfig
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )
+   test? ( dev-util/cpputest )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+pytho

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

2020-05-23 Thread Hans de Graaff
commit: f22075cfa3e380847049a812a8b737d7c11e96c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 13:17:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 17:41:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22075cf

dev-ruby/diva: cleanup

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

 dev-ruby/diva/Manifest  |  2 --
 dev-ruby/diva/diva-1.0.0.ebuild | 24 
 dev-ruby/diva/diva-1.0.1.ebuild | 30 --
 3 files changed, 56 deletions(-)

diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest
index c61ee422847..97e99627969 100644
--- a/dev-ruby/diva/Manifest
+++ b/dev-ruby/diva/Manifest
@@ -1,3 +1 @@
-DIST diva-1.0.0.tar.gz 13654 BLAKE2B 
3743a2a0cacf6390a2bb2149e1213c9057c7c348fdb514d622b1edeeaad52a8a255defa0ea556a6bc5f89889d36f9f096b63d48eb03d868797f37ba2a5ba6a03
 SHA512 
d29375840893f61f022e3afb041855486ff13266a9635c8d944177df0642f1e53c0038b5bd6fecfa2d02296558f6f0f0e4f86089434f6c5f04a440044c9b75ca
-DIST diva-1.0.1.tar.gz 13643 BLAKE2B 
a5fb279003c05a795e40125fd99023f458efe8d22a6ef6236275da2a276e481ef40547cb99ae6dbbaae50685627848c0bc0f1af010c75ed5ccb9d896e7fab7d7
 SHA512 
cac830f78ba02c41289f44b6ef4bc9853d94a742f9c720190ab8944df14630b0882110d683a4a52971281f1f94c5a857927939236577da1790b577a8cb1a6f3e
 DIST diva-1.0.2.gem 13824 BLAKE2B 
c292e11d9975691d85cb0500ec42b10422665abb9b236d44629d0a9518e318cf91891d4ad265aab81d13762d121910a8be92c602225d44bfa66e31e77082fa95
 SHA512 
b5d2df59e4144930ee18c7b738e8b93646057935364c2710d349761e68053f1c342b382de76dc1669076db7394ff906384a8952e1e7c44c71f208dc3604d67f4

diff --git a/dev-ruby/diva/diva-1.0.0.ebuild b/dev-ruby/diva/diva-1.0.0.ebuild
deleted file mode 100644
index 2023272a0fa..000
--- a/dev-ruby/diva/diva-1.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implementation of expression for handling things."
-HOMEPAGE="https://github.com/toshia/diva;
-SRC_URI="https://github.com/toshia/diva/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "https://github.com/toshia/diva;
-SRC_URI="https://github.com/toshia/diva/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "

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

2020-05-23 Thread Hans de Graaff
commit: 0e0c015cdac56fdefcedf413167a10ea3941
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 17:39:56 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 17:41:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0c015c

dev-ruby/mini_magick: avoid broken spec

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

 dev-ruby/mini_magick/mini_magick-4.10.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/mini_magick/mini_magick-4.10.1.ebuild 
b/dev-ruby/mini_magick/mini_magick-4.10.1.ebuild
index c215478ddbe..155b9385df4 100644
--- a/dev-ruby/mini_magick/mini_magick-4.10.1.ebuild
+++ b/dev-ruby/mini_magick/mini_magick-4.10.1.ebuild
@@ -46,6 +46,7 @@ all_ruby_prepare() {
 
# Avoid spec broken by recent imagemagick updates
sed -i -e '/cache files generated from .mpc/askip' 
spec/lib/mini_magick/image_spec.rb || die
+   sed -i -e '/does not hang when parsing verbose data/askip' 
spec/lib/mini_magick/image_spec.rb || die
 
# Avoid graphicsmagick tests because installing both in parallel for
# tests is hard.



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

2020-05-23 Thread Hans de Graaff
commit: 47a6beb8f22c7d6d16da5ce7835a89da28373f19
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 17:40:58 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 17:41:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a6beb8

dev-ruby/image_processing: add 1.11.0

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

 dev-ruby/image_processing/Manifest |  1 +
 .../image_processing-1.11.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/image_processing/Manifest 
b/dev-ruby/image_processing/Manifest
index d325db7a9a5..f240c1f3ee0 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1,3 +1,4 @@
 DIST image_processing-1.10.0.tar.gz 984866 BLAKE2B 
3afcdff652eec40ea652c68a99d6f18970596a8221883ec627b678b8af0013127471490a093ff190134d12e2b6eb4f8a42252d49b4fc61cfff8858b49d1f124e
 SHA512 
47a465ce4e450647a67bda376bfdb5da5a0ceacfc01be5e15dfc819232b76509fdc2c6a8196042dd8508c69e0d19c8f08a54b939dd3e808f9a2ff31efd891c9a
 DIST image_processing-1.10.3.tar.gz 985090 BLAKE2B 
9626dd41ae97cd0c68b857ccce2dd2b5eebbc04a5a3fc145cfde681b8ba9cc78806ddf1e7542afa2799ad707ced592149304216875297fc1bac112501dfcdbbb
 SHA512 
7883199b2ccd693ae91a5d028a7c7bf5834cb36c7a48b4d02d1d92d7681e382a4e6605ca80cb0ca2f9949bfa95d8dafac3057e2508bb2932c5c3c0c3dee99b12
+DIST image_processing-1.11.0.tar.gz 985565 BLAKE2B 
2ab1cfcdb0637dfbba50558cdb0b778cbb2f7bccf2a12aff5515171e252b0f41624d1867a2cb825d7200b5c09eb57d4f002cd086fdb987a9513a2ef3401a2db3
 SHA512 
2978ab351f6afaa9bb4ff08be6f89a27a634ac49a239a88c59cd40c877ffe4da57bdfe0d02af31577be113f04d7dc736e891b1edebc09fd4829bbe89085c4282
 DIST image_processing-1.9.3.tar.gz 984561 BLAKE2B 
71c729c36e7048ceee3bd452d0429b24303f6898658337211cda4c697823e275f84c8b5ccbce857caa8f63a80e620f11822d3c0024f05343c3d72f9c8aedbdb9
 SHA512 
117e45146b646632bb2990f1651a494887ec8b75d8dcfcbea241b75d4691329597b7c8979fd13d4e51bacd5065b51594d6de9357e63c8b9b959b78fe075d0a76

diff --git a/dev-ruby/image_processing/image_processing-1.11.0.ebuild 
b/dev-ruby/image_processing/image_processing-1.11.0.ebuild
new file mode 100644
index 000..80e6c6be300
--- /dev/null
+++ b/dev-ruby/image_processing/image_processing-1.11.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
+
+RUBY_FAKEGEM_GEMSPEC="image_processing.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="High-level image processing helper methods with libvips and 
ImageMagick"
+HOMEPAGE="https://github.com/janko/image_processing;
+SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )"
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_magick-4.9.5:0
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.8:5
+   >=dev-ruby/minitest-hooks-1.4.2
+   dev-ruby/minispec-metadata
+)"
+
+all_ruby_prepare() {
+   # Only support imagemagick for now since vips is not packaged
+   sed -i -e '/ruby-vips/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   rm -f test/{pipeline,vips}_test.rb || die
+   sed -i -e '/assert_dimensions/ s:^:#:' test/*_test.rb || die
+
+   # phash is not packaged
+   sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
+
+   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile 
test/test_helper.rb || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: ba113ce6da33c2a4bc99afeaf3603805ce0eb9ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 17:11:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 17:41:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba113ce6

dev-ruby/image_processing: add missing test dependency

The test suite requires imagemagick to be compiled with jpeg and tiff
support.

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

 dev-ruby/image_processing/image_processing-1.10.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/image_processing/image_processing-1.10.3.ebuild 
b/dev-ruby/image_processing/image_processing-1.10.3.ebuild
index 5f597dbccf0..80e6c6be300 100644
--- a/dev-ruby/image_processing/image_processing-1.10.3.ebuild
+++ b/dev-ruby/image_processing/image_processing-1.10.3.ebuild
@@ -20,6 +20,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
+DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )"
+
 ruby_add_rdepend "
>=dev-ruby/mini_magick-4.9.5:0
 "



  1   2   3   >