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

2021-06-13 Thread Patrice Clement
commit: 19e81b2e8a1d9e52533aed51205d6bdf45c9b845
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 07:04:29 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 07:04:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e81b2e

app-shells/hstr: drop 2.0

Signed-off-by: Patrice Clement  gentoo.org>

 app-shells/hstr/Manifest|  1 -
 app-shells/hstr/hstr-2.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 0996c5cc28d..4f064c3839a 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,2 +1 @@
-DIST hstr-2.0.tar.gz 1242802 BLAKE2B 
24f1a870e6aa12b6544a38601c6bc654e01aa1a185c4f7735559aa3220ed8d9fb840e298526b9e4a177000f2ec5c08caee5da97e13783e4114bde5276ee1e85e
 SHA512 
50d5e8e61aa853dab0093f4225d3329e98bc59609d8d59abf832cd4cb616d78a2fa091d1ad8d16f3543276c4ead95a419f33a13a96f423bf93dc648da32740b7
 DIST hstr-2.2.tar.gz 1246786 BLAKE2B 
f14091fea391dada79798c957b0b1094aff73b7ab4f8d9fd53c1070924556a7ff59f6f5a2e49b36dcd46ca6f93c5f8cd0fcfef07d5f7458d4bbe021546ccdc7a
 SHA512 
c133edaa63a2be76356c08e52303d4133b11803e3ac6f915566a8d1b4651991b14d43974618061b2fc98c49e21b650ff6b9ac8168512e76566e327f90a550e4a

diff --git a/app-shells/hstr/hstr-2.0.ebuild b/app-shells/hstr/hstr-2.0.ebuild
deleted file mode 100644
index 3c117b21f99..000
--- a/app-shells/hstr/hstr-2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Shell history suggest box"
-HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com";
-SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   sys-libs/ncurses:0=[unicode]"
-
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix-ncurses-configure.patch
-)
-
-src_prepare() {
-   default
-
-   sed \
-   -e 's:-O2::g' \
-   -i src/Makefile.am || die
-
-   tc-export PKG_CONFIG
-
-   eautoreconf
-}



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

2021-06-13 Thread Hans de Graaff
commit: 509a482861e44e0d16963eecd7541607efb17486
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 13 06:53:45 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 13 07:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509a4828

dev-ruby/database_cleaner-core: initial import of 2.0.1

Split off from dev-ruby/database_cleaner

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

 dev-ruby/database_cleaner-core/Manifest|  1 +
 .../database_cleaner-core-2.0.1.ebuild | 22 ++
 dev-ruby/database_cleaner-core/metadata.xml| 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-ruby/database_cleaner-core/Manifest 
b/dev-ruby/database_cleaner-core/Manifest
new file mode 100644
index 000..2747691821d
--- /dev/null
+++ b/dev-ruby/database_cleaner-core/Manifest
@@ -0,0 +1 @@
+DIST database_cleaner-core-2.0.1.gem 23552 BLAKE2B 
d6386dac8bff0cc5759e115c4986bdf8113d1f6c7d9b315c287716da3ada808354800b32f3c06b2761ab5df631d38d57d67c36bce0d88b9551f1aeaaf87c3211
 SHA512 
a161e3d0a03e2b854af1a670136fc1b1113d2ee7f5beba01e3c7257a441f80f2a54ae1a4d6c68514d9b6880b834093057ca4e5af9f9e8dff44730d049f7800c2

diff --git a/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1.ebuild 
b/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1.ebuild
new file mode 100644
index 000..44e4d8c946f
--- /dev/null
+++ b/dev-ruby/database_cleaner-core/database_cleaner-core-2.0.1.ebuild
@@ -0,0 +1,22 @@
+# 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="History.rdoc README.markdown"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Strategies for cleaning databases"
+HOMEPAGE="https://github.com/bmabey/database_cleaner";
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""

diff --git a/dev-ruby/database_cleaner-core/metadata.xml 
b/dev-ruby/database_cleaner-core/metadata.xml
new file mode 100644
index 000..22c58c4e015
--- /dev/null
+++ b/dev-ruby/database_cleaner-core/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+bmabey/database_cleaner
+  
+



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

2021-06-13 Thread Hans de Graaff
commit: ba33ff3ceb52fb7c60dc48906fd2003e62686c9e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 13 06:56:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 13 07:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba33ff3c

dev-ruby/database_cleaner-active_record: initial import of 2.0.1

Split off from dev-ruby/database_cleaner

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

 dev-ruby/database_cleaner-active_record/Manifest   |  1 +
 .../database_cleaner-active_record-2.0.1.ebuild| 28 ++
 .../database_cleaner-active_record/metadata.xml| 11 +
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/database_cleaner-active_record/Manifest 
b/dev-ruby/database_cleaner-active_record/Manifest
new file mode 100644
index 000..ffc9f0f49c4
--- /dev/null
+++ b/dev-ruby/database_cleaner-active_record/Manifest
@@ -0,0 +1 @@
+DIST database_cleaner-active_record-2.0.1.gem 12288 BLAKE2B 
3c9afbca6186d7489b271b8f52834cc30d0087176129c06403a99cbdc18b3d565ce0422e916ca7e4b2f8bbe96f1deaba1b7fd982eab676aab0fa7db55923fbb3
 SHA512 
5b52b1e1a3f0c75dbd699ca5a2a5e6eacb9b93ca5c69661cc277eb2b3170b93240c72b1ce4d751e768e78eb4d933a3179b3d32dd1c57ae2ffa7b572acb8e3745

diff --git 
a/dev-ruby/database_cleaner-active_record/database_cleaner-active_record-2.0.1.ebuild
 
b/dev-ruby/database_cleaner-active_record/database_cleaner-active_record-2.0.1.ebuild
new file mode 100644
index 000..069967365a8
--- /dev/null
+++ 
b/dev-ruby/database_cleaner-active_record/database_cleaner-active_record-2.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+# There are specs and features but they all require configured databases.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Strategies for cleaning databases using ActiveRecord"
+HOMEPAGE="https://github.com/bmabey/database_cleaner";
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   || ( dev-ruby/activerecord:6.1 dev-ruby/activerecord:6.0 
dev-ruby/activerecord:5.2 )
+   dev-ruby/database_cleaner-core:2.0
+"

diff --git a/dev-ruby/database_cleaner-active_record/metadata.xml 
b/dev-ruby/database_cleaner-active_record/metadata.xml
new file mode 100644
index 000..22c58c4e015
--- /dev/null
+++ b/dev-ruby/database_cleaner-active_record/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+bmabey/database_cleaner
+  
+



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

2021-06-13 Thread Hans de Graaff
commit: eb3440b070681e50a0dd7754e92860a2de89e562
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 13 07:00:22 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 13 07:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3440b0

dev-ruby/database_cleaner: add 2.0.1

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

 dev-ruby/database_cleaner/Manifest  |  1 +
 .../database_cleaner/database_cleaner-2.0.1.ebuild  | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/database_cleaner/Manifest 
b/dev-ruby/database_cleaner/Manifest
index d94dc3053ee..3dc6e40e590 100644
--- a/dev-ruby/database_cleaner/Manifest
+++ b/dev-ruby/database_cleaner/Manifest
@@ -1 +1,2 @@
 DIST database_cleaner-1.7.0.gem 32256 BLAKE2B 
496a1f02bb34aa2210e91367ade3575884e5c68ed18d1ba076fe8a5a7b0c5303a8acedec198a3de4adeb8f85cb2147d1c1d3c1f7badfb890ca1c7df8ecd7eae7
 SHA512 
4bdf6c66a0530a65ce2c746ff5190ef0aa42ab3d3ed787fbfe9c00de99d7ba816de3b6ad11cbaf4887760b9a19178f9968b8d604bc023dce83ec9ef748c0e336
+DIST database_cleaner-2.0.1.gem 4608 BLAKE2B 
9cd2d7028a95089aa7c1e6744305724977a395136de9f1672094ca5faf48dfe875cb23d68465b78a3a00798badb1dfeb14d7bdf00a637e2e8680da32286d67e6
 SHA512 
e1acbf853feecbd46ce1bf021b0b8cbc96c9697d5c61ab1a2f4f92005b779102cd1ffd9bb81eae94a94d0c4a50e0bd7f55d28f0b4fdd6596f677f37edb01ca38

diff --git a/dev-ruby/database_cleaner/database_cleaner-2.0.1.ebuild 
b/dev-ruby/database_cleaner/database_cleaner-2.0.1.ebuild
new file mode 100644
index 000..52e7a601af6
--- /dev/null
+++ b/dev-ruby/database_cleaner/database_cleaner-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+# There are specs and features but they all require configured databases.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Strategies for cleaning databases"
+HOMEPAGE="https://github.com/bmabey/database_cleaner";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/database_cleaner-active_record:2.0"



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

2021-06-13 Thread Hans de Graaff
commit: 13f9e57a64061268d7dca6f881ade4693859dd92
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 13 06:39:39 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 13 07:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f9e57a

dev-ruby/database_cleaner: add ruby27

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

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

diff --git a/dev-ruby/database_cleaner/database_cleaner-1.7.0.ebuild 
b/dev-ruby/database_cleaner/database_cleaner-1.7.0.ebuild
index 65499b47e03..78de140ccbb 100644
--- a/dev-ruby/database_cleaner/database_cleaner-1.7.0.ebuild
+++ b/dev-ruby/database_cleaner/database_cleaner-1.7.0.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
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_TASK_DOC="examples"



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

2021-06-13 Thread Hans de Graaff
commit: 21a9fb23c31eede2b0e36eba2c6c801b73a4b20b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 13 07:09:16 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 13 07:09:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a9fb23

dev-ruby/debug_inspector: add 1.1.0

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

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

diff --git a/dev-ruby/debug_inspector/Manifest 
b/dev-ruby/debug_inspector/Manifest
index 6c763787f76..2d49f6ca6ad 100644
--- a/dev-ruby/debug_inspector/Manifest
+++ b/dev-ruby/debug_inspector/Manifest
@@ -1,2 +1,3 @@
 DIST debug_inspector-0.0.3.gem 8192 BLAKE2B 
c7605f246519b245d0b997e10cfc1271c6cd5a31dc44097546d51265eb6ce1d88686b1dc922addce0a58b6bccae4fa5a40611942b6babbf8dfc6b4c528949422
 SHA512 
38cbe0ddf2eb4285f4f7d6f12428747495230425352e1850a4395a5c27ad4c2f706eeeac1f684baea488f6e3bd4b65c8c9e0d5807d5af93d3350fa7b9d45da43
 DIST debug_inspector-1.0.0.tar.gz 5567 BLAKE2B 
f6a571ff9b0d4b260f2849780d795f1d89907bbdcb1bb2b13f4ff868be494dc2943d4b2b46678d159cd3d75f4f798260b87bca1b06d05d414e1ff555c66f91bd
 SHA512 
779b44e215d5439037eab5c219a8b34ede13acd604d29996610a97ec2a4c1bab3ef69d6a47560cd1cb338e599448d1f71c13c0ce7cff374278770ae18016aa40
+DIST debug_inspector-1.1.0.tar.gz 5837 BLAKE2B 
49f2c4b8b872ad2be0e6c41d02f7cb64e3f2928e8f02e06ed99f2f2befffe1da4c25024a2069b8d2f19dc71ab182459f6cf75c5b717662e5cfab16a5b66cf41f
 SHA512 
c66d5bf412d9b6a61f456e943a901dbe9018cf92c171e1a7d9a19807c7894ffdb6acaeaed2c8f688927130a14909d0e0714e5b728ad7ccbff0e5f1c0ad20c600

diff --git a/dev-ruby/debug_inspector/debug_inspector-1.1.0.ebuild 
b/dev-ruby/debug_inspector/debug_inspector-1.1.0.ebuild
new file mode 100644
index 000..3e51cfc9dfc
--- /dev/null
+++ b/dev-ruby/debug_inspector/debug_inspector-1.1.0.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/debug_inspector/extconf.rb)
+
+RUBY_FAKEGEM_GEMSPEC="debug_inspector.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby wrapper for the MRI 2.0 debug_inspector API"
+HOMEPAGE="https://github.com/banister/debug_inspector";
+SRC_URI="https://github.com/banister/debug_inspector/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/extensiontask/,$ s:^:#:' Rakefile || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/files/, net-mail/notmuch/

2021-06-13 Thread Georgy Yakovlev
commit: 719fd8b321b84fe261561a78f6d73212a31f0bec
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jun 13 07:08:45 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jun 13 07:09:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719fd8b3

net-mail/notmuch: add 0.32.1

Closes: https://bugs.gentoo.org/791079
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-mail/notmuch/Manifest |   1 +
 net-mail/notmuch/files/notmuch-0.32.1-tests.patch | 174 +
 net-mail/notmuch/notmuch-0.32.1.ebuild| 291 ++
 3 files changed, 466 insertions(+)

diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest
index 447108fd721..a3ebf895d3a 100644
--- a/net-mail/notmuch/Manifest
+++ b/net-mail/notmuch/Manifest
@@ -1,2 +1,3 @@
 DIST database-v1.tar.xz 204876 BLAKE2B 
846a8d2f17edb61ed1c3d3c655becd1f60b4046772058706f13d516f65421a5105593660f1c556907bb2bb9607a3c2521243d1be07bffb70817ad3b8461680ca
 SHA512 
e2d87373e00b65756d7fea40c54fb236d7a37ce839145c3afd99ab26efdc17796e540c021e2c24e521df2d0a01ccbf918994f87a0d83235ff9b109a51555b3d0
 DIST notmuch-0.31.3.tar.xz 713900 BLAKE2B 
64aa5c707a74544d31f1dce4e49f3e19cf8c733dfe6f0761dec5522eae94bacf0c01ab7c8212373f1857eeecbad569482365a53a10f56dfee72cefc8d3f4f05a
 SHA512 
99119216b7ef7f9e336b11d03ebb61d9667a8fbddcf6fccc49b17d07f07867f0342b2766375e164b58eaa9a43237ec4d6567d616fe8813b929d28b203aedfa44
+DIST notmuch-0.32.1.tar.xz 725196 BLAKE2B 
6163f512e88f1b9415b93f7c4a146dc1af6e41bacdbbd29bdb48706af4af4822b626a719d50146f0cfe4d35508d8aa767b0e75eadebf9d619912f3ee6ba0e59e
 SHA512 
c561658919a3c19bfe282e28a5c95db5d58030f044307fdfcaee02d3bf6fc15c9ae9d6d9d8a948c9e6f9b54f563dc82cde757a26a7d7c33eb976b3cfe7ce8c36

diff --git a/net-mail/notmuch/files/notmuch-0.32.1-tests.patch 
b/net-mail/notmuch/files/notmuch-0.32.1-tests.patch
new file mode 100644
index 000..8a564325485
--- /dev/null
+++ b/net-mail/notmuch/files/notmuch-0.32.1-tests.patch
@@ -0,0 +1,174 @@
+From: Tomi Ollila 
+Date: Sat, 22 May 2021 13:39:57 + (+0300)
+Subject: test: replace notmuch_passwd_sanitize() with _libconfig_sanitize()
+X-Git-Url: 
https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8675be1d307bc2df882107744641f6a7858e65ad;hp=3baa61e0e58402bc50c5df529fcf669bf4b2facb
+
+test: replace notmuch_passwd_sanitize() with _libconfig_sanitize()
+
+notmuch_passwd_sanitize() in test-lib.sh is too generic, it cannot
+work in many cases...
+
+The more specific version _libconfig_sanitize() replaces it in
+T590-libconfig.sh and the code that uses it is modified to output
+the keys (ascending numbers printed in hex) so the sanitizer knows
+what to sanitize in which lines...
+
+"@" + fqdn -> "@FQDN" replacement is used as fqdn could
+-- in theory -- be substring of 'USERNAME'.
+
+'user -> 'USER_FULL_NAME replacement to work in cases where user
+is empty -- as only first ' is replaced that works as expected.
+
+In addition to ".(none)" now also ".localdomain" is filtered from
+USERNAME@FQDN.
+
+/dev/fd/{n} is not defined in posix, but it is portable enough
+(if it weren't it is easy to fix -- now code looks clearer).
+---
+
+diff --git a/test/T590-libconfig.sh b/test/T590-libconfig.sh
+index 745e1bb4..bc7298f8 100755
+--- a/test/T590-libconfig.sh
 b/test/T590-libconfig.sh
+@@ -5,6 +5,25 @@ test_description="library config API"
+ 
+ add_email_corpus
+ 
++_libconfig_sanitize() {
++${NOTMUCH_PYTHON} /dev/fd/3 3<<'EOF'
++import os, sys, pwd, socket
++
++pw = pwd.getpwuid(os.getuid())
++user = pw.pw_name
++name = pw.pw_gecos.partition(",")[0]
++fqdn = socket.getaddrinfo(socket.gethostname(), 0, 0,
++  socket.SOCK_STREAM, 0, socket.AI_CANONNAME)[0][3]
++for l in sys.stdin:
++if l[:4] == "08: ":
++l = l.replace(user, "USERNAME", 1).replace("@" + fqdn, "@FQDN", 1)
++l = l.replace(".(none)", "", 1).replace(".localdomain", "", 1)
++elif l[:4] == "10: ":
++l = l.replace("'" + name, "'USER_FULL_NAME", 1)
++sys.stdout.write(l)
++EOF
++}
++
+ cat < c_head
+ #include 
+ #include 
+@@ -380,26 +399,26 @@ cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} '' 
%NULL%
+key < NOTMUCH_CONFIG_LAST;
+key = (notmuch_config_key_t)(key + 1)) {
+   const char *val = notmuch_config_get (db, key);
+-printf("%s\n", val ? val : "NULL" );
++  printf("%02d: '%s'\n", key, val ? val : "NULL" );
+ }
+ }
+ EOF
+ 
+-notmuch_passwd_sanitize < OUTPUT > OUTPUT.clean
++_libconfig_sanitize < OUTPUT > OUTPUT.clean
+ 
+ cat <<'EOF' >EXPECTED
+ == stdout ==
+-MAIL_DIR
+-MAIL_DIR
+-MAIL_DIR/.notmuch/hooks
+-MAIL_DIR/.notmuch/backups
+-
+-unread;inbox
+-
+-true
+-USERNAME@FQDN
+-NULL
+-USER_FULL_NAME
++00: 'MAIL_DIR'
++01: 'MAIL_DIR'
++02: 'MAIL_DIR/.notmuch/hooks'
++03: 'MAIL_DIR/.notmuch/backups'
++04: ''
++05: 'unread;inbox'
++06: ''
++07: 'true'
++08: 'USERNAME@FQDN'
++09: 'NULL'
++10: 'USER_FULL_NAME'
+ == stderr ==
+ EOF
+ unset MAILDIR

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

2021-06-13 Thread Miroslav Šulc
commit: c2974e49ab3cdbaa38b6180ea7478593610c23a2
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 12:13:58 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 13 07:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2974e49

dev-java/jakarta-oro: MAVEN_ID

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/21197/commits/2f0d478121176bd0771aa4e422033745f906fabf
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/jakarta-oro/jakarta-oro-2.0.8-r5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-java/jakarta-oro/jakarta-oro-2.0.8-r5.ebuild 
b/dev-java/jakarta-oro/jakarta-oro-2.0.8-r5.ebuild
index dc1a744bb94..1f821c693d2 100644
--- a/dev-java/jakarta-oro/jakarta-oro-2.0.8-r5.ebuild
+++ b/dev-java/jakarta-oro/jakarta-oro-2.0.8-r5.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 JAVA_PKG_IUSE="doc source examples"
+MAVEN_ID="oro:oro:2.0.8"
 
 inherit java-pkg-2 java-pkg-simple
 



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

2021-06-13 Thread Miroslav Šulc
commit: 9aa8d7883b3799cfe86da6397cd9f592ab26dba3
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 12:23:01 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 13 07:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa8d788

dev-java/jsch: MAVEN_ID

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/21197/commits/078288cf260bb015c49131b12a27ca15d018b3f5
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/jsch/jsch-0.1.54.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-java/jsch/jsch-0.1.54.ebuild b/dev-java/jsch/jsch-0.1.54.ebuild
index d87b476d9f7..42b5f979f56 100644
--- a/dev-java/jsch/jsch-0.1.54.ebuild
+++ b/dev-java/jsch/jsch-0.1.54.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 JAVA_PKG_IUSE="doc source examples"
+MAVEN_ID="com.jcraft:jsch:0.1.55"
 
 inherit java-pkg-2 java-ant-2 java-osgi
 



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

2021-06-13 Thread Miroslav Šulc
commit: bedfa54b4b1a52b7e99d24755f8946cc9c04202d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 14:01:04 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 13 07:24:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfa54b

dev-java/commons-vfs: MAVEN_ID

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/21197/commits/56bf35a9a2ae92347b08237d646d94d9cd4eb423
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild 
b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
index 0387c4902d7..acc513af4c2 100644
--- a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
+++ b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 JAVA_PKG_IUSE="doc source"
+MAVEN_ID="commons-vfs:commons-vfs:1.0"
 
 inherit java-pkg-2 java-pkg-simple
 



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

2021-06-13 Thread Miroslav Šulc
commit: 3dc0699fb455ff61abf5a6996f1d95edaabb3b5b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jun 13 07:29:28 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 13 07:29:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc0699f

profiles/package.mask: dev-java/commons-validator last-rite

