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

2021-07-31 Thread Hans de Graaff
commit: bb42eabd7e5038b18e6be7c34331f0c97cc04f54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  1 05:44:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  1 05:44:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb42eabd

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.10.0.ebuild 
b/dev-ruby/loofah/loofah-2.10.0.ebuild
index a9bcd9d282c..75214f53541 100644
--- a/dev-ruby/loofah/loofah-2.10.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.10.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2021-07-31 Thread Hans de Graaff
commit: a48ca0a64df0736fd7ed72eac5bf133d904390cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  1 05:43:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  1 05:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48ca0a6

dev-ruby/loofah: add 2.11.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.11.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 4485b16de74..3c84931ee2c 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
+DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.11.0.ebuild 
b/dev-ruby/loofah/loofah-2.11.0.ebuild
new file mode 100644
index 000..6601637f345
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.11.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2021-07-31 Thread Hans de Graaff
commit: 0b934ae1c55898e24e8a38fd973911d70d5dd226
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  1 05:43:59 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  1 05:43:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b934ae1

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.8.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 3c84931ee2c..c3462e0080c 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,3 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
 DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
-DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.8.0.ebuild 
b/dev-ruby/loofah/loofah-2.8.0.ebuild
deleted file mode 100644
index 50570d6e95f..000
--- a/dev-ruby/loofah/loofah-2.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2021-07-31 Thread Sam James
commit: d4ff5e18adfab6368297b34347ecc91caf0425e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:18:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ff5e18

dev-lang/python-exec: Stabilize 2.4.8 x86, #805473

Signed-off-by: Sam James  gentoo.org>

 dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.8.ebuild 
b/dev-lang/python-exec/python-exec-2.4.8.ebuild
index 499a0a243b7..df1a4748b3f 100644
--- a/dev-lang/python-exec/python-exec-2.4.8.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
 RESTRICT="!test? ( test )"



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

2021-07-31 Thread Sam James
commit: 11715cf0625490db9f65ea4dd08b7b82bcf533df
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:18:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11715cf0

dev-lang/python-exec: Stabilize 2.4.8 amd64, #805473

Signed-off-by: Sam James  gentoo.org>

 dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.8.ebuild 
b/dev-lang/python-exec/python-exec-2.4.8.ebuild
index 59212b8c1bd..499a0a243b7 100644
--- a/dev-lang/python-exec/python-exec-2.4.8.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
 RESTRICT="!test? ( test )"



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

2021-07-31 Thread Sam James
commit: 0495c2ccad2dc36437198b4cb2082452586ad0c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0495c2cc

dev-lang/python-exec: Stabilize 2.4.8 ppc, #805473

Signed-off-by: Sam James  gentoo.org>

 dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.8.ebuild 
b/dev-lang/python-exec/python-exec-2.4.8.ebuild
index 307d97cf42f..59212b8c1bd 100644
--- a/dev-lang/python-exec/python-exec-2.4.8.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/GooCanvas2-CairoTypes/

2021-07-31 Thread Sam James
commit: 0044141fac9e9499bebd7d33352a3acd297a94a4
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0044141f

dev-perl/GooCanvas2-CairoTypes: Stabilize 0.1.0 amd64, #774912

Signed-off-by: Sam James  gentoo.org>

 dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0.ebuild 
b/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0.ebuild
index 2b1b6668543..911ec25bb09 100644
--- a/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0.ebuild
+++ b/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Bridge between GooCanvas2 and Cairo types"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-31 Thread Sam James
commit: 82932b09c34847754ccc14e9335066d6249c85d7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82932b09

dev-util/pkgcheck: Stabilize 0.10.3 ppc64, #805464

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
index 9a255efb057..77120f0e7d4 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/

2021-07-31 Thread Sam James
commit: 91281af52cf3a24511f00f70d4370d9cb9c63c8c
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91281af5

dev-perl/Gtk3-ImageView: Stabilize 9.0.0 amd64, #774912

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild 
b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
index cc14d5993e5..fb4faf7f784 100644
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-9.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
 DESCRIPTION="Image viewer widget for Gtk3"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-perl/Cairo



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2021-07-31 Thread Sam James
commit: 832b766a8a9bb046e1c55f6d17535450e07a1593
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832b766a

net-mail/mailutils: Stabilize 3.12-r3 x86, #802867

Signed-off-by: Sam James  gentoo.org>

 net-mail/mailutils/mailutils-3.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailutils/mailutils-3.12-r3.ebuild 
b/net-mail/mailutils/mailutils-3.12-r3.ebuild
index ba8485f1440..b8efb6324f3 100644
--- a/net-mail/mailutils/mailutils-3.12-r3.ebuild
+++ b/net-mail/mailutils/mailutils-3.12-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc 
~x86 ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~ppc-macos ~x64-macos"
 IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
ldap mysql nls pam postgres python servers split-usr ssl static-libs 
+threads tcpd \
tokyocabinet"



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

2021-07-31 Thread Sam James
commit: 8ca949e83f7423a423f6f8a0688ae9d99bf474bb
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca949e8

app-portage/eix: Stabilize 0.35.2 ppc64, #805458

Signed-off-by: Sam James  gentoo.org>

 app-portage/eix/eix-0.35.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.35.2.ebuild 
b/app-portage/eix/eix-0.35.2.ebuild
index e41b0f3ba7d..cba92c0ce1e 100644
--- a/app-portage/eix/eix-0.35.2.ebuild
+++ b/app-portage/eix/eix-0.35.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 DEPEND="



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

2021-07-31 Thread Sam James
commit: 56a6779e047cbea1a103e6635b6f130e78b41f40
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a6779e

dev-util/pkgcheck: Stabilize 0.10.3 ppc, #805464

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
index 77120f0e7d4..719fe49005a 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/

2021-07-31 Thread Sam James
commit: 56224f12ab9ea63485a2212b25c53f4e9d9204c6
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56224f12

x11-misc/shutter: Stabilize 0.97 amd64, #774912

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/x11-misc/shutter/shutter-0.97.ebuild 
b/x11-misc/shutter/shutter-0.97.ebuild
index e37edd03ab7..9d00eb45469 100644
--- a/x11-misc/shutter/shutter-0.97.ebuild
+++ b/x11-misc/shutter/shutter-0.97.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/shutter-project/shutter/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/perl



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

2021-07-31 Thread Sam James
commit: b6efd0e166cba2758ae2d78baebb0b3ed3314703
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 05:11:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 05:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6efd0e1

app-portage/eix: Stabilize 0.35.2 ppc, #805458

Signed-off-by: Sam James  gentoo.org>

 app-portage/eix/eix-0.35.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.35.2.ebuild 
b/app-portage/eix/eix-0.35.2.ebuild
index cba92c0ce1e..80ba61c83ee 100644
--- a/app-portage/eix/eix-0.35.2.ebuild
+++ b/app-portage/eix/eix-0.35.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 DEPEND="



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

2021-07-31 Thread Sam James
commit: 1f8664ff231f4e930bf1c5349f807536a8660d78
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 04:13:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 04:13:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8664ff

media-sound/easyeffects: add missing flag-o-matic inherit

Needed for test-flag-CXX call.

Signed-off-by: Sam James  gentoo.org>

 media-sound/easyeffects/easyeffects-6.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/easyeffects/easyeffects-6.0.3.ebuild 
b/media-sound/easyeffects/easyeffects-6.0.3.ebuild
index 226bf5a1acd..229d807b1c5 100644
--- a/media-sound/easyeffects/easyeffects-6.0.3.ebuild
+++ b/media-sound/easyeffects/easyeffects-6.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils meson toolchain-funcs
+inherit gnome2-utils flag-o-matic meson toolchain-funcs
 
 DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire 
applications"
 HOMEPAGE="https://github.com/wwmm/easyeffects;



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

2021-07-31 Thread Sam James
commit: c34e12c7dc64a19d181cafbe145fe4f39ee2dc65
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 04:12:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 04:12:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34e12c7

dev-util/nvidia-cuda-toolkit: add missing wrapper inherit

Needed for make_wrapper call.

Signed-off-by: Sam James  gentoo.org>

 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild
index 1fc2740c122..e83886f3dd4 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker wrapper
 
 MYD=$(ver_cut 1-2 ${PV})
 DRIVER_PV="396.26"



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2021-07-31 Thread Sam James
commit: aec49ab7b8676d3d71a1d5129c1a9af23a892bd7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:59:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:59:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec49ab7

net-mail/mailutils: Stabilize 3.12-r3 amd64, #802867

Signed-off-by: Sam James  gentoo.org>

 net-mail/mailutils/mailutils-3.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailutils/mailutils-3.12-r3.ebuild 
b/net-mail/mailutils/mailutils-3.12-r3.ebuild
index 0e7fa1ffeb5..ba8485f1440 100644
--- a/net-mail/mailutils/mailutils-3.12-r3.ebuild
+++ b/net-mail/mailutils/mailutils-3.12-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc 
~x86 ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc 
~x86 ~ppc-macos ~x64-macos"
 IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
ldap mysql nls pam postgres python servers split-usr ssl static-libs 
+threads tcpd \
tokyocabinet"



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

2021-07-31 Thread Sam James
commit: ba29da5a8791ab280f7e3d30a2adbbb14dda5c34
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:59:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:59:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba29da5a

net-libs/libpcap: Stabilize 1.10.1-r1 amd64, #805320

Signed-off-by: Sam James  gentoo.org>

 net-libs/libpcap/libpcap-1.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild 
b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
index 10e53fd00f8..2e3e52d41a7 100644
--- a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
@@ -20,7 +20,7 @@ else
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> 
${P}-upstream.tar.gz"
SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="BSD"



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

2021-07-31 Thread Sam James
commit: d5abc9dacb5c859d878c55aeb14ba7d84cfdbdea
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:59:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:59:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5abc9da

media-libs/raptor: Stabilize 2.0.15-r4 amd64, #805149

Signed-off-by: Sam James  gentoo.org>

 media-libs/raptor/raptor-2.0.15-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/raptor/raptor-2.0.15-r4.ebuild 
b/media-libs/raptor/raptor-2.0.15-r4.ebuild
index 2a4fc6eabd2..3917c369d04 100644
--- a/media-libs/raptor/raptor-2.0.15-r4.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+curl debug json static-libs unicode"
 
 DEPEND="



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-07-31 Thread Sam James
commit: 947a4714250dfb5d614bce6ef3689b655f235234
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:43:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:43:16 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=947a4714

ebuild-writing/common-mistakes: rewrap paragraph

Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index e46a36c..a179ef7 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -386,9 +386,10 @@ Make sure when you bump a version, the stable KEYWORDS are 
all marked as
 
 
 Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. a
-dependency may have become mandatory but the USE flag remains in IUSE and 
*DEPEND.
-Similarly, eclasses often become redundant due to changes in the ebuild, or 
new EAPIs,
-e.g. eutils.eclass should be obsolete in modern EAPIs. Remember to 
prune these.
+dependency may have become mandatory but the USE flag remains in IUSE and
+*DEPEND. Similarly, eclasses often become redundant due to changes in the 
ebuild,
+or new EAPIs, e.g. eutils.eclass should be obsolete in modern EAPIs.
+Remember to prune these.
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-07-31 Thread Sam James
commit: cb01338bb42175efee3af2aeca1055c544b33140
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 10 01:41:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:38:39 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=cb01338b

ebuild-writing/common-mistakes: add 'Calling pkg-config directly'

Quite a lot of ebuilds do this. We should instead use the tc-getPKG_CONFIG
helper from toolchain-funcs.eclass which respects ${PKG_CONFIG} - useful
for e.g. cross-compiling.

Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 1969efe..cc87d74 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -505,8 +505,29 @@ the ebuild's quality and ease review.
 
 
 
-
 
+
+Calling pkg-config directly
+
+
+
+You should not call pkg-config directly in ebuilds because this is
+problematic for e.g. cross-compiling. The correct helper respects
+${PKG_CONFIG}. Instead, use tc-getPKG_CONFIG from
+toolchain-funcs.eclass, e.g.
+
+
+
+sed -i -e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs ncurses):" || die
+
+
+
+Don't then forget to add virtual/pkgconfig to BDEPEND!
+
+
+
+
+
 
 
 Common Ebuild Submission Mistakes



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-07-31 Thread Sam James
commit: 2c6c0026d80b3d6c34bc1c70a12debfa7dfdc30f
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 10 01:58:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:38:37 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2c6c0026

ebuild-writing/common-mistakes: mention HTTPS for HOMEPAGE

Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 23935be..ce4bc95 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -405,7 +405,8 @@ right page if they want to find out more about the package. 
And make sure
 the DESCRIPTION is not overly long. Good descriptions will describe
 the main function of the package in a sentence. If no homepage for the package
 is available, set the HOMEPAGE variable to
-https://wiki.gentoo.org/wiki/No_homepage.
+https://wiki.gentoo.org/wiki/No_homepage. Please also strive to test
+HTTPS support for the site used in HOMEPAGE.
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-07-31 Thread Sam James
commit: 3a00a5fc63342e1a2a5e01ce2db232e5d21f2c3f
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 10 02:16:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:38:38 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3a00a5fc

ebuild-writing/common-mistakes: mention leftover USE flags, inherits

Suggested-by: Joonas Niilola  gentoo.org> (inherits)
Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index ce4bc95..1969efe 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -378,6 +378,19 @@ Make sure when you bump a version, the stable KEYWORDS are 
all marked as
 ~.
 
 
+
+
+
+Unused flags and eclass inherits
+
+
+
+Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. a
+dependency may have become mandatory but the USE flag remains in IUSE and 
*DEPEND.
+Similarly, eclasses often become redundant due to changes in the ebuild, or 
new EAPIs,
+e.g. eutils.eclass should be obsolete in modern EAPIs. Remember to 
prune these.
+
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-07-31 Thread Sam James
commit: b27290e15d077e852be76bdf4e9627c9a84653a9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 10 01:57:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:38:37 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b27290e1

ebuild-writing/common-mistakes: mention using latest EAPI

Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 2313c50..23935be 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -477,6 +477,20 @@ at least when the ebuild hits the stable branch.
 
 
 
+
+
+Not using latest EAPI
+
+
+
+Often, user-submitted ebuilds do not use the latest EAPI and may even
+be several versions behind. EAPIs bring new helper functions and improved
+methods for completing common tasks. It's recommended that submitted ebuilds
+use the latest EAPI possible (subject to eclass constraints) to improve
+the ebuild's quality and ease review.
+
+
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-07-31 Thread Sam James
commit: 8efea8b918e6b9f12d8612ed4c9bb498fcdbd33a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 18 05:03:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:38:39 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8efea8b9

ebuild-writing/common-mistakes: reformat 'DESCRIPTION and HOMEPAGE'

Closes: https://github.com/gentoo/devmanual/pull/223
Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index cc87d74..e46a36c 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -413,11 +413,12 @@ SLOT="0"
 
 
 
+Make sure the DESCRIPTION is not overly long. Good descriptions will
+describe the main function of the package in a sentence.
+
 Please check if the HOMEPAGE variable is right and leads users to the
-right page if they want to find out more about the package. And make sure
-the DESCRIPTION is not overly long. Good descriptions will describe
-the main function of the package in a sentence. If no homepage for the package
-is available, set the HOMEPAGE variable to
+right page if they want to find out more about the package. If no homepage for
+the package is available, set the HOMEPAGE variable to
 https://wiki.gentoo.org/wiki/No_homepage. Please also strive to test
 HTTPS support for the site used in HOMEPAGE.
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_compile/building/

2021-07-31 Thread Sam James
commit: c2b640b7160e0ad1920649618126136da1d2be97
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:23:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:23:58 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c2b640b7

ebuild-writing/functions/src_compile/building: minor phrasing fix

Signed-off-by: Sam James  gentoo.org>

 ebuild-writing/functions/src_compile/building/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebuild-writing/functions/src_compile/building/text.xml 
b/ebuild-writing/functions/src_compile/building/text.xml
index 0f332b9..f78c482 100644
--- a/ebuild-writing/functions/src_compile/building/text.xml
+++ b/ebuild-writing/functions/src_compile/building/text.xml
@@ -20,9 +20,9 @@ cleanly, it should be patched.
 
 
 If patching really isn't an option, emake -j1 should be
