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

2021-01-30 Thread Hans de Graaff
commit: daf78f83aac749675786f8bf33d4f0cbc87a00d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 31 07:28:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 31 07:28:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf78f83

dev-ruby/test-unit: add 3.4.0

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

 dev-ruby/test-unit/Manifest   |  1 +
 dev-ruby/test-unit/test-unit-3.4.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index 31379f3b01c..2397da573ca 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -2,3 +2,4 @@ DIST test-unit-3.3.3.gem 133120 BLAKE2B 
37fc200b121e84046d1ee483277fc1274dc3bbcd
 DIST test-unit-3.3.7.gem 121856 BLAKE2B 
507c9c538e89156d620b229e0144258def17975d41fa569178bb0c47761d5afdfd6cc8a99e3255e72df7a3eeeb65358faf1ed81571c12242559990762a09f69c
 SHA512 
42419c94740f06d68a26dc2c5e8309658d75aac44f6e391e02085eae1819937fa3ba86e86231dfca91e8de86252b7bc79dc5ffa1e1fb8b0f0ec9074a0056
 DIST test-unit-3.3.8.gem 121856 BLAKE2B 
f47ef205c566fc404d7ffb9380502ae18224c395f65e3ab663472ec4874d0e77b0cb13a5ba80525965ff340c3941168773d6ceca6891036a8ec57bfcaa4ffbd8
 SHA512 
fba6a7ab4c87c07950498a372a21f888d87f1e1b0e5b49deb97aab4e2815fb85b979aa8afc6e8a6c4a9ad648371f1d9de968958350d0ecab10dfdd2bc0a2c112
 DIST test-unit-3.3.9.gem 121856 BLAKE2B 
f8ac1568aabc7d53c79715c6b141d3f2be0782e35dda36fc6184e7b7bbae419e883b94f16e4e1a186c07f55cef181a2d86d4531e3968667e8c5fcfe8e36c
 SHA512 
8e2a1516d33811793aacbf0b31b9609b43437ea6800cfe6c97b1c96395a8eea7c42f2788dd86b6decfda184a27e5818646bbe313d39ce3799a0869f62a0c4c32
+DIST test-unit-3.4.0.gem 121856 BLAKE2B 
ff975888027ba6122146f074926074ad7eb94e7fd442ab3d9f5d4f2eba83695e7f7ff2d17bd4578fa81caed5971170d0d8d287d8c87426dca63bf7ace1c7a850
 SHA512 
b7fd84165c956975f758b09c13d6d8f3a613e5d72c381cc3ee7522b5c6e1ad2751d8709bf1d45169823260769909ddaad487f51cdf68312b1e29c1d861f8107f

diff --git a/dev-ruby/test-unit/test-unit-3.4.0.ebuild 
b/dev-ruby/test-unit/test-unit-3.4.0.ebuild
new file mode 100644
index 000..805bffe784a
--- /dev/null
+++ b/dev-ruby/test-unit/test-unit-3.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An xUnit family unit testing framework for Ruby"
+HOMEPAGE="https://rubygems.org/gems/test-unit;
+
+LICENSE="|| ( Ruby GPL-2 ) PSF-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/power_assert"
+
+all_ruby_prepare() {
+   mv doc doc-install || die "moving doc directory out of the way failed"
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die "testsuite failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbin "${FILESDIR}"/testrb-3 testrb-2
+}



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

2021-01-30 Thread Hans de Graaff
commit: 3310cc4580ef21937d12a29df6f0798f185ab7c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 31 07:26:15 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 31 07:26:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3310cc45

dev-ruby/test-unit: cleanup

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

 dev-ruby/test-unit/Manifest   |  3 ---
 dev-ruby/test-unit/test-unit-3.3.4.ebuild | 33 ---
 dev-ruby/test-unit/test-unit-3.3.5.ebuild | 33 ---
 dev-ruby/test-unit/test-unit-3.3.6.ebuild | 33 ---
 4 files changed, 102 deletions(-)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index 80b6d2d43a2..31379f3b01c 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -1,7 +1,4 @@
 DIST test-unit-3.3.3.gem 133120 BLAKE2B 
37fc200b121e84046d1ee483277fc1274dc3bbcdce95ecb5c88a71a77ca9c164faa8364f68d777896bceb3dd1857fc7146ca464f039c0f30ce5baa466f38ede5
 SHA512 
ddb40e2ec1f15405cc396a9008912fd41ecdf67a0c02bc7ad4bf7725ee68cdaeec6f171f1786469ed55c1154ce094c5f0dd75103c1989a694bff412c9cc86934
-DIST test-unit-3.3.4.gem 133120 BLAKE2B 
1f0122ddfd6337a6dcf16c09f294b3632aff6b20491a6d6dd6ebead18570f4db42fcbc656aada7b11a46c0d04c4a1134356db3d101138739973687695221d819
 SHA512 
f8fb546ab764cc01f374fd387b26c0d49b5a572b4a428be9b7a583c449fcb73d4aa755fd16c7a62e24f263f91329e9e9f997646923b38a1e30af1bb3d168
-DIST test-unit-3.3.5.gem 133120 BLAKE2B 
8a799d05fc25a11421eb2385b435de5fc53ffdbffb3ee9c3d4761b11f3b40461ef12b4e2a5583d5ae20fc468846b923317a65cbfbded8dc6ddc066764f1cded4
 SHA512 
eab194e2361b7aa82dbe18d87dd309e81ddb1cb063e289b63a99c4803c0b88d0323a2028afd6585c14e11e458d4cd5ceb67e674bb7d5065d31b91649be2cbd68
-DIST test-unit-3.3.6.gem 133120 BLAKE2B 
bbe79ee41f1e25b49099eb00c8c72dcdafd1b7cbae723c1b78240da000f433877790549c6b0503f654f28d86c87bb125578a6d87b41e8b0a28caba87dad1477c
 SHA512 
af8a632117410b486920e77a5bf91afb774a548166ca5cdb2bdeac6c995bf2da6206d2b00e6904024e5e9bf0f68edf9872192faa471297e64c5d4bd4c554fae3
 DIST test-unit-3.3.7.gem 121856 BLAKE2B 
507c9c538e89156d620b229e0144258def17975d41fa569178bb0c47761d5afdfd6cc8a99e3255e72df7a3eeeb65358faf1ed81571c12242559990762a09f69c
 SHA512 
42419c94740f06d68a26dc2c5e8309658d75aac44f6e391e02085eae1819937fa3ba86e86231dfca91e8de86252b7bc79dc5ffa1e1fb8b0f0ec9074a0056
 DIST test-unit-3.3.8.gem 121856 BLAKE2B 
f47ef205c566fc404d7ffb9380502ae18224c395f65e3ab663472ec4874d0e77b0cb13a5ba80525965ff340c3941168773d6ceca6891036a8ec57bfcaa4ffbd8
 SHA512 
fba6a7ab4c87c07950498a372a21f888d87f1e1b0e5b49deb97aab4e2815fb85b979aa8afc6e8a6c4a9ad648371f1d9de968958350d0ecab10dfdd2bc0a2c112
 DIST test-unit-3.3.9.gem 121856 BLAKE2B 
f8ac1568aabc7d53c79715c6b141d3f2be0782e35dda36fc6184e7b7bbae419e883b94f16e4e1a186c07f55cef181a2d86d4531e3968667e8c5fcfe8e36c
 SHA512 
8e2a1516d33811793aacbf0b31b9609b43437ea6800cfe6c97b1c96395a8eea7c42f2788dd86b6decfda184a27e5818646bbe313d39ce3799a0869f62a0c4c32

diff --git a/dev-ruby/test-unit/test-unit-3.3.4.ebuild 
b/dev-ruby/test-unit/test-unit-3.3.4.ebuild
deleted file mode 100644
index dee64c2972a..000
--- a/dev-ruby/test-unit/test-unit-3.3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An xUnit family unit testing framework for Ruby"
-HOMEPAGE="https://rubygems.org/gems/test-unit;
-
-LICENSE="|| ( Ruby GPL-2 ) PSF-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/power_assert"
-
-all_ruby_prepare() {
-   mv doc doc-install || die "moving doc directory out of the way failed"
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die "testsuite failed"
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   newbin "${FILESDIR}"/testrb-3 testrb-2
-}

diff --git a/dev-ruby/test-unit/test-unit-3.3.5.ebuild 
b/dev-ruby/test-unit/test-unit-3.3.5.ebuild
deleted file mode 100644
index dee64c2972a..000
--- a/dev-ruby/test-unit/test-unit-3.3.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An xUnit family unit testing framework for Ruby"
-HOMEPAGE="https://rubygems.org/gems/test-unit;
-
-LICENSE="|| ( Ruby GPL-2 ) PSF-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 

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

2021-01-30 Thread Hans de Graaff
commit: ba1112ced0a46f7d8889afd789c4eb08b9d3229a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 31 07:31:46 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 31 07:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1112ce

dev-ruby/unicode-display_width: add 2.0.0

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

 dev-ruby/unicode-display_width/Manifest|  1 +
 .../unicode-display_width-2.0.0.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/unicode-display_width/Manifest 
b/dev-ruby/unicode-display_width/Manifest
index d92eee58c49..32f7a75bab7 100644
--- a/dev-ruby/unicode-display_width/Manifest
+++ b/dev-ruby/unicode-display_width/Manifest
@@ -1 +1,2 @@
 DIST unicode-display_width-1.7.0.tar.gz 10822 BLAKE2B 
c3db387b9d61ba4ea9d5559824b22e40f173f9e9bcf7fdad3dba1edc36b39ae90276818bd54e74a6731bd2cb8c48b28e440d07f7e3cedbd8dc13441f79a2b56c
 SHA512 
2b6d2b0118f4a2ad69e98fe2fac611ca94adc0dc59ad076083d0243c630a81a01d650965149a25feaf8986c262a5d55294e064361420e2140b53c5ced5fb1c77
+DIST unicode-display_width-2.0.0.tar.gz 11947 BLAKE2B 
4d145f2829922ac2c1681b9f058e218ee7120c1eeb6a440726d79ce8abd2f8bf5adf9f4112ff3de4dfa39f150c5c41bf2dd5458ba87585fca5558ef14355347f
 SHA512 
60ffb44f1685fa8c68b0bc13216fbd77c389840e5c7354428df3daa8ef59d640052210b9e92a54f81ae02f2ac132a8e79a90bad04ae5257a8828a7810b53e227

diff --git a/dev-ruby/unicode-display_width/unicode-display_width-2.0.0.ebuild 
b/dev-ruby/unicode-display_width/unicode-display_width-2.0.0.ebuild
new file mode 100644
index 000..bb32c954264
--- /dev/null
+++ b/dev-ruby/unicode-display_width/unicode-display_width-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+RUBY_FAKEGEM_GEMSPEC="unicode-display_width.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds String#display_width to get the display size using 
EastAsianWidth.txt"
+HOMEPAGE="https://github.com/janlelis/unicode-display_width;
+SRC_URI="https://github.com/janlelis/unicode-display_width/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid experimental emoji support for now
+   sed -e '/\[emoji\]/,/^  end/ s:^:#:' \
+   -e '/Config object based API/,/^end/ s:^:#:' \
+   -i spec/display_width_spec.rb || die
+}



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

2021-01-30 Thread Hans de Graaff
commit: 3efacffca87f24a9af702a49856e4abb2fd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 31 07:25:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 31 07:25:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efacffc

dev-ruby/terminal-table: add 3.0.0

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

 dev-ruby/terminal-table/Manifest   |  1 +
 .../terminal-table/terminal-table-3.0.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/terminal-table/Manifest b/dev-ruby/terminal-table/Manifest
index 57e4f458ef7..92a431fae55 100644
--- a/dev-ruby/terminal-table/Manifest
+++ b/dev-ruby/terminal-table/Manifest
@@ -1,2 +1,3 @@
 DIST terminal-table-1.8.0.tar.gz 13407 BLAKE2B 
cf1653a18d2b6b72757b149295e01aee83d75241075912d145032e3bc73deb3e33fd00bef033f4bc90dcd51e4bd994b6966805ed7f81833392aba17bbdd7e179
 SHA512 
4ea4a66e8db384e448d57027e6314f9ce7a0e1511bbfa6e246e26c15a8ff3e44b46c8b6ca03dd521ffdd63b58976d400359131bc1869bf2dc04b3057f399e269
 DIST terminal-table-2.0.0.tar.gz 14286 BLAKE2B 
aa4e132338a8bbdb8e665584fca947a5b92ee9b8126545b1fffd727d26c7158a9b1cf2959aa917bb93a47e01a4d605ca400d8ddb3be2f73da256ab2f96e91cde
 SHA512 
568542f1fc60cfdb37b14f9d52d6fb6c3ccc36b5c0103c95e3d70fd5e1371c124c97cdea5a4d5a2ec63e34550624b38bd11e0af1073a8eefb3c5fd9eef427576
+DIST terminal-table-3.0.0.tar.gz 23237 BLAKE2B 
caa8e3a4edd3be491cdcb914d3ad409da434c9dd0fbea407ced8db52f32c3490d6ae09864d3aaeb543944ce3f79d150e983baf656ceaf32bf23fceb7b8582dae
 SHA512 
69ed7d76894e95c4456442d2c2b40ef7b5ee2b90fa2760f1e5271f1ceb569161ee34cb77e8bd9885c2543eed6c37df904c79d28cacf6dc7ddabcc1ab369206c0

diff --git a/dev-ruby/terminal-table/terminal-table-3.0.0.ebuild 
b/dev-ruby/terminal-table/terminal-table-3.0.0.ebuild
new file mode 100644
index 000..18408386ae7
--- /dev/null
+++ b/dev-ruby/terminal-table/terminal-table-3.0.0.ebuild
@@ -0,0 +1,32 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md Todo.rdoc"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple, feature rich ascii table generation library"
+HOMEPAGE="https://github.com/tj/terminal-table;
+SRC_URI="https://github.com/tj/terminal-table/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm64"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/unicode-display_width-1.1.1:1"
+
+ruby_add_bdepend "test? ( dev-ruby/term-ansicolor )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+}



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

2021-01-30 Thread Joonas Niilola
commit: a0822da840a71a65613b0146991bdc83bb8f0110
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jan 31 07:05:48 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jan 31 07:05:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0822da8

media-libs/libdvdcss: stabilize 1.4.2-r1 on x86

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

 media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild
index 9bf7ea98a07..2a7cf74fade 100644
--- a/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild
+++ b/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="1.2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2021-01-30 Thread Joonas Niilola
commit: 56078c75a0730f705a7297a686f793a7f72719a6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jan 31 05:21:54 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jan 31 05:21:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56078c75

mail-client/thunderbird-bin: security cleanup

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

 mail-client/thunderbird-bin/Manifest   |  66 
 .../thunderbird-bin/thunderbird-bin-78.6.1.ebuild  | 378 -
 2 files changed, 444 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index afea16f5bd9..866927a8f22 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -1,67 +1,3 @@
-DIST thunderbird-78.6.1-af.xpi 548339 BLAKE2B 
0702395342f4e20246550d4cbdf0a4733879f1f72f7ab430f4c6998ca8e827219d27e825f989f4534be0984d25deb736756855de02187f9cf9f6356cd9eb14dc
 SHA512 
bfc97747475389b26dbe18bea983b0d211b98cfeaeaa8ebce2719b6d2da50a7b84d8741bd9df5902a0adcca95a9091b9b75c1069455627d6f2cb350b84e0
-DIST thunderbird-78.6.1-ar.xpi 648611 BLAKE2B 
a05ef5bed6f66a1ecba92c7de0f192f43378313bfa2d59d54506f5fb80ee8ac5fe1d0b119a23f26a3769d8a29c06f1deb849728a7d18b04733223aab23090332
 SHA512 
fb6f5c18cff61b7ca52743425efeab85bc7573c21193ca8e16558cb91bf7b6e8b8be5fcd56700fffe55dce1239dd0829e55e0916399cb79b686526d58b0dfbbb
-DIST thunderbird-78.6.1-ast.xpi 561254 BLAKE2B 
3936ea67b3466e7ad2e09880b85ceaf424523673fddf30bfa7526521e23461fe93bdc25b477c98a3887eb309372fd0361b7561c6272536859d18807d312f3256
 SHA512 
ad82892abe2e30ccaad2cc9b54bafdd245f5b6214f6f2aa854e3b40019e81ee25c945ec66fbe29ce8f737dde4e6b7ed8bc45d409c62ad9cdea0d0358803c2870
-DIST thunderbird-78.6.1-be.xpi 77 BLAKE2B 
336a83cdf448e47919b71ef1086e0b37b05612797f469c93314e74223e4b3d9cf6530e7bf3786e16cf19476529bafd6afddcc236a05785a94c6dff2f7742e494
 SHA512 
bf29d3d562b22123a11d0347786a3f2e7da7dc8bf2d2b1a299eca48e309adc6deabc7684f1b8a7d436d91cac151dc4290adf2850e95cf47c349d4427f303ce38
-DIST thunderbird-78.6.1-bg.xpi 672420 BLAKE2B 
a5809108c9939fc1104b93bc48d8365e35cc30d6478873968b23217deffb004830a76860bf3a37737fe3c883d37af99c39c7077cc6f8b0f8efb96c757d0aec3a
 SHA512 
8b9af3134954b8c47d11fee37274011588a337ffbc3fde3148dd67794bab93da80d9814cacaadbbd5149f2337c4bb1ff1b94590ae7f7638a0a641c8688cc214e
-DIST thunderbird-78.6.1-br.xpi 604516 BLAKE2B 
54c32341dd8d4e6379dbb5400acde2259968fcde2b6095beedbf0ff36ba832dc9159ffd0c08c43bc39576d7b3d8512c6641133feda67e82235e5523bd6ac422d
 SHA512 
a387b40d6cd90e790cd20ab2a57ce5614fc43eae1027c54fb83bc205c42445edbc0d237d253c853c58e2cea8c28035f4063e16a6aa9de0d3e27a57e87b181b61
-DIST thunderbird-78.6.1-ca.xpi 620452 BLAKE2B 
5ac11dde1bccd137f370d3c51a80dd2949d52cd0e39ab1d5738a7588e746782f18168bc58ecc702a48d911cdd54e088a1e6e71a75fc84effc9a0d85528186bad
 SHA512 
f5897c4e70ab96a2939c663db2b74aaf868b242b9792b3c479c6cafeb0730f98a590689c9c17cdfd127116099b27386e876d7713c9450cfd6d52287611922404
-DIST thunderbird-78.6.1-cak.xpi 635652 BLAKE2B 
adeab0e29b19555a93e433095e574d370835d6c53667862193d7dbf2e2be2bd3c775f646f161cab68d0eaf7730dd1b4c11acea1c72b368bdeed586ea84a1f550
 SHA512 
328cd44e49c13e301a59434fcad9aff773dbda187b0f4614494d28bc937ff9173df313d183265348efbc236bfa965d49b4fd1493a99435aa441bb0bef4d5a720
-DIST thunderbird-78.6.1-cs.xpi 635338 BLAKE2B 
56d68b02b75d09db0f191736a543bbbcc7ea219ac247dad89ddf4242be97074ed3078c90970d574a35230803acb01de67cd4cc98f3b482a97d948ce4353ce0d4
 SHA512 
da8d60da7bd9d8e84cdbd9aeb071568c28bd0e963b4dc011e94e08480dfab320de859bc95a2e91b48517b0dfde67177382f528a421da045c487f309323f8b338
-DIST thunderbird-78.6.1-cy.xpi 646247 BLAKE2B 
5513c77cb0a4b1b024a657abcbd6b5b83b9c448910618ddda61be6092fcf4e34b935d877c68cfdeab8f7d716a15ccf183c697c8dd17679e813f996f641561f60
 SHA512 
ce4c63649e81062bd060e2376167b1dfc8b2e453aa66e458f43c6c535ed510b2ccd084358eda25e78394b76d6fe14dcc3bf260ddaffee099f8f4a510811c79f9
-DIST thunderbird-78.6.1-da.xpi 620995 BLAKE2B 
1abd5047f1d881464e5cd79bae249f3b72d7b37fc56c4533cc8a69c2dcefce87bb0828563b2133a1ea75cbb20b7c66b007ff7b87f0352831f27878335e118d8e
 SHA512 
ff925fa534badd6114d97be8baa18df9907c998424f0a9bccd6b7363a060d815899357bdd71915e18eb34bcf9ab4700d97b4dbb6c35c751009a173eee9817e8b
-DIST thunderbird-78.6.1-de.xpi 665196 BLAKE2B 
07a2d1b063fe37c04bbd9fec2b759b2176ab799979e18eef291c2d8880873a489b14ace271869f5e937bdc37824c7c166df7f544ff8d36f2234f5d188590a086
 SHA512 
efce8574a66d6e90b8487fd3283559502829b5710dcfaed6468026f96a2dacd9e41e1658c11183a662f8196d5e0489ca5d46d7fd7fa3dd8be8201c1fbbcc2806
-DIST thunderbird-78.6.1-dsb.xpi 666775 BLAKE2B 
61427ca4c8aca1481a864a793bdf7c71bd06ac9e248efcfea5edd78727c2e0fde9990c2403ecfb3a2a2425d0c9dc4a540cd36f5fdcbdd5b754dcac3e7718a951
 SHA512 
66ed6a2d26271aa2adcc5f04ec45bfdd4bacde86cb74020be185a88acce4bd5fb31f366d9f34d3f5007dbae3041bdf7560ad7efa1b43ea323deff225cfc584b3
-DIST thunderbird-78.6.1-el.xpi 774453 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2021-01-30 Thread Joonas Niilola
commit: 161b2ef4ef62f09b842733c36260415fe24a7f44
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jan 31 05:21:23 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jan 31 05:21:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161b2ef4

mail-client/thunderbird: security cleanup

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

 mail-client/thunderbird/Manifest  |   65 --
 mail-client/thunderbird/thunderbird-78.6.1.ebuild | 1056 -
 2 files changed, 1121 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index f6dda9171d1..590a58a3dc6 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,69 +1,4 @@
 DIST firefox-78esr-patches-07.tar.xz 66156 BLAKE2B 
8f69883432dcbd484b1fb15e3fde1630b1424e502ba78d9ec3cbe70cb2676a6876853d3477c8bfe35e92bca91b200e2d14543de1778d895676a52d2608109af2
 SHA512 
b4a01d3499002bd33a7fb45a1a80e9e73ba27a0986b6bfa43b3482dd8d82a686a14ae0c5e013402c8c8f359a642632a40bf4c362a0e83a1f53b453914f42e3a7
-DIST thunderbird-78.6.1-af.xpi 548339 BLAKE2B 
0702395342f4e20246550d4cbdf0a4733879f1f72f7ab430f4c6998ca8e827219d27e825f989f4534be0984d25deb736756855de02187f9cf9f6356cd9eb14dc
 SHA512 
bfc97747475389b26dbe18bea983b0d211b98cfeaeaa8ebce2719b6d2da50a7b84d8741bd9df5902a0adcca95a9091b9b75c1069455627d6f2cb350b84e0
-DIST thunderbird-78.6.1-ar.xpi 648611 BLAKE2B 
a05ef5bed6f66a1ecba92c7de0f192f43378313bfa2d59d54506f5fb80ee8ac5fe1d0b119a23f26a3769d8a29c06f1deb849728a7d18b04733223aab23090332
 SHA512 
fb6f5c18cff61b7ca52743425efeab85bc7573c21193ca8e16558cb91bf7b6e8b8be5fcd56700fffe55dce1239dd0829e55e0916399cb79b686526d58b0dfbbb
-DIST thunderbird-78.6.1-ast.xpi 561254 BLAKE2B 
3936ea67b3466e7ad2e09880b85ceaf424523673fddf30bfa7526521e23461fe93bdc25b477c98a3887eb309372fd0361b7561c6272536859d18807d312f3256
 SHA512 
ad82892abe2e30ccaad2cc9b54bafdd245f5b6214f6f2aa854e3b40019e81ee25c945ec66fbe29ce8f737dde4e6b7ed8bc45d409c62ad9cdea0d0358803c2870
-DIST thunderbird-78.6.1-be.xpi 77 BLAKE2B 
336a83cdf448e47919b71ef1086e0b37b05612797f469c93314e74223e4b3d9cf6530e7bf3786e16cf19476529bafd6afddcc236a05785a94c6dff2f7742e494
 SHA512 
bf29d3d562b22123a11d0347786a3f2e7da7dc8bf2d2b1a299eca48e309adc6deabc7684f1b8a7d436d91cac151dc4290adf2850e95cf47c349d4427f303ce38
-DIST thunderbird-78.6.1-bg.xpi 672420 BLAKE2B 
a5809108c9939fc1104b93bc48d8365e35cc30d6478873968b23217deffb004830a76860bf3a37737fe3c883d37af99c39c7077cc6f8b0f8efb96c757d0aec3a
 SHA512 
8b9af3134954b8c47d11fee37274011588a337ffbc3fde3148dd67794bab93da80d9814cacaadbbd5149f2337c4bb1ff1b94590ae7f7638a0a641c8688cc214e
-DIST thunderbird-78.6.1-br.xpi 604516 BLAKE2B 
54c32341dd8d4e6379dbb5400acde2259968fcde2b6095beedbf0ff36ba832dc9159ffd0c08c43bc39576d7b3d8512c6641133feda67e82235e5523bd6ac422d
 SHA512 
a387b40d6cd90e790cd20ab2a57ce5614fc43eae1027c54fb83bc205c42445edbc0d237d253c853c58e2cea8c28035f4063e16a6aa9de0d3e27a57e87b181b61
-DIST thunderbird-78.6.1-ca.xpi 620452 BLAKE2B 
5ac11dde1bccd137f370d3c51a80dd2949d52cd0e39ab1d5738a7588e746782f18168bc58ecc702a48d911cdd54e088a1e6e71a75fc84effc9a0d85528186bad
 SHA512 
f5897c4e70ab96a2939c663db2b74aaf868b242b9792b3c479c6cafeb0730f98a590689c9c17cdfd127116099b27386e876d7713c9450cfd6d52287611922404
-DIST thunderbird-78.6.1-cak.xpi 635652 BLAKE2B 
adeab0e29b19555a93e433095e574d370835d6c53667862193d7dbf2e2be2bd3c775f646f161cab68d0eaf7730dd1b4c11acea1c72b368bdeed586ea84a1f550
 SHA512 
328cd44e49c13e301a59434fcad9aff773dbda187b0f4614494d28bc937ff9173df313d183265348efbc236bfa965d49b4fd1493a99435aa441bb0bef4d5a720
-DIST thunderbird-78.6.1-cs.xpi 635338 BLAKE2B 
56d68b02b75d09db0f191736a543bbbcc7ea219ac247dad89ddf4242be97074ed3078c90970d574a35230803acb01de67cd4cc98f3b482a97d948ce4353ce0d4
 SHA512 
da8d60da7bd9d8e84cdbd9aeb071568c28bd0e963b4dc011e94e08480dfab320de859bc95a2e91b48517b0dfde67177382f528a421da045c487f309323f8b338
-DIST thunderbird-78.6.1-cy.xpi 646247 BLAKE2B 
5513c77cb0a4b1b024a657abcbd6b5b83b9c448910618ddda61be6092fcf4e34b935d877c68cfdeab8f7d716a15ccf183c697c8dd17679e813f996f641561f60
 SHA512 
ce4c63649e81062bd060e2376167b1dfc8b2e453aa66e458f43c6c535ed510b2ccd084358eda25e78394b76d6fe14dcc3bf260ddaffee099f8f4a510811c79f9
-DIST thunderbird-78.6.1-da.xpi 620995 BLAKE2B 
1abd5047f1d881464e5cd79bae249f3b72d7b37fc56c4533cc8a69c2dcefce87bb0828563b2133a1ea75cbb20b7c66b007ff7b87f0352831f27878335e118d8e
 SHA512 
ff925fa534badd6114d97be8baa18df9907c998424f0a9bccd6b7363a060d815899357bdd71915e18eb34bcf9ab4700d97b4dbb6c35c751009a173eee9817e8b
-DIST thunderbird-78.6.1-de.xpi 665196 BLAKE2B 
07a2d1b063fe37c04bbd9fec2b759b2176ab799979e18eef291c2d8880873a489b14ace271869f5e937bdc37824c7c166df7f544ff8d36f2234f5d188590a086
 SHA512 
efce8574a66d6e90b8487fd3283559502829b5710dcfaed6468026f96a2dacd9e41e1658c11183a662f8196d5e0489ca5d46d7fd7fa3dd8be8201c1fbbcc2806
-DIST thunderbird-78.6.1-dsb.xpi 666775 BLAKE2B 

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

2021-01-30 Thread Andrew Savchenko
commit: 1183a61ede3a2357f6229f4f192c7f189a4e11b6
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sun Jan 31 03:18:21 2021 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sun Jan 31 03:18:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1183a61e

net-proxy/privoxy: version bump

This is an urgent bugfix release which among multiple bugs fixes
security issues: OVE-20210130-0001 OVE-20210128-0001.
First one is remote DoS.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-proxy/privoxy/Manifest  |   1 +
 net-proxy/privoxy/privoxy-3.0.31.ebuild | 147 
 2 files changed, 148 insertions(+)

diff --git a/net-proxy/privoxy/Manifest b/net-proxy/privoxy/Manifest
index cb6d11ed6c1..e37cde2c908 100644
--- a/net-proxy/privoxy/Manifest
+++ b/net-proxy/privoxy/Manifest
@@ -1,2 +1,3 @@
 DIST privoxy-3.0.28-stable-src.tar.gz 1753809 BLAKE2B 
1ea0d6339c96bd294eadc124ebac252c43dcdc062709868668959bdb4f959267afb2ec7f27fc0d58db3655102f2412f1c8acb273267d447271465ac21f7a9be4
 SHA512 
5d58024ae73d623a2b8fb2ac49e18f047dfe252c9441388f025cf888c0e4b11546b8796cfa559759ee137002b1b31b30ad28b356ae226836454f32591eb835fc
 DIST privoxy-3.0.29-stable-src.tar.gz 1830550 BLAKE2B 
ecd0a78f2c4a3a6006fb229a7115a3c1b5041508233ef36d7995607984e5f9fbf7f117aa4611f384eed4434a6a3204a7f31a33857112d5f1f0a71fddb2134df3
 SHA512 
2f483a37d697738815f4c58a775fbf116a34ac5e0e74d19814252c5ff1572350181066d468327189faf20c92d808d551b0017a9525ec98276330ee539554c1ba
+DIST privoxy-3.0.31-stable-src.tar.gz 1839901 BLAKE2B 
08564fb8de37d334844de10dfecc39b3f10cee996b3931be4e2d7e33eccd7ec115d7487353496de0fd645fc76ea237aa907eda2fb7fa8aad14050280fc083cc7
 SHA512 
0bea9973ac22e594a959452390c8612605dbf1fd55151632d35ecc7fe0ef9ca87cc1694a8bcb0511467445ec414b721b9d33651d917b2a8083768d8905ec68ed

diff --git a/net-proxy/privoxy/privoxy-3.0.31.ebuild 
b/net-proxy/privoxy/privoxy-3.0.31.ebuild
new file mode 100644
index 000..bffdf7a41b7
--- /dev/null
+++ b/net-proxy/privoxy/privoxy-3.0.31.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd toolchain-funcs
+
+[ "${PV##*_}" = "beta" ] &&
+   PRIVOXY_STATUS="beta" ||
+   PRIVOXY_STATUS="stable"
+
+HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/;
+DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing 
privacy"
+SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz"
+
+IUSE="+acl brotli client-tags compression editor extended-host-patterns
+extended-statistics external-filters +fast-redirects +force fuzz
+graceful-termination +image-blocking ipv6 lfs +mbedtls openssl
+png-images selinux ssl +stats +threads toggle tools whitelists
++zlib"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="GPL-2+"
+
+DEPEND="
+   acct-group/privoxy
+   acct-user/privoxy
+   dev-libs/libpcre
+   brotli? ( app-arch/brotli )
+   ssl? (
+   mbedtls? ( net-libs/mbedtls )
+   openssl? ( dev-libs/openssl )
+   )
+   zlib? ( sys-libs/zlib )
+"
+RDEPEND="${DEPEND}
+   extended-host-patterns? ( dev-lang/perl )
+   selinux? ( sec-policy/selinux-privoxy )
+   tools? (
+   net-misc/curl
+   dev-lang/perl
+   )
+"
+REQUIRED_USE="
+   client-tags? ( threads )
+   toggle? ( editor )
+   compression? ( zlib )
+   brotli? ( zlib )
+   fuzz? ( zlib )
+   ssl? ( ^^ ( mbedtls openssl ) threads )
+"
+
+S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.29-gentoo.patch
+   "${FILESDIR}"/${PN}-3.0.28-strip.patch
+)
+
+pkg_pretend() {
+   if ! use threads; then
+   ewarn
+   ewarn "Privoxy may be very slow without threads support, 
consider to enable them."
+   ewarn "See also 
https://www.privoxy.org/faq/trouble.html#GENTOO-RICERS;
+   ewarn
+   fi
+}
+
+src_prepare() {
+   default
+   mv configure.in configure.ac || die
+   sed -i "s|/p\.p/|/config.privoxy.org/|g" 
tools/privoxy-regression-test.pl || die
+
+   # autoreconf needs to be called even if we don't modify any autotools 
source files
+   # See main makefile
+   eautoreconf
+}
+
+src_configure() {
+   local myconf="--without-mbedtls --without-openssl"
+   if use ssl; then
+   myconf="$(use_with mbedtls) $(use_with openssl)"
+   fi
+
+   # --with-debug only enables debug CFLAGS
+   # --with-docbook and --with-db2html and their deps are useless,
+   #   since

[gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/, net-proxy/privoxy/files/

2021-01-30 Thread Andrew Savchenko
commit: c1791cb8d661fe7c8916f9787f7772da42e0b435
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sun Jan 31 02:59:53 2021 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sun Jan 31 02:59:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1791cb8

net-proxy/privoxy: fix build without threads

Closes: https://bugs.gentoo.org/767166
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Savchenko  gentoo.org>

 .../privoxy/files/privoxy-3.0.29-pthread.patch  | 21 +
 net-proxy/privoxy/privoxy-3.0.29.ebuild |  5 +++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/net-proxy/privoxy/files/privoxy-3.0.29-pthread.patch 
b/net-proxy/privoxy/files/privoxy-3.0.29-pthread.patch
new file mode 100644
index 000..2890b824d7e
--- /dev/null
+++ b/net-proxy/privoxy/files/privoxy-3.0.29-pthread.patch
@@ -0,0 +1,21 @@
+diff --git a/project.h b/project.h
+index ec3c1559..6c744415 100644
+--- a/project.h
 b/project.h
+@@ -54,16 +54,6 @@
+ #define HASH_OF_HOST_BUF_SIZE  16
+ #endif /* FEATURE_HTTPS_INSPECTION */
+ 
+-#ifdef FEATURE_PTHREAD
+-#  include 
+-   typedef pthread_mutex_t privoxy_mutex_t;
+-#else
+-#  ifdef _WIN32
+-# include 
+-#  endif
+-   typedef CRITICAL_SECTION privoxy_mutex_t;
+-#endif
+-
+ #ifdef FEATURE_HTTPS_INSPECTION_MBEDTLS
+ #include "mbedtls/net_sockets.h"
+ #include "mbedtls/entropy.h"

diff --git a/net-proxy/privoxy/privoxy-3.0.29.ebuild 
b/net-proxy/privoxy/privoxy-3.0.29.ebuild
index 966001da72e..ded50272b29 100644
--- a/net-proxy/privoxy/privoxy-3.0.29.ebuild
+++ b/net-proxy/privoxy/privoxy-3.0.29.ebuild
@@ -47,7 +47,7 @@ REQUIRED_USE="
compression? ( zlib )
brotli? ( zlib )
fuzz? ( zlib )
-   ssl? ( ^^ ( mbedtls openssl ) )
+   ssl? ( ^^ ( mbedtls openssl ) threads )
 "
 
 S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}"
@@ -57,13 +57,14 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.0.28-chdir.patch
"${FILESDIR}"/${PN}-3.0.28-null-termination.patch
"${FILESDIR}"/${PN}-3.0.28-strip.patch
+   "${FILESDIR}"/${P}-pthread.patch
 )
 
 pkg_pretend() {
if ! use threads; then
ewarn
ewarn "Privoxy may be very slow without threads support, 
consider to enable them."
-   ewarn "See also 
http://www.privoxy.org/faq/trouble.html#GENTOO-RICERS;
+   ewarn "See also 
https://www.privoxy.org/faq/trouble.html#GENTOO-RICERS;
ewarn
fi
 }