Bug: https://bugs.gentoo.org/785856
Signed-off-by: Miroslav Šulc  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c9172a7dfcd..ac3bb8d67c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Miroslav Šulc  (2021-06-13)
+# no consumer, removal in 30 days
+# see bug: https://bugs.gentoo.org/785856
+dev-java/commons-validator
+
 # Joonas Niilola  (2021-06-12)
 # A library without consumers, old dep of tree-cleaned gnome-mplayer,
 # EAPI-5. Removal in ~30 days. #776898



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

2021-06-13 Thread Keri Harris
commit: 5b02b6a36e515d1e702a4380292c2bea164c5ede
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Jun 13 07:57:56 2021 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Jun 13 07:58:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b02b6a3

dev-lang/swi-prolog: add development version

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Keri Harris  gentoo.org>

 dev-lang/swi-prolog/Manifest |   1 +
 dev-lang/swi-prolog/swi-prolog-8.3.25.ebuild | 122 +++
 2 files changed, 123 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 914ed187925..9788b02412f 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -3,3 +3,4 @@ DIST swipl-8.2.3.tar.gz 10999577 BLAKE2B 
57cfa9f6fb97f0136a35da1850c7ae8da123d1c
 DIST swipl-8.2.4.tar.gz 10998859 BLAKE2B 
b18f26102a685ff5c66aeaf0c14a08c532f9327f9f995cd46657a71b6779d021eb4f5651b2be77883197c7c5ee31c23259f46ed559aeeb0bb53ad10aea0081ed
 SHA512 
cdbd23d4a0e9699ecc32bdcad9979e4042fb0f24de84010f6f097bc7148af38150b0e61e393c057b0dbae932d0fc1c02a41808bcbafd2c23e24fd73070bed470
 DIST swipl-8.3.23.tar.gz 11162363 BLAKE2B 
3808da5bfda1059332dde6a134c2c014c6ee190791ac0c1ace6ea6713719470c1f63df9cf25bdfa69ab73a63090d9d4e37a3afee3b0c107786568a7786c5cbea
 SHA512 
ca592bfa815496d3668a3251f3249c578df46185d856df7bddb88786923fd247542eecd8505181c5f6d4cbb9ddde0d54177d053ab7bd8d024910ccb3f00f7430
 DIST swipl-8.3.24.tar.gz 11202181 BLAKE2B 
c5ac25b3cb73deeef51b8469977e9554ffc9da275dfb4541e7f653fb3e3f411abb971fc66ebf77d662ecdbd2d57070b18b76200f7d26d649a491a6789b807ef4
 SHA512 
36c436088e7eb78147d2e61fb6377e1703b5a1a6290e98a73810d18e07bda2b598aeb7aaff22b2a4caef90c3873c7a06c7ae84e71bb5f52cc2c6b315e4680f28
+DIST swipl-8.3.25.tar.gz 11186018 BLAKE2B 
a06befea48e065d516eeeb4ce2fa87342647d02ec509eaec208be143520af7d4de3217ac726720a36cdd15e1e263963cfc71bb2d7249ff55f9673e7e1bea5620
 SHA512 
4a06cd36ffbf22d8e582776c6181c8e848abe9bfca32e5e0e43d58e801c8b7c8e1d8556279716461df020530d0ea44cdcfe9390e8387b2a8e8936adf8c3f9774