-used. However, when doing this please remember that you are seriously
+used. However, when doing this, please remember that you are seriously
 hurting build times for many non-x86 users in particular. Forcing
-a -j1 can increase build times from a few minutes to an hour on
+-j1 can increase build times from a few minutes to an hour on
 some MIPS and SPARC systems.
 
 



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2021-07-31 Thread Ionen Wolkens
commit: 44bd912ed050be3cc488c5991289090514644e2e
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Jul 31 09:15:42 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug  1 02:20:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bd912e

net-im/telegram-desktop-bin: drop old

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/21844
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  4 --
 .../telegram-desktop-bin-2.8.1.ebuild  | 57 -
 .../telegram-desktop-bin-2.8.9.ebuild  | 58 --
 3 files changed, 119 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 099686946c4..5f3db378cf9 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,8 +1,4 @@
-DIST tdesktop-2.8.1.tar.gz 15334528 BLAKE2B 
915823eef057634404dd2bf1e75afdeb5c8768d7c7c7435216f31eec058b1cb8e5f96a47b1faeeecdfa46b4d0acb9dd1839978c3120ef8d41144608d89e45710
 SHA512 
2da82e6f6c33b5f404d20687e849aff17ce5de24c741adf2276e252643273f558a822c449d1acfd7deeb64644da94d472ddb55eb1881464390efa5d95219e489
 DIST tdesktop-2.8.10.tar.gz 15383960 BLAKE2B 
1849cce36d8b339087b84855b05318b0af143ae04fd0016811082b98073ed9560945590b7aeec4cd04751a9debe8211f78b958364f0f24419c028f0198f306b1
 SHA512 
e0986b932de4f4618c8dd1cc669eb5bd2bca0b3ca47856f911da0606781c86abab3ac1eeecf49bb077a6a4f09b2807bdc512496928666b175f4659c13d6f075b
-DIST tdesktop-2.8.9.tar.gz 15383963 BLAKE2B 
2b156a5b4557c4aa5f358dbc6105cca2ff9d838160e71d6476332c2d4d9b78ea13b659cd95e7620e854d3116e44c537d2080dee424f6a942a0d9c0aa97c73e0d
 SHA512 
537177e47d37772ae623ea4cca68df1e068362edd56a9af86fa02cabc44693403afe020460af709454148333711a34f34169dd239a9ef56e9996b5b0b44ef9c5
 DIST tdesktop-2.9.0.tar.gz 15021044 BLAKE2B 
e958999080bd44c07170fa6898d774184323e6c689f3dc07a30ddd8c237f49f741717e4dd8b54ab69ef52ec60848a1b91cd2d039f828e8cbdd2778a045cbd642
 SHA512 
6c139de3c36f124e62dbb22306add6dbb2b2b11003150f3d41bf750e321bfc38205690d927fc7c217618236bf5574fdfc85723689e098511f789f8de1793ea0a
-DIST tsetup.2.8.1.tar.xz 37205872 BLAKE2B 
915041cf403feca63b796747c3a072be555b729401a4290ad3773794a0d6df22eddbfea930fb2b17d8aa5aab337e6d8b45e28e710ffe34b80a7e033ae10e83be
 SHA512 
e84cbec26420a633c93adcebe514b530bcb7fe425926795521d06f8f60377107f4174b57713fe248b9bfa7642ef1ff7709a825e96cf0b8d76e0e7e2ec7454aa2
 DIST tsetup.2.8.10.tar.xz 38712292 BLAKE2B 
6e9337fd7bc30d21ef28e21ada0e560d795c6de9638a614b563838dcbafeed0790295795512ddf5ef8cd5a2a2a5cb498a263531066c4078529c947494fcc537b
 SHA512 
cd9d7bded6c8ebe44e09ee9f8029f96802d20a0ba25167240e45a400c71bdc6df217721f64ed6fbc7a79b50d342107e2573c671bf31b1f0b0960a81334c3b140
-DIST tsetup.2.8.9.tar.xz 38714912 BLAKE2B 
fa1049d2c921dd8e7bfcf4777c5017ec1deb3508d24c79250dae774194c7e4e26bcc9313378e6c58255012baef7302545cd12a70ab64d908d68ef1475af1677a
 SHA512 
b8c6ac6be16b4bc143c17c711ee46c73c986712f0fd89e3d4467f108c3b9e675f83a479569cf5cfc06c81c581080b75c2610fecf54644e600985d9b650d2f55a
 DIST tsetup.2.9.0.tar.xz 38751860 BLAKE2B 
4123faca33e858d43896181a740e70c585f96e9265e2c4e1e5f03bdd1e4b7eafd774180334773dc22fcddd0c52a222a592baa802b46f476990a1b475fca5cb8b
 SHA512 
48a2cd83cf4bfe6709317192307435664fc61828c40771415098e407582f3288ef6afe372c349d28e6b1092252332db2f4bf89ee9b6a11a2e970d105aad4ca42

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-2.8.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-2.8.1.ebuild
deleted file mode 100644
index 6821536278c..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-2.8.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop optfeature xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-"
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-QA_PREBUILT="usr/lib/${PN}/Telegram"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=media-libs/fontconfig-2.13
-   media-libs/freetype:2
-   media-libs/libglvnd[X]
-   >=sys-apps/dbus-1.4.2[X]
-   sys-libs/zlib
-   x11-libs/libSM
-   x11-libs/libdrm
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   exeinto /usr/lib/${PN}
-   doexe "Telegram"
-   newbin "${FILESDIR}"/${PN} "telegram-desktop"
-
-   local icon_size
-   for icon_size in 16 32 48 64 128 256 512; do
-   newicon -s "${icon_size}" \
- 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2021-07-31 Thread Ionen Wolkens
commit: aaeb6ce82659286584ee8902d157f7df77a654b0
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Jul 31 09:14:38 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug  1 02:20:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaeb6ce8

net-im/telegram-desktop-bin: bump version to 2.9.0

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  2 +
 .../telegram-desktop-bin-2.9.0.ebuild  | 58 ++
 2 files changed, 60 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 4934df8614b..099686946c4 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,8 @@
 DIST tdesktop-2.8.1.tar.gz 15334528 BLAKE2B 
915823eef057634404dd2bf1e75afdeb5c8768d7c7c7435216f31eec058b1cb8e5f96a47b1faeeecdfa46b4d0acb9dd1839978c3120ef8d41144608d89e45710
 SHA512 
2da82e6f6c33b5f404d20687e849aff17ce5de24c741adf2276e252643273f558a822c449d1acfd7deeb64644da94d472ddb55eb1881464390efa5d95219e489
 DIST tdesktop-2.8.10.tar.gz 15383960 BLAKE2B 
1849cce36d8b339087b84855b05318b0af143ae04fd0016811082b98073ed9560945590b7aeec4cd04751a9debe8211f78b958364f0f24419c028f0198f306b1
 SHA512 
e0986b932de4f4618c8dd1cc669eb5bd2bca0b3ca47856f911da0606781c86abab3ac1eeecf49bb077a6a4f09b2807bdc512496928666b175f4659c13d6f075b
 DIST tdesktop-2.8.9.tar.gz 15383963 BLAKE2B 
2b156a5b4557c4aa5f358dbc6105cca2ff9d838160e71d6476332c2d4d9b78ea13b659cd95e7620e854d3116e44c537d2080dee424f6a942a0d9c0aa97c73e0d
 SHA512 
537177e47d37772ae623ea4cca68df1e068362edd56a9af86fa02cabc44693403afe020460af709454148333711a34f34169dd239a9ef56e9996b5b0b44ef9c5
+DIST tdesktop-2.9.0.tar.gz 15021044 BLAKE2B 
e958999080bd44c07170fa6898d774184323e6c689f3dc07a30ddd8c237f49f741717e4dd8b54ab69ef52ec60848a1b91cd2d039f828e8cbdd2778a045cbd642
 SHA512 
6c139de3c36f124e62dbb22306add6dbb2b2b11003150f3d41bf750e321bfc38205690d927fc7c217618236bf5574fdfc85723689e098511f789f8de1793ea0a
 DIST tsetup.2.8.1.tar.xz 37205872 BLAKE2B 
915041cf403feca63b796747c3a072be555b729401a4290ad3773794a0d6df22eddbfea930fb2b17d8aa5aab337e6d8b45e28e710ffe34b80a7e033ae10e83be
 SHA512 
e84cbec26420a633c93adcebe514b530bcb7fe425926795521d06f8f60377107f4174b57713fe248b9bfa7642ef1ff7709a825e96cf0b8d76e0e7e2ec7454aa2
 DIST tsetup.2.8.10.tar.xz 38712292 BLAKE2B 
6e9337fd7bc30d21ef28e21ada0e560d795c6de9638a614b563838dcbafeed0790295795512ddf5ef8cd5a2a2a5cb498a263531066c4078529c947494fcc537b
 SHA512 
cd9d7bded6c8ebe44e09ee9f8029f96802d20a0ba25167240e45a400c71bdc6df217721f64ed6fbc7a79b50d342107e2573c671bf31b1f0b0960a81334c3b140
 DIST tsetup.2.8.9.tar.xz 38714912 BLAKE2B 
fa1049d2c921dd8e7bfcf4777c5017ec1deb3508d24c79250dae774194c7e4e26bcc9313378e6c58255012baef7302545cd12a70ab64d908d68ef1475af1677a
 SHA512 
b8c6ac6be16b4bc143c17c711ee46c73c986712f0fd89e3d4467f108c3b9e675f83a479569cf5cfc06c81c581080b75c2610fecf54644e600985d9b650d2f55a
+DIST tsetup.2.9.0.tar.xz 38751860 BLAKE2B 
4123faca33e858d43896181a740e70c585f96e9265e2c4e1e5f03bdd1e4b7eafd774180334773dc22fcddd0c52a222a592baa802b46f476990a1b475fca5cb8b
 SHA512 
48a2cd83cf4bfe6709317192307435664fc61828c40771415098e407582f3288ef6afe372c349d28e6b1092252332db2f4bf89ee9b6a11a2e970d105aad4ca42

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-2.9.0.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-2.9.0.ebuild
new file mode 100644
index 000..5d9bb593c19
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-2.9.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop optfeature xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+"
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=media-libs/fontconfig-2.13
+   media-libs/freetype:2
+   media-libs/libglvnd[X]
+   >=sys-apps/dbus-1.4.2[X]
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libSM
+   x11-libs/libdrm
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN} "telegram-desktop"
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 256 512; do
+   newicon -s "${icon_size}" \
+   
"${WORKDIR}/tdesktop-${PV}/Telegram/Resources/art/icon${icon_size}.png" \
+  

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

2021-07-31 Thread Ionen Wolkens
commit: ccd1e22e410ad385d1eda6da3a3a43cb4af54ccf
Author: Martin Dummer  gmx  net>
AuthorDate: Fri Jul 30 07:40:44 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug  1 02:20:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd1e22e

net-misc/teamviewer: remove old versions

remove old versions depening on dev-qt/qtwebkit:5

Closes: https://bugs.gentoo.org/750899
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/21833
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/teamviewer/Manifest |   6 -
 net-misc/teamviewer/teamviewer-15.15.5.ebuild| 134 --
 net-misc/teamviewer/teamviewer-15.17.6-r1.ebuild | 138 --
 net-misc/teamviewer/teamviewer-15.18.5.ebuild| 139 ---
 4 files changed, 417 deletions(-)

diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
index 188d1696957..7384153aa52 100644
--- a/net-misc/teamviewer/Manifest
+++ b/net-misc/teamviewer/Manifest
@@ -1,8 +1,2 @@
-DIST teamviewer_15.15.5_amd64.tar.xz 13264432 BLAKE2B 
8f23c036b79c7ee7cbef1181825b5605afd77f22d0565e5359c928bd4014759c3ad56255d8e76ba75d3084c8a9bed98fcdd08f20e502c2906e6eaf6dd952a7b4
 SHA512 
e42cccb74c08ef1badcd4b78016078a9f6f3b69b700e4c64d6eae927fa4b748c11288ef5cc50aa962eabd17679479ececf8750e8c34f6361758da903e555a334
-DIST teamviewer_15.15.5_i386.tar.xz 13751236 BLAKE2B 
32d8f6494c72b51feef54e2d5dd1096aee83c283a1d07680f428bd4321ede9975d1ee4e7cd55718f9250d54304d17887b98ae6e62617e7022ec78384fdde5a16
 SHA512 
315e6fcaa6d40aab17c47ac4eee6d894be3731ae7d0242e2b11bae279627de04540f8d46908826d53b6a6d275769c19a420c6f30e9869a734e87cb7d6832bfba
-DIST teamviewer_15.17.6_amd64.tar.xz 13763464 BLAKE2B 
5dde0947470611bd67bd8913355c965c0e206d2bd5243e27a4fa742e4fc2d3e0849132a6b2527d453c1f8aa2026cb65897bc2a3c83b493914aa8bd69b1d408d7
 SHA512 
1775e1fb1c35eceb9df1ec12fb5d7a6e7e9df739a211b99561f67665834bbea2bb80af4547841b73be386cae184861d0f40423936d38f9a2055ee30edd4095c0
-DIST teamviewer_15.17.6_i386.tar.xz 14394028 BLAKE2B 
4a5f7f72887c4ba391ae444eaba2c7c474b40fc0bfbe0c7745b4c925fbf7626862de162f49f115e41ccc0858cf7d6d813eadf0940d64217a6964b4d83526b0ad
 SHA512 
f7b7a999069cb036b2b528651fb0737ca0dbcbe3b8283ca8281dd9c08f33b1aa44b7689c63816686538213cd10939dcc69510512ab61829ba7d4d7c6789709ba
-DIST teamviewer_15.18.5_amd64.tar.xz 14049816 BLAKE2B 
f3f32685f32c7cf10e6dacb9b11333fc5fd69a6039bfae4e872aaba2f71451873f5a6648056fb07a69fc44f83bb3067b6c72a5239eb0ce51f33b34ee595fd323
 SHA512 
5c60737a69c2777d555bc3ce76f43d38171fa4e8e0adf99c4ddece0b8852778c1ea630fe7d938cc6271aded4a6b0bbafec6cd3ccb79db304d0f7b9263bd93c5e
-DIST teamviewer_15.18.5_i386.tar.xz 14697088 BLAKE2B 
85992ccfd946fdad245397b8ff9e9340bc608106bc2a8a5290f9e85c5aa012600f6b9c2fa42908d7c7228c089c6f941c25bf48f1424ff17cc87a97eadbb0073c
 SHA512 
bf43108b919acc003384fa7ea342805ce7e6cd1016cf982f066e8e80756dc031d7ae9449ec18cd63e40c928a12dfd9a7138dc7d18943e68e93e72927dd651ab0
 DIST teamviewer_15.19.3_amd64.tar.xz 59343000 BLAKE2B 
8f5e39d87d8badfda16f6fbb0cdc9b5c6e4a26e38a62612dd2bb12ba1c997f4210308dc6746795f771b486be6467ab0044d6c0a6e3d301bf3ce1f1dd8025c01e
 SHA512 
88cbc0c7c5bef0813b4d8cd99e12e5fc6bcfc44ca43302439182d3eb4e01e85b03a2edc1135613b9b878ad61a0dff5df8efcd8b276b6f2b7ab255d72d754e396
 DIST teamviewer_15.19.3_i386.tar.xz 62513708 BLAKE2B 
959286f2e265204f703c9e6efcb8ca0fecc039763da22506330fabe3e449e076d21922d443670f02429cf07d74869431f2fe521e88822b266ce4ef78800114fe
 SHA512 
9bdad9c2c2aba500ad29a6eb84ad104cd4d621f63be47e6a7755c3907e25c0c19404afa2489c83779977d54ff93568433affa4267d715ae142ba946efe7ae5dd

diff --git a/net-misc/teamviewer/teamviewer-15.15.5.ebuild 
b/net-misc/teamviewer/teamviewer-15.15.5.ebuild
deleted file mode 100644
index f1cc5dc99df..000
--- a/net-misc/teamviewer/teamviewer-15.15.5.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=${PN}${PV/\.*}
-inherit desktop systemd xdg
-
-DESCRIPTION="All-In-One Solution for Remote Access and Support over the 
Internet"
-HOMEPAGE="https://www.teamviewer.com;
-SRC_URI="amd64? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_amd64.tar.xz )
-   x86? ( 
https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_i386.tar.xz )"
-
-LICENSE="TeamViewer MIT"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   sys-apps/dbus
-   !sys-auth/consolekit
-"
-
-# For consolekit incompatibility see 
https://forums.gentoo.org/viewtopic-p-8332956.html#8332956
-
-RESTRICT="bindist mirror"
-
-# Silence QA messages

[gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/

2021-07-31 Thread Sam James
commit: ae56b20ca8ddb0b5b355c4127c5aeff17c3e8451
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:09:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:09:23 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ae56b20c

general-concepts/use-flags: sort USE flags in example

Signed-off-by: Sam James  gentoo.org>

 general-concepts/use-flags/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/general-concepts/use-flags/text.xml 
b/general-concepts/use-flags/text.xml
index 1f731ae..02f1788 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -217,7 +217,7 @@ on USE-ordering in Portage.
 
 EAPI=7
 
-IUSE="foo +bar"
+IUSE="+bar foo"
 
 
 



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

2021-07-31 Thread Nick Sarnie
commit: 1ed42e92cbc5e64d83bfd8c1e98406c2ab019231
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 02:10:42 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 02:10:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed42e92

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

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

 app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
index 2e6b0599a89..6f3f1c572f4 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
@@ -144,7 +144,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611

"${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch"
-   "${FILESDIR}/wine-vanilla-6.12-winegcc-equals-args.patch" #800809
 )
 PATCHES_BIN=()
 



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

2021-07-31 Thread Nick Sarnie
commit: f25acb93c26b9131e8c27affed42475da7ee13f7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 02:07:45 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 02:07:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f25acb93

app-emulation/wine-vanilla: Fix build

Closes: https://bugs.gentoo.org/805590
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
index 2e6b059..6f3f1c5 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
@@ -144,7 +144,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611

"${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch"
-   "${FILESDIR}/wine-vanilla-6.12-winegcc-equals-args.patch" #800809
 )
 PATCHES_BIN=()
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/

2021-07-31 Thread Sam James
commit: f59cf426916b5be25623688d8216667ec5f8d519
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:08:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 02:08:05 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f59cf426

general-concepts/use-flags: fix minor 'varibles' typo

Signed-off-by: Sam James  gentoo.org>

 general-concepts/use-flags/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/general-concepts/use-flags/text.xml 
b/general-concepts/use-flags/text.xml
index 19f411d..1f731ae 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -97,8 +97,8 @@ Common mistakes include:

 

-   Introducing lto flag to force -flto. This is something 
user
-   should set directly in flag varibles.
+   Introducing lto flag to force -flto. This is something 
the user
+   should set directly in flag variables.

 




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

2021-07-31 Thread Nick Sarnie
commit: a2e1a1ae4c94572401c72cf516039e5d398d3b13
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:24:27 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:24:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e1a1ae

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

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

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

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 169ecdc79ac..e657d502000 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -3,7 +3,9 @@ DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
+DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
 DIST wine-staging-6.10.tar.gz 9673740 BLAKE2B 
3ec1dcc96dcf583f061408b7bdf4adf14fddf6bf0dcefbb9a060a63de7ea87c3df0a5a76c14e01b248c9b21c1ed25379867f9e4d392b251f56deb93a78b2752a
 SHA512 
9ba4fb7451f675fd9ad3e872adada708e9e7e8875f69567d9f2bef2cc8024667112538a385769eac2fd4b3c157266488458e76a1abc92d0a76109ca032103bcf
 DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.12.1.tar.gz 9658943 BLAKE2B 
9ea46ef75f2fd42790da35631893d63471980794238862fab23f06433ecb6adbdd204de49b61f33e7600020d9b3156889709bcd58810f2f332ee890cbb17bd03
 SHA512 
d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21ef7f61cc413fdcef24f8958ac2de366a10a
 DIST wine-staging-6.13.tar.gz 9658122 BLAKE2B 
cce777895de69df8c659f010e432ee1d1f1e13c79d5453f4460e63e2572aaa7a9c92786170707c5616a8d182138822c0c6e27897706f919daf5597f6b595e478
 SHA512 
83a40b5a344db334541d94d58d287a1b8ff616114051129db20ac6b0365004a8753ec8d77a16da54ac26400eaa3e2d147d50a5ac8e17203898eb61cb06ff1f0c
+DIST wine-staging-6.14.tar.gz 9658088 BLAKE2B 
d64bc0476b3d46b9ba812c956bb1eab1e4c3ec0dbd2145ae1f38c95ebd9b7151222e375690c1bd601f3416f362e50ea3f670e9940977005dc67623de22e82485
 SHA512 
5b4db5c1af316c8e18e2e318152a44e45521dd939e3a341dd533e819263109237c4fd0e25ee2b23bb7cc75f4c4afd7d8900b23d83f955e4ff56ee5fe7aa84fd0

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-6.14.ebuild
similarity index 99%
copy from app-emulation/wine-staging/wine-staging-.ebuild
copy to app-emulation/wine-staging/wine-staging-6.14.ebuild
index 12f275eb229..99423da3b70 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-6.14.ebuild
@@ -134,7 +134,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:6.2.0 )
+   mono? ( app-emulation/wine-mono:6.3.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple
@@ -571,7 +571,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs
 
einstalldocs
-   find "${ED}" -name '*.la' -delete || die
+   find "${ED}" -name *.la -delete || die
 
if ! use perl ; then # winedump calls function_grep.pl, and winemaker 
is a perl script
rm 

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

2021-07-31 Thread Nick Sarnie
commit: 93c2994a02304199fecff56d3cd1fb9f0d497add
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:23:55 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:23:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c2994a

app-emulation/wine-vanilla: Drop old

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

 app-emulation/wine-vanilla/Manifest|   1 -
 .../wine-vanilla/wine-vanilla-6.10.ebuild  | 577 -
 2 files changed, 578 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 715115b32d2..3d14c4f1051 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,7 +1,6 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
-DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee

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

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

2021-07-31 Thread Nick Sarnie
commit: 8a4aed273a02127c7b1d482a02c4672f47f240e7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:20:28 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4aed27

app-emulation/wine-mono: Readd version

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

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 4bbaddae8bf..5ef191f0def 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,2 +1,4 @@
+DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
+DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
 DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
new file mode 100644
index 000..d5f8467a1af
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="amd64 x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



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

2021-07-31 Thread Nick Sarnie
commit: f4284de0fc07b22e7c4075c83b75304feca9011c
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:24:46 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:24:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4284de0

app-emulation/wine-staging: Drop old

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

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-6.10.ebuild  | 665 -
 2 files changed, 667 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index e657d502000..b5cd46fa8d0 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,10 +1,8 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
-DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
-DIST wine-staging-6.10.tar.gz 9673740 BLAKE2B 
3ec1dcc96dcf583f061408b7bdf4adf14fddf6bf0dcefbb9a060a63de7ea87c3df0a5a76c14e01b248c9b21c1ed25379867f9e4d392b251f56deb93a78b2752a
 SHA512 
9ba4fb7451f675fd9ad3e872adada708e9e7e8875f69567d9f2bef2cc8024667112538a385769eac2fd4b3c157266488458e76a1abc92d0a76109ca032103bcf
 DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.12.1.tar.gz 9658943 BLAKE2B 
9ea46ef75f2fd42790da35631893d63471980794238862fab23f06433ecb6adbdd204de49b61f33e7600020d9b3156889709bcd58810f2f332ee890cbb17bd03
 SHA512 
d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21ef7f61cc413fdcef24f8958ac2de366a10a
 DIST wine-staging-6.13.tar.gz 9658122 BLAKE2B 
cce777895de69df8c659f010e432ee1d1f1e13c79d5453f4460e63e2572aaa7a9c92786170707c5616a8d182138822c0c6e27897706f919daf5597f6b595e478
 SHA512 
83a40b5a344db334541d94d58d287a1b8ff616114051129db20ac6b0365004a8753ec8d77a16da54ac26400eaa3e2d147d50a5ac8e17203898eb61cb06ff1f0c

diff --git a/app-emulation/wine-staging/wine-staging-6.10.ebuild 
b/app-emulation/wine-staging/wine-staging-6.10.ebuild
deleted file mode 100644
index b8f90b4648c..000
--- a/app-emulation/wine-staging/wine-staging-6.10.ebuild
+++ /dev/null
@@ -1,665 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils
-MY_PN="${PN%%-*}"
-MY_PV="${PV/_/-}"
-MY_P="${MY_PN}-${MY_PV}"
-
-if [[ ${MY_PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(ver_cut 1)
-  

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

2021-07-31 Thread Nick Sarnie
commit: 122a3bda8746f85521172f8438dabe91fccfa75d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:22:04 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:22:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122a3bda

app-emulation/wine-gecko: Fix KEYWORDS

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

 app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild 
b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
index ad3c90ca3f7..e5a5a8df49a 100644
--- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
+++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="abi_x86_32 abi_x86_64 +shared"
 
 DEPEND="!!app-emulation/wine:0"



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

2021-07-31 Thread Nick Sarnie
commit: 3f017c12874469990152b1aa0e23fc5c178698f6
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:23:38 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f017c12

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

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

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

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index bb8554a6d13..715115b32d2 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -5,3 +5,4 @@ DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
+DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
index 834f66e2ec0..2e6b0599a89 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:6.2.0 )
+   mono? ( app-emulation/wine-mono:6.3.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple
@@ -144,6 +144,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611

"${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch"
+   "${FILESDIR}/wine-vanilla-6.12-winegcc-equals-args.patch" #800809
 )
 PATCHES_BIN=()
 
@@ -492,7 +493,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs
 
einstalldocs
-   find "${ED}" -name '*.la' -delete || die
+   find "${ED}" -name *.la -delete || die
 
if ! use perl ; then # winedump calls function_grep.pl, and winemaker 
is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} 
\

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 834f66e2ec0..6f3f1c572f4 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:6.2.0 )
+   mono? ( app-emulation/wine-mono:6.3.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple
@@ -492,7 +492,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs
 
einstalldocs
-   find "${ED}" -name '*.la' -delete || die
+   find "${ED}" -name *.la -delete || die
 
if ! use perl ; then # winedump calls function_grep.pl, and winemaker 
is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} 
\



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

2021-07-31 Thread Nick Sarnie
commit: 5f83fbe789a009a317f8b9bb8439cd156ab807eb
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:23:09 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:23:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f83fbe7

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

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

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-6.3.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 5ef191f0def..6894124848d 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -2,3 +2,5 @@ DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d
 DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
 DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905
+DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666bd6a2ae0ee08c998c5326379a205596d89127d22aeabdf73c99aa8e4ade4d5e05663d0a1e1f9f1d322c7c18a4cd4ea
 SHA512 
e71accf7d649c576728a41e9dda5dc9c21e3ebc0330e01be30c1f196bdb2925c5fefb6e9337cc8043f4b42721702dda4dc9224cb7a31e322410f4002d1f84f42
+DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7

diff --git a/app-emulation/wine-mono/wine-mono-6.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
new file mode 100644
index 000..b396802d99c
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



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

2021-07-31 Thread Nick Sarnie
commit: 5386072ec9a69d08b3db823a5b6e90f072a98ef9
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:12:54 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:12:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5386072e

app-emulation/wine-vanilla: Bump to 6.14

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

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

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 988a1c0..adc988b 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -62,6 +62,7 @@ DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
+DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 24340220 BLAKE2B 
b09ea9237b71856184a03e64ef8cf7aa30591ebd6534a550e9365ea9ab773d81283520ca6b0efc8aa69063cdeae8da35fc22e08a40c73c6268db4d57b0442ad2
 SHA512 
f190e1b97defb4620e33d1a4e2afffd475f6b3998153c67c6d06840b4f3b93a50f88c6844de15e7f54ca712330f6fea857310861a78b961feb7f64a4869f3fe1

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
index bb5fbdb..2e6b059 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.14.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:6.2.0 )
+   mono? ( app-emulation/wine-mono:6.3.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple
@@ -144,6 +144,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611

"${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch"
+   "${FILESDIR}/wine-vanilla-6.12-winegcc-equals-args.patch" #800809
 )
 PATCHES_BIN=()
 

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index bb5fbdb..6f3f1c5 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:6.2.0 )
+   mono? ( app-emulation/wine-mono:6.3.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple



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

2021-07-31 Thread Nick Sarnie
commit: 8d9720f94bc35d0c2da8351b3cefba5fe12b3e3c
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:11:20 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:11:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=8d9720f9

app-emulation/wine-mono: Bump to 6.3.0

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

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-6.3.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 231abd8..c97ea79 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -22,6 +22,8 @@ DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 
3bd7ce6da017edd7d462e91afff17f17bf
 DIST wine-mono-6.1.1-x86.tar.xz 45702072 BLAKE2B 
d4b52b11a89715a0d4d10add074c5b720bc30c5f41fa6f468784b45017e0e13ac91fea476c5276afa998dc634ff433f0063ad9d0f7de3df3a85d91f8aa212c88
 SHA512 
ecc2ab6875fffebc5e94c23fd04c84ce5550be65a7f5f1832d4c74a944680405c4cba28a59b7c362abb08d689e83f153543eb0ef375ec9b894295aba1eff99b1
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
 DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905
+DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666bd6a2ae0ee08c998c5326379a205596d89127d22aeabdf73c99aa8e4ade4d5e05663d0a1e1f9f1d322c7c18a4cd4ea
 SHA512 
e71accf7d649c576728a41e9dda5dc9c21e3ebc0330e01be30c1f196bdb2925c5fefb6e9337cc8043f4b42721702dda4dc9224cb7a31e322410f4002d1f84f42
+DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7
 DIST wine-mono-bin-4.8.1.tar.gz 91047479 BLAKE2B 
ec970be25b6fcb6c4b93fecf7aa279397654be9614a12a31752b1b4c6f74fb8a52171112deaa64e8c55c8d8f88626f059a1876bcde001b0a032535f447babc77
 SHA512 
c3b8de735cb31805c1ac671fa7a5af53a2262e033f8eb1bba8bd82df77ea26305330500d661e25a2482e50ce17d4f14bca3973a4e48887c5ddfaab56c3ff59f8
 DIST wine-mono-bin-4.8.3.tar.gz 91309002 BLAKE2B 
d3a24fad76afce5a812d17cfcd585803393db95143d4c438164273eb50961120cd5081380738f43be0a574b6ffb676cb46fa70b933560e0164bd3f73b68d2fa9
 SHA512 
00564613d23cb724d04eb2515bb34dd561955a02800d17ec9cbc899697a5681aa47316bf5919ef27a61fe6f7d1d7ddf02e3d762e994d01cb4956301f2367f3c4
 DIST wine-mono-bin-4.9.0.tar.gz 90974210 BLAKE2B 
008bcbe83da76247eb242bad8f03d7591a0831e24e71195929c7589d570226a8215a02aab59b1a1d2d2dda9e5e8020de3aad8a9fd2d6d0467f5f775b50b5276e
 SHA512 
12bc6e3ca6d5ec7592ce7613b6c3ee1f6e415954f9866757d8c2fa7fa1b5b4488f1a58c368d482c47a4baad5c07431802a85e7d9df63029ef54d034669ccb01a

diff --git a/app-emulation/wine-mono/wine-mono-6.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
new file mode 100644
index 000..b396802
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



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

2021-07-31 Thread Nick Sarnie
commit: 6c54cf60e1f2e55c1e5f23ff7e535645f2040459
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:13:54 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:13:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6c54cf60

app-emulation/wine-staging: Bump to 6.14

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

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

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index ec4145e..831809c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -56,6 +56,7 @@ DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e
 DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
+DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 24340220 BLAKE2B 
b09ea9237b71856184a03e64ef8cf7aa30591ebd6534a550e9365ea9ab773d81283520ca6b0efc8aa69063cdeae8da35fc22e08a40c73c6268db4d57b0442ad2
 SHA512 
f190e1b97defb4620e33d1a4e2afffd475f6b3998153c67c6d06840b4f3b93a50f88c6844de15e7f54ca712330f6fea857310861a78b961feb7f64a4869f3fe1
@@ -115,6 +116,7 @@ DIST wine-staging-6.10.tar.gz 9673740 BLAKE2B 
3ec1dcc96dcf583f061408b7bdf4adf14f
 DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.12.1.tar.gz 9658943 BLAKE2B 
9ea46ef75f2fd42790da35631893d63471980794238862fab23f06433ecb6adbdd204de49b61f33e7600020d9b3156889709bcd58810f2f332ee890cbb17bd03
 SHA512 
d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21ef7f61cc413fdcef24f8958ac2de366a10a
 DIST wine-staging-6.13.tar.gz 9658122 BLAKE2B 
cce777895de69df8c659f010e432ee1d1f1e13c79d5453f4460e63e2572aaa7a9c92786170707c5616a8d182138822c0c6e27897706f919daf5597f6b595e478
 SHA512 
83a40b5a344db334541d94d58d287a1b8ff616114051129db20ac6b0365004a8753ec8d77a16da54ac26400eaa3e2d147d50a5ac8e17203898eb61cb06ff1f0c
+DIST wine-staging-6.14.tar.gz 9658088 BLAKE2B 
d64bc0476b3d46b9ba812c956bb1eab1e4c3ec0dbd2145ae1f38c95ebd9b7151222e375690c1bd601f3416f362e50ea3f670e9940977005dc67623de22e82485
 SHA512 
5b4db5c1af316c8e18e2e318152a44e45521dd939e3a341dd533e819263109237c4fd0e25ee2b23bb7cc75f4c4afd7d8900b23d83f955e4ff56ee5fe7aa84fd0
 DIST wine-staging-6.2.tar.gz 9820682 BLAKE2B 
3de0c0ecbdabc1ffb965e6d5ebf5689fbeaf24ee33aaa2ff078db39d1542aa935b6d4d940fef570f1c60260748f4ef52b9789625b840f73e70ed3482995d505d
 SHA512 
558c46250babaacda92885c35c438797baff7b8eb45cb3cdf7f7572c35e6412e621182061a3a4e31444cc7580f99a61de6bd433bf2bb2b8139cdd718afd9cd2e
 DIST wine-staging-6.3.tar.gz 9796930 BLAKE2B 

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

2021-07-31 Thread Nick Sarnie
commit: a4cb52850e63b7f83b7351eff34ae9c3b2233fd6
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:06:44 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cb5285

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

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

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/metadata.xml   |  3 +++
 app-emulation/wine-mono/wine-mono-6.2.0.ebuild | 12 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 7443097e75c..4bbaddae8bf 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1 +1,2 @@
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
+DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905

diff --git a/app-emulation/wine-mono/metadata.xml 
b/app-emulation/wine-mono/metadata.xml
index a64284bc1ee..279a9220271 100644
--- a/app-emulation/wine-mono/metadata.xml
+++ b/app-emulation/wine-mono/metadata.xml
@@ -11,4 +11,7 @@

madewokherd/wine-mono

+   
+   Install pre-unpacked files which do not 
need to be copied into the Wine prefix
+   
 

diff --git a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
index 0860b6bcb4b..b396802d99c 100644
--- a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
@@ -5,11 +5,15 @@ EAPI=7
 
 DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
-SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
 KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
 
 DEPEND="!!app-emulation/wine:0"
 
@@ -17,5 +21,9 @@ S="${WORKDIR}"
 
 src_install() {
insinto /usr/share/wine/mono
-   doins "${DISTDIR}/${P}-x86.msi"
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
 }



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

2021-07-31 Thread Nick Sarnie
commit: b0ee68926120efd1e9d819b76d49d1b5dc00b339
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:06:14 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:08:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ee6892

app-emulation/wine-mono: Drop old

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

 app-emulation/wine-mono/Manifest   |  2 --
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-6.1.1.ebuild | 21 -
 3 files changed, 44 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 55629582755..7443097e75c 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,3 +1 @@
-DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
-DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 
3bd7ce6da017edd7d462e91afff17f17bf22179d7ff21f479de92d768c8414e329e497ad3a5860499db7c2075629020aa190cdba80285e28fac8996d3e4337ad
 SHA512 
3d2c7b14e605023f45eedf487e14a106f751b1c8da1063efddf5875a7ab9d9d064489940e499b509a573b0daf8274f2375f80fc8e9c10419cff249048fba8a87
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
deleted file mode 100644
index 291b0ae7c2b..000
--- a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/mono
-   doins "${DISTDIR}/${P}-x86.msi"
-}

