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

2020-06-26 Thread Hans de Graaff
commit: 39332659b3b8bf082b527dc67d32a1faf1753bb9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 09:29:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 09:29:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39332659

dev-ruby/rubyzip: fix test on big-endian systems

Use the proper endian representation on all arches.

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

 dev-ruby/rubyzip/rubyzip-1.3.0.ebuild | 3 +++
 dev-ruby/rubyzip/rubyzip-2.3.0.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-ruby/rubyzip/rubyzip-1.3.0.ebuild 
b/dev-ruby/rubyzip/rubyzip-1.3.0.ebuild
index cc2a60650cc..5193e0b8746 100644
--- a/dev-ruby/rubyzip/rubyzip-1.3.0.ebuild
+++ b/dev-ruby/rubyzip/rubyzip-1.3.0.ebuild
@@ -46,4 +46,7 @@ all_ruby_prepare() {
 
# Add missing requires
sed -i -e '1irequire "forwardable"; require "pathname"' 
test/input_stream_test.rb || die
+
+   # Fix broken test that uses native endian
+   sed -i -e '/pack/ s/LLS/VVv/' test/file_extract_test.rb || die
 }

diff --git a/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild 
b/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild
index 16bec97ba96..f7274c64078 100644
--- a/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild
+++ b/dev-ruby/rubyzip/rubyzip-2.3.0.ebuild
@@ -48,4 +48,7 @@ all_ruby_prepare() {
 
# Add missing requires
sed -i -e '1irequire "forwardable"; require "pathname"' 
test/input_stream_test.rb || die
+
+   # Fix broken test that uses native endian
+   sed -i -e '/pack/ s/LLS/VVv/' test/file_extract_test.rb || die
 }



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

2020-06-26 Thread Mikle Kolyada
commit: 624e4c49b0ee32fe1c21c78fc1cd07ad2de83d82
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 26 09:07:32 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 26 09:09:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624e4c49

texlive-common.eclass: fix iteration options

Thanks-To: Nuno Silva  iki.fi>

Signed-off-by: Mikle Kolyada  gentoo.org>

 eclass/texlive-common.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass
index 2072d3ad160..67e06adf090 100644
--- a/eclass/texlive-common.eclass
+++ b/eclass/texlive-common.eclass
@@ -39,7 +39,7 @@ texlive-common_handle_config_files() {
[[ -d ${ED}${TEXMF_PATH} ]] || return
cd "${ED}${TEXMF_PATH}" || die
 
-   while read -r -d '' i; do
+   while read -r f; do
if [[ ${f#*config} != ${f} || ${f#doc} != ${f} || ${f#source} 
!= ${f} || ${f#tex} != ${f} ]] ; then
continue
fi



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

2020-06-26 Thread Hanno Böck
commit: 9a48b2767ef404457addbc0b1fae3d102ef2a8eb
Author: Hanno Böck  gentoo  org>
AuthorDate: Fri Jun 26 09:03:58 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Fri Jun 26 09:03:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a48b276

net-im/gajim: Version bump.

Update changed upstream dependencies.
Avoid distutils/setuptools warning.

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 net-im/gajim/Manifest   |  1 +
 net-im/gajim/gajim-1.2.0.ebuild | 85 +
 2 files changed, 86 insertions(+)

diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
index 23f269a95b7..8365086857d 100644
--- a/net-im/gajim/Manifest
+++ b/net-im/gajim/Manifest
@@ -1 +1,2 @@
 DIST gajim-1.1.3.tar.bz2 8013585 BLAKE2B 
7be25380ecfe76ae5e2a7534665688dcca9ff850c12c7a450e8d1f6caab1820a1022750710df0a8a7ae259c5748f55582b272ad83fbdb0560f18e6ab8642bf78
 SHA512 
18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac
+DIST gajim-1.2.0.tar.gz 9605006 BLAKE2B 
b68e801fedf89d14e8831a52f952fa3937b8f8ed0423a0289d5c665b50244db8db9d91dd24203e446d691e26843dd75dbf0de2b1b183cc0a8fb178bc7632c500
 SHA512 
e73802dd1172c1fa38be10e6fb5d605109dacf0491516b15111ccd05389309af217e8af68440a1333b8a636c9ff425dec6d4461296ba47f1bb6dbb3000b02fd0

diff --git a/net-im/gajim/gajim-1.2.0.ebuild b/net-im/gajim/gajim-1.2.0.ebuild
new file mode 100644
index 000..9dd5e08d83c
--- /dev/null
+++ b/net-im/gajim/gajim-1.2.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="sqlite,xml"
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jabber client written in PyGTK"
+HOMEPAGE="https://gajim.org/;
+SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
+
+COMMON_DEPEND="
+   dev-libs/gobject-introspection[cairo(+)]
+   >=x11-libs/gtk+-3.22:3[introspection]"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip
+   >=dev-util/intltool-0.40.1
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.17-r1"
+RDEPEND="${COMMON_DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/precis-i18n[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycurl[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/python-nbxmpp-1.0.0[${PYTHON_USEDEP}]
+   x11-libs/libXScrnSaver
+   app-crypt/libsecret[crypt,introspection]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
+   dev-python/css-parser[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   crypt? (
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
+   geolocation? ( app-misc/geoclue[introspection] )
+   jingle? (
+   net-libs/farstream:0.2[introspection]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-libs/gst-plugins-ugly:1.0
+   )
+   remote? (
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   sys-apps/dbus[X]
+   )
+   rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
+   spell? (
+   app-text/gspell[introspection]
+   app-text/hunspell
+   )
+   upnp? ( net-libs/gupnp-igd[introspection] )
+   webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
+   ')"
+
+src_install() {
+   distutils-r1_src_install
+
+   # avoid precompressed man pages
+   rm -r "${D}/usr/share/man"
+   doman data/*.1
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2020-06-26 Thread Hanno Böck
commit: bb5c6b8e4379207e62ec727ee0a1e1b35732942c
Author: Hanno Böck  gentoo  org>
AuthorDate: Fri Jun 26 09:02:50 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Fri Jun 26 09:02:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5c6b8e

dev-python/python-nbxmpp: Version bump and fix license

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-python/python-nbxmpp/Manifest   |  1 +
 dev-python/python-nbxmpp/python-nbxmpp-1.0.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/python-nbxmpp/Manifest 
b/dev-python/python-nbxmpp/Manifest
index dfb5d28cdac..d1ac5c90fb0 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1 +1,2 @@
 DIST python-nbxmpp-0.6.10.tar.bz2 1063786 BLAKE2B 
6d7295a5e6f926cbca709e0774ae8c141e20293c723f3a431a52bacc64639e7cee5820b4e070fae35397a5e5d8c76089d5d1966bf53cef8f0da462134321df6e
 SHA512 
0982a6035ee30edfe9f7d5cc11dcc870ad1dddca851fffc2c26088cd28083f56f5c57df49dcd28b5e6967f02aef03e0ad2f7b2036a908748c66e5e7510e6c7ed
+DIST python-nbxmpp-1.0.0.tar.bz2 111378 BLAKE2B 
1dd0fff8e14bb438727a05ba0bd3db3613d91fa08f593cae3e77aec6240ece41a403a324aa3fee89e3173703f185e65e875aa1a49d877d2fc0235d664af9d083
 SHA512 
4eb1c4ec33ea4008b8ef4cf57e2a7a63450008974ae109af70455a49e716ea5ad612629fb2c7e0b06e69a77ee28b592a089469a645ecdd1bc2160a907804c2ac

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-1.0.0.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-1.0.0.ebuild
new file mode 100644
index 000..32580d7acda
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-1.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/;
+SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/python-nbxmpp-nbxmpp-${PV}.tar.bz2
 -> ${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""



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

2020-06-26 Thread Andreas Sturmlechner
commit: c50526a031650834f3ddd61998114a1ec02b598e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 26 08:57:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 26 08:57:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50526a0

dev-python/python3-lxc: Drop to ~ppc64

As requested by juippis.

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

 dev-python/python3-lxc/python3-lxc-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild 
b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild
index eb00eef10ae..3e6d2c45a80 100644
--- a/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild
+++ b/dev-python/python3-lxc/python3-lxc-3.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=app-emulation/lxc-3.0"



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

2020-06-26 Thread Hans de Graaff
commit: 7503c46f9a5b3385325e7b5b04a180031ac617d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 08:46:05 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 08:46:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7503c46f

dev-ruby/rspec-support: fix use of ruby in tests

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

 dev-ruby/rspec-support/rspec-support-3.9.2.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-ruby/rspec-support/rspec-support-3.9.2.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.9.2.ebuild
index b0f14e38d54..36a174b55d3 100644
--- a/dev-ruby/rspec-support/rspec-support-3.9.2.ebuild
+++ b/dev-ruby/rspec-support/rspec-support-3.9.2.ebuild
@@ -40,3 +40,8 @@ all_ruby_prepare() {
# should be fixed upstream in next version
#sed -i -e '/returns a hash containing nodes for each line number/askip 
"ruby26"' spec/rspec/support/source_spec.rb || die
 }
+
+each_ruby_prepare() {
+   # Use the ruby version being tested
+   sed -i -e '/shell_out/ s:ruby:'${RUBY}':' 
spec/rspec/support/spec/shell_out_spec.rb || die
+}



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

2020-06-26 Thread Hans de Graaff
commit: dd167639911efa3623b6d0741339f82151518198
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 08:34:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 08:35:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd167639

dev-ruby/childprocess: fix use of ruby in tests

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

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

diff --git a/dev-ruby/childprocess/childprocess-4.0.0.ebuild 
b/dev-ruby/childprocess/childprocess-4.0.0.ebuild
index 79eebd32533..f5e6313be95 100644
--- a/dev-ruby/childprocess/childprocess-4.0.0.ebuild
+++ b/dev-ruby/childprocess/childprocess-4.0.0.ebuild
@@ -32,7 +32,8 @@ all_ruby_prepare() {
 }
 
 each_ruby_prepare() {
-   sed -i -e "s:'ruby':'"${RUBY}"':" spec/childprocess_spec.rb || die
+   sed -i -e "s:'ruby':'"${RUBY}"':" spec/childprocess_spec.rb 
spec/spec_helper.rb || die
+   sed -i -e '/system/ s:ruby:'${RUBY}':' spec/spec_helper.rb || die
 }
 
 each_ruby_test() {



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/

2020-06-26 Thread Andrew Ammerlaan
commit: e2636325cf5df4dd39dd95ab793f3d635917c0da
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Jun 26 08:27:57 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jun 26 08:27:57 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2636325

media-gfx/azpainter: fix dead link

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

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

diff --git a/media-gfx/azpainter/azpainter-2.1.6.ebuild 
b/media-gfx/azpainter/azpainter-2.1.6.ebuild
index 1176940..9ce319e 100644
--- a/media-gfx/azpainter/azpainter-2.1.6.ebuild
+++ b/media-gfx/azpainter/azpainter-2.1.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="Full color painting software for Linux for illustration drawing"
-HOMEPAGE="http://azsky2.html.xdomain.jp/linux/azpainter.html 
https://github.com/Symbian9/azpainter;
+HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html 
https://github.com/Symbian9/azpainter;
 
SRC_URI="https://github.com/Symbian9/azpainter/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-3"



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/ksnip/

2020-06-26 Thread Andrew Ammerlaan
commit: e1139ab4b5e792b2c42ac4cde3991ba1976338f0
Author: David Flogeras  gmail  com>
AuthorDate: Thu Jun 25 17:02:21 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Jun 25 17:03:06 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1139ab4

x11-misc/ksnip: Bump to 1.7.0

Signed-off-by: David Flogeras  gmail.com>

 x11-misc/ksnip/Manifest   |  1 +
 x11-misc/ksnip/ksnip-1.7.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
index 747eef9..e48a0e6 100644
--- a/x11-misc/ksnip/Manifest
+++ b/x11-misc/ksnip/Manifest
@@ -1 +1,2 @@
 DIST ksnip-1.6.2.tar.gz 221518 BLAKE2B 
a2e08b3dcfa448790a165a15e4e0c76771168d03756778b53ea79d7ebc3aad5efa50a18a6d4755a5c85ba3867e5d8e0c534af2cd0e7886db70ba407fb36185ff
 SHA512 
2e40d12524a6a0d5bf321f7e5554a0a423e3fe7861118b6d6fc95e01e9558e63ce1519ed234ac514f3ade88d1d3261fb8f693e89d097059e1607f9bfd5227573
+DIST ksnip-1.7.0.tar.gz 335727 BLAKE2B 
2b7aab75917dfe5a5a2cf77ea96c78d35c6483705999e1a0be6de0ae00aa3c4a1ea5b6ea3923fc5624fe13cba4133e180367db224b094f4b2625d8b53951c2ec
 SHA512 
833a8c07cdb71dd3437686b1eb350f45caa70614114145901dd05b3db9b62bc83702b258e5f414306d779e0febeba8605b586fc57f55907dc9bbb50da5a08703

diff --git a/x11-misc/ksnip/ksnip-1.7.0.ebuild 
b/x11-misc/ksnip/ksnip-1.7.0.ebuild
new file mode 100644
index 000..9eead7a
--- /dev/null
+++ b/x11-misc/ksnip/ksnip-1.7.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop
+
+DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
+HOMEPAGE="https://github.com/ksnip/ksnip;
+SRC_URI="https://github.com/ksnip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="kde-frameworks/extra-cmake-modules:5"
+RDEPEND="
+   dev-qt/qtdbus:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   >=x11-libs/kimageannotator-0.2.2
+   x11-libs/libxcb"
+BDEPEND=""
+
+src_install() {
+   cmake_src_install
+
+   doicon -s scalable desktop/${PN}.svg
+   domenu desktop/${PN}.desktop
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: games-action/technic-launcher/

2020-06-26 Thread Andrew Ammerlaan
commit: c235c57fb56e579ff3b534a2a94d86935d4843ce
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Jun 26 08:22:32 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jun 26 08:22:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c235c57f

games-action/technic-launcher: version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 games-action/technic-launcher/Manifest  | 2 +-
 .../{technic-launcher-4.560.ebuild => technic-launcher-4.564.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/technic-launcher/Manifest 
b/games-action/technic-launcher/Manifest
index c6b766b..6a2b27e 100644
--- a/games-action/technic-launcher/Manifest
+++ b/games-action/technic-launcher/Manifest
@@ -1,2 +1,2 @@
-DIST technic-launcher-4.560.jar 5721038 BLAKE2B 
67d1818702ab6e2682131a56e8063750be668087901f8fde74e2a6ee3b073135f247252640a05232da68d9889c47c61e0deebe1c55814f713e8bcead62eb9e67
 SHA512 
2342db37cab2b812319943e954f8859647a90dbc799e29cdbcd5afc36b3fbc80b9c11de45a3e700f4048a8663e19f8f7e6890bcac7d9b5b58a967547c9abca4f
+DIST technic-launcher-4.564.jar 5721624 BLAKE2B 
7396bda603da74c2eef268fc0ed9a96bf18538329566fc9820791d7665b6b828e859df5d9b94f8a4e90cc2ae94e578d9259a953ef8f2e4574ca94fdbfbd11641
 SHA512 
2fbef17032a8f42f44157c37a37e0c3561d060e4f2f809223a551035a9ee436ca4ec1f8b03bec5e9c8a6b24812723c3aea0aed6dfc0de179e4901a2234c0e50c
 DIST technic-launcher.ico 15086 BLAKE2B 
4f5be0661bfbdca971cf022767618acef1e912b60c3f0574f383a8bd0281a6d66ca1b8b105412ec9579f3999514a471412fb16da66d937acfb4d3236b8f99663
 SHA512 
c109113a0e1be10bc013bfb79b742396a768fa683860a83d734e158b709e66b9e21067e1791ae5f7a854ccd21b1bf9adf6eeb27bc33d9da03f902dfe5d8be710

diff --git a/games-action/technic-launcher/technic-launcher-4.560.ebuild 
b/games-action/technic-launcher/technic-launcher-4.564.ebuild
similarity index 100%
rename from games-action/technic-launcher/technic-launcher-4.560.ebuild
rename to games-action/technic-launcher/technic-launcher-4.564.ebuild



[gentoo-commits] repo/proj/guru:master commit in: x11-libs/kimageannotator/files/, x11-libs/kimageannotator/

2020-06-26 Thread Andrew Ammerlaan
commit: 117f9db5c9ded669ac23966171cfc98ef052df59
Author: David Flogeras  gmail  com>
AuthorDate: Thu Jun 25 17:01:44 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Jun 25 17:03:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=117f9db5

x11-libs/kimageannotator: Bump to 0.3.0

Signed-off-by: David Flogeras  gmail.com>

 x11-libs/kimageannotator/Manifest  |  1 +
 ...do-command-delete-items-that-are-required.patch | 10 ++
 .../files/include-gnuinstalldirs-before-use.patch  | 36 ++
 .../kimageannotator/kimageannotator-0.3.0.ebuild   | 31 +++
 4 files changed, 78 insertions(+)

diff --git a/x11-libs/kimageannotator/Manifest 
b/x11-libs/kimageannotator/Manifest
index ba05e37..539d692 100644
--- a/x11-libs/kimageannotator/Manifest
+++ b/x11-libs/kimageannotator/Manifest
@@ -1 +1,2 @@
 DIST kImageAnnotator-0.2.1.tar.gz 107027 BLAKE2B 
247ea31f3dfd90fd175b879c3fe06a50ee2ce8f3f2ce395efa1882fe8abc4be4e5a739782054682336cf327fe288d24b17971c89dfaf7f5202ba3f607165b0f2
 SHA512 
6f9d03b6d0d020c90fa050ac6be30b680db8dd3a2035db80856bb69c9e6ef0228b2d152c5f234caf6d3fe2d8433b17fbdfee728246f2a8c339936b6ba051a52b
+DIST kImageAnnotator-0.3.0.tar.gz 128019 BLAKE2B 
412748b432e41e6bdc01aa7270cbb32342016423beeca537c92096641e06f9a82a0ce7d1779fb25aec51e6e4c9451778fc339bb3c82edcdc56657ac810859447
 SHA512 
0d9e4ab5bdef1554e3b476e0d0e8f2ad08387abd94d9167c2b4987b0857294618b7a6626640381dade10c7eedaa5dec9e449715b46437c1d9a044142c15b7617

diff --git 
a/x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch
 
b/x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch
new file mode 100644
index 000..39aa759
--- /dev/null
+++ 
b/x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch
@@ -0,0 +1,10 @@
+--- a/src/annotations/undo/AddCommand.cpp
 b/src/annotations/undo/AddCommand.cpp
+@@ -29,7 +29,6 @@ AddCommand::AddCommand(AbstractAnnotationItem *item, 
AnnotationArea *annotationA
+ 
+ AddCommand::~AddCommand()
+ {
+- delete mItem;
+ }
+ 
+ void AddCommand::undo()

diff --git 
a/x11-libs/kimageannotator/files/include-gnuinstalldirs-before-use.patch 
b/x11-libs/kimageannotator/files/include-gnuinstalldirs-before-use.patch
new file mode 100644
index 000..c5c7677
--- /dev/null
+++ b/x11-libs/kimageannotator/files/include-gnuinstalldirs-before-use.patch
@@ -0,0 +1,36 @@
+From 94b08e1a3cef1d826ccae09a1287c2d5e327a293 Mon Sep 17 00:00:00 2001
+From: Dave Flogeras 
+Date: Fri, 19 Jun 2020 09:23:29 -0300
+Subject: [PATCH] Include GNUInstallDirs before using variables that rely on
+ it.
+
+This was subtle because when building by hand, and running cmake
+multiple times, it seems to cache the variable.  However when building
+for Gentoo in an ebuild, cmake makes one pass, and the
+CMAKE_INSTALL_DATAROOTDIR variable is empty.  This results in the
+translation files going in the wrong place.
+---
+ CMakeLists.txt | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 12ad227..5c14937 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -11,6 +11,8 @@ set(CMAKE_AUTORCC ON)
+ option(BUILD_TESTS "Build Unit Tests" OFF)
+ option(BUILD_EXAMPLE "Build Example Application" ON)
+ 
++include(GNUInstallDirs)
++
+ if (WIN32)
+   set(KIMAGEANNOTATOR_LANG_INSTAL_DIR "translations")
+ elseif (APPLE)
+@@ -27,7 +29,6 @@ if (UNIX)
+   find_package(X11 REQUIRED)
+ endif ()
+ 
+-include(GNUInstallDirs)
+ include(FeatureSummary)
+ 
+ set(KCOLORPICKER_MIN_VERSION "0.1.4")

diff --git a/x11-libs/kimageannotator/kimageannotator-0.3.0.ebuild 
b/x11-libs/kimageannotator/kimageannotator-0.3.0.ebuild
new file mode 100644
index 000..d1dd0cb
--- /dev/null
+++ b/x11-libs/kimageannotator/kimageannotator-0.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Tool for annotating images"
+HOMEPAGE="https://github.com/ksnip/kImageAnnotator;
+MY_PN=kImageAnnotator
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtsvg:5
+   >=x11-libs/kcolorpicker-0.1.4"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   eapply 
"${FILESDIR}"/fix-undo-command-delete-items-that-are-required.patch
+   eapply "${FILESDIR}"/include-gnuinstalldirs-before-use.patch
+   cmake_src_prepare
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/ksnip/

2020-06-26 Thread Andrew Ammerlaan
commit: 2503a523f5a62dc663346aac313f0f33bed36f08
Author: David Flogeras  gmail  com>
AuthorDate: Thu Jun 25 21:09:30 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Jun 25 21:09:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2503a523

x11-misc/ksnip: raise minimum kimageannotator version

Signed-off-by: David Flogeras  gmail.com>

 x11-misc/ksnip/ksnip-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/ksnip/ksnip-1.7.0.ebuild 
b/x11-misc/ksnip/ksnip-1.7.0.ebuild
index 9eead7a..ea5c53b 100644
--- a/x11-misc/ksnip/ksnip-1.7.0.ebuild
+++ b/x11-misc/ksnip/ksnip-1.7.0.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
dev-qt/qtprintsupport:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
-   >=x11-libs/kimageannotator-0.2.2
+   >=x11-libs/kimageannotator-0.3.0
x11-libs/libxcb"
 BDEPEND=""
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-06-26 Thread Andrew Ammerlaan
commit: 5dc35c6ca5a90e30447769fb43a3d15880b30e71
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Jun 26 08:20:18 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jun 26 08:20:18 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dc35c6c

dev-python/spotipy: version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.12.0.ebuild => spotipy-2.13.0.ebuild} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 08c4c1d..9e0962c 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.12.0.tar.gz 86295 BLAKE2B 
48b8a5ea0c400a4caa479c68ddf7321bd95ffae4351468b4bf62ae2681b629214aef3de855f0a252beb0a93aece58d7fbff94a1d242fa02ce59cc1cd9c03c654
 SHA512 
6176d11c0d61b6070ec96888abd7f28cb16c4b6d9221c43cb877a40079ecdf71af8dcfbb2383f712673c4a10cb23f3e3a2c28eb764698d323bd4178270a1f2d6
+DIST spotipy-2.13.0.tar.gz 89735 BLAKE2B 
79e8f8d0c64cc100301362891fc63f232d6197dd68d30df239b0eb53ab5ec8b44ad347adc1c49c0aea95abf4d689cd3c1e291df4586dfb43a8a77cb15f503547
 SHA512 
992ea7a7681a5179dea0f94fd6e0b1e9ef456f25d6386bebba7b5d71e394d227f671be81bba88578e1bd81e185c6dee710168696be8f026ecbf76da90bd35515

diff --git a/dev-python/spotipy/spotipy-2.12.0.ebuild 
b/dev-python/spotipy/spotipy-2.13.0.ebuild
similarity index 89%
rename from dev-python/spotipy/spotipy-2.12.0.ebuild
rename to dev-python/spotipy/spotipy-2.13.0.ebuild
index 3a0aa1b..e238311 100644
--- a/dev-python/spotipy/spotipy-2.12.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.13.0.ebuild
@@ -35,6 +35,9 @@ python_prepare_all() {
# this test requires a spotify client ID
rm tests/integration/test_non_user_endpoints.py || die
 
+   # need internet access
+   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
+   tests/unit/test_oauth.py || die
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/proj/guru:master commit in: x11-libs/kcolorpicker/

2020-06-26 Thread Andrew Ammerlaan
commit: 31ae0274f92ff6d7f29d8810d51adf4845cab36e
Author: David Flogeras  gmail  com>
AuthorDate: Thu Jun 25 17:01:16 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Jun 25 17:03:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31ae0274

x11-libs/kcolorpicker: Bump to 0.1.4

Signed-off-by: David Flogeras  gmail.com>

 x11-libs/kcolorpicker/Manifest  |  1 +
 x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-libs/kcolorpicker/Manifest b/x11-libs/kcolorpicker/Manifest
index 1c7127c..bd34c03 100644
--- a/x11-libs/kcolorpicker/Manifest
+++ b/x11-libs/kcolorpicker/Manifest
@@ -1 +1,2 @@
 DIST kColorPicker-0.1.2.tar.gz 11534 BLAKE2B 
53acd4e9b7dbd4796a2a3dd1c20f36ac12c40570b083c4197d583ee422f9ec484ff62aae38353c6b03e699f29a93bfec4e7065a85da9c7a82a72e81cb139603d
 SHA512 
d2c135c84000a0b3aae66fa90807c5d62f93588eda4e7ea503a94a236ee197e1b852d1b9c0bd9cdf611afa1b42ffbfcfa1d4c4f13ff88b9c8765f6a3631cfbc8
+DIST kColorPicker-0.1.4.tar.gz 11438 BLAKE2B 
407211d5938d78aa8bfe193c037a3224ab51cacec7213e4526689ba38a800db2f5df4b0804cd3cc428765a22f426b50d870a355ce07d3f40ff231b8d4f44bf93
 SHA512 
135b8e0e189feb724f6a4f6a09b8e18922d294fbb3c80cd8522acec272ad0503eff5bf375ae7d58b1dd2f891dc0df187b2a3442726f8ff980583c475090b8673

diff --git a/x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild 
b/x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild
new file mode 100644
index 000..71a0769
--- /dev/null
+++ b/x11-libs/kcolorpicker/kcolorpicker-0.1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Qt based Color Picker with popup menu"
+HOMEPAGE="https://github.com/ksnip/kColorPicker;
+MY_PN=kColorPicker
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtwidgets:5[png]"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"



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

2020-06-26 Thread Joonas Niilola
commit: d1b3ad982817a929c6d01975e935351a5df2a176
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 26 07:49:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 26 08:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b3ad98

dev-libs/voikko-fi: add python-3.{8,9} support

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

 dev-libs/voikko-fi/voikko-fi-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/voikko-fi/voikko-fi-2.3.ebuild 
b/dev-libs/voikko-fi/voikko-fi-2.3.ebuild
index fe39034097d..a03999c0484 100644
--- a/dev-libs/voikko-fi/voikko-fi-2.3.ebuild
+++ b/dev-libs/voikko-fi/voikko-fi-2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit python-any-r1
 



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

2020-06-26 Thread Joonas Niilola
commit: d1aca1548db0efdbda7c9dd6a1e51985f605685f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 26 07:55:57 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 26 08:13:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1aca154

app-emulation/lxc-templates: remove old 3.0.3

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

 app-emulation/lxc-templates/Manifest   |  1 -
 .../lxc-templates/lxc-templates-3.0.3.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-emulation/lxc-templates/Manifest 
b/app-emulation/lxc-templates/Manifest
index 66e89bab71f..6606869c23c 100644
--- a/app-emulation/lxc-templates/Manifest
+++ b/app-emulation/lxc-templates/Manifest
@@ -1,2 +1 @@
-DIST lxc-templates-3.0.3.tar.gz 257085 BLAKE2B 
b53a057e1da23997318c2bcee095fbffb97c37b656eec9643e5a5ac2e7bdfeb9599710a8ccfb5d61aaf523d754f1dbbe7748c4cd1990205c6e28a17cd5e61ee0
 SHA512 
3e9d5304f5e06580eeb766570ddfebb0c80061c2d7e47c9ea37d834fe0cf4fabe7eedd667e4937df3f2451bc3e7aa1e98a1b386f3b19964dc218ff0e21011632
 DIST lxc-templates-3.0.4.tar.gz 257015 BLAKE2B 
599c0cb083cf358c8252467b3870450e754b2aa30daf8d72e07e746ce37e2fb26fecc0adf416325c9e02b1f98f5745af5985360e9494e5ed54a242a3e17330d4
 SHA512 
e5b628b40e7108fca858dbd9ae92495016069ff3cba7feb34e9559c7f61dfc36944a9ef441369952a988e821f8b5d883ae97b81f6eef0683a22f1f702b5b913e

diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild 
b/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild
deleted file mode 100644
index 38950a11f0a..000
--- a/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Old style template scripts for LXC"
-HOMEPAGE="https://linuxcontainers.org/;
-SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz;
-
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
-
-LICENSE="LGPL-3"
-SLOT="0"
-
-RDEPEND="
-   >=app-emulation/lxc-3.0"
-
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.1-no-cache-dir.patch" )
-DOCS=()
-
-src_prepare() {
-   default
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/lxcfs/files/, sys-fs/lxcfs/

2020-06-26 Thread Joonas Niilola
commit: 233276e2457c31e779bf491af2b5462c247831cf
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 26 07:52:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 26 08:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233276e2

sys-fs/lxcfs: remove old 3.0.3

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

 sys-fs/lxcfs/Manifest  |  1 -
 sys-fs/lxcfs/files/lxcfs-fusermount-path.patch | 15 --
 sys-fs/lxcfs/files/lxcfs.initd | 26 --
 sys-fs/lxcfs/lxcfs-3.0.3.ebuild| 72 --
 4 files changed, 114 deletions(-)

diff --git a/sys-fs/lxcfs/Manifest b/sys-fs/lxcfs/Manifest
index e9d5038efe9..1eb6648b2c6 100644
--- a/sys-fs/lxcfs/Manifest
+++ b/sys-fs/lxcfs/Manifest
@@ -1,3 +1,2 @@
-DIST lxcfs-3.0.3.tar.gz 49824 BLAKE2B 
02e3a0a6f4fd515924c5f038f00d664ef347c9b685e6561334b460e0ce0ce5580aca67f33df56b44b9cdafa4953f4f92843662f3516e1c923f9242388b17dbc6
 SHA512 
d994e1dd85f499eba2847d33870281a4bcaf4466e2c8f7acb065f4f3d5688b93b775c486bc6db571e64d09a3567710b0c816e12555ffb3e3e50f81bc7f5f6be6
 DIST lxcfs-4.0.3.tar.gz 100719 BLAKE2B 
24371b921ad635f97c51ac8406c949e81330ae358b0166c2af295cb1f630594bb72da802aad41971c11303f393fd05bc9f1b109bd4da4953db2c3bb7e5189315
 SHA512 
0aaedfe826d982b9464dfb60fb57c58e34ea6022b8503bc858538b6634dc7d0845f65832d6f814043dbc0677f887e1b559549a8f3865c755970c6b47ba65eb2b
 DIST lxcfs-4.0.4.tar.gz 101546 BLAKE2B 
1e84e3b75bfb39273539ea72f941442cc3c8574c0f55359a38edc04a98a45ea8680f9bf49c5974decf180a8ecf07cadccf4e732d1743c070a740c78b773a3ee8
 SHA512 
15bcebecc815310870aea58d995d605444b57583b7f1bb2d35b065256ea5f70b071d58887fbf1ca124ea84da99151bbd9dffcca37a2e151677d56229dc8961ce

diff --git a/sys-fs/lxcfs/files/lxcfs-fusermount-path.patch 
b/sys-fs/lxcfs/files/lxcfs-fusermount-path.patch
deleted file mode 100644
index 99a5addf1d1..000
--- a/sys-fs/lxcfs/files/lxcfs-fusermount-path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 /config/init/systemd/lxcfs.service.orig2018-10-13 17:24:46.534035126 
-0500
-+++ /config/init/systemd/lxcfs.service 2018-10-13 17:25:33.007034294 -0500
-@@ -5,10 +5,10 @@
- Documentation=man:lxcfs(1)
- 
- [Service]
--ExecStart=/usr/bin/lxcfs /var/lib/lxcfs/
-+ExecStart=/usr/bin/lxcfs -o allow_other,nonempty /var/lib/lxcfs/
- KillMode=process
- Restart=on-failure
--ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-+ExecStopPost=-/usr/bin/fusermount -u /var/lib/lxcfs
- Delegate=yes
- 
- [Install]

diff --git a/sys-fs/lxcfs/files/lxcfs.initd b/sys-fs/lxcfs/files/lxcfs.initd
deleted file mode 100644
index 5997426fa8e..000
--- a/sys-fs/lxcfs/files/lxcfs.initd
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-DAEMON=/usr/bin/lxcfs
-PIDFILE=/run/lxcfs.pid
-
-start() {
-ebegin "Starting lxcfs"
-
-start-stop-daemon --start \
- --pidfile ${PIDFILE} \
- --exec ${DAEMON} \
- --background \
- --make-pidfile \
- -- \
- -o allow_other,nonempty /var/lib/lxcfs
-
-eend $?
-}
-
-stop() {
-ebegin "Stopping lxcfs"
-start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE}
-eend $?
-}

diff --git a/sys-fs/lxcfs/lxcfs-3.0.3.ebuild b/sys-fs/lxcfs/lxcfs-3.0.3.ebuild
deleted file mode 100644
index f9c354a881a..000
--- a/sys-fs/lxcfs/lxcfs-3.0.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd vcs-snapshot
-DESCRIPTION="FUSE filesystem for LXC"
-HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/;
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/lxc/lxcfs.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/lxc/lxcfs/archive/${P}.tar.gz;
-   KEYWORDS="amd64"
-fi
-
-# Omit all dbus.  Upstream appears to require it because systemd, but
-# lxcfs makes no direct use of dbus.
-RDEPEND="
-   dev-libs/glib:2
-   sys-fs/fuse:0
-"
-DEPEND="
-   sys-apps/help2man
-   ${RDEPEND}
-"
-PATCHES="${FILESDIR}/${PN}-fusermount-path.patch"
-
-src_prepare() {
-   default
-   ./bootstrap.sh || die "Failed to bootstrap configure files"
-}
-
-src_configure() {
-   # Without the localstatedir the filesystem isn't mounted correctly
-   econf --localstatedir=/var
-}
-
-# Test suite fails for me
-# src_test() {
-#  emake tests
-#  tests/main.sh || die "Tests failed"
-# }
-
-src_install() {
-   default
-   keepdir /var/lib/lxcfs
-   newinitd "${FILESDIR}"/${PN}.initd lxcfs
-   systemd_dounit config/init/systemd/lxcfs.service
-}
-
-pkg_preinst() {
-   # In an upgrade situation merging 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/, app-emulation/lxc/files/

2020-06-26 Thread Joonas Niilola
commit: 6c40eb984e49764b0684e1823d2805adaea69c52
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 26 07:54:21 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 26 08:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c40eb98

app-emulation/lxc: remove old 3.0.3

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

 app-emulation/lxc/Manifest   |   1 -
 app-emulation/lxc/files/lxc.initd.7  | 124 ---
 app-emulation/lxc/files/lxc_at.service.4 |  14 ---
 app-emulation/lxc/lxc-3.0.3.ebuild   | 163 ---
 4 files changed, 302 deletions(-)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index 768faa21194..f8760f06bb4 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -1,2 +1 @@
-DIST lxc-3.0.3.tar.gz 1263371 BLAKE2B 
77d0f593119654f570ae748d305e86c27117fd4e9ec7bdab1110f5356afb4a00d81c105ae9757d9da5827f6883a4a5d8ddc43b5b6e56a2927ed990e757f7c7b6
 SHA512 
cdc411364153d7ed494bab604260f5cbdfd5bd7734a59af970b3198c7b3cb340b6736856a2189d5989e169945a817ac8b531bc3ab62217a4285dd63a851f9c8a
 DIST lxc-4.0.2.tar.gz 1352667 BLAKE2B 
2ecc076bacb9bb1c2a808422f7b2e0cbfc74bf3bec6ca89ea58eb6ef4a414353c2e58163bff17b3304beb39f4980d10f54365f739645c1581bfca9f6079bf57c
 SHA512 
0de6c1f9649d161579b45fc28a735f703c4498eff9c588462b838220aeab73f91921db628f77bc461eff38c7583cac10a38951263181956e2d33412a406f3ef3

diff --git a/app-emulation/lxc/files/lxc.initd.7 
b/app-emulation/lxc/files/lxc.initd.7
deleted file mode 100644
index 6a42b6aac52..000
--- a/app-emulation/lxc/files/lxc.initd.7
+++ /dev/null
@@ -1,124 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-CONTAINER=${SVCNAME#*.}
-
-LXC_PATH=`lxc-config lxc.lxcpath`
-
-lxc_get_configfile() {
-   if [ -f "${LXC_PATH}/${CONTAINER}.conf" ]; then
-   echo "${LXC_PATH}/${CONTAINER}.conf"
-   elif [ -f "${LXC_PATH}/${CONTAINER}/config" ]; then
-   echo "${LXC_PATH}/${CONTAINER}/config"
-   else
-   eerror "Unable to find a suitable configuration file."
-   eerror "If you set up the container in a non-standard"
-   eerror "location, please set the CONFIGFILE variable."
-   return 1
-   fi
-}
-
-[ $CONTAINER != $SVCNAME ] && CONFIGFILE=${CONFIGFILE:-$(lxc_get_configfile)}
-
-lxc_get_var() {
-   awk 'BEGIN { FS="[ \t]*=[ \t]*" } $1 == "'$1'" { print $2; exit }' 
${CONFIGFILE}
-}
-
-lxc_get_net_link_type() {
-   awk 'BEGIN { FS="[ \t]*=[ \t]*"; _link=""; _type="" }
-   $1 == "lxc.network.type" {_type=$2;}
-   $1 == "lxc.network.link" {_link=$2;}
-   match($1, /lxc\.net\.[[:digit:]]+\.type/) {_type=$2;}
-   match($1, /lxc\.net\.[[:digit:]]+\.link/) {_link=$2;}
-   {if(_link != "" && _type != ""){
-   printf("%s:%s\n", _link, _type );
-   _link=""; _type="";
-   }; }' <${CONFIGFILE}
-}
-
-checkconfig() {
-   if [ ${CONTAINER} = ${SVCNAME} ]; then
-   eerror "You have to create an init script for each container:"
-   eerror " ln -s lxc /etc/init.d/lxc.container"
-   return 1
-   fi
-
-   # no need to output anything, the function takes care of that.
-   [ -z "${CONFIGFILE}" ] && return 1
-
-   utsname=$(lxc_get_var lxc.uts.name)
-   if [ -z "$utsname" ] ; then
-   utsname=$(lxc_get_var lxc.utsname)
-   fi
-
-   if [ "${CONTAINER}" != "${utsname}" ]; then
-   eerror "You should use the same name for the service and the"
-   eerror "container. Right now the container is called ${utsname}"
-   return 1
-   fi
-}
-
-depend() {
-   # be quiet, since we have to run depend() also for the
-   # non-muxed init script, unfortunately.
-   checkconfig 2>/dev/null || return 0
-
-   config ${CONFIGFILE}
-   need localmount
-   use lxcfs
-
-   local _x _if
-   for _x in $(lxc_get_net_link_type); do
-   _if=${_x%:*}
-   case "${_x##*:}" in
-   # when the network type is set to phys, we can make use 
of a
-   # network service (for instance to set it up before we 
disable
-   # the net_admin capability), but we might also not set 
it up
-   # at all on the host and leave the net_admin capable 
service
-   # to take care of it.
-   phys)   use net.${_if} ;;
-   *)  need net.${_if} ;;
-   esac
-   done
-}
-
-start() {
-   checkconfig || return 1
-   rm -f /var/log/lxc/${CONTAINER}.log
-
-   rootpath=$(lxc_get_var lxc.rootfs)
-
-   # Check the format of our init and the chroot's init, to see
-   # if we have to use 

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

2020-06-26 Thread Joonas Niilola
commit: 38736cb4eba180269edac353c4120c4e645db242
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 26 08:11:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 26 08:13:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38736cb4

app-emulation/lxd: 4.0.2 bump

 - update kernel config checks, #703874

Closes: https://bugs.gentoo.org/703874
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/lxd/Manifest |   2 +-
 app-emulation/lxd/lxd-4.0.2.ebuild | 204 +
 2 files changed, 205 insertions(+), 1 deletion(-)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index f5bd47450bf..621644c18ae 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,2 +1,2 @@
-DIST lxd-3.14.tar.gz 26141949 BLAKE2B 
69004501012c9a873eef77a60df7e5dba25c692224d27b02cd2d2b27533012e71bd7562cb64a17920234746e8be2819bb773365c01422c0b776dd2b7c36b69fe
 SHA512 
3d2d4e61298fc9fde49defad776a398fcccf7639485e810173c9c7f7d939c354a9ad8112a4a631b0850f6eb54435012d289236ff61839416caf95434eb23c8ff
 DIST lxd-4.0.1.tar.gz 25027762 BLAKE2B 
1154a427558ad5eda62b63501a2f62a5c3a1b740fac061432b06a1034b75cb906f38d6c43e8215cab8ae0bed328d75a7612c1bb7af3272cdbe3f93235d5bb920
 SHA512 
1f47f8239cc1d3425fc4cd075487678e219e94deddec10f52a1cd18fbdc0515f54b67552e7b41d0052803c317a861b34cfc83a25776eae7b9673b5c5fd50d70f
+DIST lxd-4.0.2.tar.gz 25350601 BLAKE2B 
2abecb61759a1a717960671516157dc7b7a36865ecdbcec1f211e5b653b2b4afc41932a4a289430de0dd4ac1e2c777de471ab26e31dbf2b8d1855f67d03886ad
 SHA512 
6c1c668055e9677850f24e142e6741cb6b5aa8d4d9cce29af566e8090c28e04b4baf973f486aef28b7f6b34be5b9ab9bb45e77956879ff7feff6bec8e4db3077

diff --git a/app-emulation/lxd/lxd-4.0.2.ebuild 
b/app-emulation/lxd/lxd-4.0.2.ebuild
new file mode 100644
index 000..8317a5bc6fb
--- /dev/null
+++ b/app-emulation/lxd/lxd-4.0.2.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 eutils linux-info systemd
+
+DESCRIPTION="Fast, dense and secure container management"
+HOMEPAGE="https://linuxcontainers.org/lxd/introduction/ 
https://github.com/lxc/lxd;
+SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz;
+
+# Needs to include licenses for all bundled programs and libraries.
+LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ipv6 nls"
+
+DEPEND="app-arch/xz-utils
+   >=app-emulation/lxc-3.0.0[seccomp]
+   dev-lang/tcl
+   dev-libs/libuv
+   dev-libs/lzo
+   net-dns/dnsmasq[dhcp,ipv6?]"
+RDEPEND="${DEPEND}
+   acct-group/lxd
+   net-firewall/ebtables
+   net-firewall/iptables[ipv6?]
+   sys-apps/iproute2[ipv6?]
+   sys-fs/fuse:0=
+   sys-fs/lxcfs
+   sys-fs/squashfs-tools
+   virtual/acl"
+BDEPEND="dev-lang/go
+   nls? ( sys-devel/gettext )"
+
+CONFIG_CHECK="
+   ~BRIDGE
+   ~DUMMY
+   ~IP6_NF_NAT
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IPV6
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   ~MACVLAN
+   ~NETFILTER_XT_MATCH_COMMENT
+   ~NET_IPGRE
+   ~NET_IPGRE_DEMUX
+   ~NET_IPIP
+   ~NF_NAT_MASQUERADE_IPV4
+   ~VSOCKETS
+   ~VXLAN
+"
+
+# Uses internet connection.
+RESTRICT="test"
+
+# Go magic.
+QA_PREBUILT="/usr/lib/lxd/libdqlite.so.0.0.1
+   /usr/bin/fuidshift
+   /usr/bin/lxc
+   /usr/bin/lxc-to-lxd
+   /usr/bin/lxd-agent
+   /usr/bin/lxd-benchmark
+   /usr/bin/lxd-p2c
+   /usr/sbin/lxd"
+
+EGO_PN="github.com/lxc/lxd"
+GOPATH="${S}/_dist" # this seems to reset every now and then, though
+
+common_op() {
+   local i
+   for i in dqlite raft; do
+   cd "${GOPATH}"/deps/${i} || die "failed to switch dir to ${i}"
+   "${@}"
+   cd "${S}" || die "failed to switch dir back from ${i} to ${S}"
+   done
+}
+
+src_prepare() {
+   default
+
+   export GOPATH="${S}/_dist"
+
+   sed -i \
+   -e "s:\./configure:./configure --prefix=/usr 
--libdir=${EPREFIX}/usr/lib/lxd:g" \
+   -e "s:make:make ${MAKEOPTS}:g" \
+   Makefile || die
+
+   sed -i 's#lib$#lib/lxd#' "${GOPATH}"/deps/libco/Makefile || die
+   sed -i 's#zfs version 2>/dev/null | cut -f 2 -d - | head -1#< 
/sys/module/zfs/version cut -f 1#' "${GOPATH}"/deps/raft/configure.ac || die
+
+   common_op eautoreconf
+}
+
+src_configure() {
+   export GOPATH="${S}/_dist"
+
+   export CO_CFLAGS="-I${GOPATH}/deps/libco/"
+   export CO_LIBS="${GOPATH}/deps/libco/"
+
+   export RAFT_CFLAGS="-I${GOPATH}/deps/raft/include/"
+   export RAFT_LIBS="${GOPATH}/deps/raft/.libs"
+
+   export SQLITE_CFLAGS="-I${GOPATH}/deps/sqlite"
+   export SQLITE_LIBS="${GOPATH}/deps/sqlite/.libs"
+
+   export 
PKG_CONFIG_PATH="${GOPATH}/sqlite/:${GOPATH}/libco/:${GOPATH}/raft/"
+
+  

[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/

2020-06-26 Thread Joonas Niilola
commit: 40c57b1981ed26bd835de962f055fac184bf03b4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jun 26 07:57:59 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jun 26 08:13:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c57b19

app-emulation/lxd: remove old 3.14

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

 .../lxd/files/de-translation-newline-1.patch   |  11 -
 app-emulation/lxd/files/lxd.confd  |  24 --
 app-emulation/lxd/files/lxd.initd  |  46 
 app-emulation/lxd/lxd-3.14.ebuild  | 241 -
 app-emulation/lxd/metadata.xml |  11 -
 5 files changed, 333 deletions(-)

diff --git a/app-emulation/lxd/files/de-translation-newline-1.patch 
b/app-emulation/lxd/files/de-translation-newline-1.patch
deleted file mode 100644
index 4c731e9023d..000
--- a/app-emulation/lxd/files/de-translation-newline-1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 /po/de.po  2018-06-27 19:57:56.759130047 -0500
-+++ /po/de.po  2018-06-27 20:01:09.694634346 -0500
-@@ -167,7 +167,7 @@
- "###\n"
- "### Each property is represented by a single line:\n"
- "### An example would be:\n"
--"###  description: My custom image"
-+"###  description: My custom image\n"
- msgstr ""
- "### Dies ist eine Darstellung der Eigenschaften eines Images in yaml.\n"
- "### Jede Zeile die mit '# beginnt wird ignoriert.\n"

diff --git a/app-emulation/lxd/files/lxd.confd 
b/app-emulation/lxd/files/lxd.confd
deleted file mode 100644
index 8e342cc62d1..000
--- a/app-emulation/lxd/files/lxd.confd
+++ /dev/null
@@ -1,24 +0,0 @@
-# Group which owns the shared socket
-LXD_OPTIONS+=" --group lxd"
-
-
-
-# Enable cpu profiling into the specified file
-#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
-
-# Enable memory profiling into the specified file
-#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
-
-
-
-# Enables debug mode
-#LXD_OPTIONS+=" --debug"
-
-# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS+=" --print-goroutines 5"
-
-# Enables verbose mode
-#LXD_OPTIONS+=" --verbose"
-
-# Logfile to log to
-#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"

diff --git a/app-emulation/lxd/files/lxd.initd 
b/app-emulation/lxd/files/lxd.initd
deleted file mode 100644
index b1fa7caac54..000
--- a/app-emulation/lxd/files/lxd.initd
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DAEMON=/usr/sbin/lxd
-PIDFILE=/run/lxd.pid
-
-extra_commands="stopall"
-
-depend() {
-need net
-use lxcfs
-}
-
-start() {
-ebegin "Starting lxd service"
-
-start-stop-daemon --start \
- --pidfile ${PIDFILE} \
- --exec ${DAEMON} \
- --background \
- --make-pidfile \
- -- \
- ${LXD_OPTIONS}
-
-eend $?
-}
-
-stop() {
-if [ "$RC_GOINGDOWN" = "YES" ] || [ "$RC_REBOOT" = "YES" ]; then
-   stopall
-else
-   ebegin "Stopping lxd service (but not containers)"
-   start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE}
-   eend $?
-fi
-}
-
-stopall() {
-ebegin "Stopping lxd service and containers"
-if "${DAEMON}" shutdown; then
-   /etc/init.d/lxd zap
-   rm -f ${PIDFILE}
-fi
-eend $?
-}

diff --git a/app-emulation/lxd/lxd-3.14.ebuild 
b/app-emulation/lxd/lxd-3.14.ebuild
deleted file mode 100644
index 3639d12ad02..000
--- a/app-emulation/lxd/lxd-3.14.ebuild
+++ /dev/null
@@ -1,241 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Fast, dense and secure container management"
-HOMEPAGE="https://linuxcontainers.org/lxd/introduction/;
-
-LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-IUSE="+daemon +ipv6 +dnsmasq nls test tools"
-RESTRICT="!test? ( test )"
-
-inherit autotools bash-completion-r1 linux-info systemd user
-
-SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz;
-
-DEPEND="
-   dev-lang/tcl
-   >=dev-lang/go-1.9.4
-   dev-libs/libuv
-   dev-libs/protobuf
-   nls? ( sys-devel/gettext )
-   test? (
-   app-misc/jq
-   net-misc/curl
-   sys-devel/gettext
-   )
-"
-
-RDEPEND="
-   daemon? (
-   app-arch/xz-utils
-   >=app-emulation/lxc-2.0.7[seccomp]
-   dev-libs/libuv
-   dev-libs/lzo
-   dev-util/xdelta:3
-   dnsmasq? (
-   net-dns/dnsmasq[dhcp,ipv6?]
-   )
-   net-firewall/ebtables
-   net-firewall/iptables[ipv6?]
-   net-libs/libnfnetlink
-   net-libs/libnsl:0=
-   net-misc/rsync[xattr]
-   

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

2020-06-26 Thread Hans de Graaff
commit: 89fde4791b9064bbd9ad17462f535608caf91850
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 07:21:29 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 07:39:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fde479

dev-ruby/gh: add 0.18.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.18.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

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

diff --git a/dev-ruby/gh/gh-0.18.0.ebuild b/dev-ruby/gh/gh-0.18.0.ebuild
new file mode 100644
index 000..8bdd3083a66
--- /dev/null
+++ b/dev-ruby/gh/gh-0.18.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+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 '/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: sys-kernel/vanilla-sources/

2020-06-26 Thread Agostino Sarubbo
commit: d84fa1a557c16ff9546d346ecf3a808065f444cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 07:17:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 07:17:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84fa1a5

sys-kernel/vanilla-sources: Automated version bump to {4.14.186,4.19.130} - 
remove old.

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

 sys-kernel/vanilla-sources/Manifest   | 4 ++--
 ...anilla-sources-4.14.185.ebuild => vanilla-sources-4.14.186.ebuild} | 0
 ...anilla-sources-4.19.129.ebuild => vanilla-sources-4.19.130.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 177b538f313..fd61cb1 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,8 +6,8 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.7.tar.xz 112690468 BLAKE2B 
b2b71e231507429b178b6b89be546c4a3ee2757f5d2c58b6137d383f16034a587225a75a9dbca6a01a433056ebe078487132c224e909a2971c9634687e47b1d1
 SHA512 
45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff82f1dd21b1fd54f3b32f6283f6bd77ea717d374672167849e468c157f235d2f12f7d7816e4623bf6
 DIST patch-3.16.85.xz 2721272 BLAKE2B 
424394d5cb7204557058b3db8b791bc62b919e6f298d1f7f92825286b4ef8a211245720f511fa092477d33305753b45fefc86599c9f38692498e6b9f53e2
 SHA512 
7d2edfbafefa6377c9e14b6149cad7e15302cc32a62feb7fe5dc07ca695dad6b41f9818f314c64a118fcae740b5f9f668f4b124a56a14decfbbae27a95aa6d92
-DIST patch-4.14.185.xz 3712388 BLAKE2B 
2df7c0bfc4c99c2b41022aac9eb7bc57b56d0d5a271543e750900fcf82df9962eeb87db7b2a1face66077f312edb521984015a80e4fb41f32d60d927d364e6ac
 SHA512 
bfad7402d2070cce1ca2e3696e21ffedb640d104ffe696231ce0531587b680d4dd3dfb2d5fc7a41cddc5d626adffa5759e394606db170229413ae2ddecf4
-DIST patch-4.19.129.xz 3156956 BLAKE2B 
19c4d51c56d94b7d90f0b97f904fc704bb2bea1a3ce43461d195fcf959bec660fb6e1e57d86a9fea29e82199b151604b6a4ef2b76b8aba4a03eddf16f5da85de
 SHA512 
114c3458cc754722a43e12659483d113564b62f3ca2262cea0cf8146d0c1d81ffb03454927a517feace0dba827bfbf246977cb73e632641fc3ddc4f73d53224b
+DIST patch-4.14.186.xz 3736836 BLAKE2B 
abbac16bf59ac92984dffcd1460a120ef87a8a1a49235a451c379fed587d8bead0cf87b2fe8553968d08853f16d7afa6a0e806713f358ca4b9a41021418e34e6
 SHA512 
63235a8823ce604cee1590921ee84c65b8a61304a50ab9fa80fb8187a281321bdc7b3265372aeb57db7ccc6ed17d5b49eac9d173695c6f6b36c851ca1afdd7e1
+DIST patch-4.19.130.xz 3197108 BLAKE2B 
0776b0df1f29709ebda102ed1422b52a1a94366a437d9f6af7a1f8506d82d88919cae09a12c5847284d197948fde74868f206fe4874b010f27f5bda9659560f8
 SHA512 
e87e90c96f6b0086ed21b1d2362f8129c7c96bdf279ac91806246c27c837cdd66ac14af137c61b3e038268004a2fb1401d1c4eb77002c14d157fcc34a3fb2c8d
 DIST patch-4.4.228.xz 3213224 BLAKE2B 
0bf40d9a212263afa7b13fe18e965a65b95b374eeb165190d1bd13525af5174bddbb42f920f5ae3a284e4a60f53064d6658a0fdf1b505b2c86ccd2f4a648e3be
 SHA512 
67e35262691471f09afaf523d9ce9761daf2946bc1e9bafd2042dc71fdbc99868a3c89070bac8e495e78eabd0abcb11ad44fec7bc99c43b3bb177f00b9432914
 DIST patch-4.9.228.xz 3513700 BLAKE2B 
a22a31f5abd139ff5d018a65bd186d373652f4b130b4254c3c570a57bb72c713ced9e937c2b2d678ceb475f5072dfcc756d8648edefa6962986d5b15c1554cb0
 SHA512 
59bc15bbfc6df40abc022537f7a7d25fbaca58881c12ddadfb0e2413f7306662b948947d77279473ab5590ea9b80cb6ca3e2648e04ae62279496cce2ff258b5b
 DIST patch-5.4.49.xz 1591188 BLAKE2B 
282e70be9df7fdc5c947f01708e9ab64e70d18a5f51a72826c3f3114e507f106084e1f7b7f88aa7f1c0625a945071ff15207a04f4d6323a360dce8dbf176f352
 SHA512 
41964ea710bfa1ee810ba5c6a916344de170f4e9be5d7eaeb9c2241c2857ff81fc54e3f0dbb3712829b953ce71bdd5f56c9d087f853562428ec967d776bfb473

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.185.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.186.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.185.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.186.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.129.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.130.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.129.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.130.ebuild



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

2020-06-26 Thread Hans de Graaff
commit: e95d99ef82fe1dbbfadbf7d8ea048c856352325e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 07:09:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 07:15:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d99ef

dev-ruby/backports: add 3.18.1

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

 dev-ruby/backports/Manifest|  1 +
 dev-ruby/backports/backports-3.18.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index 2e9633d3d5f..89887629c12 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -4,3 +4,4 @@ DIST backports-3.16.1{P}.tar.gz 156181 BLAKE2B 
c7cc842fb9bf8fcc7b55c8a572cc7a01a
 DIST backports-3.17.0{P}.tar.gz 158065 BLAKE2B 
33df81f32aa36b8039e021dbbf9ebd265a73cc5f74069472773ccf8f71d9378820671055c8130282a95ee8a5b32d3fe13a04394fb8f9b4c01c38f13582447063
 SHA512 
4acea191916bb067856c42665c10fad52a275193fc5cd04cb73bc5ce7967033d055acbf682f5e7abc8058fafd5150fb8154495a964d09664bf1ffcf91dd154c8
 DIST backports-3.17.1{P}.tar.gz 158209 BLAKE2B 
caecc782c7949d2b6408a31c3d5f7e1599c49a0593761c2e75fc8181b28db42797fc10ea8149e6f6d3d60c6561bedea536b80b271ba4243c9cf933414e8aca71
 SHA512 
87cd790099c5265bbb3d6f91fd40429f65b97c4dcdd5126c2a8c4376efac047883271e447ecc3512999c2470b291258b1d45600fe55ad687d4eab8ab12cca37a
 DIST backports-3.17.2{P}.tar.gz 158235 BLAKE2B 
bc761ee147adec209f2dcc3ff95e8ba82b8388c58b3b6aeb11c4f294ebf8aed74ca8bea54833df5adf32b2fd65ec01b621d2e8422d344fe9e1fa228542cb6118
 SHA512 
2194dd0e89c111f02d161ebc60827fb0276ad32c9e611156687a0f83604db2b25bdec626d7671a7a6fd7ce1395dc818a3735e63a2c165f41a0dd37ff37487d4e
+DIST backports-3.18.1{P}.tar.gz 158453 BLAKE2B 
a50efaea7a97d25dd760a8fb592c664c011818933b346b959611d02592e2d7fda46fe16a805290340bd5323397f33ee4d613b9698b70a29714e5429a2d320783
 SHA512 
38a057d5eeaab45cea4d7a8dd9ec8d0e98c5efdf18056576574733387d84a4ec8388f4797c527e240ef0bc026dc730c7eebfcabd42eb2d5727b9cbca4016

diff --git a/dev-ruby/backports/backports-3.18.1.ebuild 
b/dev-ruby/backports/backports-3.18.1.ebuild
new file mode 100644
index 000..c1798ee2c09
--- /dev/null
+++ b/dev-ruby/backports/backports-3.18.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_GEMSPEC="backports.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports;
+SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> 
$P{P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
+   # a dependency on activesupport
+   sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb 
|| die
+
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+}



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

2020-06-26 Thread Hans de Graaff
commit: 3a8db81168fcae53db4b48f96ea8a350f67405cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 07:12:19 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 07:15:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8db811

dev-ruby/backports: cleanup

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

 dev-ruby/backports/Manifest|  3 ---
 dev-ruby/backports/backports-3.16.0.ebuild | 23 ---
 dev-ruby/backports/backports-3.17.0.ebuild | 28 
 dev-ruby/backports/backports-3.17.1.ebuild | 28 
 4 files changed, 82 deletions(-)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index 89887629c12..293bfc848a0 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1,7 +1,4 @@
 DIST backports-3.15.0.gem 152064 BLAKE2B 
a2c2a1f35ab6f682be23a5189bafec563a2d028ed5f0e0a4880ad85e09ac7af1085a601323ec3459c5be87a5271c6c3e47b6e80005c50e3084d4ac1dc9f2fd35
 SHA512 
4eb1f928c37596971fa274d838ab991bce462a7f571cb68501fc81e579693528e93536c25e4b64d93f4f0edfd313c8aacd8af014bb5c586cc182867e78f614d5
-DIST backports-3.16.0.gem 154624 BLAKE2B 
a35adb965c3f9f42fab5fe80fa1ca20a59511e9b265da28bef059e3477fa6a291c86e3b16f837e1f2d2f7e36e6660be29a9fc02713c3f46ad36767dd87baa1f9
 SHA512 
500386a74162e6c66e606c705dd26296f56118460f35f0db44025f49bb8f516805921f23e17d0959056a2a8fc320b5ad4c514dd9c22ef811f6325113ae8a
 DIST backports-3.16.1{P}.tar.gz 156181 BLAKE2B 
c7cc842fb9bf8fcc7b55c8a572cc7a01a63008ad20f63142f339d24d7bf04202f4def2f03261d23d6c41c8c3bd0af8fce76a323e25585b6874c1428eb2a9ef90
 SHA512 
d907d729dd37ebfb175f8274078664fc4eee51de773cd0871b8bec9a8808052fbdea8571f0a402b1a6ca88ca7cd7b6b9984f66799abf92f300f1f8bc7b8f3f9b
-DIST backports-3.17.0{P}.tar.gz 158065 BLAKE2B 
33df81f32aa36b8039e021dbbf9ebd265a73cc5f74069472773ccf8f71d9378820671055c8130282a95ee8a5b32d3fe13a04394fb8f9b4c01c38f13582447063
 SHA512 
4acea191916bb067856c42665c10fad52a275193fc5cd04cb73bc5ce7967033d055acbf682f5e7abc8058fafd5150fb8154495a964d09664bf1ffcf91dd154c8
-DIST backports-3.17.1{P}.tar.gz 158209 BLAKE2B 
caecc782c7949d2b6408a31c3d5f7e1599c49a0593761c2e75fc8181b28db42797fc10ea8149e6f6d3d60c6561bedea536b80b271ba4243c9cf933414e8aca71
 SHA512 
87cd790099c5265bbb3d6f91fd40429f65b97c4dcdd5126c2a8c4376efac047883271e447ecc3512999c2470b291258b1d45600fe55ad687d4eab8ab12cca37a
 DIST backports-3.17.2{P}.tar.gz 158235 BLAKE2B 
bc761ee147adec209f2dcc3ff95e8ba82b8388c58b3b6aeb11c4f294ebf8aed74ca8bea54833df5adf32b2fd65ec01b621d2e8422d344fe9e1fa228542cb6118
 SHA512 
2194dd0e89c111f02d161ebc60827fb0276ad32c9e611156687a0f83604db2b25bdec626d7671a7a6fd7ce1395dc818a3735e63a2c165f41a0dd37ff37487d4e
 DIST backports-3.18.1{P}.tar.gz 158453 BLAKE2B 
a50efaea7a97d25dd760a8fb592c664c011818933b346b959611d02592e2d7fda46fe16a805290340bd5323397f33ee4d613b9698b70a29714e5429a2d320783
 SHA512 
38a057d5eeaab45cea4d7a8dd9ec8d0e98c5efdf18056576574733387d84a4ec8388f4797c527e240ef0bc026dc730c7eebfcabd42eb2d5727b9cbca4016

diff --git a/dev-ruby/backports/backports-3.16.0.ebuild 
b/dev-ruby/backports/backports-3.16.0.ebuild
deleted file mode 100644
index fea2b86091c..000
--- a/dev-ruby/backports/backports-3.16.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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_TASK_TEST="test"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Backports of Ruby features for older Ruby"
-HOMEPAGE="https://github.com/marcandre/backports;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
-   # a dependency on activesupport
-   sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb 
|| die
-}

diff --git a/dev-ruby/backports/backports-3.17.0.ebuild 
b/dev-ruby/backports/backports-3.17.0.ebuild
deleted file mode 100644
index 10f3947595b..000
--- a/dev-ruby/backports/backports-3.17.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_GEMSPEC="backports.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Backports of Ruby features for older Ruby"
-HOMEPAGE="https://github.com/marcandre/backports;
-SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> 
$P{P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
-   # a dependency on activesupport
-   sed -i -e 

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

2020-06-26 Thread Hans de Graaff
commit: 787b2935597496c2ad22fa362b8ae2691683c2d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 06:07:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 07:15:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787b2935

dev-ruby/maildir: add 2.2.3

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

 dev-ruby/maildir/Manifest |  1 +
 dev-ruby/maildir/maildir-2.2.3.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/maildir/Manifest b/dev-ruby/maildir/Manifest
index c8c79ba20fe..b5d28f8540e 100644
--- a/dev-ruby/maildir/Manifest
+++ b/dev-ruby/maildir/Manifest
@@ -1,2 +1,3 @@
 DIST maildir-2.2.1.gem 15360 BLAKE2B 
d3ea037ba38e83bc7b21bde9ccb2296fc922c3f657a73ad3637faf708cfa16ac75c2e6535714ba18b00aafc5a94265c56f6e086d25de5810c0a0112d6c876e1f
 SHA512 
4c366333c802bbe0cbd19e6abaef1fa31ad84596518d24ddcc33aa3afe39890896d107bc864c68787c90c3a38115979f6a4fe8b442aecaead39306122d560f18
 DIST maildir-2.2.2.gem 15360 BLAKE2B 
3e926057b4a625b95879a8ac91fbc5d0ae002ae7f4658c1a9b7a997a5071f30d05ff8e59df405139b0e3a0a060286c61112ca07671ae5e443b6eb2b2f0b33983
 SHA512 
90f4896cef297262d2bfafa9a2ec155d83f405114b80df8015cf0c6a5450e1b28807d073cf48b2ff03309bf2b7d50a77138cb524826cfb2c429b3c606e02c093
+DIST maildir-2.2.3.gem 15360 BLAKE2B 
915abb1ee50a4151f22e0de4e92ff42d3f06b059478f6a4193866714e170cc88740a714bef54a530d3b85bf318c7f46dda6f42b48b7ceadf09c55eea31f5f5c2
 SHA512 
5dea021c49711f744429c6e5ea78bbb10e3aae1338f780107a1784f6ae8d3c598f9d17b8e0fa555dde4058041dbc7905d62f9d49375d6c4b822a7e88ca065a77

diff --git a/dev-ruby/maildir/maildir-2.2.3.ebuild 
b/dev-ruby/maildir/maildir-2.2.3.ebuild
new file mode 100644
index 000..5e034bb678b
--- /dev/null
+++ b/dev-ruby/maildir/maildir-2.2.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRAINSTALL="README.rdoc"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for reading and writing arbitrary messages in DJB's 
maildir format"
+HOMEPAGE="https://github.com/ktheory/maildir;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? ( >=dev-ruby/fakefs-0.3.2 dev-ruby/mail dev-ruby/shoulda-context 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/helper.rb || die
+   sed -i -e 's/shoulda/shoulda-context/' test/helper.rb || die
+
+   # Avoid tests that appear to need activesupport for .blank? support
+   sed -i -e '/add and remove flags/,/^end/ s:^:#:' 
test/test_message.rb || die
+   sed -i -e '/be removed from flag list/,/^end/ s:^:#:' 
test/test_maildir.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2020-06-26 Thread Miroslav Šulc
commit: e6588e21ed7b8395bc47c1163c7261eb94f8ec10
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun 26 07:12:49 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun 26 07:12:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6588e21

www-servers/tomcat: removed vulnerable 9.0.35

Bug: https://bugs.gentoo.org/729668
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 www-servers/tomcat/Manifest |   1 -
 www-servers/tomcat/tomcat-9.0.35.ebuild | 181 
 2 files changed, 182 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 565f20091c3..64555f749fb 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,7 +1,6 @@
 DIST apache-tomcat-7.0.104-src.tar.gz 5309794 BLAKE2B 
0d4d5d668e1131bb533af1d56fe37ee1f5c252c2c4dd987e24aae67484f27805f88750b27248c6acfd0585eacd0d3f2155c723e9a25c8613652101944add2a15
 SHA512 
788eab3ac343815362decf4c0d5db91f3697cc669e7e051f93bf82905cc52f9b040d00b7e07f7b85bcf470e802418896a678f991e523e08a3ae5a2f212a53257
 DIST apache-tomcat-8.5.55-src.tar.gz 5719386 BLAKE2B 
4d5d20cf81e0a9aba1fe2b0fc2e9641696a2c7b4bfe1cefd1e86025612484ef06a8171e28722bcde91b671df5bd6e148b22c2fc267828109c6af762fe35f8fdb
 SHA512 
214758bf4dc868c38fd92a19e405f3cd8e47008dee82610f8f7373d92ab5f8800c160a42c96c293f599b702c1c9d2967ca40d3410c1f6a14745edac4739f177d
 DIST apache-tomcat-8.5.56-src.tar.gz 5724546 BLAKE2B 
623dc2d1f6808f012f19fdd0d914c4bb200e8328ab6b6855666c1db1704e198d069ff74d227bf51e8376c20daf0640002e5d6907edadfde294d8c62a64d55f83
 SHA512 
75529e567a7be48f2c1034f3eeada571478d0babb63fb2d368061573d7e64d5fc0a937304e2e2ffa956b5d8a403936c1543a93ee78b258b532939fb9ce80ef3d
-DIST apache-tomcat-9.0.35-src.tar.gz 5887816 BLAKE2B 
8103a50a62aa527861fdc35ce8256d9ff0b7185bfa647e25c30c226f9850e88632e0c1e3575bac3a07513fe9c9777b4ef230275e685f48b0bbc733bc68ff7dad
 SHA512 
8931c0f7c30f50d352879f8dfddc02fa59d7128813399e4eca3994be7cf2448e32e726a3cb8b387a5470ccbfa3fb74d0192c825b5f68bbb9fb6b43a9353cb24a
 DIST apache-tomcat-9.0.36-src.tar.gz 5890912 BLAKE2B 
18962c7d4dcd75a04476acd306002977bf039d832aa1ed5551ffcaa0612e612e6b11db6d80cea149b9fb5df9d0f76284d55a1745760df8f4fa744e095c61
 SHA512 
f8263594bc679f75cecf5bcf4ad8e8ccfea42ad8e90eaeb7004c63875c6b700b0f863d68f1cdd932ebc7b303bdfb86d70afe88686e576c8ea7ccd9574c74e25b
 DIST biz.aQute.bnd-4.1.0.jar 9263260 BLAKE2B 
e251a9d8b653f3e815e6c2f7774d64f1d594f3ce4b2f77956c806698df4d873310067cece68663324b11fcef8d90796b087abb289dbe2a13164a9038da4a6260
 SHA512 
f5d230358840f4909e35de40343fb7ee50a2d4d4691691f5ea896cfe212a086ad4859e0ee6ed4c315211223663b2fb2c07af7ea88786cedbcd4f891e5a4589ef
 DIST biz.aQute.bndlib-4.1.0.jar 2897463 BLAKE2B 
c29a55e07cc103919dca1e938722bf94b107e2989a4a8ae887998152a93b641a659a5209129b992432bcb2673dd4b56ec9a929627530a631db10666f2177c0e4
 SHA512 
2acccbb323f3d740506e89a74c5affab85e628f9062ee0d799ccd09efe0b55436d8887a46d7d94ad636a2c793632635974f1bbb045e4789391937222c8d00d30

diff --git a/www-servers/tomcat/tomcat-9.0.35.ebuild 
b/www-servers/tomcat/tomcat-9.0.35.ebuild
deleted file mode 100644
index b0c29cb19e6..000
--- a/www-servers/tomcat/tomcat-9.0.35.ebuild
+++ /dev/null
@@ -1,181 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2 prefix user
-
-MY_P="apache-${PN}-${PV}-src"
-
-# Currently we bundle binary versions of bnd.jar and bndlib.jar
-# See bugs #203080 and #676116
-BND_VERSION="4.1.0"
-BND="biz.aQute.bnd-${BND_VERSION}.jar"
-BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar"
-
-DESCRIPTION="Tomcat Servlet-4.0/JSP-2.4?/EL-3.1?/WebSocket-1.2?/JASPIC-1.1 
Container"
-HOMEPAGE="https://tomcat.apache.org/;
-SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
-   
https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/${BND_VERSION}/${BND}
-   
https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/${BND_VERSION}/${BNDLIB};
-
-LICENSE="Apache-2.0"
-SLOT="9"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="extra-webapps"
-
-RESTRICT="test" # can we run them on a production system?
-
-ECJ_SLOT="4.13"
-SAPI_SLOT="4.0"
-
-COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
-   dev-java/glassfish-xmlrpc-api:0
-   ~dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}
-   dev-java/wsdl4j:0"
-RDEPEND="${COMMON_DEP}
-   virtual/jre"
-DEPEND="${COMMON_DEP}
-   app-admin/pwgen
-   >=dev-java/ant-core-1.9.13
-   virtual/jdk:1.8
-   test? (
-   >=dev-java/ant-junit-1.9:0
-   dev-java/easymock:3.2
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-BND_HOME="${S}/tomcat-build-libs/bnd"
-BNDLIB_HOME="${S}/tomcat-build-libs/bndlib"
-BND_JAR="${BND_HOME}/${BND}"
-BNDLIB_JAR="${BNDLIB_HOME}/${BND_LIB}"
-
-src_unpack() {
-   unpack 

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

2020-06-26 Thread Agostino Sarubbo
commit: ea439077141b8b1d2979d97b5422379d6a825a00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 06:52:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 06:52:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea439077

mail-filter/sqlgrey: amd64 stable wrt bug #729456

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

 mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild 
b/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild
index 21a0450a89f..af2db5a28f2 100644
--- a/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild
+++ b/mail-filter/sqlgrey/sqlgrey-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/sqlgrey/sqlgrey-1.8%20%28stab
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 IUSE="mysql postgres +sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



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

2020-06-26 Thread Agostino Sarubbo
commit: 81aff90f658db81274ac2db85057d9e5faeb733b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 06:51:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 06:51:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aff90f

media-tv/kodi: amd64 stable wrt bug #725486

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

 media-tv/kodi/kodi-18.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/kodi/kodi-18.7.ebuild b/media-tv/kodi/kodi-18.7.ebuild
index 17a04601f75..5ce29e2d19c 100644
--- a/media-tv/kodi/kodi-18.7.ebuild
+++ b/media-tv/kodi/kodi-18.7.ebuild
@@ -31,7 +31,7 @@ else
MY_PV=${MY_PV/_rc/rc}
MY_P="${PN}-${MY_PV}"
SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
 fi
 



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

2020-06-26 Thread Agostino Sarubbo
commit: a5cf416d13cd902c7a0f2ea25c0d7be92db2f204
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 06:51:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 06:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5cf416d

sys-kernel/gentoo-sources: amd64 stable wrt bug #728948

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.185.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.129.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.228.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-5.4.48.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.185.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.185.ebuild
index b9d92d251ba..8b366d19900 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.185.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.185.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.129.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.129.ebuild
index 3b6f1fdecbc..528ee208234 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.129.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.129.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild
index 7c2c395d526..5ddc3bceaa5 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.228.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.228.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.228.ebuild
index b5859514c1f..9c912b81356 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.228.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.228.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.48.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.48.ebuild
index f7c56ece732..33ca6fd6885 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.48.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.48.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2020-06-26 Thread Agostino Sarubbo
commit: 516b9c0777cc8e7b4e48e392e6dc7a8321678fc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 06:51:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 06:51:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516b9c07

net-misc/remmina: amd64 stable wrt bug #724638

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

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

diff --git a/net-misc/remmina/remmina-1.4.5.ebuild 
b/net-misc/remmina/remmina-1.4.5.ebuild
index 485866aee59..f247dfe1992 100644
--- a/net-misc/remmina/remmina-1.4.5.ebuild
+++ b/net-misc/remmina/remmina-1.4.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="appindicator crypt cups examples gnome-keyring kwallet libressl nls 
spice ssh rdp telepathy vnc webkit zeroconf"
 
 DEPEND="



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

2020-06-26 Thread Agostino Sarubbo
commit: 10057942c99eac3c5747154979270cd3782eaff5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 06:51:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 06:51:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10057942

dev-python/django: amd64 stable wrt bug #727106

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

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

diff --git a/dev-python/django/django-2.2.13.ebuild 
b/dev-python/django/django-2.2.13.ebuild
index ed9cd2f94b3..60543908cea 100644
--- a/dev-python/django/django-2.2.13.ebuild
+++ b/dev-python/django/django-2.2.13.ebuild
@@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2020-06-26 Thread Agostino Sarubbo
commit: 24fcc75a237643f796af89d70a1e9b49b072b4cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 26 06:51:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 26 06:51:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fcc75a

dev-python/django: amd64 stable wrt bug #720508

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

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

diff --git a/dev-python/django/django-2.2.12.ebuild 
b/dev-python/django/django-2.2.12.ebuild
index ed9cd2f94b3..60543908cea 100644
--- a/dev-python/django/django-2.2.12.ebuild
+++ b/dev-python/django/django-2.2.12.ebuild
@@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2020-06-26 Thread Andreas Sturmlechner
commit: 4466bf12b08e7d5c3fb01fe97651bb6f61ffdf6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 25 22:48:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 26 06:40:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4466bf12

dev-util/kdevelop: Drop 5.4.6

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

 dev-util/kdevelop/Manifest  |   1 -
 dev-util/kdevelop/kdevelop-5.4.6.ebuild | 138 
 2 files changed, 139 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 35d7732b597..890f3bd614b 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,2 +1 @@
-DIST kdevelop-5.4.6.tar.xz 7011868 BLAKE2B 
f8dc80e88592aaff6c2cc90667006a235cb4930aa6249558ee69feee8180b012b3ca6ad39bf553743a3b35bdd2c40754dd1f6081d3630566cad1d71ec75e42f2
 SHA512 
bcc7ee982f48982c63dbe8ac3dcfc9bdb4dda855d0d8b82740e12a616eaca71fe9e2f4a39626d70ce28d09c5f805a462ade06829f04db682fde72a2594ea4234
 DIST kdevelop-5.5.2.tar.xz 7049088 BLAKE2B 
93df5c982b8e141a5027b5eeddce55a4c4b915fa5f6b36b71c0125820ffb6692db1dfe3243b4b0333be01658f0d44a0767d9e63ad549a6bc54b0e19c42c215fc
 SHA512 
d4e0b3369ed4762beea18e43275c75b801fa4efd8265734a6b676e579f17408dc5ace4aae1b8f7eccbc70e88f6d80ecaecfc4d2c633f77f80ad0b9d066995ca2

diff --git a/dev-util/kdevelop/kdevelop-5.4.6.ebuild 
b/dev-util/kdevelop/kdevelop-5.4.6.ebuild
deleted file mode 100644
index aed3f2eb659..000
--- a/dev-util/kdevelop/kdevelop-5.4.6.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KDE_APPS_MINIMAL=19.04.3
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
-HOMEPAGE="https://www.kdevelop.org/;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="5/54" # look at KDEVELOP_SOVERSION inside CMakeLists.txt
-IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
-
-COMMON_DEPEND="
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-   >=kde-frameworks/threadweaver-${KFMIN}:5
-   >=kde-apps/libkomparediff2-${KDE_APPS_MINIMAL}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qthelp-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qttest-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   dev-libs/grantlee:5
-   >=dev-util/astyle-3.1:=
-   >=sys-devel/clang-3.8.0:=
-   gdbui? ( >=kde-plasma/libksysguard-5.16.5:5 )
-   hex? ( app-editors/okteta:5 )
-   plasma? (
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   )
-   qmake? ( dev-util/kdevelop-pg-qt:5 )
-   reviewboard? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-   subversion? (
-   dev-libs/apr:1
-   dev-libs/apr-util:1
-   dev-vcs/subversion
-   )
-   webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
-   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   >=kde-apps/kapptemplate-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/kio-extras-${KDE_APPS_MINIMAL}:5
-   >=dev-qt/qdbus-${QTMIN}:5
-   

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

2020-06-26 Thread Andreas Sturmlechner
commit: 7269388905580e4007ccddb24be843e564d15d62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 25 22:48:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 26 06:40:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72693889

dev-util/kdevelop-python: Drop 5.4.6

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

 dev-util/kdevelop-python/Manifest  |  1 -
 .../kdevelop-python/kdevelop-python-5.4.6.ebuild   | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index edd960cd87e..df367fba395 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1,2 +1 @@
-DIST kdev-python-5.4.6.tar.xz 1072228 BLAKE2B 
199b8f1b0f6a4f072f2fdafa25b2653cfe855c10d601f3be7f47db84140aea84987cf1ae5f0ae19e08af5b3092cfab16aac0704f20ed46c6d872345482a663f3
 SHA512 
116b5649f59c2ec46aba083f9e0edebfb481c86d7677ce08fe69e161e344addbd6b4f9c955ebc2866ea118d3139377c59315c46b9e7defec119a47ff50bdd2ac
 DIST kdev-python-5.5.2.tar.xz 1076188 BLAKE2B 
87ab49aef61459268c947cee543bc8eb0b8729f3e4f798c1de4b06b8db6c3d5920c23c2b9ca4e4645edc323b15392d418058a314f164f803e2f65eb8fd2d9ecb
 SHA512 
2558e4ad7485abe8473b703a3d80a1faea9e4152eb7be314ea8c3d46c841f457983206b1bc55f454496b81a468a2f8718086e1b0db3e9e880c50011407e7866e

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.4.6.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.4.6.ebuild
deleted file mode 100644
index ed59051526e..000
--- a/dev-util/kdevelop-python/kdevelop-python-5.4.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KDE_ORG_NAME="kdev-python"
-PYTHON_COMPAT=( python3_{6,7,8} )
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org python-single-r1
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Python plugin for KDevelop"
-HOMEPAGE="https://www.kdevelop.org/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/threadweaver-${KFMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   dev-util/kdevelop:5=
-"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-
-RESTRICT+=" test"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   ecm_pkg_setup
-}



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

2020-06-26 Thread Andreas Sturmlechner
commit: 43ab7f81e7915c811a32d83d992310dee35875c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 25 22:47:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 26 06:40:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ab7f81

dev-util/kdevelop-php: Drop 5.4.6

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

 dev-util/kdevelop-php/Manifest  |  1 -
 dev-util/kdevelop-php/kdevelop-php-5.4.6.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 747cbae6128..98f2565472f 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,2 +1 @@
-DIST kdev-php-5.4.6.tar.xz 1046776 BLAKE2B 
b69539971ed666c7887e1aed0998da59c887000c785e965d2220e829e485f46c28e12e04b3c084681dd2a96dae1d4d5fa73bd2501359de8960f8bca0e64a1968
 SHA512 
6711dd9034054ce2bfd684d7fabb3349436a4a8ae0924b8a6ae56a8b39aa83d4501fec389cb73d3c4c20abcfcf8c5f7dd04f63e059b987adc7991806c7eee252
 DIST kdev-php-5.5.2.tar.xz 1060684 BLAKE2B 
682b9f0aa479849966e125e789bd53c4747b050a8d6be287082ffaa3ea496d9b29e80070c96869ae546ab37cfb996922f9ce715c4c7de66f97b1a083f2ed1ace
 SHA512 
5f92f2183af50ddc27c36065eb927d26b01b9f350e2ec8c3cf4136b1ab7c7933d77512669d71ae6bbf6c0fdf044987773427f37bd5bd96a9cf143038147e7709

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.4.6.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.4.6.ebuild
deleted file mode 100644
index 085316c767e..000
--- a/dev-util/kdevelop-php/kdevelop-php-5.4.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_HANDBOOK_DIR="docs"
-ECM_TEST="true"
-KDE_ORG_NAME="kdev-php"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="PHP plugin for KDevelop"
-HOMEPAGE="https://www.kdevelop.org/;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="5"
-IUSE=""
-
-BDEPEND="
-   test? ( dev-util/kdevelop:5[test] )
-"
-DEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/threadweaver-${KFMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   dev-util/kdevelop-pg-qt:5
-   dev-util/kdevelop:5=
-"
-RDEPEND="${DEPEND}"
-
-# remaining tests fail for some, bug 668530
-RESTRICT+=" test"
-
-src_test() {
-   # tests hang, bug 667922
-   local myctestargs=(
-   -E "(completionbenchmark|duchain_multiplefiles)"
-   )
-   ecm_src_test
-}



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

2020-06-26 Thread Sergei Trofimovich
commit: 79d65d6641cfc0ef7b44df491c390e8c880e3049
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun 26 06:28:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 26 06:39:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d65d66

profiles/package.deprecated: deprecate python:2.7

Give maintainers the chance to act and flag packages that pull
in python:2.7:

- optional python:2.7 dependency should be dropped if no reverse
  dependencies are using it.
- mandatory python:2.7 depepndency will require package porting
  or package removal if no reverse dependencies are using it.

Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 91187be2138..5aa919465f8 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -17,6 +17,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Sergei Trofimovich  (2020-06-26)
+# Deprecated.
+# - optional python:2.7 dependency should be dropped if no reverse
+#   dependencies are using it.
+# - mandatory python:2.7 depepndency will require package porting
+#   or package removal if no reverse dependencies are using it.
+dev-lang/python:2.7
+
 # Andreas Sturmlechner  (2020-05-17)
 # Abandoned upstream, countless bugs. Removal tracked in bug #659616
 sys-power/pm-utils



<    1   2   3