diff --git a/dev-lang/swi-prolog/swi-prolog-8.3.25.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.3.25.ebuild
new file mode 100644
index 000..2a8883edddf
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-8.3.25.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop xdg-utils flag-o-matic
+
+PATCHSET_VER="0"
+
+DESCRIPTION="Versatile implementation of the Prolog programming language"
+HOMEPAGE="https://www.swi-prolog.org/";
+SRC_URI="https://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="archive berkdb debug doc +gmp java +libedit minimal odbc pcre qt5 
readline ssl test uuid X yaml"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/ncurses:=
+   sys-libs/zlib
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   odbc? ( dev-db/unixODBC )
+   pcre? ( dev-libs/libpcre )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? ( dev-libs/openssl:0 )
+   java? ( >=virtual/jdk-1.8:* )
+   uuid? ( dev-libs/ossp-uuid )
+   qt5? (
+   dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )
+   yaml? ( dev-libs/libyaml )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+
+src_prepare() {
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   eapply "${WORKDIR}"/${PV}
+   fi
+
+   sed -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" \
+   -e "s|\(SWIPL_INSTALL_CMAKE_CONFIG_DIR\) lib/|\1   
$(get_libdir)/|" \
+   -i CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use debug && append-flags -DO_DEBUG
+
+   local mycmakeargs=(
+   -DSWIPL_INSTALL_PREFIX=$(get_libdir)/swipl
+   -DUSE_GMP=$(usex gmp)
+   -DINSTALL_DOCUMENTATION=$(use doc && usex archive)
+   -DSWIPL_PACKAGES_BASIC=$(usex !minimal)
+   -DSWIPL_PACKAGES_ARCHIVE=$(usex archive)
+   -DSWIPL_PACKAGES_ODBC=$(usex odbc)
+   -DSWIPL_PACKAGES_BDB=$(usex berkdb)
+   -DSWIPL_PACKAGES_PCRE=$(usex pcre)
+   -DSWIPL_PACKAGES_YAML=$(usex yaml)
+   -DSWIPL_PACKAGES_SSL=$(usex ssl)
+   -DSWIPL_PACKAGES_JAVA=$(use

[gentoo-commits] repo/gentoo:master commit in: app-doc/csound-manual/

2021-06-13 Thread Miroslav Šulc
commit: 5e2a5a34fa4d6104b14dca80de6af4954c0bf971
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jun 13 07:55:15 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 13 08:01:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2a5a34

app-doc/csound-manual: bump to 6.16

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 app-doc/csound-manual/Manifest  |  4 ++
 app-doc/csound-manual/csound-manual-6.16.ebuild | 79 +
 2 files changed, 83 insertions(+)

diff --git a/app-doc/csound-manual/Manifest b/app-doc/csound-manual/Manifest
index c0c6ba0c503..b62c5d1c6b6 100644
--- a/app-doc/csound-manual/Manifest
+++ b/app-doc/csound-manual/Manifest
@@ -2,3 +2,7 @@ DIST Csound6.15.0_manual-fr_html.zip 20968371 BLAKE2B 
aed67cf5dc09032839fd3c56c0
 DIST Csound6.15.0_manual-fr_pdf.zip 9761787 BLAKE2B 
671d94bebbabbead16ff251c88a99f3cf278cd0b0f746ce8239fbfe481db1a2c3b747c48026b82b8a54b72d5f7ac83b8c095aedc19088c3f070e773c46981bf6
 SHA512 
3db587fb5f15febbd39c8d090df46b71ed590c8eaaaeda8c53b9218283cc7375673f1711755e47cd80048934252bfe97e92ff699e3bae0e86942ffd99597f8c6
 DIST Csound6.15.0_manual_html.zip 20674415 BLAKE2B 
b15b3381f13c7877130dfec60803ba1cdd12e5d2d92e5ea02c4d0dd5c1c70cc2bbec5f76634b385a0ffd20e7397d6c33bbe374128f01345999f34e2e2a0b7dd1
 SHA512 
cf7df42f3b6d869a5e9f531c64a50287f9385927b26c48ff3c334b2ed95d17334be85a3ef671008504d1a365b1412e2715dcff61a41e3c83b60621df25d67946
 DIST Csound6.15.0_manual_pdf.zip 9360598 BLAKE2B 
898da87eb8b10a75f3f6256eeade7aa180ff5e6dd93de8d2bf462d01d1d1cf5f4c5d7c4ed73402aa019674d597ff3fd1b7ac436059d9df39e0d77a15365d529e
 SHA512 
0eca00951708d7064d789bdd0d98534e815ecc275e09b3020cce89d6f6b1009c0347e7d5fd400ed321bd7e05c89d79644f64c18f47b46013bb6b49c88e42fca0
+DIST Csound6.16.0_manual-fr_html.zip 25060442 BLAKE2B 
a08a5b22a9c5797ce98e523392f0023a9a15c7bae8166285b0dde93f3f1b557a10e6668b90e47f888189a49ba49860bb4405a87179c3b63b82339b21b4477e5f
 SHA512 
a552e4cbc997ca59fd809e5200edf9ae219eed1e16d25d33ba7804a7e9ed82b689391fbae4d6d8f7c449f4a178a1fa17062fd9d9b0bae2504c2a29ec9f713004
+DIST Csound6.16.0_manual-fr_pdf.zip 10042266 BLAKE2B 
9bab42487a476aebb26de07f88d31fb3526fc880635a831e553812ad68696480aca0b7feca4c4fcec0c1d79058bd73d796c409d845ecf2c00eb36446ce68
 SHA512 
61d0d19d5eab8fe9c9ff3880cdcd03fe8f4a06875f7ea03bb9957c88222485a561469c810e3edc8edefe14a0fdfb18c802525bfaaed970fe017e99d4c13651c6
+DIST Csound6.16.0_manual_html.zip 24765630 BLAKE2B 
3bf6e2202a42dfa826d39ef41282e1942f26cc3f6a3358e0de3a006f102b686342b4e1824a1c3a48ac37ffed31d9353e6946d948751dcc059819da649d63d9cb
 SHA512 
e550a832e365ab186533045d110259699039d08a85ec2f53d4fe36aa31004725b1dc6732f71d9895fa19b3df5f4ec720af1b4f80856a14b0ffbd844c4ab2dbe3
+DIST Csound6.16.0_manual_pdf.zip 9640644 BLAKE2B 
7bb35f806568a80abbd84a4f4988217bea09f3174881d802f6d61505f044c8a26b59036dcb61ead5315e756a4512eb1fb56b2824f27f09899a8fe1664a386754
 SHA512 
18347ce7080ca7997e98f8addffcc492c7ec5d8e037e71a33bb46fdbc5b58ec26ee42f370689fc228d4150bd9dedc31c7824ec4c19f3243d512977f4380f9490

diff --git a/app-doc/csound-manual/csound-manual-6.16.ebuild 
b/app-doc/csound-manual/csound-manual-6.16.ebuild
new file mode 100644
index 000..987fffe48dd
--- /dev/null
+++ b/app-doc/csound-manual/csound-manual-6.16.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=Csound${PV}.0
+
+DESCRIPTION="The Csound reference manual"
+HOMEPAGE="http://csounds.com/";
+SRC_URI="
+   
https://github.com/csound/csound/releases/download/${PV}.0/${MY_P}_manual_pdf.zip
+   l10n_fr? ( 
https://github.com/csound/csound/releases/download/${PV}.0/${MY_P}_manual-fr_pdf.zip
 )
+
+   html? (
+   
https://github.com/csound/csound/releases/download/${PV}.0/${MY_P}_manual_html.zip
+   l10n_fr? ( 
https://github.com/csound/csound/releases/download/${PV}.0/${MY_P}_manual-fr_html.zip
 )
+   )"
+
+LICENSE="FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="html"
+
+LANGS=" fr"
+IUSE+="${LANGS// / l10n_}"
+
+BDEPEND="
+   app-arch/unzip
+   media-libs/libpng:0
+"
+
+S=${WORKDIR}
+
+src_unpack() {
+   unpack ${MY_P}_manual_pdf.zip
+
+   if use html ; then
+   unpack ${MY_P}_manual_html.zip
+   mv html html-en
+   fi
+
+   local lang
+   for lang in ${LANGS} ; do
+   use l10n_${lang} || continue
+   unpack ${MY_P}_manual-${lang}_pdf.zip
+   if use html ; then
+   unpack ${MY_P}_manual-${lang}_html.zip
+   mv html html-${lang}
+   fi
+   done
+}
+
+src_prepare() {
+   default
+
+   # Fix broken png file, bug 737130
+   if use html; then
+   local png=html-en/images/delayk.png
+   pngfix -q --out=${png/.png/fixed.png} ${png} # see pngfix help 
for exit codes

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

2021-06-13 Thread Miroslav Šulc
commit: 71c4df5b28386c7e83bc523090d8263c394079b2
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jun 13 08:00:55 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 13 08:01:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c4df5b

media-sound/csound: bump to 6.16.0 + sync'd live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/csound/Manifest |  3 +++
 .../csound/{csound-.ebuild => csound-6.16.0.ebuild} | 17 -
 media-sound/csound/csound-.ebuild   | 10 +-
 3 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/media-sound/csound/Manifest b/media-sound/csound/Manifest
index dbe4c2256bf..4503725bdf0 100644
--- a/media-sound/csound/Manifest
+++ b/media-sound/csound/Manifest
@@ -1,3 +1,6 @@
 DIST Csound6.15.0_manual_html.zip 20674415 BLAKE2B 
b15b3381f13c7877130dfec60803ba1cdd12e5d2d92e5ea02c4d0dd5c1c70cc2bbec5f76634b385a0ffd20e7397d6c33bbe374128f01345999f34e2e2a0b7dd1
 SHA512 
cf7df42f3b6d869a5e9f531c64a50287f9385927b26c48ff3c334b2ed95d17334be85a3ef671008504d1a365b1412e2715dcff61a41e3c83b60621df25d67946
 DIST Csound6.15.0_manual_pdf.zip 9360598 BLAKE2B 
898da87eb8b10a75f3f6256eeade7aa180ff5e6dd93de8d2bf462d01d1d1cf5f4c5d7c4ed73402aa019674d597ff3fd1b7ac436059d9df39e0d77a15365d529e
 SHA512 
0eca00951708d7064d789bdd0d98534e815ecc275e09b3020cce89d6f6b1009c0347e7d5fd400ed321bd7e05c89d79644f64c18f47b46013bb6b49c88e42fca0
+DIST Csound6.16.0_manual_html.zip 24765630 BLAKE2B 
3bf6e2202a42dfa826d39ef41282e1942f26cc3f6a3358e0de3a006f102b686342b4e1824a1c3a48ac37ffed31d9353e6946d948751dcc059819da649d63d9cb
 SHA512 
e550a832e365ab186533045d110259699039d08a85ec2f53d4fe36aa31004725b1dc6732f71d9895fa19b3df5f4ec720af1b4f80856a14b0ffbd844c4ab2dbe3
+DIST Csound6.16.0_manual_pdf.zip 9640644 BLAKE2B 
7bb35f806568a80abbd84a4f4988217bea09f3174881d802f6d61505f044c8a26b59036dcb61ead5315e756a4512eb1fb56b2824f27f09899a8fe1664a386754
 SHA512 
18347ce7080ca7997e98f8addffcc492c7ec5d8e037e71a33bb46fdbc5b58ec26ee42f370689fc228d4150bd9dedc31c7824ec4c19f3243d512977f4380f9490
 DIST csound-6.15.0-distributable.tar.xz 25156784 BLAKE2B 
f944385256b423d95da2df8da7dc2bcf164ffc469f55650396827bc9da49ef1778039772e149bcbde77c71a363e8ea253ec3103c753cc3916d63d450f571c2a8
 SHA512 
a0a65805507ac7afd6bcb0fe988cb1bdba0a95a591ac6837a2c31cf3a7aeef56fee44eed7bca14409ccf600412782098a8c2ffb1aecb5eefd703bc270a0ee308
+DIST csound-6.16.0-distributable.tar.xz 25129496 BLAKE2B 
cecfe82e9d584ac9e453659b617d54d2f899efd3e65243ba38770e5174baec6f12b0fa6c06c8ef2154f7c80faee8b9992bbe0957892a4ba86e142066aea85578
 SHA512 
243b23fc7cde3f0348953e88856117355b5b7185314045aad1b6dac236e227c558afd3fd8a73d9d760f3e5a30ee50d02cc7fe3d8b4b84fb63fa82c64972ca1ca

diff --git a/media-sound/csound/csound-.ebuild 
b/media-sound/csound/csound-6.16.0.ebuild
similarity index 95%
copy from media-sound/csound/csound-.ebuild
copy to media-sound/csound/csound-6.16.0.ebuild
index f0b57265999..27e5f4a83d4 100644
--- a/media-sound/csound/csound-.ebuild
+++ b/media-sound/csound/csound-6.16.0.ebuild
@@ -31,7 +31,7 @@ HOMEPAGE="https://csound.github.io/";
 LICENSE="LGPL-2.1 doc? ( FDL-1.2+ )"
 SLOT="0"
 IUSE="+alsa beats chua curl +cxx debug doc double-precision dssi examples
-fltk +fluidsynth hdf5 +image jack java keyboard linear lua mp3 nls osc 
portaudio
+fltk +fluidsynth hdf5 jack java keyboard linear lua mp3 nls osc portaudio
 portaudio portmidi pulseaudio python samples static-libs stk test +threads 
+utils
 vim-syntax websocket"
 
@@ -71,7 +71,6 @@ CDEPEND="
fluidsynth? ( media-sound/fluidsynth:= )
fltk? ( x11-libs/fltk:1[threads?] )
hdf5? ( sci-libs/hdf5 )
-   image? ( media-libs/libpng:0= )
jack? ( virtual/jack )
java? ( >=virtual/jdk-1.8:* )
keyboard? ( x11-libs/fltk:1[threads?] )
@@ -119,6 +118,13 @@ src_prepare() {
sed -e '/set(PLUGIN_INSTALL_DIR/s/-${APIVERSION}//' \
-e '/-O3/d' \
-i CMakeLists.txt || die
+
+   if use doc; then
+   local png="${WORKDIR}/html/images/delayk.png"
+   pngfix -q --out=${png/.png/fixed.png} ${png} # see pngfix help 
for exit codes
+   [[ $? -gt 15 ]] && die "Failed to fix ${png}"
+   mv -f ${png/.png/fixed.png} ${png} || die
+   fi
 }
 
 src_configure() {
@@ -133,11 +139,9 @@ src_configure() {
-DBUILD_DSSI_OPCODES=$(usex dssi)
-DBUILD_EMUGENS_OPCODES=ON
-DBUILD_EXCITER_OPCODES=ON
-   -DBUILD_FAUST_OPCODES=OFF
-DBUILD_FLUID_OPCODES=$(usex fluidsynth)
-DBUILD_FRAMEBUFFER_OPCODES=ON
-DBUILD_HDF5_OPCODES=$(usex hdf5)
-   -DBUILD_IMAGE_OPCODES=$(usex image)
-DBUILD_INSTALLER=OFF
-DBUILD_JACK_OPCODES=$(usex jack)
-DBUILD_JAVA_INTERFACE=$(usex java)
@@ -

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

2021-06-13 Thread Alfredo Tupone
commit: 56f5892bc2fcb42fb1f05b81941d40070d584f0f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Jun 13 08:13:20 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Jun 13 08:13:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f5892b

dev-ml/num: changing compiler need a rebuild, add RDEPEND

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

 dev-ml/num/num-1.4-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/num/num-1.4-r1.ebuild b/dev-ml/num/num-1.4-r1.ebuild
index dca4527a23d..cd7d2f4efd2 100644
--- a/dev-ml/num/num-1.4-r1.ebuild
+++ b/dev-ml/num/num-1.4-r1.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
 IUSE="+ocamlopt"
 
+RDEPEND="dev-lang/ocaml:="
+
 src_compile() {
emake CFLAGS="${CFLAGS}"
 }



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

2021-06-13 Thread David Seifert
commit: 01f3fe8d243477a650529bb734a452d8887394e3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 08:40:51 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 13 08:40:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f3fe8d

sys-apps/rng-tools: add 6.13

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

 sys-apps/rng-tools/Manifest|  1 +
 .../rng-tools-6.13-various-autotools-fixups.patch  | 78 ++
 sys-apps/rng-tools/rng-tools-6.13.ebuild   | 73 
 3 files changed, 152 insertions(+)

diff --git a/sys-apps/rng-tools/Manifest b/sys-apps/rng-tools/Manifest
index 426e7b32088..684eb563631 100644
--- a/sys-apps/rng-tools/Manifest
+++ b/sys-apps/rng-tools/Manifest
@@ -1,2 +1,3 @@
 DIST rng-tools-6.11.tar.gz 57366 BLAKE2B 
d613502bcb24560638c0abc956987e57ec54b6594bed414ce2b70086716f73a9a9eec4800c86097c4a14b91401f0f28be62f5182ee01c328c9a32cd79eaec561
 SHA512 
0058ca5d0c1ddb554284fe8e6b9c0b85f130e0b9e0b9f0f0219f434302766e07c321d4fc0c01bdeb59053d5cd14dab67dc1c306422ef35a62a267af9fbdf7deb
 DIST rng-tools-6.12.tar.gz 57309 BLAKE2B 
d7a12b50889065f885cb15cda9686d63950fcc1ac9099893ed9c9236a9a930627c9541980c410318b40104637df688f5622681ce1d80eee7d4aaaf696c6bc3c5
 SHA512 
56dd334b65dcec1456f8dbdbee5d83590de27cb6ee1b7715828b5316a913557fd178e264139dc92a82e09635ca15b1eb5f6169bfb4412fbe1b06ea28a5064c64
+DIST rng-tools-6.13.tar.gz 59311 BLAKE2B 
e4601a2fa8158775a8ef7188edbe61a5eb1df35dccc9e1a0ab6b31b559f2f11dd67b682cf9995f0a67834690417e283d443ae6fa54e99ab6462a1185f9b9e09b
 SHA512 
def5f2dcdd1771e8fe5af9476de866ff89a225065416672165af6019cbb166f874fae936b3705221aa47dc13ae99fa63d054d7d49b612f3151cd922a0a129490

diff --git 
a/sys-apps/rng-tools/files/rng-tools-6.13-various-autotools-fixups.patch 
b/sys-apps/rng-tools/files/rng-tools-6.13-various-autotools-fixups.patch
new file mode 100644
index 000..4ad2348dad9
--- /dev/null
+++ b/sys-apps/rng-tools/files/rng-tools-6.13-various-autotools-fixups.patch
@@ -0,0 +1,78 @@
+https://github.com/nhorman/rng-tools/pull/132
+
+From 16b728f9a5bb138386fa770de817ec244a158be5 Mon Sep 17 00:00:00 2001
+From: David Seifert 
+Date: Sat, 12 Jun 2021 22:15:06 +0200
+Subject: [PATCH 1/3] Use `AM_PROG_AR` over `AC_CHECK_TOOLS`
+
+* `AM_PROG_AR` is the canonical way to detect the archiver
+  and includes workarounds for Cygwin.
+--- a/configure.ac
 b/configure.ac
+@@ -62,10 +62,9 @@ AM_PROG_AS
+ dnl Checks for programs
+ AC_PROG_CC
+ AC_PROG_RANLIB
++AM_PROG_AR
+ AC_PROG_GCC_TRADITIONAL
+ 
+-AC_CHECK_TOOLS([AR], [ar gar], :)
+-
+ AX_PTHREAD
+ 
+ AM_CONDITIONAL([RDRAND], [test $target_cpu = x86_64 -o $target_cpu = i686])
+
+From 2ce93190cb0111fcab2f622a539689d70960643a Mon Sep 17 00:00:00 2001
+From: David Seifert 
+Date: Sat, 12 Jun 2021 22:15:09 +0200
+Subject: [PATCH 2/3] Build `randstat` binary
+--- a/contrib/Makefile.am
 b/contrib/Makefile.am
+@@ -1,3 +1,2 @@
+-
+-EXTRA_DIST = randstat.c
+-
++bin_PROGRAMS = randstat
++randstat_SOURCES = randstat.c
+
+From 3adf2613e262efbda0a3455e59c8cb3390271563 Mon Sep 17 00:00:00 2001
+From: David Seifert 
+Date: Sat, 12 Jun 2021 22:15:12 +0200
+Subject: [PATCH 3/3] `AC_CANONICAL_TARGET` -> `AC_CANONICAL_HOST`
+
+* `AC_CANONICAL_TARGET` is the type of system for which code
+  will be produced, not on which it will run. This is a common
+  confusion with Autoconf's target triplet.
+--- a/configure.ac
 b/configure.ac
+@@ -20,7 +20,8 @@ dnl Foundation, Inc., 51 Franklin Street, Suite 500, Boston, 
MA  02110-1335  USA
+ AC_INIT(rng-tools, 6.13, [Neil Horman ])
+ AC_PREREQ(2.52)
+ AC_CONFIG_SRCDIR([rngd.c])
+-AC_CANONICAL_TARGET
++AC_CANONICAL_HOST
++AC_CANONICAL_TARGET dnl required for broken AX_PTHREAD
+ AM_INIT_AUTOMAKE([foreign])
+ AC_CONFIG_HEADERS([rng-tools-config.h])
+ AC_CONFIG_MACRO_DIRS([m4])
+@@ -67,14 +68,14 @@ AC_PROG_GCC_TRADITIONAL
+ 
+ AX_PTHREAD
+ 
+-AM_CONDITIONAL([RDRAND], [test $target_cpu = x86_64 -o $target_cpu = i686])
+-AS_IF([test $target_cpu = x86_64 -o $target_cpu = i686], 
[AC_DEFINE([HAVE_RDRAND],1,[Enable RDRAND])],[])
++AM_CONDITIONAL([RDRAND], [test $host_cpu = x86_64 || $host_cpu = i686])
++AS_IF([test $host_cpu = x86_64 || $host_cpu = i686], 
[AC_DEFINE([HAVE_RDRAND],1,[Enable RDRAND])],[])
+ 
+-AM_CONDITIONAL([DARN], [test $target_cpu = powerpc64le])
+-AS_IF([test $target_cpu = powerpc64le], [AC_DEFINE([HAVE_DARN],1,[Enable 
DARN])],[])
++AM_CONDITIONAL([DARN], [test $host_cpu = powerpc64le])
++AS_IF([test $host_cpu = powerpc64le], [AC_DEFINE([HAVE_DARN],1,[Enable 
DARN])],[])
+ 
+-AM_CONDITIONAL([RNDR], [test $target_cpu = aarch64])
+-AS_IF([test $target_cpu = aarch64], [AC_DEFINE([HAVE_RNDR],1,[Enable 
RNDR])],[])
++AM_CONDITIONAL([RNDR], [test $host_cpu = aarch64])
++AS_IF([test $host_cpu = aarch64], [AC_DEFINE([HAVE_RNDR],1,[Enable RNDR])],[])
+ AM_CONDITIONAL([JITTER], [false])
+ 
+ AC_ARG_ENABLE(

[gentoo-commits] repo/proj/guru:master commit in: app-dicts/dictd-devils/

2021-06-13 Thread Haelwenn Monnier
commit: 7f9167e0ca49df66e3f76647870c2fedd3e75bda
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 01:29:12 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f9167e0

app-dicts/dictd-devils: default

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-dicts/dictd-devils/dictd-devils-20150822.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-devils/dictd-devils-20150822.ebuild 
b/app-dicts/dictd-devils/dictd-devils-20150822.ebuild
index b6cfce5d5..381675db3 100644
--- a/app-dicts/dictd-devils/dictd-devils-20150822.ebuild
+++ b/app-dicts/dictd-devils/dictd-devils-20150822.ebuild
@@ -20,7 +20,7 @@ BDEPEND="
 PATCHES=( "${FILESDIR}/format.patch" )
 
 src_prepare() {
-   eapply_user
+   default
 
sed \
-e 's/\r//g' \



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/erofs-utils/

2021-06-13 Thread Haelwenn Monnier
commit: 19a1f8bb84f6f009132badeeb89b7bbf0861eec1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:27:32 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19a1f8bb

sys-fs/erofs-utils: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-fs/erofs-utils/erofs-utils-.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/sys-fs/erofs-utils/erofs-utils-.ebuild 
b/sys-fs/erofs-utils/erofs-utils-.ebuild
deleted file mode 100644
index 1b9df4111..0
--- a/sys-fs/erofs-utils/erofs-utils-.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools git-r3
-
-DESCRIPTION="Userspace tools for EROFS images"
-HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git";
-EGIT_BRANCH="experimental"
-EGIT_REPO_URI="${HOMEPAGE}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE="fuse lz4 selinux +uuid"
-
-RDEPEND="
-   fuse? ( sys-fs/fuse:0 )
-   lz4? ( >=app-arch/lz4-1.9 )
-   selinux? ( sys-libs/libselinux )
-   uuid? ( sys-apps/util-linux )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable fuse) \
-   $(use_enable lz4) \
-   $(use_with selinux) \
-   $(use_with uuid)
-}



[gentoo-commits] repo/proj/guru:master commit in: app-dicts/dictd-web1913/

2021-06-13 Thread Haelwenn Monnier
commit: 4f4987ef923245fd500eb446c5bfdc27e9e79de8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 01:26:45 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f4987ef

app-dicts/dictd-web1913: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-dicts/dictd-web1913/Manifest   | 12 +++
 .../dictd-web1913/dictd-web1913-0.5.0_p1.ebuild| 89 ++
 app-dicts/dictd-web1913/metadata.xml   | 14 
 3 files changed, 115 insertions(+)

diff --git a/app-dicts/dictd-web1913/Manifest b/app-dicts/dictd-web1913/Manifest
new file mode 100644
index 0..4cfcc6878
--- /dev/null
+++ b/app-dicts/dictd-web1913/Manifest
@@ -0,0 +1,12 @@
+DIST pgw050ab.zip 1400825 BLAKE2B 
7145d4ba24bb5dbfc89c6d2437a7056e1be3bf778040831e7b2e3f0420f9811c3b4f803238b174c76932c77099f3ab8f9144b410d219085068d8a7d09cf3e432
 SHA512 
bc9b7e2e43b40301cb44271dda1dc410fefcda912a6a199bfe7c309749f5a6ac036e17fe588460a3d78ffabbab6553b83077bb8a5658ca421cd16f8014c042f2
+DIST pgw050c.zip 1159912 BLAKE2B 
c0133d8ceff0c511d8e6e727eb33b87cef47d549eeb9c11f4db6713ff44fc52a1fbc18e40409f5778ee2f7354fd4561ef2f2cc3875e3985996f1eae19e01307e
 SHA512 
4b782884c32b59d28e47206591060ca44fdeaa7050f5e91a316061fb8287ec0296b5b779638fd462861e96558b79f4b6585c332a783dc6ac7c671113cd57d466
+DIST pgw050de.zip 1172639 BLAKE2B 
e8557299d1b760e074a1da047f2ef4db27cdfeab91028a4ff682395d0263c81294698e32186a749de7440b7f84cbc71e0fd55ebc692b24b371883c65fbcf6b1a
 SHA512 
69fe3979131b004eb259aef52c83efc1e4ecde951a6f6294ff16e63a9d60d52a6bbe9fadf93b68dd9df988cfcf36c7a13f594a10c54ea531212c3300a11caf18
+DIST pgw050fh.zip 1347072 BLAKE2B 
9ffae0773b14c9878456ef497e5d16f78475e87acf805c325ff698043e931f5fa96af52edbffcd1eda6caef139132908841c5c28b5c8825166c4b32aae06404b
 SHA512 
9d8dd9bc71c26dfd1ee42129484073c6c7fae89e2ec77407c4535c50b13c74268cd203d8136d79de75bd9efec920723e6d3e5c65c5dd893e8c3c53d61ccdd4d9
+DIST pgw050il.txt 3726925 BLAKE2B 
e3d6b6e8bc8fbebfabe41757dd8df64745a1026d277198f1082ccaa4ab9798c3892c5cdeed522a1e5eb9e39342243c77682c126f07a1edb5b48dab59c450f5b0
 SHA512 
697f6209ef559c8326dcea7360347a1b4da401a49903a2475648dd645a562069cf4da1e471b1f4b3acb558af09171e9c0ae6b09a45af2e63ddae46e7716e5e3f
+DIST pgw050mo.zip 1036584 BLAKE2B 
5a2ab8bbcb4738850fb52f17a5b56b82347ad95b5c0c630275078942de9c210c4a482cb5a08b629f9f3a15303ed1f76bf1796fac4584e43dd84c5d2e34958ee0
 SHA512 
6957eaf19ca83a3bf584149b2a205f709dbd8d072fbd7396657b1c7786f02b5f0d21b56bf054221c0057bf27b5d02e7c79f3deced9b7e51f6b9779cf8993db88
+DIST pgw050pq.zip 1044532 BLAKE2B 
fbd7e3dfbbacdb8154fe6c39ae1d781c238548b5ee1b985d4ed3003ac6a177ce09573a60d5f021630fc6fcc219f446a0682891e8dda0e124554e04bf0c3b8a10
 SHA512 
0b7993b1c5e5cab7233e6b569d56351c7c27f4727a5c927eb1cee0fca2b2fc854e627b63b61cbfa1403752bdf29675e26d40430be32ba1655451c69bb968f1a8
+DIST pgw050r.zip 601207 BLAKE2B 
6fba41c89c755165bec9928796830dbe740c011e9b56983e4da72a8ab391eac3016ff3fd5396f970b7299342092f73b265b9daa223eff455460bb92d0ba194a1
 SHA512 
15efdfacf33a316441af1c6f2d980bb2e4f74cf15663a25eef2183ad1d50a475efb92a93a0d9ac9540fbc9b2ed89333f29e2e41f4c27c6932757ee4535faaa53
+DIST pgw050s.zip 1421850 BLAKE2B 
264ec367db97bdbcc3caf81dd26920d7560a07521c98ee9754d53195d5c94c6d2ec7d8f627a03c92c77534c0f80cb902ef0bfa6db7369f8a7788e4594b641036
 SHA512 
c2b74ef60f65ea1c504247e6b0b3f3e677f57ef18e62bbae82a599ed37dc57825336f36f7ba060307fe0c6dd62751acb746c4f96677071eb798c5128b01faec0
+DIST pgw050tw.zip 1395640 BLAKE2B 
bf40aba3dbb3ae82393d54d2842e653759b4c0c206ee225df7134454f3038718dddf9bb9286307223d5232b206f6f24b8e5827702b5759c6fe69a7eef351c9c1
 SHA512 
1aa46777dbaa429587ebd30c7c4ad9736afe02187861eb60a67348e683afa9660cb76571cc5e57b0a423b9e1761805507173ef67352954935015d60180078052
+DIST pgw050xz.zip 579098 BLAKE2B 
6e3155a8ca0a3541d3418527c1f7417b885f6e2f79577a6684dca24fddbcfa03d849f91ea73a9a6cfe27ecf3c5ea2c5c3ee6f31fabef4a1d161a58dafe5a38da
 SHA512 
01d8151afdc185e77b2afbbe0e5602d8518f9ce51d14c25b0a3c9676d40252c42defb320ac843b40b466e2b481b7b7f80b3871c332733d770c5eb4363d4a1991
+DIST web1913-dict-patches-p1.tar.gz 15311 BLAKE2B 
0849c15799ff4d7f06c42e22fb9e5693aaf1d16ba4ef77a06007c63bcf32b7cb12c1e526ad969a91f8082f79d10e502e6458fdbd113bd7922cd8b44f920c559e
 SHA512 
b70d1ea571a067b7115572dba18aa1d05c4f51e596482c88c651883ba2937b5b569303a34c75056a0425e7feccab3715bb0c978fa46d539d5ceb56b5e296eb90

diff --git a/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild 
b/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild
new file mode 100644
index 0..603c3b5ef
--- /dev/null
+++ b/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WV="${PV%_p*}"
+GV="${WV//.}"
+
+SN="web1913-dict-patches"
+SV="${PV##*_}"
+SD="${SN}-${SV}"
+
+DE

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

2021-06-13 Thread Haelwenn Monnier
commit: ccde6e304101ceb0084f644eb21b1cb34ec86f99
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:38:22 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccde6e30

media-gfx/bonzomatic: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 media-gfx/bonzomatic/bonzomatic-.ebuild | 72 -
 1 file changed, 72 deletions(-)

diff --git a/media-gfx/bonzomatic/bonzomatic-.ebuild 
b/media-gfx/bonzomatic/bonzomatic-.ebuild
deleted file mode 100644
index ee701bf37..0
--- a/media-gfx/bonzomatic/bonzomatic-.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Live shader coding tool and Shader Showdown workhorse"
-HOMEPAGE="https://github.com/Gargaj/Bonzomatic";
-if [[ "${PV}" == "" ]]
-then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Gargaj/Bonzomatic";
-else
-   MY_PV="$(ver_rs 1- -)"
-   
SRC_URI="https://github.com/Gargaj/Bonzomatic/archive/refs/tags/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/Bonzomatic-${MY_PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="Unlicense"
-SLOT="0"
-IUSE="system-glfw system-glew system-stb system-kissfft wayland"
-
-# TODO: system-miniaudio, system-jsonxx/json++, system-scintilla
-# !system-glfw copied from media-libs/glfw-3.3.3::gentoo
-# !system-glew copied from media-libs/glew-2.2.0::gentoo
-DEPEND="
-   system-glfw? ( media-libs/glfw )
-   !system-glfw? (
-   wayland? (
-   dev-libs/wayland
-   media-libs/mesa[egl,wayland]
-   dev-libs/wayland-protocols
-   )
-   !wayland? (
-   x11-libs/libX11
-   x11-libs/libXcursor
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXxf86vm
-   x11-libs/libXi
-   )
-   )
-   system-glew? ( media-libs/glew:= )
-   !system-glew? (
-   >=x11-libs/libX11-1.6.2
-   >=x11-libs/libXext-1.3.2
-   >=x11-libs/libXi-1.7.2
-   >=x11-libs/libXmu-1.1.1-r1
-   )
-   system-stb? ( dev-libs/stb )
-   system-kissfft? ( sci-libs/kissfft )
-   virtual/opengl
-   virtual/glu
-   media-libs/alsa-lib
-   media-libs/fontconfig
-"
-RDEPEND="${DEPEND}"
-BDEPEND="!system-glfw? ( wayland? ( dev-libs/wayland-protocols ) )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBONZOMATIC_USE_SYSTEM_GLFW=$(usex system-glfw)
-   -DGLFW_USE_WAYLAND="$(usex wayland)"
-   -DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew)
-   -DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb)
-   -DBONZOMATIC_USE_SYSTEM_KISSFFT=$(usex system-kissfft)
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/

2021-06-13 Thread Haelwenn Monnier
commit: cb05c72bf8cf1c172515ffbb221c926c5b16c9b0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:32:33 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb05c72b

app-admin/s-tui: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-admin/s-tui/s-tui-.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/app-admin/s-tui/s-tui-.ebuild 
b/app-admin/s-tui/s-tui-.ebuild
deleted file mode 100644
index cbfd92123..0
--- a/app-admin/s-tui/s-tui-.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Stress-Terminal UI monitoring tool"
-HOMEPAGE="https://amanusk.github.io/s-tui/";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
-   EGIT_SUBMODULES=()
-else
-   # Pypi source doesn't include tests
-   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]
-   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   elog "To get additional features, some optional runtime dependencies"
-   elog "may be installed:"
-   elog ""
-   optfeature "Stress options in program menu" app-benchmarks/stress
-}



[gentoo-commits] repo/proj/guru:master commit in: app-dicts/dictd-gazetteer/, app-dicts/dictd-gazetteer/files/

2021-06-13 Thread Haelwenn Monnier
commit: ead768b68d112a70320ab8ac31707467accb1af5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 14:09:12 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ead768b6

app-dicts/dictd-gazetteer: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-dicts/dictd-gazetteer/Manifest |  1 +
 .../dictd-gazetteer/dictd-gazetteer-1.3.ebuild | 42 ++
 .../files/dictd-gazetteer-fix-makefile.patch   | 20 +++
 .../files/dictd-gazetteer-fix-paths.patch  | 12 +++
 app-dicts/dictd-gazetteer/metadata.xml |  8 +
 5 files changed, 83 insertions(+)

diff --git a/app-dicts/dictd-gazetteer/Manifest 
b/app-dicts/dictd-gazetteer/Manifest
new file mode 100644
index 0..ff3d7f7fb
--- /dev/null
+++ b/app-dicts/dictd-gazetteer/Manifest
@@ -0,0 +1 @@
+DIST dict-gazetteer_1.3.orig.tar.gz 2860737 BLAKE2B 
fbe5ef47f3044bd48173f1b0462fa8706e7232a889f9cc1bf6a4822c4ed3c461266843f249b526ffc93fb05a19e5a5656466375aef1a71ce0578562bf3f428d5
 SHA512 
2c875eb42ed6e6d2a75a24da1548730b86a54c8a2ed7dd8f41499d0963741775a3d0579f2b99c25798ecb4a9ae5cb327c04d446e79f06b55325be1a14854581f

diff --git a/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild 
b/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild
new file mode 100644
index 0..a064ecd7d
--- /dev/null
+++ b/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="The original U.S. Gazetteer Place and Zipcode Files for dict"
+HOMEPAGE="https://sourceforge.net/projects/dict-gazetteer";
+SRC_URI="mirror://sourceforge/project/dict-gazetteer/dict-gazetteer_${PV}.orig.tar.gz"
+S="${WORKDIR}/dict-gazetteer-${PV}"
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=app-text/dictd-1.5.5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-fix-makefile.patch"
+   "${FILESDIR}/${PN}-fix-paths.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+   mkdir -p "${T}/dict" || die
+}
+
+src_configure() {
+   econf --datadir="${T}"
+}
+
+src_compile() {
+   emake
+   emake db
+}
+
+src_install() {
+   emake install
+   insinto "/usr/share"
+   doins -r "${T}/dict"
+}

diff --git a/app-dicts/dictd-gazetteer/files/dictd-gazetteer-fix-makefile.patch 
b/app-dicts/dictd-gazetteer/files/dictd-gazetteer-fix-makefile.patch
new file mode 100644
index 0..70a77eae4
--- /dev/null
+++ b/app-dicts/dictd-gazetteer/files/dictd-gazetteer-fix-makefile.patch
@@ -0,0 +1,20 @@
+--- a/Makefile.in
 b/Makefile.in
+@@ -77,7 +77,7 @@
+ $(DATABASE) $(DATAINDEX): $(EXES) data/*.txt
+   ./format -p < data/places.txt > tmp
+   ./format -c < data/counties.txt >> tmp
+-# ./format -m < data/mcds.txt >> tmp
++  ./format -m < data/mcds.txt >> tmp
+   ./format -z < data/zips.txt >> tmp
+   sort tmp | ./format -f > $(DATABASE)
+   -rm -f tmp
+@@ -165,7 +165,7 @@
+ #  fi \
+ #  done
+   -rm -f config.h config.cache config.status stamp-h.in stamp-h
+--rm -f Makefile
++  -rm -f Makefile
+ # -rm -f configure Makefile # We need to keep configure
+   -rm -f $(DATABASE) $(DATABASE).dz $(DATAINDEX)
+ 

diff --git a/app-dicts/dictd-gazetteer/files/dictd-gazetteer-fix-paths.patch 
b/app-dicts/dictd-gazetteer/files/dictd-gazetteer-fix-paths.patch
new file mode 100644
index 0..4452e4c79
--- /dev/null
+++ b/app-dicts/dictd-gazetteer/files/dictd-gazetteer-fix-paths.patch
@@ -0,0 +1,12 @@
+--- a/configure.in
 b/configure.in
+@@ -36,9 +36,6 @@
+ AC_INIT(format.c)
+ AC_CONFIG_HEADER(config.h)
+ 
+-prefix=/usr
+-datadir=/usr/lib
+-
+ echo Configuring for dict-gazetteer
+ echo .
+ 

diff --git a/app-dicts/dictd-gazetteer/metadata.xml 
b/app-dicts/dictd-gazetteer/metadata.xml
new file mode 100644
index 0..7e04e1c66
--- /dev/null
+++ b/app-dicts/dictd-gazetteer/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   
+   dict-gazetteer
+   
+



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/alligator/

2021-06-13 Thread Haelwenn Monnier
commit: 5f73e3267ac358630430cbf8c1e4ce6e5b7c9bc3
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:18:06 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f73e326

kde-apps/alligator: add 21.06, drop 0.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 kde-apps/alligator/Manifest | 2 +-
 kde-apps/alligator/{alligator-0.1.ebuild => alligator-21.06.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/alligator/Manifest b/kde-apps/alligator/Manifest
index 90bb2c41f..0c4847de6 100644
--- a/kde-apps/alligator/Manifest
+++ b/kde-apps/alligator/Manifest
@@ -1,2 +1,2 @@
-DIST alligator-0.1.tar.xz 159632 BLAKE2B 
5c8af922b6862e59548a94de13ccade643b72284295347aa7f7ab9b9ae6a6b19bed3fff2924a8829550ae22b61f76194d9cbe1e742581749114d28098eca6a3a
 SHA512 
668363e1ec09dee7102ef1b3dffaa30b5a391b84ce3bf85dccb242976bda91c26cead9d16932cd92c6132bcb044d7e40186733e361168dc280efa5905dab8c5b
 DIST alligator-21.05.tar.xz 170288 BLAKE2B 
947e05a122b083c860ee35802602f5994b98716ad506ba175b29b00149b8f4c4c8d50a9ed7a5c2537f932de393b4a713470abf17cb94724d4638e1dc72b6304b
 SHA512 
b0825f067d52a4903d924cf224597acd17bf64d496e0ca5ceebc80a1707a4f6d8620eb2b727f021a12f3ff838782d14362f6a72758c7154e2bbffadc2f71
+DIST alligator-21.06.tar.xz 175080 BLAKE2B 
b7cfcf483601588f65b47ca38ef068301a50ac218037f617d59133cc3a4e415f379e7207e9bef0ad960d17d90f0f378de01f3f1a7445175d06badbb7573ec12c
 SHA512 
d81a8f242294cb897f6167aa339ad2ac15fdca5322bd138c0fedd333153833ca090d6a0d2ab048ccd0e6aebde813f6238df6636bee0db20b37cabcb66aec

diff --git a/kde-apps/alligator/alligator-0.1.ebuild 
b/kde-apps/alligator/alligator-21.06.ebuild
similarity index 92%
rename from kde-apps/alligator/alligator-0.1.ebuild
rename to kde-apps/alligator/alligator-21.06.ebuild
index 107c1f0a4..0a77e6f14 100644
--- a/kde-apps/alligator/alligator-0.1.ebuild
+++ b/kde-apps/alligator/alligator-21.06.ebuild
@@ -10,12 +10,11 @@ inherit ecm
 
 DESCRIPTION="A convergent RSS/Atom feed reader for Plasma"
 HOMEPAGE="https://apps.kde.org/alligator/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5



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

2021-06-13 Thread Haelwenn Monnier
commit: 54dfdbc13f72d4916dc15aa10f4663f50c52e56f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:30:33 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54dfdbc1

media-gfx/qfontviewer: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 media-gfx/qfontviewer/qfontviewer-.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/media-gfx/qfontviewer/qfontviewer-.ebuild 
b/media-gfx/qfontviewer/qfontviewer-.ebuild
deleted file mode 100644
index e7127f05d..0
--- a/media-gfx/qfontviewer/qfontviewer-.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-DESCRIPTION="Font viewer with character table"
-HOMEPAGE="http://qfontviewer.sourceforge.net/";
-EGIT_REPO_URI="https://github.com/alopatindev/qfontviewer";
-LICENSE="GPL-3+"
-SLOT="0"
-
-DEPEND="dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   einstalldocs
-   newbin "${P}" "${PN}"
-}



[gentoo-commits] repo/proj/guru:master commit in: app-dicts/dictd-gcide/

2021-06-13 Thread Haelwenn Monnier
commit: 836a59471ed48dea6aa7813494ab783528adb0c0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 14:17:04 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=836a5947

app-dicts/dictd-gcide: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-dicts/dictd-gcide/Manifest  |  1 +
 app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild | 31 +
 app-dicts/dictd-gcide/metadata.xml  |  5 
 3 files changed, 37 insertions(+)

diff --git a/app-dicts/dictd-gcide/Manifest b/app-dicts/dictd-gcide/Manifest
new file mode 100644
index 0..5b8d4c6d8
--- /dev/null
+++ b/app-dicts/dictd-gcide/Manifest
@@ -0,0 +1 @@
+DIST dictd-gcide-0.48.5.tar.xz 10329064 BLAKE2B 
2f4040fa71e0b550141aab51d85ebc3ec3cfd784ad7a1240c00385384ba6cc7653a2d6e43824867fac41d370c153569c30dcf34764cbca5b06c77f46c412d1a6
 SHA512 
a10d46947c7d8b7050c44a12cfb38ed374e971063805e69897652cd8993dc5cf0ecc4d9a12680a8ced30d110d20bc84def75bd587166aa2cfa78529b9397aafe

diff --git a/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild 
b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild
new file mode 100644
index 0..feb3c9499
--- /dev/null
+++ b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+MY_PN=dict-gcide
+
+DESCRIPTION="Collaborative International Dictionary of English (incl. Webster 
1913) for dict"
+HOMEPAGE="https://tracker.debian.org/pkg/dict-gcide";
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_PN}_${PV}.tar.xz -> 
${P}.tar.xz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND=">=app-text/dictd-1.5.5"
+RDEPEND="
+   ${BDEPEND}
+   !app-dicts/dictd-web1913
+"
+
+src_compile() {
+   emake -j1 db
+}
+
+src_install() {
+   insinto /usr/share/dict
+   doins gcide.dict.dz gcide.index
+}

diff --git a/app-dicts/dictd-gcide/metadata.xml 
b/app-dicts/dictd-gcide/metadata.xml
new file mode 100644
index 0..46f4785f7
--- /dev/null
+++ b/app-dicts/dictd-gcide/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/kclock/

2021-06-13 Thread Haelwenn Monnier
commit: 0bf5d753d51355c83fd46010aefeea9f00e1e903
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:17:54 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bf5d753

kde-apps/kclock: add 21.06, drop 0.4.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 kde-apps/kclock/Manifest   |  2 +-
 .../{kclock-0.4.0.ebuild => kclock-21.06.ebuild}   | 24 --
 2 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/kde-apps/kclock/Manifest b/kde-apps/kclock/Manifest
index de9b17d93..bdabc04ee 100644
--- a/kde-apps/kclock/Manifest
+++ b/kde-apps/kclock/Manifest
@@ -1,2 +1,2 @@
-DIST kclock-0.4.0.tar.xz 746848 BLAKE2B 
2505b763106a8f881225403c26594db8d308a9dff0d1178d39fa6607e5fde098caffb941095338e1e331caa76e25337c8b44990bb51aec9d3d1057cd69ef2843
 SHA512 
f8b74f4754b82ece980f7fb263519b4d372f29fab24a7444c59c9701cd75ccdd38e0c31516501675bc6c935351fb6c8b9c6c450faeaf5338539facb6e177da6b
 DIST kclock-21.05.tar.xz 1493000 BLAKE2B 
9d994cc97028bd2a5f7142c067cb1e42f784456ac0815945d781a1addcac3fce00dccfc22cef2df63e3247a62778f10c34e0ba80f7aa5504e2c2e3ae72880bc8
 SHA512 
92a46f95c77edc1bfd51799ed778f2baa79fdb5e249370762f95d17b844e43aec4d280a43196090b0498c46b8a0b9ec6c5216b8399da7d913461098978eafe85
+DIST kclock-21.06.tar.xz 695692 BLAKE2B 
bdb94b947c3c302c4d690f60e9d875e0d043d63ffde16e1fd80110dcdc2e8c10a3cbcda4c6e128d6e58d8f86629b91060e0fe1a3833140514517dc662fcdcd5e
 SHA512 
225175a2850f9e04a1025a67b180cdd813e9ee0bfade05313ec77d33a5e8c62f88e05b880f52bacd417c4b08e390e44855518ae1e6e66d5e4ba9cbc175efa411

diff --git a/kde-apps/kclock/kclock-0.4.0.ebuild 
b/kde-apps/kclock/kclock-21.06.ebuild
similarity index 68%
rename from kde-apps/kclock/kclock-0.4.0.ebuild
rename to kde-apps/kclock/kclock-21.06.ebuild
index d188d5765..6d4283916 100644
--- a/kde-apps/kclock/kclock-0.4.0.ebuild
+++ b/kde-apps/kclock/kclock-21.06.ebuild
@@ -3,23 +3,21 @@
 
 EAPI=7
 
-KFMIN=5.60.0
-QTMIN=5.12.0
+KFMIN=5.79.0
+QTMIN=5.15.0
 inherit ecm
 
-MY_PV=$(ver_cut 1-2)
 DESCRIPTION="A convergent clock application for Plasma"
 HOMEPAGE="https://apps.kde.org/kclock/";
-SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ GPL-3+ LGPL-2.1+"
 SLOT="5"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-BDEPEND="virtual/pkgconfig"
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
@@ -29,15 +27,9 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
-   kde-frameworks/kirigami-addons:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
 "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed \
-   -e "/Version=.*/d" \
-   -i org.kde.kclock.desktop || die
-   ecm_src_prepare
-}
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-addons-0.1:5
+"



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/tokodon/