diff --git a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
deleted file mode 100644
index 0860b6bcb4b..000
--- a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/mono
-   doins "${DISTDIR}/${P}-x86.msi"
-}



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

2021-07-31 Thread Nick Sarnie
commit: 02abd6e406257800d18fe1ac2ae2b199f709051b
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:08:06 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02abd6e4

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

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

 app-emulation/wine-gecko/Manifest |  2 ++
 app-emulation/wine-gecko/metadata.xml |  6 ++
 app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 23 +--
 3 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine-gecko/Manifest 
b/app-emulation/wine-gecko/Manifest
index f400f236d7f..02becb02500 100644
--- a/app-emulation/wine-gecko/Manifest
+++ b/app-emulation/wine-gecko/Manifest
@@ -1,2 +1,4 @@
 DIST wine-gecko-2.47.2-x86.msi 59162112 BLAKE2B 
75197c5145dd047d637ea950ed1df918b79446bbb5aae642a90d95af96870cd1756b8469deca105d986ae2dc166ad1b2b89dd7e16c7d13baa4b215b30c3ba909
 SHA512 
4e6e688fada1edd3d7e0e131246dcae8c6db1a2fde946540b6f8c8b2deee8aa19f210368132f00789d4f49bf2b5e5ac671d4d3699f557e652ece50e55fbcbd43
+DIST wine-gecko-2.47.2-x86.tar.xz 45556880 BLAKE2B 
43334edd68f22e21347a49bcd7321d90111652fe6143fcb94fa97cee950701f1891b41e8c4ea75854d5232a74c2007534d3fdb190c6abfb96290193f6a4546d2
 SHA512 
de39bacf9e8b45971e3e675ccbbac0731855b81e148619a98fb126c38ab385f10f1e68e0a52a663fa1a079192b378f4d4e4cdb0a11c5e9dd46221a9604214250
 DIST wine-gecko-2.47.2-x86_64.msi 55354880 BLAKE2B 
c234602e29a6597d26e7a78ec85ac66471ecd8fcea5360d6f32323e4cbee4aca2ccd5530706e8779346ff2d08f1c4900fef198763e431ce7cd232ef11796
 SHA512 
9bbaf061d5d2035e6df0898a847697bbed071abaf95ccde08b5ace7a2c6fc871db16443596b23a889def82f98591973fe8ca88063021d8779f8faa48973f239c
+DIST wine-gecko-2.47.2-x86_64.tar.xz 43025348 BLAKE2B 
0c956043d7a49cdd88a3af4b25191087fd638a68b958e13a46bbf4310ecf7cdeb973eb3ea5b254f2d4f90f2a715d35c25a67b1883159a60a0ff6eea70e0f1077
 SHA512 
cf7af1087823188c3be6665d7662bf1029c58b4b8db271e5f4bfed15df217b905653b034b62ed0fa961f528be40f0325b378669d27c9a18ef5b9d98ef8c63aeb

diff --git a/app-emulation/wine-gecko/metadata.xml 
b/app-emulation/wine-gecko/metadata.xml
index 921f5a737f8..26d83e5be35 100644
--- a/app-emulation/wine-gecko/metadata.xml
+++ b/app-emulation/wine-gecko/metadata.xml
@@ -5,7 +5,13 @@
w...@gentoo.org
Wine

+   
+   A Mozilla Gecko based version of Internet Explorer for Wine
+   

wine/wine-gecko

+   
+   Install pre-unpacked files which do not 
need to be copied into the Wine prefix
+   
 

diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild 
b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
index ef4f3027be5..ad3c90ca3f7 100644
--- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
+++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
@@ -6,14 +6,20 @@ EAPI=6
 DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
 HOMEPAGE="https://winehq.org;
 SRC_URI="
-   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi )
-   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi )
+   !shared? (
+   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi )
+   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi )
+   )
+   shared? (
+   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.tar.xz )
+   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.tar.xz )
+   )
 "
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
 SLOT="${PV}"
-KEYWORDS="amd64 x86"
-IUSE="abi_x86_32 abi_x86_64"
+KEYWORDS="~amd64 ~x86"
+IUSE="abi_x86_32 abi_x86_64 +shared"
 
 DEPEND="!!app-emulation/wine:0"
 
@@ -21,6 +27,11 @@ S="${WORKDIR}"
 
 src_install() {
insinto /usr/share/wine/gecko
-   use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi"
-   use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi"
+   if use shared; then
+   use abi_x86_32 && doins -r "${P}-x86"
+   use abi_x86_64 && doins -r "${P}-x86_64"
+   else
+   use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi"
+   use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi"
+   fi
 }



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

2021-07-31 Thread Nick Sarnie
commit: 583f113e6d838fbf467a2eaa35b8d97201e2a964
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:07:30 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583f113e

app-emulation/wine-gecko: Drop old

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

 app-emulation/wine-gecko/Manifest  |  4 
 app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild | 28 --
 app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild  | 26 
 3 files changed, 58 deletions(-)

diff --git a/app-emulation/wine-gecko/Manifest 
b/app-emulation/wine-gecko/Manifest
index c62e3824b01..f400f236d7f 100644
--- a/app-emulation/wine-gecko/Manifest
+++ b/app-emulation/wine-gecko/Manifest
@@ -1,6 +1,2 @@
-DIST wine-gecko-2.47.1-x86.msi 50735104 BLAKE2B 
c082e22fdbf1681e0c38e8822bc1a8f99b47d91f7d32f22bfad716685553d3d10fd4004f90135d90f39f4ff05cba37665455679e08ce3a140ca8ded76cb7a9ea
 SHA512 
ef13838bf7d5bdd74d06bbbdccc6b18cc75b4d0c2b3db8c978b9500cdfeb058bf5532d89b77c164eab52c1f93ae2e2540b37f6694a3e560aace3ebc7da2c7596
-DIST wine-gecko-2.47.1-x86_64.msi 52311040 BLAKE2B 
2a9aa68461d2b9f69ada1e50925de7ba9804a4992c9d0a717c9c5d1340179e7f10e550c8db170bb33c79e24dcd068e00648c572c6b4e4d836a507ada6e7bbccd
 SHA512 
f875d9a7c68a33abf6dd25d61ff6dd3e5ff246768880e3ee4984ab63b065a7b0ef55411b710e4cb9db48bd2114cbd3fbd97f24e819d7d71c2212dd612abaaf43
 DIST wine-gecko-2.47.2-x86.msi 59162112 BLAKE2B 
75197c5145dd047d637ea950ed1df918b79446bbb5aae642a90d95af96870cd1756b8469deca105d986ae2dc166ad1b2b89dd7e16c7d13baa4b215b30c3ba909
 SHA512 
4e6e688fada1edd3d7e0e131246dcae8c6db1a2fde946540b6f8c8b2deee8aa19f210368132f00789d4f49bf2b5e5ac671d4d3699f557e652ece50e55fbcbd43
 DIST wine-gecko-2.47.2-x86_64.msi 55354880 BLAKE2B 
c234602e29a6597d26e7a78ec85ac66471ecd8fcea5360d6f32323e4cbee4aca2ccd5530706e8779346ff2d08f1c4900fef198763e431ce7cd232ef11796
 SHA512 
9bbaf061d5d2035e6df0898a847697bbed071abaf95ccde08b5ace7a2c6fc871db16443596b23a889def82f98591973fe8ca88063021d8779f8faa48973f239c
-DIST wine_gecko-2.47-x86.msi 49266176 BLAKE2B 
6b1d4ebf53fac422c2da9ae7f5b6ab9064d2b6cc20d57fe13707395e71305ac1607a440624d3a545fe1e0391bc92bf5b594173549e519eda967bb833b69b2f52
 SHA512 
e0d06102dcb8ec2d24e8c8c3f5c2ee5cb47c18e203dfb43d85de008d682ff874fb664fef1df909a5a7857de39c7e8ce5175e734a11964ec4cd35f8fbacaea3a4
-DIST wine_gecko-2.47-x86_64.msi 50806272 BLAKE2B 
6f91d4661a322eca41042cb7a246d5bff76ab72b4bda67183fc36735c923bd6d76624f21fd3e59f63fd872704edcf0116a6e7ab4fa6f074f5098c8fb5307534c
 SHA512 
7c2496b15a06bc6906bc60afb3ac082e3f9931207fa624e60297020211d66aa9b420a61e95730a0dbdcefbe4b26c811d0c896ecd9c363b5107d08c3fa22fef41

diff --git a/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild 
b/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild
deleted file mode 100644
index 6a66a478caf..000
--- a/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN/-/_}
-
-DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
-HOMEPAGE="https://winehq.org;
-SRC_URI="
-   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${MY_PN}-${PV}-x86.msi )
-   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${MY_PN}-${PV}-x86_64.msi )
-"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-IUSE="abi_x86_32 abi_x86_64"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/gecko
-   use abi_x86_32 && doins "${DISTDIR}/${MY_PN}-${PV}-x86.msi"
-   use abi_x86_64 && doins "${DISTDIR}/${MY_PN}-${PV}-x86_64.msi"
-}

diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild 
b/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild
deleted file mode 100644
index b71c2e53991..000
--- a/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
-HOMEPAGE="https://winehq.org;
-SRC_URI="
-   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi )
-   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi )
-"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-IUSE="abi_x86_32 abi_x86_64"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/gecko
-   use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi"
-   use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi"
-}



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

2021-07-31 Thread Nick Sarnie
commit: 90e4b42cc3c6fcc094ffe8b413f338ea96c92517
Author: Alex Xu (Hello71)  yahoo  ca>
AuthorDate: Tue Jul 27 13:01:13 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul 31 23:59:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=90e4b42c

app-emulation/wine-gecko: add shared

skip 2.47 and 2.47.1, because poor support for shared upstream in those
versions, and they are also not used by any current gentoo wines

Signed-off-by: Alex Xu (Hello71)  yahoo.ca>
Closes: https://github.com/gentoo/repo-proj-wine/pull/21
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-gecko/Manifest |  2 ++
 app-emulation/wine-gecko/metadata.xml |  3 +++
 app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 25 ---
 3 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/app-emulation/wine-gecko/Manifest 
b/app-emulation/wine-gecko/Manifest
index c62e382..1742a2d 100644
--- a/app-emulation/wine-gecko/Manifest
+++ b/app-emulation/wine-gecko/Manifest
@@ -1,6 +1,8 @@
 DIST wine-gecko-2.47.1-x86.msi 50735104 BLAKE2B 
c082e22fdbf1681e0c38e8822bc1a8f99b47d91f7d32f22bfad716685553d3d10fd4004f90135d90f39f4ff05cba37665455679e08ce3a140ca8ded76cb7a9ea
 SHA512 
ef13838bf7d5bdd74d06bbbdccc6b18cc75b4d0c2b3db8c978b9500cdfeb058bf5532d89b77c164eab52c1f93ae2e2540b37f6694a3e560aace3ebc7da2c7596
 DIST wine-gecko-2.47.1-x86_64.msi 52311040 BLAKE2B 
2a9aa68461d2b9f69ada1e50925de7ba9804a4992c9d0a717c9c5d1340179e7f10e550c8db170bb33c79e24dcd068e00648c572c6b4e4d836a507ada6e7bbccd
 SHA512 
f875d9a7c68a33abf6dd25d61ff6dd3e5ff246768880e3ee4984ab63b065a7b0ef55411b710e4cb9db48bd2114cbd3fbd97f24e819d7d71c2212dd612abaaf43
 DIST wine-gecko-2.47.2-x86.msi 59162112 BLAKE2B 
75197c5145dd047d637ea950ed1df918b79446bbb5aae642a90d95af96870cd1756b8469deca105d986ae2dc166ad1b2b89dd7e16c7d13baa4b215b30c3ba909
 SHA512 
4e6e688fada1edd3d7e0e131246dcae8c6db1a2fde946540b6f8c8b2deee8aa19f210368132f00789d4f49bf2b5e5ac671d4d3699f557e652ece50e55fbcbd43
+DIST wine-gecko-2.47.2-x86.tar.xz 45556880 BLAKE2B 
43334edd68f22e21347a49bcd7321d90111652fe6143fcb94fa97cee950701f1891b41e8c4ea75854d5232a74c2007534d3fdb190c6abfb96290193f6a4546d2
 SHA512 