[gentoo-commits] proj/releng:master commit in: tools/

2021-01-30 Thread Matt Turner
commit: c157adaf1b2e98be09c32cb6aefe776c40ccebe1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 30 23:30:16 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 30 23:40:03 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c157adaf

tools: Remove some uses of ARCH

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

 tools/catalyst-auto-amd64.conf  | 4 ++--
 tools/catalyst-auto-arm.conf| 5 ++---
 tools/catalyst-auto-qemu-arm.conf   | 5 ++---
 tools/catalyst-auto-qemu-riscv.conf | 5 ++---
 tools/catalyst-auto-x86.conf| 4 ++--
 5 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 20a1a80e..6ee56fb1 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -6,7 +6,7 @@ host=$(hostname)
 
 source /etc/catalyst/release/build.env
 
-SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
+SPECS_DIR=${REPO_DIR}/releases/specs/amd64
 
 SETS="
multilib minimal_multilib
@@ -38,7 +38,7 @@ 
SET_hardened_multilib_selinux_SPECS="hardened/stage1-selinux.spec hardened/stage
 
#SET_hardened_multilib_selinux_OPTIONAL_SPECS="hardened/admincd-stage1-selinux.spec
 hardened/admincd-stage2-selinux.spec"
 SET_hardened_nomultilib_selinux_SPECS="hardened/stage1-selinux-nomultilib.spec 
hardened/stage2-selinux-nomultilib.spec hardened/stage3-selinux-nomultilib.spec"
 
-KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}
+KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
 
 EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
 

diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 3a54dfa7..9f873c31 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -1,12 +1,11 @@
 # This is the config file for the catalyst-auto script. It should be pretty
 # self-explanatory.
 
-ARCH="arm"
 host=$(hostname)
 
-SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
+SPECS_DIR=${REPO_DIR}/releases/specs/arm
 
-EMAIL_SUBJECT_PREPEND="[${ARCH}-auto]"
+EMAIL_SUBJECT_PREPEND="[arm-auto]"
 
 SETS="
armv4tl

diff --git a/tools/catalyst-auto-qemu-arm.conf 
b/tools/catalyst-auto-qemu-arm.conf
index 0e3d06fa..a6d9cdd8 100644
--- a/tools/catalyst-auto-qemu-arm.conf
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -1,12 +1,11 @@
 # This is the config file for the catalyst-auto script. It should be pretty
 # self-explanatory.
 
-ARCH="arm"
 host=$(hostname)
 
-SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
+SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm
 
-EMAIL_SUBJECT_PREPEND="[${ARCH}-qemu-auto]"
+EMAIL_SUBJECT_PREPEND="[arm-qemu-auto]"
 
 SETS="
armv4tl

diff --git a/tools/catalyst-auto-qemu-riscv.conf 
b/tools/catalyst-auto-qemu-riscv.conf
index 03d014b9..89c40b79 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -1,12 +1,11 @@
 # This is the config file for the catalyst-auto script. It should be pretty
 # self-explanatory.
 
-ARCH="riscv"
 host=$(hostname)
 
-SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
+SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv
 
-EMAIL_SUBJECT_PREPEND="[${ARCH}-qemu-auto]"
+EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
 
 SETS="
multilib

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 5a406782..e28131fc 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -6,7 +6,7 @@ host=$(hostname)
 
 source /etc/catalyst/release/build.env
 
-SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
+SPECS_DIR=${REPO_DIR}/releases/specs/x86
 
 SETS="
i486
@@ -25,7 +25,7 @@ SET_i686_systemd_SPECS="i686/stage1-systemd.spec 
i686/stage2-systemd.spec i686/s
 SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec 
hardened/stage3.spec"
 SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec 
hardened/admincd-stage2.spec"
 
-KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}
+KCONFIG_DIR=${REPO_DIR}/releases/kconfig/x86
 
 EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
 



[gentoo-commits] proj/releng:master commit in: tools/

2021-01-30 Thread Matt Turner
commit: 16b0dfbc2e3a8f6a408d6ff19a2f3d1e52c156fa
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 30 23:43:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 30 23:44:32 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=16b0dfbc

tools: Remove REPO_DIR assignment

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

 tools/catalyst-auto-arm64.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 5d31d3fa..e143ebbb 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -1,8 +1,6 @@
 # This is the config file for the catalyst-auto script. It should be pretty
 # self-explanatory.
 
-REPO_DIR=/root/releng/
-
 SPECS_DIR=${REPO_DIR}/releases/specs/arm64
 SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
 



[gentoo-commits] proj/releng:master commit in: tools/

2021-01-30 Thread Matt Turner
commit: c6404520ed19d7eae62837281268a1518271671f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 30 23:25:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 30 23:25:39 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c6404520

tools: Drop TYPE assignments

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

 tools/catalyst-auto-amd64.conf | 1 -
 tools/catalyst-auto-x86.conf   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 9a05319c..20a1a80e 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -2,7 +2,6 @@
 # self-explanatory.
 
 ARCH="amd64"
-TYPE="auto"
 host=$(hostname)
 
 source /etc/catalyst/release/build.env

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index db4c2143..5a406782 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -2,7 +2,6 @@
 # self-explanatory.
 
 ARCH="x86"
-TYPE="auto"
 host=$(hostname)
 
 source /etc/catalyst/release/build.env



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

2021-01-30 Thread Michał Górny
commit: e78d9a59fbea1bd9e60f1831c0174d0a9b5ddb02
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:31:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78d9a59

app-portage/gpyutils: Mark py2.7 dead

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

 app-portage/gpyutils/files/implementations.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index ae60a85d8c6..0236041583b 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -8,7 +8,7 @@
 python2_4  2.4 dead2.4
 python2_5  2.5 dead2.5
 python2_6  2.6 dead2.6
-python2_7  2.7 old 2.7
+python2_7  2.7 dead2.7
 python3_0  3.0 dead3.0
 python3_1  3.1 dead3.1
 python3_2  3.2 dead3.2



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

2021-01-30 Thread Michał Górny
commit: e46b7fd568352311ab6b03a7cc38b891ee561e36
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 23 09:29:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46b7fd5

distutils-r1.eclass: Switch dift default to --via-root