2021-06-13 Thread Haelwenn Monnier
commit: 9c6e946aea448af494764c4e18fa5b6b9fb65fe2
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:42:12 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c6e946a

kde-apps/tokodon: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 kde-apps/tokodon/Manifest |  1 +
 kde-apps/tokodon/metadata.xml | 12 +++
 kde-apps/tokodon/tokodon-21.06.ebuild | 39 +++
 3 files changed, 52 insertions(+)

diff --git a/kde-apps/tokodon/Manifest b/kde-apps/tokodon/Manifest
new file mode 100644
index 0..39a9bcf5c
--- /dev/null
+++ b/kde-apps/tokodon/Manifest
@@ -0,0 +1 @@
+DIST tokodon-21.06.tar.xz 48096 BLAKE2B 
3ab52e592d4952e9bbdd7aca7b16813a0c5a0fb90694852db5b7254878cbe5325f5803882642f6363fa04ae9be19e1ada9eda8048a0eca5bbbe31c05f6de
 SHA512 
2fe80bba0694db70a3d423abf17154c60b02553a791402fdcfa79fa63b06a47ad57f758777d1e75f07e9fc57b77a6a5c84c54e9b4bf42c8349dac6cf9fbc8e1c

diff --git a/kde-apps/tokodon/metadata.xml b/kde-apps/tokodon/metadata.xml
new file mode 100644
index 0..872d687ac
--- /dev/null
+++ b/kde-apps/tokodon/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   KDE/tokodon
+   
https://invent.kde.org/network/tokodon/-/issues
+   
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/kde-apps/tokodon/tokodon-21.06.ebuild 
b/kde-apps/tokodon/tokodon-21.06.ebuild
new file mode 100644
index 0..aee819283
--- /dev/null
+++ b/kde-apps/tokodon/tokodon-21.06.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.0
+inherit ecm
+
+DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"
+HOMEPAGE="https://invent.kde.org/network/tokodon";
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/qtkeychain
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebsockets-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+"
+
+src_prepare() {
+   sed "s/SocialMedia//" -i org.kde.tokodon.desktop || die
+   ecm_src_prepare
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/git-mount/

2021-06-13 Thread Haelwenn Monnier
commit: e43e692d57e1ae0b60c4f45822eccc5b895add0a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 12 16:47:20 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 16:47:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e43e692d

sys-fs/git-mount: depend on fuse:0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild 
b/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
index 818e538c0..cd41c4f3f 100644
--- a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
+++ b/sys-fs/git-mount/git-mount-1.0.0_p20160321.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"
@@ -25,7 +25,7 @@ KEYWORDS="~amd64"
 LICENSE="MIT BSD BSD-2"
 SLOT="0"
 
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
 DEPEND="${RDEPEND}"
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: app-office/pyspread/

2021-06-13 Thread Haelwenn Monnier
commit: 405dc28749e5a4c4f62e4e8600d84dc872bdb2e6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:31:59 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=405dc287

app-office/pyspread: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-office/pyspread/pyspread-.ebuild | 45 
 1 file changed, 45 deletions(-)

diff --git a/app-office/pyspread/pyspread-.ebuild 
b/app-office/pyspread/pyspread-.ebuild
deleted file mode 100644
index 59d4215a3..0
--- a/app-office/pyspread/pyspread-.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit xdg desktop distutils-r1
-
-DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python"
-HOMEPAGE="https://pyspread.gitlab.io";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/pyspread/${PN}.git";
-else
-   
SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
-   KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/PyQt5-5.10.0[svg,${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}]
-   >=dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # Fix the provided desktop file
-   sed -i -e '/Path/d' "${PN}.desktop" || die
-}
-
-python_install() {
-   distutils-r1_python_install
-
-   doicon "${PN}"/share/icons/"${PN}.ico"
-   doicon "${PN}"/share/icons/"${PN}.svg"
-   domenu "${PN}.desktop"
-}



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

2021-06-13 Thread Haelwenn Monnier
commit: e71da95ec49386c300741ef70453fdd75680a970
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:26:16 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e71da95e

x11-misc/gammy: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 x11-misc/gammy/gammy-.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/x11-misc/gammy/gammy-.ebuild b/x11-misc/gammy/gammy-.ebuild
deleted file mode 100644
index f159cd6ce..0
--- a/x11-misc/gammy/gammy-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils xdg
-
-DESCRIPTION="Adaptive screen brightness/temperature"
-HOMEPAGE="https://getgammy.com/";
-
-if [[ "${PV}" == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Fushko/${PN}.git";
-else
-   SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtdbus:5
-   dev-qt/qtwidgets:5
-   x11-libs/libXxf86vm
-"
-DEPEND="
-   ${RDEPEND}
-   media-gfx/imagemagick
-"
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppEnsmallen/

2021-06-13 Thread Haelwenn Monnier
commit: 1695988b95071134fa7842bcd98c03dacea7ce8b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jun  7 14:39:19 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1695988b

dev-R/RcppEnsmallen: add 0.2.15.0.1, drop 0.2.16.1.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/RcppEnsmallen/Manifest  | 2 +-
 ...cppEnsmallen-0.2.16.1.1.ebuild => RcppEnsmallen-0.2.15.0.1.ebuild} | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
index 61c91433a..592d85448 100644
--- a/dev-R/RcppEnsmallen/Manifest
+++ b/dev-R/RcppEnsmallen/Manifest
@@ -1 +1 @@
-DIST RcppEnsmallen_0.2.16.1.1.tar.gz 224840 BLAKE2B 
8d2499f971e6bdfcf49b008782456871670e6de0ca9f6ed30c42602e57734edf3d8d9482f42e2355645adfeb622174eb630b2e56772654e50377715f95c76345
 SHA512 
eebed4b7b6239af7f2c80f1276e6670bf597cff276c0d04d700cb62dce106d6463a8b9ee3464051d63d653739de5ccacdb757d715dd966163de142b9b227d942
+DIST RcppEnsmallen_0.2.15.0.1.tar.gz 223966 BLAKE2B 
fd7ed0b56d2f136f836b8987bb7b599aa1acdffce3c77e381939d7ec575cb5dabb181d5ddd7c229f3905b3d43c69705cd55fffcae5ea057742435ac13baa5080
 SHA512 
ab3ad2711154342030f66d89a3472181ac311b769b55018742cbee7e233327eabb85d4dccb9a5361f680d1ca0fe5ffa613211f908d85981eea19efd0ecb39f70

diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild 
b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
similarity index 71%
rename from dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild
rename to dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
index 0f929ce3a..5b357cc94 100644
--- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild
+++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
@@ -3,15 +3,19 @@
 
 EAPI=7
 
+MYPV="$(ver_cut 2-4 ${PV})"
+
 inherit R-packages
 
 DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
+SRC_URI="mirror://cran/src/contrib/Archive/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz"
 KEYWORDS="~amd64"
 LICENSE='GPL-2+'
 
 DEPEND="
>=dev-lang/R-3.3.0
dev-R/Rcpp
+   =sci-libs/ensmallen-${MYPV}*
 "
 RDEPEND="
${DEPEND}



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

2021-06-13 Thread Haelwenn Monnier
commit: 0ba1670be14d69a6113be2f571e17ff1c91e9d0b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jun 11 15:09:34 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba1670b

dev-python/geopy: fix dep

Closes: https://bugs.gentoo.org/795171
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

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

diff --git a/dev-python/geopy/geopy-2.1.0.ebuild 
b/dev-python/geopy/geopy-2.1.0.ebuild
index 673e67846..5419da488 100644
--- a/dev-python/geopy/geopy-2.1.0.ebuild
+++ b/dev-python/geopy/geopy-2.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="sci-geosciences/GeographicLib[${PYTHON_USEDEP}]"
+RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]"
 BDEPEND="