de39bacf9e8b45971e3e675ccbbac0731855b81e148619a98fb126c38ab385f10f1e68e0a52a663fa1a079192b378f4d4e4cdb0a11c5e9dd46221a9604214250
 DIST wine-gecko-2.47.2-x86_64.msi 55354880 BLAKE2B 
c234602e29a6597d26e7a78ec85ac66471ecd8fcea5360d6f32323e4cbee4aca2ccd5530706e8779346ff2d08f1c4900fef198763e431ce7cd232ef11796
 SHA512 
9bbaf061d5d2035e6df0898a847697bbed071abaf95ccde08b5ace7a2c6fc871db16443596b23a889def82f98591973fe8ca88063021d8779f8faa48973f239c
+DIST wine-gecko-2.47.2-x86_64.tar.xz 43025348 BLAKE2B 
0c956043d7a49cdd88a3af4b25191087fd638a68b958e13a46bbf4310ecf7cdeb973eb3ea5b254f2d4f90f2a715d35c25a67b1883159a60a0ff6eea70e0f1077
 SHA512 
cf7af1087823188c3be6665d7662bf1029c58b4b8db271e5f4bfed15df217b905653b034b62ed0fa961f528be40f0325b378669d27c9a18ef5b9d98ef8c63aeb
 DIST wine_gecko-2.47-x86.msi 49266176 BLAKE2B 
6b1d4ebf53fac422c2da9ae7f5b6ab9064d2b6cc20d57fe13707395e71305ac1607a440624d3a545fe1e0391bc92bf5b594173549e519eda967bb833b69b2f52
 SHA512 
e0d06102dcb8ec2d24e8c8c3f5c2ee5cb47c18e203dfb43d85de008d682ff874fb664fef1df909a5a7857de39c7e8ce5175e734a11964ec4cd35f8fbacaea3a4
 DIST wine_gecko-2.47-x86_64.msi 50806272 BLAKE2B 
6f91d4661a322eca41042cb7a246d5bff76ab72b4bda67183fc36735c923bd6d76624f21fd3e59f63fd872704edcf0116a6e7ab4fa6f074f5098c8fb5307534c
 SHA512 
7c2496b15a06bc6906bc60afb3ac082e3f9931207fa624e60297020211d66aa9b420a61e95730a0dbdcefbe4b26c811d0c896ecd9c363b5107d08c3fa22fef41

diff --git a/app-emulation/wine-gecko/metadata.xml 
b/app-emulation/wine-gecko/metadata.xml
index 41e683d..26d83e5 100644
--- a/app-emulation/wine-gecko/metadata.xml
+++ b/app-emulation/wine-gecko/metadata.xml
@@ -11,4 +11,7 @@

wine/wine-gecko

+   
+   Install pre-unpacked files which do not 
need to be copied into the Wine prefix
+   
 

diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild 
b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
index 6f99f66..ad3c90c 100644
--- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
+++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,21 +6,32 @@ EAPI=6
 DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
 HOMEPAGE="https://winehq.org;
 SRC_URI="
-   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi )
-   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi )
+   !shared? (
+   abi_x86_32? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi )
+   abi_x86_64? ( 
https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi )
+   )
+   shared? (
+ 

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

2021-07-31 Thread Nick Sarnie
commit: 1505c9fb257fb43a42ff717c0706b1c78ed8cd68
Author: Alex Xu (Hello71)  yahoo  ca>
AuthorDate: Tue Jul 27 12:53:25 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jul 31 23:58:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=1505c9fb

app-emulation/wine-mono: add shared support

Signed-off-by: Alex Xu (Hello71)  yahoo.ca>
Closes: https://github.com/gentoo/repo-proj-wine/pull/20
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   | 12 
 app-emulation/wine-mono/metadata.xml   |  3 +++
 app-emulation/wine-mono/wine-mono-4.8.1.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-4.8.3.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-4.9.0.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-4.9.2.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-4.9.3.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-4.9.4.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-5.0.0.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-5.1.0.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-6.0.0.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-6.1.1.ebuild | 12 ++--
 app-emulation/wine-mono/wine-mono-6.2.0.ebuild | 12 ++--
 14 files changed, 135 insertions(+), 24 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 56c9b7f..231abd8 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -11,8 +11,20 @@ DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339
 DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
 DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9
 DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c
+DIST wine-mono-5.0.0-x86.tar.xz 39005692 BLAKE2B 
d3a1e10d523da423ce34946cb39cad8ec99e6e57b1a979cf355027b5081b3f03c69019ebf26a786fef1a53dc2043fe915be94ad07c6264b2b6667cce445dd8b7
 SHA512 
4cd8ec4369c762394995efc594d0b6eb57de79b5c683a2af9c80ab795f700b4e355b5c732ef914b0551e77e0e6a1fecebaa64067d0e655fc736a0b828d324693
 DIST wine-mono-5.1.0-x86.msi 84094976 BLAKE2B 
25b044696f46810a843c17117f61532de3d4922f202e5acc2106b67f99eda6d359a799dd53ac4801380e81fdb5929c29e09a4923df99bf104b462ac77c682f29
 SHA512 
c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f
+DIST wine-mono-5.1.0-x86.tar.xz 41627164 BLAKE2B 
c00ae53764d7269323c6b41bca5c8093612c970d0db03a09c743822496e1e587fa633d02f57c8d29efa36721966fad217c311fbbd6f3c8f9d8389aa92af1536e
 SHA512 
64380288fc3a4fc324e15d8b864d995afe2bcb0c96ff02779b4f39c819a43d8e5e84162156ae011db7153a68f2a752c044149bec5804955822826622eb2cca5e
 DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
+DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
 DIST wine-mono-6.0.0-x86.msi 87507456 BLAKE2B 
b3cd3c767ecab3f679f82ad5efe393c10bd87261b48d25804ac4fa200eeadae74f73ca59b6b31f2d64695f1ea28e43ea333fadc78bb4f0c3d97d22087667548d
 SHA512 
04a499429572a88308c3b906d4f729648b0a5bdf53f24e3630b14f644aaaf6d9be603f08cc76e25a35010f9e347b4b93c308bab417e5e64a801050f932ea176b
+DIST wine-mono-6.0.0-x86.tar.xz 45485748 BLAKE2B 
d601de68562dc188eb24f775dd1613986f265780a9b700390601e3a126d4adc96477ae7405499a86aa6ecf70dccb9bb7cedfc60621f78ac6231fb51d90194d4d
 SHA512 
746e9da61534f5453fce76a45204b8ffd6b5be296525173b057a5cf487e70919280141fccdf01cc61591d6de89da17449e20f14225859b95dc0240e6d7e46ef8
 DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash/

2021-07-31 Thread Joshua Kinard
commit: ca9ab1c944af74ae8eb05403e3adf6d1d738731f
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:44:47 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:49:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9ab1c9

dev-perl/Package-Stash: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/803401
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild 
b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
index f05c62988be..76d9874a531 100644
--- a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
+++ b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Routines for manipulating stashes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~sparc"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-HasCompiler/

2021-07-31 Thread Joshua Kinard
commit: df736faadf528cc8eafd64170d0f07daa98a01e7
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:47:31 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:49:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df736faa

dev-perl/ExtUtils-HasCompiler: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/803401
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild 
b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
index 236a1a0e954..a8ab4fe563d 100644
--- a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
+++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Check for the presence of a compiler"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~sparc"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/

2021-07-31 Thread Joshua Kinard
commit: 6b04b1b76282e2ff00762239ad122467c5517e34
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:49:23 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:49:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b04b1b7

sys-devel/slibtool: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/777435
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 sys-devel/slibtool/slibtool-0.5.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/slibtool/slibtool-0.5.34.ebuild 
b/sys-devel/slibtool/slibtool-0.5.34.ebuild
index 999777cdbef..7e9bfc00143 100644
--- a/sys-devel/slibtool/slibtool-0.5.34.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.34.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz;
SRC_URI+=" verify-sig? ( 
https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~x64-macos"
 
BDEPEND="verify-sig? ( app-crypt/openpgp-keys-midipix )"
 fi



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

2021-07-31 Thread William Hubbs
commit: 8f389270f1077fd1a670332002c3912950524cd5
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 31 22:43:24 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 31 22:43:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f389270

acct-user/drone: add user for dev-util/drone

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 acct-user/drone/drone-0.ebuild | 12 
 acct-user/drone/metadata.xml   |  8 
 2 files changed, 20 insertions(+)

diff --git a/acct-user/drone/drone-0.ebuild b/acct-user/drone/drone-0.ebuild
new file mode 100644
index 000..0d5a3103cec
--- /dev/null
+++ b/acct-user/drone/drone-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for dev-util/drone"
+
+ACCT_USER_ID=112
+ACCT_USER_GROUPS=( drone )
+ACCT_USER_HOME=/var/lib/drone

diff --git a/acct-user/drone/metadata.xml b/acct-user/drone/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/acct-user/drone/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+



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

2021-07-31 Thread Joshua Kinard
commit: ed27dd52fd09e5a4188c84609caa3561b33ab310
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:30:32 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:30:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed27dd52

sys-kernel/mips-sources: Update LTS kernel versions for MIPS.

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

 sys-kernel/mips-sources/Manifest| 6 +++---
 .../{mips-sources-4.14.237.ebuild => mips-sources-4.14.241.ebuild}  | 0
 .../{mips-sources-4.19.195.ebuild => mips-sources-4.19.200.ebuild}  | 0
 .../{mips-sources-5.4.127.ebuild => mips-sources-5.4.137.ebuild}| 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest
index 6eff2059ddc..e90f79dd8cf 100644
--- a/sys-kernel/mips-sources/Manifest
+++ b/sys-kernel/mips-sources/Manifest
@@ -5,6 +5,6 @@ DIST mips-sources-4.14.0-patches-v3.tar.xz 287468 BLAKE2B 
24212e2d6ca784986d0e3e
 DIST mips-sources-4.19.0-patches-v3.tar.xz 289136 BLAKE2B 
9c77c641d4c4603983c0bc11cba5d83337c7373f67bc5870b8b02d6d4a537c8c02f21fe47fd64f13c5e10d37100654857d0b598be6d8c429f5fe1d7332b6b6bd
 SHA512 
7199a20f20f9d0a4eae38279335d8c9da20940fb37f0ba38cb6b68fdd5c9d4d2e2b65efff5383065e685c0fb5ad639c6d79d74989a5b4200b987f175de7da422
 DIST mips-sources-5.4-patches-v6.tar.xz 197884 BLAKE2B 
08dad7c3d7ba3d04afe5a39dd0e0930894c124beebecfaa66aab6f42f3151f5271186e6735cd19344e05ea10faf11461290f62667d12379660734a63828c595a
 SHA512 
472f44d1e212ca0bfae896dcf3ec45bbeb47fe1aa49b80060c2d0b7347b065ce8354e6b8ad009d7b5e2923d4072a9a93acf9ecbcc56575195ad5b60bef1af12e
 DIST mipsgit-4.14.0-20180128.diff.xz 1008 BLAKE2B 
2a317ff97aab096883680c6b653e993aee31994e6caec52c52dfbbb61f1dc1f25d03ebd3182fa122923a67aeee0aa598b36e603692333e4c9ccdc741fd456d96
 SHA512 
378deb1bc1d10a6b4912e5e4a0d6fcab28952e2e59c35fc879601841cf8160081b318a2598ef74db225e95f0f26483f6b9a56a348811b1ee7b8934391dd271ae
-DIST patch-4.14.237.xz 4312692 BLAKE2B 
125d1801f973568ea7bccd26ee449a50876161e7990a8d214ed8aba0c9de580fc0ca36854fa321adfd50c70814c6695a6974ef54451a4f713f8bd8270249e34d
 SHA512 
986f1c665b0fc692e760b1641b9768f76700e71d22235bf2c7b750d9436b9814ce54efa4a09dd7b89dc16708c5da5d4702638129724ff59de05ddd2522289b45
-DIST patch-4.19.195.xz 4050448 BLAKE2B 
3e08e0490acef5cb344c1cf19ed2c0788293dd56cd6fc3bc1d1d85000a38775ed5561e3b767132bd3a24174f00e9e9f51d8350c0890bb6840647edae2546f191
 SHA512 
22a476bd127d177587ae45e110798dd337dac7ab5ecbee164a0b71bc387ad89a8e986f328797972b1c8d87c03ed28f95b232bfec7c1ef2a14cdbe6717ca06b24
-DIST patch-5.4.127.xz 3036948 BLAKE2B 
1a7f99e90bdca9c5251cb98ffdf9ebdce1c8157d265b7fd886bb918ef05aa6707a9c3587184cb7074e1762d8efc2f5ee047cfb3df2e3082de5b75094d7e5aef6
 SHA512 
44cfb376c6b55fee8bd4a03e8fa3da9051c03c5fee9fdba6f718c69916888c2562380fd3d3ca744eee96472e125e62b3bfb2102a89aeb578878b1e05ad985e8e
+DIST patch-4.14.241.xz 4387084 BLAKE2B 
7d3126cbb14d1e5459689314b4a465712f66bc4b88392ad8514811cbfca5a2110c3f3c8cf577d86ac7aa5c8cd699336aed1f51368cae0a7e47f36c6ff8758393
 SHA512 
2f509afd824f1a924c10d763c1608b401c098c2e4084922bcc1b9a3ab558bd43ba3a62c232a99be5717666eb32baa93ca4a2b7c233b8184df567aaf1a5dc92da
+DIST patch-4.19.200.xz 4167064 BLAKE2B 
5216e28d2a8cb22415d94a3f397f86cb0bdb9bc8d05be5d6a679e5ef58342c188e2ec37c7469cda0a61ebed42929597a2a4175f56f2b7912494ffc801e1a5189
 SHA512 
c979cbc8016b5c7409494940ab652f997807a459f008225fda79000c23b46e2f3c4fffa70b746b40a8d07ee0e9654511d1ecd9fab5016c8bdd1977ae51ef5dd4
+DIST patch-5.4.137.xz 3214908 BLAKE2B 
de1d58f6100e89cee5c103748cab753c4dab425e730695af61000bd4fb2f1a8d4c699aaf32f1dc77c28778477466a2ca24e14b9efca882608cc4166dc51ffb02
 SHA512 
30da56861035f55ce11fd0db06fb4f289b51753f3f24b5e863b77f23d53dab38edb7cfe80c528d394fb70a7b46d66f47adc9e2e765feebc7b0b293e7515631a3

diff --git a/sys-kernel/mips-sources/mips-sources-4.14.237.ebuild 
b/sys-kernel/mips-sources/mips-sources-4.14.241.ebuild
similarity index 100%
rename from sys-kernel/mips-sources/mips-sources-4.14.237.ebuild
rename to sys-kernel/mips-sources/mips-sources-4.14.241.ebuild

diff --git a/sys-kernel/mips-sources/mips-sources-4.19.195.ebuild 
b/sys-kernel/mips-sources/mips-sources-4.19.200.ebuild
similarity index 100%
rename from sys-kernel/mips-sources/mips-sources-4.19.195.ebuild
rename to sys-kernel/mips-sources/mips-sources-4.19.200.ebuild

diff --git a/sys-kernel/mips-sources/mips-sources-5.4.127.ebuild 
b/sys-kernel/mips-sources/mips-sources-5.4.137.ebuild
similarity index 100%
rename from sys-kernel/mips-sources/mips-sources-5.4.127.ebuild
rename to sys-kernel/mips-sources/mips-sources-5.4.137.ebuild



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

2021-07-31 Thread Joshua Kinard
commit: f46515f3a2d58883e4a426520eda47ae87161c76
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:19:47 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46515f3

dev-python/backports-entry_points_selectable: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/804342
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 .../backports-entry_points_selectable-1.1.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
 
b/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
index 5fa238efa83..d4e0b8fd4aa 100644
--- 
a/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
+++ 
b/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-07-31 Thread Joshua Kinard
commit: da8ddaa5f159ff210bed8aa958e1b5883d1ae875
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:35:26 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8ddaa5

dev-libs/imath: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/798690
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 dev-libs/imath/imath-3.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/imath/imath-3.0.5-r1.ebuild 
b/dev-libs/imath/imath-3.0.5-r1.ebuild
index a1bd6fa5cf4..f2fc3101233 100644
--- a/dev-libs/imath/imath-3.0.5-r1.ebuild
+++ b/dev-libs/imath/imath-3.0.5-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io;
 
SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 # re-keywording needed for (according to ilmbase keywords):
 # ~arm ~arm64 ~mips ~x64-macos ~x86-solaris
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"



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

2021-07-31 Thread Joshua Kinard
commit: 57cd8abe5ed07b9c3efeb44f95c15a590eead0a8
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:21:51 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cd8abe

dev-python/platformdirs: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/804342
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

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

diff --git a/dev-python/platformdirs/platformdirs-2.0.2.ebuild 
b/dev-python/platformdirs/platformdirs-2.0.2.ebuild
index 702e5156b7e..fcc112718d6 100644
--- a/dev-python/platformdirs/platformdirs-2.0.2.ebuild
+++ b/dev-python/platformdirs/platformdirs-2.0.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~sparc ~x86"
 
 BDEPEND="
test? ( dev-python/appdirs[${PYTHON_USEDEP}] )"



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

2021-07-31 Thread Joshua Kinard
commit: fcd90b098fc8365f261d47dd064a000143af6e7b
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:55:04 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd90b09

dev-libs/libgudev: Added ~mips back to KEYWORDS

Bug: https://bugs.gentoo.org/805083
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 dev-libs/libgudev/libgudev-236-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgudev/libgudev-236-r1.ebuild 
b/dev-libs/libgudev/libgudev-236-r1.ebuild
index db6775ef55f..5c7b68a85f4 100644
--- a/dev-libs/libgudev/libgudev-236-r1.ebuild
+++ b/dev-libs/libgudev/libgudev-236-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
 IUSE="introspection static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-07-31 Thread Joshua Kinard
commit: de8d9eb7512bf68bd56306e35581386eff2ae4d4
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:50:40 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8d9eb7

profiles/arch/mips/package.use.mask

Mask USE 'test' on MIPS for libgudev.  This requires
dev-util/umockdev, which has apparently never had a
MIPS keyword.  Running the testsuite can be revisited
at a later date.

Bug: https://bugs.gentoo.org/805083
Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/package.use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 7bfdedc6436..123047b0b6a 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joshua Kinard  (2021-07-31)
+# Mask USE 'test' on MIPS for libgudev.  This requires dev-util/umockdev,
+# which has apparently never had a MIPS keyword.  Running the testsuite can be
+# revisited at a later date.  Bug #805083
+dev-libs/libgudev test
+
 # Matt Turner  (2021-06-10)
 # dev-python/django is not keyworded here
 dev-python/diskcache test



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

2021-07-31 Thread Joshua Kinard
commit: 2f49835521a0e9bd936e3d14cbe2b021174385d0
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:15:24 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f498355

dev-python/trustme: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/802549
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

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

diff --git a/dev-python/trustme/trustme-0.8.0.ebuild 
b/dev-python/trustme/trustme-0.8.0.ebuild
index b56cc1f32e3..98d886c5730 100644
--- a/dev-python/trustme/trustme-0.8.0.ebuild
+++ b/dev-python/trustme/trustme-0.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]"



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