Switch the default distutils_install_for_testing behavior to --via-root
(from legacy --via-home).  The old versions of setuptools where
--via-home worked are gone, and testing has so far proven that
--via-root in the worst case leaves package as broken as before.

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

 eclass/distutils-r1.eclass | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index c5c954f4925..07ded8516fd 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -550,11 +550,11 @@ esetup.py() {
 # For most of the packages, tests built in BUILD_DIR are good enough.
 #
 # The function supports two install modes.  The current default is
-# the legacy --via-home mode.  However, it has problems with newer
-# versions of setuptools (50.3.0+).  The --via-root mode generally
-# works for these packages, and it will probably become the default
-# in the future, once we test all affected packages.  Please note
-# that proper testing sometimes requires unmerging the package first.
+# --via-root mode.  Previously, the function defaulted to --via-home
+# mode but it has been broken by new versions of setuptools (50.3.0+).
+# If you find that --via-root does not work but --via-home does, please
+# file a bug to let us know.  Please note that proper testing sometimes
+# requires unmerging the package first.
 distutils_install_for_testing() {
debug-print-function ${FUNCNAME} "${@}"
 
@@ -575,7 +575,7 @@ distutils_install_for_testing() {
PATH=${bindir}:${PATH}
PYTHONPATH=${libdir}:${PYTHONPATH}
 
-   local install_method=home
+   local install_method=root
case ${1} in
--via-home)
install_method=home



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/riscv/, profiles/desc/, profiles/prefix/

2021-01-30 Thread Michał Górny
commit: ab9b5d9e5768d1a65a42a818ab3d82347a8d1cd9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:33:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9b5d9e

profiles: Clean py2.7 leftovers

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

 profiles/arch/riscv/use.mask| 3 ---
 profiles/base/make.defaults | 4 ++--
 profiles/base/package.use.force | 1 -
 profiles/desc/python_single_target.desc | 1 -
 profiles/desc/python_targets.desc   | 1 -
 profiles/prefix/make.defaults   | 6 --
 6 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 702524e3a47..dfdacea6f24 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -6,9 +6,6 @@
 
 # Unmask systemd
 -systemd
-# Our Python has a lot of trouble with the two-level libdir.
-python_targets_python2_7
-python_single_target_python2_7
 
 # Ben Kohler  (2019-01-09)
 # no fam providers keyworded yet

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 981eda7446a..d77cffe03f2 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -123,13 +123,13 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert  (2018-05-23)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr 
python_targets_python3_8 python_targets_python2_7"
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr 
python_targets_python3_8"
 
 # Mike Gilbert  (2012-05-15)
 # Default target(s) for python-r1.eclass
 # Mikle Kolyada  (2020-12-02)
 # Updated to python3_8
-PYTHON_TARGETS="python2_7 python3_8"
+PYTHON_TARGETS="python3_8"
 PYTHON_SINGLE_TARGET="python3_8"
 
 # Michał Górny  (2013-08-10)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 7fccdd3e185..10958c1f917 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -166,7 +166,6 @@ app-shells/bash:0 readline
 # Michał Górny  (2012-10-14)
 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
 # API. Please remember to keep it in sync with python_targets.desc.
-dev-lang/python-exec python_targets_python2_7
 dev-lang/python-exec python_targets_python3_7
 dev-lang/python-exec python_targets_python3_8
 dev-lang/python-exec python_targets_python3_9

diff --git a/profiles/desc/python_single_target.desc 
b/profiles/desc/python_single_target.desc
index 08637d9955c..1be4dd4001a 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -3,7 +3,6 @@
 
 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
 
-python2_7 - Build for Python 2.7 only
 python3_7 - Build for Python 3.7 only
 python3_8 - Build for Python 3.8 only
 python3_9 - Build for Python 3.9 only

diff --git a/profiles/desc/python_targets.desc 
b/profiles/desc/python_targets.desc
index 0bea2b63748..66d152ff98c 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -3,7 +3,6 @@
 
 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
 
-python2_7 - Build with Python 2.7
 python3_7 - Build with Python 3.7
 python3_8 - Build with Python 3.8
 python3_9 - Build with Python 3.9

diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 77e5de43270..cf9a80a8525 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -7,9 +7,3 @@
 # ncurses:   a nice working console drawing library
 # ssl:   encrypted connections are a nice feature
 USE="readline zlib ncurses ssl"
-
-
-# In Prefix, aim for Python 3 only, leaving out 2 to avoid unnecessary
-# builds
-# NOTE: Both are incremental variables: Need to drop obsolete base values.
-PYTHON_TARGETS="-python2_7"



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

2021-01-30 Thread Michał Górny
commit: 86d403b7707e15059afa36db4576b4771012c86b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 31 11:39:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d403b7

python-utils-r1.eclass: Disable py2.7, except for p-any-r1

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

 eclass/python-any-r1.eclass   |  1 +
 eclass/python-utils-r1.eclass | 11 ---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
index 5f2dc5b8f38..313fe6b40df 100644
--- a/eclass/python-any-r1.eclass
+++ b/eclass/python-any-r1.eclass
@@ -174,6 +174,7 @@ _python_any_set_globals() {
local usestr deps i PYTHON_PKG_DEP
[[ ${PYTHON_REQ_USE} ]] && usestr="[${PYTHON_REQ_USE}]"
 
+   _PYTHON_ALLOW_PY27=1 \
_python_set_impls
 
for i in "${_PYTHON_SUPPORTED_IMPLS[@]}"; do

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 6d482aa106c..dcc441b8209 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -40,7 +40,6 @@ inherit toolchain-funcs
 # All supported Python implementations, most preferred last.
 _PYTHON_ALL_IMPLS=(
pypy3
-   python2_7
python3_7 python3_8 python3_9
 )
 readonly _PYTHON_ALL_IMPLS
@@ -52,7 +51,7 @@ readonly _PYTHON_ALL_IMPLS
 _PYTHON_HISTORICAL_IMPLS=(
jython2_7
pypy pypy1_{8,9} pypy2_0
-   python2_{5,6}
+   python2_{5..7}
python3_{1..6}
 )
 readonly _PYTHON_HISTORICAL_IMPLS
@@ -149,7 +148,13 @@ _python_set_impls() {
done
 
if [[ ! ${supp[@]} ]]; then
-   die "No supported implementation in PYTHON_COMPAT."
+   # special-case python2_7 for python-any-r1
+   if [[ ${_PYTHON_ALLOW_PY27} ]] && has python2_7 
"${PYTHON_COMPAT[@]}"
+   then
+   supp+=( python2_7 )
+   else
+   die "No supported implementation in PYTHON_COMPAT."
+   fi
fi
 
if [[ ${_PYTHON_SUPPORTED_IMPLS[@]} ]]; then



[gentoo-commits] repo/gentoo:master commit in: dev-ada/langkit/, dev-ada/langkit/files/, profiles/

2021-01-30 Thread Michał Górny
commit: a75c19a9f18fa8e8119828cd43536d316ced230c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:48:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75c19a9

dev-ada/langkit: Remove last-rited pkg

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

 dev-ada/langkit/Manifest|  2 -
 dev-ada/langkit/files/langkit-2018-gentoo.patch | 60 -
 dev-ada/langkit/files/langkit-2019-gentoo.patch | 71 -
 dev-ada/langkit/files/langkit-2019-gnarl.patch  | 10 
 dev-ada/langkit/files/langkit-2019-pyyaml.patch | 11 
 dev-ada/langkit/langkit-2018.ebuild | 49 -
 dev-ada/langkit/langkit-2019-r1.ebuild  | 52 --
 dev-ada/langkit/langkit-2019.ebuild | 51 --
 dev-ada/langkit/metadata.xml| 17 --
 profiles/package.mask   |  8 ---
 10 files changed, 331 deletions(-)

diff --git a/dev-ada/langkit/Manifest b/dev-ada/langkit/Manifest
deleted file mode 100644
index 325726889af..000
--- a/dev-ada/langkit/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST langkit-2019-20190510-19B8C-src.tar.gz 699205 BLAKE2B 
770f904cf2a2014dc6ed6383d3be51361a311d1feb5d594bf9e81ab80a01835ac0b24cd743539a70dff2120307b25a61f781586b504d910401018afcf3b8ae7b
 SHA512 
fbaac1b6407292396711d3deba3a7b5eef6655b877c5515a3653699decdbb2c9824b42bb8e9680122a3ac6ac3eb605333eda7c0265fafd6ab2d117f932790b3b
-DIST langkit-gpl-2018.tar.gz 565649 BLAKE2B 
e18beea565351eb4b10baa9168db742598817d231c5eab578b17c2b0409ac77b9972f8f426499e086779eaeda0ac1ba11e5cb3b47ecab8e63674b7ef654b26b7
 SHA512 
62a8820c3fd3d44f6cd22e181f6eddcf52945c93ea5eb793a63b7f13e71705807170b0cc4c3873b127e3fafe751a5dd27da54087986f506f8500b916ef1f078f

diff --git a/dev-ada/langkit/files/langkit-2018-gentoo.patch 
b/dev-ada/langkit/files/langkit-2018-gentoo.patch
deleted file mode 100644
index 62ff7ce17e5..000
--- a/dev-ada/langkit/files/langkit-2018-gentoo.patch
+++ /dev/null
@@ -1,60 +0,0 @@
 a/langkit/compile_context.py   2018-07-04 19:17:08.329346507 +0200
-+++ b/langkit/compile_context.py   2018-07-04 19:17:57.276615724 +0200
-@@ -1684,7 +1684,7 @@
- generate_lexer
- ):
- quex_py_file = path.join(os.environ["QUEX_PATH"], "quex-exe.py")
--subprocess.check_call([sys.executable, quex_py_file, "-i",
-+subprocess.check_call(["quex", "-i",
-quex_file,
-"-o", "quex_lexer",
-"--buffer-element-size", "4",
 a/langkit/libmanage.py 2018-11-20 21:38:03.042086783 +0100
-+++ b/langkit/libmanage.py 2018-11-20 21:39:50.562273656 +0100
-@@ -682,6 +682,8 @@
- 
- result = ['-XBUILD_MODE={}'.format(build_mode),
-   '-XLIBRARY_TYPE={}'.format(library_type),
-+  '-XGPR_BUILD={}'.format(library_type),
-+  '-XGNATCOLL_CORE_BUILD={}'.format(library_type),
-   '-XXMLADA_BUILD={}'.format(library_type)]
- 
- enable_build_warnings = getattr(args, 'enable_build_warnings', False)
 a/testsuite/python_support/utils.py2018-11-20 21:41:46.156324084 
+0100
-+++ b/testsuite/python_support/utils.py2018-11-20 21:42:26.049651194 
+0100
-@@ -203,7 +203,8 @@
- main_sources=', '.join('"{}"'.format(m) for m in ada_main)
- ))
- run('gprbuild', '-Pgen', '-q', '-p',
--'-XLIBRARY_TYPE=relocatable', '-XXMLADA_BUILD=relocatable')
-+'-XLIBRARY_TYPE=relocatable', '-XGPR_BUILD=relocatable',
-+'-XXMLADA_BUILD=relocatable')
- 
- for i, m in enumerate(ada_main):
- assert m.endswith('.adb')
 a/testsuite/testsuite_support/__init__.py  2018-11-20 21:45:08.828905205 
+0100
-+++ b/testsuite/testsuite_support/__init__.py  2018-11-20 21:46:10.837858988 
+0100
-@@ -110,7 +110,9 @@
- # Build Langkit_Support so that each testcase does not try to build it
- # in parallel.
- if not self.global_env['options'].disable_tear_up_builds:
--gargs = ['-p', '-P', self.langkit_support_project_file]
-+gargs = ['-p']
-+gargs = gargs + ['-XGPR_BUILD=relocatable']
-+gargs = gargs + ['-P', self.langkit_support_project_file]
- cargs = ['-cargs', '-O0', '-g']
- if self.coverage_enabled:
- gargs.append('--subdirs=gnatcov')
 a/testsuite/testsuite_support/base_driver.py   2018-11-20 
22:04:54.199973719 +0100
-+++ b/testsuite/testsuite_support/base_driver.py   2018-11-20 
22:05:26.498436100 +0100
-@@ -312,7 +312,9 @@
- 
- :param str project_file: Project file name.
- """
--argv = ['gprbuild', '-P', 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ada/libadalang-tools/

2021-01-30 Thread Michał Górny
commit: 34b29c890e10bb160cb390da8b3dfbd7bfe02aa3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:47:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b29c89

dev-ada/libadalang-tools: Remove last-rited pkg

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

 dev-ada/libadalang-tools/Manifest  |  1 -
 .../libadalang-tools-2019-r1.ebuild| 40 --
 dev-ada/libadalang-tools/metadata.xml  |  7 
 profiles/package.mask  |  1 -
 4 files changed, 49 deletions(-)

diff --git a/dev-ada/libadalang-tools/Manifest 
b/dev-ada/libadalang-tools/Manifest
deleted file mode 100644
index 4875851f52d..000
--- a/dev-ada/libadalang-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libadalang-tools-2019-20190517-195C4-src.tar.gz 625775 BLAKE2B 
2ec69e307576c505d20a43d229b13404966f4442778e5390da327ae71cc065873de4fff03a720949fa6bfb5ce66f405e7d45f7f0c21032a639efcff208323aed
 SHA512 
b7368606847244cbb08ff2111fabfbfc8a9aa7f58e953febc70838006d94711dba1fd75bfb69ed2081a37a2dfaaad46097127870696c882d7cc54de5d7b051a1

diff --git a/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild 
b/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild
deleted file mode 100644
index 501150ff3d5..000
--- a/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ADA_COMPAT=( gnat_201{6,7,8,9} )
-inherit ada multiprocessing
-
-MYP=${P}-20190517-195C4
-DESCRIPTION="Libadalang-based tools: gnatpp, gnatmetric and gnatstub"
-HOMEPAGE="https://www.adacore.com/community;
-SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8f4e31e87a8f1d42509f ->
-   ${MYP}-src.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RESTRICT="test"
-
-RDEPEND="${ADA_DEPS}"
-DEPEND="${RDEPEND}
-   dev-ada/libadalang[${ADA_USEDEP},static-libs]
-   dev-ada/gprbuild[${ADA_USEDEP}]"
-
-S="${WORKDIR}"/${MYP}-src
-
-src_compile() {
-   gprbuild -v -k -XLIBRARY_TYPE=static -XXMLADA_BUILD=static \
-   -XGNATCOLL_GMP_BUILD=static \
-   -P src/build.gpr -p -j$(makeopts_jobs) || die
-}
-
-src_install() {
-   dobin bin/gnatpp
-   newbin bin/gnatmetric gnatmetric-tool
-   newbin bin/gnatstub gnatstub-tool
-   einstalldocs
-}

diff --git a/dev-ada/libadalang-tools/metadata.xml 
b/dev-ada/libadalang-tools/metadata.xml
deleted file mode 100644
index d2615c1b0e0..000
--- a/dev-ada/libadalang-tools/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   a...@gentoo.org
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index c87edc6eccf..a881278ff35 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -348,7 +348,6 @@ dev-lang/spark
 # Removal in 30 days.
 dev-ada/langkit
 dev-ada/libadalang
-dev-ada/libadalang-tools
 
 # Mart Raudsepp  (2020-08-15)
 # Development release, needs testing to ensure valac-0.50



[gentoo-commits] repo/gentoo:master commit in: dev-ada/libadalang/files/, dev-ada/libadalang/, profiles/

2021-01-30 Thread Michał Górny
commit: ca4e339210df90d84cab313993fea402474b9ff1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:47:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4e3392

dev-ada/libadalang: Remove last-rited pkg

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

 dev-ada/libadalang/Manifest|  2 -
 .../libadalang/files/libadalang-2017-gentoo.patch  | 20 --
 .../libadalang/files/libadalang-2018-gentoo.patch  | 11 
 .../libadalang/files/libadalang-2019-gentoo.patch  | 55 
 .../libadalang/files/libadalang-2019-pyyaml.patch  | 11 
 dev-ada/libadalang/libadalang-2018-r2.ebuild   | 69 ---
 dev-ada/libadalang/libadalang-2019-r1.ebuild   | 77 --
 dev-ada/libadalang/metadata.xml| 16 -
 profiles/package.mask  |  1 -
 9 files changed, 262 deletions(-)

diff --git a/dev-ada/libadalang/Manifest b/dev-ada/libadalang/Manifest
deleted file mode 100644
index 963641874fc..000
--- a/dev-ada/libadalang/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libadalang-2019-20190510-19916-src.tar.gz 2345942 BLAKE2B 
807fd6ea0183b5535e96b258998a0540aa77dec0669db81bae10b56894e12bbb381b356bd55d6684156101d2ea0e5439c2551a4213a81e79e4697a7ff6ba5df2
 SHA512 
9ebf8d0c01d12f5a8081fced9504b78a45cbde6ecc0e6abeed99aff03abd0b241c1ecba85b256911e474cb77e10e5e387f64d51a2d9b18596baf40313f44f089
-DIST libadalang-gpl-2018-src.tar.gz 1990774 BLAKE2B 
ffad46d4988de7fb8c9bf94d24360a726c59e3c70a2318725a59e0b6b62351e8f5d8dd6501964618607122e3c7cb3bda0e1181818c68324d4067d59ac93e2b1c
 SHA512 
b95196323097065be2996ced767f8f89fb77445f99c249d84043c68d926d61c78b310b4fef0699d08f9112dc423596c076f452745469a75a8467c35b5e10ac2c

diff --git a/dev-ada/libadalang/files/libadalang-2017-gentoo.patch 
b/dev-ada/libadalang/files/libadalang-2017-gentoo.patch
deleted file mode 100644
index 00f9aca4695..000
--- a/dev-ada/libadalang/files/libadalang-2017-gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/ada/testsuite/python_support/utils.py2018-11-14 22:21:36.366873970 
+0100
-+++ b/ada/testsuite/python_support/utils.py2018-11-14 22:21:59.397477086 
+0100
-@@ -28,6 +28,7 @@
- library_kind = 'static' if LAL_DISABLE_SHARED else 'relocatable'
- argv.extend([
- '-XLIBRARY_TYPE={}'.format(library_kind),
-+'-XGPR_BUILD={}'.format(library_kind),
- '-XXMLADA_BUILD={}'.format(library_kind),
- ])
- subprocess.check_call(argv)
 a/ada/testsuite/testsuite_support/base_driver.py   2018-11-14 
22:22:37.698817058 +0100
-+++ b/ada/testsuite/testsuite_support/base_driver.py   2018-11-14 
22:30:37.631613448 +0100
-@@ -310,6 +310,7 @@
- """
- library_type = 'static' if self.disable_shared else 'relocatable'
- return ['-XLIBRARY_TYPE={}'.format(library_type),
-+'-XGPR_BUILD={}'.format(library_type),
- '-XXMLADA_BUILD={}'.format(library_type)]
- 
- #

diff --git a/dev-ada/libadalang/files/libadalang-2018-gentoo.patch 
b/dev-ada/libadalang/files/libadalang-2018-gentoo.patch
deleted file mode 100644
index 96c45c74a85..000
--- a/dev-ada/libadalang/files/libadalang-2018-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/ada/testsuite/tests/c_api/unit_file_providers/test.out   2018-07-05 
20:57:15.718357269 +0200
-+++ b/ada/testsuite/tests/c_api/unit_file_providers/test.out   2018-07-05 
20:58:47.363026320 +0200
-@@ -5,6 +5,8 @@
- Calling ufp_get_unit_filename (some_field=42, kind=0) with name: "foo"
- Calling ufp_get_file_from_name (some_field=42, kind=0) with name: "foo"
- Calling ufp_get_file_from_name (some_field=42, kind=0) with name: "foo"
-+Calling ufp_get_unit_filename (some_field=42, kind=0) with name: "foo"
-+Calling ufp_get_file_from_name (some_field=42, kind=0) with name: "foo"
-  resolves to:
-   
- Calling ufp_destroy (some_field=42)

diff --git a/dev-ada/libadalang/files/libadalang-2019-gentoo.patch 
b/dev-ada/libadalang/files/libadalang-2019-gentoo.patch
deleted file mode 100644
index 5471632a2ad..000
--- a/dev-ada/libadalang/files/libadalang-2019-gentoo.patch
+++ /dev/null
@@ -1,55 +0,0 @@
 a/ada/testsuite/tests/name_resolution/for_of_derived/test.yaml 
2019-06-10 18:10:52.274104372 +0200
-+++ b/ada/testsuite/tests/name_resolution/for_of_derived/test.yaml 
2019-06-10 18:12:09.050950758 +0200
-@@ -1,2 +1,3 @@
- driver: name-resolution
- input_sources: [for_of_derived.adb]
-+expect_failure: Gentoo unfixed
 a/ada/testsuite/tests/name_resolution/test_subp_address/test.yaml  
2019-06-10 18:13:18.821902438 +0200
-+++ b/ada/testsuite/tests/name_resolution/test_subp_address/test.yaml  
2019-06-10 18:13:40.055583691 +0200
-@@ -1,3 +1,4 @@
- driver: name-resolution
- input_sources: [test_subp_address.adb]
- with_default_project: False

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ada/gnatcoll-db/files/, dev-ada/gnatcoll-db/

2021-01-30 Thread Michał Górny
commit: 4366c349561aa0de2746ac44ecda5260028f635d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:46:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4366c349

dev-ada/gnatcoll-db: Remove last-rited pkg

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

 dev-ada/gnatcoll-db/Manifest   |   1 -
 .../files/gnatcoll-db-2018-gentoo.patch|  11 --
 dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild| 119 -
 dev-ada/gnatcoll-db/metadata.xml   |  29 -
 profiles/package.mask  |   1 -
 5 files changed, 161 deletions(-)

diff --git a/dev-ada/gnatcoll-db/Manifest b/dev-ada/gnatcoll-db/Manifest
deleted file mode 100644
index ecb7f53f200..000
--- a/dev-ada/gnatcoll-db/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnatcoll-db-2019-src.tar.gz 2405755 BLAKE2B 
70db599e8fe90a1312c2078379c6cddf518159fd8eea8c958d1abf4f4ccc504c8296e0018b03fe7f145619b6f73d6ce38b7a43cfd73dd5e1df7eb1949aa81043
 SHA512 
89e941a786b1d9591f4cb9f5f7db02875bb37638be7efb88e31087900c8c10ac52680f1246f90cda6fbac1b9ab213bf364d88bf583ad262f17c0a647492019a3

diff --git a/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch 
b/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch
deleted file mode 100644
index 9d95a9bfc1c..000
--- a/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/sqlite/gnatcoll_sqlite.gpr   2018-06-24 14:08:52.477478654 +0200
-+++ b/sqlite/gnatcoll_sqlite.gpr   2018-06-24 14:08:59.149372684 +0200
-@@ -42,7 +42,7 @@
-for Library_Nameuse Name;
-for Library_Version use "lib" & Name & Gnatcoll.So_Ext & "." & Version;
- 
--   for Languages use ("Ada", "C");
-+   for Languages use ("Ada");
- 
-Thread_Lib := ();
- 

diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild 
b/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild
deleted file mode 100644
index 58c774b5e3c..000
--- a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-ADA_COMPAT=( gnat_201{6,7,8,9} )
-inherit ada multilib multiprocessing autotools python-single-r1
-
-commitId="fbc46346dc67dfa83ae5132ef72fdd64fbe7e199"
-DESCRIPTION="GNAT Component Collection"
-HOMEPAGE="http://libre.adacore.com;
-SRC_URI="https://github.com/AdaCore/${PN}/archive/${commitId}.tar.gz
-   -> ${P}-src.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="db2ada gnatinspect postgres
-   +shared sql sqlite static-libs static-pic xref"
-
-RDEPEND="dev-ada/gnatcoll-core[${ADA_USEDEP},shared?,static-libs?,static-pic?]
-   sqlite? ( dev-db/sqlite:3 )
-   postgres? ( dev-db/postgresql:* )
-   xref? (
-   
dev-ada/gnatcoll-bindings[${ADA_USEDEP},iconv,shared?,static-libs?,static-pic?]
-   )
-   ${ADA_DEPS}
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   dev-ada/gprbuild[${ADA_USEDEP}]"
-
-REQUIRED_USE="gnatinspect? ( xref )
-   xref? ( sqlite )
-   sqlite? ( sql )
-   db2ada? ( sql )
-   ${ADA_REQUIRED_USE}
-   ${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}"/${PN}-${commitId}
-
-PATCHES=( "${FILESDIR}"/${PN}-2018-gentoo.patch )
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   ada_setup
-}
-
-src_compile() {
-   build () {
-   GPR_PROJECT_PATH="${S}/sql":"${S}/sqlite":"${S}/xref" \
-   gprbuild -p -m -v -j$(makeopts_jobs) 
-XGNATCOLL_SQLITE=external \
-   -XGNATCOLL_VERSION=2018 \
-   -XBUILD=PROD -XLIBRARY_TYPE=$2 -XXMLADA_BUILD=$2 
-XGPR_BUILD=$2 \
-   -P $1/$3.gpr \
-   -cargs:Ada ${ADAFLAGS} -cargs:C ${CFLAGS} || die 
"gprbuild failed"
-   }
-   local lib
-   for kind in shared static-libs static-pic ; do
-   if use $kind; then
-   lib=${kind%-libs}
-   lib=${lib/shared/relocatable}
-   for dir in sql sqlite xref postgres ; do
-   if use $dir; then
-   build $dir $lib gnatcoll_${dir}
-   fi
-   done
-   fi
-   done
-   if use shared; then
-   lib=relocatable
-   elif use static-libs; then
-   lib=static
-   else
-   lib=static-pic
-   fi
-   if use gnatinspect; then
-   build gnatinspect ${lib} gnatinspect
-   fi
-   if use db2ada; then
-   build gnatcoll_db2ada ${lib} gnatcoll_db2ada
-   fi
-}
-
-src_install() {
-   build () {
-   GPR_PROJECT_PATH="${D}/usr/share/gpr" gprinstall -p -f \
-

[gentoo-commits] repo/gentoo:master commit in: dev-ada/gps/files/, profiles/, dev-ada/gps/

2021-01-30 Thread Michał Górny
commit: bcde67cec78708eaa3ef9726fe0f54546bbe1fcd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:47:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcde67ce

dev-ada/gps: Remove last-rited pkg

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

 dev-ada/gps/Manifest|   4 --
 dev-ada/gps/files/gps-2019-gentoo.patch |  77 -
 dev-ada/gps/gps-2019-r1.ebuild  | 114 
 dev-ada/gps/metadata.xml|  12 
 profiles/package.mask   |   5 --
 5 files changed, 212 deletions(-)

diff --git a/dev-ada/gps/Manifest b/dev-ada/gps/Manifest
deleted file mode 100644
index 354ebeca404..000
--- a/dev-ada/gps/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ada_language_server-2019-src.tar.gz 169018 BLAKE2B 
3ed7412773887f6ebe58a8b08a6befa8be780d10c1abb3a38f524918fb60d7213699e2c7a2cd845d5dd154f9eccf8672ce8833e408dcdaa3621d173a0a8e5818
 SHA512 
dd25878719c5237c2f1e01097076758f25a350705a58c2988ff3e92179ceaf659981cdd0887df9916e4c1e2226419ebd526f14716da4d3fda0fcf454b9122d37
-DIST gps-gpl-2019-src.tar.gz 13758956 BLAKE2B 
71158537d9d970b97db06c1a5ed40cfec2f7c8523dbced763227463450b4fd469817abcd61339cde96a13bb2b721141339b15444e55bdc64cee7ed2458fd42ed
 SHA512 
4420311303122fd365794830fb7a7868832b8211804d6e11773f598c307229b139993b3c81d91646f7b5aa9a7fba118895234c4ac89193d960dd3170a04e52a7
-DIST gtk+-3.14.15-src.tar.gz 32009863 BLAKE2B 
93c6897c431fa8e1c19ea758378bc7e365d486d1decccefbba64876d8c51a488e6bcf932481daa11e7e43a960a328c3db746e41a845e574c6b6070ab71e23188
 SHA512 
add4607a1758319a938d2be0bbd0dd140c4099accffa9301e3049bc460bf94f395c5a092368214e8b28d53bc25335d1b8329b50c7eb80a1e9a65b2e154135b84
-DIST libadalang-tools-2019-20190517-195C4-src.tar.gz 625775 BLAKE2B 
2ec69e307576c505d20a43d229b13404966f4442778e5390da327ae71cc065873de4fff03a720949fa6bfb5ce66f405e7d45f7f0c21032a639efcff208323aed
 SHA512 
b7368606847244cbb08ff2111fabfbfc8a9aa7f58e953febc70838006d94711dba1fd75bfb69ed2081a37a2dfaaad46097127870696c882d7cc54de5d7b051a1

diff --git a/dev-ada/gps/files/gps-2019-gentoo.patch 
b/dev-ada/gps/files/gps-2019-gentoo.patch
deleted file mode 100644
index 00fc810a2b9..000
--- a/dev-ada/gps/files/gps-2019-gentoo.patch
+++ /dev/null
@@ -1,77 +0,0 @@
 a/gps/Makefile 2018-07-09 20:27:34.950424490 +0200
-+++ b/gps/Makefile 2018-07-09 20:37:39.510558817 +0200
-@@ -47,7 +47,8 @@
-   for f in ../kernel/generated/*; do cat $$f | tr -d '\015' > $$f-aux; mv 
-f $$f-aux $$f; done
- endif
-   $(GPRBUILD) $(GPRBUILD_FLAGS) -m -p -ws \
--$(GPRBUILD_BUILD_TYPE_FLAGS) -Pgps -largs `pkg-config gmodule-2.0 
--libs`
-+$(GPRBUILD_BUILD_TYPE_FLAGS) -Pgps -largs `pkg-config gmodule-2.0 
--libs` -lpython2.7 \
-+-cargs:Ada ${ADAFLAGS} -cargs:C ${CFLAGS}
- 
- resources:
- ifeq ($(OS),Windows_NT)
 a/Makefile.in  2018-07-09 21:51:08.422550386 +0200
-+++ b/Makefile.in  2018-07-09 21:51:32.187225891 +0200
-@@ -10,7 +10,7 @@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA= @INSTALL_DATA@
- GNATCOLL_INSTALL  = @GNATCOLL_INSTALL@
--prefix  = @prefix@
-+prefix  = $(DESTDIR)@prefix@
- bindir  = $(prefix)/bin
- sharedir= $(prefix)/share
- examplesdir = $(prefix)/share/examples/gps
 a/docs/Makefile.in 2018-07-09 21:53:33.074572729 +0200
-+++ b/docs/Makefile.in 2018-07-09 21:53:52.149311484 +0200
-@@ -1,4 +1,4 @@
--prefix = @prefix@
-+prefix = $(DESTDIR)@prefix@
- docdir = $(prefix)/share/doc/gps
- sharedir = $(prefix)/share/gps
- 
 a/share/support/core/toolchains.py 2018-07-11 12:15:18.758674244 +0200
-+++ b/share/support/core/toolchains.py 2018-07-11 12:20:20.389220849 +0200
-@@ -16,11 +16,11 @@
-nullified by using an empty value in the corresponding tag
-   -->
-   
--gnat
--gnatls
-+@GNAT@
-+@GNATLS@
- gdb
- c++filt
--gnatmake
-+@GNATMAKE@
- gcc
- g++
- gcc
 a/share/support/core/projects.py   2018-07-11 13:49:29.631289680 +0200
-+++ b/share/support/core/projects.py   2018-07-11 13:51:46.568252607 +0200
-@@ -146,7 +146,7 @@
-   
-
-
--  gnatmake
-+  @GNATMAKE@
-
-
- 
-@@ -166,7 +166,7 @@
-description="The gnatls command used to find where the Ada run time 
files are installed (including optional arguments, e.g. gnatls --RTS=sjlj)."
-hide_in="all"
-label="Gnatls">
--   gnatls
-+   @GNATLS@
-
-
- 
-@@ -206,7 +206,7 @@
-description="The gnat driver used to run the various commands 
associated with the GNAT toolchain."
-hide_in="all"
-label="GNAT">
--   gnat
-+   @GNAT@
-
-
- 

diff --git a/dev-ada/gps/gps-2019-r1.ebuild b/dev-ada/gps/gps-2019-r1.ebuild
deleted file mode 100644
index 

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

2021-01-30 Thread Michał Górny
commit: fc58734b37d308e912d20b96b1ca8bf970da90f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:25:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:25:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc58734b

sys-cluster/ganglia: Remove old

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

 sys-cluster/ganglia/files/gmetad-python.rc  |  30 ---
 sys-cluster/ganglia/files/gmetad.rc |  18 
 sys-cluster/ganglia/files/gmond.rc  |  18 
 sys-cluster/ganglia/ganglia-3.7.1-r1.ebuild | 127 
 4 files changed, 193 deletions(-)

diff --git a/sys-cluster/ganglia/files/gmetad-python.rc 
b/sys-cluster/ganglia/files/gmetad-python.rc
deleted file mode 100644
index a01e42ebd78..000
--- a/sys-cluster/ganglia/files/gmetad-python.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PIDFILE=/var/run/gmetad-python.pid
-
-depend() {
-   need net
-   after ntp-client ntpd
-}
-
-start() {
-   ebegin "Starting GANGLIA gmetad-python: "
-   start-stop-daemon \
-   --start --quiet \
-   --exec /usr/bin/gmetad.py \
-   --pidfile ${PIDFILE} \
-   -- \
-   -p ${PIDFILE}
-   eend $? "Failed to start gmetad-python"
-}
-
-stop() {
-   ebegin "Shutting down GANGLIA gmetad-python: "
-   start-stop-daemon \
-   --stop --quiet \
-   --pidfile ${PIDFILE} \
-   --exec /usr/bin/gmetad.py
-   eend $? "Failed to stop gmetad-python"
-}

diff --git a/sys-cluster/ganglia/files/gmetad.rc 
b/sys-cluster/ganglia/files/gmetad.rc
deleted file mode 100644
index bb57487a3e0..000
--- a/sys-cluster/ganglia/files/gmetad.rc
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
-   need net
-   after ntp-client ntpd
-}
-
-start() {
-   ebegin "Starting GANGLIA gmetad: "
-   start-stop-daemon --start --quiet --exec /usr/sbin/gmetad
-   eend $? "Failed to start gmetad"
-}
-
-stop() {
-   ebegin "Shutting down GANGLIA gmetad: "
-   start-stop-daemon --stop --quiet --exec /usr/sbin/gmetad
-   eend $? "Failed to stop gmetad"
-}

diff --git a/sys-cluster/ganglia/files/gmond.rc 
b/sys-cluster/ganglia/files/gmond.rc
deleted file mode 100644
index 621be8d1409..000
--- a/sys-cluster/ganglia/files/gmond.rc
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
-   need net
-   after ntp-client ntpd
-}
-
-start() {
-   ebegin "Starting GANGLIA gmond: "
-   start-stop-daemon --start --quiet --exec /usr/sbin/gmond
-   eend $? "Failed to start gmond"
-}
-
-stop() {
-   ebegin "Shutting down GANGLIA gmond: "
-   start-stop-daemon --stop --quiet --exec /usr/sbin/gmond
-   eend $? "Failed to stop gmond"
-}

diff --git a/sys-cluster/ganglia/ganglia-3.7.1-r1.ebuild 
b/sys-cluster/ganglia/ganglia-3.7.1-r1.ebuild
deleted file mode 100644
index 5509498cc08..000
--- a/sys-cluster/ganglia/ganglia-3.7.1-r1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_OPTIONAL=1
-
-inherit distutils-r1 eutils multilib systemd
-
-DESCRIPTION="A scalable distributed monitoring system for clusters and grids"
-HOMEPAGE="http://ganglia.sourceforge.net/;
-SRC_URI="mirror://sourceforge/ganglia/${P}.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="minimal pcre python examples"
-
-DEPEND="dev-libs/confuse
-   dev-libs/expat
-   >=dev-libs/apr-1.0
-   net-libs/libnsl:0=
-   !dev-db/firebird
-   pcre? ( dev-libs/libpcre )
-   python? ( ${PYTHON_DEPS} )"
-
-RDEPEND="
-   ${DEPEND}
-   !minimal? ( net-analyzer/rrdtool )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-src_prepare() {
-   if use python && ! use minimal; then
-   pushd gmetad-python >/dev/null || die
-   distutils-r1_src_prepare
-   popd >/dev/null || die
-   fi
-}
-
-src_configure() {
-   if use python; then
-   python_setup
-   fi
-
-   econf \
-   --with-systemdsystemunitdir=$(systemd_get_unitdir) \
-   --enable-gexec \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --enable-static=no \
-   $(use_enable python) \
-   $(use_with pcre libpcre) \
-   $(use_with !minimal gmetad)
-}
-
-src_compile() {
-   default_src_compile
-
-   if use python && ! use minimal; then
-   pushd gmetad-python >/dev/null || die
-   distutils-r1_src_compile
-   popd >/dev/null || die
-   fi
-}
-
-src_install() {
-   local exdir=/usr/share/doc/${P}
-
-   emake DESTDIR="${D}" install
-
- 

[gentoo-commits] repo/gentoo:master commit in: games-rpg/asphyxia/, profiles/

2021-01-30 Thread Michał Górny
commit: 2816a5a89c91c6e6ea57505e993b1e0a6f167dde
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:17:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:18:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2816a5a8

games-rpg/asphyxia: Remove last-rited pkg

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

 games-rpg/asphyxia/Manifest|  1 -
 games-rpg/asphyxia/asphyxia-1.0.ebuild | 42 --
 games-rpg/asphyxia/metadata.xml|  8 ---
 profiles/package.mask  |  1 -
 4 files changed, 52 deletions(-)

diff --git a/games-rpg/asphyxia/Manifest b/games-rpg/asphyxia/Manifest
deleted file mode 100644
index 1f23fd2c07e..000
--- a/games-rpg/asphyxia/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Asphyxia-1.0-linux.tar 282880294 BLAKE2B 
cb27797413238c2e828232d46626889379ee8e9b10bc224812215e811927f50d640d520a3c399d3b58da12a5d6e6957020f89c70629c037f5334e8dca8706ba5
 SHA512 
9e28fe4b961a03b89b717589d7ba223374dfa12710a1f101b61c913a50dc750a6c2c8733d9b312001c92b6eeb58903028eec8e7a0b62de3f52f56eef6971e07e

diff --git a/games-rpg/asphyxia/asphyxia-1.0.ebuild 
b/games-rpg/asphyxia/asphyxia-1.0.ebuild
deleted file mode 100644
index 190c2288b4e..000
--- a/games-rpg/asphyxia/asphyxia-1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils xdg-utils
-
-RENPY_SLOT="6.99"
-MY_PN="Asphyxia"
-
-DESCRIPTION="Visual novel where the main character has one day to make peace 
with her friend"
-HOMEPAGE="https://ebihime.itch.io/asphyxia;
-SRC_URI="${MY_PN}-${PV}-linux.tar"
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist fetch"
-
-RDEPEND="games-engines/renpy:${RENPY_SLOT}"
-
-S="${WORKDIR}/${MY_PN}-${PV}-linux"
-
-pkg_nofetch() {
-   einfo "If you have ${SRC_URI} as distributed by Humble Bundle then move"
-   einfo "it to your distfiles directory. If you have some other version 
then"
-   einfo "please contact the Gentoo Games team."
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r game/*
-
-   make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
-   newicon -s 48 icon.png ${PN}.png
-   make_desktop_entry ${PN} "${MY_PN}"
-
-   docinto html
-   dodoc README.html
-}
-
-pkg_postinst() { xdg_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }

diff --git a/games-rpg/asphyxia/metadata.xml b/games-rpg/asphyxia/metadata.xml
deleted file mode 100644
index 26079e608be..000
--- a/games-rpg/asphyxia/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index b14ed7debc0..1538c932f5c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -250,7 +250,6 @@ dev-haskell/hgettext
 dev-python/numpy-python2
 games-engines/renpy
 games-misc/katawa-shoujo
-games-rpg/asphyxia
 
 # Jonas Stein  (2020-12-29)
 # Unusable without alsa.



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpy-python2/files/, dev-python/numpy-python2/, profiles/

2021-01-30 Thread Michał Górny
commit: 44b83e623bb10696ec30b395774dd327e5e87925
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:19:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b83e62

dev-python/numpy-python2: Remove last-rited pkg

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

 dev-python/numpy-python2/Manifest  |   4 -
 .../files/numpy-1.15.4-no-hardcode-blas.patch  |  76 --
 ...-1.16.5-setup.py-install-skip-build-fails.patch |  23 ---
 dev-python/numpy-python2/metadata.xml  |  12 --
 .../numpy-python2/numpy-python2-1.16.6.ebuild  | 157 -
 profiles/package.mask  |   7 -
 6 files changed, 279 deletions(-)

diff --git a/dev-python/numpy-python2/Manifest 
b/dev-python/numpy-python2/Manifest
deleted file mode 100644
index f76bbff74c9..000
--- a/dev-python/numpy-python2/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST numpy-1.16.6.zip 5143340 BLAKE2B 
2c31473551aaf00e7d3175ce37463ce0f14ff3e77bdeb71c9f85ede634880e014d4a941b1f1c1bb107f1b01217d6a68cc71d188b7ae3edf833a6fd6a9a746acb
 SHA512 
c219841cc804c194a38b8e046b83265b8b7a35be8f33d68561ef17b085465dd11bd1e84fe1baea809af0efb09a9b13283f13728d125fcdd2221c30ec23fd0a50
-DIST numpy-html-1.16.6.zip 12190671 BLAKE2B 
c24586a40bb05fdb2f2f092778e01f7c60b17d2c695d0fb8577e988778ad80b711edf7e067a20c699946344a50febc152ab586f4653b80bcbeb489650dafbd1b
 SHA512 
ad25e7b91b992af78a6748f12d6fcbe153d96cb8667d5dc4a6b6b2a6105e24a11c32cbf63dd3314ed4aa9b65a55ec5b3a51cd7763af5dfdd133510ddd6e4ed16
-DIST numpy-ref-1.16.6.pdf 5183393 BLAKE2B 
e92a8a7a32ab45d2fdfd6760e62d8d9b5b3f89e202a29e18ef1b6ce49ec56bbfea0e48e0c47b4c35cad02783fa1db33726a0f4fed4a50b0d8ed84babced8b79e
 SHA512 
66dbb684f4140874d19826b479c781e16e7992a7cec46137f785f9a8fa071911966fbb3932cbcdcd040bbb5fbefac8c96d511ef623a57fc268aac9331aae8d22
-DIST numpy-user-1.16.6.pdf 621980 BLAKE2B 
ec735ff7057935d3a7f33f291792b74618f5dc10ee091c434f49c77e58f683821af9cce46286564ac9b8cb0111498f9d1b657d0c343e0a4313c3f895982dca8b
 SHA512 
ff03719c91707a39b4bc388558838f72d4412f34dd0b07f2a0b2cf8fedac6811e8789985013cf1f23c7a650f115655f71e9cadc51ef4e7ae6e49d7552752409a

diff --git a/dev-python/numpy-python2/files/numpy-1.15.4-no-hardcode-blas.patch 
b/dev-python/numpy-python2/files/numpy-1.15.4-no-hardcode-blas.patch
deleted file mode 100644
index 979b56bd6dc..000
--- a/dev-python/numpy-python2/files/numpy-1.15.4-no-hardcode-blas.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
-index 65d7de316..a85640d30 100644
 a/numpy/distutils/system_info.py
-+++ b/numpy/distutils/system_info.py
-@@ -364,29 +364,7 @@ def get_info(name, notfound_action=0):
-   1 - display warning message
-   2 - raise error
- """
--cl = {'atlas': atlas_info,  # use lapack_opt or blas_opt instead
--  'atlas_threads': atlas_threads_info,# ditto
--  'atlas_blas': atlas_blas_info,
--  'atlas_blas_threads': atlas_blas_threads_info,
--  'lapack_atlas': lapack_atlas_info,  # use lapack_opt instead
--  'lapack_atlas_threads': lapack_atlas_threads_info,  # ditto
--  'atlas_3_10': atlas_3_10_info,  # use lapack_opt or blas_opt instead
--  'atlas_3_10_threads': atlas_3_10_threads_info,# 
ditto
--  'atlas_3_10_blas': atlas_3_10_blas_info,
--  'atlas_3_10_blas_threads': atlas_3_10_blas_threads_info,
--  'lapack_atlas_3_10': lapack_atlas_3_10_info,  # use lapack_opt 
instead
--  'lapack_atlas_3_10_threads': lapack_atlas_3_10_threads_info,  # 
ditto
--  'mkl': mkl_info,
--  # openblas which may or may not have embedded lapack
--  'openblas': openblas_info,  # use blas_opt instead
--  # openblas with embedded lapack
--  'openblas_lapack': openblas_lapack_info, # use blas_opt instead
--  'openblas_clapack': openblas_clapack_info, # use blas_opt instead
--  'blis': blis_info,  # use blas_opt instead
--  'lapack_mkl': lapack_mkl_info,  # use lapack_opt instead
--  'blas_mkl': blas_mkl_info,  # use blas_opt instead
--  'accelerate': accelerate_info,  # use blas_opt instead
--  'x11': x11_info,
-+cl = {'x11': x11_info,
-   'fft_opt': fft_opt_info,
-   'fftw': fftw_info,
-   'fftw2': fftw2_info,
-@@ -731,10 +709,7 @@ class system_info(object):
- return [b for b in [a.strip() for a in libs.split(',')] if b]
- 
- def get_libraries(self, key='libraries'):
--if hasattr(self, '_lib_names'):
--return self.get_libs(key, default=self._lib_names)
--else:
--return self.get_libs(key, '')
-+return self.get_libs(key, '')
- 
- def 

[gentoo-commits] repo/gentoo:master commit in: games-rpg/the-royal-trap/, profiles/

2021-01-30 Thread Michał Górny
commit: c0604782b4074d6a59a139f02c1b2f732770ce24
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:17:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:18:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0604782

games-rpg/the-royal-trap: Remove last-rited pkg

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

 games-rpg/the-royal-trap/Manifest  |  1 -
 games-rpg/the-royal-trap/metadata.xml  | 18 --
 games-rpg/the-royal-trap/the-royal-trap-1.2.ebuild | 41 --
 profiles/package.mask  |  1 -
 4 files changed, 61 deletions(-)

diff --git a/games-rpg/the-royal-trap/Manifest 
b/games-rpg/the-royal-trap/Manifest
deleted file mode 100644
index a664a6bf091..000
--- a/games-rpg/the-royal-trap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST The_Royal_Trap_HD_1.2-linux-x86.tar 193616345 BLAKE2B 
f43eb162abd077b1b2dde85012652704049c18830d0e8eb5ee4aa60b05d4b123b0fe9388aec70154b0d6e8d6a89e12fba06aacf50d5026d2391e6ad90af3d5ba
 SHA512 
d6c0172a35e36fc6e42f1c9827e99f814cd9084a2d94042b9fd2b9a0ffd4ac1adb7c898a6579b856cfde548073b1d34a49fb6ba80d4a6c6bce682673094eff0d

diff --git a/games-rpg/the-royal-trap/metadata.xml 
b/games-rpg/the-royal-trap/metadata.xml
deleted file mode 100644
index 59e01fb5b2f..000
--- a/games-rpg/the-royal-trap/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   Madeleine Valois is a prince's companion. Her job is to guide
-   and advise him, to make him look good so that he can land a
-   royal bride. It is her responsibility to keep him out of
-   trouble - not to let him walk blindly into a political
-   minefield, not to let him get arrested for a crime he didn't
-   commit, and definitely not to let him fall in love with her.
-
-   Unfortunately, events are not going according to plan...
-   
-

diff --git a/games-rpg/the-royal-trap/the-royal-trap-1.2.ebuild 
b/games-rpg/the-royal-trap/the-royal-trap-1.2.ebuild
deleted file mode 100644
index dccd9ca8f22..000
--- a/games-rpg/the-royal-trap/the-royal-trap-1.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils xdg-utils
-
-RENPY_SLOT="6.99"
-MY_PN="The Royal Trap"
-
-DESCRIPTION="Visual novel where you help a prince choose his royal bride"
-HOMEPAGE="https://www.hanakogames.com/royaltrap.shtml;
-SRC_URI="${MY_PN// /_}_HD_${PV}-linux-x86.tar"
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist fetch"
-
-RDEPEND="games-engines/renpy:${RENPY_SLOT}"
-
-S="${WORKDIR}/${MY_PN} HD ${PV}-linux-x86"
-
-pkg_nofetch() {
-   einfo "If you have ${SRC_URI} as distributed by Humble Bundle then move"
-   einfo "it to your distfiles directory. If you have some other version 
then"
-   einfo "please contact the Gentoo Games team."
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r game/*
-
-   make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
-   make_desktop_entry ${PN} "${MY_PN}" applications-games
-
-   docinto html
-   dodoc README.html
-}
-
-pkg_postinst() { xdg_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }

diff --git a/profiles/package.mask b/profiles/package.mask
index 08f82f31f0e..490b71de6b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -252,7 +252,6 @@ games-engines/renpy
 games-misc/katawa-shoujo
 games-rpg/asphyxia
 games-rpg/sakura-spirit
-games-rpg/the-royal-trap
 
 # Jonas Stein  (2020-12-29)
 # Unusable without alsa.



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-misc/katawa-shoujo/

2021-01-30 Thread Michał Górny
commit: 1ddb841c504b5ae9a963033c7a5a9139eb1eb192
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:17:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:18:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddb841c

games-misc/katawa-shoujo: Remove last-rited pkg

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

 games-misc/katawa-shoujo/Manifest  |  1 -
 .../katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild| 33 --
 games-misc/katawa-shoujo/metadata.xml  | 19 -
 profiles/package.mask  |  1 -
 4 files changed, 54 deletions(-)

diff --git a/games-misc/katawa-shoujo/Manifest 
b/games-misc/katawa-shoujo/Manifest
deleted file mode 100644
index 8e49bf1e084..000
--- a/games-misc/katawa-shoujo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST katawa-shoujo-1.3.1.tar.bz2 496188604 BLAKE2B 
a27fbc84ac0594790ad5b77e6c7e49c19c2b4716b1e5e516171b593211f1d5f2ca1bddc3e0ebb92420b7529b4b2fdff7b0732bb61b5aa2acdaf45e33dd713497
 SHA512 
d5f1b49c60b70b272dd5d62c1d49cb9e3c17e3f77339fc593db2122f1c140005bc23ecb7ad9b0d93c0701c77f9bcfcd5c1c67db1cbe3034a3be42a4309387809

diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild 
b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild
deleted file mode 100644
index 2ab5b560711..000
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils desktop
-
-RENPY_SLOT="6.99"
-
-DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
-HOMEPAGE="https://www.katawa-shoujo.com;
-SRC_URI="https://dl.katawa-shoujo.com/gold_${PV}/%5B4ls%5D_katawa_shoujo_${PV}-%5Blinux-x86%5D%5B18161880%5D.tar.bz2
 -> ${P}.tar.bz2"
-
-LICENSE="CC-BY-NC-ND-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="games-engines/renpy:${RENPY_SLOT}"
-
-S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
-
-src_install() {
-   insinto "/usr/share/${PN}"
-   doins -r game/.
-   make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
-
-   make_desktop_entry ${PN} "Katawa Shoujo" applications-games
-
-   if use doc; then
-   dodoc "Game Manual.pdf"
-   fi
-}

diff --git a/games-misc/katawa-shoujo/metadata.xml 
b/games-misc/katawa-shoujo/metadata.xml
deleted file mode 100644
index e1f782e395f..000
--- a/games-misc/katawa-shoujo/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   Katawa Shoujo is a bishoujo-style visual novel set in the 
fictional
-   Yamaku High School for disabled children, located somewhere in 
modern
-   Japan. Hisao Nakai, a normal boy living a normal life, has his 
life
-   turned upside down when a congenital heart defect forces him to 
move to
-   a new school after a long hospitalization. Despite his 
difficulties,
-   Hisao is able to find friends—and perhaps love, if he plays his 
cards
-   right. There are five main paths corresponding to the 5 main 
female
-   characters, each path following the storyline pertaining to that
-   character.
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 1538c932f5c..460f9b096c1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -249,7 +249,6 @@ dev-haskell/hgettext
 # Removal in 30 days.  Bug #735358.
 dev-python/numpy-python2
 games-engines/renpy
-games-misc/katawa-shoujo
 
 # Jonas Stein  (2020-12-29)
 # Unusable without alsa.



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

2021-01-30 Thread Michał Górny
commit: d299c77adbcdaeae8a7f5c056f675448e89a3ff4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:19:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d299c77a

games-engines/renpy: Remove last-rited pkg

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

 games-engines/renpy/Manifest   |   2 -
 .../renpy-6.99.12.4-compat-infinite-loop.patch |  42 ---
 .../renpy/files/renpy-6.99.12.4-compat-style.patch |  43 ---
 .../files/renpy-6.99.12.4-compat-window.patch  |  51 ---
 .../renpy/files/renpy-6.99.12.4-multiple-abi.patch | 357 -
 .../renpy/files/renpy-7.3.5-system-path.patch  |  19 --
 .../files/renpy-7.3.5-use-system-fribidi.patch |  42 ---
 games-engines/renpy/files/renpy.1  | 163 --
 games-engines/renpy/metadata.xml   |  30 --
 games-engines/renpy/renpy-6.99.12.4-r4.ebuild  | 108 ---
 games-engines/renpy/renpy-7.3.5.ebuild | 108 ---
 profiles/package.mask  |   1 -
 12 files changed, 966 deletions(-)

diff --git a/games-engines/renpy/Manifest b/games-engines/renpy/Manifest
deleted file mode 100644
index 2a93fb3d8cc..000
--- a/games-engines/renpy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST renpy-6.99.12.4-source.tar.bz2 18192453 BLAKE2B 
eb00db04fc6ed0aafa0428c3ba0ffe986634f8b536a7cd6c88c6082789554f6d9631f433baa3e34ab91d19509ccef5617e3fe8ec410b96f4b87d489656cc893b
 SHA512 
375b67e15630fc21915136e70bc93db6da7c2da192d39b1256822513ae44974124522c85f1976f2af62df27b5fa11493af488b02abcf0081eeae03e1a69dfca5
-DIST renpy-7.3.5-source.tar.bz2 68211972 BLAKE2B 
46d8e1c788398515005eba9b668020aa2c9527e4f9207c95661d8fe86f4bbb6bc1832fc3e6808023355e2ff67666bc6d3b03f89ef58afa77d5a3abc965192175
 SHA512 
5a34412379682628d0be9cbbca0dfc95d5e52f8ffa871cdab0c20d028c532233b0d94a7dfdec67fec5294a789e9ca16b61dc30ef138e303d476007ea0d2f

diff --git 
a/games-engines/renpy/files/renpy-6.99.12.4-compat-infinite-loop.patch 
b/games-engines/renpy/files/renpy-6.99.12.4-compat-infinite-loop.patch
deleted file mode 100644
index 3a2942cb04f..000
--- a/games-engines/renpy/files/renpy-6.99.12.4-compat-infinite-loop.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Adapted from git HEAD:
-commit ff308191a190bf7c5c2118a31f3d8569a0904c04
-Author: Andrew Savchenko 
-Date:   Mon Jul 17 08:00:07 2017 +0300
-
-Increase infinite loop hardcoded values
-
-On many old hardware, e.g on my Atom netbook games hit this limit,
-but otherwise work fine. Increasing the limit helps. People are
-also reporting this issue in many cases (old laptops, stow tablets,
-etc where games fail due to this issue and work otherwise):
-
-
https://translationprojectvisualnovels.blogspot.ru/2016/09/monster-girl-quest-android-15092016.html
-https://lemmasoft.renai.us/forums/viewtopic.php?f=8=30521=90
-https://steamcommunity.com/app/356530/discussions/0/365163686036650662/
-(and many more, just google)
-
-index 00c7562..a7e361c 100644
 a/renpy/display/core.py
-+++ b/renpy/display/core.py
-@@ -2845,7 +2845,7 @@ class Interface(object):
- 
- while rv is None:
- 
--renpy.execution.not_infinite_loop(10)
-+renpy.execution.not_infinite_loop(50)
- 
- # Check for a change in fullscreen preference.
- if ((self.fullscreen != renpy.game.preferences.fullscreen) or
-diff --git a/renpy/main.py b/renpy/main.py
-index 6f14d77..960d2fd 100644
 a/renpy/main.py
-+++ b/renpy/main.py
-@@ -318,7 +318,7 @@ def main():
- game.contexts = [ renpy.execution.Context(False) ]
- game.contexts[0].init_phase = True
- 
--renpy.execution.not_infinite_loop(60)
-+renpy.execution.not_infinite_loop(300)
- 
- # Load the script.
- renpy.game.exception_info = 'While loading the script.'

diff --git a/games-engines/renpy/files/renpy-6.99.12.4-compat-style.patch 
b/games-engines/renpy/files/renpy-6.99.12.4-compat-style.patch
deleted file mode 100644
index 122ebf1e43e..000
--- a/games-engines/renpy/files/renpy-6.99.12.4-compat-style.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-commit 1d350d993d2b51df7880e92b48ed103e059ec385
-Author: Andrew Savchenko 
-Date:   Sun Jul 16 17:07:27 2017 +0300
-
-Fix compatibility problem With ElvenRelations-1.2:
-
-When starting game:
-
-Full traceback:
-  File "/home/andrew/src/_compat/styles.rpymc", line 22, in script
-  File "/usr/lib64/python2.7/site-packages/renpy699/renpy/ast.py", line 
814, in execute
-renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, 
store=self.store)
-  File "/usr/lib64/python2.7/site-packages/renpy699/renpy/python.py", line 
1719, in py_exec_bytecode
-exec bytecode in globals, locals
-  File "renpy/common/_compat/styles.rpym", line 374, in 
-  

[gentoo-commits] repo/gentoo:master commit in: profiles/, games-rpg/sakura-spirit/

2021-01-30 Thread Michał Górny
commit: 26bcbac6ebfb5f846eaee4eb93e0b75ba1e5f7ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:17:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 23:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bcbac6

games-rpg/sakura-spirit: Remove last-rited pkg

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

 games-rpg/sakura-spirit/Manifest   |  1 -
 games-rpg/sakura-spirit/metadata.xml   |  8 -
 games-rpg/sakura-spirit/sakura-spirit-0.ebuild | 41 --
 profiles/package.mask  |  1 -
 4 files changed, 51 deletions(-)

diff --git a/games-rpg/sakura-spirit/Manifest b/games-rpg/sakura-spirit/Manifest
deleted file mode 100644
index dbec86250f6..000
--- a/games-rpg/sakura-spirit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Sakura_Spirit-linux.tar 132434253 BLAKE2B 
a8ea7d111b755cdcf82ca8e4d8cd1c4a41aed661998f77eefd237f748c187e77f43de701f203a97ca24b98665a7a876c458f67646e8f100c014178d8adb58790
 SHA512 
94c42c7252fd871915ef89535d3d28321496f3e813fd71e9fa6bf3c264421b9c10c445dff1fef64f63d60255e89fb2c1085351c85d5c1279467134e5ef5e7011

diff --git a/games-rpg/sakura-spirit/metadata.xml 
b/games-rpg/sakura-spirit/metadata.xml
deleted file mode 100644
index 26079e608be..000
--- a/games-rpg/sakura-spirit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-

diff --git a/games-rpg/sakura-spirit/sakura-spirit-0.ebuild 
b/games-rpg/sakura-spirit/sakura-spirit-0.ebuild
deleted file mode 100644
index 2cc4e8c84ed..000
--- a/games-rpg/sakura-spirit/sakura-spirit-0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils xdg-utils
-
-RENPY_SLOT="6.99"
-MY_PN="Sakura Spirit"
-
-DESCRIPTION="Adult-themed visual novel and dating simulator set in Japan"
-HOMEPAGE="http://wingedcloud.com;
-SRC_URI="${MY_PN/ /_}-linux.tar"
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist fetch"
-
-RDEPEND="games-engines/renpy:${RENPY_SLOT}"
-
-S="${WORKDIR}/${MY_PN/ /_}-linux"
-
-pkg_nofetch() {
-   einfo "If you have ${SRC_URI} as distributed by Humble Bundle then move"
-   einfo "it to your distfiles directory. If you have some other version 
then"
-   einfo "please contact the Gentoo Games team."
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r game/*
-
-   make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
-   make_desktop_entry ${PN} "${MY_PN}" applications-games
-
-   docinto html
-   dodoc README.html
-}
-
-pkg_postinst() { xdg_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }

diff --git a/profiles/package.mask b/profiles/package.mask
index 490b71de6b7..b14ed7debc0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -251,7 +251,6 @@ dev-python/numpy-python2
 games-engines/renpy
 games-misc/katawa-shoujo
 games-rpg/asphyxia
-games-rpg/sakura-spirit
 
 # Jonas Stein  (2020-12-29)
 # Unusable without alsa.



[gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/files/, media-libs/munt-mt32emu/

2021-01-30 Thread James Le Cuirot
commit: 5bdffbaef369b6645a89d03c5d0ee194f7bf7afe
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan 30 23:01:26 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 30 23:01:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdffbae

media-libs/munt-mt32emu: Version bump to 2.4.2, EAPI 7

Package-Manager: Portage-3.0.14, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/munt-mt32emu/Manifest   |  1 +
 .../files/munt-mt32emu-2.4.2-docs.patch| 14 +++
 media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild  | 28 ++
 3 files changed, 43 insertions(+)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index c34079940fc..4832a7a1f66 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1 +1,2 @@
+DIST libmt32emu_2_4_2.tar.gz 458962 BLAKE2B 
43bd794fbb8e6483f4dd8384f375af3145f0297e974e7bc374764c40d90f0af971622004e052dff2e4235931d08e5ba3c154a45ad0f344c26811f92dc7a6d699
 SHA512 
6e567260bce4a7ba7f4696d08fde78a05402d8b3087d7720bf86cdbe8c6c392036ce4a5c0ec5951c547d2a98218145fa155d4730404e98ad2dcc573d3cca8da4
 DIST munt_2_3_0.tar.gz 418703 BLAKE2B 
d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1
 SHA512 
87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1

diff --git a/media-libs/munt-mt32emu/files/munt-mt32emu-2.4.2-docs.patch 
b/media-libs/munt-mt32emu/files/munt-mt32emu-2.4.2-docs.patch
new file mode 100644
index 000..df84d643762
--- /dev/null
+++ b/media-libs/munt-mt32emu/files/munt-mt32emu-2.4.2-docs.patch
@@ -0,0 +1,14 @@
+diff --color -Naur a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2021-01-17 13:16:00.0 +
 b/CMakeLists.txt   2021-01-30 22:56:28.027134357 +
+@@ -261,8 +261,8 @@
+ 
+ if(libmt32emu_PACKAGE_TYPE STREQUAL "Runtime" OR NOT libmt32emu_PACKAGE_TYPE 
STREQUAL "Devel")
+   install(FILES
+-AUTHORS.txt COPYING.txt COPYING.LESSER.txt NEWS.txt README.md TODO.txt
+-DESTINATION share/doc/munt/libmt32emu
++AUTHORS.txt NEWS.txt README.md TODO.txt
++DESTINATION share/doc/$ENV{PF}
+   )
+ endif()
+ 

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild 
b/media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild
new file mode 100644
index 000..93254801331
--- /dev/null
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.4.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="Library for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
+HOMEPAGE="https://github.com/munt/munt;
+SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz;
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-docs.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/logs/

2021-01-30 Thread Alfredo Tupone
commit: 1a1ac3ef80648d4b3d14a0e138aae66c5767aa4f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Jan 30 23:00:23 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jan 30 23:00:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1ac3ef

dev-ml/logs: remove failing test

Closes: https://bugs.gentoo.org/767940
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/logs/logs-0.7.0.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0.ebuild
index 7e256da93be..10704a0d8a0 100644
--- a/dev-ml/logs/logs-0.7.0.ebuild
+++ b/dev-ml/logs/logs-0.7.0.ebuild
@@ -31,6 +31,17 @@ DEPEND="${RDEPEND}
test? ( dev-ml/mtime )
 "
 
+src_prepare() {
+   default
+   sed -i \
+   -e "/test\/test_fmt/d" \
+   -e "/test\/test_formatter/d" \
+   -e "/test\/tool/d" \
+   -e "/test\/test_lwt/d" \
+   pkg/pkg.ml \
+   || die
+}
+
 src_compile() {
ocaml pkg/pkg.ml build \
--with-js_of_ocaml $(usex javascript true false) \
@@ -38,6 +49,7 @@ src_compile() {
--with-cmdliner $(usex cli true false) \
--with-lwt $(usex fmt true false) \
--tests $(usex test true false) \
+   --with-base-threads true \
|| die
 }
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs4support/, kde-frameworks/kdelibs4support/files/

2021-01-30 Thread Andreas Sturmlechner
commit: 07ecaccf24a7c0c5b6a1cd0f17df4c77521ed4b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 30 22:01:22 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 30 22:32:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ecaccf

kde-frameworks/kdelibs4support: Split no-kdesignerplugin.patch

Purely to save some space in advance of another version of the patch for 5.79.

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

 ...libs4support-5.77.0-no-kdesignerplugin-1.patch} |  16 +-
 ...kdelibs4support-5.77.0-no-kdesignerplugin.patch | 176 +
 ...kdelibs4support-5.78.0-no-kdesignerplugin.patch | 173 +---
 .../kdelibs4support/kdelibs4support-5.77.0.ebuild  |   6 +-
 .../kdelibs4support/kdelibs4support-5.78.0.ebuild  |   9 +-
 5 files changed, 12 insertions(+), 368 deletions(-)

diff --git 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin-1.patch
similarity index 91%
copy from 
kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
copy to 
kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin-1.patch
index e4e0f82fe29..8bdd30dd47a 100644
--- 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
+++ 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin-1.patch
@@ -150,24 +150,10 @@ Subject: [PATCH 2/2] Drop Qt5Designer dependency
 
 Signed-off-by: Andreas Sturmlechner 
 ---
- CMakeLists.txt  | 2 +-
  cmake/modules/ECMQt4To5Porting.cmake| 1 -
  cmake/modules/FindQt5Transitional.cmake | 1 -
- 3 files changed, 1 insertion(+), 3 deletions(-)
+ 2 files changed, 2 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 20a27b52..e09b93e2 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -20,7 +20,7 @@ include(GenerateExportHeader)
- include(CMakeFindFrameworks)
- 
- set(REQUIRED_QT_VERSION 5.13.0)
--find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport Designer)
-+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport)
- 
- find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 diff --git a/cmake/modules/ECMQt4To5Porting.cmake 
b/cmake/modules/ECMQt4To5Porting.cmake
 index 4204fa54..01b8f995 100644
 --- a/cmake/modules/ECMQt4To5Porting.cmake

diff --git 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
index e4e0f82fe29..b616570ab58 100644
--- 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
+++ 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.77.0-no-kdesignerplugin.patch
@@ -1,148 +1,3 @@
-From a97b01b220e6ef08d1517fea76fdaddb84a9773e Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Sun, 22 Nov 2020 00:25:06 +0100
-Subject: [PATCH 1/2] Drop KDE4_ADD_WIDGET_FILES macro and KF5DesignerPlugin
- dependency
-
-Signed-off-by: Andreas Sturmlechner 

- CMakeLists.txt   |  1 -
- KF5KDELibs4SupportConfig.cmake.in|  1 -
- cmake/modules/FindKDE4Internal.cmake |  4 
- cmake/modules/KDE4Macros.cmake   |  2 --
- src/CMakeLists.txt   | 19 ---
- src/KDEUIMacros.cmake| 25 -
- 6 files changed, 52 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9f4b6d33..20a27b52 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -26,7 +26,6 @@ find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED)
--find_package(KF5DesignerPlugin ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5GlobalAccel ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Emoticons ${KF5_DEP_VERSION} REQUIRED)
-diff --git a/KF5KDELibs4SupportConfig.cmake.in 
b/KF5KDELibs4SupportConfig.cmake.in
-index b5194f94..5e16c780 100644
 a/KF5KDELibs4SupportConfig.cmake.in
-+++ b/KF5KDELibs4SupportConfig.cmake.in
-@@ -11,7 +11,6 @@ find_dependency(KF5Archive "@KF5_DEP_VERSION@")
- find_dependency(KF5ConfigWidgets "@KF5_DEP_VERSION@")
- find_dependency(KF5CoreAddons "@KF5_DEP_VERSION@")
- find_dependency(KF5Crash "@KF5_DEP_VERSION@")
--find_dependency(KF5DesignerPlugin "@KF5_DEP_VERSION@")
- find_dependency(KF5DocTools "@KF5_DEP_VERSION@")
- find_dependency(KF5Emoticons "@KF5_DEP_VERSION@")
- find_dependency(KF5GuiAddons "@KF5_DEP_VERSION@")
-diff --git 

[gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/

2021-01-30 Thread Andreas Sturmlechner
commit: ba7b01b47014e0adfd5661ef43ff3c598f6a457c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 17:41:31 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 30 22:32:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7b01b4

sys-process/iotop: python3_9

Seems to work at runtime.

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

 sys-process/iotop/iotop-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/iotop/iotop-0.6.ebuild 
b/sys-process/iotop/iotop-0.6.ebuild
index 11453899355..fab019bffe2 100644
--- a/sys-process/iotop/iotop-0.6.ebuild
+++ b/sys-process/iotop/iotop-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="ncurses(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdelibs4support/, kde-frameworks/kdelibs4support/files/

2021-01-30 Thread Andreas Sturmlechner
commit: 402a6d799aa06d0991e41a67f47e320d0b9d1a6a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 30 21:50:12 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 30 21:50:12 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=402a6d79

kde-frameworks/kdelibs4support: Rebase no-kdesignerplugin.patch

Reported-by: jospezial  gmx.de>
Closes: https://bugs.gentoo.org/768033
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...delibs4support-5.79.0-no-kdesignerplugin.patch} | 52 +++---
 .../kdelibs4support/kdelibs4support-.ebuild|  2 +-
 2 files changed, 27 insertions(+), 27 deletions(-)

diff --git 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.78.0-no-kdesignerplugin.patch
 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.79.0-no-kdesignerplugin.patch
similarity index 82%
rename from 
kde-frameworks/kdelibs4support/files/kdelibs4support-5.78.0-no-kdesignerplugin.patch
rename to 
kde-frameworks/kdelibs4support/files/kdelibs4support-5.79.0-no-kdesignerplugin.patch
index be81bf04ef..a053114c39 100644
--- 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.78.0-no-kdesignerplugin.patch
+++ 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.79.0-no-kdesignerplugin.patch
@@ -1,4 +1,4 @@
-From a97b01b220e6ef08d1517fea76fdaddb84a9773e Mon Sep 17 00:00:00 2001
+From 720711e3a4e69bcc6447c928bea243a81a777a07 Mon Sep 17 00:00:00 2001
 From: Andreas Sturmlechner 
 Date: Sun, 22 Nov 2020 00:25:06 +0100
 Subject: [PATCH 1/2] Drop KDE4_ADD_WIDGET_FILES macro and KF5DesignerPlugin
@@ -15,29 +15,29 @@ Signed-off-by: Andreas Sturmlechner 
  6 files changed, 52 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9f4b6d33..20a27b52 100644
+index a60c88a4..2a432591 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -26,7 +26,6 @@ find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED)
--find_package(KF5DesignerPlugin ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5GlobalAccel ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5Emoticons ${KF5_DEP_VERSION} REQUIRED)
+@@ -26,7 +26,6 @@ find_package(KF5Completion ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5ConfigWidgets ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5Crash ${KF_DEP_VERSION} REQUIRED)
+-find_package(KF5DesignerPlugin ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5GlobalAccel ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5DocTools ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5Emoticons ${KF_DEP_VERSION} REQUIRED)
 diff --git a/KF5KDELibs4SupportConfig.cmake.in 
b/KF5KDELibs4SupportConfig.cmake.in
-index b5194f94..5e16c780 100644
+index 3de7d530..4fe2369e 100644
 --- a/KF5KDELibs4SupportConfig.cmake.in
 +++ b/KF5KDELibs4SupportConfig.cmake.in
-@@ -11,7 +11,6 @@ find_dependency(KF5Archive "@KF5_DEP_VERSION@")
- find_dependency(KF5ConfigWidgets "@KF5_DEP_VERSION@")
- find_dependency(KF5CoreAddons "@KF5_DEP_VERSION@")
- find_dependency(KF5Crash "@KF5_DEP_VERSION@")
--find_dependency(KF5DesignerPlugin "@KF5_DEP_VERSION@")
- find_dependency(KF5DocTools "@KF5_DEP_VERSION@")
- find_dependency(KF5Emoticons "@KF5_DEP_VERSION@")
- find_dependency(KF5GuiAddons "@KF5_DEP_VERSION@")
+@@ -11,7 +11,6 @@ find_dependency(KF5Archive "@KF_DEP_VERSION@")
+ find_dependency(KF5ConfigWidgets "@KF_DEP_VERSION@")
+ find_dependency(KF5CoreAddons "@KF_DEP_VERSION@")
+ find_dependency(KF5Crash "@KF_DEP_VERSION@")
+-find_dependency(KF5DesignerPlugin "@KF_DEP_VERSION@")
+ find_dependency(KF5DocTools "@KF_DEP_VERSION@")
+ find_dependency(KF5Emoticons "@KF_DEP_VERSION@")
+ find_dependency(KF5GuiAddons "@KF_DEP_VERSION@")
 diff --git a/cmake/modules/FindKDE4Internal.cmake 
b/cmake/modules/FindKDE4Internal.cmake
 index 7e252a70..b9636036 100644
 --- a/cmake/modules/FindKDE4Internal.cmake
@@ -74,7 +74,7 @@ index ca868ad9..27bb28f9 100644
  # functions deprecated, they still should work
  macro (KDE4_AUTH_INSTALL_ACTIONS)
 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index b249bd53..3ed8114d 100644
+index cb8a3c2d..70829dd6 100644
 --- a/src/CMakeLists.txt
 +++ b/src/CMakeLists.txt
 @@ -371,25 +371,6 @@ set_target_properties(KF5KDELibs4Support PROPERTIES
@@ -140,10 +140,10 @@ index 1570df34..e255960d 100644
  # 'appsources' - the sources of the application
  # 'pngfiles' - specifies the list of icon files
 -- 
-2.29.2
+2.30.0
 
 
-From 13277f3a50eee8ec2ebc5cd915a83b56c2613966 Mon Sep 17 00:00:00 2001
+From b51d32df6a89e559871469178de1c6fd8c8a2882 Mon Sep 17 00:00:00 2001
 From: Andreas Sturmlechner 
 Date: Sun, 22 Nov 2020 00:27:55 +0100
 Subject: [PATCH 2/2] Drop Qt5Designer dependency
@@ -156,7 +156,7 @@ Signed-off-by: Andreas Sturmlechner 

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

2021-01-30 Thread Andreas Sturmlechner
commit: 6d2da3252a83fdfc51fb74fcf58db3d7442aa93d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 30 22:23:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 30 22:23:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d2da325

kde-plasma/plasma-workspace: Drop unused DEPEND, set cmake min to 3.14

Upstream commits:
7f13eea36ea4a183e4489479c1177e57cecc112d
2c758a1ad723eec8beef7eafa2c2e77f941291a6

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

 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
index 08dc1e935b..abd28b6568 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-.ebuild
@@ -21,7 +21,10 @@ IUSE="appstream +calendar +fontconfig geolocation gps 
qalculate screencast +sema
 REQUIRED_USE="gps? ( geolocation )"
 RESTRICT+=" test"
 
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   >=dev-util/cmake-3.14
+   virtual/pkgconfig
+"
 COMMON_DEPEND="
>=dev-libs/wayland-1.15
>=dev-qt/qtdbus-${QTMIN}:5
@@ -96,7 +99,6 @@ COMMON_DEPEND="
calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
fontconfig? (
media-libs/fontconfig
-   media-libs/freetype
x11-libs/libXft
x11-libs/xcb-util-image
)



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

2021-01-30 Thread Andreas Sturmlechner
commit: 12ad856e81452f97532b54e8a4b5fd41201618b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 30 22:28:30 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 30 22:28:30 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=12ad856e

kde-plasma/kwayland-server: Set dev-libs/wayland-protocols min to 1.19

Upstream commit 5c3bb7d97054cc176d203d7f2d160032d0bf03c8

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

 kde-plasma/kwayland-server/kwayland-server-5.21.49..ebuild | 2 +-
 kde-plasma/kwayland-server/kwayland-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kwayland-server/kwayland-server-5.21.49..ebuild 
b/kde-plasma/kwayland-server/kwayland-server-5.21.49..ebuild
index 1fb80a9143..b70c4c313c 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.21.49..ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.21.49..ebuild
@@ -22,7 +22,7 @@ IUSE=""
 RESTRICT+=" test"
 
 RDEPEND="
-   >=dev-libs/wayland-1.18.0
+   >=dev-libs/wayland-1.19.0
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5

diff --git a/kde-plasma/kwayland-server/kwayland-server-.ebuild 
b/kde-plasma/kwayland-server/kwayland-server-.ebuild
index c3539368fd..c9d4d8dfdc 100644
--- a/kde-plasma/kwayland-server/kwayland-server-.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-.ebuild
@@ -22,7 +22,7 @@ IUSE=""
 RESTRICT+=" test"
 
 RDEPEND="
-   >=dev-libs/wayland-1.18.0
+   >=dev-libs/wayland-1.19.0
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/files/, x11-themes/arc-theme/

2021-01-30 Thread James Le Cuirot
commit: e6a75d84e95663f09e43e2e249d462883880c2b1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan 30 22:18:36 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 30 22:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a75d84

x11-themes/arc-theme: Version bump to 20210127, switch to Meson

Package-Manager: Portage-3.0.14, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-themes/arc-theme/Manifest   |   2 +
 x11-themes/arc-theme/arc-theme-20210127.ebuild  | 110 
 x11-themes/arc-theme/files/meson-inkscape.patch |  91 
 x11-themes/arc-theme/files/pre-rendered.ini |   3 +
 4 files changed, 206 insertions(+)

diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index 6d006ca8b0b..129141c7d15 100644
--- a/x11-themes/arc-theme/Manifest
+++ b/x11-themes/arc-theme/Manifest
@@ -1,2 +1,4 @@
 DIST arc-theme-20201013-pngs.tar.xz 85204 BLAKE2B 
fb1ef7e0d9618238cf605d1494d6247b237d060c4c6772aa5a7ce740218f45f0ee6b2328bc486b8b29d2741c4c44dadcb8db5abf4e333ce519c7db961f9c
 SHA512 
d7d28fe99ac7fce7360905eea0ed1a2cac77612dc7dde05240bbb2cf8e7cc0956f63c35426c1dae34d8adb20553758f595e442e955a202e9c73af5b61ca30a86
 DIST arc-theme-20201013.tar.xz 241636 BLAKE2B 
6f825b290c0f2cf1e67d72d9dbca0f23c83e7fc2ea89bc7b69013fb38bb7959205caad1b357a5cb1c4196e4b4460f13223515124c2012aa363a17765e89f992d
 SHA512 
c1c70c80935af2b1f3c7c9bf79ee72d5fba907fd03caadecf96d6fd796bf70d325bbb16dbe93f95d9a63eff748c7d90bcb0bf837e446e5c2770cfdccb131f45c
+DIST arc-theme-20210127-pngs.tar.xz 159392 BLAKE2B 
2a355e85766f44c21a4a85cacd184cb28ddb4ba19e7dff7cae70114c12422ed5d46a3930d780a6e2dd458684a944f5cbd17a769a0d3e331f94007b9fc9943238
 SHA512 
b0de3065e81979f2aa6b7f31edc1aad6dd6998776da2a1ba3b1030f6d8c552c9f1702e0bca0585e625e868541b0444b7a0d75631dfbeef517bdb9925e19e6159
+DIST arc-theme-20210127.tar.xz 256364 BLAKE2B 
4e85d2ca801977588273715a94b91e199e3f16d304090789748e22b55c1339386a84938da1b1c143004655d8573678a51ff3b27e9ac3a2027de93625b0f39ada
 SHA512 
bb0554c96cf6c3c3891698d973e7d719931fc316ea6cd910f69d21440110690aeef0e734b5f940ad1c81bdff238477b6353de4ae074cd54fbed09c680377d594

diff --git a/x11-themes/arc-theme/arc-theme-20210127.ebuild 
b/x11-themes/arc-theme/arc-theme-20210127.ebuild
new file mode 100644
index 000..e7a1d5c3bff
--- /dev/null
+++ b/x11-themes/arc-theme/arc-theme-20210127.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# USE="-* gtk2 gtk3 xfce" ebuild ${P}.ebuild clean compile
+# cd $(portageq envvar PORTAGE_TMPDIR)/portage/x11-themes/${P}/work
+# find ${P}-build/ -name "*.png" | xargs tar Jcvf 
/usr/portage/distfiles/${P}-pngs.tar.xz --owner=root --group=root
+
+inherit meson toolchain-funcs
+
+DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME 
Shell"
+HOMEPAGE="https://github.com/jnsh/arc-theme;
+SRC_URI="https://github.com/jnsh/${PN}/releases/download/${PV}/arc-theme-${PV}.tar.xz
+   pre-rendered? ( 
https://dev.gentoo.org/~chewi/distfiles/${P}-pngs.tar.xz )"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="cinnamon gnome-shell +gtk2 +gtk3 mate +pre-rendered xfce"
+
+SASSC_DEPEND="
+   dev-lang/sassc
+"
+
+SVG_DEPEND="
+   !pre-rendered? (
+   media-gfx/inkscape
+   media-gfx/optipng
+   )
+"
+
+# Supports various GTK+3, GNOME Shell, and Cinnamon versions and uses
+# pkg-config to determine which set of files to build. Updates will
+# therefore break existing installs but there's no way around this. At
+# least GTK+3 is unlikely to see a release beyond 3.24.
+BDEPEND="
+   >=dev-util/meson-0.56.0
+   cinnamon? (
+   ${SASSC_DEPEND}
+   gnome-extra/cinnamon
+   )
+   gnome-shell? (
+   ${SASSC_DEPEND}
+   >=gnome-base/gnome-shell-3.18
+   )
+   gtk2? (
+   ${SVG_DEPEND}
+   )
+   gtk3? (
+   ${SASSC_DEPEND}
+   ${SVG_DEPEND}
+   virtual/pkgconfig
+   =x11-libs/gtk+-3.24*:3
+   )
+   xfce? (
+   ${SVG_DEPEND}
+   )
+"
+
+# gnome-themes-standard is only needed by GTK+2 for the Adwaita
+# engine. This engine is built into GTK+3.
+RDEPEND="
+   gtk2? (
+   x11-themes/gnome-themes-standard
+   x11-themes/gtk-engines-murrine
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/meson-inkscape.patch
+)
+
+src_configure() {
+   local themes=$(
+   printf "%s," \
+   $(usev cinnamon) \
+   $(usev gnome-shell) \
+   $(usev gtk2) \
+   $(usev gtk3) \
+   $(usex mate metacity "") \
+   $(usex xfce xfwm "")
+   )
+
+   local emesonargs=(
+   -Dthemes="${themes%,}"
+   -Dgtk3_version=3.24

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

2021-01-30 Thread Conrad Kostecki
commit: 2b1904dad674408b475727ab3d591c3468a2f6d8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 22:12:42 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 22:12:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1904da

dev-cpp/argparse: update DESCRIPTION

Closes: https://bugs.gentoo.org/758329
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-cpp/argparse/argparse-2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/argparse/argparse-2.1.ebuild 
b/dev-cpp/argparse/argparse-2.1.ebuild
index a09440f0a8c..e816482a83f 100644
--- a/dev-cpp/argparse/argparse-2.1.ebuild
+++ b/dev-cpp/argparse/argparse-2.1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 CMAKE_ECLASS="cmake"
+
 inherit cmake-multilib
 
-DESCRIPTION="AMQP-CPP is a C++ library for communicating with a RabbitMQ 
message broker"
+DESCRIPTION="Argument Parser for Modern C++"
 HOMEPAGE="https://github.com/p-ranav/argparse;
 SRC_URI="https://github.com/p-ranav/argparse/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2021-01-30 Thread Conrad Kostecki
commit: d62011856947e75e2a9118347a4f064b38cb23b9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 22:00:12 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 22:00:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6201185

games-fps/eduke32: drop old version

Bug: https://bugs.gentoo.org/766803
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-fps/eduke32/Manifest|   1 -
 games-fps/eduke32/eduke32-20210109.9300-r1.ebuild | 222 --
 2 files changed, 223 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 81bd6f66d79..fc701500f93 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20210109-9300-a32832192.tar.xz 19941188 BLAKE2B 
0aa7657384fb92352a4f1cd4bbe4b403ccacc4a77e50aa78f3cd44f9e8fcddc38dfc44897c8f768d9a4c1ae701188fc781b54491f310e2162723aa714231dae4
 SHA512 
4c54f83f08f150506b76ffa73a41de81a7719c14c14adadbf90bfc93f0fb48ef64f4fd43081e5f49726f8c71137b2e4f567251ff9b83a9a25fb09ffb2ab48315
 DIST eduke32_src_20210127-9308-421b54a8a.tar.xz 19944696 BLAKE2B 
196ff6f81e5b87de3c5111c192c1c27c37afca786341eb03c8f704639291e182f2e14a7dd042c92a19fc6b0b5d8639356974a609bade614c4c33f42e04c1f017
 SHA512 
99299dded2874df996ef00e458ea644a769b46969d296ed5596838978d8835d12d6123445dfa3fd3a6a9e9eefc447fe4af8d2a9c36c000a76a515681bbded636

diff --git a/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild 
b/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild
deleted file mode 100644
index c5f3b293fe5..000
--- a/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild
+++ /dev/null
@@ -1,222 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs xdg-utils
-
-EGIT_COMMIT="a32832192"
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/latest/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
-   https://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw vorbis voxels vpx xmp"
-REQUIRED_USE="
-   hrp? ( duke3d !voxels )
-   offensive? ( duke3d )
-   opl? ( duke3d !sc-55 )
-   psx? ( duke3d )
-   sc-55? ( duke3d !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-# There are no tests,
-# instead it tries to build a test game, which does not compile
-RESTRICT="bindist test"
-
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
-
-RDEPEND="
-   media-libs/flac
-   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
-   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis?]
-   sys-libs/zlib
-   gtk? ( x11-libs/gtk+:2 )
-   

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2021-01-30 Thread Conrad Kostecki
commit: 84cbb13645614b3f69eb2bea504151fa1add1370
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 21:59:08 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 21:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cbb136

games-fps/eduke32: bump to version 20210127.9308

This versions drops 'vorbis' use flag, as it's now mandatory and can't
be disabled anymore.

Closes: https://bugs.gentoo.org/766803
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20210127.9308.ebuild | 219 +
 2 files changed, 220 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index fa7f41d8fdb..81bd6f66d79 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20210109-9300-a32832192.tar.xz 19941188 BLAKE2B 
0aa7657384fb92352a4f1cd4bbe4b403ccacc4a77e50aa78f3cd44f9e8fcddc38dfc44897c8f768d9a4c1ae701188fc781b54491f310e2162723aa714231dae4
 SHA512 
4c54f83f08f150506b76ffa73a41de81a7719c14c14adadbf90bfc93f0fb48ef64f4fd43081e5f49726f8c71137b2e4f567251ff9b83a9a25fb09ffb2ab48315
+DIST eduke32_src_20210127-9308-421b54a8a.tar.xz 19944696 BLAKE2B 
196ff6f81e5b87de3c5111c192c1c27c37afca786341eb03c8f704639291e182f2e14a7dd042c92a19fc6b0b5d8639356974a609bade614c4c33f42e04c1f017
 SHA512 
99299dded2874df996ef00e458ea644a769b46969d296ed5596838978d8835d12d6123445dfa3fd3a6a9e9eefc447fe4af8d2a9c36c000a76a515681bbded636

diff --git a/games-fps/eduke32/eduke32-20210127.9308.ebuild 
b/games-fps/eduke32/eduke32-20210127.9308.ebuild
new file mode 100644
index 000..7ae2cbd8524
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20210127.9308.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+EGIT_COMMIT="421b54a8a"
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/latest/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
+   https://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
+REQUIRED_USE="
+   hrp? ( duke3d !voxels )
+   offensive? ( duke3d )
+   opl? ( duke3d !sc-55 )
+   psx? ( duke3d )
+   sc-55? ( duke3d !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+# There are no tests,
+# instead it tries to build a test game, which does not compile
+RESTRICT="bindist test"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
+
+RDEPEND="
+   media-libs/flac
+   media-libs/libogg
+   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
+   media-libs/libvorbis
+   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis]
+   sys-libs/zlib
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   png? ( media-libs/libpng:0= )
+   vpx? ( media-libs/libvpx:= )
+   xmp? ( 

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

2021-01-30 Thread Sam James
commit: 1bc1b8dc0675ff0ff0c6d7c5b9576d3f6808bbdd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 21:37:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 21:37:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc1b8dc

app-admin/doas: security bump to 6.8.1

Bug: https://bugs.gentoo.org/767781
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-admin/doas/Manifest  |  1 +
 app-admin/doas/doas-6.8.1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/app-admin/doas/Manifest b/app-admin/doas/Manifest
index 97964019ad2..1aafc353d86 100644
--- a/app-admin/doas/Manifest
+++ b/app-admin/doas/Manifest
@@ -1,3 +1,4 @@
 DIST OpenDoas-6.0.tar.gz 28482 BLAKE2B 
8d35a12f18609c9dd7746ff8ce7c39d16d7c5e595a05c0f1b91211d757029ae78311573228178f95ef92624f7a49d6ca1d1d0efd264104d66e1d20a8aa623241
 SHA512 
2bf5e00895a45d87785e7a494a1506844afd843ef5375e0b0e3795ebc24712bb941c6feeb87e426e41a240d40aca9b4c099f77220745bb7142a7a4b303441f60
 DIST OpenDoas-6.6.1.tar.gz 30783 BLAKE2B 
cf6dabddb9a0ef837355516f7344efca33a639ede126e54466644521b5b1a7073b6cfa96cc8573ef16221a748ae6395f7e4fef4ff912ca7889742fb46d1a4da5
 SHA512 
390e0e139a2641be22c4493c3ed755d9cb4091f4ab8d590123b7c8c4f2f116cea3b3500926ff191fb98d92192ca9e92118cbcbeb463a7833763e00c65603e678
+DIST OpenDoas-6.8.1.tar.gz 32398 BLAKE2B 
cdaa01efaf3d164bcf6993693c86039fa4866dc1ce619731b455985ca1ebb5ebec889b540f4720c590318202de8a4b2fdf5d715f2170346818e706857b5adfa3
 SHA512 
d96fe1cdd70e9211de9996ad05bcf7a127facd02af48f7ab2561869d9d16708f1b61722c6e6b9fe15a62e9ef501e09b1ba444b7b43a066f1895e543ebc9402e7
 DIST OpenDoas-6.8.tar.gz 32307 BLAKE2B 
f199e20ccd33ed215b280f325d10c36f1449a605aa25ca92c39b43e6d9118a2c2b09e351712489028a06e9c2c087593888a93bf0377a15d1b710c9d6f659cf81
 SHA512 
4a57079bba353247e645bc07a5d4e78fd01471d193e83751fd87b72cffa4e152c0f7ea172563f767a7193b14489f57bc066b4fee50842d30b5b7f7ce918434bb

diff --git a/app-admin/doas/doas-6.8.1.ebuild b/app-admin/doas/doas-6.8.1.ebuild
new file mode 100644
index 000..294eda46cd6
--- /dev/null
+++ b/app-admin/doas/doas-6.8.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PN=OpenDoas
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Run commands as super user or another user, alternative to sudo 
from OpenBSD"
+HOMEPAGE="https://github.com/Duncaen/OpenDoas;
+SRC_URI="https://github.com/Duncaen/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc"
+IUSE="pam persist"
+
+BDEPEND="virtual/yacc"
+RDEPEND="pam? ( sys-libs/pam )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   sed -i 's/-Werror //' GNUmakefile || die
+}
+
+src_configure() {
+   tc-export CC AR
+
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   --sysconfdir="${EPREFIX}"/etc \
+   $(use_with pam) \
+   $(use_with persist timestamp) \
+   || die "Configure failed"
+}
+
+pkg_postinst() {
+   if use persist ; then
+   ewarn "The persist/timestamp feature is disabled by default 
upstream."
+   ewarn "It may not be as secure as on OpenBSD where proper 
kernel support exists."
+   fi
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+   elog "By default, doas will deny all actions."
+   elog "You need to create your own custom configuration at 
${EROOT}/etc/doas.conf."
+   elog "See https://wiki.gentoo.org/wiki/Doas for guidance."
+   fi
+}



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

2021-01-30 Thread Sam James
commit: 51a34463a1a3d69cec0e68c9ae4078d4b35a5a34
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 21:22:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 21:22:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a34463

media-libs/gd: bump to 2.3.1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/gd/Manifest|  1 +
 media-libs/gd/gd-2.3.1.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/media-libs/gd/Manifest b/media-libs/gd/Manifest
index b3942941ec3..7c6d5873b36 100644
--- a/media-libs/gd/Manifest
+++ b/media-libs/gd/Manifest
@@ -1 +1,2 @@
 DIST libgd-2.3.0.tar.xz 2539188 BLAKE2B 
a90f48be959d1bb6774ec44960e191b8be134ff3e74401eba4cbf9b165c72665f3dffe3beaaf92fa6069e0ef79533be5d57a5946a1839f55446072fa322ed808
 SHA512 
5b201d22560e147a3d5471010b898ad0268c3a2453b870d1267b6ba92e540cf9f75099336c1ab08217e41827ac86fe04525726bf29ad117e5dcbaef9a8d0622a
+DIST libgd-2.3.1.tar.xz 2632076 BLAKE2B 
22457c4a2fc493872ccbc8a2c45283e785ab200ca671c48f00f3f22a037fac3b97afb35534f5ec7288714a16dfaa59ed53acbbd39c3e7f89f16cdec72ef1bed1
 SHA512 
0b96406a1d62129d7d63f78fc4558062c223a3bfbf9719be86362fd922b72b5dac294524dd1b0a996a4a7a709ee9d2dfc790ee32564add70adad41d044a0ed80

diff --git a/media-libs/gd/gd-2.3.1.ebuild b/media-libs/gd/gd-2.3.1.ebuild
new file mode 100644
index 000..698406d5155
--- /dev/null
+++ b/media-libs/gd/gd-2.3.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal
+
+DESCRIPTION="Graphics library for fast image creation"
+HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/;
+SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz;
+S="${WORKDIR}/lib${P}"
+
+LICENSE="gd IJG HPND BSD"
+SLOT="2/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="cpu_flags_x86_sse fontconfig +jpeg +png static-libs test tiff truetype 
webp xpm zlib"
+RESTRICT="!test? ( test )"
+
+# fontconfig has prefixed font paths, details see bug #518970
+REQUIRED_USE="
+   prefix? ( fontconfig )
+   test? ( png )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
+   xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] 
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.0-disable-flaky-tests.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # bug 603360, 
https://github.com/libgd/libgd/blob/fd06f7f83c5e78bf5b7f5397746b4e5ee4366250/docs/README.TESTING#L65
+   if use cpu_flags_x86_sse ; then
+   append-cflags -msse -mfpmath=sse
+   else
+   append-cflags -ffloat-store
+   fi
+
+   # bug 632076, https://github.com/libgd/libgd/issues/278
+   if use arm64 || use ppc64 || use s390 ; then
+   append-cflags -ffp-contract=off
+   fi
+
+   # we aren't actually {en,dis}abling X here ... the configure
+   # script uses it just to add explicit -I/-L paths which we
+   # don't care about on Gentoo systems.
+   local myeconfargs=(
+   --disable-werror
+   --without-x
+   --without-liq
+   $(use_enable static-libs static)
+   $(use_with fontconfig)
+   $(use_with png)
+   $(use_with tiff)
+   $(use_with truetype freetype)
+   $(use_with jpeg)
+   $(use_with webp)
+   $(use_with xpm)
+   $(use_with zlib)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   dodoc README.md
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2021-01-30 Thread Sam James
commit: d817e0ec522f2efa50afde3eddb23e4836a25694
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 21:10:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 21:10:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d817e0ec

mail-client/thunderbird: Stabilize 78.7.0 x86, #767394

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

 mail-client/thunderbird/thunderbird-78.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-78.7.0.ebuild 
b/mail-client/thunderbird/thunderbird-78.7.0.ebuild
index a2a84129fc2..5e08a396984 100644
--- a/mail-client/thunderbird/thunderbird-78.7.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.7.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird;
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 SLOT="0/$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2021-01-30 Thread Sam James
commit: 20fb8a881e79066506079fc4d5367fdd7de1ce99
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 21:09:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 21:09:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fb8a88

sys-kernel/gentoo-kernel-bin: bump to 5.4.94 for arm64

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |  1 +
 .../gentoo-kernel-bin-5.4.94-r1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 6212217cf51..6aaa00d7722 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -27,4 +27,5 @@ DIST gentoo-kernel-5.4.93-1.amd64.xpak 61051190 BLAKE2B 
80cb1938d7ef498796df7008
 DIST gentoo-kernel-5.4.93-1.arm64.xpak 56339310 BLAKE2B 
2b7edabc83e56bcefab8a332fec5c46b9d6fc0c27d38a66509b3964fbab1b3ea86130e1ba1e47a032599916dfc664cd86d62c64525934e1712b39d5c481d87f8
 SHA512 
619cf0c43b9afd3f37a1d069544db00d96ad6fb95995c731d0b9d1c868755f2af84601e8f7420bfb8c75bbd45de264acdc6d79e406406e72197c08720d8fc82b
 DIST gentoo-kernel-5.4.93-1.x86.xpak 52895797 BLAKE2B 
069b8e797b479562033dffb19e0772787ee383a22dd4ee5ba2f8d464cba7ee07073198fd2d3b9ecbcfca1ee72900550ee03b2ae52c11eea4b9bec38c5ca5f2e8
 SHA512 
dd81aa89c9473cb555bca44965e01e39018a06ee6e7de3512b0ee721cf8a462abeb3503b61017b110e6a39167ceacc76e15f61112055ee7dc4645a29d43953a6
 DIST gentoo-kernel-5.4.94-1.amd64.xpak 61075025 BLAKE2B 
96f7d69735dacd618266d4220907d2e196d4a59f39fdb6c93e88299ecd26a503684bcfbe0a0dcc8c027c3e1b90fc7c066f0d0cb5e007efee859215c6a4b91807
 SHA512 
e786c30e4ac3e62f25cb6403105847c20b7673f0e9fee32f513854c6e739cce513409f136da9dfd8c366d74ffc4db00625dc5d6270623af56149e4dd05801c57
+DIST gentoo-kernel-5.4.94-1.arm64.xpak 56309818 BLAKE2B 
50f9f4d7bfaee560860899a0a16805c0a805a9cd0b915a0dec3f654180db73cc73f3247ccc808842103fefabe9cbc0aa963aff8c649c0fe2d314a6ddf22a02ce
 SHA512 
36ee8c73e76ac00ea6c26a5530d6dab91df46fcf2b5f072bbcc44d8bf8b7df710fa601584ee2707cb1c1bbfad9342e369a00926224a0527f1fd4588d01085508
 DIST gentoo-kernel-5.4.94-1.x86.xpak 52893412 BLAKE2B 
b694d25318a84dd4d458b3ad42193781a42853fef9bc21c7e0f3671b5d74b9358c3408bb478d669d57f3618bc433d29df02bed71d80abc7bb8e8814c6e08997d
 SHA512 
c64d72334079b3650c37427ab38e72d9b0d946d93989a491224a936e59d4eb0e43046bf03d85487d41ae6dec43cf5c5dd8667d3e2c9cf7355ec9e95f61f096e2

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.94-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.94-r1.ebuild
new file mode 100644
index 000..8ec8fdea993
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.94-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.arm64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   "${WORKDIR}/usr/src/linux-${PV}/$(dist-kernel_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2021-01-30 Thread Michał Górny
commit: 40ce7e923ae7e606a5347c30db8a3295dd171fe9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 20:13:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 21:00:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ce7e92

dev-python/pytest-cov: Remove old

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

 dev-python/pytest-cov/Manifest |  1 -
 .../pytest-cov-2.8.1-disable-broken-tests.patch| 20 -
 .../files/pytest-cov-2.8.1-latest-setuptools.patch | 40 -
 .../files/pytest-cov-2.8.1-python38.patch  | 52 --
 dev-python/pytest-cov/pytest-cov-2.8.1.ebuild  | 51 -
 5 files changed, 164 deletions(-)

diff --git a/dev-python/pytest-cov/Manifest b/dev-python/pytest-cov/Manifest
index 59e6aad0125..7328fa1a0df 100644
--- a/dev-python/pytest-cov/Manifest
+++ b/dev-python/pytest-cov/Manifest
@@ -1,4 +1,3 @@
 DIST pytest-cov-2.10.1.tar.gz 56822 BLAKE2B 
45eba205a2c6687882445d3554cedc04ad556854f5eac8eb0fab7fda84cdf2736b034dfdceb664293d1add153a5271403eb94585a863676ccfef9ab09727d165
 SHA512 
2dd575141754a417f34b414ba7e07291c273abdc63a6b7dc72d317c6ec10076b83c2ad78eeefdda7cee1fd6f56932d838602da4dd760a1c0d12095be94c22568
 DIST pytest-cov-2.11.0.tar.gz 59018 BLAKE2B 
f2ecaff439e701c3b7d029e4c51cb019d5222a083815ae5771341b0fa0f1b658f921a6eab75c0b568b630cc7ca75887f25ae7fb6fcaa9c2e8dc419397c4c799a
 SHA512 
001f4975d7ad1a573354074366f983887ec9035bcc29afe9bd1ae2654fab520b8f479c5037936e6131749e5205077e937304e73d366cb43460db1f24a58b02be
 DIST pytest-cov-2.11.1.tar.gz 59143 BLAKE2B 
21aeffbc9ccbe6a7c69a08fe3f0013204eb039c6dc9ddbb364a74ad10764e16ce7be0154e27beaab2c8f9b2a972131c4c2421c4aa4557efc18318556056a421b
 SHA512 
19c465f5972ee0ee3b9a2f1a656fdf5457622cb449f73a6f707d377a617807dadda997a6875f0c081bc4c4f7039559c6e7ce820b818db42dfd053c016e1c3b4e
-DIST pytest-cov-2.8.1.tar.gz 47661 BLAKE2B 
590fd50b69d01a71b20982d8cdbed0698ebe24c290d791bb44c96aa1aaaf77cf1f379d565eb775864c6945facf6d271115236cb44b95e4a4c9bb7cc6fd591acf
 SHA512 
769a17c2095dbe990df148a0105c9e3dc88ac2265ac77ac31448dab6abf6d8cc0d54f5c6ff01fd708bd38700bfea93f57d3bb702bd9bb0a708257d094b2376ec

diff --git 
a/dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch 
b/dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch
deleted file mode 100644
index 660db5e5943..000
--- a/dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py
-index e79e9aa..e5ef2c1 100644
 a/tests/test_pytest_cov.py
-+++ b/tests/test_pytest_cov.py
-@@ -820,6 +820,7 @@ parallel = true
- assert result.ret == 0
- 
- 
-+@pytest.mark.skip(reason="test is broken")
- def test_central_subprocess_change_cwd_with_pythonpath(testdir, monkeypatch):
- stuff = testdir.mkdir('stuff')
- parent_script = stuff.join('parent_script.py')
-@@ -951,6 +952,7 @@ def test_invalid_coverage_source(testdir):
- assert not matching_lines
- 
- 
-+@pytest.mark.skip(reason="test is broken")
- @pytest.mark.skipif("'dev' in pytest.__version__")
- @pytest.mark.skipif('sys.platform == "win32" and 
platform.python_implementation() == "PyPy"')
- def test_dist_missing_data(testdir):

diff --git 
a/dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch 
b/dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch
deleted file mode 100644
index 8a9618c3fd9..000
--- a/dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 1305b23..3a5803e 100644
 a/setup.py
-+++ b/setup.py
-@@ -29,7 +29,7 @@ def read(*names, **kwargs):
- 
- 
- class BuildWithPTH(build):
--def run(self):
-+def run(self, **kwargs):
- build.run(self)
- path = join(dirname(__file__), 'src', 'pytest-cov.pth')
- dest = join(self.build_lib, basename(path))
-@@ -37,7 +37,7 @@ class BuildWithPTH(build):
- 
- 
- class EasyInstallWithPTH(easy_install):
--def run(self):
-+def run(self, **kwargs):
- easy_install.run(self)
- path = join(dirname(__file__), 'src', 'pytest-cov.pth')
- dest = join(self.install_dir, basename(path))
-@@ -45,7 +45,7 @@ class EasyInstallWithPTH(easy_install):
- 
- 
- class InstallLibWithPTH(install_lib):
--def run(self):
-+def run(self, **kwargs):
- install_lib.run(self)
- path = join(dirname(__file__), 'src', 'pytest-cov.pth')
- dest = join(self.install_dir, basename(path))
-@@ -57,7 +57,7 @@ class InstallLibWithPTH(install_lib):
- 
- 
- class DevelopWithPTH(develop):
--def run(self):
-+def run(self, **kwargs):
- develop.run(self)
- path = join(dirname(__file__), 'src', 'pytest-cov.pth')
- dest = join(self.install_dir, basename(path))

diff --git 

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

2021-01-30 Thread Conrad Kostecki
commit: b74f6ff651b0da7f41d2779b47ccd1b3055e89fe
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:53:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74f6ff6

dev-python/django-filter: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-filter/Manifest   |  1 -
 dev-python/django-filter/django-filter-2.2.0.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/django-filter/Manifest 
b/dev-python/django-filter/Manifest
index 7e9445a77ae..d5150fd906a 100644
--- a/dev-python/django-filter/Manifest
+++ b/dev-python/django-filter/Manifest
@@ -1,2 +1 @@
-DIST django-filter-2.2.0.tar.gz 142804 BLAKE2B 
f2385fe3afa78349395bd3334461ad2acc760a2007d4b69618993e176899c77e8585d90bb68578e561a16459cdf35a480adf0a0e6235d6500e5f2c2a7c602445
 SHA512 
16a4336d1558cabfe497dd9736a2f652c9f9d141a72c856cf13f3ca56db4da85b5926b05c772aef5fa43a75e085025244b8deaf7facbc5bfa68907bd99f4f95d
 DIST django-filter-2.4.0.tar.gz 146904 BLAKE2B 
994b07c0f5e511451964f4f1e007ff9906975600d0bc8a02dcbeb86f91bf906490ca394ca95c23c57c1fff25a447f50a40054c0abfe385300f9db87645753978
 SHA512 
0584222b46add89aa7dd1dfd334fdd19903e0119d455a2c46644c501a66df224f9f51c33394d130bcd1fc0f28c6ede6d6853b9790430040ec7228f9a1dc55264

diff --git a/dev-python/django-filter/django-filter-2.2.0.ebuild 
b/dev-python/django-filter/django-filter-2.2.0.ebuild
deleted file mode 100644
index bec056b673e..000
--- a/dev-python/django-filter/django-filter-2.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from 
URL parameters"
-HOMEPAGE="https://github.com/carltongibson/django-filter;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-dev-python/setuptools[${PYTHON_USEDEP}]"



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

2021-01-30 Thread Conrad Kostecki
commit: 4a55243377d8e6ab6f31d7680680481037ec688f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:24:03 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a552433

dev-python/django-cors-headers: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-cors-headers/Manifest   |  1 -
 .../django-cors-headers-3.2.1.ebuild  | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/django-cors-headers/Manifest 
b/dev-python/django-cors-headers/Manifest
index 06c983d8f00..1a026ef6678 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1,2 +1 @@
-DIST django-cors-headers-3.2.1.tar.gz 26261 BLAKE2B 
fcab223308223af20754275256e9c03f2dc99210b05d200fcfa0f0e4583c7f8a098ec66a3a40d771aa94221d9d21d2bb0c673f4722b72f598b95f31420fa7526
 SHA512 
9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397
 DIST django-cors-headers-3.7.0.tar.gz 88367 BLAKE2B 
d8a41a605d4823852cce65ffa8005d1e82598cdd81702d1ecef304c2a117dc553447c0cc7e9c31641165f0ba6975b757365733b349c0f5b1f4e9964095b918c2
 SHA512 
e1dc9695f99108f0908d8d348d284f1fd4a8ccbb84b3c748c9ae8d81d6f32ac8ef3417b612710e64ea4c63d464d97ac31a199292ebcdaaec3f3e37ad025ed0de

diff --git a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild
deleted file mode 100644
index f2f93269517..000
--- a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers 
to responses"
-HOMEPAGE="https://github.com/adamchainz/django-cors-headers;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-dev-python/setuptools[${PYTHON_USEDEP}]"



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

2021-01-30 Thread Conrad Kostecki
commit: 8dc188d2a2d3a1c6ceaaed9b9349305be3323e81
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:15:55 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc188d2

dev-python/django-taggit: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-taggit/Manifest   |  1 -
 dev-python/django-taggit/django-taggit-1.2.0.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/django-taggit/Manifest 
b/dev-python/django-taggit/Manifest
index a678d25feb3..8139cb288d6 100644
--- a/dev-python/django-taggit/Manifest
+++ b/dev-python/django-taggit/Manifest
@@ -1,2 +1 @@
-DIST django-taggit-1.2.0.tar.gz 42938 BLAKE2B 
0de8e942c28ce1b268742150061c78221aa957c2574d3df617e72f71104287e73f14fa66ade1e8642459cb1f0400e8d0f995ccd1fe7182bd8f980bb5b3595448
 SHA512 
7e074ba5ce2399ae0a85da0726b8a945b1da5c22afa9f6fe47b1ad6d65257b54de3b9596091872a48a8a12f53393bdea97aee5f32e42cb0658ae39475a003c78
 DIST django-taggit-1.3.0.tar.gz 46986 BLAKE2B 
ebe425bc17b67977d40c56b9072ef471e1239090056667f1a5792f005908cbffc31f9eb863575ff7d3d359ebef7263e085bad5b7b481ed9060720bd59f617bb3
 SHA512 
bd5a537fc11bc4b434a5dbbc11e583acb3878101fcfa7e24af3aca5f160e2f1ac8defc9454c0814d39eb47bbb8edea8d3cf47627ad4b4dc86b962cd69d415ccd

diff --git a/dev-python/django-taggit/django-taggit-1.2.0.ebuild 
b/dev-python/django-taggit/django-taggit-1.2.0.ebuild
deleted file mode 100644
index 26a38263ae7..000
--- a/dev-python/django-taggit/django-taggit-1.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="simple tagging for django"
-HOMEPAGE="https://github.com/jazzband/django-taggit;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2021-01-30 Thread Conrad Kostecki
commit: 245de16916deb56532a409d420fa6013b9c6ecee
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:58:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245de169

dev-python/django-js-asset: add python3_9 support

Closes: https://bugs.gentoo.org/767001
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-js-asset/django-js-asset-1.2.2.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild 
b/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild
index c252e0ece1b..16175edec80 100644
--- a/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild
+++ b/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="script tag with additional attributes for django.forms.Media"
@@ -13,7 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"
 
 RDEPEND=">=dev-python/django-1.17[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/coverage[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py



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

2021-01-30 Thread Conrad Kostecki
commit: 4018273986f8d6ee49da8371021004e0f5528df6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:16:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40182739

dev-python/django-taggit-serializer: add python3_9 support

Closes: https://bugs.gentoo.org/767019
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../django-taggit-serializer-0.1.7.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild 
b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild
index ec615af36aa..a424cceacb2 100644
--- a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild
+++ b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="the django taggit serializer for the django rest framework"
@@ -13,8 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: ce96a9e01eb0ecb37dcf030c770b8936d44507b7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:06:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce96a9e0

dev-python/django-pglocks: add python3_9 support

Closes: https://bugs.gentoo.org/748312
Closes: https://bugs.gentoo.org/767007
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-pglocks/django-pglocks-1.0.4.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild 
b/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
index 8c8a7fe0b70..00a09d61df5 100644
--- a/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
+++ b/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+DISTUTILS_USE_SETUPTOOLS="no"
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="PostgreSQL locking context managers and functions for Django"
@@ -14,7 +15,5 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="
-   >=dev-python/six-1.0.0[${PYTHON_USEDEP}]
-   "
+DEPEND=">=dev-python/six-1.0.0[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: bd886c09c3be3495b384de4880301b7f138230b1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:20:43 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd886c09

dev-python/django-timezone-field: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-timezone-field/Manifest|  1 -
 .../django-timezone-field-4.0.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/django-timezone-field/Manifest 
b/dev-python/django-timezone-field/Manifest
index e14f2b6b962..3d8e03c30bd 100644
--- a/dev-python/django-timezone-field/Manifest
+++ b/dev-python/django-timezone-field/Manifest
@@ -1,2 +1 @@
-DIST django-timezone-field-4.0.tar.gz 6866 BLAKE2B 
1904dbdc6454109ab00df5008d36a9db9e8dc68215d1824c980ef82711871747d7b51a263d591968494511a33bc4325930dd7d87ba4b62d9386c78c5508d7680
 SHA512 
d928cc22d45f027b9d5776272cd8bc03b3d7e403d4ade293973e25a7ef96ab1ff6ccaa5bfce2900f579b52f5e8cd6c581054e90d05b774457faf4ca9c9b1
 DIST django-timezone-field-4.1.tar.gz 8286 BLAKE2B 
591a3d9a332102fd6b3a3cf865b1b9ca2ef1d7b37f6bc1a01ddc724050468d59ee5b6c14933203b6182a5efddad32e7e76b17980e415562404057b0e25393089
 SHA512 
3903e19ab66d636a4fa9c0364aa8232958c6b0d33c41253d57322320543e8f4993ff1eac2fdbee319b174e7e85fbb2dece9cd8db910913d4249de9eb862917e2

diff --git a/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild 
b/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild
deleted file mode 100644
index 907886a12e6..000
--- a/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="A Django app providing database and form fields for pytz timezone 
objects"
-HOMEPAGE="https://github.com/mfogel/django-timezone-field;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-dev-python/setuptools[${PYTHON_USEDEP}]"



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

2021-01-30 Thread Conrad Kostecki
commit: 59688e5a531f3a4c96b8b5a30584613f8a11a91e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:03:16 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59688e5a

dev-python/django-mptt: add python3_9 support

Closes: https://bugs.gentoo.org/767004
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-mptt/django-mptt-0.11.0.ebuild | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-python/django-mptt/django-mptt-0.11.0.ebuild 
b/dev-python/django-mptt/django-mptt-0.11.0.ebuild
index 5267efd2f58..c289a261883 100644
--- a/dev-python/django-mptt/django-mptt-0.11.0.ebuild
+++ b/dev-python/django-mptt/django-mptt-0.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{3..9} )
 inherit distutils-r1
 
 DESCRIPTION="utilities for modified preorder tree traversal and trees of model 
instances"
@@ -14,7 +14,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
-   dev-python/django-js-asset[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   dev-python/django-js-asset[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: 085a5e073d0c819afb5061e102f9fae28ffaae8c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:49:29 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085a5e07

dev-python/django-cors-headers: bump to version 3.7.0

Also added python3_9 support.

Closes: https://bugs.gentoo.org/766995
Closes: https://bugs.gentoo.org/767190
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-cors-headers/Manifest|  1 +
 .../django-cors-headers-3.7.0.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/django-cors-headers/Manifest 
b/dev-python/django-cors-headers/Manifest
index 91d7fa3a262..06c983d8f00 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1 +1,2 @@
 DIST django-cors-headers-3.2.1.tar.gz 26261 BLAKE2B 
fcab223308223af20754275256e9c03f2dc99210b05d200fcfa0f0e4583c7f8a098ec66a3a40d771aa94221d9d21d2bb0c673f4722b72f598b95f31420fa7526
 SHA512 
9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397
+DIST django-cors-headers-3.7.0.tar.gz 88367 BLAKE2B 
d8a41a605d4823852cce65ffa8005d1e82598cdd81702d1ecef304c2a117dc553447c0cc7e9c31641165f0ba6975b757365733b349c0f5b1f4e9964095b918c2
 SHA512 
e1dc9695f99108f0908d8d348d284f1fd4a8ccbb84b3c748c9ae8d81d6f32ac8ef3417b612710e64ea4c63d464d97ac31a199292ebcdaaec3f3e37ad025ed0de

diff --git a/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild
new file mode 100644
index 000..eecd52c0440
--- /dev/null
+++ b/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers 
to responses"
+HOMEPAGE="https://github.com/adamchainz/django-cors-headers;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+# Tests need a configured database
+RESTRICT="test"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2021-01-30 Thread Conrad Kostecki
commit: f7a64d2c909649ecaa69623592c4c97e1e2be358
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:15:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a64d2c

dev-python/django-taggit: bump to version 1.3.0

Also added python3_9 support.

Closes: https://bugs.gentoo.org/767016
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-taggit/Manifest   |  1 +
 dev-python/django-taggit/django-taggit-1.3.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/django-taggit/Manifest 
b/dev-python/django-taggit/Manifest
index d120a08b191..a678d25feb3 100644
--- a/dev-python/django-taggit/Manifest
+++ b/dev-python/django-taggit/Manifest
@@ -1 +1,2 @@
 DIST django-taggit-1.2.0.tar.gz 42938 BLAKE2B 
0de8e942c28ce1b268742150061c78221aa957c2574d3df617e72f71104287e73f14fa66ade1e8642459cb1f0400e8d0f995ccd1fe7182bd8f980bb5b3595448
 SHA512 
7e074ba5ce2399ae0a85da0726b8a945b1da5c22afa9f6fe47b1ad6d65257b54de3b9596091872a48a8a12f53393bdea97aee5f32e42cb0658ae39475a003c78
+DIST django-taggit-1.3.0.tar.gz 46986 BLAKE2B 
ebe425bc17b67977d40c56b9072ef471e1239090056667f1a5792f005908cbffc31f9eb863575ff7d3d359ebef7263e085bad5b7b481ed9060720bd59f617bb3
 SHA512 
bd5a537fc11bc4b434a5dbbc11e583acb3878101fcfa7e24af3aca5f160e2f1ac8defc9454c0814d39eb47bbb8edea8d3cf47627ad4b4dc86b962cd69d415ccd

diff --git a/dev-python/django-taggit/django-taggit-1.3.0.ebuild 
b/dev-python/django-taggit/django-taggit-1.3.0.ebuild
new file mode 100644
index 000..036c3c00c75
--- /dev/null
+++ b/dev-python/django-taggit/django-taggit-1.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Simple tagging for Django"
+HOMEPAGE="https://github.com/jazzband/django-taggit;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: 57992eb7ce652cef3f242f08a92fe055602b68d6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:24:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57992eb7

dev-python/django-tables2: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-tables2/Manifest |  1 -
 .../django-tables2/django-tables2-2.2.1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/django-tables2/Manifest 
b/dev-python/django-tables2/Manifest
index 4ef458cb6ef..ffd92d20c89 100644
--- a/dev-python/django-tables2/Manifest
+++ b/dev-python/django-tables2/Manifest
@@ -1,2 +1 @@
-DIST django-tables2-2.2.1.tar.gz 71769 BLAKE2B 
4f507b43907e2c0fd112f493d40681f13039e8a959c3ad4b3ea794dd08a3db24150263e880e79316aaafe59be7c4842504a496ee2e834eea68468c2a3ad0a297
 SHA512 
f5760f53d76af22033543757dd1b89876f9e40ab606bac1019fb10338c83884298a3f9feb280cfc03b209dfc551d07182ff0950c3cba9fafedd8371ecbce
 DIST django-tables2-2.3.4.tar.gz 77706 BLAKE2B 
54e0903747ab29dab26049868f8cfd412d23fe3f36eaf292bebc90ee1c307f08d04af1eed469423e3699db227110fc0347a8034acb3b3b46971d37b3aebb84a1
 SHA512 
d10144b79850847d2787e4a97f450eb3709a419a5dcd330667e3746c16f3be7472c6c26dbf7d765356130b79b8c915c46fd3201c83e66806753f1bb95911895f

diff --git a/dev-python/django-tables2/django-tables2-2.2.1.ebuild 
b/dev-python/django-tables2/django-tables2-2.2.1.ebuild
deleted file mode 100644
index 19ee3f4b79e..000
--- a/dev-python/django-tables2/django-tables2-2.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Table/data-grid framework for Django"
-HOMEPAGE="https://pypi.org/project/django-tables2/ 
https://github.com/bradleyayers/django-tables2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.11"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



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

2021-01-30 Thread Conrad Kostecki
commit: d4699e8638773b1c116b6f52ca28fae8ebe4fcf3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:20:16 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4699e86

dev-python/django-timezone-field: bump to version 4.1

Also added python3_9 support.

Closes: https://bugs.gentoo.org/767022
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-timezone-field/Manifest  |  1 +
 .../django-timezone-field-4.1.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/django-timezone-field/Manifest 
b/dev-python/django-timezone-field/Manifest
index 670231f27e5..e14f2b6b962 100644
--- a/dev-python/django-timezone-field/Manifest
+++ b/dev-python/django-timezone-field/Manifest
@@ -1 +1,2 @@
 DIST django-timezone-field-4.0.tar.gz 6866 BLAKE2B 
1904dbdc6454109ab00df5008d36a9db9e8dc68215d1824c980ef82711871747d7b51a263d591968494511a33bc4325930dd7d87ba4b62d9386c78c5508d7680
 SHA512 
d928cc22d45f027b9d5776272cd8bc03b3d7e403d4ade293973e25a7ef96ab1ff6ccaa5bfce2900f579b52f5e8cd6c581054e90d05b774457faf4ca9c9b1
+DIST django-timezone-field-4.1.tar.gz 8286 BLAKE2B 
591a3d9a332102fd6b3a3cf865b1b9ca2ef1d7b37f6bc1a01ddc724050468d59ee5b6c14933203b6182a5efddad32e7e76b17980e415562404057b0e25393089
 SHA512 
3903e19ab66d636a4fa9c0364aa8232958c6b0d33c41253d57322320543e8f4993ff1eac2fdbee319b174e7e85fbb2dece9cd8db910913d4249de9eb862917e2

diff --git a/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild 
b/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild
new file mode 100644
index 000..28c1051de69
--- /dev/null
+++ b/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="A Django app providing database and form fields for pytz timezone 
objects"
+HOMEPAGE="https://github.com/mfogel/django-timezone-field;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: 457165a7bc7c9dd1e5b0f1cf946a5f21ed755846
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:20:09 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457165a7

dev-python/funcy: add python3_9 support

Bug: https://bugs.gentoo.org/766992
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/funcy/funcy-1.15.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/funcy/funcy-1.15.ebuild 
b/dev-python/funcy/funcy-1.15.ebuild
index c6242b5bfe8..204c3872a0d 100644
--- a/dev-python/funcy/funcy-1.15.ebuild
+++ b/dev-python/funcy/funcy-1.15.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="A collection of fancy functional tools focused on practicality"
@@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 BDEPEND="
-   ${RDEPEND}
test? (
-   dev-python/whatever[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
-   )"
+   dev-python/whatever[${PYTHON_USEDEP}]
+   )
+"
 
 python_test() {
distutils_install_for_testing --via-root



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

2021-01-30 Thread Conrad Kostecki
commit: 326239d77fa37683adb26c1d432e90a9db0059d3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:53:10 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326239d7

dev-python/django-filter: bump to version 2.4.0

Also added up to python3_9 support.

Closes: https://bugs.gentoo.org/766998
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-filter/Manifest   |  1 +
 dev-python/django-filter/django-filter-2.4.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/django-filter/Manifest 
b/dev-python/django-filter/Manifest
index d0cd3576913..7e9445a77ae 100644
--- a/dev-python/django-filter/Manifest
+++ b/dev-python/django-filter/Manifest
@@ -1 +1,2 @@
 DIST django-filter-2.2.0.tar.gz 142804 BLAKE2B 
f2385fe3afa78349395bd3334461ad2acc760a2007d4b69618993e176899c77e8585d90bb68578e561a16459cdf35a480adf0a0e6235d6500e5f2c2a7c602445
 SHA512 
16a4336d1558cabfe497dd9736a2f652c9f9d141a72c856cf13f3ca56db4da85b5926b05c772aef5fa43a75e085025244b8deaf7facbc5bfa68907bd99f4f95d
+DIST django-filter-2.4.0.tar.gz 146904 BLAKE2B 
994b07c0f5e511451964f4f1e007ff9906975600d0bc8a02dcbeb86f91bf906490ca394ca95c23c57c1fff25a447f50a40054c0abfe385300f9db87645753978
 SHA512 
0584222b46add89aa7dd1dfd334fdd19903e0119d455a2c46644c501a66df224f9f51c33394d130bcd1fc0f28c6ede6d6853b9790430040ec7228f9a1dc55264

diff --git a/dev-python/django-filter/django-filter-2.4.0.ebuild 
b/dev-python/django-filter/django-filter-2.4.0.ebuild
new file mode 100644
index 000..d79fbac04dc
--- /dev/null
+++ b/dev-python/django-filter/django-filter-2.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from 
URL parameters"
+HOMEPAGE="https://github.com/carltongibson/django-filter;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2021-01-30 Thread Conrad Kostecki
commit: 9a4d4f488554671883b8244b6a11a89de2c99f6d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 20:09:59 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4d4f48

dev-python/django-tables2: bump to version 2.3.4

Also added python3_9 support.

Closes: https://bugs.gentoo.org/767013
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-tables2/Manifest|  1 +
 dev-python/django-tables2/django-tables2-2.3.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/django-tables2/Manifest 
b/dev-python/django-tables2/Manifest
index c043d2e6711..4ef458cb6ef 100644
--- a/dev-python/django-tables2/Manifest
+++ b/dev-python/django-tables2/Manifest
@@ -1 +1,2 @@
 DIST django-tables2-2.2.1.tar.gz 71769 BLAKE2B 
4f507b43907e2c0fd112f493d40681f13039e8a959c3ad4b3ea794dd08a3db24150263e880e79316aaafe59be7c4842504a496ee2e834eea68468c2a3ad0a297
 SHA512 
f5760f53d76af22033543757dd1b89876f9e40ab606bac1019fb10338c83884298a3f9feb280cfc03b209dfc551d07182ff0950c3cba9fafedd8371ecbce
+DIST django-tables2-2.3.4.tar.gz 77706 BLAKE2B 
54e0903747ab29dab26049868f8cfd412d23fe3f36eaf292bebc90ee1c307f08d04af1eed469423e3699db227110fc0347a8034acb3b3b46971d37b3aebb84a1
 SHA512 
d10144b79850847d2787e4a97f450eb3709a419a5dcd330667e3746c16f3be7472c6c26dbf7d765356130b79b8c915c46fd3201c83e66806753f1bb95911895f

diff --git a/dev-python/django-tables2/django-tables2-2.3.4.ebuild 
b/dev-python/django-tables2/django-tables2-2.3.4.ebuild
new file mode 100644
index 000..156016d1096
--- /dev/null
+++ b/dev-python/django-tables2/django-tables2-2.3.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9})
+
+inherit distutils-r1
+
+DESCRIPTION="Table/data-grid framework for Django"
+HOMEPAGE="https://pypi.org/project/django-tables2/ 
https://github.com/bradleyayers/django-tables2/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=">=dev-python/django-1.11"
+DEPEND="${RDEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: 40c2a67e5ef611dce14c38342bbc6ca5d6f919be
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:23:40 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c2a67e

dev-python/djangorestframework: restrict tests

Until I figured out, how they are correctly run.

Closes: https://bugs.gentoo.org/768018
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/djangorestframework/djangorestframework-3.12.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild 
b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild
index bcc4ec0825e..b280f1c308d 100644
--- a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild
+++ b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild
@@ -14,6 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"
 
 RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: a4ab3366e5a0df038c800d582ece41b5bd48bfc1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:18:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ab3366

dev-python/whatever: add python3_9 support

Bug: https://bugs.gentoo.org/766992
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/whatever/whatever-0.6.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/whatever/whatever-0.6.ebuild 
b/dev-python/whatever/whatever-0.6.ebuild
index 9432f83430f..9a4bd665464 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="A collection of fancy functional tools focused on practicality"
@@ -13,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: 3048da9627af31ea68f0c0bf5f26c04c28cbc894
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:24:31 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3048da96

dev-python/django-cacheops: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-cacheops/Manifest |  1 -
 .../django-cacheops/django-cacheops-4.2.ebuild  | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/django-cacheops/Manifest 
b/dev-python/django-cacheops/Manifest
index d000cc96814..23223cae2c2 100644
--- a/dev-python/django-cacheops/Manifest
+++ b/dev-python/django-cacheops/Manifest
@@ -1,2 +1 @@
-DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 
87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e
 SHA512 
8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27
 DIST django-cacheops-5.1.tar.gz 67776 BLAKE2B 
d89ac7aeccecdb69e02e03a46c9d4250439319a840f4902a51909c762cdcb8b422c2b2be2921ac256cf4a3d3248782ece0378c19b99109038b2f4e2262c57bcd
 SHA512 
c7c5b284af4a7ec4faf88613de8eaf2bee298208ef13efbb4bb337c1e71817f36afe51ae4cbfa566a999e2dcf1361f84684189d9748a08de32675820f8b9c91b

diff --git a/dev-python/django-cacheops/django-cacheops-4.2.ebuild 
b/dev-python/django-cacheops/django-cacheops-4.2.ebuild
deleted file mode 100644
index d2ceef319c8..000
--- a/dev-python/django-cacheops/django-cacheops-4.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="ORM cache with automatic granular event-driven invalidation for 
Django"
-HOMEPAGE="https://github.com/Suor/django-cacheops;
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
-   >=dev-python/funcy-1.8[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"



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

2021-01-30 Thread Conrad Kostecki
commit: ca3cda1a64a25fc4995c56a91e375d6c896735a9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 19:21:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 20:26:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3cda1a

dev-python/django-cacheops: bump to version 5.1

Also added python3_9 support.

Closes: https://bugs.gentoo.org/766992
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/django-cacheops/Manifest|  1 +
 .../django-cacheops/django-cacheops-5.1.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/django-cacheops/Manifest 
b/dev-python/django-cacheops/Manifest
index 0a004a7eddb..d000cc96814 100644
--- a/dev-python/django-cacheops/Manifest
+++ b/dev-python/django-cacheops/Manifest
@@ -1 +1,2 @@
 DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 
87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e
 SHA512 
8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27
+DIST django-cacheops-5.1.tar.gz 67776 BLAKE2B 
d89ac7aeccecdb69e02e03a46c9d4250439319a840f4902a51909c762cdcb8b422c2b2be2921ac256cf4a3d3248782ece0378c19b99109038b2f4e2262c57bcd
 SHA512 
c7c5b284af4a7ec4faf88613de8eaf2bee298208ef13efbb4bb337c1e71817f36afe51ae4cbfa566a999e2dcf1361f84684189d9748a08de32675820f8b9c91b

diff --git a/dev-python/django-cacheops/django-cacheops-5.1.ebuild 
b/dev-python/django-cacheops/django-cacheops-5.1.ebuild
new file mode 100644
index 000..2bcc4a8d194
--- /dev/null
+++ b/dev-python/django-cacheops/django-cacheops-5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="ORM cache with automatic granular event-driven invalidation for 
Django"
+HOMEPAGE="https://github.com/Suor/django-cacheops;
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   >=dev-python/django-1.8[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
+   >=dev-python/funcy-1.8[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"



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

2021-01-30 Thread Michał Górny
commit: 49aab644a5d789c24b704ff328f6fe77711db8c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 19:28:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aab644

sys-kernel/gentoo-kernel-bin: Bump to 5.4.94

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.4.94.ebuild| 55 ++
 2 files changed, 57 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 1f824201753..4c2300f16c2 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -24,3 +24,5 @@ DIST gentoo-kernel-5.4.92-1.x86.xpak 52893632 BLAKE2B 
74187e0602932a720faa468c68
 DIST gentoo-kernel-5.4.93-1.amd64.xpak 61051190 BLAKE2B 
80cb1938d7ef498796df7008f1bb2a8d30d5d69b75d0b0fcb0c7af45867b5aae87860decd4eb41947ed4a7678cbd94f4f7f480a4d38a8050d4751d0c3058490b
 SHA512 
0100f8d88d9ee798fcc9813b1b086c3551feadffa0ef06a08070614a52f5d4ef146e622017e590a5534c1d1c9d502a9f2c72d450724a60c3f77fcb925eb1d93a
 DIST gentoo-kernel-5.4.93-1.arm64.xpak 56339310 BLAKE2B 
2b7edabc83e56bcefab8a332fec5c46b9d6fc0c27d38a66509b3964fbab1b3ea86130e1ba1e47a032599916dfc664cd86d62c64525934e1712b39d5c481d87f8
 SHA512 
619cf0c43b9afd3f37a1d069544db00d96ad6fb95995c731d0b9d1c868755f2af84601e8f7420bfb8c75bbd45de264acdc6d79e406406e72197c08720d8fc82b
 DIST gentoo-kernel-5.4.93-1.x86.xpak 52895797 BLAKE2B 
069b8e797b479562033dffb19e0772787ee383a22dd4ee5ba2f8d464cba7ee07073198fd2d3b9ecbcfca1ee72900550ee03b2ae52c11eea4b9bec38c5ca5f2e8
 SHA512 
dd81aa89c9473cb555bca44965e01e39018a06ee6e7de3512b0ee721cf8a462abeb3503b61017b110e6a39167ceacc76e15f61112055ee7dc4645a29d43953a6
+DIST gentoo-kernel-5.4.94-1.amd64.xpak 61075025 BLAKE2B 
96f7d69735dacd618266d4220907d2e196d4a59f39fdb6c93e88299ecd26a503684bcfbe0a0dcc8c027c3e1b90fc7c066f0d0cb5e007efee859215c6a4b91807
 SHA512 
e786c30e4ac3e62f25cb6403105847c20b7673f0e9fee32f513854c6e739cce513409f136da9dfd8c366d74ffc4db00625dc5d6270623af56149e4dd05801c57
+DIST gentoo-kernel-5.4.94-1.x86.xpak 52893412 BLAKE2B 
b694d25318a84dd4d458b3ad42193781a42853fef9bc21c7e0f3671b5d74b9358c3408bb478d669d57f3618bc433d29df02bed71d80abc7bb8e8814c6e08997d
 SHA512 
c64d72334079b3650c37427ab38e72d9b0d946d93989a491224a936e59d4eb0e43046bf03d85487d41ae6dec43cf5c5dd8667d3e2c9cf7355ec9e95f61f096e2

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.94.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.94.ebuild
new file mode 100644
index 000..b8eb2c63573
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.94.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   "${WORKDIR}/usr/src/linux-${PV}/$(dist-kernel_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2021-01-30 Thread Michał Górny
commit: 2573c785312ef1f19aca38b9fd78bb7f5121d129
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 19:28:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2573c785

sys-kernel/gentoo-kernel-bin: Bump to 5.10.12

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.10.12.ebuild   | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 4c2300f16c2..6212217cf51 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -4,6 +4,8 @@ DIST gentoo-kernel-5.10.10-1.x86.xpak 57274976 BLAKE2B 
c606a4df7cb2df25a5d1d2668
 DIST gentoo-kernel-5.10.11-1.amd64.xpak 64361874 BLAKE2B 
81f33a992539d7cc8f7e35de50515d2bd71268cb4d9bf53236d6abcd49cf5e235032d58cdbaa1d1c670ab63b0af150895ccaf1e830df610179392ed114ab7f98
 SHA512 
639cd26a0bdb4bdcc6dc6ef36702f8aa37cd0747e93e3b2053e0e66139a3d538f019b795bd0bed48a8236ec3f5c768551a105e4f8396824c614b406cc450722d
 DIST gentoo-kernel-5.10.11-1.arm64.xpak 59510738 BLAKE2B 
f7bc2139a24b295f5be4ba9797001a5797c0d5e47a98b7c9e8f38a91733ae64da79610c4f8db67f8e53440a6f18dc44552ab05df528a067492a1bba6f30d1c96
 SHA512 
e65d51cfb3453d0c098ef484e29af113356739310e0ffd386d27d9933e18e7e1759a425e8a0416b8026176400fd3a69df6f38ba802771cd413a96af8f6d89282
 DIST gentoo-kernel-5.10.11-1.x86.xpak 57287495 BLAKE2B 
a23fc6067de63dc97c89e3de9310bca4705c21c407601874b9e8f0c68608eb0752fb1add9f351453882a24e1e89f4ab38635161aa177fb0f8f25bbd8d5ca00e8
 SHA512 
f522d97ef335dbcd3df0444f101add87e530f141d146f65f1c3e4b5776bb9f701557416263122c505d17510b66060f6f4e5d3c4fbd408f8c90c89f76c844c4e8
+DIST gentoo-kernel-5.10.12-1.amd64.xpak 64350144 BLAKE2B 
2b20f43d0e0c64af3ef9918bfeeba4997983782cbb9ddda57f5da641f9cf25b57a24c24775048955931047b3b4b0117984818c8fc2981803dcdb93bfae28d58d
 SHA512 
271399b7ac20fd9a10bc7078d31002a6e4f386d83d89b8035c6c494e78644e550e8a7775cf229676ba7ec5aac7803ce41e6f3f068699b06fb43b38bd322c172a
+DIST gentoo-kernel-5.10.12-1.x86.xpak 57278945 BLAKE2B 
3d97e4fafcaee7d6f9be1f05c3beb844eafac3a188d36db3c540add6c717f41373f2810ba7d9039a83685220e6d622cff35f588d2fa3682bfbbcc0d72edba547
 SHA512 
c13dddfb7280250e37576727bc4f12fd26aa8973608ca69cf94cd75ca5ab2dbcd89b17ff491634988b9944b53dcfc08bd4e48697834235aca320d580cc3838ef
 DIST gentoo-kernel-5.10.9-1.amd64.xpak 64344838 BLAKE2B 
a43bee38c3d4ce1be11d99ee73489cf2d93c794fa06405f7597a7a2fa29c9ef3e64a0f9f34a20467fb730d25682062cba0ad73eb824b34918c5854010bc6cfc7
 SHA512 
b6c09eac07a3ada4e8ab6573d877ac62ac67858f4b5ad70364e7414fd4d269df88a57dd4fe2bd31a76537fd464b234fac513e898f07969f5d5c6857c8f0fbe65
 DIST gentoo-kernel-5.10.9-1.arm64.xpak 59837992 BLAKE2B 
815b3f655ba9f8e8f7f0e000f41575fb752bc50cad2a61af71e83b824ac19f391feb28ae22da0233520629229aed3543ffd3a9f94794c741a8583aaad64d7d4e
 SHA512 
bb1ecbcae01c1cd87bee0a07edb3daf20a9644b89fd3e588180d52e43e6eccc74511e9f74de56b0d729f304683b8ee30ceb1841ad944f9b83222682b2d977e94
 DIST gentoo-kernel-5.10.9-1.x86.xpak 57275255 BLAKE2B 
b577fbfbf9a470a4383f6d3cf91a26ecb8e41da62807595fded551d52b4629d2f532604e986900c9b8818a48dfbfc87b98deafbffa0c2a96bba8a252446e7675
 SHA512 
ce5d7bbe47d0c2ec31611580da10af7e4d0ef8979ca14a86c172b75658ef536c25b6336e57aad023de890f806e6e93658d9cf809d3a4f08bb5b2c22b002ae2c8

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.12.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.12.ebuild
new file mode 100644
index 000..31b6fee9f81
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.12.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   "${WORKDIR}/usr/src/linux-${PV}/$(dist-kernel_get_image_path)" \
+

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-01-30 Thread Michał Górny
commit: 82326ce738071145c0f319ef585ec70575b6e984
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 17:54:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82326ce7

virtual/dist-kernel: Bump to 5.10.12

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

 virtual/dist-kernel/dist-kernel-5.10.12.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.12.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.12.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.12.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-01-30 Thread Michał Górny
commit: e1b5a28597dc3b47bbd0bc64271afadc5675111b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 17:53:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b5a285

sys-kernel/gentoo-kernel: Bump to 5.4.94

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.94.ebuild  | 96 ++
 2 files changed, 98 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 05c2ec143bd..03d6b76f1c9 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -18,6 +18,8 @@ DIST genpatches-5.4-94.base.tar.xz 3006280 BLAKE2B 
a8130e4be0b40fd0c82d9da6c3f42
 DIST genpatches-5.4-94.extras.tar.xz 1772 BLAKE2B 
d7f9cbdd2739ff180d7fa1de7ae24f9d0beeed259b00b0a67e6a3e9dfeb7a2e7136c0682af7e50491fa9010ea3e3e03a37cb8eac96047a4d4e58177d64caf72d
 SHA512 
eee973e296444e301a6d9f59e82e39b2d2b1aa6605fe62c54a3710f300bad9e3b3a13c14f16f357a6c8775c50b47d390f537f15030c4fb08a6d81e5ba4008f1d
 DIST genpatches-5.4-95.base.tar.xz 3022876 BLAKE2B 
e935ec5e2cacf478fd8ac2f343d0e582cceddf811ea4d87d5518b946b8b0501e7aff29d406407d3f0d276ea32a616f022789ee1318b282c6fd77b3aaf0d64631
 SHA512 
4e87014b78683372d525d6409c5c038429423371a1369f2c3b1455e53f5360290dd323ccc24aaeeb4a9e66452e9c87dba439c75192b77e4fc7bc888bc1c4cdac
 DIST genpatches-5.4-95.extras.tar.xz 1772 BLAKE2B 
29c822d815b565e99441f122bb978db211288f69ec3e3795e2555aa58cc3d2911debaeddcf202ce7be335771310589548a9de82d0500982894b621d0f773d7a3
 SHA512 
860978d98d7715b1359e0f3e47a0369ee6ef9e1cc4fd4201ad879dcab0aac644f6a951875643ccb70d31b6dad8b23d0b4ca7b32e50739bd87499760829949749
+DIST genpatches-5.4-96.base.tar.xz 3031600 BLAKE2B 
9ba35f7958842a1fd4c9a7e7d3666ea1339ee5fadde6b771b78f67a8bb27c07e8dad8498e9b85fa0bcfd641f5aef9641793a02061b03becd372ea86245820895
 SHA512 
3edea8a4fc2a29e0f989089633256b270589ad77a225f3cef6e414c5877de1be8a4d5d9da28bfa4fba848f33ee322c4f01befcdf384c9271c97c90e2e2d3ad39
+DIST genpatches-5.4-96.extras.tar.xz 1772 BLAKE2B 
f33c734139f65245694d3cb98712733a901e89c79d05fab03de42d82d6e45ed3ec41ab4e17f2cd20be2ec31d469cf02a5efc7bad93832c67d3ad0bbf147b07e6
 SHA512 
8b7d6d058906b9c9afb7addba0c3072d70758bd75ea2989787beab5a3a83725541b4084c34cbb1e90b6cc8bb323a002dfca7065cc88fc834891f04397caa645c
 DIST gentoo-kernel-config-5.10.7.tar.gz 1146 BLAKE2B 
f755581e9f3be3122e5f6e6fc133d3e5c3116d4580b53f95ff5b2cee5150233fe82be5cd45637a9792ae4612be5d2cb4dd954506f97fe82c9e96cb8b772cb342
 SHA512 
8c64768e83d2552e69a29c6c3f958ef6a1e5a767acd04b3bfcd0cd49453ab5d0aa54fcfee76a8c9d07f72abdbf70380b070e3d1584e7b7d05a6daa3399892f51
 DIST gentoo-kernel-config-5.4.77-r1.tar.gz 1289 BLAKE2B 
6612741cfbf458f4bd8915b476aac3aa6934e8bbab344da877fa4ad52b6133e01f5d44bf0e5d048e79e56c1a351774135ee55f1aa839b230e2418db7c5d9b123
 SHA512 
2a09dd85af37447b278847aeaad114ef47470726cec015ed5ee1b54b3080f4b2c48de8b2f7b817eeb4e27c753579cf0820053e22caa762cb1552116d8d69eba0
 DIST gentoo-kernel-config-5.4.89.tar.gz 1240 BLAKE2B 
50bd2e64eb1a62d2f0d67e02b78da56cb507fd7a5993d663b880c94ecd535898285ed01e00d5d07fc1ba0d044657e776456736d8fdcacecf7ca464979a8a1d06
 SHA512 
ad31f9895b9dd45edd7f8715516edfc303c23600f243f3ca122c7c554c9fdbe3c3aa62970a24ef7291d7937e04c63c0258f6348e796686902a011c055c1bed01

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.94.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.94.ebuild
new file mode 100644
index 000..f26abd9fdf7
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.94.ebuild
@@ -0,0 +1,96 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.89
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2021-01-30 Thread Michał Górny
commit: b40d16db6d286a5a332f8d0e9d448a5dffb12e17
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 17:53:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40d16db

sys-kernel/vanilla-kernel: Bump to 5.4.94

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.94.ebuild| 106 +
 2 files changed, 108 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index a971367729d..4e1f8a7f0ae 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -27,3 +27,5 @@ DIST linux-5.4.92.tar.sign 989 BLAKE2B 
6140d9b3511b2736d1984390997ac4de59d5b4d76
 DIST linux-5.4.92.tar.xz 109644104 BLAKE2B 
9808a44f886bb4d3d48a2e622ca6cdd53e8756d2d85135a46abafde9e37fca2448411080b8b1dcb3c0df85fcf40cf409dddf2dcf9140b186cd8b43d1a21a18b4
 SHA512 
ad61b167001b3119056c316261d76ae1d7ce16562f3c47599da460a0d2860f1f38a581dbdb72fd0f941bc8a0245522b6856893a3be7d7d5b03775521e168b0b9
 DIST linux-5.4.93.tar.sign 989 BLAKE2B 
0c689529e483c971526bb20bab3d5a63e63c18a48d773c30c8d7131606d97b5ee5be0df8e83d34b41230e9239ab108d175912585bf482252352074b7cf9e8354
 SHA512 
5b273851ccf9bab4ae3a840348fa91e817cb46ed2fa6159bf6289c8eb03a3075c3b06cb31da4a8d2ef6a6d3a9048d4738c4bd73c9c35b3c44b4ecbf09868b6d6
 DIST linux-5.4.93.tar.xz 109661584 BLAKE2B 
78f0369835ba737fadb4145fab290408c163c74293fbb29d6e7e28eb7a4f505f90786394509ad955d76d68b8ace919cb2d297fa765efece13aaf9c3e4c056db7
 SHA512 
b60839ae4efe4563396897723e5cf644e9f15f058efc72b7eb3b91ac42a6190863fa9f7023bbff4f1339a6d542555af34fffe7fb278ca7efb0922585ad27922e
+DIST linux-5.4.94.tar.sign 989 BLAKE2B 
779a725d0164c98bf2ebc0590af693eebb6fe71837e0f8642b376fb0fa4bc893e8c2b52a16bd0c1cab7aaff4295f6bf31b8fdb7c2d95bd8601eac74925e2211f
 SHA512 
85ec9c16642aac5640d0486ba704b787e2e4156fccdf80f4d538b4d6524c914b64e6ba1d52bdda15b3601faec643d6656fa2cf57976a9afaff5265f9dea840e0
+DIST linux-5.4.94.tar.xz 109082512 BLAKE2B 
fac6683453e41065760cbdd170ea4a5f72778e39807389d2f4c4dd9165dc1727a875ee26e6e440089ec2d8e8b4dca9fa1e1dc02a9b217cada700f9a118ae7613
 SHA512 
2d9f0feeb9ba6871d31c8a5e281c8e3eed99ce7da3af3be4f222db37f082374f852021a5117a994c8cc37681e5f335329c9e430e7edb835de801c901765a505b

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.94.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.94.ebuild
new file mode 100644
index 000..f8ec23f5913
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.94.ebuild
@@ -0,0 +1,106 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.89
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/dwarves )
+   verify-sig? ( app-crypt/openpgp-keys-kernel )"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   verify-sig_verify_detached 

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

2021-01-30 Thread Michał Górny
commit: ed158ccb99e6f79e4c0f8083a1b3dccfc3e7d895
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 17:54:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed158ccb

sys-kernel/gentoo-kernel: Bump to 5.10.12

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.10.12.ebuild | 89 ++
 2 files changed, 91 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 03d6b76f1c9..971e4bed1da 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -4,6 +4,8 @@ DIST genpatches-5.10-12.base.tar.xz 354672 BLAKE2B 
4c92a3c4d144e7abb130371a5d12e
 DIST genpatches-5.10-12.extras.tar.xz 1772 BLAKE2B 
c219ce68835104664a93e78e57c5bce67a3d654666504ae38fc5058d6f8df67c9e37941f549d047b446061f54928230a384d813b4bde2508323facef6502bc16
 SHA512 
3b2b6ba233226f9c0d54d1dbcbd36133429dba1e0bc7a355fb0794389fd729e8ebcfd1789c4b79529ca4bf48dc50d7b07c1e167ff19d837d67296f36705e7db3
 DIST genpatches-5.10-13.base.tar.xz 407940 BLAKE2B 
21566164ea821e5ee95e4b4583395625384347d0e8440b29fa71f4b63365c5481dbb683c84818a5379242a25a59fa85c3caf420be3e6cb8553a43834dcdbfb94
 SHA512 
0f4e5aa39cc8dd6f2cd62fe5293de1d9fa5a0f6e0dd6da9af52ad68ee8318f995d9095df65b93d6e15994227feb87b5bbcf0403ebe774141045b05bf239dab86
 DIST genpatches-5.10-13.extras.tar.xz 1772 BLAKE2B 
29357a93bb6b4e34937e6655bb8cecc4f57edea8a7e7a903dd8196c6f075b27e2b1176a56a998777c850994c5131a2a57266a7fc579a25fc43db9c9aac4dd80b
 SHA512 
e9ed41cc3b81ae7e76fce6bd6df271eb354110252da85e7e90c4d08816babd1262c5c8fbb62fe56dff1fde712abc35ee40c67f9f04e3541920eee78b32074928
+DIST genpatches-5.10-14.base.tar.xz 416468 BLAKE2B 
cfde628c2594a568c8f699ffb63bb1bfa5054fb810a0baf8cc08c87886d49a5e33725be6a6eb03ed0f8fa40521b9591ae0ac1253708a3ae72556e0cff7efe17c
 SHA512 
84b815aad491aab1592c253da7c37d307b102fda9d08c741cbe5df9c5bd636a83eb8af0e96faf6b54c13bad77068d3ca1f632ab4c68211bbdfb8a9c1d233f06a
+DIST genpatches-5.10-14.extras.tar.xz 1772 BLAKE2B 
9694bc87e97e7899f2d47199c42082a666e775f35a49a3efb20f8b15cf35345b0905b5d36bd3845e4b62e0ae49260a7fb381f26c6cdcfeb20c3eda5672e81e29
 SHA512 
be9fbe10adae2acb813abf94f7008620ee9c5f1ca28053e4c387ecb814e3fa6b0e08b6c0404f1585049ceba4ed419dbcd524f9ce69f25dc12006b20d5db3dfc5
 DIST genpatches-5.4-81.base.tar.xz 2591356 BLAKE2B 
63c0ef166e2691c6747a2b2a8317aeac286ddac1454ae1eba7a34035abeba67ea2627257d17f266fde57da0684f83cb102b465252a3b95075c1442123c2473e4
 SHA512 
88d4deb9002cfe6aa8a8045770cf5c7ffde8cf9bad324a72296b1a5202c94386807fad53460147420363b3c73613be424bb54000e5cade7baa4df254ef2c61ab
 DIST genpatches-5.4-81.extras.tar.xz 1772 BLAKE2B 
93bedfbb023ab9d3913751cd242a4221b204685751f57d0ac31494fa8f8caf8e5faeb3ae10eed5332016f9a40b20670a6af6c4198eeae1136b14a3b28174beb7
 SHA512 
8776735a73aad4672d4b857d750f985ff6681f8e565a906106e2cfcd4d7839fa518d8fa19b39a0ac948736a3384656be44aad239ce2516786c797303f492ce01
 DIST genpatches-5.4-82.base.tar.xz 2792480 BLAKE2B 
39960646116f5f85ee657a29557d8fd9e809ae9bc60aac349c91e7680f2a0565800ba37a478573098dbad41b686336a058985d2925e5046fa68eeaea8df25477
 SHA512 
6a76eebd7178e2ccc522477f53c36f74e6fd691f87c547dffa2602a516ad9a6a01f05c953e12bbe6ba9aa2ce34b176a6a081a22da40c7d86855e5dfc34098059

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.12.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.12.ebuild
new file mode 100644
index 000..b34a35880d6
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.12.ebuild
@@ -0,0 +1,89 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.7
+CONFIG_HASH=b238267df7cd80dc3aa6b5b654cbe145367383df
+GENTOO_CONFIG_VER=5.10.7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+ 

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

2021-01-30 Thread Michał Górny
commit: 0931d448ba9719d4d04e9e503ab1e64aed4581a3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 17:54:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0931d448

sys-kernel/vanilla-kernel: Bump to 5.10.12

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.12.ebuild   | 100 +
 2 files changed, 102 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4e1f8a7f0ae..da0201678a9 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -13,6 +13,8 @@ DIST linux-5.10.10.tar.sign 991 BLAKE2B 
7b9aa801aeb243c0434172d29fc7e79bc8965c19
 DIST linux-5.10.10.tar.xz 116625516 BLAKE2B 
180f0dd063eab9542fd799c54dd335c4f310bea739048800ab3222526cb1ea7cc4ef43d2a2c27ed0e37a776f5c77540c33795aa63297704d9e215735a1a98606
 SHA512 
05a3f91470e1402510f10d9ad8b04350be7aa1232fec5083e5bb59e16cae8168b1f117b15508fc0dd345d7f8d20a43029a48ebcf54278596b778c37d2f966ca7
 DIST linux-5.10.11.tar.sign 991 BLAKE2B 
8ac1b11f90ddde889d6b76e37048804efcf0357dd8cca975b2f2c1df811c69d8108d6c51a92023dda503ce50f4d9b9e5f633e3f22ca62c9b475901fb35a3cd18
 SHA512 
252f7fb5397d8766a07bd98f05a6a53ca5b606ff2172b3604ecb9f9c6d240ba2b7aec8956d85967bf6de67117a595100be81153376b62fab0fdb0edccd9833be
 DIST linux-5.10.11.tar.xz 116619904 BLAKE2B 
f2ffb77efeab44e5ac74f275f1c728618a0893c752018946a3908a34dca2797982efb6646df1350f31c9cab2b780aca871dff82b63e2ec59e3bfcdafa0457581
 SHA512 
251cdb885190769551c7c51476113e53ca11ea32f0234491ece3cfffe9f1c15e517dbba1c8f3c0d1a41351e2c14ccfff94aa00301a0c8a4a86b2569b1dd70ca5
+DIST linux-5.10.12.tar.sign 991 BLAKE2B 
9071fa84cf4bb38f815935766787b406e54a976bb95d0829e45b8a1fa50b6c1abd31573bd80e6d3fbb955545a719bd640c3e39d58cd93cbecf1456d76ac69a42
 SHA512 
1f89429aa3b6d7fe27e8fe358c404e486367344ddea43a06ee2e25492956515f72039a97f50617e9a3eeb3b756f42a1cfbd50d732aede13baca284ede027ee83
+DIST linux-5.10.12.tar.xz 116262828 BLAKE2B 
f5e16e92c9543708997d9dfee28feb2cd6e6909a33dc7f97c40b507a8d03bd72717b1af84bed3fa25b2a167652d8cd93b66d145d484e5ad292af24b3bf64a649
 SHA512 
01062437c9af1654346b5baf550dbefe3cedab18b3d793ee528d1fc27556d5ecc438b6a39a4163acb65434f50516f8c98a3b1be723afbb620680695b909a376e
 DIST linux-5.10.9.tar.sign 989 BLAKE2B 
4573f4a502d7b86924051da635af393a0d61628fb88f01d14ec5a8b454974b707f547c60bcf965f73af92e850f496c659847142058e61951065db4e2e40cf8e6
 SHA512 
0a1700731809dd615a8d692a9be195564d6f0edbf722e72d8fd36cecbe4c3dbbcc26e3a194ab08945445a883d5ef3f491f5358d715537240a430bd750179f5f9
 DIST linux-5.10.9.tar.xz 116619508 BLAKE2B 
faedb4032fd709d3f0089d706232ec0dcfdf3817223aa910112e6cd58bffea20a3127fee407a465fa3b4db1a54050fabd839809c404492820216fadae70885b9
 SHA512 
63271212f300a58a5c2826052928aa980994fff6af553f801b0d2a1ae05e3b55788cc46fa26c97f330bab74068a93df58ce768f21fc5edd1481c841b975e56cf
 DIST linux-5.4.80.tar.sign 989 BLAKE2B 
7d0fa889c353c83eeb38d4868de3736baf6dd668db2b6660472b85dd6f9fffa83350954da80bd8e6441b54aa15324d68734ca863b0b1980b92a7b3a58073037e
 SHA512 
54b7a124065020a69702fbc4ec82359c728ba32e8cafb7ba083d12974914c8309cc6b33b85769d87f91cbb2583b7c0a20d019d1b3808f32f07dda0ec795e8906

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.12.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.12.ebuild
new file mode 100644
index 000..51afd5f766b
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.12.ebuild
@@ -0,0 +1,100 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.7
+CONFIG_HASH=b238267df7cd80dc3aa6b5b654cbe145367383df
+GENTOO_CONFIG_VER=5.10.7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-01-30 Thread Michał Górny
commit: 024b4da260b06017ad9089010782af892d1557a1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 17:53:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 30 20:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024b4da2

virtual/dist-kernel: Bump to 5.4.94

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

 virtual/dist-kernel/dist-kernel-5.4.94.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.94.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.94.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.94.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-01-30 Thread Patrick McLean
commit: 997574e5dc64711e71112272e7fb853d3ebe71ab
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jan 30 20:08:00 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jan 30 20:08:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997574e5

sys-kernel/vanilla-sources-4.9.254: Version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.9.253.ebuild => vanilla-sources-4.9.254.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 03e57b85802..e00ef70b1c4 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,6 +7,6 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6
 DIST patch-4.14.217.xz 4106940 BLAKE2B 
930de71fe545f3dc2af80edaa494342fcf89e26ebf97ff84edba378a933cc3e2cfb2ad80f05447ac5b7ca6ee24b58755e6197cb4b940520abbc49712de5a
 SHA512 
24487e5e314605c1ab951915973738743968e16d2a995862a1e8351ccb61426c8f224ace0d5fd0365e6a0f1b3b89a4ed16d49b3dae63b92cb92dfd772d233f13
 DIST patch-4.19.171.xz 3751372 BLAKE2B 
26198342b647c8a181d6d630d4e7f3aee3cfdb0ef86eb951f856f2e962974de9b65188b7028d3e2ad11689a5dff652f32ca4452be2e86cfb8bbd5a1b883c1a3c
 SHA512 
ed95b5715cffa4cd7f6aeed6cf87de54a033fc9cafc966c8431bf2bbd604fcd53c0b6a16d9125d54dde691162b92ff075704ed0409f6f85b81e2160b70db09ea
 DIST patch-4.4.253.xz 3440768 BLAKE2B 
ce0019b49d1aa2c28344e9ac2cb34eea99abb6ed7addb8b8f6a250a0c0db6049308a5d0b535107045772b4a6db35eea521f397e74cb0d68c309a2fcf4724d0a0
 SHA512 
afd751bac58ff27fa95e8cc89c2583bae9705f28b385d5cf9c2bcc15969c9aceb43101fb132b713d315e9d4e28f3d8fd48c0b505d723f2839d6eeffb5b12e855
-DIST patch-4.9.253.xz 3835280 BLAKE2B 
0959e853dce563f20e97b2480e024179427a11a0cc84362ee41fa7e96941ecd18876067c01362744b91afedcfbe1f07f01ea0906c2dd6253927c16bcfa2e75b7
 SHA512 
b3c063803cd6d16c457c54bd9388c2a48bbff8f2fc37d2cf7687fdf433e3e0578d90a71199661efb514e409a78b865335b74bcecde3c5730f90568f86427abf7
+DIST patch-4.9.254.xz 3838372 BLAKE2B 
cd13826f91c6a8898c61be070ee29bac662637035b14e13bd31560d47aaa0747e90fd4cf06b212d06aad34648cce1179a5cd6b04dbef4db0fcb702b028dd6fa0
 SHA512 
a79e7b544e497df12827d37d02c8db77a83b3ec45ec8ef43e0cdf8924ad8c68ad40168173fa81fe60e068216b1ceed35dd46dfc3ff18d6cbb1df690676aabaef
 DIST patch-5.10.12.xz 405252 BLAKE2B 
f644a86e8b27b01cabbf784f4fd2dc7c910f1a5fc9f536f2ce88ad4b8ede62f94f8fcb2afaa2cb9a3f0773052bd022c34e1177466d824fa6640a1c0edd358b4c
 SHA512 
76c4ade1754a5e62c8b82dbaac7b7627d08c348455a5b286fded01d3a19245025ce77c1771fc65a931a4afe0339988301846f5135decd3221e207eaea199ff25
 DIST patch-5.4.94.xz 2572344 BLAKE2B 
21228636e19783a573f3952127d506bc4124b80e07ecba6cb491f2202a46814a6996ed90b6cbcb1df8f5a4d00f33b0dd9f5c705a10897d99a0a74b7e9790bb1f
 SHA512 
1cf929cfbbbd47999bdd5bcc68c12b95bbc264bed1087658a0fb810050b2509ea112447991769f42750cd5dde560d6061fe9ccd532d10a55c863ab8f51b3a900

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



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

2021-01-30 Thread Patrick McLean
commit: 160b8010cd35e30cbe1705a5fe5d600c35bfd167
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jan 30 20:07:04 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jan 30 20:07:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160b8010

sys-kernel/vanilla-sources-5.10.12: Version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.10.11.ebuild => vanilla-sources-5.10.12.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 8484210a1da..e49a4004933 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,5 +8,5 @@ DIST patch-4.14.217.xz 4106940 BLAKE2B 
930de71fe545f3dc2af80edaa494342fcf89e26eb
 DIST patch-4.19.171.xz 3751372 BLAKE2B 
26198342b647c8a181d6d630d4e7f3aee3cfdb0ef86eb951f856f2e962974de9b65188b7028d3e2ad11689a5dff652f32ca4452be2e86cfb8bbd5a1b883c1a3c
 SHA512 
ed95b5715cffa4cd7f6aeed6cf87de54a033fc9cafc966c8431bf2bbd604fcd53c0b6a16d9125d54dde691162b92ff075704ed0409f6f85b81e2160b70db09ea
 DIST patch-4.4.253.xz 3440768 BLAKE2B 
ce0019b49d1aa2c28344e9ac2cb34eea99abb6ed7addb8b8f6a250a0c0db6049308a5d0b535107045772b4a6db35eea521f397e74cb0d68c309a2fcf4724d0a0
 SHA512 
afd751bac58ff27fa95e8cc89c2583bae9705f28b385d5cf9c2bcc15969c9aceb43101fb132b713d315e9d4e28f3d8fd48c0b505d723f2839d6eeffb5b12e855
 DIST patch-4.9.253.xz 3835280 BLAKE2B 
0959e853dce563f20e97b2480e024179427a11a0cc84362ee41fa7e96941ecd18876067c01362744b91afedcfbe1f07f01ea0906c2dd6253927c16bcfa2e75b7
 SHA512 
b3c063803cd6d16c457c54bd9388c2a48bbff8f2fc37d2cf7687fdf433e3e0578d90a71199661efb514e409a78b865335b74bcecde3c5730f90568f86427abf7
-DIST patch-5.10.11.xz 397188 BLAKE2B 
1d3b2e263a5baa3a575f3892851ab74daf1617121cb81d3cbdc678a594d4c49c3cb6b1d9b929af93266a2a2facbcbb8e41721fbfaf935360cab7a2885271de47
 SHA512 
313696af4792f9a314e7acedabd7f2c08e9605b274d94e4c92f36e69c42ecb506c35463f8224879d4a94536c973b8488b799d5f7e450cb792a04381eb88c8e66
+DIST patch-5.10.12.xz 405252 BLAKE2B 
f644a86e8b27b01cabbf784f4fd2dc7c910f1a5fc9f536f2ce88ad4b8ede62f94f8fcb2afaa2cb9a3f0773052bd022c34e1177466d824fa6640a1c0edd358b4c
 SHA512 
76c4ade1754a5e62c8b82dbaac7b7627d08c348455a5b286fded01d3a19245025ce77c1771fc65a931a4afe0339988301846f5135decd3221e207eaea199ff25
 DIST patch-5.4.93.xz 2566968 BLAKE2B 
bd2d25c2155395392ed422b66b0090152892997fb72eb145b242655c5e4b60018997755cef0f4ab8b85c4e988e4459959e80311b1601ed08d5544888c59c
 SHA512 
68219675a0c5b3cb709fdfc366120a4a847a533d531b5ad578ee8c9ca91159663177461efd0c8a0b0d2690dd44e08f6c37a17f3bbf7d474f94bfbce0b317a012

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



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

2021-01-30 Thread Patrick McLean
commit: bf01d111baacaffe7902e5727110f946e1db78af
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jan 30 20:07:37 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jan 30 20:07:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf01d111

sys-kernel/vanilla-sources-5.4.94: Version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.4.93.ebuild => vanilla-sources-5.4.94.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e49a4004933..03e57b85802 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,4 +9,4 @@ DIST patch-4.19.171.xz 3751372 BLAKE2B 
26198342b647c8a181d6d630d4e7f3aee3cfdb0ef
 DIST patch-4.4.253.xz 3440768 BLAKE2B 
ce0019b49d1aa2c28344e9ac2cb34eea99abb6ed7addb8b8f6a250a0c0db6049308a5d0b535107045772b4a6db35eea521f397e74cb0d68c309a2fcf4724d0a0
 SHA512 
afd751bac58ff27fa95e8cc89c2583bae9705f28b385d5cf9c2bcc15969c9aceb43101fb132b713d315e9d4e28f3d8fd48c0b505d723f2839d6eeffb5b12e855
 DIST patch-4.9.253.xz 3835280 BLAKE2B 
0959e853dce563f20e97b2480e024179427a11a0cc84362ee41fa7e96941ecd18876067c01362744b91afedcfbe1f07f01ea0906c2dd6253927c16bcfa2e75b7
 SHA512 
b3c063803cd6d16c457c54bd9388c2a48bbff8f2fc37d2cf7687fdf433e3e0578d90a71199661efb514e409a78b865335b74bcecde3c5730f90568f86427abf7
 DIST patch-5.10.12.xz 405252 BLAKE2B 
f644a86e8b27b01cabbf784f4fd2dc7c910f1a5fc9f536f2ce88ad4b8ede62f94f8fcb2afaa2cb9a3f0773052bd022c34e1177466d824fa6640a1c0edd358b4c
 SHA512 
76c4ade1754a5e62c8b82dbaac7b7627d08c348455a5b286fded01d3a19245025ce77c1771fc65a931a4afe0339988301846f5135decd3221e207eaea199ff25
-DIST patch-5.4.93.xz 2566968 BLAKE2B 
bd2d25c2155395392ed422b66b0090152892997fb72eb145b242655c5e4b60018997755cef0f4ab8b85c4e988e4459959e80311b1601ed08d5544888c59c
 SHA512 
68219675a0c5b3cb709fdfc366120a4a847a533d531b5ad578ee8c9ca91159663177461efd0c8a0b0d2690dd44e08f6c37a17f3bbf7d474f94bfbce0b317a012
+DIST patch-5.4.94.xz 2572344 BLAKE2B 
21228636e19783a573f3952127d506bc4124b80e07ecba6cb491f2202a46814a6996ed90b6cbcb1df8f5a4d00f33b0dd9f5c705a10897d99a0a74b7e9790bb1f
 SHA512 
1cf929cfbbbd47999bdd5bcc68c12b95bbc264bed1087658a0fb810050b2509ea112447991769f42750cd5dde560d6061fe9ccd532d10a55c863ab8f51b3a900

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



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

2021-01-30 Thread Patrick McLean
commit: e6f84450fd2b564560995e9ec13042babd0d6bd7
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jan 30 20:08:19 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jan 30 20:08:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f84450

sys-kernel/vanilla-sources-4.4.254: Version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.4.253.ebuild => vanilla-sources-4.4.254.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e00ef70b1c4..3f899a4be3b 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,7 +6,7 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-4.14.217.xz 4106940 BLAKE2B 
930de71fe545f3dc2af80edaa494342fcf89e26ebf97ff84edba378a933cc3e2cfb2ad80f05447ac5b7ca6ee24b58755e6197cb4b940520abbc49712de5a
 SHA512 
24487e5e314605c1ab951915973738743968e16d2a995862a1e8351ccb61426c8f224ace0d5fd0365e6a0f1b3b89a4ed16d49b3dae63b92cb92dfd772d233f13
 DIST patch-4.19.171.xz 3751372 BLAKE2B 
26198342b647c8a181d6d630d4e7f3aee3cfdb0ef86eb951f856f2e962974de9b65188b7028d3e2ad11689a5dff652f32ca4452be2e86cfb8bbd5a1b883c1a3c
 SHA512 
ed95b5715cffa4cd7f6aeed6cf87de54a033fc9cafc966c8431bf2bbd604fcd53c0b6a16d9125d54dde691162b92ff075704ed0409f6f85b81e2160b70db09ea
-DIST patch-4.4.253.xz 3440768 BLAKE2B 
ce0019b49d1aa2c28344e9ac2cb34eea99abb6ed7addb8b8f6a250a0c0db6049308a5d0b535107045772b4a6db35eea521f397e74cb0d68c309a2fcf4724d0a0
 SHA512 
afd751bac58ff27fa95e8cc89c2583bae9705f28b385d5cf9c2bcc15969c9aceb43101fb132b713d315e9d4e28f3d8fd48c0b505d723f2839d6eeffb5b12e855
+DIST patch-4.4.254.xz 3442872 BLAKE2B 
725dbb7e193c38493e2788d173016ebfeb7e98ce16fba204acff4fcaf7b80a187dadd07afc60051246fec5dac144dcad160c7d55315392a20e7c882ebe0c257b
 SHA512 
666bce12ff1eadab0b30b2ec4bf118cd756e4e1b24e274dad368edb358aec9b34ce4238c3ee5f7676fa131c133a072080d7b5896258fd633f1d2fb7e68bf0657
 DIST patch-4.9.254.xz 3838372 BLAKE2B 
cd13826f91c6a8898c61be070ee29bac662637035b14e13bd31560d47aaa0747e90fd4cf06b212d06aad34648cce1179a5cd6b04dbef4db0fcb702b028dd6fa0
 SHA512 
a79e7b544e497df12827d37d02c8db77a83b3ec45ec8ef43e0cdf8924ad8c68ad40168173fa81fe60e068216b1ceed35dd46dfc3ff18d6cbb1df690676aabaef
 DIST patch-5.10.12.xz 405252 BLAKE2B 
f644a86e8b27b01cabbf784f4fd2dc7c910f1a5fc9f536f2ce88ad4b8ede62f94f8fcb2afaa2cb9a3f0773052bd022c34e1177466d824fa6640a1c0edd358b4c
 SHA512 
76c4ade1754a5e62c8b82dbaac7b7627d08c348455a5b286fded01d3a19245025ce77c1771fc65a931a4afe0339988301846f5135decd3221e207eaea199ff25
 DIST patch-5.4.94.xz 2572344 BLAKE2B 
21228636e19783a573f3952127d506bc4124b80e07ecba6cb491f2202a46814a6996ed90b6cbcb1df8f5a4d00f33b0dd9f5c705a10897d99a0a74b7e9790bb1f
 SHA512 
1cf929cfbbbd47999bdd5bcc68c12b95bbc264bed1087658a0fb810050b2509ea112447991769f42750cd5dde560d6061fe9ccd532d10a55c863ab8f51b3a900

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



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

2021-01-30 Thread Patrick McLean
commit: cd8b87f660adacf2f7ede7b5c32ab0340423ec14
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jan 30 20:08:44 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jan 30 20:08:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8b87f6

sys-kernel/vanilla-sources-4.14.218: Version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.14.217.ebuild => vanilla-sources-4.14.218.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 3f899a4be3b..1631ef81ced 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,7 +4,7 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST patch-4.14.217.xz 4106940 BLAKE2B 
930de71fe545f3dc2af80edaa494342fcf89e26ebf97ff84edba378a933cc3e2cfb2ad80f05447ac5b7ca6ee24b58755e6197cb4b940520abbc49712de5a
 SHA512 
24487e5e314605c1ab951915973738743968e16d2a995862a1e8351ccb61426c8f224ace0d5fd0365e6a0f1b3b89a4ed16d49b3dae63b92cb92dfd772d233f13
+DIST patch-4.14.218.xz 4113976 BLAKE2B 
e48572d4d3d908d617c46074f595dd63a93e2a59b93b7e56256e8af78c8f8d969f47ae56921bdda7ffce49cc682e8d11e6a9b0298612c58d24d99e87b3e5faad
 SHA512 
b204006b4a2ae8288825d02d96a94f7c8c941fa5569e30196a1e2e50338a9e9dc52c72e0fb145fa876582444d0e33279bb4347bfdded4eb42e1ec0389af9b27c
 DIST patch-4.19.171.xz 3751372 BLAKE2B 
26198342b647c8a181d6d630d4e7f3aee3cfdb0ef86eb951f856f2e962974de9b65188b7028d3e2ad11689a5dff652f32ca4452be2e86cfb8bbd5a1b883c1a3c
 SHA512 
ed95b5715cffa4cd7f6aeed6cf87de54a033fc9cafc966c8431bf2bbd604fcd53c0b6a16d9125d54dde691162b92ff075704ed0409f6f85b81e2160b70db09ea
 DIST patch-4.4.254.xz 3442872 BLAKE2B 
725dbb7e193c38493e2788d173016ebfeb7e98ce16fba204acff4fcaf7b80a187dadd07afc60051246fec5dac144dcad160c7d55315392a20e7c882ebe0c257b
 SHA512 
666bce12ff1eadab0b30b2ec4bf118cd756e4e1b24e274dad368edb358aec9b34ce4238c3ee5f7676fa131c133a072080d7b5896258fd633f1d2fb7e68bf0657
 DIST patch-4.9.254.xz 3838372 BLAKE2B 
cd13826f91c6a8898c61be070ee29bac662637035b14e13bd31560d47aaa0747e90fd4cf06b212d06aad34648cce1179a5cd6b04dbef4db0fcb702b028dd6fa0
 SHA512 
a79e7b544e497df12827d37d02c8db77a83b3ec45ec8ef43e0cdf8924ad8c68ad40168173fa81fe60e068216b1ceed35dd46dfc3ff18d6cbb1df690676aabaef

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



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

2021-01-30 Thread Mart Raudsepp
commit: 84a2c5b69f7447c8f5cb3001c6549420764d10ea
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 30 19:58:28 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 30 20:02:41 2021 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=84a2c5b6

eclass: Drop various unnecessary or redundant main tree copies

Signed-off-by: Mart Raudsepp  gentoo.org>

 eclass/gnome2-python.eclass |  53 -
 eclass/gnome2-utils.eclass  | 522 
 eclass/multibuild.eclass| 282 
 3 files changed, 857 deletions(-)

diff --git a/eclass/gnome2-python.eclass b/eclass/gnome2-python.eclass
deleted file mode 100644
index a16e931e..
--- a/eclass/gnome2-python.eclass
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: gnome2-python.eclass
-# @MAINTAINER:
-# Gentoo GNOME Project 
-# Gentoo Python Project 
-# @BLURB: Eclass for GNOME Python packages supporting installation for 
multiple Python ABIs
-# @DESCRIPTION:
-# The gnome2-python eclass defines phase functions for GNOME Python packages 
supporting
-# installation for multiple Python ABIs.
-
-inherit gnome2 python
-
-# Stolen from git.eclass
-EXPORTED_FUNCTIONS="pkg_setup src_compile src_test src_install"
-case "${EAPI:-0}" in
-2|3|4) EXPORTED_FUNCTIONS="${EXPORTED_FUNCTIONS} src_prepare 
src_configure" ;;
-   0|1) ;;
-   *) die "Unknown EAPI, bug eclass maintainers." ;;
-esac
-
-EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
-
-gnome2-python_pkg_setup() {
-   python_pkg_setup
-}
-
-gnome2-python_src_prepare() {
-   gnome2_src_prepare
-   python_clean_py-compile_files
-   python_copy_sources
-}
-
-gnome2-python_src_configure() {
-   configure() {
-   gnome2_src_configure PYTHON=$(PYTHON -a) "$@"
-   }
-   python_execute_function -s configure
-}
-
-gnome2-python_src_compile() {
-   python_execute_function -s gnome2_src_compile "$@"
-}
-
-gnome2-python_src_test() {
-   python_execute_function -s -d
-}
-
-gnome2-python_src_install() {
-   python_execute_function -s gnome2_src_install
-   python_clean_installation_image
-}

diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
deleted file mode 100644
index 9b4296c1..
--- a/eclass/gnome2-utils.eclass
+++ /dev/null
@@ -1,522 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: gnome2-utils.eclass
-# @MAINTAINER:
-# gn...@gentoo.org
-# @BLURB: Auxiliary functions commonly used by Gnome packages.
-# @DESCRIPTION:
-# This eclass provides a set of auxiliary functions needed by most Gnome
-# packages. It may be used by non-Gnome packages as needed for handling various
-# Gnome stack related functions such as:
-#  * Gtk+ icon cache management
-#  * GSettings schemas management
-#  * GConf schemas management
-#  * scrollkeeper (old Gnome help system) management
-
-[[ ${EAPI:-0} == [012345] ]] && inherit multilib
-inherit eutils xdg-utils
-
-case "${EAPI:-0}" in
-   0|1|2|3|4|5|6) ;;
-   *) die "EAPI=${EAPI} is not supported" ;;
-esac
-
-# @ECLASS-VARIABLE: GCONFTOOL_BIN
-# @INTERNAL
-# @DESCRIPTION:
-# Path to gconftool-2
-: ${GCONFTOOL_BIN:="/usr/bin/gconftool-2"}
-
-# @ECLASS-VARIABLE: SCROLLKEEPER_DIR
-# @INTERNAL
-# @DESCRIPTION:
-# Directory where scrollkeeper-update should do its work
-: ${SCROLLKEEPER_DIR:="/var/lib/scrollkeeper"}
-
-# @ECLASS-VARIABLE: SCROLLKEEPER_UPDATE_BIN
-# @INTERNAL
-# @DESCRIPTION:
-# Path to scrollkeeper-update
-: ${SCROLLKEEPER_UPDATE_BIN:="/usr/bin/scrollkeeper-update"}
-
-# @ECLASS-VARIABLE: GTK_UPDATE_ICON_CACHE
-# @INTERNAL
-# @DESCRIPTION:
-# Path to gtk-update-icon-cache
-: ${GTK_UPDATE_ICON_CACHE:="/usr/bin/gtk-update-icon-cache"}
-
-# @ECLASS-VARIABLE: GLIB_COMPILE_SCHEMAS
-# @INTERNAL
-# @DESCRIPTION:
-# Path to glib-compile-schemas
-: ${GLIB_COMPILE_SCHEMAS:="/usr/bin/glib-compile-schemas"}
-
-# @ECLASS-VARIABLE: GNOME2_ECLASS_SCHEMAS
-# @INTERNAL
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# List of GConf schemas provided by the package
-
-# @ECLASS-VARIABLE: GNOME2_ECLASS_ICONS
-# @INTERNAL
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# List of icons provided by the package
-
-# @ECLASS-VARIABLE: GNOME2_ECLASS_SCROLLS
-# @INTERNAL
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# List of scrolls (documentation files) provided by the package
-
-# @ECLASS-VARIABLE: GNOME2_ECLASS_GLIB_SCHEMAS
-# @INTERNAL
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# List of GSettings schemas provided by the package
-
-# @ECLASS-VARIABLE: GNOME2_ECLASS_GDK_PIXBUF_LOADERS
-# @INTERNAL
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# List of gdk-pixbuf loaders provided by the package
-
-DEPEND=">=sys-apps/sed-4"
-
-
-# @FUNCTION: gnome2_environment_reset
-# @DESCRIPTION:
-# Reset various variables inherited from root's evironment to a reasonable
-# default for ebuilds to help 

[gentoo-commits] proj/gnome:master commit in: app-editors/gedit/

2021-01-30 Thread Mart Raudsepp
commit: cbb3804d222c1c889a1fbd59a7501024a9ca3637
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 30 19:40:28 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 30 20:02:27 2021 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cbb3804d

app-editors/gedit: Drop outdated and live ebuild

3.30.2 or newer has been in main tree for a long time, and the live
ebuild is very outdated here on top of autotools. Just drop it as
it doesn't have any valid python targets anymore.

Bug: https://bugs.gentoo.org/767559
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/gedit/gedit-3.30.2.ebuild |  92 -
 app-editors/gedit/gedit-.ebuild   | 106 --
 app-editors/gedit/metadata.xml|   8 ---
 3 files changed, 206 deletions(-)

diff --git a/app-editors/gedit/gedit-3.30.2.ebuild 
b/app-editors/gedit/gedit-3.30.2.ebuild
deleted file mode 100644
index 19886e8d..
--- a/app-editors/gedit/gedit-3.30.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes" # plugins are dlopened
-PYTHON_COMPAT=( python3_{4,5,6} )
-VALA_MIN_API_VERSION="0.26"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 multilib python-single-r1 vala virtualx
-
-DESCRIPTION="A text editor for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gedit;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-
-IUSE="+introspection +python spell vala"
-REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
-
-# X libs are not needed for OSX (aqua)
-COMMON_DEPEND="
-   >=dev-libs/libxml2-2.5.0:2
-   >=dev-libs/glib-2.44:2[dbus]
-   >=x11-libs/gtk+-3.22.0:3[introspection?]
-   >=x11-libs/gtksourceview-3.22.0:3.0[introspection?]
-   >=dev-libs/libpeas-1.14.1[gtk]
-
-   gnome-base/gsettings-desktop-schemas
-   gnome-base/gvfs
-
-   x11-libs/libX11
-
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
-   dev-libs/libpeas[python,${PYTHON_USEDEP}] )
-   spell? ( >=app-text/gspell-0.2.5:0= )
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-"
-DEPEND="${COMMON_DEPEND}
-   ${vala_depend}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1
-   >=dev-util/intltool-0.50.1
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig
-"
-# yelp-tools, gnome-common needed to eautoreconf
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-
-   gnome2_src_configure \
-   --disable-deprecations \
-   --disable-updater \
-   --enable-gvfs-metadata \
-   $(use_enable introspection) \
-   $(use_enable spell) \
-   $(use_enable python) \
-   $(use_enable vala)
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}
-
-src_install() {
-   local args=()
-   # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON 
limitations
-   use python && args+=( 
pyoverridesdir="$(python_get_sitedir)/gi/overrides" )
-
-   gnome2_src_install "${args[@]}"
-}

diff --git a/app-editors/gedit/gedit-.ebuild 
b/app-editors/gedit/gedit-.ebuild
deleted file mode 100644
index 93634710..
--- a/app-editors/gedit/gedit-.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes" # plugins are dlopened
-PYTHON_COMPAT=( python3_{4,5,6} )
-VALA_MIN_API_VERSION="0.26"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 multilib python-single-r1 vala virtualx
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
-
-DESCRIPTION="A text editor for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gedit;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-
-IUSE="+introspection +python spell vala"
-REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"
-
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-# X libs are not needed for OSX (aqua)
-COMMON_DEPEND="
-   >=dev-libs/libxml2-2.5.0:2
-   

[gentoo-commits] proj/gnome:master commit in: media-video/totem/, media-video/totem/files/

2021-01-30 Thread Mart Raudsepp
commit: 99b9eda26c11f4b1661442764b0194c0893b0351
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 30 19:56:43 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 30 20:02:41 2021 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=99b9eda2

media-video/totem-: sync with main tree

Closes: https://bugs.gentoo.org/767559
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/totem/files/3.26-control-plugins.patch | 199 -
 media-video/totem/files/3.26-meson-fixes.patch |  40 -
 .../totem/files/3.26-skip-pylint-check.patch   |  37 
 ...dbox.patch => 3.34.1-gst-inspect-sandbox.patch} |  16 +-
 media-video/totem/metadata.xml |   3 -
 media-video/totem/totem-.ebuild| 155 +++-
 6 files changed, 75 insertions(+), 375 deletions(-)

diff --git a/media-video/totem/files/3.26-control-plugins.patch 
b/media-video/totem/files/3.26-control-plugins.patch
deleted file mode 100644
index 6b4b1a7d..
--- a/media-video/totem/files/3.26-control-plugins.patch
+++ /dev/null
@@ -1,199 +0,0 @@
-From 5bdfac8a4a34e3edec05439fa3cd5544e0515e24 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Cardona?= 
-Date: Sun, 10 Jun 2018 10:09:16 +0200
-Subject: [PATCH] Allow full control over which plugins are built
-

- meson.build |  2 +-
- meson_options.txt   | 28 -
- src/plugins/meson.build | 56 ++---
- 3 files changed, 69 insertions(+), 17 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 9c4797dd..aa91ae10 100644
 a/meson.build
-+++ b/meson.build
-@@ -7,7 +7,7 @@ project(
- 'c_std=gnu99',
- 'warning_level=1'
-   ],
--  meson_version: '>= 0.41.0'
-+  meson_version: '>= 0.44.0'
- )
- 
- totem_version = meson.project_version()
-diff --git a/meson_options.txt b/meson_options.txt
-index 3b6ff67b..6e056952 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -1,7 +1,33 @@
- option('enable-easy-codec-installation', type: 'combo', choices: ['yes', 
'no', 'auto'], value: 'auto', description: 'Whether to enable easy codec 
installation support for GStreamer')
- option('enable-python', type: 'combo', choices: ['yes', 'no', 'auto'], value: 
'auto', description: 'Enable python support')
- option('enable-vala', type: 'combo', choices: ['yes', 'no', 'auto'], value: 
'auto', description: 'whether Vala plugin support is requested')
--option('with-plugins', type: 'combo', choices: ['all', 'none', 'auto'], 
value: 'auto', description: 'Which Totem plugins to compile (default: auto; 
"all", "none" and "auto" are valid)')
-+option('with-plugins', type: 'array', choices: [
-+  'all',
-+  'auto',
-+  'apple-trailers',
-+  'autoload-subtitles',
-+  'brasero-disc-recorder',
-+  'dbusservice',
-+  'gromit',
-+  'im-status',
-+  'lirc',
-+  'media-player-keys',
-+  'ontop',
-+  'opensubtitles',
-+  'properties',
-+  'pythonconsole',
-+  'recent',
-+  'rotation',
-+  'sample-vala',
-+  'samplepython',
-+  'save-file',
-+  'screensaver',
-+  'screenshot',
-+  'skipto',
-+  'variable-rate',
-+  'vimeo',
-+  'zeitgeist-dp'
-+], value: ['auto'], description: 'Which Totem plugins to compile (default: 
auto; "all", "none" and "auto" are valid)')
- option('enable-nautilus', type: 'combo', choices: ['yes', 'no', 'auto'], 
value: 'auto', description: 'compile the nautilus plugin')
- option('with-nautilusdir', type: 'string', value: '', description: 
'Installation path for Nautilus extension')
- option('enable-gtk-doc', type: 'boolean', value: false, description: 'use 
gtk-doc to build documentation')
-diff --git a/src/plugins/meson.build b/src/plugins/meson.build
-index 95af6485..289ba811 100644
 a/src/plugins/meson.build
-+++ b/src/plugins/meson.build
-@@ -41,8 +41,8 @@ allowed_plugins = [
- plugins = []
- 
- plugins_option = get_option('with-plugins')
--if plugins_option != 'none'
--  plugins += [
-+if plugins_option.length() > 0
-+  foreach plugin: [
- 'apple-trailers',
- 'autoload-subtitles',
- 'im-status',
-@@ -56,26 +56,38 @@ if plugins_option != 'none'
- 'variable-rate',
- 'vimeo'
-   ]
-+if plugins_option.contains('all') or plugins_option.contains('auto') or 
plugins_option.contains(plugin)
-+  plugins += plugin
-+endif
-+  endforeach
- 
--  plugin_error = (plugins_option == 'all')
-+  if plugins_option.contains('all') or plugins_option.contains('auto') or 
plugins_option.contains('gromit')
-+gdk_targets = gtk_dep.get_pkgconfig_variable('targets')
-+  else
-+gdk_targets = []
-+  endif
- 
--  gdk_targets = gtk_dep.get_pkgconfig_variable('targets')
-   if gdk_targets.contains('x11')
- plugins += 'gromit'
-   else
- str = 'the gromit plugin is not supported on non-X11 targets'
--if plugin_error
-+if plugins_option.contains('all') or plugins_option.contains('gromit')
-   error(str)
- endif
- message(str)
-   endif
- 
--  lirc_dep = 

[gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/

2021-01-30 Thread Mart Raudsepp
commit: 19f83f669be6c7d4a30a9398e4b8b90750a444f3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 30 19:43:54 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 30 20:02:38 2021 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=19f83f66

media-sound/rhythmbox-: sync with main tree

Bug: https://bugs.gentoo.org/767559
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/rhythmbox/rhythmbox-.ebuild | 22 +-
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/media-sound/rhythmbox/rhythmbox-.ebuild 
b/media-sound/rhythmbox/rhythmbox-.ebuild
index 02d97a9e..f3ca7b58 100644
--- a/media-sound/rhythmbox/rhythmbox-.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-.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=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils gnome2 python-single-r1 multilib virtualx
@@ -17,7 +17,8 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox;
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp nsplugin +python 
test +udev upnp-av"
+IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp +python test +udev 
upnp-av"
+RESTRICT="!test? ( test )"
 REQUIRED_USE="
ipod? ( udev )
mtp? ( udev )
@@ -29,7 +30,6 @@ if [[ ${PV} !=  ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
-# FIXME: double check what to do with fm-radio plugin
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2
>=dev-libs/libxml2-2.7.8:2
@@ -53,10 +53,12 @@ COMMON_DEPEND="
lirc? ( app-misc/lirc )
python? (
${PYTHON_DEPS}
-   >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}]
+   ')
)
udev? (
-   virtual/libgudev:=
+   dev-libs/libgudev:=
ipod? ( >=media-libs/libgpod-0.7.92[udev] )
mtp? ( >=media-libs/libmtp-0.3 ) )
 "
@@ -70,7 +72,7 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-taglib:1.0
x11-themes/adwaita-icon-theme
python? (
-   >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
+   >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}]
net-libs/libsoup:2.4[introspection]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
@@ -83,7 +85,6 @@ RDEPEND="${COMMON_DEPEND}
>=media-plugins/grilo-plugins-0.3:0.3[upnp-av] )
 "
 DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
dev-util/gtk-doc-am
>=dev-util/intltool-0.35
dev-util/itstool
@@ -97,13 +98,9 @@ pkg_setup() {
 }
 
 src_configure() {
-   # FIXME: bug???
-   export GST_INSPECT=/bin/true
-
# --enable-vala just installs the sample vala plugin, and the configure
# checks are broken, so don't enable it
gnome2_src_configure \
-   MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
VALAC=$(type -P true) \
--enable-mmkeys \
--disable-more-warnings \
@@ -112,7 +109,6 @@ src_configure() {
$(use_enable daap) \
$(use_enable libnotify) \
$(use_enable lirc) \
-   $(use_enable nsplugin browser-plugin) \
$(use_enable python) \
$(use_enable upnp-av grilo) \
$(use_with cdr brasero) \



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

2021-01-30 Thread Mart Raudsepp
commit: 9a3e97683af38a7b9242a3a66e13a88cfbd8ac46
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 30 20:00:25 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 30 20:02:41 2021 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a3e9768

gnome2.eclass: sync with main repository

Just a copy with the ewarn about experimental overlay kept for now

Signed-off-by: Mart Raudsepp  gentoo.org>

 eclass/gnome2.eclass | 104 ---
 1 file changed, 33 insertions(+), 71 deletions(-)

diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 2cc54393..3d745c01 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: gnome2.eclass
 # @MAINTAINER:
 # gn...@gentoo.org
+# @SUPPORTED_EAPIS: 5 6 7
 # @BLURB: Provides phases for Gnome/Gtk+ based packages.
 # @DESCRIPTION:
 # Exports portage base functions used by ebuilds written for packages using the
@@ -16,25 +17,19 @@
 GNOME2_EAUTORECONF=${GNOME2_EAUTORECONF:-""}
 
 [[ ${GNOME2_EAUTORECONF} == 'yes' ]] && inherit autotools
-inherit eutils libtool gnome.org gnome2-utils xdg
+[[ ${EAPI} == [56] ]] && inherit eutils ltprune
+inherit libtool gnome.org gnome2-utils xdg
 
-case "${EAPI:-0}" in
-   4|5)
+case ${EAPI:-0} in
+   5)
EXPORT_FUNCTIONS src_unpack src_prepare src_configure 
src_compile src_install pkg_preinst pkg_postinst pkg_postrm
;;
-   6)
+   6|7)
EXPORT_FUNCTIONS src_prepare src_configure src_compile 
src_install pkg_preinst pkg_postinst pkg_postrm
;;
*) die "EAPI=${EAPI} is not supported" ;;
 esac
 
-# @ECLASS-VARIABLE: DOCS
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# String containing documents passed to dodoc command for eapi4.
-# In eapi5 we rely on einstalldocs (from eutils.eclass) and for newer EAPIs we
-# follow PMS spec.
-
 # @ECLASS-VARIABLE: ELTCONF
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -47,7 +42,7 @@ ELTCONF=${ELTCONF:-""}
 # Extra configure opts passed to econf.
 # Deprecated, pass extra arguments to gnome2_src_configure.
 # Banned in eapi6 and newer.
-if has ${EAPI:-0} 4 5; then
+if has ${EAPI} 5; then
G2CONF=${G2CONF:-""}
 fi
 
@@ -63,7 +58,7 @@ fi
 #
 # Banned since eapi6 as upstream is moving away from this obsolete macro in 
favor
 # of autoconf-archive macros, that do not expose this issue (bug #270919)
-if has ${EAPI:-0} 4 5; then
+if has ${EAPI} 5; then
if [[ ${GCONF_DEBUG} != "no" ]]; then
IUSE="debug"
fi
@@ -76,27 +71,22 @@ fi
 
 # @ECLASS-VARIABLE: GNOME2_LA_PUNT
 # @DESCRIPTION:
-# For eapi4 it sets if we should delete ALL or none of the .la files
-# For eapi5 and newer it relies on prune_libtool_files (from eutils.eclass)
-# for this. Available values for GNOME2_LA_PUNT:
+# In EAPIs 5 and 6, it relies on prune_libtool_files (from ltprune.eclass) for
+# this. Later EAPIs use find ... -delete. Available values for GNOME2_LA_PUNT:
 # - "no": will not clean any .la files
 # - "yes": will run prune_libtool_files --modules
 # - If it is not set, it will run prune_libtool_files
-if has ${EAPI:-0} 4; then
-   GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-"no"}
-else
-   GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-""}
-fi
+GNOME2_LA_PUNT=${GNOME2_LA_PUNT:-""}
 
 # @FUNCTION: gnome2_src_unpack
 # @DESCRIPTION:
 # Stub function for old EAPI.
 gnome2_src_unpack() {
-   if has ${EAPI:-0} 4 5; then
+   if has ${EAPI} 5; then
unpack ${A}
cd "${S}"
else
-   die "gnome2_src_unpack is banned from eapi6"
+   die "gnome2_src_unpack is banned since eapi6"
fi
 }
 
@@ -114,7 +104,7 @@ gnome2_src_prepare() {
# We stop to run it from eapi6 as scrollkeeper helpers from
# rarian are not running anything and, then, access violations
# shouldn't occur.
-   has ${EAPI:-0} 4 5 && gnome2_omf_fix
+   has ${EAPI} 5 && gnome2_omf_fix
 
# Disable all deprecation warnings
gnome2_disable_deprecation_warning
@@ -134,7 +124,7 @@ gnome2_src_prepare() {
 gnome2_src_configure() {
# Deprecated for a long time now and banned since eapi6, see Gnome team 
policies
if [[ -n ${G2CONF} ]] ; then
-   if has ${EAPI:-0} 4 5; then
+   if has ${EAPI} 5; then
eqawarn "G2CONF set, please review documentation at 
https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#G2CONF_and_src_configure;
else
die "G2CONF set, please review documentation at 
https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#G2CONF_and_src_configure;
@@ -143,7 +133,7 @@ gnome2_src_configure() {
 
local g2conf=()
 
-   if has ${EAPI:-0} 4 5; then
+   if has 

[gentoo-commits] repo/proj/guru:master commit in: www-apps/jackett-bin/

2021-01-30 Thread Andrew Ammerlaan
commit: 176f9f08f1418625192b26b0152e404ad88df317
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jan 30 11:57:15 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jan 30 11:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=176f9f08

www-apps/jackett-bin: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/jackett-bin/Manifest|  3 --
 www-apps/jackett-bin/jackett-bin-0.17.401.ebuild | 37 
 2 files changed, 40 deletions(-)

diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index be0cb0f2..14645309 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jackett-bin-0.17.401-amd64.tar.gz 44610424 BLAKE2B 
02798806856f8dc51e22461549c76153f750f6f617ee85db51dd5573657a888967603896a2560ef0f74cf941a06cdc6f8e3b4d403299f02ac81b505874b80c8f
 SHA512 
8ca569409c1311db15ce62cd8ec7e8bb10b3c24ac71386dbdaa7540b7152a87289cc44e9cd325e0e96884144f7dadff01d1ed8eaf907cea0449b2691f82ae089
-DIST jackett-bin-0.17.401-arm.tar.gz 42477815 BLAKE2B 
031a342541089a80977565eb52a5b86a4e69df4fa5b561726cf8fbcb6c207b98760ec2d1b3be21b562b53af23447dce67ea321af7bfbdbf19e3e7a41a32bd01a
 SHA512 
4bfbf7d7fdcfe08ccd60056b703533988bfe46a1d656e0f018c169042df266a8b48e46af29926dcbef8c80e339629ecf27894fdd73f24240c5becb8dacbf2ffa
-DIST jackett-bin-0.17.401-arm64.tar.gz 41839334 BLAKE2B 
c090dc791a21211cdc602f97e761d9361741fd961850afc4567f63bb6954d6308ce3590b1b3a583e7bca164c3aaf3702784bfdcc2a7d07d04cb595f3ec4a944b
 SHA512 
ea33e421973792255195f0985e82d3a65d12a0b5a5838245bef6b306d28c84625959298fca8c4b0468d1f7ff1c5649f1651165f31918128aec1bae123cd1a190
 DIST jackett-bin-0.17.405-amd64.tar.gz 44605014 BLAKE2B 
036329345261d3f95eb7d5d20780e7c5ba8294c1b0dfc1db93577d2851f848cc6dc1e70b57b63c4fbac5c1757c76c8b770c6b298fe5577bcecaf47d70c118694
 SHA512 
e7cff8ffb5c5f009452079715c31471686c31f59b4ca90422fb5356a01b9e87edf8b0209aa23ad9726736c00cdf5ad746bd0b71217c4146510e9d5c41e786633
 DIST jackett-bin-0.17.405-arm.tar.gz 42475249 BLAKE2B 
17010d7d7bba65787ab00df4a9d7a34bc16c6a94dc0e558577c6b5d829cca01eb4c9a6b7adaeeaba090782bee6a2fe818be61b0f5aecb137567a72bc264a6fd0
 SHA512 
1995d1d96498ce1ac1944a3782b7660c98a17deabf1e0b96fd1fca36beaeb0c464887b72e25639fcb1b17d0c8953560060bcaee180048ee8978285067923e1ac
 DIST jackett-bin-0.17.405-arm64.tar.gz 41835603 BLAKE2B 
dcde4e0d8666c4c7e16070b63bda8c5eb6b5ec9b157c972e7441534df871a83a75161b8aa59b0160a75df23a9d2910a087470e4b37c0724de874468e56f41386
 SHA512 
f4866eec0f02561ec3434891845acee7d95b4726f53f147406c484cc474ca95c91b25111ee541691e93a175260e573ac9adb9ab9ca8a986e8ae63f51f4e85ec4

diff --git a/www-apps/jackett-bin/jackett-bin-0.17.401.ebuild 
b/www-apps/jackett-bin/jackett-bin-0.17.401.ebuild
deleted file mode 100644
index 86776b54..
--- a/www-apps/jackett-bin/jackett-bin-0.17.401.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="API Support for your favorite torrent trackers"
-HOMEPAGE="https://github.com/Jackett/Jackett;
-SRC_URI="
-   amd64? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxAMDx64.tar.gz
 -> ${P}-amd64.tar.gz )
-   arm? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM32.tar.gz
 -> ${P}-arm.tar.gz )
-   arm64? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM64.tar.gz
 -> ${P}-arm64.tar.gz )
-"
-
-KEYWORDS="~amd64 ~arm ~arm64"
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="
-   acct-user/jackett
-   app-crypt/mit-krb5
-   dev-libs/icu
-   dev-util/lttng-ust
-"
-
-QA_PREBUILT="*"
-S="${WORKDIR}"/Jackett
-
-src_install() {
-   dodir /opt/jackett
-   cp -a "${S}"/. "${ED}"/opt/jackett || die
-   newinitd "${FILESDIR}"/jackett.initd jackett
-   systemd_dounit "${FILESDIR}"/jackett.service
-   doenvd "${FILESDIR}"/99jackett
-}



[gentoo-commits] repo/proj/guru:master commit in: www-apps/jackett-bin/

2021-01-30 Thread Andrew Ammerlaan
commit: 2ba9d64221769cc4953331e6808b1ef622fbfed3
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jan 30 11:56:59 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jan 30 11:58:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ba9d642

www-apps/jackett-bin: version bump to 0.17.405

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/jackett-bin/Manifest|  3 ++
 www-apps/jackett-bin/jackett-bin-0.17.405.ebuild | 37 
 2 files changed, 40 insertions(+)

diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index 90cb1820..be0cb0f2 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
 DIST jackett-bin-0.17.401-amd64.tar.gz 44610424 BLAKE2B 
02798806856f8dc51e22461549c76153f750f6f617ee85db51dd5573657a888967603896a2560ef0f74cf941a06cdc6f8e3b4d403299f02ac81b505874b80c8f
 SHA512 
8ca569409c1311db15ce62cd8ec7e8bb10b3c24ac71386dbdaa7540b7152a87289cc44e9cd325e0e96884144f7dadff01d1ed8eaf907cea0449b2691f82ae089
 DIST jackett-bin-0.17.401-arm.tar.gz 42477815 BLAKE2B 
031a342541089a80977565eb52a5b86a4e69df4fa5b561726cf8fbcb6c207b98760ec2d1b3be21b562b53af23447dce67ea321af7bfbdbf19e3e7a41a32bd01a
 SHA512 
4bfbf7d7fdcfe08ccd60056b703533988bfe46a1d656e0f018c169042df266a8b48e46af29926dcbef8c80e339629ecf27894fdd73f24240c5becb8dacbf2ffa
 DIST jackett-bin-0.17.401-arm64.tar.gz 41839334 BLAKE2B 
c090dc791a21211cdc602f97e761d9361741fd961850afc4567f63bb6954d6308ce3590b1b3a583e7bca164c3aaf3702784bfdcc2a7d07d04cb595f3ec4a944b
 SHA512 
ea33e421973792255195f0985e82d3a65d12a0b5a5838245bef6b306d28c84625959298fca8c4b0468d1f7ff1c5649f1651165f31918128aec1bae123cd1a190
+DIST jackett-bin-0.17.405-amd64.tar.gz 44605014 BLAKE2B 
036329345261d3f95eb7d5d20780e7c5ba8294c1b0dfc1db93577d2851f848cc6dc1e70b57b63c4fbac5c1757c76c8b770c6b298fe5577bcecaf47d70c118694
 SHA512 
e7cff8ffb5c5f009452079715c31471686c31f59b4ca90422fb5356a01b9e87edf8b0209aa23ad9726736c00cdf5ad746bd0b71217c4146510e9d5c41e786633
+DIST jackett-bin-0.17.405-arm.tar.gz 42475249 BLAKE2B 
17010d7d7bba65787ab00df4a9d7a34bc16c6a94dc0e558577c6b5d829cca01eb4c9a6b7adaeeaba090782bee6a2fe818be61b0f5aecb137567a72bc264a6fd0
 SHA512 
1995d1d96498ce1ac1944a3782b7660c98a17deabf1e0b96fd1fca36beaeb0c464887b72e25639fcb1b17d0c8953560060bcaee180048ee8978285067923e1ac
+DIST jackett-bin-0.17.405-arm64.tar.gz 41835603 BLAKE2B 
dcde4e0d8666c4c7e16070b63bda8c5eb6b5ec9b157c972e7441534df871a83a75161b8aa59b0160a75df23a9d2910a087470e4b37c0724de874468e56f41386
 SHA512 
f4866eec0f02561ec3434891845acee7d95b4726f53f147406c484cc474ca95c91b25111ee541691e93a175260e573ac9adb9ab9ca8a986e8ae63f51f4e85ec4

diff --git a/www-apps/jackett-bin/jackett-bin-0.17.405.ebuild 
b/www-apps/jackett-bin/jackett-bin-0.17.405.ebuild
new file mode 100644
index ..86776b54
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.17.405.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="API Support for your favorite torrent trackers"
+HOMEPAGE="https://github.com/Jackett/Jackett;
+SRC_URI="
+   amd64? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxAMDx64.tar.gz
 -> ${P}-amd64.tar.gz )
+   arm? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM32.tar.gz
 -> ${P}-arm.tar.gz )
+   arm64? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM64.tar.gz
 -> ${P}-arm64.tar.gz )
+"
+
+KEYWORDS="~amd64 ~arm ~arm64"
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="
+   acct-user/jackett
+   app-crypt/mit-krb5
+   dev-libs/icu
+   dev-util/lttng-ust
+"
+
+QA_PREBUILT="*"
+S="${WORKDIR}"/Jackett
+
+src_install() {
+   dodir /opt/jackett
+   cp -a "${S}"/. "${ED}"/opt/jackett || die
+   newinitd "${FILESDIR}"/jackett.initd jackett
+   systemd_dounit "${FILESDIR}"/jackett.service
+   doenvd "${FILESDIR}"/99jackett
+}



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

2021-01-30 Thread Andrew Ammerlaan
commit: 6541eb32c7b76d63d89630059625f42e4057c357
Author: Maciej Barć  protonmail  com>
AuthorDate: Fri Jan 29 21:31:42 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jan 29 21:31:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6541eb32

x11-misc/screenkey: removal - moved to ::gentoo

Signed-off-by: Maciej Barć  protonmail.com>

 x11-misc/screenkey/Manifest  |  2 --
 x11-misc/screenkey/metadata.xml  | 11 
 x11-misc/screenkey/screenkey-1.2.ebuild  | 43 
 x11-misc/screenkey/screenkey-1.3.ebuild  | 43 
 x11-misc/screenkey/screenkey-.ebuild | 43 
 5 files changed, 142 deletions(-)

diff --git a/x11-misc/screenkey/Manifest b/x11-misc/screenkey/Manifest
deleted file mode 100644
index 6658ae8e..
--- a/x11-misc/screenkey/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST screenkey-1.2.tar.gz 71803 BLAKE2B 
3f3ece34f9a3ba2907411d96022c329e63bbc55924f97cb13472b25740051bdaacb745601dde3ff8e162f807057bfc6d11ba1dd4a828c597c5f3ea6185d9b7d2
 SHA512 
0a9454409f3615849380765ecf884ef02049b9e9e8d6af6ae58d565f879eccb5821845341410232a1c252f9da294a9528557792e713f81915a2433cd14babf8b
-DIST screenkey-1.3.tar.gz 82732 BLAKE2B 
53cf700f7211783c360552667d5bc77dfa467137476c4ae57944fe7a1e3e9da9b4488cade9c2f091b2be51cb393e063509ae858f6cca1b34ceadd3e158586e05
 SHA512 
16aceeb1e1a0ed5add06ed2bfd1eca04b9909537bbb979f531a98270c33af3d5e667534e73546a85c3f58ef837795a35891f00f8cf41e5ea10c45b7992334e96

diff --git a/x11-misc/screenkey/metadata.xml b/x11-misc/screenkey/metadata.xml
deleted file mode 100644
index ee9380e8..
--- a/x11-misc/screenkey/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-x...@protonmail.com
-Maciej Barć
-
-
-screenkey/screenkey
-
-

diff --git a/x11-misc/screenkey/screenkey-1.2.ebuild 
b/x11-misc/screenkey/screenkey-1.2.ebuild
deleted file mode 100644
index 00ea0414..
--- a/x11-misc/screenkey/screenkey-1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="A screencast tool to display your keys inspired by Screenflick"
-HOMEPAGE="https://www.thregr.org/~wavexx/software/screenkey/;
-
-if [[ "${PV}" == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/screenkey/${PN}.git;
-else
-   
SRC_URI="https://gitlab.com/screenkey/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-   S="${WORKDIR}"/"${PN}"-v"${PV}"
-fi
-
-RESTRICT="test"
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   sys-devel/gettext
-"
-
-src_prepare() {
-   xdg_environment_reset
-
-   # Change the doc install path
-   sed -i "s/share\/doc\/screenkey/share\/doc\/${P}/g" setup.py || die
-
-   default
-}

diff --git a/x11-misc/screenkey/screenkey-1.3.ebuild 
b/x11-misc/screenkey/screenkey-1.3.ebuild
deleted file mode 100644
index 00ea0414..
--- a/x11-misc/screenkey/screenkey-1.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="A screencast tool to display your keys inspired by Screenflick"
-HOMEPAGE="https://www.thregr.org/~wavexx/software/screenkey/;
-
-if [[ "${PV}" == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/screenkey/${PN}.git;
-else
-   
SRC_URI="https://gitlab.com/screenkey/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-   S="${WORKDIR}"/"${PN}"-v"${PV}"
-fi
-
-RESTRICT="test"
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-   sys-devel/gettext
-"
-
-src_prepare() {
-   xdg_environment_reset
-
-   # Change the doc install path
-   sed -i "s/share\/doc\/screenkey/share\/doc\/${P}/g" setup.py || die
-
-   default
-}

diff --git a/x11-misc/screenkey/screenkey-.ebuild 
b/x11-misc/screenkey/screenkey-.ebuild
deleted file mode 100644
index 00ea0414..
--- a/x11-misc/screenkey/screenkey-.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-launchers/

2021-01-30 Thread Andrew Ammerlaan
commit: 753326aa4ea8c35b66959b747a9ed7d030622dd9
Author: Matthias Coppens  gmail  com>
AuthorDate: Sat Jan 30 15:28:28 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jan 30 15:28:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=753326aa

gui-apps/nwg-launchers: Version bump 0.4.4

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/nwg-launchers/Manifest | 2 +-
 .../{nwg-launchers-0.4.2-r1.ebuild => nwg-launchers-0.4.4.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/nwg-launchers/Manifest b/gui-apps/nwg-launchers/Manifest
index ffcd138f..a28b7f41 100644
--- a/gui-apps/nwg-launchers/Manifest
+++ b/gui-apps/nwg-launchers/Manifest
@@ -1,2 +1,2 @@
-DIST nwg-launchers-0.4.2.tar.gz 49127 BLAKE2B 
f09f957c4c8f4c41d11d953abbc59d096a64a8ab51d6a57bcfacbe127580fa0476f0d72ab37d87a2d49c2b76596f8fd35369b66ea6fa9b32f7050dc3f29cb6c4
 SHA512 
6489c34e8f72ed6bd5a684b1a87e3d2611e4ee7bd48840105af91dfc0f95a29b0ff801aa90f793b82b49a31f5001f61329a029f0c63e028933223d195efdd52a
 DIST nwg-launchers-0.4.3.tar.gz 50615 BLAKE2B 
ff10a4438f371e8cf3166dc289dfe6a2266d8a332d50312563e0878b786e4e214c9828cf8d424ba552f3d07a36b30e922b7c381b386d315e784862ca8c979086
 SHA512 
6e280868019c3a657f49e48439efbe98d7ddf387cabeb03f41f987d060ef0b07e9bdd2e685fa462ade6baa9d867512b40d671e5085684451986801b339f28534
+DIST nwg-launchers-0.4.4.tar.gz 50749 BLAKE2B 
da5539a4d786819aa71ff3cfb0f769a930999a4bbe62dc96932a46dff8a214123e174d8e78825ea41622b8b6a2c863f52777c7e73770961dd08c33a9a8a259e1
 SHA512 
d373bbc2c9f99a133d1aca23be73ea680af93071f37e02382ce12ad8d1c0650bddd3aa87853a3f2dfb69f49c272bfd4f88433c1533c211936a5e6b46c79e05c5

diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild 
b/gui-apps/nwg-launchers/nwg-launchers-0.4.4.ebuild
similarity index 100%
rename from gui-apps/nwg-launchers/nwg-launchers-0.4.2-r1.ebuild
rename to gui-apps/nwg-launchers/nwg-launchers-0.4.4.ebuild



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

2021-01-30 Thread Sam James
commit: ad32a85808272d2d3ea9b5d0725017d811f0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 19:31:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 19:31:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad32a8aa

dev-python/pytest-cov: Stabilize 2.10.1 ALLARCHES, #763777

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

 dev-python/pytest-cov/pytest-cov-2.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-cov/pytest-cov-2.10.1.ebuild 
b/dev-python/pytest-cov/pytest-cov-2.10.1.ebuild
index 3b5c7c30a5e..0f5d2c93e59 100644
--- a/dev-python/pytest-cov/pytest-cov-2.10.1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.10.1.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=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-01-30 Thread Sam James
commit: 25bd7180e0403bab7f6bc213c3d3625a49643c04
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 19:31:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 19:31:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bd7180

sys-libs/timezone-data: Stabilize 2020e s390, #767748

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

 sys-libs/timezone-data/timezone-data-2020e.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2020e.ebuild 
b/sys-libs/timezone-data/timezone-data-2020e.ebuild
index 75d7c029492..e7aa51171b8 100644
--- a/sys-libs/timezone-data/timezone-data-2020e.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2020e.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 
 LICENSE="BSD public-domain"
 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="nls leaps-timezone elibc_FreeBSD zic-slim"
 
 DEPEND="nls? ( virtual/libintl )"



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

2021-01-30 Thread Sam James
commit: b9b9d64f55faf6b514533a07f61be5c48c621ef9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 19:31:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 19:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b9d64f

net-analyzer/tcpdump: Stabilize 4.99.0 s390, #767916

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

 net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
index 5d08f58a44e..e645322ec4b 100644
--- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.99.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=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P/_}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="+drop-root libressl +smi +ssl +samba suid test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( samba )"



[gentoo-commits] proj/releng:master commit in: tools/

2021-01-30 Thread Matt Turner
commit: c98c9ff401810314c2d0732b1c75098a51e01266
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 30 19:24:37 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 30 19:25:36 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c98c9ff4

tools: Use new ssh key

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

 tools/catalyst-auto-arm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 85ff48e4..3a54dfa7 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -56,7 +56,7 @@ update_symlinks() {
 upload() {
 if [[ ${nonetwork} == 0 ]]; then
echo Uploading "$@"
-   rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
a...@releng-incoming.gentoo.org:
+   rsync -e 'ssh -i /root/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null 
-o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
a...@releng-incoming.gentoo.org:
 else
echo Would now upload "$@"
ls -l $@



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

2021-01-30 Thread Piotr Karbowski
commit: 79ca32d4bc3f86dc0ec288a223241f26143ea78c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 10 01:33:07 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jan 30 19:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ca32d4

x11-base/xorg-server: refactor init files to display-manager-init

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Piotr Karbowski  gentoo.org>

 .../{xorg-server-.ebuild => xorg-server-1.20.10-r1.ebuild}   | 9 +++--
 x11-base/xorg-server/xorg-server-.ebuild | 5 +
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.10-r1.ebuild
similarity index 96%
copy from x11-base/xorg-server/xorg-server-.ebuild
copy to x11-base/xorg-server/xorg-server-1.20.10-r1.ebuild
index 09eb63d40ba..76dc03e58d8 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.10-r1.ebuild
@@ -4,14 +4,13 @@
 EAPI=7
 
 XORG_DOC=doc
-XORG_EAUTORECONF="yes"
 inherit xorg-3 multilib flag-o-matic toolchain-funcs
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
@@ -101,6 +100,7 @@ DEPEND="${CDEPEND}
)"
 
 RDEPEND="${CDEPEND}
+   gui-libs/display-manager-init
selinux? ( sec-policy/selinux-xserver )
 "
 
@@ -169,6 +169,7 @@ pkg_setup() {
--disable-linux-acpi
--without-dtrace
--without-fop
+   --with-os-vendor=Gentoo
--with-sha1=libcrypto
CPP="$(tc-getPROG CPP cpp)"
)
@@ -198,10 +199,6 @@ src_install() {
dodoc "${S}"/hw/xfree86/xorg.conf.example
fi
 
-   newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup
-   newinitd "${FILESDIR}"/xdm.initd-11 xdm
-   newconfd "${FILESDIR}"/xdm.confd-4 xdm
-
# install the @x11-module-rebuild set for Portage
insinto /usr/share/portage/config/sets
newins "${FILESDIR}"/xorg-sets.conf xorg.conf

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 09eb63d40ba..3452ef412c4 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -101,6 +101,7 @@ DEPEND="${CDEPEND}
)"
 
 RDEPEND="${CDEPEND}
+   gui-libs/display-manager-init
selinux? ( sec-policy/selinux-xserver )
 "
 
@@ -198,10 +199,6 @@ src_install() {
dodoc "${S}"/hw/xfree86/xorg.conf.example
fi
 
-   newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup
-   newinitd "${FILESDIR}"/xdm.initd-11 xdm
-   newconfd "${FILESDIR}"/xdm.confd-4 xdm
-
# install the @x11-module-rebuild set for Portage
insinto /usr/share/portage/config/sets
newins "${FILESDIR}"/xorg-sets.conf xorg.conf



[gentoo-commits] repo/gentoo:master commit in: sys-apps/sysvinit/, sys-apps/sysvinit/files/

2021-01-30 Thread Piotr Karbowski
commit: 70742d346f28949a1fe6d675784a5fcde8bee6ec
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 10 01:31:21 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jan 30 19:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70742d34

sys-apps/sysvinit: refactor startDM to display-manager-init

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Piotr Karbowski  gentoo.org>

 sys-apps/sysvinit/files/inittab-2.98-r1   |  63 +
 sys-apps/sysvinit/sysvinit-2.98-r1.ebuild | 144 ++
 2 files changed, 207 insertions(+)

diff --git a/sys-apps/sysvinit/files/inittab-2.98-r1 
b/sys-apps/sysvinit/files/inittab-2.98-r1
new file mode 100644
index 000..89c8bd9274b
--- /dev/null
+++ b/sys-apps/sysvinit/files/inittab-2.98-r1
@@ -0,0 +1,63 @@
+#
+# /etc/inittab:  This file describes how the INIT process should set up
+#the system in a certain run-level.
+#
+# Author:  Miquel van Smoorenburg, 
+# Modified by:  Patrick J. Volkerding, 
+# Modified by:  Daniel Robbins, 
+# Modified by:  Martin Schlemmer, 
+# Modified by:  Mike Frysinger, 
+# Modified by:  Robin H. Johnson, 
+# Modified by:  William Hubbs, 
+# Modified by:  Lars Wendler, 
+# Modified by:  Aisha Tammy, 
+#
+
+# Default runlevel.
+id:3:initdefault:
+
+# System initialization, mount local filesystems, etc.
+si::sysinit:/sbin/openrc sysinit
+
+# Further system initialization, brings up the boot runlevel.
+rc::bootwait:/sbin/openrc boot
+
+l0u:0:wait:/sbin/telinit u
+l0:0:wait:/sbin/openrc shutdown
+l0s:0:wait:/sbin/halt.sh
+l1:1:wait:/sbin/openrc single
+l2:2:wait:/sbin/openrc nonetwork
+l3:3:wait:/sbin/openrc default
+l4:4:wait:/sbin/openrc default
+l5:5:wait:/sbin/openrc default
+l6u:6:wait:/sbin/telinit u
+l6:6:wait:/sbin/openrc reboot
+l6r:6:wait:/sbin/reboot -dkn
+#z6:6:respawn:/sbin/sulogin
+
+# new-style single-user
+su0:S:wait:/sbin/openrc single
+su1:S:wait:/sbin/sulogin
+
+# TERMINALS
+#x1:12345:respawn:/sbin/agetty 38400 console linux
+c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
+c2:2345:respawn:/sbin/agetty 38400 tty2 linux
+c3:2345:respawn:/sbin/agetty 38400 tty3 linux
+c4:2345:respawn:/sbin/agetty 38400 tty4 linux
+c5:2345:respawn:/sbin/agetty 38400 tty5 linux
+c6:2345:respawn:/sbin/agetty 38400 tty6 linux
+
+# SERIAL CONSOLES
+#s0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100
+#s1:12345:respawn:/sbin/agetty -L 9600 ttyS1 vt100
+
+# What to do at the "Three Finger Salute".
+ca:12345:ctrlaltdel:/sbin/shutdown -r now
+
+# Used by /etc/init.d/display-manager to control DM startup.
+# Read the comments in /etc/init.d/display-manager for more
+# info. Do NOT remove, as this will start nothing
+# extra at boot if /etc/init.d/display-manager is not added
+# to the "default" runlevel.
+x:a:once:/usr/bin/startDM

diff --git a/sys-apps/sysvinit/sysvinit-2.98-r1.ebuild 
b/sys-apps/sysvinit/sysvinit-2.98-r1.ebuild
new file mode 100644
index 000..3fdd9425576
--- /dev/null
+++ b/sys-apps/sysvinit/sysvinit-2.98-r1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="/sbin/init - parent of all processes"
+HOMEPAGE="https://savannah.nongnu.org/projects/sysvinit;
+SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+[[ "${PV}" == *beta* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="selinux ibm static kernel_FreeBSD"
+
+CDEPEND="
+   selinux? (
+   >=sys-libs/libselinux-1.28
+   )"
+DEPEND="${CDEPEND}
+   virtual/os-headers"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-shutdown )
+   !::g' \
+   -e 
'/^MAN[18]/s:\<(last|lastb|mesg|mountpoint|sulogin|utmpdump|wall)[.][18]\>::g' \
+   src/Makefile || die
+
+   # pidof has moved to >=procps-3.3.9
+   sed -i -r \
+   -e '/\/bin\/pidof/d' \
+   -e '/^MAN8/s:\::g' \
+   src/Makefile || die
+
+   # logsave is already in e2fsprogs
+   sed -i -r \
+   -e '/^(USR)?S?BIN/s:\::g' \
+   -e '/^MAN8/s:\::g' \
+   src/Makefile || die
+
+   # Mung inittab for specific architectures
+   cd "${WORKDIR}" || die
+   cp "${FILESDIR}"/inittab-2.98-r1 inittab || die "cp inittab"
+   local insert=()
+   use ppc && insert=( '#psc0:12345:respawn:/sbin/agetty 115200 ttyPSC0 
linux' )
+   use arm && insert=( '#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100' )
+   use arm64 && insert=( 'f0:12345:respawn:/sbin/agetty 9600 ttyAMA0 
vt100' )
+   use hppa && insert=( 'b0:12345:respawn:/sbin/agetty 9600 ttyB0 vt100' )
+   use s390 && insert=( 's0:12345:respawn:/sbin/agetty 38400 console dumb' 
)
+   if use ibm ; then
+   insert+=(

[gentoo-commits] repo/gentoo:master commit in: gui-libs/display-manager-init/files/, gui-libs/display-manager-init/

2021-01-30 Thread Piotr Karbowski
commit: c78bee32adb057ac965b7f60f46980951cfa44bc
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 10 01:30:09 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jan 30 19:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78bee32

gui-libs/display-manager-init: refactor init files out of xorg-server

Closes: https://bugs.gentoo.org/730644
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Piotr Karbowski  gentoo.org>

 .../display-manager-init-1.0.ebuild|  37 
 .../files/display-manager-setup.initd  |  13 ++
 .../files/display-manager.confd|  13 ++
 .../files/display-manager.initd| 234 +
 gui-libs/display-manager-init/files/startDM|  29 +++
 gui-libs/display-manager-init/files/xdm.initd  |  13 ++
 gui-libs/display-manager-init/metadata.xml |   8 +
 7 files changed, 347 insertions(+)

diff --git a/gui-libs/display-manager-init/display-manager-init-1.0.ebuild 
b/gui-libs/display-manager-init/display-manager-init-1.0.ebuild
new file mode 100644
index 000..576a0a7c887
--- /dev/null
+++ b/gui-libs/display-manager-init/display-manager-init-1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="RC init files for starting display and login managers"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:X11;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+S="${FILESDIR}"
+
+RDEPEND="
+   sys-apps/gentoo-functions
+   !<=sys-apps/sysvinit-2.98
+   !<=x11-apps/xinit-1.4.1
+   !<=x11-base/xorg-server-1.20.10
+"
+
+src_install() {
+   newinitd "${FILESDIR}"/display-manager-setup.initd display-manager-setup
+   newinitd "${FILESDIR}"/display-manager.initd display-manager
+   newinitd "${FILESDIR}"/xdm.initd xdm
+   newconfd "${FILESDIR}"/display-manager.confd display-manager
+   exeinto /usr/bin
+   doexe "${FILESDIR}"/startDM
+   # backwards compatibility
+   dosym "${ESYSROOT}"/usr/bin/startDM /etc/X11/startDM.sh
+}
+
+pkg_preinst() {
+   if [[ ${REPLACING_VERSIONS} == "" && -f "${EROOT}"/etc/conf.d/xdm && ! 
-f "${EROOT}"/etc/conf.d/display-manager ]]; then
+   mv "${EROOT}"/etc/conf.d/{xdm,display-manager} || die
+   fi
+}

diff --git a/gui-libs/display-manager-init/files/display-manager-setup.initd 
b/gui-libs/display-manager-init/files/display-manager-setup.initd
new file mode 100644
index 000..05f84ae
--- /dev/null
+++ b/gui-libs/display-manager-init/files/display-manager-setup.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   need localmount
+}
+
+start() {
+   if get_bootparam "nogui" ; then
+   touch /run/.nogui
+   fi
+}

diff --git a/gui-libs/display-manager-init/files/display-manager.confd 
b/gui-libs/display-manager-init/files/display-manager.confd
new file mode 100644
index 000..25d57e923c4
--- /dev/null
+++ b/gui-libs/display-manager-init/files/display-manager.confd
@@ -0,0 +1,13 @@
+# We always try and start the DM on a static VT. The various DMs normally
+# default to using VT7. If you wish to use the display-manager init
+# script, then you should ensure that the VT checked is the same VT your
+# DM wants to use.
+# We do this check to ensure that you haven't accidentally configured
+# something to run on the VT in your /etc/inittab file so that
+# you don't get a dead keyboard.
+CHECKVT=7
+
+# What display manager do you use ?
+# [ xdm | greetd | gdm | sddm | gpe | lightdm | entrance ]
+# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
+DISPLAYMANAGER="xdm"

diff --git a/gui-libs/display-manager-init/files/display-manager.initd 
b/gui-libs/display-manager-init/files/display-manager.initd
new file mode 100644
index 000..e650df9600e
--- /dev/null
+++ b/gui-libs/display-manager-init/files/display-manager.initd
@@ -0,0 +1,234 @@
+#!/sbin/openrc-run
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2
+
+# This is here to serve as a note to myself, and future developers.
+#
+# Any Display manager (gdm,kdm,xdm) has the following problem:  if
+# it is started before any getty, and no vt is specified, it will
+# usually run on vt2.  When the getty on vt2 then starts, and the
+# DM is already started, the getty will take control of the keyboard,
+# leaving us with a "dead" keyboard.
+#
+# Resolution: add the following line to /etc/inittab
+#
+#  x:a:once:/usr/bin/startDM
+#
+# and have /usr/bin/startDM start the DM in daemon mode if
+# a lock is present (with the info of what 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/

2021-01-30 Thread Piotr Karbowski
commit: 79da973a405180e9084c61af12962e87a9677d0c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 10 01:35:47 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jan 30 19:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79da973a

x11-apps/xinit: refactor startDM.sh to display-manager-init

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16554
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-apps/xinit/xinit-1.4.1-r1.ebuild | 75 
 1 file changed, 75 insertions(+)

diff --git a/x11-apps/xinit/xinit-1.4.1-r1.ebuild 
b/x11-apps/xinit/xinit-1.4.1-r1.ebuild
new file mode 100644
index 000..36ce2267f5c
--- /dev/null
+++ b/x11-apps/xinit/xinit-1.4.1-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X Window System initializer"
+
+LICENSE="${LICENSE} GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~arm-linux ~x86-linux"
+IUSE="twm"
+
+RDEPEND="
+   x11-apps/xauth
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+PDEPEND="x11-apps/xrdb
+   twm? (
+   x11-apps/xclock
+   x11-apps/xsm
+   x11-terms/xterm
+   x11-wm/twm
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.3-gentoo-customizations.patch"
+   "${FILESDIR}/${PN}-1.4.0-startx-current-vt.patch"
+   "${FILESDIR}/${PN}-1.4.1-move-serverauthfile-into-tmp.patch"
+)
+
+XORG_CONFIGURE_OPTIONS=(
+   --with-xinitdir="${EPREFIX}"/etc/X11/xinit
+)
+
+src_install() {
+   xorg-3_src_install
+
+   exeinto /etc/X11
+   doexe "${FILESDIR}"/chooser.sh
+   exeinto /etc/X11/Sessions
+   doexe "${FILESDIR}"/Xsession
+   exeinto /etc/X11/xinit
+   newexe "${FILESDIR}"/xserverrc.2 xserverrc
+   exeinto /etc/X11/xinit/xinitrc.d/
+   doexe "${FILESDIR}"/00-xhost
+
+   insinto /usr/share/xsessions
+   doins "${FILESDIR}"/Xsession.desktop
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   ewarn "If you use startx to start X instead of a login manager 
like gdm/kdm,"
+   ewarn "you can set the XSESSION variable to anything in 
/etc/X11/Sessions/ or"
+   ewarn "any executable. When you run startx, it will run this as 
the login session."
+   ewarn "You can set this in a file in /etc/env.d/ for the entire 
system,"
+   ewarn "or set it per-user in ~/.bash_profile (or similar for 
other shells)."
+   ewarn "Here's an example of setting it for the whole system:"
+   ewarn "echo XSESSION=\"Gnome\" > /etc/env.d/90xsession"
+   ewarn "env-update && source /etc/profile"
+   fi
+
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "$v" "-lt" "1.4.1"; then
+   ewarn "Starting with ${CATEGORY}/${PN}-1.4.1 serverauth 
files are no longer kept in the"
+   ewarn "home directory but rather are created in 
\$TMPDIR (typically /tmp).  The change"
+   ewarn "is transparent for most of users, however those 
that use runtime temporary"
+   ewarn "directories cleaning tools, like 
app-admin/tmpreaper, may need to adjust them"
+   ewarn "not to remove the 'serverauth.*' files."
+   fi
+   done
+}



[gentoo-commits] data/gentoo-news:master commit in: 2021-01-30-display-manager-init/

2021-01-30 Thread Piotr Karbowski
commit: a1f5db6da6357eb7e320d942040a7daa1aae9eca
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jan 30 19:20:37 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jan 30 19:20:37 2021 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=a1f5db6d

2021-01-30-display-manager-init: added

Signed-off-by: Piotr Karbowski  gentoo.org>

 .../2021-01-30-display-manager-init.en.txt | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt 
b/2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt
new file mode 100644
index 000..88fd5f5
--- /dev/null
+++ b/2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt
@@ -0,0 +1,43 @@
+Title: New OpenRC Display Manager Initializer Scripts
+Author: Aisha Tammy 
+Posted: 2021-01-30
+Revision: 4
+News-Item-Format: 2.0
+Display-If-Installed: sys-apps/openrc
+
+There has been a refactoring of the old 'xdm' init script and its
+requirements from various packages into an independent package:
+
+   gui-libs/display-manager-init
+
+This package provides the 'display-manager' startup script for
+handling your chosen display manager, without depending on
+Xorg server. The old 'xdm' init script is no longer supported
+and is going to be removed in the next version of xorg-server,
+so it is imperative that you shift to display-manager-init.
+
+To update to the new DM init scripts, you need to manually add the
+package in your @world set:
+
+   emerge -vuDU gui-libs/display-manager-init
+
+To start using the new init scripts, either copy your
+existing /etc/conf.d/xdm to /etc/conf.d/displaymanager or
+change the DISPLAYMANAGER variable in
+/etc/conf.d/display-manager to your preferred DM:
+
+   DISPLAYMANAGER="gdm"
+
+and remove 'xdm' from the default runlevel and add 'display-manager':
+
+   rc-update del xdm default
+   rc-update add display-manager default
+
+The changes are complete and on the next reboot, 'display-manager'
+will start your chosen DM.
+
+To switch to the new scripts without rebooting, run the following
+commands in a tty:
+
+   rc-service xdm stop
+   rc-service display-manager start



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

2021-01-30 Thread Alice Ferrazzi
commit: 3d5d7b317ec01dd9edfc6df97ceb0bd7990d278c
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sat Jan 30 18:44:44 2021 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sat Jan 30 18:45:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5d7b31

sys-kernel/gentoo-sources: 4.4.254

Package-Manager: Portage-2.3.89, Repoman-2.3.23
Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.254.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 3251033be55..35753c99d5a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,6 +43,9 @@ DIST genpatches-4.4-254.extras.tar.xz 1792 BLAKE2B 
981fb3ea47b9f5642552688a61efe
 DIST genpatches-4.4-255.base.tar.xz 4005524 BLAKE2B 
9c938bf3c93fc4261723717f866a46d2ae6db068642ad510c5a3dfa3d4800b307b50586e8301bef53fe2b41b248a6ab3b6f7c72490c5ce8de05a8d7b43001135
 SHA512 
3b2474c3fa5a017fc68ddc32e8540b1b8d39cee68919d4d9e603ee804e8f0a4e35d22822c156fab7470fe5b0ca7367840cc4869fcdf1c400db46789187803c3a
 DIST genpatches-4.4-255.experimental.tar.xz 83296 BLAKE2B 
41a4d270b0a97849c792e48b6fb00e53504d42ed783fdf82e031c3dc012a3f6717a308dece8e1d8e0707ea6aa75141065c5fe2dc14cc823e8d345c69299984f8
 SHA512 
0ea4ac981a70e1f56eb8b59e5496e13f218a4d471a407572da50e4f015ddb7358a015c8106a9685b511da6245f70ead4be29a2aa1d339c6ff62bce9b2cbce31d
 DIST genpatches-4.4-255.extras.tar.xz 1788 BLAKE2B 
4bef240656562de76e2b22a5975dd3ed27dc57168eba30f78e34191ef06351cd6406a5c849b0a4f534577183d7b3945eec4dbdce3ad5a496ef7d783d1a3eb369
 SHA512 
56fb66fae36ac32efca12a7c28b9dbb24afc37f2ae389f4c64f107e962c005c8c8a5f7413fa87743d7a2bbaf98c0d6ab055b8038f8a4823441fa116cb40c1bd5
+DIST genpatches-4.4-256.base.tar.xz 4008644 BLAKE2B 
05529f58067f723e767cc3b9d11bd64c01213febd2061d238280cdddf60776a21067595f5d4f65c0b1e742d95a847e7801e3ce5a6d19e8b14f7d77b42abaa3c4
 SHA512 
4e1ccfba6b7dd355fbf54eec89d59e30cd3ccbfcc9a3a507756f6d3d3fc4e90308ff9d99962097f98358a72e68dff744948438c1d9e91b7847ea961ead758890
+DIST genpatches-4.4-256.experimental.tar.xz 83268 BLAKE2B 
b2e6b2d97093ff14b67858e0bf175981bcefbbda59c4ecee91b45096de487be29c47b1c0d1d3283bf82740c42ae6f6c01c416c58a282bbe83527a24fd0cd3fac
 SHA512 
0f60033d305c9c112d250fd99ba32bc148a067400fe7cbc089a90b67012f8b9d3ab62c1a49e334965790ce3144d5a0c068700bc6c839e9ca6264e4e4f8113aa7
+DIST genpatches-4.4-256.extras.tar.xz 1788 BLAKE2B 
6655c4250b5d63fdb41ecc5b443df968977a6453bce5e9d98ba26ce5fae9957cd8050b3ba12cea31f20cba3b790bc2394026a42d4f72d557b463e5d87ef6a56b
 SHA512 
b2c66d6315e8184f90dbe2461943dd70ba67cb571587f479770cfa89bbf0789c74db4c8b05fd8b794afa5c93be4ddbb1f5f4beab5034849698af48a011a862e1
 DIST genpatches-4.9-250.base.tar.xz 4423652 BLAKE2B 
028223b668bc00d1bfbd4bcdd5dd201f9fab0c9a4ce68f5e107c1de83320c88865826eca0f38b5aaf25c96e2d66a76f0d305b73bd659197898818515275d48f5
 SHA512 
f10dc4626b1863177d1dbc5e1283c8848b84e6ab10b3208291a0679a3023c5f7d34cfbcc6091f7fcdb71e34f02afba3e7685e24b1f38730c88197c621e41fe08
 DIST genpatches-4.9-250.experimental.tar.xz 106372 BLAKE2B 
409a0fdfc2246e57f461abfea86f76694ee835215e0ed816e1c445c2e5bb3439ccd47414315f81e9cc791f7206b12ce45c9f46892e9152341194e15d0a44a090
 SHA512 
63f8d3e6dd777fbb8ed0dad1b67e0405926fdb0c1e40d3c9bae63494de87a3cdba37e41f20cbd7ed109eba6a933125bc6354814f5539c20c377be449cfac3b48
 DIST genpatches-4.9-250.extras.tar.xz 3340 BLAKE2B 
14cb6c6993c772cc8fd2a4a63f7fce94d850a926c74ac954aebf66e3bbb5db1c20001c264056a8f49561d21e754048963464226d56a0c10eb03cb59384420487
 SHA512 
a1eac658ade3bc0ecd6c98d1e0fc82f006e75ad4147ba0f2facc58e647bef731098527ff77d1d817f7605c0acdf3dd3f536464953fa2af27c32eba2863065db5

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.254.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.254.ebuild
new file mode 100644
index 000..44e29420f66
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.254.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="256"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2021-01-30 Thread Sam James
commit: 86f277db100c585296683c9264eb6fddc1c8faf1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 18:40:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 18:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f277db

www-client/firefox: Stabilize 78.7.0 x86, #767334

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

 www-client/firefox/firefox-78.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-78.7.0.ebuild 
b/www-client/firefox/firefox-78.7.0.ebuild
index 8130568e96b..e46bbe4d89b 100644
--- a/www-client/firefox/firefox-78.7.0.ebuild
+++ b/www-client/firefox/firefox-78.7.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox;
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 SLOT="0/esr$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2021-01-30 Thread Sam James
commit: e3eb9b0df4e6bf6e144be06504acd8901c4ecfdf
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 18:39:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 18:39:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eb9b0d

media-libs/libshout: Stabilize 2.4.5 sparc, #767967

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

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

diff --git a/media-libs/libshout/libshout-2.4.5.ebuild 
b/media-libs/libshout/libshout-2.4.5.ebuild
index cf629f16f4b..8fa273442a7 100644
--- a/media-libs/libshout/libshout-2.4.5.ebuild
+++ b/media-libs/libshout/libshout-2.4.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86"
 IUSE="libressl speex static-libs theora"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/

2021-01-30 Thread Sam James
commit: 85ee985875c672d078970b35051170c3d8cc13d2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 18:39:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 18:39:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ee9858

app-editors/emacs: Stabilize 27.1-r3 sparc, #767361

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

 app-editors/emacs/emacs-27.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emacs/emacs-27.1-r3.ebuild 
b/app-editors/emacs/emacs-27.1-r3.ebuild
index 09d1cb0f7ce..a73497960d2 100644
--- a/app-editors/emacs/emacs-27.1-r3.ebuild
+++ b/app-editors/emacs/emacs-27.1-r3.ebuild
@@ -33,7 +33,7 @@ else
fi
SLOT="${PV%%.*}"
[[ ${PV} == *.*.* ]] && SLOT+="-vcs"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"



[gentoo-commits] repo/gentoo:master commit in: app-forensics/chkrootkit/

2021-01-30 Thread Sam James
commit: 0d3decf013c83845647a3d25e094a2ba9c5b2b1b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 18:39:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 18:39:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3decf0

app-forensics/chkrootkit: Stabilize 0.54 sparc, #767931

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

 app-forensics/chkrootkit/chkrootkit-0.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/chkrootkit/chkrootkit-0.54.ebuild 
b/app-forensics/chkrootkit/chkrootkit-0.54.ebuild
index 7348ce36dc0..ab52c4552fd 100644
--- a/app-forensics/chkrootkit/chkrootkit-0.54.ebuild
+++ b/app-forensics/chkrootkit/chkrootkit-0.54.ebuild
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86"
 IUSE="+cron"
 
 RDEPEND="cron? ( virtual/cron )"



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

2021-01-30 Thread Sam James
commit: e6eaddc37c7937cd49c3bafe1ee4fc3a22330d57
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 30 18:38:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 30 18:38:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6eaddc3

media-libs/libdvdcss: Stabilize 1.4.2-r1 arm, #766192

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

 media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild
index 7a331a87aaa..9bf7ea98a07 100644
--- a/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild
+++ b/media-libs/libdvdcss/libdvdcss-1.4.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="1.2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



  1   2   3   >