test? (
dev-python/async_generator[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/krecorder/

2021-06-13 Thread Haelwenn Monnier
commit: 2ddf405ab3c64e0ded664e14c2bdf1dfc5f8e143
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:21:56 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ddf405a

kde-apps/krecorder: add 21.06

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 kde-apps/krecorder/Manifest   |  1 +
 kde-apps/krecorder/krecorder-21.06.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/kde-apps/krecorder/Manifest b/kde-apps/krecorder/Manifest
index b341779dd..c85d471c0 100644
--- a/kde-apps/krecorder/Manifest
+++ b/kde-apps/krecorder/Manifest
@@ -1 +1,2 @@
 DIST krecorder-21.05.tar.xz 134004 BLAKE2B 
55f0be8a6c88e8c0abd367d4aca3a728136d226da3edf948ee4373bb04537ef348a771bfb2feb0ba4885f614740a57ef6f84904dc02342137f59f0d3cceb9de0
 SHA512 
3814f4bd79efdaeb00fd9d736106418c76c34cc1fc1dcbbb95e0a16d5a288d9304c17eb2705e04e104e9212279792a2bfee2cdb527acc816a0b38f4e2fd0a03e
+DIST krecorder-21.06.tar.xz 135012 BLAKE2B 
32cd12655b364c5a2e28be26f63c428a02bc2e2bd7d93383e109e340efc0360bc57bb2f0b9f0092bbc9addbe68d1d36fd49ffc2bf5fd581d982fbacba66eb5ff
 SHA512 
c7de1277c0b93ed73f8cfaa25d1ef7d0ed2d2bc769c24a47d26dbf775c954ae93daaad1162f71b51c858097a3f2a22100b421f6c0708c05ffb57ba45321fea3d

diff --git a/kde-apps/krecorder/krecorder-21.06.ebuild 
b/kde-apps/krecorder/krecorder-21.06.ebuild
new file mode 100644
index 0..d54e733bd
--- /dev/null
+++ b/kde-apps/krecorder/krecorder-21.06.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82
+QTMIN=5.15.0
+inherit ecm
+
+DESCRIPTION="A convergent audio recording application for Plasma"
+HOMEPAGE="https://apps.kde.org/krecorder/";
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: app-portage/gentoo-sweep/

2021-06-13 Thread Haelwenn Monnier
commit: c1e2ce97184bf0f8887b27d364130efc29897f7e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 12 16:39:28 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 16:39:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1e2ce97

app-portage/gentoo-sweep: use https

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild 
b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
index 563c2bd27..9c526d929 100644
--- a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
+++ b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1
 inherit cmake
 
 DESCRIPTION="Check your gentoo installation for unwanted cruft, forgotten 
files"
-HOMEPAGE="http://sourceforge.net/projects/gentoo-sweep";
+HOMEPAGE="https://sourceforge.net/projects/gentoo-sweep";
 SRC_URI="mirror://sourceforge/gentoo-sweep/${P}.tar.gz"
 S="${WORKDIR}/${PN}"
 LICENSE="GPL-2"



[gentoo-commits] repo/proj/guru:master commit in: sci-libs/ensmallen/

2021-06-13 Thread Haelwenn Monnier
commit: bc783bcc379c20d3bf645e9fde126d75754a1af8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 11 15:33:06 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc783bcc

sci-libs/ensmallen: import from ::science

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/ensmallen/Manifest|  5 +
 sci-libs/ensmallen/ensmallen-2.14.2.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.15.0.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.15.1.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.16.0.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.16.2.ebuild | 28 
 sci-libs/ensmallen/metadata.xml|  8 
 7 files changed, 153 insertions(+)

diff --git a/sci-libs/ensmallen/Manifest b/sci-libs/ensmallen/Manifest
new file mode 100644
index 0..d74da89b9
--- /dev/null
+++ b/sci-libs/ensmallen/Manifest
@@ -0,0 +1,5 @@
+DIST ensmallen-2.14.2.tar.gz 1262697 BLAKE2B 
c3ecd10271a476cdb03de0a74dd1e7d250273481b540d9cadb44ff7292cdb1f4abbefaf7c1a90bd33c68928f766db8afafd45f253735a36de9def6ab222597bb
 SHA512 
9f29d70f66748d6131b44fc2a580e9fc07131a3aeecaa9f6113fd635eaff8b52db90e487a389393a1976dcccb8c1f5850ea50e03308af90b58ba1c12fde2bd21
+DIST ensmallen-2.15.0.tar.gz 1266409 BLAKE2B 
379ea897d3b29440e89d65cb60c65dca3c34a530dd8a4cee321349d177455b020d4aa19ee1e701b46a325a8f56028c236ab80b0383bee84018952034106f7161
 SHA512 
7e8ea0d64788287e58ee14e922c81c18e1804a23dba3d144fe6e66de8a81dfd3755c9f36a1e8a480aa6e15f0f7b1ff886e0aeecde0be35993db0ba69ca7e12e0
+DIST ensmallen-2.15.1.tar.gz 1266496 BLAKE2B 
7ff803207c59be03fa47e7fddafb49176d307fbea89f5688bd591898fb36d7d8ee018dec933b59a06063dc6c2a7117d3ec0d330cd37d475e4f387528f2d86f6a
 SHA512 
4f0cda1ad0d02e823042fb6af03635677e3d5cac28f7f13fab20fc7f4b3d7fbe1b182777c573187a403eff5e5fd7e1e577e290a4b624a9c2a71cbfd347e14afa
+DIST ensmallen-2.16.0.tar.gz 1264948 BLAKE2B 
a58de7e7d8aa88988b08d76c2a5746daf9074ccc39bc8df9d21b61d745741d6521922b578e01b60e0d1657f84f377f411172a01d50bbcd30cca7142da0baeb7b
 SHA512 
39afc19936710d5595218292f5d6a055b4f644ca157f9fc2329fb18b71318b9f613dc26169921e1fda3dd949d06847dee4f09f13c1902a92e38826e122c1adc5
+DIST ensmallen-2.16.2.tar.gz 1294240 BLAKE2B 
b388f2c99f289dd20f6d94b5b185d872abc553637c6081ea3a80a3c82ce9ac8b1327496bf3eae6dc5cbf5f4ae12a9fd1e8ccf9c296007f9af9cbfc7560cd0301
 SHA512 
290932f8e423be7c57d8ba38783a29798df52a7505ded7683f969fa30391398edcca584daca1b1c42977f06180a802d4c3640a9ec24cd787a3914723e4eb6f8d

diff --git a/sci-libs/ensmallen/ensmallen-2.14.2.ebuild 
b/sci-libs/ensmallen/ensmallen-2.14.2.ebuild
new file mode 100644
index 0..bd1c0530b
--- /dev/null
+++ b/sci-libs/ensmallen/ensmallen-2.14.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
+
+DESCRIPTION="header only C++ library for numerical optimization"
+HOMEPAGE="https://ensmallen.org";
+SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="openmp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sci-libs/armadillo[lapack]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_OPENMP=$(usex openmp)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}

diff --git a/sci-libs/ensmallen/ensmallen-2.15.0.ebuild 
b/sci-libs/ensmallen/ensmallen-2.15.0.ebuild
new file mode 100644
index 0..bd1c0530b
--- /dev/null
+++ b/sci-libs/ensmallen/ensmallen-2.15.0.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
+
+DESCRIPTION="header only C++ library for numerical optimization"
+HOMEPAGE="https://ensmallen.org";
+SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="openmp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sci-libs/armadillo[lapack]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_OPENMP=$(usex openmp)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}

diff --git a/sci-libs/ensmallen/ensmallen-2.15.1.ebuild 
b/sci-libs/ensmallen/ensmallen-2.15.1.ebuild
new file mode 100644
index 0..bd1c0530b
--- /dev/null
+++ b/sci-libs/ensmallen/ensmallen-2.15.1.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
+
+DESCRIPTION="header only C++ library for numerical optimization"
+HOMEPAGE="https://ensmallen.org";
+SRC_URI="https://github

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

2021-06-13 Thread Haelwenn Monnier
commit: 9d3cb776a45f70af4d8dcac8d1e2ff67756a46bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:31:17 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d3cb776

dev-python/recordclass: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/recordclass/recordclass-.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-python/recordclass/recordclass-.ebuild 
b/dev-python/recordclass/recordclass-.ebuild
deleted file mode 100644
index efeeaf544..0
--- a/dev-python/recordclass/recordclass-.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mutable variants of tupe and collections.namedtuple"
-HOMEPAGE="https://pypi.org/project/recordclass/";
-if [[ ${PV} == "" ]]
-then
-   inherit git-r3
-   EGIT_REPO_URI="https://bitbucket.org/intellimath/recordclass.git";
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="dev-python/cython"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   [[ -n ${EPYTHON} ]] || die "EPYTHON unset, invalid call context"
-   ${EPYTHON} ./test_all.py
-}



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

2021-06-13 Thread Haelwenn Monnier
commit: fb4326d89e48d949c46a93480be746795c8344a4
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:51:13 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb4326d8

media-gfx/azpainter: add 3.0.1, drop old

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 media-gfx/azpainter/Manifest   |  3 +-
 media-gfx/azpainter/azpainter-2.1.7.ebuild | 43 --
 ...painter-3.0.0.ebuild => azpainter-3.0.1.ebuild} |  7 ++--
 media-gfx/azpainter/metadata.xml   |  9 +++--
 4 files changed, 11 insertions(+), 51 deletions(-)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index ec3e16aa9..f92cc5171 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,2 +1 @@
-DIST azpainter-2.1.7.tar.xz 758960 BLAKE2B 
a70371777d8f5a8a976032fb13fe21343d852442c3ca1eaa8d4ebdb0aeec25bf9d532a2d03c58c55df629b4a299b2d40100ba83909476d4e0a15b05ea27a5527
 SHA512 
7edcfe1e3a1f87b6cd3006da288d9a11c3667f49da73d9fa7665f4e2edb90282b30ec356b5f1eda3559b3c51c1f99e585f4b60d6039ba3c8c28da50022f9c798
-DIST azpainter-3.0.0.tar.xz 884588 BLAKE2B 
fd5e17c94d6b578ba40107aacf0f35cb6378ae93f984184cda317d2229daf9fc32ae2cdbec8732cfab34f31d51eb74677876fb732b7b4959ea11502f693666e9
 SHA512 
5e47ae67ff920190cb007da35b2750874e6ea7a78df969424d54033e9f66b4c77b804ebbae1f2717370d161ac387d93c859bf2b87e1b2fc70dec2cb6c535386c
+DIST azpainter-v3.0.1.tar.gz 1235950 BLAKE2B 
acad0b8b21152e7304b19319df2f4cc1b2fd76d053f79d3704fba573702ce498a48974e8a1a539b34572a3de561c88116c83c6d0c1ae48d51763e5722c639d36
 SHA512 
8464c2514d492ff0042b9788d4132fe0cb202133c31f83da412b3bfe0dea75d5aaadf319b87f81991308a127460044ff358ae555a24d9583a0c29a3367940b35

diff --git a/media-gfx/azpainter/azpainter-2.1.7.ebuild 
b/media-gfx/azpainter/azpainter-2.1.7.ebuild
deleted file mode 100644
index 0a46c057a..0
--- a/media-gfx/azpainter/azpainter-2.1.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs xdg
-
-DESCRIPTION="Full color painting software for Linux for illustration drawing"
-HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html";
-SRC_URI="http://azsky2.html.xdomain.jp/arc/${P}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-libs/libX11:=
-   x11-libs/libXext:=
-   x11-libs/libXi:=
-   media-libs/freetype:=
-   media-libs/fontconfig:=
-   sys-libs/zlib:=
-   media-libs/libpng:=
-   media-libs/libjpeg-turbo:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html )
-
-src_configure() {
-   sh ./configure --prefix=/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" 
LDFLAGS="${LDFLAGS}" || die "./configure failed"
-}
-
-src_compile() {
-   tc-export AR
-   default
-}
-
-src_install() {
-   default
-   rm -r "${D}/usr/share/doc/${PN}" || die
-}

diff --git a/media-gfx/azpainter/azpainter-3.0.0.ebuild 
b/media-gfx/azpainter/azpainter-3.0.1.ebuild
similarity index 81%
rename from media-gfx/azpainter/azpainter-3.0.0.ebuild
rename to media-gfx/azpainter/azpainter-3.0.1.ebuild
index 16bc4ac05..33f77ce98 100644
--- a/media-gfx/azpainter/azpainter-3.0.0.ebuild
+++ b/media-gfx/azpainter/azpainter-3.0.1.ebuild
@@ -6,13 +6,14 @@ EAPI=7
 inherit toolchain-funcs xdg
 
 DESCRIPTION="Full color painting software for Linux for illustration drawing"
-HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html";
-SRC_URI="http://azsky2.html.xdomain.jp/arc/${P}.tar.xz";
+HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html
+https://gitlab.com/azelpg/azpainter";
+SRC_URI="https://gitlab.com/azelpg/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-3"
 SLOT="0/3"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
x11-libs/libX11:=

diff --git a/media-gfx/azpainter/metadata.xml b/media-gfx/azpainter/metadata.xml
index a4f0deef9..fa2500ce0 100644
--- a/media-gfx/azpainter/metadata.xml
+++ b/media-gfx/azpainter/metadata.xml
@@ -11,8 +11,11 @@
Since the color is handled with 16 bit color (15 bit fixed 
point number) internally, the accuracy of color rises, but the memory is 
consumed correspondingly.


-   イラスト描画向けのLinux用フルカラーペイントソフトです。
-   ドット編集には向いていません。
-   内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
+   イラスト描画向けのLinux用フルカラーペイントソフトです。
+   ドット編集には向いていません。
+   内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。

+   
+   azelpg/azpainter
+   
 



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

2021-06-13 Thread Haelwenn Monnier
commit: 94afa6e6de2d3296bb8401e89315f970f96fe07c
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Jun 12 17:59:26 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 18:02:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94afa6e6

profiles/package.mask: Last rites for media-gfx/glimpse

https://glimpse-editor.org/posts/a-project-on-hiatus/

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c0758b641..c500a8a1e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -12,3 +12,9 @@
 # TODO: Either fix per profile masking in overlays, or move
 # this entry to the relevant package.mask files in ::gentoo
 >=sys-block/systemd-swap-4.4.0
+
+# Ronny (tastytea) Gutbrod  (2021-06-12)
+# Project is “On Hiatus” since 2021-05, it does not look like it will be
+# revived. Upstream recommends switching to media-gfx/gimp.
+# Masked for removal in 30 days.
+media-gfx/glimpse



[gentoo-commits] repo/proj/guru:master commit in: net-fs/httpdirfs/

2021-06-13 Thread Haelwenn Monnier
commit: a9631abd6582d8a05fa350e20fa7bf86abc476e4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:28:15 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9631abd

net-fs/httpdirfs: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 net-fs/httpdirfs/httpdirfs-.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/net-fs/httpdirfs/httpdirfs-.ebuild 
b/net-fs/httpdirfs/httpdirfs-.ebuild
deleted file mode 100644
index 9289a9f95..0
--- a/net-fs/httpdirfs/httpdirfs-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent 
cache"
-HOMEPAGE="https://github.com/fangfufu/httpdirfs";
-
-if [[ "${PV}" == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git";
-else
-   SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-RESTRICT="test"
-LICENSE="GPL-3"
-SLOT="0"
-# Doc generation fails
-# uses app-doc/doxygen[dot]
-# IUSE="doc"
-
-DEPEND="
-   dev-libs/expat
-   dev-libs/gumbo
-   net-misc/curl
-   sys-fs/e2fsprogs
-   sys-fs/fuse:0
-"
-RDEPEND="${DEPEND}"
-
-src_compile () {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   emake prefix="${D}/usr" install
-}



[gentoo-commits] repo/proj/guru:master commit in: media-sound/wlavu/

2021-06-13 Thread Haelwenn Monnier
commit: a133a34ca50d0f38251d15c1057f17f8234ab8e5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:29:55 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a133a34c

media-sound/wlavu: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 media-sound/wlavu/wlavu-.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/media-sound/wlavu/wlavu-.ebuild 
b/media-sound/wlavu/wlavu-.ebuild
deleted file mode 100644
index 73a7db408..0
--- a/media-sound/wlavu/wlavu-.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 meson
-
-DESCRIPTION="Wayland ALSA VU-meter with peaking and optional support for 
wlr-layer-shell"
-HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlavu";
-EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlavu";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
-   media-video/pipewire:=
-   dev-libs/wayland
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: net-irc/catgirl/

2021-06-13 Thread Haelwenn Monnier
commit: 15e90597568e3cd29c06dcc62cce0365492ef586
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:41:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15e90597

net-irc/catgirl: add 1.8

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-irc/catgirl/Manifest   |  1 +
 net-irc/catgirl/catgirl-1.8.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 2e9b57b1e..5736763d6 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1 +1,2 @@
 DIST catgirl-1.7.tar.gz 60329 BLAKE2B 
03a1c001869cf268eb88f3ff7a0f9e218e0235b94b80426df74f4d0f020cd97ffdd8840a7e37c805aaad487c6b3d444d160b0b0b5e459a8e23f728cb10a1e7e1
 SHA512 
b79971d36ee1b3a3e03a6387443efea8b479fc9fe3ac0506f243f9ee81458eba68d6fd21a68d0846d7d9fffa998adc041ef3671f20cdf220ff19e7b9140c7b45
+DIST catgirl-1.8.tar.gz 60915 BLAKE2B 
e985cad73482eae607e022263e8a07efa76eebd0a6e7b58887423df057a76b45ff6df7d9f3d873af19d4ea7774f4a13c6bf687628ea50fdc2e3359ae406a484b
 SHA512 
c0aebd53d4e94e8f1a54690a8ceaf3f3318f805b7ff474bfce20f7f234e37e2f82fc8b6e8088996f0c88738c9059582b6a2670de9b5c5fcf359da867ad8de6e8

diff --git a/net-irc/catgirl/catgirl-1.8.ebuild 
b/net-irc/catgirl/catgirl-1.8.ebuild
new file mode 100644
index 0..bde645b07
--- /dev/null
+++ b/net-irc/catgirl/catgirl-1.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="TLS-only terminal IRC client"
+HOMEPAGE="https://git.causal.agency/catgirl/about/";
+SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/libretls
+   sys-libs/ncurses
+"
+BDEPEND="virtual/pkgconfig"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.7 scripts/chat.tmux.conf )
+
+src_configure() {
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   --mandir="${EPREFIX}"/usr/share/man || die
+}
+
+src_compile() {
+   tc-export CC
+   emake all
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/tinyssh/

2021-06-13 Thread Haelwenn Monnier
commit: 9bb70039272f8454fe155332d04608b4d09e71c3
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Tue Jun  1 05:47:03 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Jun 13 08:15:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bb70039

net-misc/tinyssh: clean version bump, 20210601

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 net-misc/tinyssh/Manifest | 2 +-
 net-misc/tinyssh/{tinyssh-20210319.ebuild => tinyssh-20210601.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tinyssh/Manifest b/net-misc/tinyssh/Manifest
index 3c80b682b..eb7da3e1f 100644
--- a/net-misc/tinyssh/Manifest
+++ b/net-misc/tinyssh/Manifest
@@ -1 +1 @@
-DIST tinyssh-20210319.tar.gz 245451 BLAKE2B 
fdbb41281edde704d660de07b9a01b48aa1fd17c596b1e7ecbe46ccc804f3499036845781c736c39d99911bcdc6aefc2b1fe354ea40972dbff55a24121629a1f
 SHA512 
e839355fdae241ff90a2cbc95219141a2e12b2efaeb8631f2a1f7400868d93998843da5170146b13de6e10d5098acfea0ef55a0154c5fe22a093f67d4fa7ce0e
+DIST tinyssh-20210601.tar.gz 248047 BLAKE2B 
e661ee41443fec2474a7e0b8d2291a8c81e4852ac1cb51599de2ba748fe7fba9c81478fe616f6878e8e16577dd3a1e3c748613c47627c04733e3f42015297260
 SHA512 
e49397fc6edce093d9a5697f3a21f18cfbb257e532c0548e9a12be28eab09bf319bdf0fef0606831e826fd6845f604347e5bc1c089f0904eb4e5ab46c339

diff --git a/net-misc/tinyssh/tinyssh-20210319.ebuild 
b/net-misc/tinyssh/tinyssh-20210601.ebuild
similarity index 100%
rename from net-misc/tinyssh/tinyssh-20210319.ebuild
rename to net-misc/tinyssh/tinyssh-20210601.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/bonzomatic/

2021-06-13 Thread Haelwenn Monnier
commit: 9fe955d1835d9f1b87fded563df584cf9b8fceb0
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Jun 13 08:42:56 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Jun 13 08:47:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fe955d1

media-gfx/bonzomatic: Add myself as maintainer

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-gfx/bonzomatic/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-gfx/bonzomatic/metadata.xml 
b/media-gfx/bonzomatic/metadata.xml
index 812aa7482..201d45c82 100644
--- a/media-gfx/bonzomatic/metadata.xml
+++ b/media-gfx/bonzomatic/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   cont...@hacktivis.me
+   Haelwenn (lanodan) Monnier
+   

Use the systems installed version of 
GLFW (upstream-unsupported)
Build non-system-glfw for wayland instead 
of X11



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/bonzomatic/

2021-06-13 Thread Haelwenn Monnier
commit: c21ef5bfebab463d86eb5442484b060aaa133b76
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Jun 13 08:39:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Jun 13 08:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c21ef5bf

Revert "media-gfx/bonzomatic: drop unmaintained live"

I am actually using the live version, so it is maintained.

This reverts commit ccde6e304101ceb0084f644eb21b1cb34ec86f99.

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-gfx/bonzomatic/bonzomatic-.ebuild | 72 +
 1 file changed, 72 insertions(+)

diff --git a/media-gfx/bonzomatic/bonzomatic-.ebuild 
b/media-gfx/bonzomatic/bonzomatic-.ebuild
new file mode 100644
index 0..ee701bf37
--- /dev/null
+++ b/media-gfx/bonzomatic/bonzomatic-.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Live shader coding tool and Shader Showdown workhorse"
+HOMEPAGE="https://github.com/Gargaj/Bonzomatic";
+if [[ "${PV}" == "" ]]
+then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Gargaj/Bonzomatic";
+else
+   MY_PV="$(ver_rs 1- -)"
+   
SRC_URI="https://github.com/Gargaj/Bonzomatic/archive/refs/tags/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/Bonzomatic-${MY_PV}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Unlicense"
+SLOT="0"
+IUSE="system-glfw system-glew system-stb system-kissfft wayland"
+
+# TODO: system-miniaudio, system-jsonxx/json++, system-scintilla
+# !system-glfw copied from media-libs/glfw-3.3.3::gentoo
+# !system-glew copied from media-libs/glew-2.2.0::gentoo
+DEPEND="
+   system-glfw? ( media-libs/glfw )
+   !system-glfw? (
+   wayland? (
+   dev-libs/wayland
+   media-libs/mesa[egl,wayland]
+   dev-libs/wayland-protocols
+   )
+   !wayland? (
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXxf86vm
+   x11-libs/libXi
+   )
+   )
+   system-glew? ( media-libs/glew:= )
+   !system-glew? (
+   >=x11-libs/libX11-1.6.2
+   >=x11-libs/libXext-1.3.2
+   >=x11-libs/libXi-1.7.2
+   >=x11-libs/libXmu-1.1.1-r1
+   )
+   system-stb? ( dev-libs/stb )
+   system-kissfft? ( sci-libs/kissfft )
+   virtual/opengl
+   virtual/glu
+   media-libs/alsa-lib
+   media-libs/fontconfig
+"
+RDEPEND="${DEPEND}"
+BDEPEND="!system-glfw? ( wayland? ( dev-libs/wayland-protocols ) )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBONZOMATIC_USE_SYSTEM_GLFW=$(usex system-glfw)
+   -DGLFW_USE_WAYLAND="$(usex wayland)"
+   -DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew)
+   -DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb)
+   -DBONZOMATIC_USE_SYSTEM_KISSFFT=$(usex system-kissfft)
+   )
+
+   cmake_src_configure
+}



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

2021-06-13 Thread Fabian Groffen
commit: 8eff4d036291c6155be8aafc0935ab9df3f4afc8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jun 13 10:30:50 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jun 13 10:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eff4d03

mail-client/mutt-2.1.0: version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 mail-client/mutt/Manifest  |   2 +
 mail-client/mutt/mutt-2.1.0.ebuild | 261 +
 2 files changed, 263 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index fd297c8e166..3fa7d2b8d85 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,2 +1,4 @@
 DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B 
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
 SHA512 
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
+DIST mutt-2.1.0.tar.gz 5405519 BLAKE2B 
cb7c08f6a27376abed26a208f7c3a756046cfdf40967dd8222aec3655e33ae85e2a450ddf98ff454601b19e6672c1168a8d19e479f15745213dc971e250de688
 SHA512 
b4bcbb9d02712f211e2cb1542e1e8a5e09648fc22f724ff771f1e99d2016fb258d64d3384740427c9fe731cff8817f633f0034329ad2d7dd505b0689ccc9499c
 DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B 
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
 SHA512 
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
+DIST mutt-gentoo-2.1.0-patches-r0.tar.xz 25928 BLAKE2B 
8b16e856ef4c19d5f9e10d747390f03b3b26619671999ef9a39c222496da9976fc82362f15168dc1913480dbe1ffce33847ee7df1d6f1a1df6e8fff2697f3c45
 SHA512 
8b95be60b8fbbe9c1faf861e483b7627ccb2e5db97c6b18c6017d5aa6bb3d49b791a5c2aa3bf1fa2f1342690f5c81a887f4fbef25fa7d649cf182187c15fa663