2021-07-31 Thread Joshua Kinard
commit: f7c1e79517eefe94c3be205597d82f8eb18a9304
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 22:16:49 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c1e795

dev-python/virtualenv: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/804342
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

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

diff --git a/dev-python/virtualenv/virtualenv-20.6.0.ebuild 
b/dev-python/virtualenv/virtualenv-20.6.0.ebuild
index ff98d854f2b..3d63a4a907b 100644
--- a/dev-python/virtualenv/virtualenv-20.6.0.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.6.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~sparc ~x86"
 SLOT="0"
 
 RDEPEND="



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

2021-07-31 Thread Joshua Kinard
commit: 03a234fb81f3f21e6e73db74cacb0eab77aa7245
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:01:04 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a234fb

dev-python/charset_normalizer: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/802549
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index e1fa87993f4..89687b00b3c 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-31 Thread Joshua Kinard
commit: 20c6b707a6b4bf0a1f72eabaa99dbbe09b195cf4
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 20:58:23 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c6b707

dev-python/requests: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/802549
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

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

diff --git a/dev-python/requests/requests-2.26.0.ebuild 
b/dev-python/requests/requests-2.26.0.ebuild
index d7001ec67df..88f1f9b8a52 100644
--- a/dev-python/requests/requests-2.26.0.ebuild
+++ b/dev-python/requests/requests-2.26.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
 IUSE="socks5"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/

2021-07-31 Thread Sam James
commit: 33886b9db90135815b191e6d34c468a001f7c353
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33886b9d

dev-python/ruamel-yaml-clib: Stabilize 0.2.6 sparc, #805443

Signed-off-by: Sam James  gentoo.org>

 dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
index 1dbf5b0fe41..381abd6f338 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
 
 python_install() {
distutils-r1_python_install --single-version-externally-managed



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

2021-07-31 Thread Sam James
commit: 167cb766cca1ff082d1c7a1bea1c296d657ede59
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167cb766

dev-python/astroid: Stabilize 2.6.2 ALLARCHES, #805479

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/astroid/astroid-2.6.2.ebuild 
b/dev-python/astroid/astroid-2.6.2.ebuild
index 3dc8174c1c6..cef4de93bb0 100644
--- a/dev-python/astroid/astroid-2.6.2.ebuild
+++ b/dev-python/astroid/astroid-2.6.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 # Version specified in __pkginfo__.py.
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/

2021-07-31 Thread Sam James
commit: d3273284b75a5c214697e05157c152d702f0d9dc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3273284

app-eselect/eselect-repository: Stabilize 11 ALLARCHES, #805455

Signed-off-by: Sam James  gentoo.org>

 app-eselect/eselect-repository/eselect-repository-11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-repository/eselect-repository-11.ebuild 
b/app-eselect/eselect-repository/eselect-repository-11.ebuild
index 8a6bf3e7757..a27e3190d6f 100644
--- a/app-eselect/eselect-repository/eselect-repository-11.ebuild
+++ b/app-eselect/eselect-repository/eselect-repository-11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> $
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



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

2021-07-31 Thread Sam James
commit: b3f21a28241f70e4916c07e5ede3530876d0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f21a28

dev-lang/python-exec: Stabilize 2.4.8 sparc, #805473

Signed-off-by: Sam James  gentoo.org>

 dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.8.ebuild 
b/dev-lang/python-exec/python-exec-2.4.8.ebuild
index ba9bc52a3a4..307d97cf42f 100644
--- a/dev-lang/python-exec/python-exec-2.4.8.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Internal Python project hack.  Do not copy it.  Ever.
 IUSE="${_PYTHON_ALL_IMPLS[@]/#/python_targets_} +native-symlinks test"
 RESTRICT="!test? ( test )"



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

2021-07-31 Thread Sam James
commit: 8a15447de323a3303570cae2cf88a9de7f19c4ea
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a15447d

www-servers/tornado: Stabilize 6.1 sparc, #805476

Signed-off-by: Sam James  gentoo.org>

 www-servers/tornado/tornado-6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tornado/tornado-6.1.ebuild 
b/www-servers/tornado/tornado-6.1.ebuild
index 8c099492931..51a92158651 100644
--- a/www-servers/tornado/tornado-6.1.ebuild
+++ b/www-servers/tornado/tornado-6.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2021-07-31 Thread Sam James
commit: b6703b8dae868b34c9fab06b7e33c4834040fb2e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6703b8d

dev-python/urllib3: Stabilize 1.26.6 ALLARCHES, #805446

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/urllib3/urllib3-1.26.6.ebuild 
b/dev-python/urllib3/urllib3-1.26.6.ebuild
index b68c311d939..c71c6adc940 100644
--- a/dev-python/urllib3/urllib3-1.26.6.ebuild
+++ b/dev-python/urllib3/urllib3-1.26.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="brotli test"
 RESTRICT="!test? ( test )"
 



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

2021-07-31 Thread Sam James
commit: 6a5167c48a539ea19f478b9ecefd152c44a27f7b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5167c4

dev-python/priority: Stabilize 2.0.0 sparc, #805410

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/priority/priority-2.0.0.ebuild 
b/dev-python/priority/priority-2.0.0.ebuild
index f6fc6a8c196..21fab37fbf1 100644
--- a/dev-python/priority/priority-2.0.0.ebuild
+++ b/dev-python/priority/priority-2.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
 
 BDEPEND="
test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )



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

2021-07-31 Thread Sam James
commit: 9126784e2d8a3226f2d3cc4a63dd1e14f6c09ed4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9126784e

dev-python/asgiref: Stabilize 3.4.1 ALLARCHES, #805386

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/asgiref/asgiref-3.4.1.ebuild 
b/dev-python/asgiref/asgiref-3.4.1.ebuild
index 29fe309588a..7b6c812c573 100644
--- a/dev-python/asgiref/asgiref-3.4.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-07-31 Thread Sam James
commit: aa588921a638c291d2739034f36d8af7cd7c3407
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa588921

app-portage/eix: Stabilize 0.35.2 sparc, #805458

Signed-off-by: Sam James  gentoo.org>

 app-portage/eix/eix-0.35.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.35.2.ebuild 
b/app-portage/eix/eix-0.35.2.ebuild
index a13024c139e..e41b0f3ba7d 100644
--- a/app-portage/eix/eix-0.35.2.ebuild
+++ b/app-portage/eix/eix-0.35.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2021-07-31 Thread Sam James
commit: ea27e9ce606efa9ab7f5deced74be064d27ddf10
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea27e9ce

net-mail/mailutils: Stabilize 3.12-r3 sparc, #802867

Signed-off-by: Sam James  gentoo.org>

 net-mail/mailutils/mailutils-3.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailutils/mailutils-3.12-r3.ebuild 
b/net-mail/mailutils/mailutils-3.12-r3.ebuild
index cb6e747aedd..0e7fa1ffeb5 100644
--- a/net-mail/mailutils/mailutils-3.12-r3.ebuild
+++ b/net-mail/mailutils/mailutils-3.12-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc 
~x86 ~ppc-macos ~x64-macos"
 IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
ldap mysql nls pam postgres python servers split-usr ssl static-libs 
+threads tcpd \
tokyocabinet"



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

2021-07-31 Thread Sam James
commit: e3df25286833efbe62885de385ccb2924e86b10a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:21:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:21:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3df2528

dev-python/numpy: Stabilize 1.21.1 ppc64, #805404

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/numpy/numpy-1.21.1.ebuild 
b/dev-python/numpy/numpy-1.21.1.ebuild
index 702ee6e6f21..3353915bf36 100644
--- a/dev-python/numpy/numpy-1.21.1.ebuild
+++ b/dev-python/numpy/numpy-1.21.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



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

2021-07-31 Thread Sam James
commit: 4f1f9059783131374b91b5809936e3d4e994f95e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:21:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:21:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1f9059

dev-python/priority: Stabilize 2.0.0 ppc64, #805410

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/priority/priority-2.0.0.ebuild 
b/dev-python/priority/priority-2.0.0.ebuild
index 291dac4547b..f6fc6a8c196 100644
--- a/dev-python/priority/priority-2.0.0.ebuild
+++ b/dev-python/priority/priority-2.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2021-07-31 Thread Sam James
commit: d99c23e9f37426498ffe26aaeac5de504fb5ff90
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99c23e9

net-mail/mailutils: Stabilize 3.12-r3 ppc64, #802867

Signed-off-by: Sam James  gentoo.org>

 net-mail/mailutils/mailutils-3.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailutils/mailutils-3.12-r3.ebuild 
b/net-mail/mailutils/mailutils-3.12-r3.ebuild
index 9fa092f153d..cb6e747aedd 100644
--- a/net-mail/mailutils/mailutils-3.12-r3.ebuild
+++ b/net-mail/mailutils/mailutils-3.12-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~ppc-macos ~x64-macos"
 IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
ldap mysql nls pam postgres python servers split-usr ssl static-libs 
+threads tcpd \
tokyocabinet"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/

2021-07-31 Thread Sam James
commit: 5f3961f4d5eb2ead2b12c501c8e0efd733c4b3c0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:21:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:21:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3961f4

dev-python/ruamel-yaml-clib: Stabilize 0.2.6 ppc64, #805443

Signed-off-by: Sam James  gentoo.org>

 dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