diff --git a/mail-client/mutt/mutt-2.1.0.ebuild 
b/mail-client/mutt/mutt-2.1.0.ebuild
new file mode 100644
index 000..28cffe8c94b
--- /dev/null
+++ b/mail-client/mutt/mutt-2.1.0.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos 
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp 
+ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+   hcache?   ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+   imap? ( ssl )
+   pop?  ( ssl )
+   smime-classic?( ssl !gnutls )
+   smtp? ( ssl sasl )
+   sasl? ( || ( imap pop smtp ) )
+   kerberos? ( || ( imap pop smtp ) )
+   autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+   app-misc/mime-types
+   virtual/libiconv
+
+   berkdb?( >=sys-libs/db-4:= )
+   gdbm?  ( sys-libs/gdbm )
+   lmdb?  ( dev-db/lmdb:= )
+   qdbm?  ( dev-db/qdbm )
+   tokyocabinet?  ( dev-db/tokyocabinet )
+
+   ssl? (
+   gnutls?( >=net-libs/gnutls-1.0.17:= )
+   !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+   )
+
+   nls?   ( virtual/libintl )
+   sasl?  ( >=dev-libs/cyrus-sasl-2 )
+   kerberos?  ( virtual/krb5 )
+   idn?   ( net-dns/libidn2 )
+   gpgme? ( >=app-crypt/gpgme-0.9.0:= )
+   autocrypt? ( >=dev-db/sqlite-3 )
+   slang? ( sys-libs/slang )
+   !slang?( >=sys-libs/ncurses-5.2:0= )
+"
+DEPEND="${CDEPEND}
+   net-mail/mailbase
+   doc? (
+   dev-libs/libxml2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   || ( www-client/lynx www-client/w3m www-client/elinks )
+   )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-mutt )
+   smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
+   pgp-classic? ( app-crypt/gnupg )
+"
+
+src_prepare(

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

2021-06-13 Thread Sergei Trofimovich
commit: b09f9b927ce5b032a94dcf544bb337d56e12bb5f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun 13 09:25:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 13 10:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09f9b92

dev-libs/libgpg-error: stable 1.42 for hppa, bug #795498

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libgpg-error/libgpg-error-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.42.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.42.ebuild
index 6517d2ee2e0..2168705cf76 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.42.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.42.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 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="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/

2021-06-13 Thread Sergei Trofimovich
commit: 1f3db99b2dea771c27223476acf302bfecf9a9aa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun 13 09:26:59 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 13 10:46:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3db99b

net-nds/rpcbind: stable 1.2.6 for hppa, bug #795624

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-nds/rpcbind/rpcbind-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/rpcbind/rpcbind-1.2.6.ebuild 
b/net-nds/rpcbind/rpcbind-1.2.6.ebuild
index 98606a2a320..6107f2e5bec 100644
--- a/net-nds/rpcbind/rpcbind-1.2.6.ebuild
+++ b/net-nds/rpcbind/rpcbind-1.2.6.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"



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

2021-06-13 Thread Sergei Trofimovich
commit: 83bcea4b2f499823df27328db913d118fde167c3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun 13 09:24:50 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 13 10:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bcea4b

dev-libs/libassuan: stable 2.5.5 for hppa, bug #795498

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libassuan/libassuan-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libassuan/libassuan-2.5.5.ebuild 
b/dev-libs/libassuan/libassuan-2.5.5.ebuild
index 009bd3c7be6..f570bbe9970 100644
--- a/dev-libs/libassuan/libassuan-2.5.5.ebuild
+++ b/dev-libs/libassuan/libassuan-2.5.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 ~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"
 
 RDEPEND=">=dev-libs/libgpg-error-1.17"
 DEPEND="${RDEPEND}"



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

2021-06-13 Thread Sergei Trofimovich
commit: bed7244d23be718f8e8b598b83dddc7e3c482e6c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun 13 09:22:45 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 13 10:46:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed7244d

dev-libs/elfutils: stable 0.184 for hppa/sparc, bug #795558

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/elfutils/elfutils-0.184.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/elfutils/elfutils-0.184.ebuild 
b/dev-libs/elfutils/elfutils-0.184.ebuild
index 71cc1117aa8..38450aa6bc2 100644
--- a/dev-libs/elfutils/elfutils-0.184.ebuild
+++ b/dev-libs/elfutils/elfutils-0.184.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2";
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils valgrind zstd"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]



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

2021-06-13 Thread Sergei Trofimovich
commit: 9be8205d2afc4f0550ae34b8081693292aeab71c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun 13 09:26:09 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 13 10:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be8205d

net-libs/libtirpc: stable 1.3.2 for hppa, bug #795618

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/libtirpc/libtirpc-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.2.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.2.ebuild
index e7a52d8b084..ec87a461675 100644
--- a/net-libs/libtirpc/libtirpc-1.3.2.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="ipv6 kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2021-06-13 Thread Sergei Trofimovich
commit: 82d804c3ae944579c8efda0f3bc6ac142e039466
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun 13 09:29:59 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 13 10:46:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d804c3

sys-libs/glibc: stable 2.33 for hppa, bug #793692

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-libs/glibc/glibc-2.33.ebuild b/sys-libs/glibc/glibc-2.33.ebuild
index 239334c0899..c97ef6b4c66 100644
--- a/sys-libs/glibc/glibc-2.33.ebuild
+++ b/sys-libs/glibc/glibc-2.33.ebuild
@@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
 fi



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-06-13 Thread Sam James
commit: 55085b39248d4c8b203f55aa78783cc63dd11a31
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:08:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55085b39

dev-java/tomcat-servlet-api: Stabilize 8.5.66 amd64, #795726

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild
index abeb07303a6..a941a42a84f 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-06-13 Thread Sam James
commit: f9811b8847fd1b6afd4301790f6c98d2b3322e74
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:08:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9811b88

dev-java/tomcat-servlet-api: Stabilize 10.0.6 amd64, #795726

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild
index 7e4304bd744..c5339740e59 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-06-13 Thread Sam James
commit: 51650552c6125816dbedbbd496130b74947a6d9f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:08:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:08:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51650552

media-libs/glfw: Stabilize 3.3.4 x86, #795741

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

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

diff --git a/media-libs/glfw/glfw-3.3.4.ebuild 
b/media-libs/glfw/glfw-3.3.4.ebuild
index ea8df33cd67..f7cc7aa8392 100644
--- a/media-libs/glfw/glfw-3.3.4.ebuild
+++ b/media-libs/glfw/glfw-3.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/glfw/glfw/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 x86"
 IUSE="wayland"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-06-13 Thread Sam James
commit: cc0e0d51c6421acd13ea3618157d68818eaf12b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:08:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:08:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0e0d51

dev-java/tomcat-servlet-api: Stabilize 9.0.46 amd64, #795726

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild
index 7ba426b33c3..eb33dde54b1 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-06-13 Thread Sam James
commit: a42666aac258634220b21ed42a3faf703211ea00
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42666aa

dev-libs/libxml2: Stabilize 2.9.12-r3 arm64, #794733

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

 dev-libs/libxml2/libxml2-2.9.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
index 75e90a8fcb9..ea5658944b5 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-06-13 Thread Sam James
commit: d5bb5d67b10cf88ca7e46693d55e5f4edd2981b8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bb5d67

sys-kernel/installkernel-gentoo: Stabilize 3 arm64, #795699

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

 sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild 
b/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild
index 3cd58c70875..81dba8f5079 100644
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild
+++ b/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mgorny/installkernel-gentoo/archive/v${PV}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
 
 RDEPEND="
>=sys-apps/debianutils-4.9-r1



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

2021-06-13 Thread Sam James
commit: 52d702d07b77e172ef207bf7839d51e37a390582
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:08:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d702d0

www-servers/tomcat: Stabilize 8.5.66 amd64, #795726

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

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

diff --git a/www-servers/tomcat/tomcat-8.5.66.ebuild 
b/www-servers/tomcat/tomcat-8.5.66.ebuild
index ce92130bddc..0d566b00a7b 100644
--- a/www-servers/tomcat/tomcat-8.5.66.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.66.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8.5"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2021-06-13 Thread Sam James
commit: 11863204936b97e127c7dc5905561b66329cf87b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:11:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:11:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11863204

app-text/highlight: Stabilize 4.1 sparc, #795735

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

 app-text/highlight/highlight-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-4.1.ebuild 
b/app-text/highlight/highlight-4.1.ebuild
index a9ff8022672..87f3a350274 100644
--- a/app-text/highlight/highlight-4.1.ebuild
+++ b/app-text/highlight/highlight-4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/

2021-06-13 Thread Sam James
commit: b03c33489ffe28bfd46b1a5dda63588f21a77af9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:09:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03c3348

app-office/texstudio: Stabilize 3.1.2 amd64, #795729

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

 app-office/texstudio/texstudio-3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texstudio/texstudio-3.1.2.ebuild 
b/app-office/texstudio/texstudio-3.1.2.ebuild
index 7ed6ac0c3d3..5c69d5a5941 100644
--- a/app-office/texstudio/texstudio-3.1.2.ebuild
+++ b/app-office/texstudio/texstudio-3.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="video"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-06-13 Thread Sam James
commit: 235d620ae6f7f961a59e63195bfa266ece1bbcc3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235d620a

dev-java/tomcat-servlet-api: Stabilize 9.0.46 arm64, #795726

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild
index eb33dde54b1..2ef1eafac6c 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.46.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-06-13 Thread Sam James
commit: 7f8397b62c7b011cb52a53d5487e53ec4968e1d9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:11:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:11:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8397b6

app-text/djvu: Stabilize 3.5.28-r1 ppc, #795732

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

 app-text/djvu/djvu-3.5.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/djvu/djvu-3.5.28-r1.ebuild 
b/app-text/djvu/djvu-3.5.28-r1.ebuild
index bcaf72d963e..93f30011646 100644
--- a/app-text/djvu/djvu-3.5.28-r1.ebuild
+++ b/app-text/djvu/djvu-3.5.28-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P%%.3}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="debug doc jpeg tiff xml"
 
 RDEPEND="jpeg? ( virtual/jpeg:0 )



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

2021-06-13 Thread Sam James
commit: cd097cbbc983abaa24c09d0173bf074ab370a290
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd097cbb

sys-auth/seatd: Stabilize 0.5.0 arm64, #795723

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

 sys-auth/seatd/seatd-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/seatd/seatd-0.5.0.ebuild 
b/sys-auth/seatd/seatd-0.5.0.ebuild
index 399ae87423b..8f8c121fdb7 100644
--- a/sys-auth/seatd/seatd-0.5.0.ebuild
+++ b/sys-auth/seatd/seatd-0.5.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd";
 else
-   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 arm64 ~ppc64 x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 LICENSE="MIT"



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

2021-06-13 Thread Sam James
commit: 48543365dee9f31c2a46decc6a4f7d3ec93bc26f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48543365

app-text/djvu: Stabilize 3.5.28-r1 arm64, #795732

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

 app-text/djvu/djvu-3.5.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/djvu/djvu-3.5.28-r1.ebuild 
b/app-text/djvu/djvu-3.5.28-r1.ebuild
index 6f0f219ffce..9029fe75956 100644
--- a/app-text/djvu/djvu-3.5.28-r1.ebuild
+++ b/app-text/djvu/djvu-3.5.28-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P%%.3}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="debug doc jpeg tiff xml"
 
 RDEPEND="jpeg? ( virtual/jpeg:0 )



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

2021-06-13 Thread Sam James
commit: b2faddad0c596b99a8dc1d1b37c1f85dafa4d393
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:11:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:11:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2faddad

app-text/djvu: Stabilize 3.5.28-r1 sparc, #795732

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

 app-text/djvu/djvu-3.5.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/djvu/djvu-3.5.28-r1.ebuild 
b/app-text/djvu/djvu-3.5.28-r1.ebuild
index 9029fe75956..bcaf72d963e 100644
--- a/app-text/djvu/djvu-3.5.28-r1.ebuild
+++ b/app-text/djvu/djvu-3.5.28-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P%%.3}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="debug doc jpeg tiff xml"
 
 RDEPEND="jpeg? ( virtual/jpeg:0 )



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

2021-06-13 Thread Sam James
commit: 016cb6476f71abd68cddd1e054bddb49c694dae2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:11:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:11:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016cb647

app-text/highlight: Stabilize 4.1 ppc64, #795735

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

 app-text/highlight/highlight-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-4.1.ebuild 
b/app-text/highlight/highlight-4.1.ebuild
index f99df8027b7..4142a23214e 100644
--- a/app-text/highlight/highlight-4.1.ebuild
+++ b/app-text/highlight/highlight-4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"



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

2021-06-13 Thread Sam James
commit: af05988ec5112861f44c08b928c98f4b0a45e93b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:09:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:09:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af05988e

media-libs/glfw: Stabilize 3.3.4 amd64, #795741

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

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

diff --git a/media-libs/glfw/glfw-3.3.4.ebuild 
b/media-libs/glfw/glfw-3.3.4.ebuild
index f7cc7aa8392..126bde0fc02 100644
--- a/media-libs/glfw/glfw-3.3.4.ebuild
+++ b/media-libs/glfw/glfw-3.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/glfw/glfw/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 x86"
 IUSE="wayland"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/

2021-06-13 Thread Sam James
commit: 2ab48389e2427b21aff7291ae9f3ff3400850428
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab48389

app-crypt/gpgme: Stabilize 1.15.1 arm64, #795495

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

 app-crypt/gpgme/gpgme-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.15.1.ebuild 
b/app-crypt/gpgme/gpgme-1.15.1.ebuild
index 58a6d5be896..495901e388c 100644
--- a/app-crypt/gpgme/gpgme-1.15.1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.15.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~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="common-lisp static-libs +cxx python qt5"
 
 RDEPEND=">=app-crypt/gnupg-2



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-06-13 Thread Sam James
commit: 98bdeff3e2904c5242285335375ec62709b98e39
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bdeff3

dev-java/tomcat-servlet-api: Stabilize 10.0.6 arm64, #795726

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild
index c5339740e59..e360880764a 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-games/ois/

2021-06-13 Thread Sam James
commit: d3f11c42c2f78a24a75efff8d0211b67c46ad08a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:09:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f11c42

dev-games/ois: Stabilize 1.5.1 amd64, #795738

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

 dev-games/ois/ois-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/ois/ois-1.5.1.ebuild b/dev-games/ois/ois-1.5.1.ebuild
index 7a889b57292..0ab196280b9 100644
--- a/dev-games/ois/ois-1.5.1.ebuild
+++ b/dev-games/ois/ois-1.5.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P^^}"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 
 DEPEND="
x11-libs/libXaw



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

2021-06-13 Thread Sam James
commit: 5a4bb29ab78b444bf2e59af9f7b71428bd68efc6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:08:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:08:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4bb29a

sys-auth/seatd: Stabilize 0.5.0 amd64, #795723

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

 sys-auth/seatd/seatd-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/seatd/seatd-0.5.0.ebuild 
b/sys-auth/seatd/seatd-0.5.0.ebuild
index 0457197efb2..399ae87423b 100644
--- a/sys-auth/seatd/seatd-0.5.0.ebuild
+++ b/sys-auth/seatd/seatd-0.5.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd";
 else
-   KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 LICENSE="MIT"



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

2021-06-13 Thread Sam James
commit: 99cd29cb73eff5f091551d3709088d2df248b1e6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:11:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:11:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cd29cb

app-text/highlight: Stabilize 4.1 ppc, #795735

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

 app-text/highlight/highlight-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-4.1.ebuild 
b/app-text/highlight/highlight-4.1.ebuild
index 87f3a350274..f99df8027b7 100644
--- a/app-text/highlight/highlight-4.1.ebuild
+++ b/app-text/highlight/highlight-4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"



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

2021-06-13 Thread Sam James
commit: d9816775463c8a2705d0d39bfc0ae0e6d89cf45e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:09:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:09:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9816775

app-text/highlight: Stabilize 4.1 amd64, #795735

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

 app-text/highlight/highlight-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-4.1.ebuild 
b/app-text/highlight/highlight-4.1.ebuild
index 4998e8c039c..1e853506e54 100644
--- a/app-text/highlight/highlight-4.1.ebuild
+++ b/app-text/highlight/highlight-4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"



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

2021-06-13 Thread Sam James
commit: 72536e242ee143eabb14e0fdebb572b6e2a36292
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:11:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:11:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72536e24

app-text/highlight: Stabilize 4.1 arm64, #795735

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

 app-text/highlight/highlight-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-4.1.ebuild 
b/app-text/highlight/highlight-4.1.ebuild
index 1e853506e54..a9ff8022672 100644
--- a/app-text/highlight/highlight-4.1.ebuild
+++ b/app-text/highlight/highlight-4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-06-13 Thread Sam James
commit: 50c3425b43e93c284b78242b864fa33bbbc32fd4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:10:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:10:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c3425b

dev-java/tomcat-servlet-api: Stabilize 8.5.66 arm64, #795726

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild
index a941a42a84f..bc802223a5b 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.66.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-06-13 Thread Sam James
commit: de952923e372229a3974ff6254e959fb6a4d9256
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 11:09:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 11:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de952923

app-text/djvu: Stabilize 3.5.28-r1 amd64, #795732

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

 app-text/djvu/djvu-3.5.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/djvu/djvu-3.5.28-r1.ebuild 
b/app-text/djvu/djvu-3.5.28-r1.ebuild
index 81c60d2df66..6f0f219ffce 100644
--- a/app-text/djvu/djvu-3.5.28-r1.ebuild
+++ b/app-text/djvu/djvu-3.5.28-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P%%.3}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="debug doc jpeg tiff xml"
 
 RDEPEND="jpeg? ( virtual/jpeg:0 )



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

2021-06-13 Thread Michał Górny
commit: 8f6f6225fca61d5296f38faf71af800bf7e531ed
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 13 11:26:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 13 11:27:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6f6225

dev-python/twine: Enable py3.10

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

 dev-python/twine/twine-3.4.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/twine/twine-3.4.1.ebuild 
b/dev-python/twine/twine-3.4.1.ebuild
index a1c46e5c809..17f9c3dc5ee 100644
--- a/dev-python/twine/twine-3.4.1.ebuild
+++ b/dev-python/twine/twine-3.4.1.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Collection of utilities for publishing packages on PyPI"



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

2021-06-13 Thread Michał Górny
commit: 7dea241a6aebcc8ae0087df8454fa0cbb541938f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 13 11:26:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 13 11:27:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dea241a

dev-python/pypiserver: Enable py3.10

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

 dev-python/pypiserver/pypiserver-1.4.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pypiserver/pypiserver-1.4.2.ebuild 
b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
index 378760e33d4..d33d2bc3bcf 100644
--- a/dev-python/pypiserver/pypiserver-1.4.2.ebuild
+++ b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
@@ -1,10 +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
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Minimal PyPI server"



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

2021-06-13 Thread Michał Górny
commit: 336b08c335da578ffcc00b9bec66cb64ec0c8f56
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 13 11:09:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 13 11:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336b08c3

dev-python/tqdm: Enable py3.10

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

 dev-python/tqdm/files/tqdm-4.61.1-py310.patch | 35 +++
 dev-python/tqdm/tqdm-4.61.1.ebuild|  6 -
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev-python/tqdm/files/tqdm-4.61.1-py310.patch 
b/dev-python/tqdm/files/tqdm-4.61.1-py310.patch
new file mode 100644
index 000..10cb898d480
--- /dev/null
+++ b/dev-python/tqdm/files/tqdm-4.61.1-py310.patch
@@ -0,0 +1,35 @@
+From d2a6ec2ab84aec847b1598bb2a777103cea7fc9f Mon Sep 17 00:00:00 2001
+From: Casper da Costa-Luis 
+Date: Sat, 12 Jun 2021 17:39:37 +0100
+Subject: [PATCH] fix py3.10 `asyncio` tests
+
+- fixes #1176
+---
+ tqdm/asyncio.py | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/tqdm/asyncio.py b/tqdm/asyncio.py
+index 0d3ba747d..8f9b4ed6e 100644
+--- a/tqdm/asyncio.py
 b/tqdm/asyncio.py
+@@ -8,6 +8,7 @@
+ ... ...
+ """
+ import asyncio
++from sys import version_info
+ 
+ from .std import tqdm as std_tqdm
+ 
+@@ -60,7 +61,11 @@ def as_completed(cls, fs, *, loop=None, timeout=None, 
total=None, **tqdm_kwargs)
+ """
+ if total is None:
+ total = len(fs)
+-yield from cls(asyncio.as_completed(fs, loop=loop, timeout=timeout),
++
++kwargs = {}
++if version_info[:2] < (3, 10):
++kwargs['loop'] = loop
++yield from cls(asyncio.as_completed(fs, timeout=timeout, **kwargs),
+total=total, **tqdm_kwargs)
+ 
+ @classmethod

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
index efd3b71ffe2..52874533157 100644
--- a/dev-python/tqdm/tqdm-4.61.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.61.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{8..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 if [[ ${PV} ==  ]]; then
@@ -31,6 +31,10 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   "${FILESDIR}"/${P}-py310.patch
+)
+
 python_test() {
# Skip unpredictable performance tests
epytest --ignore 'tests/tests_perf.py'



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver/, x11-misc/xscreensaver/files/

2021-06-13 Thread Sebastian Pipping
commit: b2d720ae5fc226fac1e8ce032c4126984b8c377e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Jun 13 11:42:23 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Jun 13 11:42:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d720ae

x11-misc/xscreensaver: Drop vulnerable

Bug: https://bugs.gentoo.org/794475
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.19, Repoman-3.0.3

 x11-misc/xscreensaver/Manifest |   1 -
 .../files/xscreensaver-5.05-interix.patch  |  32 
 .../xscreensaver/files/xscreensaver-5.44-gcc.patch |  16 --
 x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild  | 160 
 x11-misc/xscreensaver/xscreensaver-5.45.ebuild | 167 -
 5 files changed, 376 deletions(-)

diff --git a/x11-misc/xscreensaver/Manifest b/x11-misc/xscreensaver/Manifest
index f3efd33ba39..2a8cc3823af 100644
--- a/x11-misc/xscreensaver/Manifest
+++ b/x11-misc/xscreensaver/Manifest
@@ -1,2 +1 @@
-DIST xscreensaver-5.44.tar.gz 27001826 BLAKE2B 
102025aa2f57672ed3547f0e9bab989566fb8e50ecae8b9e4078ec5ee5de3cad09fec107695335ef236ad9fe19b2638978366a180a998d77b0ce8a2a5d1ebde3
 SHA512 
9d9144dec6f075c2d6a1c3cd45123a98d6d0cd732d6c3e3389e97b3f802b8f8765a188d1e35f97f123ca0a64661ea616b7b710577063c311da3d99d8439f1dae
 DIST xscreensaver-5.45.tar.gz 27729147 BLAKE2B 
132301dd6645a21e04cd6f8b2f85e4b2454f5281e8cca3c5a89d50e16fee7f7e79d0b323e639bf7a18ddbcae0b4c8e7e5c9a84409bfe9f57253062cdaab30880
 SHA512 
1b21418c591fd99f3caaea9d31ca49abdb94b8e89f33e661c464299bc81bf4ff13fd99a187070fce19b3843c28a1f2a2a7b94bd6949d2b3b06bba730cae59f14

diff --git a/x11-misc/xscreensaver/files/xscreensaver-5.05-interix.patch 
b/x11-misc/xscreensaver/files/xscreensaver-5.05-interix.patch
deleted file mode 100644
index 2a5eead4879..000
--- a/x11-misc/xscreensaver/files/xscreensaver-5.05-interix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -ru xscreensaver-5.05.orig/driver/prefs.c xscreensaver-5.05/driver/prefs.c
 xscreensaver-5.05.orig/driver/prefs.c  2006-05-24 00:03:47 +0200
-+++ xscreensaver-5.05/driver/prefs.c   2008-03-11 09:20:58 +0100
-@@ -951,9 +951,12 @@
-   {
- p->init_file_date = write_date;
- 
-+/* Interix has no sync() or alike. */
-+#ifndef __INTERIX
- /* Since the .xscreensaver file is used for IPC, let's try and make
-sure that the bits actually land on the disk right away. */
- sync ();
-+#endif
- 
-   status = 0;/* wrote and renamed successfully! */
-   }
-diff -ru xscreensaver-5.05.orig/driver/setuid.c 
xscreensaver-5.05/driver/setuid.c
 xscreensaver-5.05.orig/driver/setuid.c 2006-02-09 03:33:29 +0100
-+++ xscreensaver-5.05/driver/setuid.c  2008-03-11 09:22:59 +0100
-@@ -136,9 +136,12 @@
-   if (uid == (uid_t) -1) uid = (uid_t) -2;
- 
-   errno = 0;
-+
-+#ifndef __INTERIX
-   if (setgroups_needed_p (gid) &&
-   setgroups (1, &gid) < 0)
- sgs_errno = errno ? errno : -1;
-+#endif
- 
-   errno = 0;
-   if (setgid (gid) != 0)

diff --git a/x11-misc/xscreensaver/files/xscreensaver-5.44-gcc.patch 
b/x11-misc/xscreensaver/files/xscreensaver-5.44-gcc.patch
deleted file mode 100644
index 16493e1fd1d..000
--- a/x11-misc/xscreensaver/files/xscreensaver-5.44-gcc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/configure.in
-+++ b/configure.in
-@@ -468,11 +468,11 @@
- 
- AC_DEFUN([AC_CHECK_GCC_ARG],
-  [if test -n "$GCC"; then
--   AC_CACHE_CHECK([whether gcc accepts [$2]],
-+   AC_CACHE_CHECK([whether [$CC] accepts [$2]],
-  ac_cv_gcc_accepts_[$1],
- [rm -rf conftest.$ac_ext
-  touch conftest.$ac_ext
-- if ( ( gcc -c [$2] conftest.$ac_ext -o/dev/null >/dev/null ) 2>&1 | \
-+ if ( ( $CC -c [$2] conftest.$ac_ext -o/dev/null >/dev/null ) 2>&1 | \
-   grep unrecognized >/dev/null ); then
-ac_cv_gcc_accepts_[$1]=no
-  else

diff --git a/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild
deleted file mode 100644
index 12806ff149d..000
--- a/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic l10n multilib pam
-
-DESCRIPTION="modular screen saver and locker for the X Window System"
-HOMEPAGE="https://www.jwz.org/xscreensaver/";
-SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="caps +gdk-pixbuf gdm +gtk jpeg +locking new-login offensive opengl pam 
+perl selinux suid xinerama"
-REQUIRED_USE="
-   gdk-pixbuf? ( gtk )
-"
-
-COMMON_DEPEND="
-   >=gnome-base/libglade-2
-   dev-libs/libxml2
-   media-libs/netpbm
-   x11-apps/appres
-   x11-apps/xwininfo
-   x11-libs/libX11
-   x1

[gentoo-commits] proj/devmanual:master commit in: function-reference/query-functions/

2021-06-13 Thread Ulrich Müller
commit: 79871f29c8034612df39cc341f6ce33b0f48a41f
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Apr 13 20:42:38 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun 13 11:48:16 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=79871f29

function-reference/query-functions: document missing pms functions

Signed-off-by: John Helmert III  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 function-reference/query-functions/text.xml | 20 
 1 file changed, 20 insertions(+)

diff --git a/function-reference/query-functions/text.xml 
b/function-reference/query-functions/text.xml
index da24380..b4be963 100644
--- a/function-reference/query-functions/text.xml
+++ b/function-reference/query-functions/text.xml
@@ -45,6 +45,17 @@ query variables and similar state.
   As use, echoes flagname upon success.
 
   
+  
+
+  usex flag [true output] [false output] [true suffix] [false 
suffix]
+
+
+  If flag is enabled, echo [true output][true suffix], otherwise
+  echo [false output][false suffix]. If unspecified, true and false outputs
+  are equal to "yes" and "no" respectively. The suffixes default to empty
+  strings.
+
+  
   
 
   use_enable flag str val 
@@ -63,6 +74,15 @@ query variables and similar state.
   As use_enable, but --with- or --without-.
 
   
+  
+
+  in_iuse flag
+
+
+  Returns true if the ebuild can use flag in use queries,
+  false otherwise.
+
+  
   
 
   has word item...



[gentoo-commits] data/api:master commit in: files/

2021-06-13 Thread Patrice Clement
commit: 388faaad0abfa720d1d6c20926521711f2925968
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 12:05:08 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 12:05:35 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=388faaad

uid-gid.txt: reserve UID+GID 224 for zeppelin.

Signed-off-by: Patrice Clement  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index d120d19..8e70346 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -211,6 +211,7 @@ uptimed 220 
220 acct
 gkrellmd   221 221 
acct
 msmtpd 222 222 
acct
 nsd223 223 
acct
+zeppelin   224 224 
acctUsed by www-apps/zeppelin-bin
 dnscache   225 -   
acct
 dnslog 226 -   
acct
 tinydns227 -   
acct



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-flow/files/, dev-vcs/git-flow/

2021-06-13 Thread Marek Szuba
commit: be1016621c919ec293667becd69e6dd2b854a2fc
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jun 13 12:03:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jun 13 12:08:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be101662

dev-vcs/git-flow: some QA fixes

1. Inherit eclasses before declaring any variables, just in case;
2. Fix indentation of SRC_URI;
3. Put non-executable support scripts in /usr/libexec/git-flow instead
   of polluting /usr/bin;
4. Use PF rather than P as the directory name for docs;
5. Change the sed delimiter to ! so that slashes in paths do not have to
   be escaped;
6. Install to ED rather than D so that we (hopefully) support Prefix.

Signed-off-by: Marek Szuba  gentoo.org>

 .../git-flow/files/git-flow-1.12.3_scriptdir.patch | 72 ++
 dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild | 46 ++
 2 files changed, 118 insertions(+)

diff --git a/dev-vcs/git-flow/files/git-flow-1.12.3_scriptdir.patch 
b/dev-vcs/git-flow/files/git-flow-1.12.3_scriptdir.patch
new file mode 100644
index 000..34fab234d41
--- /dev/null
+++ b/dev-vcs/git-flow/files/git-flow-1.12.3_scriptdir.patch
@@ -0,0 +1,72 @@
+Keeps the auxiliary, non-executable script files out of /usr/bin, and
+avoids calling uname every time git-flow runs.
+
+--- a/git-flow
 b/git-flow
+@@ -41,41 +41,9 @@
+   set -x
+ fi
+ 
+-# Setup the GITFLOW_DIR for different operating systems.
+-# This is mostly to make sure that we get the correct directory when the
+-# git-flow file is a symbolic link
+-case $(uname -s) in
+-Linux)
+-  export GITFLOW_DIR=$(dirname "$(readlink -e "$0")")
+-  ;;
+-FreeBSD|OpenBSD|NetBSD)
+-  export FLAGS_GETOPT_CMD='/usr/local/bin/getopt'
+-  export GITFLOW_DIR=$(dirname "$(realpath "$0")")
+-  ;;
+-Darwin)
+-  PRG="$0"
+-  while [ -h "$PRG" ]; do
+-  link=$(readlink "$PRG")
+-  if expr "$link" : '/.*' > /dev/null; then
+-  PRG="$link"
+-  else
+-  PRG="$(dirname "$PRG")/$link"
+-  fi
+-  done
+-  export GITFLOW_DIR=$(dirname "$PRG")
+-  ;;
+-*MINGW*)
+-  export GITFLOW_DIR=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+-  pwd () {
+-  builtin pwd -W
+-  }
+-  ;;
+-*)
+-  # The sed expression here replaces all backslashes by forward slashes.
+-  # This helps our Windows users, while not bothering our Unix users.)
+-  export GITFLOW_DIR=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+-  ;;
+-esac
++# Setup GITFLOW_DIR
++GITFLOW_DIR="@PREFIX@/libexec/git-flow"
++export GITFLOW_DIR
+ 
+ # Extra environment settings
+ if [ -f ~/.gitflow_export ]; then
+--- a/Makefile
 b/Makefile
+@@ -30,6 +30,7 @@
+ 
+ datarootdir=$(prefix)/share
+ docdir=$(datarootdir)/doc/gitflow
++scriptdir=$(prefix)/libexec/git-flow
+ # files that need mode 755
+ EXEC_FILES=git-flow
+ 
+@@ -55,9 +56,10 @@
+ 
+ install:
+   install -d -m 0755 $(prefix)/bin
++  install -d -m 0755 $(scriptdir)
+   install -d -m 0755 $(docdir)/hooks
+   install -m 0755 $(EXEC_FILES) $(prefix)/bin
+-  install -m 0644 $(SCRIPT_FILES) $(prefix)/bin
++  install -m 0644 $(SCRIPT_FILES) $(scriptdir)
+   install -m 0644 $(HOOK_FILES) $(docdir)/hooks
+ 
+ uninstall:

diff --git a/dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild 
b/dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild
new file mode 100644
index 000..7bd223ff451
--- /dev/null
+++ b/dev-vcs/git-flow/git-flow-1.12.3-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+MY_PN="${PN/-/}-avh"
+COMP_PN="${PN}-completion"
+COMP_PV="0.6.0"
+COMP_P="${COMP_PN}-${COMP_PV}"
+
+DESCRIPTION="Git extensions to provide high-level repository operations"
+HOMEPAGE="https://github.com/petervanderdoes/gitflow-avh";
+SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz 
-> ${COMP_P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-vcs/git"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.12.3_scriptdir.patch
+)
+
+DOCS=( AUTHORS CHANGELOG.md README.md )
+
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+src_prepare() {
+   default
+   sed -i "s!doc/gitflow!doc/${PF}!" Makefile || die "Fixing doc path 
failed"
+   sed -i "s!@PREFIX@!${EPREFIX}!" git-flow || die "Failed to set prefix 
in the script"
+}
+
+src_compile() {
+   true
+}
+
+src_install() {
+   emake prefix="${ED}"/usr install
+   einstalldocs
+   newbashcomp "${WORKDIR}"/${COMP_P}/${COMP_PN}.bash ${PN}
+}



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

2021-06-13 Thread Marek Szuba
commit: 4a8ad757e9373a63331a2439d1576f1ccb1b8978
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jun 13 11:27:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jun 13 12:08:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8ad757

dev-vcs/git-flow: add self as maintainer

Signed-off-by: Marek Szuba  gentoo.org>

 dev-vcs/git-flow/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/git-flow/metadata.xml b/dev-vcs/git-flow/metadata.xml
index 576c9e32885..ab1910c926d 100644
--- a/dev-vcs/git-flow/metadata.xml
+++ b/dev-vcs/git-flow/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   mare...@gentoo.org
+   Marek Szuba
+   

petervanderdoes/gitflow-avh




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

2021-06-13 Thread Marek Szuba
commit: 05356acabc874bfb89b52c64e4c9540d981f0813
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jun 13 11:30:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jun 13 12:08:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05356aca

dev-python/cerberus: do not prevent installation of tests

Having discussed this with mgorny, if upstream installs these it is the
right thing for us to do the same.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/cerberus/cerberus-1.3.2.ebuild |  1 -
 .../cerberus/files/cerberus-1.3.2_test-installation.patch | 11 ---
 2 files changed, 12 deletions(-)

diff --git a/dev-python/cerberus/cerberus-1.3.2.ebuild 
b/dev-python/cerberus/cerberus-1.3.2.ebuild
index d4378677e3d..bb8115a7763 100644
--- a/dev-python/cerberus/cerberus-1.3.2.ebuild
+++ b/dev-python/cerberus/cerberus-1.3.2.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.3.2_no-pytest-runner.patch
-   "${FILESDIR}"/${PN}-1.3.2_test-installation.patch
 )
 
 distutils_enable_tests pytest

diff --git a/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch 
b/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
deleted file mode 100644
index 381822f1799..000
--- a/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/setup.py
-+++ b/setup.py
-@@ -35,7 +35,7 @@
- ),
- license="ISC",
- platforms=["any"],
--packages=find_packages(),
-+packages=find_packages(exclude=("cerberus.tests",)),
- include_package_data=True,
- setup_requires=setup_requires,
- tests_require=["pytest"],



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

2021-06-13 Thread Marek Szuba
commit: 593ccfea63564e16fff50f7352c5379f35c86e54
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jun 13 11:28:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jun 13 12:08:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ccfea

dev-python/pywinrm: do not prevent installation of tests

Having discussed this with mgorny, if upstream installs these it is the
right thing for us to do the same.

Signed-off-by: Marek Szuba  gentoo.org>

 .../pywinrm/files/pywinrm-0.4.2_test-installation.patch   | 11 ---
 dev-python/pywinrm/pywinrm-0.4.2.ebuild   |  4 
 2 files changed, 15 deletions(-)

diff --git a/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch 
b/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch
deleted file mode 100644
index d7f38f7163d..000
--- a/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/setup.py
-+++ b/setup.py
-@@ -21,7 +21,7 @@
- author_email='alexey.di...@gmail.com',
- url='http://github.com/diyan/pywinrm/',
- license='MIT license',
--packages=find_packages(),
-+packages=find_packages(exclude=('winrm.tests',)),
- package_data={'winrm.tests': ['*.ps1']},
- install_requires=['xmltodict', 'requests>=2.9.1', 'requests_ntlm>=0.3.0', 
'six'],
- extras_require={

diff --git a/dev-python/pywinrm/pywinrm-0.4.2.ebuild 
b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
index 663e5dac16a..d5323322e7b 100644
--- a/dev-python/pywinrm/pywinrm-0.4.2.ebuild
+++ b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
@@ -26,8 +26,4 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
)"
 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.4.2_test-installation.patch
-)
-
 distutils_enable_tests pytest



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

2021-06-13 Thread Sam James
commit: 453941dda997a0228f5507c07d0e8dc002813386
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 12:38:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 12:38:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453941dd

app-text/djvu: Stabilize 3.5.28-r1 arm, #795732

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

 app-text/djvu/djvu-3.5.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/djvu/djvu-3.5.28-r1.ebuild 
b/app-text/djvu/djvu-3.5.28-r1.ebuild
index 93f30011646..849f2909ed5 100644
--- a/app-text/djvu/djvu-3.5.28-r1.ebuild
+++ b/app-text/djvu/djvu-3.5.28-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P%%.3}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="debug doc jpeg tiff xml"
 
 RDEPEND="jpeg? ( virtual/jpeg:0 )



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

2021-06-13 Thread Sam James
commit: b9a404894ccdde3d416fcfcdac30e1fb0fae0d99
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 12:37:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 12:37:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a40489

dev-libs/libxml2: Stabilize 2.9.12-r3 arm, #794733

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

 dev-libs/libxml2/libxml2-2.9.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
index ea5658944b5..93ed10dc1ea 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-06-13 Thread Sam James
commit: 786bb34143df21e08e13524439445887e27062f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 12:38:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 12:38:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786bb341

sys-kernel/installkernel-gentoo: Stabilize 3 arm, #795699

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

 sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild 
b/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild
index 81dba8f5079..c5c03ddc1d1 100644
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild
+++ b/sys-kernel/installkernel-gentoo/installkernel-gentoo-3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mgorny/installkernel-gentoo/archive/v${PV}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
 
 RDEPEND="
>=sys-apps/debianutils-4.9-r1



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

2021-06-13 Thread Sam James
commit: 6e80d192b28e392a3ef58c403f323782d5067d68
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 12:37:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 12:37:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e80d192

media-sound/mpg123: Stabilize 1.27.2 arm, #794880

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

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

diff --git a/media-sound/mpg123/mpg123-1.27.2.ebuild 
b/media-sound/mpg123/mpg123-1.27.2.ebuild
index 76d1e9136d5..4d8fe02781d 100644
--- a/media-sound/mpg123/mpg123-1.27.2.ebuild
+++ b/media-sound/mpg123/mpg123-1.27.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-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="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/

2021-06-13 Thread Sam James
commit: 6c0892bee9db80bf2d525ec63cd64dc34f726d00
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 12:38:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 12:38:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0892be

app-crypt/gpgme: Stabilize 1.15.1 arm, #795495

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

 app-crypt/gpgme/gpgme-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.15.1.ebuild 
b/app-crypt/gpgme/gpgme-1.15.1.ebuild
index 495901e388c..5c3cd6d6c2d 100644
--- a/app-crypt/gpgme/gpgme-1.15.1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.15.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~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 ~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="common-lisp static-libs +cxx python qt5"
 
 RDEPEND=">=app-crypt/gnupg-2



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

2021-06-13 Thread Sam James
commit: cb22b258868da5a3898879cc5705b3deb30bce31
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 12:38:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 12:38:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb22b258

app-text/highlight: Stabilize 4.1 arm, #795735

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

 app-text/highlight/highlight-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/highlight/highlight-4.1.ebuild 
b/app-text/highlight/highlight-4.1.ebuild
index 4142a23214e..7cfbb9f2be8 100644
--- a/app-text/highlight/highlight-4.1.ebuild
+++ b/app-text/highlight/highlight-4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/, net-news/newsboat/files/

2021-06-13 Thread Cédric Krier
commit: b8070bc89ca86b791ba7eee85f4a9476f2620f7b
Author: Cédric Krier  gentoo  org>
AuthorDate: Sun Jun 13 12:36:41 2021 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sun Jun 13 12:39:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8070bc8

net-news/newsboat: version bumps

Closes: https://github.com/gentoo/gentoo/pull/19086
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Cédric Krier  gentoo.org>

 net-news/newsboat/Manifest|  65 
 net-news/newsboat/files/newsboat-2.23-flags.patch |  16 ++
 net-news/newsboat/newsboat-2.23.ebuild| 171 ++
 3 files changed, 252 insertions(+)

diff --git a/net-news/newsboat/Manifest b/net-news/newsboat/Manifest
index 54d7ef7cb5a..871c1e8ddf5 100644
--- a/net-news/newsboat/Manifest
+++ b/net-news/newsboat/Manifest
@@ -1,49 +1,73 @@
 DIST addr2line-0.12.2.crate 119767 BLAKE2B 
5d012c7c0a0d8afd48f2148b5fb4ceb54f525ef1ae6e4f9c0ad228cff059b2e0662aabb82eead22db6ea284b5c430c8b8cc2aa0100a46d8d14009bd88b5fe24a
 SHA512 
2c797f587498418c3c14d8ffc7eb79092532dfbb290b5371594e8dbd82a0979929ecb0b6f2cb615d0481a555cb1508b4220acb2db8076ea64fee0d47f290de6d
+DIST addr2line-0.14.0.crate 30065 BLAKE2B 
d4c64b5584252974980bf6e8a508aebf7e93c206789569112f1d36172adb90652a95da3f8e9da04dc278cdb2444a75483036a08b0d92047810ce8d3bf4f8aafe
 SHA512 