index 4b2ba7efbc0..1dbf5b0fe41 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 
 python_install() {
distutils-r1_python_install --single-version-externally-managed



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

2021-07-31 Thread Sam James
commit: eb30078efd86fdf3bdf7cf43c039de2970f98484
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb30078e

dev-python/python-docs: Stabilize 3.6.14 ppc64, #804276

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/python-docs/python-docs-3.6.14.ebuild 
b/dev-python/python-docs/python-docs-3.6.14.ebuild
index eb85be6819d..a957c58aad3 100644
--- a/dev-python/python-docs/python-docs-3.6.14.ebuild
+++ b/dev-python/python-docs/python-docs-3.6.14.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/python-${PV}-docs-html"
 
 LICENSE="PSF-2"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
~x86"
 
 src_install() {
rm -r _sources || die



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

2021-07-31 Thread Sam James
commit: 98e7c0c3bcdbc8ecf6d09379ebffcdf89a1ab9e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e7c0c3

net-libs/libpcap: Stabilize 1.10.1-r1 ppc64, #805320

Signed-off-by: Sam James  gentoo.org>

 net-libs/libpcap/libpcap-1.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild 
b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
index 8962ce89d61..10e53fd00f8 100644
--- a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
@@ -20,7 +20,7 @@ else
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> 
${P}-upstream.tar.gz"
SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/

2021-07-31 Thread Sam James
commit: cf51586941a958e0b3e70c781d27aad8f5d5808f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf515869

dev-python/ruamel-yaml-clib: Stabilize 0.2.6 ppc, #805443

Signed-off-by: Sam James  gentoo.org>

 dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
index ccfa6dccc70..4b2ba7efbc0 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.6.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
 
 python_install() {
distutils-r1_python_install --single-version-externally-managed



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

2021-07-31 Thread Sam James
commit: bcbbf479b6a176d1275c0b79ce23fe268a5b0c09
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbbf479

dev-python/ruamel-yaml: Stabilize 0.17.10 ALLARCHES, #805440

Signed-off-by: Sam James  gentoo.org>

 dev-python/ruamel-yaml/ruamel-yaml-0.17.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.10.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.10.ebuild
index 9cf177b48a8..86fa6a9be48 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.10.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.10.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/namespace-ruamel[${PYTHON_USEDEP}]



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

2021-07-31 Thread Sam James
commit: 924d386a368f196be2374ac6d4f5f60f04d45ced
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924d386a

dev-lang/python: Stabilize 3.6.14 ppc64, #804276

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-lang/python/python-3.6.14.ebuild 
b/dev-lang/python/python-3.6.14.ebuild
index d038086345d..003f53696d2 100644
--- a/dev-lang/python/python-3.6.14.ebuild
+++ b/dev-lang/python/python-3.6.14.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-07-31 Thread Sam James
commit: fad821e4b496e5d5aaca1d0b84745264f3ca0eb7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad821e4

dev-python/priority: Stabilize 2.0.0 ppc, #805410

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/priority/priority-2.0.0.ebuild 
b/dev-python/priority/priority-2.0.0.ebuild
index e215e1f759b..291dac4547b 100644
--- a/dev-python/priority/priority-2.0.0.ebuild
+++ b/dev-python/priority/priority-2.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )



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

2021-07-31 Thread Sam James
commit: c16174315ec71d675d86b78379cab5b60fc31376
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1617431

net-libs/libpcap: Stabilize 1.10.1-r1 ppc, #805320

Signed-off-by: Sam James  gentoo.org>

 net-libs/libpcap/libpcap-1.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild 
b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
index 069b294c645..8962ce89d61 100644
--- a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
@@ -20,7 +20,7 @@ else
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> 
${P}-upstream.tar.gz"
SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser/

2021-07-31 Thread Sam James
commit: 2729f908e638590f1aab70889f46a500a0163e83
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2729f908

dev-perl/XML-Parser: Stabilize 2.460.0 ppc, #805098

Signed-off-by: Sam James  gentoo.org>

 dev-perl/XML-Parser/XML-Parser-2.460.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Parser/XML-Parser-2.460.0.ebuild 
b/dev-perl/XML-Parser/XML-Parser-2.460.0.ebuild
index c9417d15036..8e6fd516c91 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.460.0.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.460.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="A perl module for parsing XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Mechanize/

2021-07-31 Thread Sam James
commit: 4b72faf0bd40197740ea0c01fd134a7d541342ee
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b72faf0

dev-perl/WWW-Mechanize: Stabilize 1.910.0 ppc, #805101

Signed-off-by: Sam James  gentoo.org>

 dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild 
b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild
index 43eadb0d03d..b8507fb3e47 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.910.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-31 Thread Sam James
commit: e8036164fad1f884abf6cef77d5483ce71bd08a3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8036164

dev-python/pip: Stabilize 21.1.3 ALLARCHES, #805407

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pip/pip-21.1.3.ebuild b/dev-python/pip/pip-21.1.3.ebuild
index dfecccec8ab..8487817e8b1 100644
--- a/dev-python/pip/pip-21.1.3.ebuild
+++ b/dev-python/pip/pip-21.1.3.ebuild
@@ -32,7 +32,7 @@ SRC_URI="
 "
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~x64-macos"
 SLOT="0"
 IUSE="test vanilla"
 RESTRICT="!test? ( test )"



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

2021-07-31 Thread Sam James
commit: f3d3ef3f1f2bf620ee56fd9a1f224898c865497a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:20:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:20:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d3ef3f

dev-python/numpy: Stabilize 1.21.1 ppc, #805404

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/numpy/numpy-1.21.1.ebuild 
b/dev-python/numpy/numpy-1.21.1.ebuild
index 32f6ce2b232..702ee6e6f21 100644
--- a/dev-python/numpy/numpy-1.21.1.ebuild
+++ b/dev-python/numpy/numpy-1.21.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-laptop/laptop-mode-tools/

2021-07-31 Thread Sam James
commit: 8f0e7b70246e039e50c9969723eff98495ca7e41
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:14:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0e7b70

app-laptop/laptop-mode-tools: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 ...de-tools-1.72.2-r1.ebuild => laptop-mode-tools-1.72.2-r2.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r1.ebuild 
b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
similarity index 95%
rename from app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r1.ebuild
rename to app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
index a9ae177ba5a..4b6591ed520 100644
--- a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r1.ebuild
+++ b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib systemd udev
+inherit multilib systemd tmpfiles udev
 
 MY_P="${PN}_${PV}"
 
@@ -66,6 +66,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process laptop-mode.conf
+
if use acpi || use apm; then
if use acpi; then
daemon_name="acpid"



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

2021-07-31 Thread Sam James
commit: 06b4e98a3a540349da8614201a875c5607fbbab7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:56:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b4e98a

app-admin/puppet: [QA] use systemd.eclass to install unit files

Signed-off-by: Sam James  gentoo.org>

 app-admin/puppet/puppet-5.5.22-r1.ebuild | 5 ++---
 app-admin/puppet/puppet-7.8.0-r1.ebuild  | 5 ++---
 app-admin/puppet/puppet-7.9.0-r1.ebuild  | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-admin/puppet/puppet-5.5.22-r1.ebuild 
b/app-admin/puppet/puppet-5.5.22-r1.ebuild
index a33a8285cc8..3fc2f8062ec 100644
--- a/app-admin/puppet/puppet-5.5.22-r1.ebuild
+++ b/app-admin/puppet/puppet-5.5.22-r1.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_DOC="doc:all"
 
 RUBY_FAKEGEM_EXTRAINSTALL="locales"
 
-inherit ruby-fakegem tmpfiles
+inherit ruby-fakegem systemd tmpfiles
 
 DESCRIPTION="A system automation and configuration management software."
 HOMEPAGE="https://puppet.com/;
@@ -84,8 +84,7 @@ all_ruby_install() {
all_fakegem_install
 
# systemd stuffs
-   insinto /usr/lib/systemd/system
-   doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
+   systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
 
# tmpfiles stuff
newtmpfiles "${FILESDIR}/tmpfiles.d" "puppet.conf"

diff --git a/app-admin/puppet/puppet-7.8.0-r1.ebuild 
b/app-admin/puppet/puppet-7.8.0-r1.ebuild
index 9c67dbe4f52..f2b79f3d4dc 100644
--- a/app-admin/puppet/puppet-7.8.0-r1.ebuild
+++ b/app-admin/puppet/puppet-7.8.0-r1.ebuild
@@ -8,7 +8,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="doc:all"
 RUBY_FAKEGEM_EXTRAINSTALL="locales"
 
-inherit ruby-fakegem tmpfiles
+inherit ruby-fakegem systemd tmpfiles
 
 DESCRIPTION="A system automation and configuration management software."
 HOMEPAGE="https://puppet.com/;
@@ -81,8 +81,7 @@ all_ruby_install() {
all_fakegem_install
 
# systemd stuffs
-   insinto /usr/lib/systemd/system
-   doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
+   systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
 
# tmpfiles stuff
newtmpfiles "${FILESDIR}/tmpfiles.d" "puppet.conf"

diff --git a/app-admin/puppet/puppet-7.9.0-r1.ebuild 
b/app-admin/puppet/puppet-7.9.0-r1.ebuild
index b097feb026a..c1c0ce4f6d0 100644
--- a/app-admin/puppet/puppet-7.9.0-r1.ebuild
+++ b/app-admin/puppet/puppet-7.9.0-r1.ebuild
@@ -8,7 +8,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="doc:all"
 RUBY_FAKEGEM_EXTRAINSTALL="locales"
 
-inherit ruby-fakegem tmpfiles
+inherit ruby-fakegem systemd tmpfiles
 
 DESCRIPTION="A system automation and configuration management software."
 HOMEPAGE="https://puppet.com/;
@@ -81,8 +81,7 @@ all_ruby_install() {
all_fakegem_install
 
# systemd stuffs
-   insinto /usr/lib/systemd/system
-   doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
+   systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
 
# tmpfiles stuff
newtmpfiles "${FILESDIR}/tmpfiles.d" "puppet.conf"



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

2021-07-31 Thread Sam James
commit: 8684fd59e701173cab6a220204b6f43097e18faf
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:11:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8684fd59

net-analyzer/munin: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 .../munin/{munin-2.0.66-r2.ebuild => munin-2.0.66-r3.ebuild} | 9 +
 .../munin/{munin-2.0.67-r4.ebuild => munin-2.0.67-r6.ebuild} | 9 +
 .../munin/{munin-2.0.67-r5.ebuild => munin-2.0.67-r7.ebuild} | 9 +
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/munin/munin-2.0.66-r2.ebuild 
b/net-analyzer/munin/munin-2.0.66-r3.ebuild
similarity index 98%
rename from net-analyzer/munin/munin-2.0.66-r2.ebuild
rename to net-analyzer/munin/munin-2.0.66-r3.ebuild
index 7a5621b5deb..4d6837047b5 100644
--- a/net-analyzer/munin/munin-2.0.66-r2.ebuild
+++ b/net-analyzer/munin/munin-2.0.66-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PATCHSET=1
 
-inherit java-pkg-opt-2 systemd
+inherit java-pkg-opt-2 systemd tmpfiles
 
 MY_P=${P/_/-}
 
@@ -131,7 +131,7 @@ src_configure() {
 
local cgiuser=$(usex apache2 apache munin)
 
-   cat >> "${S}"/Makefile.config <<- EOF
+   cat >> "${S}"/Makefile.config <<- EOF || die
PREFIX=\$(DESTDIR)/usr
CONFDIR=\$(DESTDIR)/etc/munin
DOCDIR=${T}/useless/doc
@@ -204,8 +204,7 @@ src_install() {
 
newinitd "${FILESDIR}"/munin-asyncd.init.2 munin-asyncd
 
-   dodir /usr/lib/tmpfiles.d
-   cat > "${D}"/usr/lib/tmpfiles.d/${CATEGORY}:${PN}:${SLOT}.conf <<- EOF
+   newtmpfiles - ${CATEGORY}:${PN}:${SLOT}.conf <<-EOF || die
d /run/munin 0700 munin munin - -
EOF
 
@@ -374,6 +373,8 @@ pkg_config() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${CATEGORY}:${PN}:${SLOT}.conf
+
elog "Please follow the munin documentation to set up the plugins you"
elog "need, afterwards start munin-node."
elog ""

diff --git a/net-analyzer/munin/munin-2.0.67-r4.ebuild 
b/net-analyzer/munin/munin-2.0.67-r6.ebuild
similarity index 98%
rename from net-analyzer/munin/munin-2.0.67-r4.ebuild
rename to net-analyzer/munin/munin-2.0.67-r6.ebuild
index 9f666d4ad68..b4ad2481fd4 100644
--- a/net-analyzer/munin/munin-2.0.67-r4.ebuild
+++ b/net-analyzer/munin/munin-2.0.67-r6.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PATCHSET=1
 
-inherit java-pkg-opt-2 systemd
+inherit java-pkg-opt-2 systemd tmpfiles
 
 MY_P=${P/_/-}
 
@@ -131,7 +131,7 @@ src_configure() {
 
local cgiuser=$(usex apache2 apache munin)
 
-   cat >> "${S}"/Makefile.config <<- EOF
+   cat >> "${S}"/Makefile.config <<- EOF || die
PREFIX=\$(DESTDIR)/usr
CONFDIR=\$(DESTDIR)/etc/munin
DOCDIR=${T}/useless/doc
@@ -204,8 +204,7 @@ src_install() {
 
newinitd "${FILESDIR}"/munin-asyncd.init.2 munin-asyncd
 
-   dodir /usr/lib/tmpfiles.d
-   cat > "${D}"/usr/lib/tmpfiles.d/${CATEGORY}:${PN}:${SLOT}.conf <<- EOF
+   newtmpfiles - ${CATEGORY}:${PN}:${SLOT}.conf <<-EOF || die
d /run/munin 0700 munin munin - -
EOF
 
@@ -374,6 +373,8 @@ pkg_config() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${CATEGORY}:${PN}:${SLOT}.conf
+
elog "Please follow the munin documentation to set up the plugins you"
elog "need, afterwards start munin-node."
elog ""

diff --git a/net-analyzer/munin/munin-2.0.67-r5.ebuild 
b/net-analyzer/munin/munin-2.0.67-r7.ebuild
similarity index 98%
rename from net-analyzer/munin/munin-2.0.67-r5.ebuild
rename to net-analyzer/munin/munin-2.0.67-r7.ebuild
index a0ed5615dc5..00a940ba1b5 100644
--- a/net-analyzer/munin/munin-2.0.67-r5.ebuild
+++ b/net-analyzer/munin/munin-2.0.67-r7.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PATCHSET=1
 
-inherit java-pkg-opt-2 systemd
+inherit java-pkg-opt-2 systemd tmpfiles
 
 MY_P=${P/_/-}
 
@@ -131,7 +131,7 @@ src_configure() {
 
local cgiuser=$(usex apache2 apache munin)
 
-   cat >> "${S}"/Makefile.config <<- EOF
+   cat >> "${S}"/Makefile.config <<- EOF || die
PREFIX=\$(DESTDIR)/usr
CONFDIR=\$(DESTDIR)/etc/munin
DOCDIR=${T}/useless/doc
@@ -204,8 +204,7 @@ src_install() {
 
newinitd "${FILESDIR}"/munin-asyncd.init.2 munin-asyncd
 
-   dodir /usr/lib/tmpfiles.d
-   cat > "${D}"/usr/lib/tmpfiles.d/${CATEGORY}:${PN}:${SLOT}.conf <<- EOF
+   newtmpfiles - ${CATEGORY}:${PN}:${SLOT}.conf <<-EOF || die
d /run/munin 0700 munin munin - -
EOF
 
@@ -372,6 +371,8 @@ pkg_config() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${CATEGORY}:${PN}:${SLOT}.conf
+
elog "Please follow the munin documentation to set up the plugins you"

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

2021-07-31 Thread Sam James
commit: cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 04:56:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd52c6a5

sys-apps/man-db: fix DESCRIPTION

Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21842
Signed-off-by: Sam James  gentoo.org>

 sys-apps/man-db/man-db-2.9.4-r1.ebuild | 2 +-
 sys-apps/man-db/man-db-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/man-db/man-db-2.9.4-r1.ebuild 
b/sys-apps/man-db/man-db-2.9.4-r1.ebuild
index 3bdd29d11b1..b96129617cc 100644
--- a/sys-apps/man-db/man-db-2.9.4-r1.ebuild
+++ b/sys-apps/man-db/man-db-2.9.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit systemd prefix tmpfiles
 
-DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
+DESCRIPTION="A man replacement that utilizes berkdb instead of flat files"
 HOMEPAGE="http://www.nongnu.org/man-db/;
 if [[ "${PV}" = * ]] ; then
inherit autotools git-r3

diff --git a/sys-apps/man-db/man-db-.ebuild 
b/sys-apps/man-db/man-db-.ebuild
index 66b83690c0b..e673f439143 100644
--- a/sys-apps/man-db/man-db-.ebuild
+++ b/sys-apps/man-db/man-db-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit systemd prefix tmpfiles
 
-DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
+DESCRIPTION="A man replacement that utilizes berkdb instead of flat files"
 HOMEPAGE="http://www.nongnu.org/man-db/;
 if [[ "${PV}" = * ]] ; then
inherit autotools git-r3



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

2021-07-31 Thread Sam James
commit: 2a330638070882a0a9635498c8e6d99aeeca65a8
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:09:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a330638

app-admin/puppet: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 app-admin/puppet/{puppet-5.5.22.ebuild => puppet-5.5.22-r1.ebuild} | 7 ---
 app-admin/puppet/{puppet-7.8.0.ebuild => puppet-7.8.0-r1.ebuild}   | 7 ---
 app-admin/puppet/{puppet-7.9.0.ebuild => puppet-7.9.0-r1.ebuild}   | 7 ---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/app-admin/puppet/puppet-5.5.22.ebuild 
b/app-admin/puppet/puppet-5.5.22-r1.ebuild
similarity index 97%
rename from app-admin/puppet/puppet-5.5.22.ebuild
rename to app-admin/puppet/puppet-5.5.22-r1.ebuild
index d0814cc9e78..a33a8285cc8 100644
--- a/app-admin/puppet/puppet-5.5.22.ebuild
+++ b/app-admin/puppet/puppet-5.5.22-r1.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_DOC="doc:all"
 
 RUBY_FAKEGEM_EXTRAINSTALL="locales"
 
-inherit ruby-fakegem
+inherit ruby-fakegem tmpfiles
 
 DESCRIPTION="A system automation and configuration management software."
 HOMEPAGE="https://puppet.com/;
@@ -88,8 +88,7 @@ all_ruby_install() {
doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
 
# tmpfiles stuff
-   insinto /usr/lib/tmpfiles.d
-   newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
+   newtmpfiles "${FILESDIR}/tmpfiles.d" "puppet.conf"
 
# openrc init stuff
newinitd "${FILESDIR}"/puppet.init-4.x puppet
@@ -121,6 +120,8 @@ all_ruby_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process puppet.conf
+
elog
elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as 
this could"
elog "cause puppet to hang while installing packages."

diff --git a/app-admin/puppet/puppet-7.8.0.ebuild 
b/app-admin/puppet/puppet-7.8.0-r1.ebuild
similarity index 96%
rename from app-admin/puppet/puppet-7.8.0.ebuild
rename to app-admin/puppet/puppet-7.8.0-r1.ebuild
index d3f1ad182f3..9c67dbe4f52 100644
--- a/app-admin/puppet/puppet-7.8.0.ebuild
+++ b/app-admin/puppet/puppet-7.8.0-r1.ebuild
@@ -8,7 +8,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="doc:all"
 RUBY_FAKEGEM_EXTRAINSTALL="locales"
 
-inherit ruby-fakegem
+inherit ruby-fakegem tmpfiles
 
 DESCRIPTION="A system automation and configuration management software."
 HOMEPAGE="https://puppet.com/;
@@ -85,8 +85,7 @@ all_ruby_install() {
doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
 
# tmpfiles stuff
-   insinto /usr/lib/tmpfiles.d
-   newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
+   newtmpfiles "${FILESDIR}/tmpfiles.d" "puppet.conf"
 
# openrc init stuff
newinitd "${FILESDIR}"/puppet.init-4.x puppet
@@ -118,6 +117,8 @@ all_ruby_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process puppet.conf
+
elog
elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as 
this could"
elog "cause puppet to hang while installing packages."

diff --git a/app-admin/puppet/puppet-7.9.0.ebuild 
b/app-admin/puppet/puppet-7.9.0-r1.ebuild
similarity index 96%
rename from app-admin/puppet/puppet-7.9.0.ebuild
rename to app-admin/puppet/puppet-7.9.0-r1.ebuild
index 125aa53e82c..b097feb026a 100644
--- a/app-admin/puppet/puppet-7.9.0.ebuild
+++ b/app-admin/puppet/puppet-7.9.0-r1.ebuild
@@ -8,7 +8,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="doc:all"
 RUBY_FAKEGEM_EXTRAINSTALL="locales"
 
-inherit ruby-fakegem
+inherit ruby-fakegem tmpfiles
 
 DESCRIPTION="A system automation and configuration management software."
 HOMEPAGE="https://puppet.com/;
@@ -85,8 +85,7 @@ all_ruby_install() {
doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
 
# tmpfiles stuff
-   insinto /usr/lib/tmpfiles.d
-   newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
+   newtmpfiles "${FILESDIR}/tmpfiles.d" "puppet.conf"
 
# openrc init stuff
newinitd "${FILESDIR}"/puppet.init-4.x puppet
@@ -118,6 +117,8 @@ all_ruby_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process puppet.conf
+
elog
elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as 
this could"
elog "cause puppet to hang while installing packages."



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

2021-07-31 Thread Sam James
commit: de685543b4a4739589ffe03e257c5d9ecdca14fd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:22:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de685543

sys-fs/udisks: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 sys-fs/udisks/{udisks-2.9.1-r1.ebuild => udisks-2.9.1-r2.ebuild} | 7 +--
 sys-fs/udisks/{udisks-2.9.2-r1.ebuild => udisks-2.9.2-r2.ebuild} | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-fs/udisks/udisks-2.9.1-r1.ebuild 
b/sys-fs/udisks/udisks-2.9.1-r2.ebuild
similarity index 94%
rename from sys-fs/udisks/udisks-2.9.1-r1.ebuild
rename to sys-fs/udisks/udisks-2.9.1-r2.ebuild
index c6aaf008337..57047f60efe 100644
--- a/sys-fs/udisks/udisks-2.9.1-r1.ebuild
+++ b/sys-fs/udisks/udisks-2.9.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit bash-completion-r1 linux-info systemd udev xdg-utils
+inherit bash-completion-r1 linux-info systemd tmpfiles udev xdg-utils
 
 DESCRIPTION="Daemon providing interfaces to work with storage devices"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks;
@@ -119,7 +119,10 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   mkdir -p "${EROOT}"/run #415987
+   # TODO: obsolete with tmpfiles_process?
+   #mkdir -p "${EROOT}"/run #415987
+
+   tmpfiles_process udisks2.conf
 
# See pkg_postinst() of >=sys-apps/baselayout-2.1-r1. Keep in sync?
if ! grep -qs "^tmpfs.*/run " "${EROOT}"/proc/mounts ; then

diff --git a/sys-fs/udisks/udisks-2.9.2-r1.ebuild 
b/sys-fs/udisks/udisks-2.9.2-r2.ebuild
similarity index 95%
rename from sys-fs/udisks/udisks-2.9.2-r1.ebuild
rename to sys-fs/udisks/udisks-2.9.2-r2.ebuild
index 47fbecee3c8..480609ab96f 100644
--- a/sys-fs/udisks/udisks-2.9.2-r1.ebuild
+++ b/sys-fs/udisks/udisks-2.9.2-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit bash-completion-r1 linux-info systemd udev xdg-utils
+inherit bash-completion-r1 linux-info systemd tmpfiles udev xdg-utils
 
 DESCRIPTION="Daemon providing interfaces to work with storage devices"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks;
@@ -122,7 +122,10 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   mkdir -p "${EROOT}"/run #415987
+   # TODO: obsolete with tmpfiles_process?
+   # mkdir -p "${EROOT}"/run #415987
+
+   tmpfiles_process udisks2.conf
 
# See pkg_postinst() of >=sys-apps/baselayout-2.1-r1. Keep in sync?
if ! grep -qs "^tmpfs.*/run " "${EROOT}"/proc/mounts ; then



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

2021-07-31 Thread Sam James
commit: 32ecc44a3eafa00f99c83cabb547f1a45b30cc36
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:19:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ecc44a

sys-fs/cryptsetup: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 .../{cryptsetup-2.3.4-r1.ebuild => cryptsetup-2.3.4-r2.ebuild}  | 6 +-
 .../{cryptsetup-2.3.6.ebuild => cryptsetup-2.3.6-r1.ebuild} | 6 +-
 .../{cryptsetup-2.4.0_rc1.ebuild => cryptsetup-2.4.0_rc1-r1.ebuild} | 6 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.3.4-r2.ebuild
similarity index 97%
rename from sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild
rename to sys-fs/cryptsetup/cryptsetup-2.3.4-r2.ebuild
index e96df12d24b..3c4bf01a993 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.3.4-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info
+inherit autotools linux-info tmpfiles
 
 DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
 HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md;
@@ -121,3 +121,7 @@ src_install() {
newconfd "${FILESDIR}"/1.6.7-dmcrypt.confd dmcrypt
newinitd "${FILESDIR}"/1.6.7-dmcrypt.rc dmcrypt
 }
+
+pkg_postinst() {
+   tmpfiles_process cryptsetup.conf
+}

diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.3.6-r1.ebuild
similarity index 97%
rename from sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild
rename to sys-fs/cryptsetup/cryptsetup-2.3.6-r1.ebuild
index e96df12d24b..3c4bf01a993 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.3.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info
+inherit autotools linux-info tmpfiles
 
 DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
 HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md;
@@ -121,3 +121,7 @@ src_install() {
newconfd "${FILESDIR}"/1.6.7-dmcrypt.confd dmcrypt
newinitd "${FILESDIR}"/1.6.7-dmcrypt.rc dmcrypt
 }
+
+pkg_postinst() {
+   tmpfiles_process cryptsetup.conf
+}

diff --git a/sys-fs/cryptsetup/cryptsetup-2.4.0_rc1.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.4.0_rc1-r1.ebuild
similarity index 97%
rename from sys-fs/cryptsetup/cryptsetup-2.4.0_rc1.ebuild
rename to sys-fs/cryptsetup/cryptsetup-2.4.0_rc1-r1.ebuild
index bf7a491c4a5..3e204ddad19 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.4.0_rc1.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.4.0_rc1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info
+inherit autotools linux-info tmpfiles
 
 DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
 HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md;
@@ -127,3 +127,7 @@ src_install() {
newconfd "${FILESDIR}"/1.6.7-dmcrypt.confd dmcrypt
newinitd "${FILESDIR}"/1.6.7-dmcrypt.rc dmcrypt
 }
+
+pkg_postinst() {
+   tmpfiles_process cryptsetup.conf
+}



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

2021-07-31 Thread Sam James
commit: aa7954f2eed1aa85f1266e31c0c483a4c774eb17
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:16:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7954f2

app-misc/abook: fix DEPEND, simplify ebuild

- Fix DEPEND to include RDEPEND
- Note that gettext is used as a header too, so DEPEND as well
- Simplify src_compile / use flag-o-matic
- Drop src_install

Thanks-to: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{abook-0.6.1-r3.ebuild => abook-0.6.1-r4.ebuild}  | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-misc/abook/abook-0.6.1-r3.ebuild 
b/app-misc/abook/abook-0.6.1-r4.ebuild
similarity index 86%
rename from app-misc/abook/abook-0.6.1-r3.ebuild
rename to app-misc/abook/abook-0.6.1-r4.ebuild
index d0229f26585..f6e46075e42 100644
--- a/app-misc/abook/abook-0.6.1-r3.ebuild
+++ b/app-misc/abook/abook-0.6.1-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools flag-o-matic
 
 MY_P="${P/_/}"
 DESCRIPTION="Abook is a text-based addressbook program designed to use with 
mutt mail client"
@@ -20,8 +20,9 @@ RDEPEND="
sys-libs/readline:=
dev-libs/libvformat
nls? ( virtual/libintl )"
-
-DEPEND="
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+BDEPEND="
sys-devel/autoconf-archive
virtual/pkgconfig
nls? ( sys-devel/gettext )
@@ -49,10 +50,8 @@ src_configure() {
 }
 
 src_compile() {
-   # bug 570428
-   emake CFLAGS="${CFLAGS} -std=gnu89"
-}
+   # bug #570428
+   append-cflags -std=gnu89
 
-src_install() {
-   default
+   emake CFLAGS="${CFLAGS}"
 }



[gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/files/

2021-07-31 Thread Sam James
commit: 5f67d29ba38a54c74818f82a7c2902b89892de44
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 04:09:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f67d29b

app-metrics/collectd: fix tmpfiles path in conf.d

Signed-off-by: Sam James  gentoo.org>

 app-metrics/collectd/files/collectd.confd-r2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/collectd/files/collectd.confd-r2 
b/app-metrics/collectd/files/collectd.confd-r2
index 835936d5bce..38fb9a6057e 100644
--- a/app-metrics/collectd/files/collectd.confd-r2
+++ b/app-metrics/collectd/files/collectd.confd-r2
@@ -27,7 +27,7 @@
 # isn't used anymore.
 # If you are going to change UNIX socket location or change COLLECTD_USER
 # setting above, make sure you overwrite /usr/lib/tmpfiles.d/collectd.conf
-# via copy in /etc/tmpfiles.d/collectd.conf to match your setup.
+# via copy in /usr/lib/tmpfiles.d/collectd.conf to match your setup.
 #COLLECTD_GROUP="collectd"
 
 # You can use this configuration option to pass additional options to the



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

2021-07-31 Thread Sam James
commit: 7c7f1bcbfbedf8181a40c6de460a15d9988de8cc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:16:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7f1bcb

sys-apps/man-db: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 sys-apps/man-db/{man-db-2.9.4.ebuild => man-db-2.9.4-r1.ebuild} | 4 +++-
 sys-apps/man-db/man-db-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-apps/man-db/man-db-2.9.4.ebuild 
b/sys-apps/man-db/man-db-2.9.4-r1.ebuild
similarity index 98%
rename from sys-apps/man-db/man-db-2.9.4.ebuild
rename to sys-apps/man-db/man-db-2.9.4-r1.ebuild
index ee7a1ac42db..3bdd29d11b1 100644
--- a/sys-apps/man-db/man-db-2.9.4.ebuild
+++ b/sys-apps/man-db/man-db-2.9.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit systemd prefix
+inherit systemd prefix tmpfiles
 
 DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
 HOMEPAGE="http://www.nongnu.org/man-db/;
@@ -192,6 +192,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
+   tmpfiles_process man-db.conf
+
if [[ $(ver_cut 2 ${REPLACING_VERSIONS}) -lt 7 ]] ; then
einfo "Rebuilding man-db from scratch with new database format!"
su man -s /bin/sh -c 'mandb --quiet --create' 2>/dev/null

diff --git a/sys-apps/man-db/man-db-.ebuild 
b/sys-apps/man-db/man-db-.ebuild
index f5b96175573..66b83690c0b 100644
--- a/sys-apps/man-db/man-db-.ebuild
+++ b/sys-apps/man-db/man-db-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit systemd prefix
+inherit systemd prefix tmpfiles
 
 DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
 HOMEPAGE="http://www.nongnu.org/man-db/;
@@ -192,6 +192,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
+   tmpfiles_process man-db.conf
+
if [[ $(ver_cut 2 ${REPLACING_VERSIONS}) -lt 7 ]] ; then
einfo "Rebuilding man-db from scratch with new database format!"
su man -s /bin/sh -c 'mandb --quiet --create' 2>/dev/null



[gentoo-commits] repo/gentoo:master commit in: app-backup/bareos/

2021-07-31 Thread Sam James
commit: 54e4cb4b94f7ede4f3bbe5e159bae3b556c9275f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:13:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e4cb4b

app-backup/bareos: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 .../bareos/{bareos-19.2.9.ebuild => bareos-19.2.9-r1.ebuild}   | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-backup/bareos/bareos-19.2.9.ebuild 
b/app-backup/bareos/bareos-19.2.9-r1.ebuild
similarity index 98%
rename from app-backup/bareos/bareos-19.2.9.ebuild
rename to app-backup/bareos/bareos-19.2.9-r1.ebuild
index e2d48fb2396..1c9bdced2c6 100644
--- a/app-backup/bareos/bareos-19.2.9.ebuild
+++ b/app-backup/bareos/bareos-19.2.9-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 CMAKE_WARN_UNUSED_CLI=no
 #CMAKE_REMOVE_MODULES=yes
 
-inherit python-any-r1 systemd cmake
+inherit python-any-r1 systemd cmake tmpfiles
 
 DESCRIPTION="Featureful client/server network backup suite"
 HOMEPAGE="https://www.bareos.org/;
@@ -330,14 +330,15 @@ src_install() {
diropts -m0755
keepdir /var/log/bareos
 
-   insinto /usr/lib/tmpfiles.d
-   newins "${FILESDIR}"/tmpfiles.d-bareos.conf bareos.conf
+   newtmpfiles "${FILESDIR}"/tmpfiles.d-bareos.conf bareos.conf
 
# make sure bareos group can execute bareos libexec scripts
fowners -R root:bareos /usr/libexec/bareos
 }
 
 pkg_postinst() {
+   tmpfiles_process bareos.conf
+
if use clientonly; then
fowners root:bareos /var/lib/bareos
else



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

2021-07-31 Thread Sam James
commit: 42686e129518b15e023bba51bb7dc8f147418923
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 03:10:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:13:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42686e12

app-admin/puppetserver: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).

Signed-off-by: Sam James  gentoo.org>

 .../{puppetserver-7.2.0.ebuild => puppetserver-7.2.0-r1.ebuild}   | 8 
 .../{puppetserver-7.2.1.ebuild => puppetserver-7.2.1-r1.ebuild}   | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-admin/puppetserver/puppetserver-7.2.0.ebuild 
b/app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild
similarity index 97%
rename from app-admin/puppetserver/puppetserver-7.2.0.ebuild
rename to app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild
index 4d5a6144923..c2df215b358 100644
--- a/app-admin/puppetserver/puppetserver-7.2.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-7.2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib systemd
+inherit multilib systemd tmpfiles
 
 DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
 HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
@@ -104,12 +104,12 @@ src_install() {
insinto /opt/puppetlabs/server/data
doins ext/build-scripts/jruby-gem-list.txt
doins ext/build-scripts/mri-gem-list-no-dependencies.txt
-   insopts -m 0644
-   insinto /usr/lib/tmpfiles.d
-   newins ext/puppetserver.tmpfiles.conf puppetserver.conf
+   newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf
 }
 
 pkg_postinst() {
+   tmpfiles_process puppetserver.conf
+
elog "to install you may want to run the following:"
elog
elog "puppet config set --section master vardir  
/opt/puppetlabs/server/data/puppetserver"

diff --git a/app-admin/puppetserver/puppetserver-7.2.1.ebuild 
b/app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild
similarity index 97%
rename from app-admin/puppetserver/puppetserver-7.2.1.ebuild
rename to app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild
index 0cf80aca0ef..15e9859ee75 100644
--- a/app-admin/puppetserver/puppetserver-7.2.1.ebuild
+++ b/app-admin/puppetserver/puppetserver-7.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib systemd
+inherit multilib systemd tmpfiles
 
 DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
 HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
@@ -104,12 +104,12 @@ src_install() {
insinto /opt/puppetlabs/server/data
doins ext/build-scripts/jruby-gem-list.txt
doins ext/build-scripts/mri-gem-list-no-dependencies.txt
-   insopts -m 0644
-   insinto /usr/lib/tmpfiles.d
-   newins ext/puppetserver.tmpfiles.conf puppetserver.conf
+   newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf
 }
 
 pkg_postinst() {
+   tmpfiles_process puppetserver.conf
+
elog "to install you may want to run the following:"
elog
elog "puppet config set --section master vardir  
/opt/puppetlabs/server/data/puppetserver"



  1   2   3   4   >