86891fa5e0d5b625d2f90da9e55b3ec1bb83870bfb4beb26dd6048830632f0cd250f2d0a8fc5d2e2c34ecc3ba16ee014d9e25b1338431114dbaa4b4cf25ea1ed
+DIST adler-0.2.3.crate 12168 BLAKE2B 
c7743569d700d7ec3185e0459a18181148f8cd7579f4da1fab30eb2e3c3cabbe5a7467f7760f0cba4b2fdeb62f8d988ee1f24637685d76db7acb56f679cfc996
 SHA512 
565849eba122eb94d240a0cba875035537058cc168f137a8a3b99392d753815d56fa0e1a1e851062632700b0e3d12caf67f5f768b9f727956a2e5b599029e9dc
 DIST adler32-1.1.0.crate 5442 BLAKE2B 
1a4d932402a584fa6edda414c0dedff4994afcee7bfc71f85f6e8b4568de835bb7a3eebad1b5ac0be7f59cdb0e5ce5dfad2c59d5ecf819d2a6abbbd7ea37
 SHA512 
57e3b3812e2747470c63edf64e13827c96ef8dd2311833b7f616ec63cf57ce8967636ec4d57464b607f570df06f6f648214d12ddc567e761b2de2ab16c8a7271
 DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac
 SHA512 
8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
 DIST aho-corasick-0.7.13.crate 111381 BLAKE2B 
08efdd762a12cbafabfb6c1c6f8b87465b337ea006d48e612c5275f796e4d62aa0a595bcda783f7a58b1e2655b9b35333033806215518f097b6671888d152e0f
 SHA512 
9bd3c12559d6bdb1ce798a62c59a202771b48125afb6e1b5be76cad13d750d9bedd7acd77d69557e34a698b17ed7da6832a7813d48ee2627f4a2abd5e04263e6
+DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.4.10.crate 26133 BLAKE2B 
43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30
 SHA512 
8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
 DIST arrayvec-0.5.1.crate 26816 BLAKE2B 
172dab8f0129134dfc89c6032c5fc15e2f86a5cd1e5be18b87fe2108d18a1bdb0f597a6ed4cd214dc663fbfb27b05c66846fba4543b5e068b5c75d075bdc5bff
 SHA512 
53db2fafea1f60ac1af9ecc0bc9b69010e9f8573048481d55969ecdc9f3d19832fe05824acf10a0186b0464f0fbfe898d73500fba39ed63650c64dac2c2e8043
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
 DIST autocfg-0.1.2.crate 10444 BLAKE2B 
1e37c97d6d309a5250552fc4c38066ba004674af6e6d091f08b24f47475c11b2db4b0967ce55d2208b9e2ba080e2bcb4b4226acd0da9d4c15dd844827ea6f0b4
 SHA512 
0f692f4062d22be01c32af2ceb6ed3887a7d65843e1a6ec696fbaa46517d02e62d573055efe5da3a63847f05bc37b254bf2dd750738b528774f63352eacdabe4
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff

[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/files/, net-news/newsboat/

2021-06-13 Thread Cédric Krier
commit: b70edc127b7be4305756a4761f420a136009b2c2
Author: Cédric Krier  gentoo  org>
AuthorDate: Sun Jun 13 12:39:10 2021 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sun Jun 13 12:39:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70edc12

net-news/newsboat: clean old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Cédric Krier  gentoo.org>

 net-news/newsboat/Manifest |  82 ---
 .../files/newsboat-2.19-json-c-0.14.0.patch|  34 -
 net-news/newsboat/newsboat-2.20.1.ebuild   | 162 -
 3 files changed, 278 deletions(-)

diff --git a/net-news/newsboat/Manifest b/net-news/newsboat/Manifest
index 871c1e8ddf5..80b5673f9db 100644
--- a/net-news/newsboat/Manifest
+++ b/net-news/newsboat/Manifest
@@ -2,222 +2,140 @@ DIST addr2line-0.12.2.crate 119767 BLAKE2B 
5d012c7c0a0d8afd48f2148b5fb4ceb54f525
 DIST addr2line-0.14.0.crate 30065 BLAKE2B 
d4c64b5584252974980bf6e8a508aebf7e93c206789569112f1d36172adb90652a95da3f8e9da04dc278cdb2444a75483036a08b0d92047810ce8d3bf4f8aafe
 SHA512 
86891fa5e0d5b625d2f90da9e55b3ec1bb83870bfb4beb26dd6048830632f0cd250f2d0a8fc5d2e2c34ecc3ba16ee014d9e25b1338431114dbaa4b4cf25ea1ed
 DIST adler-0.2.3.crate 12168 BLAKE2B 
c7743569d700d7ec3185e0459a18181148f8cd7579f4da1fab30eb2e3c3cabbe5a7467f7760f0cba4b2fdeb62f8d988ee1f24637685d76db7acb56f679cfc996
 SHA512 
565849eba122eb94d240a0cba875035537058cc168f137a8a3b99392d753815d56fa0e1a1e851062632700b0e3d12caf67f5f768b9f727956a2e5b599029e9dc
 DIST adler32-1.1.0.crate 5442 BLAKE2B 
1a4d932402a584fa6edda414c0dedff4994afcee7bfc71f85f6e8b4568de835bb7a3eebad1b5ac0be7f59cdb0e5ce5dfad2c59d5ecf819d2a6abbbd7ea37
 SHA512 
57e3b3812e2747470c63edf64e13827c96ef8dd2311833b7f616ec63cf57ce8967636ec4d57464b607f570df06f6f648214d12ddc567e761b2de2ab16c8a7271
-DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac
 SHA512 
8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
 DIST aho-corasick-0.7.13.crate 111381 BLAKE2B 
08efdd762a12cbafabfb6c1c6f8b87465b337ea006d48e612c5275f796e4d62aa0a595bcda783f7a58b1e2655b9b35333033806215518f097b6671888d152e0f
 SHA512 
9bd3c12559d6bdb1ce798a62c59a202771b48125afb6e1b5be76cad13d750d9bedd7acd77d69557e34a698b17ed7da6832a7813d48ee2627f4a2abd5e04263e6
 DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
-DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
-DIST arrayvec-0.4.10.crate 26133 BLAKE2B 
43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30
 SHA512 
8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
 DIST arrayvec-0.5.1.crate 26816 BLAKE2B 
172dab8f0129134dfc89c6032c5fc15e2f86a5cd1e5be18b87fe2108d18a1bdb0f597a6ed4cd214dc663fbfb27b05c66846fba4543b5e068b5c75d075bdc5bff
 SHA512 
53db2fafea1f60ac1af9ecc0bc9b69010e9f8573048481d55969ecdc9f3d19832fe05824acf10a0186b0464f0fbfe898d73500fba39ed63650c64dac2c2e8043
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
-DIST autocfg-0.1.2.crate 10444 BLAKE2B 
1e37c97d6d309a5250552fc4c38066ba004674af6e6d091f08b24f47475c11b2db4b0967ce55d2208b9e2ba080e2bcb4b4226acd0da9d4c15dd844827ea6f0b4
 SHA512 
0f692f4062d22be01c32af2ceb6ed3887a7d65843e1a6ec696fbaa46517d02e62d573055efe5da3a63847f05bc37b254bf2dd750738b528774f63352eacdabe4
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
-DIST backtrace-0.3.13.crate 34101 

[gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/

2021-06-13 Thread Ionen Wolkens
commit: 54644eabb964676127b8f10c8d6d0fe3977f9777
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jun 13 12:39:22 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jun 13 12:53:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54644eab

games-emulation/fbzx: add 4.8.0

Trivial bump to get rid of the joystick patch.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-emulation/fbzx/Manifest  |  1 +
 games-emulation/fbzx/fbzx-4.8.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/games-emulation/fbzx/Manifest b/games-emulation/fbzx/Manifest
index a26c35938b4..42b8ab9facc 100644
--- a/games-emulation/fbzx/Manifest
+++ b/games-emulation/fbzx/Manifest
@@ -1 +1,2 @@
 DIST fbzx_4.6.0.tar.bz2 307308 BLAKE2B 
0cf6e9bf3e01c5a03e0925707aab46829ed8e3f0e4c0791d362ab8972d5d0175e35635e5ad6f895db369b4cb543efc40561fa41ec1cfd739c7252762250bdb7e
 SHA512 
4644038c615e2487361e8a7a72d69ae2e136945160d4cc8ed982365243a7e016edff6165ae86a3f50e3f0f4d45540bfd933353ca17596f9d8e10153c492f15d9
+DIST fbzx_4.8.0.tar.bz2 307530 BLAKE2B 
465bac143e034604b9f7fb8cf87ef4dcdcec09e7208873350c0c2c63b560c2fc130fa1a665e91156e88563600222a1dc801fcc02c532009f2ebccb5e7946ca14
 SHA512 
f56a9083a741f98a77e2b9673e569341816cef943973c65c1aa6cb01ad6c2bcd5b663d3db35193196770c3eb046e8a8c15d83c2c122700d2116ad34c5d796cdc

diff --git a/games-emulation/fbzx/fbzx-4.8.0.ebuild 
b/games-emulation/fbzx/fbzx-4.8.0.ebuild
new file mode 100644
index 000..b69852a2a19
--- /dev/null
+++ b/games-emulation/fbzx/fbzx-4.8.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs
+
+DESCRIPTION="Full Screen Sinclair Spectrum emulator"
+HOMEPAGE="http://www.rastersoft.com/programas/fbzx.html";
+SRC_URI="http://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2";
+S="${WORKDIR}/${PN}_${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa pulseaudio"
+
+RDEPEND="
+   media-libs/libsdl2[joystick,video]
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.6.0-makefile.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i "s|/usr/share|${EPREFIX}/usr/share/${PN}|" src/llscreen.cpp || 
die
+}
+
+src_compile() {
+   tc-export CXX PKG_CONFIG
+
+   emake ALSA=$(usex alsa) PULSE=$(usex pulseaudio)
+}
+
+src_install() {
+   dobin src/${PN}
+   dodoc AMSTRAD CAPABILITIES FAQ HISTORY.md README.{TZX,md} TODO
+   doicon data/${PN}.svg
+   domenu data/${PN}.desktop
+
+   insinto /usr/share/${PN}
+   doins -r data/spectrum-roms
+
+   insinto /usr/share/${PN}/${PN}
+   doins data/keymap.bmp
+}



[gentoo-commits] repo/gentoo:master commit in: dev-games/t4k-common/

2021-06-13 Thread Ionen Wolkens
commit: 28137c7c6970f69c1cecd1ef3f0874f2f8fd836f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jun 13 12:00:18 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jun 13 12:52:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28137c7c

dev-games/t4k-common: drop last stable 0.1.1

Broken and its only rdep currently depends on ~arch 0.1.1-r1, no
sense in keeping stable keywords for this.

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-games/t4k-common/t4k-common-0.1.1.ebuild | 59 
 1 file changed, 59 deletions(-)

diff --git a/dev-games/t4k-common/t4k-common-0.1.1.ebuild 
b/dev-games/t4k-common/t4k-common-0.1.1.ebuild
deleted file mode 100644
index e0a6d5009ab..000
--- a/dev-games/t4k-common/t4k-common-0.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A library of code shared between tuxmath and tuxtype"
-HOMEPAGE="https://github.com/tux4kids/t4kcommon";
-SRC_URI="https://github.com/tux4kids/t4kcommon/archive/upstream/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="svg"
-
-RDEPEND="
-   dev-libs/libxml2:2
-   media-libs/libsdl
-   media-libs/sdl-image
-   media-libs/sdl-mixer
-   media-libs/sdl-net
-   media-libs/sdl-ttf
-   media-libs/sdl-pango
-   svg? (
-   gnome-base/librsvg:2
-   media-libs/libpng:0
-   x11-libs/cairo
-   )"
-DEPEND="${RDEPEND}"
-# need sys-devel/gettext for AM_ICONV in iconv.m4
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-S="${WORKDIR}/t4kcommon-upstream-${PV}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-libpng.patch
-   "${FILESDIR}"/${P}-fno-common.patch
-   "${FILESDIR}"/${P}-ICONV_CONST.patch
-)
-
-src_prepare() {
-   default
-   rm m4/iconv.m4 || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(usex svg "" --without-rsvg)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/, games-emulation/fbzx/files/

2021-06-13 Thread Ionen Wolkens
commit: bce5cbdfaacc8aa45495ec0dd29c1d265f061fae
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jun 13 12:53:28 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jun 13 12:53:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce5cbdf

games-emulation/fbzx: drop 4.6.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-emulation/fbzx/Manifest  |   1 -
 games-emulation/fbzx/fbzx-4.6.0.ebuild |  53 --
 games-emulation/fbzx/files/fbzx-3.0.0-gentoo.patch | 116 -
 .../fbzx/files/fbzx-4.6.0-joystick-invert.patch|  32 --
 4 files changed, 202 deletions(-)

diff --git a/games-emulation/fbzx/Manifest b/games-emulation/fbzx/Manifest
index 42b8ab9facc..ae6084270c0 100644
--- a/games-emulation/fbzx/Manifest
+++ b/games-emulation/fbzx/Manifest
@@ -1,2 +1 @@
-DIST fbzx_4.6.0.tar.bz2 307308 BLAKE2B 
0cf6e9bf3e01c5a03e0925707aab46829ed8e3f0e4c0791d362ab8972d5d0175e35635e5ad6f895db369b4cb543efc40561fa41ec1cfd739c7252762250bdb7e
 SHA512 
4644038c615e2487361e8a7a72d69ae2e136945160d4cc8ed982365243a7e016edff6165ae86a3f50e3f0f4d45540bfd933353ca17596f9d8e10153c492f15d9
 DIST fbzx_4.8.0.tar.bz2 307530 BLAKE2B 
465bac143e034604b9f7fb8cf87ef4dcdcec09e7208873350c0c2c63b560c2fc130fa1a665e91156e88563600222a1dc801fcc02c532009f2ebccb5e7946ca14
 SHA512 
f56a9083a741f98a77e2b9673e569341816cef943973c65c1aa6cb01ad6c2bcd5b663d3db35193196770c3eb046e8a8c15d83c2c122700d2116ad34c5d796cdc

diff --git a/games-emulation/fbzx/fbzx-4.6.0.ebuild 
b/games-emulation/fbzx/fbzx-4.6.0.ebuild
deleted file mode 100644
index 6b5e1d62f6b..000
--- a/games-emulation/fbzx/fbzx-4.6.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs
-
-DESCRIPTION="Full Screen Sinclair Spectrum emulator"
-HOMEPAGE="http://www.rastersoft.com/programas/fbzx.html";
-SRC_URI="http://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2";
-S="${WORKDIR}/${PN}_${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa pulseaudio"
-
-RDEPEND="
-   media-libs/libsdl2[joystick,video]
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-joystick-invert.patch
-   "${FILESDIR}"/${P}-makefile.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i "s|/usr/share|${EPREFIX}/usr/share/${PN}|" src/llscreen.cpp || 
die
-}
-
-src_compile() {
-   tc-export CXX PKG_CONFIG
-
-   emake ALSA=$(usex alsa) PULSE=$(usex pulseaudio)
-}
-
-src_install() {
-   dobin src/${PN}
-   dodoc AMSTRAD CAPABILITIES FAQ HISTORY.md README.{TZX,md} TODO
-   doicon data/${PN}.svg
-   domenu data/${PN}.desktop
-
-   insinto /usr/share/${PN}
-   doins -r data/spectrum-roms
-
-   insinto /usr/share/${PN}/${PN}
-   doins data/keymap.bmp
-}

diff --git a/games-emulation/fbzx/files/fbzx-3.0.0-gentoo.patch 
b/games-emulation/fbzx/files/fbzx-3.0.0-gentoo.patch
deleted file mode 100644
index f9751d7486d..000
--- a/games-emulation/fbzx/files/fbzx-3.0.0-gentoo.patch
+++ /dev/null
@@ -1,116 +0,0 @@
 a/src/Makefile
-+++ b/src/Makefile
-@@ -1,78 +1,74 @@
--CC=g++ -c -O2
--CPP=g++ -c -O2
--LN=g++ -O2
--
- CFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE -D 
D_SOUND_ALSA -D D_SOUND_OSS
--CPPFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -D D_SOUND_PULSE 
-D D_SOUND_ALSA -D D_SOUND_OSS
-+CXXFLAGS += `${PKG_CONFIG} --cflags sdl libpulse-simple alsa` -D 
D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS
- LDFLAGS += `pkg-config --libs sdl libpulse-simple alsa`
- 
- 
- fbzx: cargador.o cmdline.o computer.o emulator.o keyboard.o llscreen.o 
llsound.o menus.o microdrive.o osd.o screen.o signals.o spk_ay.o tape.o 
Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o 
Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o 
--  $(LN) -o fbzx cargador.o cmdline.o computer.o emulator.o keyboard.o 
llscreen.o llsound.o menus.o microdrive.o osd.o screen.o signals.o spk_ay.o 
tape.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o 
Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o  
$(LDFLAGS)
-+  $(CXX) -o fbzx cargador.o cmdline.o computer.o emulator.o keyboard.o 
llscreen.o llsound.o menus.o microdrive.o osd.o screen.o signals.o spk_ay.o 
tape.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o 
Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o 
$(LDFLAGS)
- 
- Z80free.o: z80free/Z80free.c z80free/Z80free.h
--  $(CC) -o Z80free.o z80free/Z80free.c
-+  $(CXX) -c $(CFLAGS) -o Z80free.o z80free/Z80free.c
- 
- Z80free_codes.o: z80free/Z80free_codes.c z80free/Z80free.h
--  $(CC) -o Z80free_codes.o z80free/Z80free_codes.c
-+  $(CXX) 

[gentoo-commits] repo/gentoo:master commit in: acct-group/zeppelin/

2021-06-13 Thread Patrice Clement
commit: 5e27e46f7b831b33e62c7b3b109be2d75c8e37ca
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 12:08:46 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 13:10:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e27e46f

acct-group/zeppelin: initial import.

Bug: https://bugs.gentoo.org/781533
Signed-off-by: Patrice Clement  gentoo.org>

 acct-group/zeppelin/metadata.xml | 11 +++
 acct-group/zeppelin/zeppelin-0-r1.ebuild |  9 +
 2 files changed, 20 insertions(+)

diff --git a/acct-group/zeppelin/metadata.xml b/acct-group/zeppelin/metadata.xml
new file mode 100644
index 000..0eff2a7f1d1
--- /dev/null
+++ b/acct-group/zeppelin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+monsie...@gentoo.org
+Patrice Clement
+
+   
+apache/zeppelin
+
+

diff --git a/acct-group/zeppelin/zeppelin-0-r1.ebuild 
b/acct-group/zeppelin/zeppelin-0-r1.ebuild
new file mode 100644
index 000..d65d1aed648
--- /dev/null
+++ b/acct-group/zeppelin/zeppelin-0-r1.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for system-wide www-apps/zeppelin-bin"
+ACCT_GROUP_ID=224



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

2021-06-13 Thread Patrice Clement
commit: 31acd85de09db76eb1a4d215a66cb02e26715482
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 13:07:26 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 13:10:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31acd85d

acct-user/zeppelin: initial import.

Bug: https://bugs.gentoo.org/781533
Signed-off-by: Patrice Clement  gentoo.org>

 acct-user/zeppelin/metadata.xml | 11 +++
 acct-user/zeppelin/zeppelin-0-r1.ebuild | 14 ++
 2 files changed, 25 insertions(+)

diff --git a/acct-user/zeppelin/metadata.xml b/acct-user/zeppelin/metadata.xml
new file mode 100644
index 000..0eff2a7f1d1
--- /dev/null
+++ b/acct-user/zeppelin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+monsie...@gentoo.org
+Patrice Clement
+
+   
+apache/zeppelin
+
+

diff --git a/acct-user/zeppelin/zeppelin-0-r1.ebuild 
b/acct-user/zeppelin/zeppelin-0-r1.ebuild
new file mode 100644
index 000..22a7f3d7cee
--- /dev/null
+++ b/acct-user/zeppelin/zeppelin-0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for system-wide www-apps/zeppelin-bin"
+ACCT_USER_ID=224
+ACCT_USER_GROUPS=( "${PN}" )
+ACCT_USER_HOME=/home/zeppelin
+ACCT_USER_SHELL=/bin/sh
+
+acct-user_add_deps



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

2021-06-13 Thread Patrice Clement
commit: 2a2e25733ee98482ac1b210bdc6a2dd49a2c3029
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 13 13:09:09 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 13 13:10:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2e2573

www-apps/zeppelin-bin: migrate to GLEP 81.

Closes: https://bugs.gentoo.org/781533
Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild 
b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
new file mode 100644
index 000..a6da6911f3e
--- /dev/null
+++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2 user
+
+MY_PN="zeppelin"
+MY_P="${MY_PN}-${PV}-bin-all"
+
+DESCRIPTION="Web-based interactive data analytics notebook launcher"
+HOMEPAGE="https://zeppelin.apache.org";
+SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   acct-group/zeppelin
+   acct-user/zeppelin
+   >=virtual/jdk-1.8"
+
+RDEPEND="
+   >=virtual/jre-1.8"
+
+S="${WORKDIR}/${MY_P}"
+
+INSTALL_DIR="/opt/${P}"
+
+src_install() {
+   keepdir /var/log/zeppelin
+   fowners -R zeppelin:zeppelin /var/log/zeppelin
+
+   newinitd "${FILESDIR}/zeppelin.init.d" zeppelin
+
+   dodir "${INSTALL_DIR}"
+   cp -pRP * "${ED}/${INSTALL_DIR}" || die
+   dosym "${P}" /opt/zeppelin
+   fowners -R zeppelin:zeppelin "${INSTALL_DIR}"
+}



  1   2   3   4   5   6   7   8   9   10   >