[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Remove/

2020-08-30 Thread Kent Fredric
commit: b15548a6c0f0298daa96966eccab494a90cdd154
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 06:49:27 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 06:49:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15548a6

dev-perl/File-Remove: Bump to version 1.580.0

- EAPI7
- Clarify license, even if some of it is somewhat redundant
- Remove no-longer-needed src_test stripping

Upstream:
- Ship META.json
- Move to Module::Build as installer

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Remove/File-Remove-1.580.0.ebuild | 29 +
 dev-perl/File-Remove/Manifest   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/File-Remove/File-Remove-1.580.0.ebuild 
b/dev-perl/File-Remove/File-Remove-1.580.0.ebuild
new file mode 100644
index 000..9520612b1f9
--- /dev/null
+++ b/dev-perl/File-Remove/File-Remove-1.580.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=1.58
+inherit perl-module
+
+DESCRIPTION="Remove files and directories"
+LICENSE="|| ( Artistic GPL-1+ ) || ( CC0-1.0 public-domain MIT )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-File-Path
+   >=virtual/perl-File-Spec-3.290.0
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.280.0
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-IO
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/File-Remove/Manifest b/dev-perl/File-Remove/Manifest
index 33745e6a8ce..f72552cc888 100644
--- a/dev-perl/File-Remove/Manifest
+++ b/dev-perl/File-Remove/Manifest
@@ -1 +1,2 @@
 DIST File-Remove-1.57.tar.gz 22157 BLAKE2B 
1dff9819789795497491f17f24887f701e519adba507e4cb3e833a4921598c043bfe3fb5f00565e8e58593500be1c9a98d5f156cdc9d5a815ddb0e704095cef9
 SHA512 
dec41e9ffaabe953e72386fa0f5112fe6ebaac0fdf6752256749162d505aaf17b905500fcf52d0cb2ef944788b8e13cb3b2cf37be8671a47aab9081e228bc92e
+DIST File-Remove-1.58.tar.gz 25575 BLAKE2B 
20673b6384817cc93378a1bf7a6b0cae52815a8d4d5ada2727d0adf26abcfca31e144bd9ad8267cbd1fa8b1f8860cc529db9e336e8da7cc1a6d568701920914f
 SHA512 
2d616751328d57ff6975775189f92745fb3cb1d69675049ebddd96a2612c11c62c1995a70720efe4e73a9c10b9a2ec5528b90d468815e7c2ee395145241608e2



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ReadBackwards/

2020-08-30 Thread Kent Fredric
commit: 930acb4165013ff4ad3e30d77c257a7a521b1c4b
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 06:33:32 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 06:33:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930acb41

dev-perl/File-ReadBackwards: -r bump for EAPI7

- EAPI7
- Make DESCRIPTION less redundant
- Remove unused/empty variable assignments

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../File-ReadBackwards-1.50.0-r2.ebuild  | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild 
b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
new file mode 100644
index 000..9bcbfd61820
--- /dev/null
+++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=URI
+DIST_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="Read a file backwards by lines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+# Race conditions between 'bw.t' and 'large_file.t'
+# deleting the same file
+DIST_TEST=do



[gentoo-commits] proj/portage:master commit in: lib/portage/, lib/portage/util/_eventloop/, lib/portage/util/, lib/portage/elog/, ...

2020-08-30 Thread Zac Medico
commit: cf07a23a0ff77049476e0f4b94afbb6a844806fa
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 29 20:13:44 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug 31 06:25:05 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=cf07a23a

Use cached portage.getpid() function (bug 739540)

Use the cached portage.getpid() function to avoid unnecessary syscalls,
and update the cache after each call to os.fork() where the fork may
invoke portage APIs.

Bug: https://bugs.gentoo.org/739540
Signed-off-by: Zac Medico  gentoo.org>

 bin/quickpkg |  2 +-
 lib/_emerge/EbuildBinpkg.py  |  4 +++-
 lib/_emerge/actions.py   |  2 +-
 lib/portage/_emirrordist/FetchTask.py|  4 ++--
 lib/portage/cache/metadata.py|  4 +++-
 lib/portage/elog/mod_mail_summary.py |  5 ++---
 lib/portage/elog/mod_save_summary.py |  2 +-
 lib/portage/locks.py |  2 +-
 lib/portage/package/ebuild/doebuild.py   |  2 +-
 lib/portage/process.py   | 16 +++-
 lib/portage/tests/locks/test_lock_nonblock.py|  1 +
 .../tests/util/futures/asyncio/test_wakeup_fd_sigchld.py |  2 +-
 lib/portage/util/__init__.py |  4 ++--
 lib/portage/util/_eventloop/EventLoop.py |  6 +++---
 lib/portage/util/_eventloop/asyncio_event_loop.py|  4 ++--
 lib/portage/util/_eventloop/global_event_loop.py |  7 +++
 lib/portage/util/locale.py   |  1 +
 lib/portage/util/movefile.py |  2 +-
 lib/portage/util/socks5.py   |  2 +-
 lib/portage/xpak.py  |  2 +-
 20 files changed, 42 insertions(+), 32 deletions(-)

diff --git a/bin/quickpkg b/bin/quickpkg
index be7d1d7af..a171b3bd5 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -111,7 +111,7 @@ def quickpkg_atom(options, infos, arg, eout):
vardb.aux_update(cpv, update_metadata)
xpdata = xpak.xpak(dblnk.dbdir)
binpkg_tmpfile = os.path.join(bintree.pkgdir,
-   cpv + ".tbz2." + str(os.getpid()))
+   cpv + ".tbz2." + str(portage.getpid()))
ensure_dirs(os.path.dirname(binpkg_tmpfile))
binpkg_compression = settings.get("BINPKG_COMPRESS", 
"bzip2")
try:

diff --git a/lib/_emerge/EbuildBinpkg.py b/lib/_emerge/EbuildBinpkg.py
index 6e098eb8a..879b3a9aa 100644
--- a/lib/_emerge/EbuildBinpkg.py
+++ b/lib/_emerge/EbuildBinpkg.py
@@ -3,6 +3,8 @@
 
 from _emerge.CompositeTask import CompositeTask
 from _emerge.EbuildPhase import EbuildPhase
+
+import portage
 from portage import os
 
 class EbuildBinpkg(CompositeTask):
@@ -17,7 +19,7 @@ class EbuildBinpkg(CompositeTask):
root_config = pkg.root_config
bintree = root_config.trees["bintree"]
binpkg_tmpfile = os.path.join(bintree.pkgdir,
-   pkg.cpv + ".tbz2." + str(os.getpid()))
+   pkg.cpv + ".tbz2." + str(portage.getpid()))
bintree._ensure_dir(os.path.dirname(binpkg_tmpfile))
 
self._binpkg_tmpfile = binpkg_tmpfile

diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py
index 063f5d4a0..a4ecfe43d 100644
--- a/lib/_emerge/actions.py
+++ b/lib/_emerge/actions.py
@@ -2623,7 +2623,7 @@ def ionice(settings):
if not ionice_cmd:
return
 
-   variables = {"PID" : str(os.getpid())}
+   variables = {"PID" : str(portage.getpid())}
cmd = [varexpand(x, mydict=variables) for x in ionice_cmd]
 
try:

diff --git a/lib/portage/_emirrordist/FetchTask.py 
b/lib/portage/_emirrordist/FetchTask.py
index 457ca2ac6..41f96b962 100644
--- a/lib/portage/_emirrordist/FetchTask.py
+++ b/lib/portage/_emirrordist/FetchTask.py
@@ -415,7 +415,7 @@ class FetchTask(CompositeTask):
self._fetch_tmp_dir_info = 'distfiles'
distdir = self.config.options.distfiles
 
-   tmp_basename = self.distfile + '._emirrordist_fetch_.%s' % 
os.getpid()
+   tmp_basename = self.distfile + '._emirrordist_fetch_.%s' % 
portage.getpid()
 
variables = {
"DISTDIR": distdir,
@@ -622,7 +622,7 @@ class FetchTask(CompositeTask):
 
head, tail = os.path.split(dest)
hardlink_tmp = os.path.join(head, 
".%s._mirrordist_hardlink_.%s" % \
-   (tail, os.getpid()))
+   (tail, portage.getpid()))
 
try:
try:

diff --git a/lib/portage/cache/metadata.py b/lib/port

[gentoo-commits] proj/portage:master commit in: lib/portage/tests/resolver/, lib/_emerge/

2020-08-30 Thread Zac Medico
commit: 67423a3606db72f45ffe4dec325253a30508bd9d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Aug 30 23:21:25 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 30 23:39:41 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=67423a36

dephgraph: Allow elimination of highest version after slot conflict (bug 439688)

After a slot conflict occurs, allow the highest version to be eliminated
from the graph when appropriate. This is needed for correct behavior in
cases the highest version cannot be installed because an older version
is required by some package. This reverts a change related to bug 531656
from commit a9064d08ef4c92a5d0d1bfb3dc8a01b7850812b0, and that change
no longer appears to be necessary, since the unit tests related to bug
531656 now pass without it.

Due to this change in slot conflict handling, the --changed-slot test
case related to bug 456208 will now fail unless we use an @world update to
trigger rebuilds, therefore fix it to do so.

Bug: https://bugs.gentoo.org/439688
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/depgraph.py| 9 -
 lib/portage/tests/resolver/test_slot_change_without_revbump.py | 4 ++--
 lib/portage/tests/resolver/test_slot_conflict_rebuild.py   | 3 ---
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index e071be8df..3f864aefc 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -1501,15 +1501,6 @@ class depgraph:
 
matched = []
for pkg in conflict:
-   if (pkg is highest_pkg and
-   not highest_pkg.installed and
-   inst_pkg is not None and
-   inst_pkg.sub_slot != 
highest_pkg.sub_slot and
-   not 
self._downgrade_probe(highest_pkg)):
-   # If an upgrade is desired, 
force the highest
-   # version into the graph (bug 
#531656).
-   
non_matching_forced.add(highest_pkg)
-
if atom.match(pkg.with_use(
self._pkg_use_enabled(pkg))) 
and \
not (is_arg_parent and 
pkg.installed):

diff --git a/lib/portage/tests/resolver/test_slot_change_without_revbump.py 
b/lib/portage/tests/resolver/test_slot_change_without_revbump.py
index 5cd8c53d1..e05705671 100644
--- a/lib/portage/tests/resolver/test_slot_change_without_revbump.py
+++ b/lib/portage/tests/resolver/test_slot_change_without_revbump.py
@@ -71,8 +71,8 @@ class SlotChangeWithoutRevBumpTestCase(TestCase):
 
# Test --changed-slot
ResolverPlaygroundTestCase(
-   ["app-arch/libarchive"],
-   options = {"--changed-slot": True, "--usepkg": 
True},
+   ["@world"],
+   options = {"--changed-slot": True, "--usepkg": 
True, "--update": True, "--deep": True},
success = True,
mergelist = ["app-arch/libarchive-3.1.1", 
"kde-base/ark-4.10.0"]),
 

diff --git a/lib/portage/tests/resolver/test_slot_conflict_rebuild.py 
b/lib/portage/tests/resolver/test_slot_conflict_rebuild.py
index b3bcf44d0..d650d42ae 100644
--- a/lib/portage/tests/resolver/test_slot_conflict_rebuild.py
+++ b/lib/portage/tests/resolver/test_slot_conflict_rebuild.py
@@ -454,10 +454,7 @@ class SlotConflictRebuildTestCase(TestCase):
finally:
playground.cleanup()
 
-class SlotConflictRebuildGolangTestCase(TestCase):
-
def testSlotConflictRebuildGolang(self):
-   self.todo = True
 
ebuilds = {
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Path-Expand/

2020-08-30 Thread Kent Fredric
commit: fdb245aefd0544d84329cbd5a028d57943780d1a
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 06:12:40 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 06:13:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb245ae

dev-perl/File-Path-Expand: -r bump for EAPI7

- EAPI7
- Parallel tests
- Improve deps
- Remove unused/empty variable assignments

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../File-Path-Expand-1.20.0-r2.ebuild  | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild 
b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
new file mode 100644
index 000..fc6cedb8660
--- /dev/null
+++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RCLAMP
+DIST_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Expand filenames"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-perl/Module-Build"
+BDEPEND="
+   dev-perl/Module-Build
+   test? (
+   virtual/perl-Test-Simple
+   )
+"



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

2020-08-30 Thread Zac Medico
commit: 898b2c570a55c37c81c26fbce593239af7c2d6bd
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Aug 31 06:06:05 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug 31 06:08:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898b2c57

app-admin/mtail: Bump to version 3.0.0_rc36

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/mtail/Manifest| 144 +++
 app-admin/mtail/mtail-3.0.0_rc36.ebuild | 422 
 2 files changed, 566 insertions(+)

diff --git a/app-admin/mtail/Manifest b/app-admin/mtail/Manifest
index 6fab4a8fbd8..36c68076aa5 100644
--- a/app-admin/mtail/Manifest
+++ b/app-admin/mtail/Manifest
@@ -4,37 +4,63 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f02
 DIST contrib.go.opencensus.io%2Fexporter%2Fjaeger%2F@v%2Fv0.2.0.mod 172 
BLAKE2B 
64d4ad1e3a252306e6db868e9320142d5b11bd876f51f8b965e0179147924d270a9c6255bcf05d194c51110fef9841c62f978ffdf41e427d10fce8f9e95d9392
 SHA512 
0a658b7de13cbccbe35108cce141b85bd2b4011187ec94ff43893404d673dcf78503fbd10bb86ebbfeac67a281e3426194dcc5df1c5601fa17a755f42e3106e6
 DIST contrib.go.opencensus.io%2Fexporter%2Fjaeger%2F@v%2Fv0.2.0.zip 21640 
BLAKE2B 
e9934c4686ea04dfa1c71253db4e009aacb8b85110a754c6c81268e6e33e947f0c40ad6bcdfb5bf442be700ad47b6d488d4372b4101f4d50f56f2707e77083df
 SHA512 
e82210c70d4f36d4ac2896e73acd2e7f2d8c5c8783026067c919f0ae33ce4fe53b05e2b3ae1b84a7ecfd9c8e0a64b6fcdf8dd8038eb6d4dc1971ec2f0155dc88
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
+DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.2.mod 34 BLAKE2B 
83966cb7de9bb687f99f17c5c89c03718258d2df34e3dda01b96a2fcb1273a0ba0e3253ba5950d5458193d3e54962371317a8fe85020ae338b44e864bd96667f
 SHA512 
9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20160405071501-a0175ee3bccc.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20190718012654-fb15b899a751.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
 DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20151022065526-2efee857e7cf.mod 
35 BLAKE2B 
873b4b9c8491117a0b99bcc183ae96fc7e392c68d7271b73b5d7876574a5c7d67580425b35445ff2fff326c5cc7f328326d5d11946699c213cb2b84e8a9a0aad
 SHA512 
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
 DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20190717042225-c3de453c63f4.mod 
35 BLAKE2B 
873b4b9c8491117a0b99bcc183ae96fc7e392c68d7271b73b5d7876574a5c7d67580425b35445ff2fff326c5cc7f328326d5d11946699c213cb2b84e8a9a0aad
 SHA512 
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
+DIST 
github.com%2Farmon%2Fconsul-api%2F@v%2Fv0.0.0-20180202201655-eb2c6b5be1b6.mod 
35 BLAKE2B 
e9ca430f98cfcfdc5bc1e50ef421253011f21fe2a9a06b15b4b818f336c64a544ede9a8d1552740e85358fcb16a588345124b06fb2788951c24c9dd92c3b1cda
 SHA512 
a0c76da94f068f583607520b728036f45ea071b727d3aee601eee712bd952b5f6c8cd5df1e1484195b07bb4c3b224771dda1fc7848dcd086a6dc93ada3ff2ce8
 DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv0.0.0-20180321164747-3a771d992973.mod 
31 BLAKE2B 
f69b0989e51b0b649f81b044169fe4309f130eba5bcc6ff33aa9666b1b754aa0e524b8c7a627a91000ccc4f93bf93cdee3e97bd3b2184b050878bc3f413f0c72
 SHA512 
f21fd002853e4435421f8396e6be016f65be1537815c60d23940caf26e3f14dd6f2caac802cb64cd586b1b1f1220b2727de347b3d1816b8e741f68d87ebcf03f
 DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv1.0.0.mod 40 BLAKE2B 
ce42c81a7dcb03d21a99d6240ce12f8455297722513497b1a75f2c848b5fb7ef70b577c2406638442f16beedd68806de890a5c299cf1c008c439df23df2f5bb1
 SHA512 
ec4424da8e1e3849408da7bfe83d37e21ac75edb889de8ef63be897d59678679b018f4606be78500952e7eee73a6252ee6e477b1a1612e2d036dbf72c17b9c9b
 DIST github.com%2Fbeorn7%2Fperks%2F@v%2Fv1.0.0.zip 14678 BLAKE2B 
3f95d78aa356a314f8da501f8085a880201766e184abb6c222c45e09c0c3b5e1e1eb7b89cc8ed46b77b09be8860fdf3e28525d9a451964ad64a96c6ee848a41d
 SHA512 
be60a4c8059a9cb07ceb12e079b1224b6f871

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

2020-08-30 Thread Agostino Sarubbo
commit: 9cca5d5c5e51a9af2be19c1f0877ace3f02c5b99
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 31 06:09:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 31 06:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cca5d5c

sys-kernel/git-sources: Automated version bump to 5.9_rc3.

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

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-5.9_rc3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index ec62e83c4c3..a82d3f50628 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-5.8.tar.xz 114459324 BLAKE2B 
7bd97f8fa4527840754434414c07283e89731dc8ebb1e95fa5bc1469a60af1122582c0d3b6e262e77882f023190068df3537bd8b65964b3caa820bb2c8e579c7
 SHA512 
45a53ecf351096ef6e98242cca4228b8da9b9139ecc6963695791ea6fb7a9484a4e1c19dcca7ce7cbfdfa49de0451b70973bb078f12bdae9cbaddbc3f8092556
 DIST patch-5.9-rc1.patch 62103655 BLAKE2B 
7197c9a1811abdd708f74c06893b805d6d185bd73b0721eb5d90e03278cf8e773fa2482cd7535b07bf83e5f08e82e8f76415d2212e6cb6b53a93b8770b946a8e
 SHA512 
7f262f9208b84cd038cc6c879b1705e1cd2ff44ff9619163d581aff151e8548b47c75ea505020092826a27d235671e218df6bd85b1cdb733700bf25c7a81b263
 DIST patch-5.9-rc2.patch 62542182 BLAKE2B 
bc724f610ec553f36faae409bd89b82cc59f04587a9f1595e2cfaa93e17dc16dcf3d64eacbcb3e6ad2206ede32948c0759ac2839542e7be9c86d675948c73887
 SHA512 
848539231d9a6c6a85ed1af59b9140264a104200269815bd62613f30aa2ab5577f4e89b847adf55c758ec66c4dbee87a71a3e05f9dee157841f3de23ec71e860
+DIST patch-5.9-rc3.patch 63570996 BLAKE2B 
7bd2b596298f5cee0baf480544592d0964b473068003c5ee5e4cda064fed5265079b6039a879b1f2107ccb194500db4d201adcb055ec519981ef7a67d7f0
 SHA512 
82607e7c3038fe1031d175f4a964e752f90114428bdf3a577764247a33dff3a7ea2a6dba526d1e495a8eb3f55bf87d656e26ef6acf1f96b56c3bdae2542bf320

diff --git a/sys-kernel/git-sources/git-sources-5.9_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-5.9_rc3.ebuild
new file mode 100644
index 000..c239fcfa16c
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.9_rc3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.8"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-NFSLock/

2020-08-30 Thread Kent Fredric
commit: 16d4ff7ee34b6cdd32e3ae8466c9cfbb9c6691d9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 05:44:42 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 05:44:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d4ff7e

dev-perl/File-NFSLock: Bump to version 1.270.0

- EAPI7
- Add USE="examples"
- Parallel tests
- Remove unused/empty variable assignments

Upstream:
- Fix working on perl w/o "." in @INC

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild | 16 
 dev-perl/File-NFSLock/Manifest|  1 +
 2 files changed, 17 insertions(+)

diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild 
b/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild
new file mode 100644
index 000..ea4943fa4bd
--- /dev/null
+++ b/dev-perl/File-NFSLock/File-NFSLock-1.290.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BBB
+DIST_VERSION=1.29
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="perl module to do NFS (or not) locking"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"

diff --git a/dev-perl/File-NFSLock/Manifest b/dev-perl/File-NFSLock/Manifest
index 3fe8ec1354b..3e68914c195 100644
--- a/dev-perl/File-NFSLock/Manifest
+++ b/dev-perl/File-NFSLock/Manifest
@@ -1 +1,2 @@
 DIST File-NFSLock-1.27.tar.gz 21518 BLAKE2B 
3db7c5c3a23168aeae9c6c9586a455047bd28ce9fadf9689c06debb5317e9a53d04edb2c66d4d6d0fe1385d0d4b6adec64169f11cc2f46646dd3306ccf33075d
 SHA512 
06e6fe786691e3d07ed13761e4272906e2a170bfdcee15b185a6cd4cf78dfb1e40ad12c0a9733d7b071348c815e862f49865fe47bcf03ac8b8bda4a7316e5b0c
+DIST File-NFSLock-1.29.tar.gz 21743 BLAKE2B 
aece987567f95de22c6454c3a05d2dd2deaf1a6958eebdf7f2ba908b7c26a5894137635e4cfbd6d3b488ca5c37bfa55f50a0a66a9ef84d922d5a8a3ce8d01c36
 SHA512 
23ca8d6bff0b988eb7369a89c0ac2eb9fca4cc8472b996a93cd71241e76017c5a9db34e648038ec223cf0a3c843af26fc92740890e69e4db371c747c90835cc2



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2020-08-30 Thread Kent Fredric
commit: a71a1f5ec971aae2829eda6dc6f8409ef496c458
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 06:01:40 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 06:01:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71a1f5e

dev-perl/File-Next: -r bump for various fixes

- Fix DESCRIPTION
- Fix LICENSE (GPL2+ required due to bundled test file)
- Fix use of DEPEND instead of BDEPEND
- Improve dependencies

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Next/File-Next-1.180.0-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
new file mode 100644
index 000..78b02898668
--- /dev/null
+++ b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="An iterator-based module for finding files"
+
+LICENSE="Artistic-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="virtual/perl-File-Spec"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-File-Temp-0.220.0
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"
+
+src_test() {
+   # Ugh, Upstream has tests that depend on tests ...
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/

2020-08-30 Thread Kent Fredric
commit: 44c87eb13d21ec3698e1ff15422415b628981da1
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 05:17:16 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 05:18:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c87eb1

dev-perl/DBD-SQLite: Bump to version 1.660.0

Upstream:
- Upgrade bundled SQLite to 3.32.3
- Add several SQL_ types as alias
- Don't return unitialized local variable when unexpected number of
  results returned in perl_vt_Eof()
  https://github.com/DBD-SQLite/DBD-SQLite/pull/55
- Ensure filename is defined in sqlite_db_filename
  https://github.com/DBD-SQLite/DBD-SQLite/pull/54
- Allow create_function to return an an array reference to specify the
  type of the value

Bug: https://bugs.gentoo.org/732638
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild | 58 +++
 dev-perl/DBD-SQLite/Manifest  |  1 +
 dev-perl/DBD-SQLite/metadata.xml  |  1 +
 3 files changed, 60 insertions(+)

diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild 
b/dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild
new file mode 100644
index 000..796f42ffefb
--- /dev/null
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=1.66
+inherit perl-module
+
+DESCRIPTION="Self Contained RDBMS in a DBI Driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+IUSE="test system-sqlite"
+RESTRICT="!test? ( test )"
+
+# Please read 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite
+# when bumping versions re: system-sqlite interop
+SYSTEM_SQLITE_DEP="
+   >=dev-db/sqlite-3.32.3[extensions(+)]
+"
+RDEPEND="
+   system-sqlite? ( ${SYSTEM_SQLITE_DEP} )
+   >=dev-perl/DBI-1.570.0
+   !DBD-SQLite
 DBD::SQLite
 DBD::SQLite::Constants
+DBD::SQLite::GetInfo
 DBD::SQLite::VirtualTable
 DBD::SQLite::VirtualTable::Cursor
 DBD::SQLite::VirtualTable::FileContent



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

2020-08-30 Thread Sam James
commit: 11a2fc804156d8ceb140b60539ad43b5b4e8a243
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a2fc80

dev-python/pylast: Keyword 3.3.0 ppc64, #736519

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

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

diff --git a/dev-python/pylast/pylast-3.3.0.ebuild 
b/dev-python/pylast/pylast-3.3.0.ebuild
index bc991ccd63c..31901f1e1f6 100644
--- a/dev-python/pylast/pylast-3.3.0.ebuild
+++ b/dev-python/pylast/pylast-3.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-30 Thread Sam James
commit: 018d11ccfeece021db39dcb63dcd5cae90dd1a07
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018d11cc

dev-python/ruamel-yaml-clib: Keyword 0.2.0 ppc64, #736519

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

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

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
index 7b010bcc270..cad3597e460 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc64 ~sparc x86"
 
 RDEPEND="!

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

2020-08-30 Thread Sam James
commit: 2c72451455beb37d56eb09fb3cc56669a86ce4f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c724514

dev-python/deprecation: Keyword 2.1.0 ppc64, #736519

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

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

diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild 
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 502f70be50b..d70f3219ddb 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-08-30 Thread Sam James
commit: 9e8a2ee131102398d91418b0cd4c24a7d9bf1216
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8a2ee1

dev-python/ruamel-yaml: Keyword 0.16.10 ppc64, #736519

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

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

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
index 6db10d99034..ccefcd8cf75 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"
 



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

2020-08-30 Thread Sam James
commit: 7b41173c148bd6bbc5db43410ee46b5e742c4714
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b41173c

dev-python/eyeD3: Keyword 0.9.5 ppc64, #736519

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

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

diff --git a/dev-python/eyeD3/eyeD3-0.9.5.ebuild 
b/dev-python/eyeD3/eyeD3-0.9.5.ebuild
index b720b1e35dc..b083f46174d 100644
--- a/dev-python/eyeD3/eyeD3-0.9.5.ebuild
+++ b/dev-python/eyeD3/eyeD3-0.9.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/nicfit/eyeD3/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0.7"
-KEYWORDS="~amd64 ~arm ~ia64 ~sparc"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc"
 
 RDEPEND="
dev-python/deprecation[${PYTHON_USEDEP}]



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

2020-08-30 Thread Sam James
commit: ed263e83c879cab8c826f1ef9ced5217d8b68555
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:49:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:52:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed263e83

dev-python/filetype: Keyword 1.0.7 ppc64, #736519

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

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

diff --git a/dev-python/filetype/filetype-1.0.7.ebuild 
b/dev-python/filetype/filetype-1.0.7.ebuild
index 92e0bc74892..b3e4ca6e2a2 100644
--- a/dev-python/filetype/filetype-1.0.7.ebuild
+++ b/dev-python/filetype/filetype-1.0.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc"
 
 PATCHES=( "${FILESDIR}/${P}-examples.patch" )
 



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

2020-08-30 Thread Dennis Lamm
commit: ac6f84e82c3d1931e1e8408045c45e04dc6b1d57
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Aug 30 18:27:13 2020 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Aug 31 04:35:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6f84e8

dev-libs/libarcus: version bump 4.7.0

Signed-off-by: Dennis Lamm  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17338
Signed-off-by: Dennis Lamm  gentoo.org>

 dev-libs/libarcus/Manifest  |  1 +
 dev-libs/libarcus/libarcus-4.7.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-libs/libarcus/Manifest b/dev-libs/libarcus/Manifest
index c491ed57826..fbb9e38d5cc 100644
--- a/dev-libs/libarcus/Manifest
+++ b/dev-libs/libarcus/Manifest
@@ -3,3 +3,4 @@ DIST libarcus-3.6.0.tar.gz 29469 BLAKE2B 
c032dd51631b10c04e69dac4425c8a5d180cf8c
 DIST libarcus-4.2.0.tar.gz 30582 BLAKE2B 
cb2390d7fc8942cbdd880385313f4bd8886a1ea4eaa5246c76b0b3243e8a099953ecf51d09486e005c8c14783ec67435b33068efae2ea6075edf91b90b9fa9b2
 SHA512 
f9a38d095a2ba2ab29a382466ce16d1c0f5cdb34b60a2b930529edac94de177d7bed37ee26bf615833c94ccd0e3b7c71d502f5f815d92eeffdf3bc1f15b49ba5
 DIST libarcus-4.3.0.tar.gz 30540 BLAKE2B 
58937764d9eec4a235bcc26aa85ab1f1418ae2c576c24759fee5155c7690a3a5feee1946cbae8e7836fd4eccdb0f673167aeda46c3dae124101cfb03510697e8
 SHA512 
b3893e3c422de85a6968443a6f26149e9dee9f15038c11c219693b9aa8d5174d908421e33c8e3ce4e4ecab8c5077da217b44a9ec6bb4b351ff67b7f2d42cc890
 DIST libarcus-4.6.1.tar.gz 31938 BLAKE2B 
c1da0181e07f297549df92ed23848343f0dadf94af7ce64ff2661e5c09c68768d47180aff505f2a225af2d49e493b8511ac9560a9b51a4eef98d6da82566b093
 SHA512 
3c56133fee2eb152f0557a1860d1d298b44a021a53247687ce938949c49e1999c3e2287552e67ff65a58bf6aecbd82c8412da394f83a9981bfa68d29e9501250
+DIST libarcus-4.7.0.tar.gz 31944 BLAKE2B 
93cd7e8dab674b1e145c0fd15bcc8901982e9c26f82fa5b6b9582568701b70edeb1a589e1e1c94f9e14100d08b12580e58aa1724917b88f9c099f12ca47e4e57
 SHA512 
5eb8e84ff8e87966fc3ff1d71ec69f8fece493e25e022f7f1ba7ef218e75b5be86cededc28faf57634b09617990f62247e6cd6f373f940cf145ee6d8e8635374

diff --git a/dev-libs/libarcus/libarcus-4.7.0.ebuild 
b/dev-libs/libarcus/libarcus-4.7.0.ebuild
new file mode 100644
index 000..a3f66acd876
--- /dev/null
+++ b/dev-libs/libarcus/libarcus-4.7.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake python-single-r1
+
+MY_PN="libArcus"
+
+DESCRIPTION="This library facilitates communication between Cura and its 
backend"
+HOMEPAGE="https://github.com/Ultimaker/libArcus";
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/protobuf:=
+   $(python_gen_cond_dep '
+   dev-python/sip[${PYTHON_MULTI_USEDEP}]
+   python? ( dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] )
+   ')"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Find SIP for current python version, not the latest installed
+   sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 
${EPYTHON##python} EXACT REQUIRED/g" \
+   CMakeLists.txt cmake/FindSIP.cmake || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=$(usex examples ON OFF)
+   -DBUILD_PYTHON=$(usex python ON OFF)
+   -DBUILD_STATIC=$(usex static-libs ON OFF)
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: acct-user/ultimaker/, dev-libs/libcharon/, acct-group/ultimaker/

2020-08-30 Thread Dennis Lamm
commit: dcf01ac58265770e794a20de4cdb2a1fcdef69be
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Aug 30 17:18:28 2020 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Aug 31 04:36:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf01ac5

dev-libs/libcharon: version bump 4.7.0

Signed-off-by: Dennis Lamm  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17236
Signed-off-by: Dennis Lamm  gentoo.org>

 acct-group/ultimaker/metadata.xml |  8 
 acct-group/ultimaker/ultimaker-0.ebuild   |  9 
 acct-user/ultimaker/metadata.xml  |  8 
 acct-user/ultimaker/ultimaker-0.ebuild| 12 +
 dev-libs/libcharon/Manifest   |  1 +
 dev-libs/libcharon/libcharon-4.7.0.ebuild | 73 +++
 dev-libs/libcharon/metadata.xml   |  6 +++
 7 files changed, 117 insertions(+)

diff --git a/acct-group/ultimaker/metadata.xml 
b/acct-group/ultimaker/metadata.xml
new file mode 100644
index 000..ffe9ae031fb
--- /dev/null
+++ b/acct-group/ultimaker/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   3dpr...@gentoo.org
+   Gentoo 3D Printer Project
+   
+

diff --git a/acct-group/ultimaker/ultimaker-0.ebuild 
b/acct-group/ultimaker/ultimaker-0.ebuild
new file mode 100644
index 000..af415ea3785
--- /dev/null
+++ b/acct-group/ultimaker/ultimaker-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for ultimaker"
+ACCT_GROUP_ID=369

diff --git a/acct-user/ultimaker/metadata.xml b/acct-user/ultimaker/metadata.xml
new file mode 100644
index 000..ffe9ae031fb
--- /dev/null
+++ b/acct-user/ultimaker/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   3dpr...@gentoo.org
+   Gentoo 3D Printer Project
+   
+

diff --git a/acct-user/ultimaker/ultimaker-0.ebuild 
b/acct-user/ultimaker/ultimaker-0.ebuild
new file mode 100644
index 000..547a4b09a66
--- /dev/null
+++ b/acct-user/ultimaker/ultimaker-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for ultimaker"
+ACCT_USER_ID=369
+ACCT_USER_GROUPS=( ${PN} )
+
+acct-user_add_deps

diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest
index a6fd1bb6f85..ade0148767f 100644
--- a/dev-libs/libcharon/Manifest
+++ b/dev-libs/libcharon/Manifest
@@ -3,3 +3,4 @@ DIST libcharon-3.6.0.tar.gz 143947 BLAKE2B 
5787f734e0d494eb9fc151fcf240c36b0ade3
 DIST libcharon-4.2.0.tar.gz 145482 BLAKE2B 
38f2efa1c19f81646e8b9692c57d71dda0a53fcc7c120e973f8faf55a0d92d4f8daa21e3debb873f4965f37c7e1cf0f5f1aaaebb9d078565d4fcb3edc57c9314
 SHA512 
4011cba788ed1789c0f364d605dfe2fc775a1f5e0ab9f0457454094f9cc3a400fdc7241692e88abae968e32e3c5394bef95cd3f77d2c68e4dbfc73ed27905b86
 DIST libcharon-4.3.0.tar.gz 145484 BLAKE2B 
cbb0edca76921c32b69809dfa8e07c07baedba90ff3c8f2ad5128cc1efa60e34f0f96c1936567825f7e876d298ef1ed4c10d0058f5b3697f87c412891654fabb
 SHA512 
77ed18fbd11c008659a02419250647c9c977a57772d648f4af353c637224ba586006665e60e7fa2394b9f8cf53359a6211b936b5920ccc379754a743dbf2416f
 DIST libcharon-4.6.1.tar.gz 145486 BLAKE2B 
43a3bcddf128da9305711757b707394b5b0c23da27e27c3615d521e0af79683b2a525fefa7ae877581b56dae4c1dd7036c3189c17f8f86c92492b46e129a22b3
 SHA512 
43f7606529a933067bcb82a16e95d76f713a7847535887968c2933131d3197ec6127376e10c7d5f1debd218fc902962329fe22d4f9229b434a804daff94122cc
+DIST libcharon-4.7.0.tar.gz 151221 BLAKE2B 
af9fe83e07303e1ff296b878c9745a329531a9957ad16a9b39b36e53f3f2275f850806b6d1a51638013c7148f3ee68b92489a67629a6026056a8c4ed3f2338b1
 SHA512 
690ce086bf8bba3eee2ce087d02ce00c23a7ac4079b0a2961c05cf75d461b0d5dee0c1f86ed769b50f1cd9ef83d8570a54f4fac628e0c19a5a593138292bc64c

diff --git a/dev-libs/libcharon/libcharon-4.7.0.ebuild 
b/dev-libs/libcharon/libcharon-4.7.0.ebuild
new file mode 100644
index 000..5ebb18cff1f
--- /dev/null
+++ b/dev-libs/libcharon/libcharon-4.7.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit cmake python-single-r1
+
+MY_PN="libCharon"
+
+DESCRIPTION="This library facilitates communication between Cura and its 
backend"
+HOMEPAGE="https://github.com/Ultimaker/libCharon";
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+client +dbus test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="
+   ${PYTHON_DEPS}
+   dbus? (
+   acct-group/ultimaker
+   acct-user/ultimaker
+   sys-apps/dbus
+   )"
+
+DEPEND="${PYTHON_DEPS}
+  

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-AutoConf/

2020-08-30 Thread Sam James
commit: a7db5c47da03633114d93df93657edd96f73fc84
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:31:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:31:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7db5c47

dev-perl/Config-AutoConf: Keyword 0.318.0 ppc64, #738394

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

 dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
index 630fb458247..6259946b777 100644
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
+++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/

2020-08-30 Thread Sam James
commit: 5a73e4d7cc5eeb29ebf1359aad1c26e48ef6db40
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:31:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:31:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a73e4d7

dev-perl/File-LibMagic: Keyword 1.230.0 ppc64, #738394

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild 
b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 5d8b0cad7e4..55a88e64bba 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-30 Thread Hans de Graaff
commit: cef87fb557d501b7a090f769a5b62b37357d8d74
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 31 04:23:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 31 04:23:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef87fb5

dev-ruby/dbf: add 4.1.3

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

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

diff --git a/dev-ruby/dbf/Manifest b/dev-ruby/dbf/Manifest
index d19d323a9a6..d67d1c844c7 100644
--- a/dev-ruby/dbf/Manifest
+++ b/dev-ruby/dbf/Manifest
@@ -1 +1,2 @@
 DIST dbf-4.1.2.gem 127488 BLAKE2B 
ef371ddff415b89559209cd2d440e0c3359e39b9c7a3391940bcc25d96f61e2c57368d86430a09c7883d4cc7ba34211281269e8633a6dc469f70164266b03bec
 SHA512 
47ee8d78ef31fe0017ae4223f06dbe576e43c0840b7cafb88def7b8492cba244d2382dea975a998355aec3aee31defd781bf0e08fbea6e77ef3dd5a927a7ad2d
+DIST dbf-4.1.3.gem 127488 BLAKE2B 
aff62a0cfe636b987989a21ed5df2094ad09748603a73df42d02f8bbe1032031493d038267b7c33d928d71d164076194dbd97331e36d1e8cb2472747c92e8b7d
 SHA512 
4baf9f69310656ba191643b315576c1020a24cec19740ce543f349996067293798989b4e203861392cbec6f06bb117b51a1f4358a6122f5e2abb9b44edf26cc9

diff --git a/dev-ruby/dbf/dbf-4.1.3.ebuild b/dev-ruby/dbf/dbf-4.1.3.ebuild
new file mode 100644
index 000..ffd45ca9ba9
--- /dev/null
+++ b/dev-ruby/dbf/dbf-4.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/*"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a small fast library for reading dBase, xBase, Clipper and FoxPro
+database files"
+HOMEPAGE="https://github.com/infused/dbf";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/

2020-08-30 Thread Sam James
commit: 58e71f741e75388984fa5bf6f431e46dab68f726
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:07:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:07:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e71f74

net-vpn/strongswan: Stabilize 5.8.4 ppc, #736770

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

 net-vpn/strongswan/strongswan-5.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/strongswan/strongswan-5.8.4.ebuild 
b/net-vpn/strongswan/strongswan-5.8.4.ebuild
index 201d9f38df7..38463dfcf54 100644
--- a/net-vpn/strongswan/strongswan-5.8.4.ebuild
+++ b/net-vpn/strongswan/strongswan-5.8.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://download.strongswan.org/${P}.tar.bz2";
 
 LICENSE="GPL-2 RSA DES"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 x86"
 IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql 
networkmanager +non-root +openssl selinux sqlite systemd pam pkcs11"
 
 STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici"



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

2020-08-30 Thread Sam James
commit: 732c6c98f775c28d9cbdf63bfeaa70db12b7f37e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:02:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:02:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732c6c98

dev-libs/libxslt: Stabilize 1.1.34 ppc64, #710748

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

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

diff --git a/dev-libs/libxslt/libxslt-1.1.34.ebuild 
b/dev-libs/libxslt/libxslt-1.1.34.ebuild
index 230ccacc3bf..310ccc749f6 100644
--- a/dev-libs/libxslt/libxslt-1.1.34.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.34.ebuild
@@ -14,7 +14,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt debug examples python static-libs elibc_Darwin"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-08-30 Thread Sam James
commit: 49acf77bb33bf84ab5b719503a7313568ba296bf
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:02:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:02:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49acf77b

dev-libs/libxml2: Stabilize 2.9.10-r1 ppc64, #710748

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

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

diff --git a/dev-libs/libxml2/libxml2-2.9.10-r1.ebuild 
b/dev-libs/libxml2/libxml2-2.9.10-r1.ebuild
index 07a922640fd..bf5c24e4ac2 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.xmlsoft.org/";
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2020-08-30 Thread Sam James
commit: 3902bb96e1acf7a7ff9ec7f14ffd3a5a7d6cb701
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:01:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:01:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3902bb96

net-print/hplip: Stabilize 3.20.6-r1 arm, #738548

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

 net-print/hplip/hplip-3.20.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.20.6-r1.ebuild 
b/net-print/hplip/hplip-3.20.6-r1.ebuild
index 59eee40d78b..00b2c50abc6 100644
--- a/net-print/hplip/hplip-3.20.6-r1.ebuild
+++ b/net-print/hplip/hplip-3.20.6-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
 



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

2020-08-30 Thread Sam James
commit: 8d97f2ef17f63a2292f894b3540d06d2270cd506
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 04:00:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 04:00:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d97f2ef

dev-libs/libspt: Stabilize 1.1-r4 ppc, #736752

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

 dev-libs/libspt/libspt-1.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libspt/libspt-1.1-r4.ebuild 
b/dev-libs/libspt/libspt-1.1-r4.ebuild
index 038dc8d2ac5..9d9b7f4ce4d 100644
--- a/dev-libs/libspt/libspt-1.1-r4.ebuild
+++ b/dev-libs/libspt/libspt-1.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.j10n.org/${PN}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="suid"
 RESTRICT="test"
 



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

2020-08-30 Thread Sam James
commit: 80682d391e3a9f74bcd479b197e2eb0a56b878e3
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:59:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:59:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80682d39

net-misc/curl: Stabilize 7.71.1 ppc, #736744

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

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

diff --git a/net-misc/curl/curl-7.71.1.ebuild b/net-misc/curl/curl-7.71.1.ebuild
index 0cec1ab0a84..8805a6ae3fc 100644
--- a/net-misc/curl/curl-7.71.1.ebuild
+++ b/net-misc/curl/curl-7.71.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz";
 
 LICENSE="curl"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="adns alt-svc brotli +ftp gopher +http2 idn +imap ipv6 kerberos ldap 
metalink +pop3 +progress-meter rtmp samba +smtp ssh ssl static-libs test telnet 
+tftp threads"
 IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"



[gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/

2020-08-30 Thread Sam James
commit: 382f47279bf09731f8133e37ece237bb8802dd19
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:52:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:52:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f4727

net-news/rsstail: take 20200310 snapshot

This includes some features from a fork which have since
been merged back in.

Closes: https://bugs.gentoo.org/630402
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-news/rsstail/Manifest |  1 +
 net-news/rsstail/rsstail-2.1_p20200310.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index fb4785df6ee..4d930c0e589 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1,2 +1,3 @@
 DIST rsstail-1.8.tgz 5085 BLAKE2B 
0d149db2bbdfc55664c79c007cef24b2964533b9867fe42a5448d9d2cf8de0871348da70f1e5c16be76c8dc98fff0338764e36aee7ddcf8ac99c1afd5e032bb7
 SHA512 
9a603b384f866fec55ea57572f15aadc467133e12509ec36fe034e1bce89fd1ff3d4982a34d44621413d374ebb17f30e7192c4f1e463f0b05ee2d9537f2a8dbc
 DIST rsstail-2.1.tgz 5940 BLAKE2B 
3d047aba02bbc09a52ce5ce911b029e42d245cd283dd7460ac8f77b62c0e79633a41cd71cd7c57cfafb2bccdf0c19509e02c2c68ab5a116f4c4e1a426bcd5be9
 SHA512 
61eec722e4c519b5ccebae93849f3f88810a1ff2e70dc311ad55fd15b7751d3d4dedf65e1c0ff875bee58df998f48aba7337a20bcebd2121dcead4ab1ac7ff1f
+DIST rsstail-2.1_p20200310.tar.gz 12977 BLAKE2B 
e127f1fa864e6ce8cf796dde13025c92d5e1c681d89e878bcbfa60a2473c1a04173edbc385ff39d3d61f3e744ba25859a9dd05fab33c28e188c8a1fe56e1cf21
 SHA512 
6dbdf9d07a851d34518b452418e14bab6aefd7f0e7f6cc7db11812782cceee0ec3e66236270fecab2e5042ab9c9c63b3b99c6ada5cc2b18b50c04737aab6

diff --git a/net-news/rsstail/rsstail-2.1_p20200310.ebuild 
b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
new file mode 100644
index 000..4aff316f5cc
--- /dev/null
+++ b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+COMMIT="0b23b367c98de8882b58a451742a3f2e385c4ba0"
+DESCRIPTION="A tail-like RSS-reader"
+HOMEPAGE="http://www.vanheusden.com/rsstail/ https://github.com/flok99/rsstail";
+SRC_URI="https://github.com/flok99/rsstail/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND=">=net-libs/libmrss-0.17.1"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
+   LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
+}
+
+src_test() {
+   # Skip as it's just cppcheck.
+   # We don't run lints for ebuilds.
+   :;
+}
+
+src_install() {
+   dobin rsstail
+   doman rsstail.1
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/

2020-08-30 Thread Sam James
commit: 905ead6a1e099c52257334b354e890d49f6ffe59
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:40:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ead6a

net-news/rsstail: bump to 2.1

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

 net-news/rsstail/Manifest   |  1 +
 net-news/rsstail/rsstail-2.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index 37ad4718db6..fb4785df6ee 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1 +1,2 @@
 DIST rsstail-1.8.tgz 5085 BLAKE2B 
0d149db2bbdfc55664c79c007cef24b2964533b9867fe42a5448d9d2cf8de0871348da70f1e5c16be76c8dc98fff0338764e36aee7ddcf8ac99c1afd5e032bb7
 SHA512 
9a603b384f866fec55ea57572f15aadc467133e12509ec36fe034e1bce89fd1ff3d4982a34d44621413d374ebb17f30e7192c4f1e463f0b05ee2d9537f2a8dbc
+DIST rsstail-2.1.tgz 5940 BLAKE2B 
3d047aba02bbc09a52ce5ce911b029e42d245cd283dd7460ac8f77b62c0e79633a41cd71cd7c57cfafb2bccdf0c19509e02c2c68ab5a116f4c4e1a426bcd5be9
 SHA512 
61eec722e4c519b5ccebae93849f3f88810a1ff2e70dc311ad55fd15b7751d3d4dedf65e1c0ff875bee58df998f48aba7337a20bcebd2121dcead4ab1ac7ff1f

diff --git a/net-news/rsstail/rsstail-2.1.ebuild 
b/net-news/rsstail/rsstail-2.1.ebuild
new file mode 100644
index 000..626c4b85543
--- /dev/null
+++ b/net-news/rsstail/rsstail-2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A tail-like RSS-reader"
+HOMEPAGE="http://www.vanheusden.com/rsstail/ https://github.com/flok99/rsstail";
+SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND=">=net-libs/libmrss-0.17.1"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
+   LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
+}
+
+src_install() {
+   dobin rsstail
+   doman rsstail.1
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/

2020-08-30 Thread Sam James
commit: 65f80aa99342ca1f5fa6d9081ffabaac713619cb
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:42:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f80aa9

net-news/rsstail: port to EAPI 7

* Move away from EAPI 4
* Find mrss correctly via pkgconfig

Closes: https://bugs.gentoo.org/731240
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-news/rsstail/rsstail-1.8.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-news/rsstail/rsstail-1.8.ebuild 
b/net-news/rsstail/rsstail-1.8.ebuild
index 9e245b82efe..4fd758104f2 100644
--- a/net-news/rsstail/rsstail-1.8.ebuild
+++ b/net-news/rsstail/rsstail-1.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,8 +12,8 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
+BDEPEND="virtual/pkgconfig"
 DEPEND=">=net-libs/libmrss-0.17.1"
 RDEPEND="${DEPEND}"
 
@@ -21,7 +21,7 @@ src_compile() {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-   LDFLAGS="${LDFLAGS} -lmrss"
+   LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
 }
 
 src_install() {



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

2020-08-30 Thread Sam James
commit: 65d0afbccdf468242080abc9c32d2ededa13b1cc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:34:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:44:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d0afbc

net-libs/libmrss: fix installed pkgconfig file

The installed pkgconfig file referred to /usr/lib unconditionally,
causing warnings in reverse dependencies when linking.

Closes: https://bugs.gentoo.org/731240
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-libs/libmrss/libmrss-0.19.2-r1.ebuild | 60 +++
 1 file changed, 60 insertions(+)

diff --git a/net-libs/libmrss/libmrss-0.19.2-r1.ebuild 
b/net-libs/libmrss/libmrss-0.19.2-r1.ebuild
new file mode 100644
index 000..11b589a2993
--- /dev/null
+++ b/net-libs/libmrss/libmrss-0.19.2-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A C-library for parsing and writing RSS 0.91/0.92/1.0/2.0 files 
or streams"
+HOMEPAGE="https://www.autistici.org/bakunin/libmrss/doc/";
+SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   net-libs/libnxml
+   net-misc/curl"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+# TODO: php-bindings
+
+src_prepare() {
+   default
+
+   # Fix lib dir in installed pkgconfig file
+   sed -i -e "s:\${exec_prefix}/lib:\${exec_prefix}/$(get_libdir):" 
mrss.pc.in \
+   || die "Failed to correct pkgconfig file"
+}
+
+src_configure() {
+   econf --disable-static
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   ebegin "Creating documentation"
+   doxygen doxy.conf || die "generating docs failed"
+   # clean out doxygen gunk
+   rm doc/html/*.{md5,map} || die
+   HTML_DOCS=( doc/html/. )
+   eend 0
+   fi
+}
+
+src_install() {
+   default
+
+   if use examples; then
+   docinto test
+   dodoc test/*.c
+   fi
+
+   # no static archives
+   find "${D}" -name '*.la' -delete || die
+}



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

2020-08-30 Thread Sam James
commit: 61b447bb8c543b3f7ce5b288193a7c33b418bc08
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:38:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b447bb

net-libs/libnxml: fix installed pkgconfig file

The installed pkgconfig file referred to /usr/lib unconditionally,
causing warnings in reverse dependencies when linking.

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

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
new file mode 100644
index 000..f973f45b72e
--- /dev/null
+++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams"
+HOMEPAGE="https://www.autistici.org/bakunin/libnxml/doc/";
+SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+RDEPEND="net-misc/curl"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   default
+
+   # Fix lib dir in installed pkgconfig file
+   sed -i -e "s:\${exec_prefix}/lib:\${exec_prefix}/$(get_libdir):" 
nxml.pc.in \
+   || die "Failed to correct pkgconfig file"
+}
+
+src_configure() {
+   econf --disable-static
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   ebegin "Creating documentation"
+   doxygen doxy.conf || die "generating docs failed"
+   # clean out doxygen gunk
+   rm doc/html/*.{md5,map} || die
+   HTML_DOCS=( doc/html/. )
+   eend 0
+   fi
+}
+
+src_install() {
+   default
+
+   if use examples; then
+   docinto test
+   dodoc test/*.c
+   fi
+
+   # no static archives
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/

2020-08-30 Thread Azael Reyes
commit: cddb41a46303767fb447651001f47c39aef145cf
Author: Azael Reyes  gmail  com>
AuthorDate: Mon Aug 31 03:16:58 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Mon Aug 31 03:16:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cddb41a4

dev-libs/octetos-coreutils: updating to v0.7.0

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-coreutils/Manifest|  1 +
 .../octetos-coreutils-0.7.0_alpha.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest 
b/dev-libs/octetos-coreutils/Manifest
index 51c15eb..a56e361 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -2,3 +2,4 @@ DIST octetos-coreutils-0.3.0_alpha.tar.gz 56341 BLAKE2B 
f6eccfef565a3303939fefd4
 DIST octetos-coreutils-0.4.0_alpha.tar.gz 56491 BLAKE2B 
b9438147acff96b81cacc21e59837c1f39c06c46ae4775ea3c6341f4168bde949bc348944807abc0b39b0936a61a871fd50852ac25c6e7af913597f7cc57035c
 SHA512 
020830eced735604ce1fbdc2c1f54524c423b151319dcf161616f7654e04f0adf6a7726450f76bbbe4fc7eaa241d44c98a961b9157c277e3080dbdbea5de2093
 DIST octetos-coreutils-0.4.0_alpha2.tar.gz 56491 BLAKE2B 
b9438147acff96b81cacc21e59837c1f39c06c46ae4775ea3c6341f4168bde949bc348944807abc0b39b0936a61a871fd50852ac25c6e7af913597f7cc57035c
 SHA512 
020830eced735604ce1fbdc2c1f54524c423b151319dcf161616f7654e04f0adf6a7726450f76bbbe4fc7eaa241d44c98a961b9157c277e3080dbdbea5de2093
 DIST octetos-coreutils-0.6.1_alpha.tar.gz 29162 BLAKE2B 
711c176e1bd76592933dc4cb6343044b5e19ffd8c7343b35aafbd0b7a766f124e4d7f6ef89552a58df1032ca5e00c279679a14d9ca0c19edd9ed0d3c7f972302
 SHA512 
5449adcc606973e0cb6aeb5b47a3f410864ecd58f512c081052a010e5eb10bf00d1a09d74d7bd322c5721b1d7260850c194b85c0aee90e608879ba24a5eeef67
+DIST octetos-coreutils-0.7.0_alpha.tar.gz 29519 BLAKE2B 
e6e7420cf093a38db21defdd181ea09956166c1663638d1d2bb18fb85664633bfdcdbcc8584f1a701ef5d75d64c3b319b0cdcf5f3e53a815443286024b8c87b6
 SHA512 
7762379e49d87fef4d694b168586005058cfaf091403906938cf5d976550a9f30344dfdb479d962f0590f1d53c3af5973e4161bcb5c639b01b06870046349fae

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild 
b/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild
new file mode 100644
index 000..95353f5
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha}"
+MYP="${PN}-${MYPV}"
+
+DESCRIPTION="Similar to coreutils but is a C++ API."
+HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils";
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/cunit"
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-matrixtrails/

2020-08-30 Thread Craig Andrews
commit: 02aa140921ae9537f0ee7b591b33be958b990638
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 31 03:08:53 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 31 03:08:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02aa1409

media-plugins/kodi-screensaver-matrixtrails: 2.5.0 version bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-screensaver-matrixtrails/Manifest |  1 +
 .../kodi-screensaver-matrixtrails-2.5.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-plugins/kodi-screensaver-matrixtrails/Manifest 
b/media-plugins/kodi-screensaver-matrixtrails/Manifest
index bbf642e589a..022e8c65664 100644
--- a/media-plugins/kodi-screensaver-matrixtrails/Manifest
+++ b/media-plugins/kodi-screensaver-matrixtrails/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-screensaver-matrixtrails-2.2.3.tar.gz 1669456 BLAKE2B 
ebc44866ad1c7b42ff3f0efd0fc1fdb33c2552e432735b0a196388f57e7405e6115b0fa316ccf0840f593aaf1ad0eb333ba0ca0b8271e7152a2cd5d1707619d4
 SHA512 
5347dc6b7ec32bc305ee71859070229609367a3231f8ca18e4712588f56387cec4c5591abbda2375d047f951f8482d96ed93e8224cb1afd92cbbecdbf151b03e
 DIST kodi-screensaver-matrixtrails-2.4.2.tar.gz 1679056 BLAKE2B 
1f8ff378de25aae23b0d97702364e322c1e941610ca2afad42f947d7e2ac352f1911ba75cef68b4487b1660eacfb502ba37bbfb55eee284fbd023848a6cb4921
 SHA512 
1d93ede840b578aabbc83195e1234faf4a4e8408dab94a0e7573e49df826878f5618fc49348c1f1f24c947eaeae7406aadd1bc4e0405a6155c92f32f7c413d71
+DIST kodi-screensaver-matrixtrails-2.5.0.tar.gz 803916 BLAKE2B 
81e96e2a713e2744c29637570d16a06b5005c8ef562a568d8ff1d5cce2ddebf389b7c6bb274fe6f71d7e8ba3de79d42cf647fdf267930d894d7d29dc1c458360
 SHA512 
5a1a4f882feca5c990349f17953bb7645eadf1e06688c437a3efe5fdb79b0c6d3dd86108bc20404c1b1ecd73f4d648e86f31041394fe77a3ad8d081cd98f6e37

diff --git 
a/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-2.5.0.ebuild
 
b/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-2.5.0.ebuild
new file mode 100644
index 000..497606cc108
--- /dev/null
+++ 
b/media-plugins/kodi-screensaver-matrixtrails/kodi-screensaver-matrixtrails-2.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+KODI_PLUGIN_NAME="screensaver.matrixtrails"
+DESCRIPTION="Matrix Trails screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.matrixtrails";
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}.git";
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-19*:="
+   ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   virtual/opengl
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   if [ -d depends ]; then rm -rf depends || die; fi
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-pyro/

2020-08-30 Thread Craig Andrews
commit: a7c82b2082b89570833ad94d9877d13e51654070
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 31 03:07:32 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 31 03:07:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c82b20

media-plugins/kodi-screensaver-pyro: 3.2.0 version bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-screensaver-pyro/Manifest   |  1 +
 .../kodi-screensaver-pyro-3.2.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/media-plugins/kodi-screensaver-pyro/Manifest 
b/media-plugins/kodi-screensaver-pyro/Manifest
index 7e656fc01ad..e52fc154241 100644
--- a/media-plugins/kodi-screensaver-pyro/Manifest
+++ b/media-plugins/kodi-screensaver-pyro/Manifest
@@ -2,3 +2,4 @@ DIST kodi-screensaver-pyro-2.0.0.tar.gz 6502 BLAKE2B 
a0ccc3346f6482db303d4d12104
 DIST kodi-screensaver-pyro-3.0.0.tar.gz 81858 BLAKE2B 
4d48cfeee5d51c45e0caa99e742226ed6f6b0704391d657be8863ffe76acfeb2e3f3740903cec89e0dcaa2dcbff6109fb91e582c5855598b9fd75549880ab87a
 SHA512 
92335e156950f7da5800dc9c9fd57262a2d608d63cb2015e3f5711686b657930f05651a35e043480ed64f40cb34a3228c44b6c641b63a8d0438e0944abc09515
 DIST kodi-screensaver-pyro-3.0.1.tar.gz 82462 BLAKE2B 
166dd754877ae9567fcf3983080ede532c2db0c577242232cf89a4b05ef2ea1cad2db6070d1e9756140f196c2c7f319d011b1f5c6b0b7454844b5ea14d9267c8
 SHA512 
bf2b248d2448342cd4b4e1b7c8b77ff1391050221a6c229f6db0e21cd7b9192ee925dedddbe2361b8cc2a2a943fbf53670f2d3832bff5cfbb29dea08896c9acb
 DIST kodi-screensaver-pyro-3.1.2.tar.gz 84503 BLAKE2B 
3bb804f971a116ef3bc8ac46a4c887d818d2d51769ca4af8dce4ca4bebefe486d52e61adb9f57ba8c746c69aefbcad27d8b1cb9dbcd0291927e7264d67527f2c
 SHA512 
4de06ae2d2a3665f2614d28249b99d6fa8559d8d0c876aa5dc6e2ac7a4731d016a7e414f312e4537b8b3da01d66a3759fe113b9a1bdfc3b3a1f19530638494e0
+DIST kodi-screensaver-pyro-3.2.0.tar.gz 84597 BLAKE2B 
dc1571c968869be00fce0432b660fe6c4cd9eed9e68c71a8bf666de3d6e5651e65a7104b5859977f43634cc7a7bddeaf427aa0d9138989a3495cac1deaac2951
 SHA512 
0e416e89ece7835246b5d71aeeb00347b140c2ab6459c5a8f1809cdee44c7d6e67bd57262c88f13ca2fc0175101d5bfcba5d672911a9f2f31a193c451a9f

diff --git 
a/media-plugins/kodi-screensaver-pyro/kodi-screensaver-pyro-3.2.0.ebuild 
b/media-plugins/kodi-screensaver-pyro/kodi-screensaver-pyro-3.2.0.ebuild
new file mode 100644
index 000..6b20cc26069
--- /dev/null
+++ b/media-plugins/kodi-screensaver-pyro/kodi-screensaver-pyro-3.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Pyro screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.pyro";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_BRANCH="Matrix"
+   EGIT_REPO_URI="https://github.com/xbmc/screensaver.pyro.git";
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/xbmc/screensaver.pyro/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/screensaver.pyro-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   "



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

2020-08-30 Thread Craig Andrews
commit: 8330b7c38cf46a65b5687e7f890c9346fce45fc9
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 31 02:56:30 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 31 02:56:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8330b7c3

dev-libs/libudfread: Cleanup old version

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Craig Andrews  gentoo.org>

 dev-libs/libudfread/Manifest   |  1 -
 dev-libs/libudfread/libudfread-1.0.0-r1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/libudfread/Manifest b/dev-libs/libudfread/Manifest
index 708735038a4..41c6ab5ba5f 100644
--- a/dev-libs/libudfread/Manifest
+++ b/dev-libs/libudfread/Manifest
@@ -1,2 +1 @@
-DIST libudfread-1.0.0.tar.gz 31420 BLAKE2B 
bf68560d283fb88af54ee1a939166e68df94d60f1e8d3fc0d0e6e1d0faa0b9ef35825ff8a2dbbcdbfb0412dbe6e1639a34b844c10cf7424a659f974a53b59b2c
 SHA512 
8b48d809197f3e9e4271755acffe74849aa3a01c6b23eab3acad6c2bb0c9045491f43657953300e5f84b27e99715ea2a2c4926f1120b3f5129042703c2804606
 DIST libudfread-1.1.0.tar.gz 33506 BLAKE2B 
e7fab72ebecb372c54af77b4907e53f77a5503af66e129bd2083ef7f4209ebfbed163ffd552e32b7181829664fff6ab82a1cdf00c81dc6f3cc6bfc8fa7242f6e
 SHA512 
340a03fe90d26a8a5c78e1e4f558a0b448a14332a661494f44af7de3e6c98cd219125e19f69d2a611ecb4870648a5d5b55d794e665eb8ec4192c0b499a0701ed

diff --git a/dev-libs/libudfread/libudfread-1.0.0-r1.ebuild 
b/dev-libs/libudfread/libudfread-1.0.0-r1.ebuild
deleted file mode 100644
index 6dd66e41c5c..000
--- a/dev-libs/libudfread/libudfread-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-minimal
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://code.videolan.org/videolan/${PN}.git";
-   inherit git-r3
-else
-   
SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Library for reading UDF from raw devices and image files"
-HOMEPAGE="https://code.videolan.org/videolan/libudfread/";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="static-libs"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-multilib_src_install_all() {
-   find "${D}" -name '*.la' -delete || die
-   if ! use static-libs ; then
-   find "${D}" -name '*.a' -delete || die
-   fi
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/

2020-08-30 Thread Azael Reyes
commit: 7535653b182df76c27885c3041a59a257e5307c9
Author: Azael Reyes  gmail  com>
AuthorDate: Mon Aug 31 02:47:30 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Mon Aug 31 02:47:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7535653b

dev-libs/octetos-core: updateing to v2.5.0.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-core/Manifest |  1 +
 .../octetos-core/octetos-core-2.5.0_alpha.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
index 8929eb7..3c84d73 100644
--- a/dev-libs/octetos-core/Manifest
+++ b/dev-libs/octetos-core/Manifest
@@ -7,3 +7,4 @@ DIST octetos-core-2.3.1_beta.tar.gz 123229 BLAKE2B 
b075432d35936e3de4601d9298132
 DIST octetos-core-2.3.1_rc1.tar.gz 123229 BLAKE2B 
b075432d35936e3de4601d929813275eac577ec077e9f41cf9d45449e2b369d0197f36f2b54b48931d6bd127bd55e04b68b20ec00de7391b3062e7352efcfa44
 SHA512 
0a551b384d5b472fcdc5ceace5b8bfcb364ece89477db6367dfb6471d8a26b216c0d58e359e6f70c83f37dca03d7dc63b71e79ae62a49a447309270db909c327
 DIST octetos-core-2.3.2_beta.tar.gz 123211 BLAKE2B 
44acaeaa2c4e79c7f8940c86552b32e0d55b0a34c6767d2e45c04bcda78a9f4ded85f04080557d052c9d5f89a3bda956ad38748fa0686141c8996c93c463e737
 SHA512 
6db635a27825827a25c11f34de307c7e9a199ec5b7e546af0a1dea74279904ea2ccee2d8db700da83a8fc62026c1e296b89bacb273bfcb76e9617ec58ee3c7d8
 DIST octetos-core-2.3.3_beta.tar.gz 123278 BLAKE2B 
a0fb90d90fcdafd569e1d3f9c8073e8de06c7f881fb3b7743dc893308f2337e7dfd4259d3ba8273cdd8e4a19379d6f3f4b244cd71d3d5c9a5b831afba96e3153
 SHA512 
884e7d01895ee2e9ad6930e806df06ad2d84ce92cd27920f4a5339b3f3130b0ae987aa1b8e7ece124d1751b21a812c3c1d6e555ad473796aad5afea846423ec0
+DIST octetos-core-2.5.0_alpha.tar.gz 95000 BLAKE2B 
04cfd912621f8a9c7973fdfd7fd905e4485f2f85e436d12becdbccb62c92629fcd1bdb560766f58820654525036a441742ba5ede6ba7cbedeee82ee4d12bbe98
 SHA512 
2998ccfd219f4095ae668b8bf6b36ceb1a4f2d279bfff09061e133b5bd616ef693c019d5a6083430a5823e18d409d0540cdb9ed3ebc58c2b8461351200b19350

diff --git a/dev-libs/octetos-core/octetos-core-2.5.0_alpha.ebuild 
b/dev-libs/octetos-core/octetos-core-2.5.0_alpha.ebuild
new file mode 100644
index 000..ef81097
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.5.0_alpha.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha/}"
+
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
+HOMEPAGE="https://github.com/azaeldevel/octetos-core";
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="
+   dev-libs/libconfig
+   dev-perl/XML-Parser
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   sys-devel/bison
+   dev-util/intltool
+   >=sys-devel/gcc-8.1
+"
+
+S="${WORKDIR}/${PN}-${MYPV}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/sparc/

2020-08-30 Thread Sam James
commit: 1c31fa4af24cf680de0b3c5b0764189ae224d000
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:54:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:54:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c31fa4a

profiles/arch/{hppa, sparc}: stable-mask net-misc/curl[mbedtls]

Bug: https://bugs.gentoo.org/737990
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask  | 2 +-
 profiles/arch/sparc/package.use.stable.mask | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index e70e116b094..5173ed574cf 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -41,7 +41,7 @@ media-libs/libtheora examples
 
 # Matt Turner  (2020-04-01)
 # net-libs/mbedtls has no stable keywords
-net-misc/curl curl_ssl_mbedtls
+net-misc/curl curl_ssl_mbedtls mbedtls
 dev-libs/libzip mbedtls
 net-libs/libssh mbedtls
 net-libs/libssh2 mbedtls

diff --git a/profiles/arch/sparc/package.use.stable.mask 
b/profiles/arch/sparc/package.use.stable.mask
index 2b2497b5e4d..e295102c581 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -40,7 +40,7 @@ gnome-base/gvfs google
 
 # Rolf Eike Beer  (2020-04-10)
 # net-libs/mbedtls has no stable keywords
-net-misc/curl curl_ssl_mbedtls
+net-misc/curl curl_ssl_mbedtls mbedtls
 dev-libs/libzip mbedtls
 net-libs/libssh mbedtls
 net-libs/libssh2 mbedtls



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/

2020-08-30 Thread Azael Reyes
commit: e27f594f150863cb958a301136770253bcf71dff
Author: Azael Reyes  gmail  com>
AuthorDate: Mon Aug 31 02:55:04 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Mon Aug 31 02:55:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e27f594f

app-portage/version: updating to v0.15.0-alpha.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 app-portage/version/Manifest|  1 +
 app-portage/version/version-0.15.0_alpha.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest
index bcd68b2..f4f6cad 100644
--- a/app-portage/version/Manifest
+++ b/app-portage/version/Manifest
@@ -1,6 +1,7 @@
 DIST version-0.10.0_alpha.tar.gz 43842 BLAKE2B 
c16d5524c6ffe860e4bef69702299f52dc32adae9f9966ccdcd45a8fdf000ed784eeb9eb109d1b7c91084f4120a64552b2aee14deec955ea0c773aee31077b2a
 SHA512 
d7a0231e8519b298411bd2c63d7cea847381968b5db6be902507c9be7eb275a206d5c64cede284ab819397ffe647944c95069ee0dc8725e66ee2c02ef4bc8cfb
 DIST version-0.14.2_alpha.tar.gz 46401 BLAKE2B 
1c850c21d1ba8feb20e61876e3ee9fd4208dbca572f97e15ac8d3688653f0e4e9404346f5971c9be1996a09b95c33ffd62bb51e0d8d9496ce2f9eccb031f
 SHA512 
e6c01d5e5eff6e32cae283bb82a7b0626fa4d93e3a78265d206a5f5f34f47037ea324e0418f28ca3c4794bb5484215501acbc4586ddd8bcf0eaf5684dbf3a26b
 DIST version-0.14.4_alpha.tar.gz 47074 BLAKE2B 
1b7d1b2e5a23fd27727ebf1e162da9e8b8c5ab87c25e6317220c2879073ab3f27a8868e7ab57d31ce090b8428ae49ab41eaaf402ea1c185f15b5525fc4ab99e2
 SHA512 
392e43fa614ccdb12f143cef6fa3eb2478ec8a18531520ea56489bb862da7d16a4631711ffbb604bcfa3b26c40dc6326d4cb5a72b4e34490b9ec5cc0056cd275
+DIST version-0.15.0_alpha.tar.gz 47595 BLAKE2B 
93e8c70ba3c8d04c529b71538c6c506153033e534b099466010cd9838906922e3bdada2e4ca0b88219404d107761a26a2789d29d7bf56e8bb83d924e65983980
 SHA512 
bcb07d978463267340406732ad25d89e83280612c1ea049c7bf50c08ac168682adbaa8f9fff69c6c8c1687aa279e90c1b1f56ff265a40b730d2823ef1da5a4d3
 DIST version-0.6.1_alpha.tar.gz 24986 BLAKE2B 
a78b7b1a5a2aec26afba6916483a40ac17c2aafae45511d3ba35bf28ec8466e1b696f235e1d3d54c83bffa5e9f974c7f2cd8f188e637d8b315e876d91741fae2
 SHA512 
ff68c7cfec5c59a1cfb8a600a1a439e7bdacba464c27e114f6fc0879caaf66cf04447e8dfff5c4afc02808fd19677f979520121b00c2d1f0a4995c5adade728d
 DIST version-0.6.2_alpha.tar.gz 35658 BLAKE2B 
89be24ecf24ac711045711f65303eb2deae9cccaf8d1fbc28c8f07e4d1fff3234e5ffdb0686de05fa29becca9d4eba2875307a4842f0f1aa66a8910d74f984cc
 SHA512 
1fbb9295209e58babe1039ded6295024db040b4c5775f405be4af5e49035d9d968f322d919b055567340998828d04bafab7a140d98807d4a0d8eeedda7ed2dba
 DIST version-0.9.0_alpha.tar.gz 41858 BLAKE2B 
801f5c820484fb54cb4c030f20d2c287fd7054ac363065fe534b3d1e300a1078f49ca3770b3bec966aa161e3b4005934f4f4ed8ba8eecaedd17930e00561fd85
 SHA512 
bcba979bbf4016582d74c7fcc5882ea6e0e20a8884a398e4e87697fd3b0b44829f9b2e513aaa6f2f313cc0f319a48810795c640128b0f934310352d68803ca90

diff --git a/app-portage/version/version-0.15.0_alpha.ebuild 
b/app-portage/version/version-0.15.0_alpha.ebuild
new file mode 100644
index 000..d6b021c
--- /dev/null
+++ b/app-portage/version/version-0.15.0_alpha.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha}"
+
+DESCRIPTION="A command line function for package version  management."
+HOMEPAGE="https://github.com/azaeldevel/octetos-version";
+SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-libs/octetos-core
+"
+
+S="${WORKDIR}/octetos-${PN}-${MYPV}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+src_configure() {
+   econf --with-portage
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/

2020-08-30 Thread Sam James
commit: fed0dbc5a6302373a18d8c963e382dfa2cfff61a
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed0dbc5

x11-libs/gtksourceview: Stabilize 4.6.1 arm, #738728

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

 x11-libs/gtksourceview/gtksourceview-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-4.6.1.ebuild 
b/x11-libs/gtksourceview/gtksourceview-4.6.1.ebuild
index 98b551dfcef..bdfd63a50a4 100644
--- a/x11-libs/gtksourceview/gtksourceview-4.6.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-4.6.1.ebuild
@@ -14,7 +14,7 @@ SLOT="4"
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.48:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2020-08-30 Thread Sam James
commit: c60bda815d8873f6da8f9a60e0ae4549315fb777
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60bda81

x11-themes/adwaita-icon-theme: Stabilize 3.36.1 arm, #738728

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

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
index cd7718a89fa..91132a35347 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="
 "
 SLOT="0"
 IUSE="branding"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme



[gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/

2020-08-30 Thread Sam James
commit: f13bd0fed71744fb5ba7fa606c63c48e20489f82
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13bd0fe

gnome-base/librsvg: Stabilize 2.48.8 arm, #738728

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

 gnome-base/librsvg/librsvg-2.48.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.48.8.ebuild 
b/gnome-base/librsvg/librsvg-2.48.8.ebuild
index 9e0476f0c8f..067c01c0b1c 100644
--- a/gnome-base/librsvg/librsvg-2.48.8.ebuild
+++ b/gnome-base/librsvg/librsvg-2.48.8.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2020-08-30 Thread Sam James
commit: 730881dea24a0ac8f056a18087bbac3c419178fc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:51:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730881de

media-libs/zita-resampler: Keyword 1.6.2 ppc64, #736725

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

 media-libs/zita-resampler/zita-resampler-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild 
b/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild
index 533230598b2..acf0f004c24 100644
--- a/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild
+++ b/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc"
 IUSE="tools"
 
 RDEPEND="tools? ( media-libs/libsndfile )"



[gentoo-commits] repo/gentoo:master commit in: media-libs/zita-alsa-pcmi/

2020-08-30 Thread Sam James
commit: d4151712775479177229e136ee468443e8c25a00
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:51:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4151712

media-libs/zita-alsa-pcmi: Keyword 0.3.2 ppc64, #736725

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

 media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.3.2.ebuild 
b/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.3.2.ebuild
index 7fff3a36d23..7c91724b692 100644
--- a/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.3.2.ebuild
+++ b/media-libs/zita-alsa-pcmi/zita-alsa-pcmi-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 CDEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/

2020-08-30 Thread Sam James
commit: 90035a8c6f53c8d580415202e3aa4d047d25d388
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90035a8c

x11-libs/libwnck: Stabilize 3.36.0 arm, #738728

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

 x11-libs/libwnck/libwnck-3.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libwnck/libwnck-3.36.0.ebuild 
b/x11-libs/libwnck/libwnck-3.36.0.ebuild
index 5b72ba3ed5e..eb8e18da1e9 100644
--- a/x11-libs/libwnck/libwnck-3.36.0.ebuild
+++ b/x11-libs/libwnck/libwnck-3.36.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/libwnck/stable/";
 
 LICENSE="LGPL-2+"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="gtk-doc +introspection startup-notification tools"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/

2020-08-30 Thread Sam James
commit: 25fa9c28fde518a085a41d686693ca87c3f00864
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fa9c28

gnome-base/gsettings-desktop-schemas: Stabilize 3.36.1 arm, #738728

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

 .../gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild
index 022fc35fe44..7b0870518e3 100644
--- 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild
+++ 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.36.1.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas";
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
 
 BDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.54:= )



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/

2020-08-30 Thread Sam James
commit: 4b009c01def241c369a8c1719845ec631b04
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b009c01

gnome-base/gvfs: Stabilize 1.44.1 arm, #738728

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

 gnome-base/gvfs/gvfs-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.44.1.ebuild 
b/gnome-base/gvfs/gvfs-1.44.1.ebuild
index c25c8ba74ba..ebcc7928670 100644
--- a/gnome-base/gvfs/gvfs-1.44.1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.44.1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.57.2:2



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

2020-08-30 Thread Sam James
commit: 6315a4cce853bde2210f4b6f391f7c283e7369cc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6315a4cc

media-libs/gexiv2: Stabilize 0.12.1 arm, #738728

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

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

diff --git a/media-libs/gexiv2/gexiv2-0.12.1.ebuild 
b/media-libs/gexiv2/gexiv2-0.12.1.ebuild
index 7f90be8bca3..2aebaa30be1 100644
--- a/media-libs/gexiv2/gexiv2-0.12.1.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.12.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="LGPL-2.1+ GPL-2"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/

2020-08-30 Thread Sam James
commit: 55ab7d3e0b27b9fac473fd37d9222ecbeb8491f2
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ab7d3e

gnome-extra/yelp-xsl: Stabilize 3.36.0 arm, #738728

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

 gnome-extra/yelp-xsl/yelp-xsl-3.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.36.0.ebuild 
b/gnome-extra/yelp-xsl/yelp-xsl-3.36.0.ebuild
index be2e068ba26..a132d476e28 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-3.36.0.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.36.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/yelp-xsl";
 LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/libxml2-2.6.12:=



[gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/

2020-08-30 Thread Sam James
commit: 12bedd9c1c08a9620769d925406204e3bbc5ba9a
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bedd9c

media-fonts/cantarell: Stabilize 0.201 arm, #738728

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

 media-fonts/cantarell/cantarell-0.201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/cantarell-0.201.ebuild 
b/media-fonts/cantarell/cantarell-0.201.ebuild
index 6cd845bcee5..42a86d17e04 100644
--- a/media-fonts/cantarell/cantarell-0.201.ebuild
+++ b/media-fonts/cantarell/cantarell-0.201.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts";
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 BDEPEND="



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

2020-08-30 Thread Sam James
commit: 043dd93bccf9ef21ed7fefd1c98569a46d759515
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043dd93b

media-libs/graphene: Stabilize 1.10.2 arm, #738728

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

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

diff --git a/media-libs/graphene/graphene-1.10.2.ebuild 
b/media-libs/graphene/graphene-1.10.2.ebuild
index d8c3f55062d..60a20dbffe3 100644
--- a/media-libs/graphene/graphene-1.10.2.ebuild
+++ b/media-libs/graphene/graphene-1.10.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ebassi/graphene/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2020-08-30 Thread Sam James
commit: 8b23c3e58fdae3291b50b33b1f12752b050c3f08
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23c3e5

x11-libs/vte: Stabilize 0.60.3 arm, #738728

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

 x11-libs/vte/vte-0.60.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.60.3.ebuild b/x11-libs/vte/vte-0.60.3.ebuild
index bb546a9de1b..c9531ec4a27 100644
--- a/x11-libs/vte/vte-0.60.3.ebuild
+++ b/x11-libs/vte/vte-0.60.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE";
 LICENSE="LGPL-3+ GPL-3+"
 SLOT="2.91"
 IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.60.3-command-notify.patch.xz )"



[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/

2020-08-30 Thread Sam James
commit: f4bd28b58174f8d4d9373af1cb03b8e25b7552f5
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:51:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4bd28b5

media-sound/jack-audio-connection-kit: Keyword 0.125.0-r1 ppc64, #736725

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

 .../jack-audio-connection-kit-0.125.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild
 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild
index 7a96721bb3a..44405500a80 100644
--- 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild
+++ 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jackaudio/jack1/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~s390 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~sparc"
 IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples oss 
cpu_flags_x86_sse pam"
 
 # readline: only used for jack_transport -> useless for non native ABIs



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

2020-08-30 Thread Sam James
commit: f48d45382e95b62d1ddad2aa734c554165412e0e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48d4538

dev-lang/vala: Stabilize 0.48.9 arm, #738728

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

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

diff --git a/dev-lang/vala/vala-0.48.9.ebuild b/dev-lang/vala/vala-0.48.9.ebuild
index 596add9c334..9dc2d89ce1c 100644
--- a/dev-lang/vala/vala-0.48.9.ebuild
+++ b/dev-lang/vala/vala-0.48.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
 
 LICENSE="LGPL-2.1+"
 SLOT="0.48"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf/

2020-08-30 Thread Sam James
commit: 59ca41dcd26955c21473178bcde4fd065adba97d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ca41dc

gnome-base/dconf: Stabilize 0.36.0 arm, #738728

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

 gnome-base/dconf/dconf-0.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/dconf/dconf-0.36.0.ebuild 
b/gnome-base/dconf/dconf-0.36.0.ebuild
index ed6d843f31c..2b12d651292 100644
--- a/gnome-base/dconf/dconf-0.36.0.ebuild
+++ b/gnome-base/dconf/dconf-0.36.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/dconf";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-linux"
 IUSE="gtk-doc"
 RESTRICT="!test? ( test )" # IUSE=test comes from virtualx.eclass
 



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

2020-08-30 Thread Sam James
commit: a40d60f331b2110dc3313339c5bf8636b8846afa
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40d60f3

dev-libs/gjs: Stabilize 1.64.4 arm, #738728

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

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

diff --git a/dev-libs/gjs/gjs-1.64.4.ebuild b/dev-libs/gjs/gjs-1.64.4.ebuild
index 646910fcefe..48a880b9770 100644
--- a/dev-libs/gjs/gjs-1.64.4.ebuild
+++ b/dev-libs/gjs/gjs-1.64.4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs";
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk readline +sysprof test"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 RESTRICT="!test? ( test )"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2020-08-30 Thread Sam James
commit: f72e9676dfd41790007ffcecfeee4b99e70d7567
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72e9676

dev-util/gtk-update-icon-cache: Stabilize 3.24.21 arm, #738728

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

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.21.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.21.ebuild
index 4bf674db325..cd65ce7a621 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.21.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.21.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # man page was previously installed by gtk+:3 ebuild
 RDEPEND="



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

2020-08-30 Thread Sam James
commit: 973f13b98b8bea89044571eb6316a3e58781d6c7
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973f13b9

dev-cpp/mm-common: Stabilize 1.0.1 arm, #738728

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

 dev-cpp/mm-common/mm-common-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/mm-common/mm-common-1.0.1.ebuild 
b/dev-cpp/mm-common/mm-common-1.0.1.ebuild
index 0cf68251888..e4b133b36a0 100644
--- a/dev-cpp/mm-common/mm-common-1.0.1.ebuild
+++ b/dev-cpp/mm-common/mm-common-1.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-keyring/

2020-08-30 Thread Sam James
commit: 89e131f992794797cbbf3cd8b232022b85ef96fa
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e131f9

gnome-base/gnome-keyring: Stabilize 3.36.0 arm, #738728

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

 gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild 
b/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild
index 066961f5d1d..a89b2068be7 100644
--- a/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild
+++ b/gnome-base/gnome-keyring/gnome-keyring-3.36.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+caps pam selinux +ssh-agent test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456
 RDEPEND="



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

2020-08-30 Thread Sam James
commit: 544aad1ce71c11df948b891dfd7393fb81ca9dbf
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544aad1c

dev-util/glade: Stabilize 3.36.0 arm, #738728

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

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

diff --git a/dev-util/glade/glade-3.36.0.ebuild 
b/dev-util/glade/glade-3.36.0.ebuild
index 91087d83b02..61320ab48fd 100644
--- a/dev-util/glade/glade-3.36.0.ebuild
+++ b/dev-util/glade/glade-3.36.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://glade.gnome.org/";
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="3.10/12" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 IUSE="+introspection python webkit"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2020-08-30 Thread Sam James
commit: 61e58547b20e5f97766eb0074faa1b8865d9ecef
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e58547

dev-cpp/glibmm: Stabilize 2.64.2 arm, #738728

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

 dev-cpp/glibmm/glibmm-2.64.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glibmm/glibmm-2.64.2.ebuild 
b/dev-cpp/glibmm/glibmm-2.64.2.ebuild
index da1c11c7cca..9c07f5333af 100644
--- a/dev-cpp/glibmm/glibmm-2.64.2.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.64.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gtkmm.org";
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc debug test"
 RESTRICT="!test? ( test )"
 



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

2020-08-30 Thread Sam James
commit: 8b9f8498023e3534b69fd77219c8112b1ca7a97e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9f8498

app-crypt/gcr: Stabilize 3.36.0 arm, #738728

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

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

diff --git a/app-crypt/gcr/gcr-3.36.0.ebuild b/app-crypt/gcr/gcr-3.36.0.ebuild
index 7c195a89040..083725870e4 100644
--- a/app-crypt/gcr/gcr-3.36.0.ebuild
+++ b/app-crypt/gcr/gcr-3.36.0.ebuild
@@ -16,7 +16,7 @@ SLOT="0/1" # subslot = suffix of libgcr-base-3 and co
 IUSE="gtk gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 DEPEND="
>=dev-libs/glib-2.44.0:2



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2020-08-30 Thread Sam James
commit: 61d5fdddfeb486f3e76446e7ee7dd6deab952067
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d5fddd

x11-libs/gtk+: Stabilize 3.24.22 arm, #738728

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

 x11-libs/gtk+/gtk+-3.24.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.22.ebuild 
b/x11-libs/gtk+/gtk+-3.24.22.ebuild
index 3de44c29a7e..674552fac99 100644
--- a/x11-libs/gtk+/gtk+-3.24.22.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.22.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-nextpvr/

2020-08-30 Thread Craig Andrews
commit: a77d29ea2b1e3789388cecdf67e814e53d7119e8
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 31 02:51:31 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 31 02:51:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77d29ea

media-plugins/kodi-pvr-nextpvr: 6.2.1 version bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-nextpvr/Manifest|  1 +
 .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest 
b/media-plugins/kodi-pvr-nextpvr/Manifest
index 17af357c717..e2b87cea2ee 100644
--- a/media-plugins/kodi-pvr-nextpvr/Manifest
+++ b/media-plugins/kodi-pvr-nextpvr/Manifest
@@ -5,3 +5,4 @@ DIST kodi-pvr-nextpvr-3.3.20.tar.gz 130242 BLAKE2B 
52ed3235b08574d521e7400e441b9
 DIST kodi-pvr-nextpvr-3.3.21.tar.gz 130510 BLAKE2B 
edbaa2e1910d8f601673c55be264a93749713f893c78400ebbe790c9437dfdfefe8f156dc4ff73b09aa603f0d4bd54bd722d09bf39835720d0e3bb5d32813861
 SHA512 
6439f29a16d9b85b643c53a49624a2202e83597abd4d770f2caad9adbde4851d1f2f808857b5ab1bb1d1b99c7cc883313fb3a9b668240bd22ef7f4915b9a51a6
 DIST kodi-pvr-nextpvr-6.0.5.tar.gz 146642 BLAKE2B 
76f06dc933f3b23ff16da2faa9726a7c7120fb54bc10883787669bfa0f24c9998849c44237727160b2b96d3ae5375de8e6cc64c96b9bb430f9eb634e3d0fa4c5
 SHA512 
67c43f6a781d233a8c157d3a8718a9bf106526ca6844a1296f17510171c5e76be74d1884d04bfa63ed7dcaf4ce683c1b03d71be64bc40c3cc335114532845f5f
 DIST kodi-pvr-nextpvr-6.2.0.tar.gz 144852 BLAKE2B 
11eca61606db5cbab753a651fdfcf8460a6e7910870838e37c5dcdb723ebe8d19b6920d20439ce185a3ba1e6e42c4fe5b3932f09b8b7f016f355d3d80e382316
 SHA512 
60473dfab130bcfa1ece7944143f144506204331593de2a6e21bc0db215348c48ff764698af7032caf0083485bf251a10b8878d0a0faf85e0c95878a85e5
+DIST kodi-pvr-nextpvr-6.2.1.tar.gz 144925 BLAKE2B 
c1021517c1c305fb71453aeac1c7bda5c31ebe2e0175fc64ac72c5f76dd0eeb40d1c851388dea094f8eb15c53f163b2f02cad61cfd76004c64e42f7333b7a61d
 SHA512 
a9e3075569ec24639cd80388c35cac6b9632a2c2cf622be46abbefa69e91847d37f8afe98224b7a543a1ed78b2204bb6b8f243a6e5db08630cd904b19164d703

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.1.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.1.ebuild
new file mode 100644
index 000..141349d2e0d
--- /dev/null
+++ b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-6.2.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's NextPVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git";
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   =dev-libs/libplatform-2*
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2020-08-30 Thread Sam James
commit: 909984b231f08cb2f2c5a6f830de730693c8096a
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 02:36:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 02:52:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909984b2

dev-libs/atk: Stabilize 2.36.0 arm, #738728

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

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

diff --git a/dev-libs/atk/atk-2.36.0.ebuild b/dev-libs/atk/atk-2.36.0.ebuild
index 3f03c75e8d1..1d612f6d193 100644
--- a/dev-libs/atk/atk-2.36.0.ebuild
+++ b/dev-libs/atk/atk-2.36.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility";
 
 LICENSE="LGPL-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-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="gtk-doc +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/

2020-08-30 Thread Stefan Strogin
commit: 4e3656e991694d5c401112513da593f519d79968
Author: Alexey Sokolov  google  com>
AuthorDate: Thu Aug 13 22:45:19 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Aug 31 02:42:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3656e9

x11-terms/terminator: move keybinder behind X USE flag

Closes: https://bugs.gentoo.org/736972
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17117
Signed-off-by: Stefan Strogin  gentoo.org>

 x11-terms/terminator/terminator-1.92-r2.ebuild | 60 ++
 1 file changed, 60 insertions(+)

diff --git a/x11-terms/terminator/terminator-1.92-r2.ebuild 
b/x11-terms/terminator/terminator-1.92-r2.ebuild
new file mode 100644
index 000..9e0fe53f6b3
--- /dev/null
+++ b/x11-terms/terminator/terminator-1.92-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS="no"
+inherit distutils-r1 virtualx xdg-utils
+
+DESCRIPTION="Multiple GNOME terminals in one window"
+HOMEPAGE="https://github.com/gnome-terminator/terminator";
+SRC_URI="https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="dbus +libnotify X"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3
+   x11-libs/vte:2.91[introspection]
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   libnotify? ( x11-libs/libnotify[introspection] )
+   X? ( dev-libs/keybinder:3[introspection] )
+"
+BDEPEND="
+   dev-util/intltool
+"
+distutils_enable_tests setup.py
+
+PATCHES=(
+   "${FILESDIR}"/terminator-1.91-without-icon-cache.patch
+   "${FILESDIR}"/terminator-1.91-desktop.patch
+   "${FILESDIR}"/terminator-1.92-make-tests-fail.patch
+   "${FILESDIR}"/terminator-1.92-metainfo.patch
+)
+
+src_prepare() {
+   xdg_environment_reset
+   distutils-r1_src_prepare
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/, releases/specs/x86/hardened/, releases/specs/hppa/, ...

2020-08-30 Thread Matt Turner
commit: 1911edd6d23de13ae73c140ce212f10166246261
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 31 01:53:35 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 31 01:54:44 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=1911edd6

specs: Remove app-admin/passook from installcds

It's masked for removal per bug 724210.

Bug: https://bugs.gentoo.org/724210
Signed-off-by: Matt Turner  gentoo.org>

 releases/specs/amd64/hardened/admincd-stage1-selinux.spec | 1 -
 releases/specs/amd64/hardened/admincd-stage1.spec | 1 -
 releases/specs/amd64/installcd-stage1.spec| 1 -
 releases/specs/amd64/livecd-stage1.spec   | 1 -
 releases/specs/amd64/livedvd-stage1.spec  | 1 -
 releases/specs/hppa/installcd-stage1.spec | 1 -
 releases/specs/ia64/installcd-stage1.spec | 1 -
 releases/specs/sparc/sparc64/installcd-stage1.spec| 1 -
 releases/specs/x86/hardened/admincd-stage1.spec   | 1 -
 releases/specs/x86/hardened/installcd-stage1.spec | 1 -
 releases/specs/x86/i686/livecd-stage1.spec| 1 -
 releases/specs/x86/i686/livedvd-stage1.spec   | 1 -
 releases/specs/x86/installcd-stage1.spec  | 1 -
 13 files changed, 13 deletions(-)

diff --git a/releases/specs/amd64/hardened/admincd-stage1-selinux.spec 
b/releases/specs/amd64/hardened/admincd-stage1-selinux.spec
index a0f4b466..274dde47 100644
--- a/releases/specs/amd64/hardened/admincd-stage1-selinux.spec
+++ b/releases/specs/amd64/hardened/admincd-stage1-selinux.spec
@@ -33,7 +33,6 @@ livecd/packages:
app-accessibility/brltty
app-accessibility/espeakup
app-admin/hddtemp
-   app-admin/passook
app-admin/pwgen
app-admin/syslog-ng
app-admin/sysstat

diff --git a/releases/specs/amd64/hardened/admincd-stage1.spec 
b/releases/specs/amd64/hardened/admincd-stage1.spec
index 8864193f..4f5fd767 100644
--- a/releases/specs/amd64/hardened/admincd-stage1.spec
+++ b/releases/specs/amd64/hardened/admincd-stage1.spec
@@ -33,7 +33,6 @@ livecd/packages:
app-accessibility/brltty
app-accessibility/espeakup
app-admin/hddtemp
-   app-admin/passook
app-admin/pwgen
app-admin/syslog-ng
app-admin/sysstat

diff --git a/releases/specs/amd64/installcd-stage1.spec 
b/releases/specs/amd64/installcd-stage1.spec
index b5611f13..46846487 100644
--- a/releases/specs/amd64/installcd-stage1.spec
+++ b/releases/specs/amd64/installcd-stage1.spec
@@ -32,7 +32,6 @@ livecd/packages:
app-accessibility/brltty
app-accessibility/espeakup
app-admin/hddtemp
-   app-admin/passook
app-admin/pwgen
app-admin/syslog-ng
app-arch/unzip

diff --git a/releases/specs/amd64/livecd-stage1.spec 
b/releases/specs/amd64/livecd-stage1.spec
index 39ba41b1..9c168c32 100644
--- a/releases/specs/amd64/livecd-stage1.spec
+++ b/releases/specs/amd64/livecd-stage1.spec
@@ -15,7 +15,6 @@ livecd/packages:
app-admin/hddtemp
app-admin/ide-smart
app-admin/logrotate
-   app-admin/passook
app-admin/pwgen
app-admin/sudo
app-admin/syslog-ng

diff --git a/releases/specs/amd64/livedvd-stage1.spec 
b/releases/specs/amd64/livedvd-stage1.spec
index 8c3cb1b2..878eb15e 100644
--- a/releases/specs/amd64/livedvd-stage1.spec
+++ b/releases/specs/amd64/livedvd-stage1.spec
@@ -16,7 +16,6 @@ livecd/packages:
app-admin/hddtemp
app-admin/ide-smart
app-admin/logrotate
-   app-admin/passook
app-admin/pwgen
app-admin/quickswitch
app-admin/sudo

diff --git a/releases/specs/hppa/installcd-stage1.spec 
b/releases/specs/hppa/installcd-stage1.spec
index da322fd2..9972e611 100644
--- a/releases/specs/hppa/installcd-stage1.spec
+++ b/releases/specs/hppa/installcd-stage1.spec
@@ -29,7 +29,6 @@ livecd/use:
 
 livecd/packages:
app-admin/hddtemp
-   app-admin/passook
app-admin/pwgen
app-admin/syslog-ng
app-arch/unzip

diff --git a/releases/specs/ia64/installcd-stage1.spec 
b/releases/specs/ia64/installcd-stage1.spec
index 83b953cc..9fff0b11 100644
--- a/releases/specs/ia64/installcd-stage1.spec
+++ b/releases/specs/ia64/installcd-stage1.spec
@@ -24,7 +24,6 @@ livecd/use:
 
 livecd/packages:
 #  app-admin/hddtemp
-#  app-admin/passook
app-admin/pwgen
app-admin/syslog-ng
app-arch/unzip

diff --git a/releases/specs/sparc/sparc64/installcd-stage1.spec 
b/releases/specs/sparc/sparc64/installcd-stage1.spec
index 777048bc..26b6874e 100644
--- a/releases/specs/sparc/sparc64/installcd-stage1.spec
+++ b/releases/specs/sparc/sparc64/installcd-stage1.spec
@@ -31,7 +31,6 @@ livecd/packages:
 # Masked (not keyworded, use.masked as well)
 #  app-accessibility/brltty
app-admin/hddtemp
-#  app-admin/passook
app-admin/pwgen
app-admin/syslog-ng

[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2020-08-30 Thread Sam James
commit: 55a2c9e4733e98761606eec261f75a404d6ebb23
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:29:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a2c9e4

net-dns/unbound: Stabilize 1.11.0 arm, #739690

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

 net-dns/unbound/unbound-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/unbound/unbound-1.11.0.ebuild 
b/net-dns/unbound/unbound-1.11.0.ebuild
index 30cafd751b1..19fd7c16127 100644
--- a/net-dns/unbound/unbound-1.11.0.ebuild
+++ b/net-dns/unbound/unbound-1.11.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz";
 
 LICENSE="BSD GPL-2"
 SLOT="0/8" # ABI version of libunbound.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="debug dnscrypt dnstap +ecdsa ecs gost libressl python redis selinux 
static-libs systemd test threads"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2020-08-30 Thread Sam James
commit: c0de3fe5f4b24f6c08260b23291b27314703f769
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:26:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:26:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0de3fe5

dev-python/python-nbxmpp: Stabilize 1.0.1 ppc, #736705

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

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

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild
index fb10afe5462..5081ffeb86a 100644
--- a/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild
+++ b/dev-python/python-nbxmpp/python-nbxmpp-1.0.1.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/python
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""



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

2020-08-30 Thread Sam James
commit: 21b492cbafdd4ad5dd3e596b6774b3f839d3523f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:24:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:24:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b492cb

net-im/pidgin: Stabilize 2.14.1 ppc, #736703

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

 net-im/pidgin/pidgin-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.1.ebuild 
b/net-im/pidgin/pidgin-2.14.1.ebuild
index 76649ab2c25..b883d100111 100644
--- a/net-im/pidgin/pidgin-2.14.1.ebuild
+++ b/net-im/pidgin/pidgin-2.14.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf"



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

2020-08-30 Thread Sam James
commit: 001c17573d26f1cde49acb61ba4680ee387fe5df
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:25:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:25:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001c1757

app-text/pytextile: Stabilize 4.0.1 ppc, #736707

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

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

diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild 
b/app-text/pytextile/pytextile-4.0.1.ebuild
index 1d920065c30..8a4c6c29f89 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-30 Thread Sam James
commit: 3591fbc51619474e7c747ea15e7892741de1b675
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:24:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:24:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3591fbc5

dev-libs/libgnt: Stabilize 2.14.0 ppc, #736703

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

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

diff --git a/dev-libs/libgnt/libgnt-2.14.0.ebuild 
b/dev-libs/libgnt/libgnt-2.14.0.ebuild
index 0e1c9facea8..9373a7086c9 100644
--- a/dev-libs/libgnt/libgnt-2.14.0.ebuild
+++ b/dev-libs/libgnt/libgnt-2.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pidgin/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2020-08-30 Thread Sam James
commit: a5b23055b3691fe54add0016229e97823f7aa827
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 01:22:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 01:22:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b23055

net-ftp/proftpd: Stabilize 1.3.7a arm, #738674

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

 net-ftp/proftpd/proftpd-1.3.7a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a.ebuild
index 0c385c2727e..83b34afc302 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/files/, media-gfx/glimpse/

2020-08-30 Thread Ronny Gutbrod
commit: 466d7126d0872892574eadd3c6f6e96d6f91ea02
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sun Aug 30 23:50:50 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Aug 31 01:02:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=466d7126

media-gfx/glimpse: New package.

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

 media-gfx/glimpse/Manifest |   1 +
 .../files/glimpse-0.2_fix_test-appdata.patch   |  15 ++
 media-gfx/glimpse/glimpse-0.2.0.ebuild | 207 +
 media-gfx/glimpse/metadata.xml |  20 ++
 4 files changed, 243 insertions(+)

diff --git a/media-gfx/glimpse/Manifest b/media-gfx/glimpse/Manifest
new file mode 100644
index 000..a4589c8
--- /dev/null
+++ b/media-gfx/glimpse/Manifest
@@ -0,0 +1 @@
+DIST glimpse-0.2.0.tar.gz 42734079 BLAKE2B 
3531bc2a125c54f3ca3e3b3bd60366065393f633b1a537a32b5bec80b151f8ebdfbd815fc9b3e476e2af42fb5f854a48c5714a08640ccd259f46b94d79c084f1
 SHA512 
6fccb418b8c233fb870b6bced728366e4fe935da0400f340fca14befc261b338d1a9d077c3f77358cb1df824df601f11aff473f1ce8e8086f3884f0ab93a795f

diff --git a/media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch 
b/media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch
new file mode 100644
index 000..25bf0b4
--- /dev/null
+++ b/media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch
@@ -0,0 +1,15 @@
+diff --git a/desktop/test-appdata.sh.in b/desktop/test-appdata.sh.in
+index 25be96b1c8..fb674360d9 100755
+--- a/desktop/test-appdata.sh.in
 b/desktop/test-appdata.sh.in
+@@ -2,7 +2,7 @@
+
+ # TODO: use validate-strict when the last errors for a strict validation
+ # are fixed.
+-appstream-util validate-relax 
${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.glimpse_editor.Glimpse.appdata.xml 
&& \
+-appstream-util validate-relax 
${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/glimpse-data-extras.metainfo.xml && \
++appstream-util validate-relax --nonet 
${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.glimpse_editor.Glimpse.appdata.xml 
&& \
++appstream-util validate-relax --nonet 
${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/glimpse-data-extras.metainfo.xml && \
+ if [ $(expr @GIMP_MICRO_VERSION@ % 2) = 0 ]; then
+   grep TODO 
${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.glimpse_editor.Glimpse.appdata.xml
+   if [ $? = 0 ]; then

diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild 
b/media-gfx/glimpse/glimpse-0.2.0.ebuild
new file mode 100644
index 000..4fa67cc
--- /dev/null
+++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Based on media-gfx/gimp-2.10.18-r2.ebuild
+
+EAPI=6 # gnome2.eclass doesn't work with EAPI 7.
+GNOME2_EAUTORECONF=yes
+WANT_AUTOMAKE=
+
+inherit autotools gnome2 virtualx
+
+DESCRIPTION="Image editor based on the GNU Image Manipulation Program"
+HOMEPAGE="https://glimpse-editor.org/";
+SRC_URI="https://github.com/glimpse-editor/Glimpse/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript test 
udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/Glimpse-${PV}"
+
+COMMON_DEPEND="
+   >=app-text/poppler-0.50[cairo]
+   >=app-text/poppler-data-0.4.7
+   >=dev-libs/atk-2.2.0
+   >=dev-libs/glib-2.56.0:2
+   >=dev-libs/json-glib-1.2.6
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.40.6:2
+   >=media-gfx/mypaint-brushes-1.3.1:=
+   >=media-libs/babl-0.1.78
+   >=media-libs/fontconfig-2.12.4
+   >=media-libs/freetype-2.1.7
+   >=media-libs/gegl-0.4.22:0.4[cairo]
+   >=media-libs/gexiv2-0.10.6
+   >=media-libs/harfbuzz-0.9.19
+   >=media-libs/lcms-2.8:2
+   >=media-libs/libmypaint-1.5.1:=
+   >=media-libs/libpng-1.6.25:0=
+   >=media-libs/tiff-3.5.7:0
+   net-libs/glib-networking[ssl]
+   sys-libs/zlib
+   virtual/jpeg
+   >=x11-libs/cairo-1.12.2
+   >=x11-libs/gdk-pixbuf-2.31:2
+   >=x11-libs/gtk+-2.24.32:2
+   x11-libs/libXcursor
+   >=x11-libs/pango-1.29.4
+   aalib? ( media-libs/aalib )
+   alsa? ( >=media-libs/alsa-lib-1.0.0 )
+   aqua? ( >=x11-libs/gtk-mac-integration-2.0.0 )
+   heif? ( >=media-libs/libheif-1.3.2:= )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= )
+   mng? ( media-libs/libmng:= )
+   openexr? ( >=media-libs/openexr-1.6.1:= )
+   postscript? ( app-text/ghostscript-gpl )
+   udev? ( dev-libs/libgudev:= )
+   unwind? ( >=sys-libs/libunwind-1.1.0:= )
+   webp? ( >=media-libs/libwebp-0.6.0:= )
+   wmf? ( >=media-libs/libwmf-0.2.8 )
+   xpm? ( x11-libs/libXpm )
+"
+
+RDEPEND="
+   !media-gfx/gimp
+   ${COMMON_DEPEND}
+   x11-themes/h

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-08-30 Thread Sam James
commit: 716863ac0cd88170b2850fdb3cc1f508b0052576
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:57:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716863ac

x11-libs/libnotify: Stabilize 0.7.9 arm64, #733592

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

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 9783bf0f989..6bef2a181f3 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xsl-ns-stylesheets/

2020-08-30 Thread Sam James
commit: 3ff717a1a03468cb7a5bc8c9129fcb8b46fcd4aa
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:57:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff717a1

app-text/docbook-xsl-ns-stylesheets: Stabilize 1.78.0 arm64, #733592

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

 .../docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild 
b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild
index cfb11c530ce..00619ac4451 100644
--- 
a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild
+++ 
b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="ruby"
 
 RDEPEND=">=app-text/build-docbook-catalog-1.4



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/

2020-08-30 Thread Zac Medico
commit: fe3250518d453c6c1c06e9f4830bf88dc1fa9ca4
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Aug 31 00:53:29 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug 31 00:54:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe325051

dev-python/google-api-python-client: Add dev-python/rsa test dep

The rsa dependency is not in the unpacked sources, it's
dynamically added by distutils_install_for_testing.

Closes: https://bugs.gentoo.org/733716
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 .../google-api-python-client/google-api-python-client-1.8.3-r1.ebuild| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
index eef43c9585f..7b8d1f8b871 100644
--- 
a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
+++ 
b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
test? (
dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-core/

2020-08-30 Thread Zac Medico
commit: 9be10d936c936b73e36100d480e6047aff7a2921
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Aug 31 00:41:38 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug 31 00:43:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be10d93

dev-python/google-api-core: Add dev-python/rsa test dep

The rsa dependency is not in the unpacked sources, it's
dynamically added by distutils_install_for_testing.

Closes: https://bugs.gentoo.org/733718
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/google-api-core/google-api-core-1.17.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/google-api-core/google-api-core-1.17.0.ebuild 
b/dev-python/google-api-core/google-api-core-1.17.0.ebuild
index b0eee1f185a..b4d66c5fa0d 100644
--- a/dev-python/google-api-core/google-api-core-1.17.0.ebuild
+++ b/dev-python/google-api-core/google-api-core-1.17.0.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
 BDEPEND="
test? (
dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
)
 "
 



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

2020-08-30 Thread Sam James
commit: db62d3068fcdb895091411fe16614fc6d28caeca
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:42:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db62d306

media-sound/moc: Stabilize 2.6_alpha3-r2 ppc64, #736380

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

 media-sound/moc/moc-2.6_alpha3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/moc/moc-2.6_alpha3-r2.ebuild 
b/media-sound/moc/moc-2.6_alpha3-r2.ebuild
index c1b7aa63c6d..ebe2775e446 100644
--- a/media-sound/moc/moc-2.6_alpha3-r2.ebuild
+++ b/media-sound/moc/moc-2.6_alpha3-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic 
modplug musepack
oss sid sndfile speex timidity tremor +unicode vorbis wavpack"
 



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

2020-08-30 Thread Sam James
commit: 5a51c9ccb2bb3d752ce658d34584286411ebb1f3
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:42:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:42:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a51c9cc

dev-libs/mpfr: Stabilize 4.1.0 ppc, #736559

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

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

diff --git a/dev-libs/mpfr/mpfr-4.1.0.ebuild b/dev-libs/mpfr/mpfr-4.1.0.ebuild
index 8ae3c247d9c..bb16255e02e 100644
--- a/dev-libs/mpfr/mpfr-4.1.0.ebuild
+++ b/dev-libs/mpfr/mpfr-4.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpfr.org/mpfr-${PV}/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/6" # libmpfr.so version
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-5.0.0[${MULTILIB_USEDEP},static-libs?]"



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

2020-08-30 Thread Sam James
commit: 5ae4cb491b70e2ee74ab0fbb91444c15704e4367
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:42:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae4cb49

net-libs/libnsl: Stabilize 1.3.0-r1 ppc, #736553

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

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

diff --git a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild 
b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
index 5a5cdfc6f77..3e2d6a38bf9 100644
--- a/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
+++ b/net-libs/libnsl/libnsl-1.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SLOT="0/2"
 LICENSE="LGPL-2.1+"
 
 # Stabilize together with glibc-2.26!
-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=""
 



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

2020-08-30 Thread Sam James
commit: 3473f98398008f55443a6724042f544e7e985aa0
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:17:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:17:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3473f983

media-libs/libdvdread: Stabilize 6.1.1 arm, #733564

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

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

diff --git a/media-libs/libdvdread/libdvdread-6.1.1.ebuild 
b/media-libs/libdvdread/libdvdread-6.1.1.ebuild
index 89fb44a1def..fdb2d08ccd0 100644
--- a/media-libs/libdvdread/libdvdread-6.1.1.ebuild
+++ b/media-libs/libdvdread/libdvdread-6.1.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git";
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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 ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2020-08-30 Thread Sam James
commit: 4278d06639c1050d1a261c5d80975dcd5025d59a
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:04:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:04:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4278d066

app-forensics/chkrootkit: Stabilize 0.53 sparc, #739462

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

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

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



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

2020-08-30 Thread Sam James
commit: 10a3b89be1ffe2d07f084b999e5444bfeb1b08b1
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:03:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:03:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a3b89b

net-libs/libtirpc: Stabilize 1.2.6 ppc64, #736340

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

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

diff --git a/net-libs/libtirpc/libtirpc-1.2.6.ebuild 
b/net-libs/libtirpc/libtirpc-1.2.6.ebuild
index fb7c2188292..a4c292c39f1 100644
--- a/net-libs/libtirpc/libtirpc-1.2.6.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.2.6.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: net-nds/gssproxy/

2020-08-30 Thread Sam James
commit: 8be5c10e3ee3a20ebc5132ea2e79aef273db
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:03:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:03:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be5c10e

net-nds/gssproxy: Stabilize 0.8.3 ppc64, #736340

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

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

diff --git a/net-nds/gssproxy/gssproxy-0.8.3.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.3.ebuild
index e85290b6218..6dc581cb5c9 100644
--- a/net-nds/gssproxy/gssproxy-0.8.3.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD-1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE="debug selinux systemd hardened"
 
 COMMON_DEPEND=">=dev-libs/libverto-0.2.2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wireless-tools/

2020-08-30 Thread Sam James
commit: d11def5add7f91de78cff2230113e153cd8b6472
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:59:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:59:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11def5a

net-wireless/wireless-tools: cleanup EAPI 4

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

 .../wireless-tools/wireless-tools-30_pre9.ebuild   | 61 --
 1 file changed, 61 deletions(-)

diff --git a/net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild 
b/net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild
deleted file mode 100644
index 0d412dd1f21..000
--- a/net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs multilib eutils
-
-# The following works with both pre-releases and releases
-MY_P=${PN/-/_}.${PV/_/.}
-S="${WORKDIR}/${MY_P/\.pre*/}"
-
-DESCRIPTION="A collection of tools to configure IEEE 802.11 wireless LAN cards"
-HOMEPAGE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html";
-SRC_URI="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="multicall"
-
-DEPEND="sys-apps/sed"
-RDEPEND=""
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-29-asneeded.patch
-
-   sed -i \
-   -e "s:^\(CC\) = gcc:\1 = $(tc-getCC):" \
-   -e "s:^\(AR\) = ar:\1 = $(tc-getAR):" \
-   -e "s:^\(RANLIB\) = ranlib:\1 = $(tc-getRANLIB):" \
-   -e "s:^\(CFLAGS=-Os\):#\1:" \
-   -e "s:\(@\$(LDCONFIG).*\):#\1:" \
-   -e "s:^\(INSTALL_MAN= \$(PREFIX)\)/man:\1/usr/share/man:" \
-   -e "s:^\(INSTALL_LIB= \$(PREFIX)\)/lib:\1/$(get_libdir)/:" \
-   -e "s:^\(INSTALL_INC= \$(PREFIX)\)/include:\1/usr/include:" \
-   -e "s:^\(BUILD_STATIC = y\):#\1:" \
-   -e '/\$(CC)/s:-Wl,-s\>::' \
-   "${S}"/Makefile || die
-}
-
-src_compile() {
-   emake
-
-   use multicall && emake iwmulticall
-}
-
-src_install() {
-   emake PREFIX="${ED}" install
-
-   if use multicall; then
-   # 'make install-iwmulticall' will overwrite some of the tools
-   # with symlinks - this is intentional (brix)
-   emake PREFIX="${ED}" install-iwmulticall
-   fi
-
-   has cs ${LINGUAS-cs} || rm -rf "${ED}"/usr/share/man/cs
-   has fr ${LINGUAS-fr} || rm -rf 
"${ED}"/usr/share/man/fr.{ISO8859-1,UTF-8}
-
-   dodoc CHANGELOG.h HOTPLUG-UDEV.txt IFRENAME-VS-XXX.txt PCMCIA.txt README
-   has fr ${LINGUAS-fr} && dodoc README.fr
-}



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

2020-08-30 Thread Sam James
commit: 656de3f59744de6b3156b67462d9908101c560b8
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:55:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:55:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656de3f5

app-crypt/gpgme: Stabilize 1.14.0 arm, #710206

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

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

diff --git a/app-crypt/gpgme/gpgme-1.14.0.ebuild 
b/app-crypt/gpgme/gpgme-1.14.0.ebuild
index a94f17c7105..0614e14e8e7 100644
--- a/app-crypt/gpgme/gpgme-1.14.0.ebuild
+++ b/app-crypt/gpgme/gpgme-1.14.0.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 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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-qt/qtgui/

2020-08-30 Thread Sam James
commit: 754ae7f5dd81be0da96851d0680d17dce732db7a
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:46:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:46:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754ae7f5

dev-qt/qtgui: Stabilize 5.14.2-r1 ppc, #736924

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

 dev-qt/qtgui/qtgui-5.14.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgui/qtgui-5.14.2-r1.ebuild 
b/dev-qt/qtgui/qtgui-5.14.2-r1.ebuild
index d1423f502b1..1f42c15329e 100644
--- a/dev-qt/qtgui/qtgui-5.14.2-r1.ebuild
+++ b/dev-qt/qtgui/qtgui-5.14.2-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="The GUI module and platform plugins for the Qt5 
framework"
 SLOT=5/$(ver_cut 1-3) # bug 707658
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 # TODO: linuxfb



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-rtsp-server/

2020-08-30 Thread Sam James
commit: 4f8d2d9728eb20a90f5f098ebb792d23d7efca46
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:44:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:44:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8d2d97

media-libs/gst-rtsp-server: Stabilize 1.16.2 amd64, #715100

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

 media-libs/gst-rtsp-server/gst-rtsp-server-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.2.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.2.ebuild
index cca27d932ef..c4f50223188 100644
--- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.2.ebuild
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.16.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A GStreamer based RTSP server"
 HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html";
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="examples +introspection static-libs"
 
 # gst-plugins-base for many used elements and API



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

2020-08-30 Thread Sam James
commit: 64b400382afdbff8b60d4f9726ffd3bcee6e628e
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:33:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b40038

dev-libs/json-c: security cleanup

Closes: https://bugs.gentoo.org/722150
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-libs/json-c/Manifest|  2 --
 dev-libs/json-c/json-c-0.12.ebuild  | 40 --
 dev-libs/json-c/json-c-0.13.1-r1.ebuild | 43 -
 3 files changed, 85 deletions(-)

diff --git a/dev-libs/json-c/Manifest b/dev-libs/json-c/Manifest
index 84cb8c564bf..66a308c2f40 100644
--- a/dev-libs/json-c/Manifest
+++ b/dev-libs/json-c/Manifest
@@ -1,4 +1,2 @@
-DIST json-c-0.12.tar.gz 501419 BLAKE2B 
24f035792ff1ba5c39e55bca6ee4ba2509ab71d0374c70b520791f38e1ec4ff2245a282f234fde9f4a02cd9ea998ce307563a20702c04ee972fdf51f2539
 SHA512 
c959804362386f6b77e9d04b5fedf6d6aff1fcd0ab50250edb25f759b510b402e7ad4b33d1cbadc3337b63a3145d19f310812a9ee351748348304b384dc2dc35
-DIST json-c-0.13.1.tar.gz 639425 BLAKE2B 
1da310309f9ce03306a9fd4a161670e460cf0b348df7c006902390f74a4cf100aab1ce6ac8a361a278dd917c114a278de5b3445817f3a40ae287478add46
 SHA512 
e984db2a42b9c95b52c798b2e8dd1b79951a8dcba27370af30c43b9549fbb8dbcf052a535c528209aaee38e6d1f760168b706905ae72f3e704ed20f8a1a1
 DIST json-c-0.14.tar.gz 321677 BLAKE2B 
39325988dd58dad589fc0f036c17b2337c81cf7aab8ecb2232f8d59fef9d38df28e096f8d22320e0003799d477debddc4926eaa7a170954263c6b303c1fa056e
 SHA512 
75537c61d0632a01f94d2394d7a4387ef1eca0b68aa56c495d3d96dd29b38ed20eb0cc3f6e5e24dc6660c8939669f8954005d9c3ba20437f3fcc9f9dd896b00d
 DIST json-c-0.15.tar.gz 361488 BLAKE2B 
ae34f6dd45ebee55e6413ecb234e48fa5ae1c17e6fa1246204e8801457060e176abe90d76d04ad0ee9b903ff467bc3b8ed5816792da175aad8862b9d168e
 SHA512 
dc01298bcc78f0f31a34f5fcfe45c0feebfd88518e97fb4f96f1a652f71ccdd303415a4c7bf5b573bdcbcca80428281f0dfccefc6545ea3a7f18dbb819332f34

diff --git a/dev-libs/json-c/json-c-0.12.ebuild 
b/dev-libs/json-c/json-c-0.12.ebuild
deleted file mode 100644
index 18e4b3cc8a5..000
--- a/dev-libs/json-c/json-c-0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-multilib
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="https://github.com/json-c/json-c/wiki";
-SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc static-libs"
-
-RDEPEND=""
-
-# tests break otherwise
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-   sed -i -e "s:-Werror::" Makefile.am.inc || die
-   autotools-multilib_src_prepare
-}
-
-src_test() {
-   export USE_VALGRIND=0 VERBOSE=1
-   autotools-multilib_src_test
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${S}"/doc/html )
-   autotools-multilib_src_install
-
-   # add symlink for projects not using pkgconfig
-   dosym ../json-c /usr/include/json-c/json
-}

diff --git a/dev-libs/json-c/json-c-0.13.1-r1.ebuild 
b/dev-libs/json-c/json-c-0.13.1-r1.ebuild
deleted file mode 100644
index 74ff2bc61f4..000
--- a/dev-libs/json-c/json-c-0.13.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal ltprune
-
-DESCRIPTION="A JSON implementation in C"
-HOMEPAGE="https://github.com/json-c/json-c/wiki";
-SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc static-libs"
-
-src_prepare() {
-   default
-   sed -i -e "s:-Werror::" configure.ac || die
-   eautoreconf
-
-   # tests break otherwise
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   export USE_VALGRIND=0 VERBOSE=1
-   default
-}
-
-multilib_src_install_all() {
-   use doc && HTML_DOCS=( "${S}"/doc/html/. )
-   einstalldocs
-
-   # add symlink for projects not using pkgconfig
-   dosym ../json-c /usr/include/json-c/json
-
-   prune_libtool_files
-}



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

2020-08-30 Thread Sam James
commit: d4a8caa8bf12a0b1feaf9173015c3ee5273324af
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:31:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:32:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a8caa8

net-libs/rpcsvc-proto: Stabilize 1.4.2 ppc, #736551

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

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
index 1da47c6a5bb..d85094fa3c3 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-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"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



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

2020-08-30 Thread Sam James
commit: 68f481b24c050c34757649a092bce1bceda0f029
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:31:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:32:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f481b2

net-misc/chrony: Stabilize 3.5.1-r1 ppc, #738154

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

 net-misc/chrony/chrony-3.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild 
b/net-misc/chrony/chrony-3.5.1-r1.ebuild
index 830712d4b75..f112b330706 100644
--- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
+++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86"
 fi
 
 LICENSE="GPL-2"



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

2020-08-30 Thread Yixun Lan
commit: 1f60f8a52448af06c1d1d44542e7a0877f35a8d2
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Aug 30 14:36:53 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Aug 30 23:29:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f60f8a5

dev-libs/json-c: keyword riscv

Closes: https://bugs.gentoo.org/724358
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/json-c/json-c-0.14-r3.ebuild | 2 +-
 dev-libs/json-c/json-c-0.15.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/json-c/json-c-0.14-r3.ebuild 
b/dev-libs/json-c/json-c-0.14-r3.ebuild
index 0eae6655775..483ad5f1631 100644
--- a/dev-libs/json-c/json-c-0.14-r3.ebuild
+++ b/dev-libs/json-c/json-c-0.14-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="cpu_flags_x86_rdrand doc static-libs threads"
 
 PATCHES=(

diff --git a/dev-libs/json-c/json-c-0.15.ebuild 
b/dev-libs/json-c/json-c-0.15.ebuild
index 06f7928f8f9..ab5e203329b 100644
--- a/dev-libs/json-c/json-c-0.15.ebuild
+++ b/dev-libs/json-c/json-c-0.15.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="cpu_flags_x86_rdrand doc static-libs threads"
 
 BDEPEND="doc? ( >=app-doc/doxygen-1.8.13 )"



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

2020-08-30 Thread Sam James
commit: eb2d6b1fdb00e5a382848deedb363dbb4e244b8d
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:25:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:25:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2d6b1f

net-libs/ldns: Stabilize 1.7.1-r1 arm, #735408

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

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

diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild 
b/net-libs/ldns/ldns-1.7.1-r1.ebuild
index a721c6a654f..6c765408559 100644
--- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+dane doc +ecdsa ed25519 ed448 gost libressl python static-libs 
vim-syntax"
 
 # configure will die if ecdsa is enabled and ssl is not



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

2020-08-30 Thread Sam James
commit: 3ed81cff8649066b8d494ca566dd723449d797b8
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:24:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:24:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed81cff

app-admin/apachetop: Stabilize 0.19.7 sparc, #739458

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

 app-admin/apachetop/apachetop-0.19.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apachetop/apachetop-0.19.7.ebuild 
b/app-admin/apachetop/apachetop-0.19.7.ebuild
index ecc9007f97d..fa580a16ed1 100644
--- a/app-admin/apachetop/apachetop-0.19.7.ebuild
+++ b/app-admin/apachetop/apachetop-0.19.7.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/tessus/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc sparc x86"
 IUSE="fam pcre"
 
 RDEPEND="



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

2020-08-30 Thread Sam James
commit: 3d6f23bd9cde80e18c761a19c17011d5a380cf89
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:20:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:20:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6f23bd

profiles/package.mask: last-rite net-irc/nebula

Stuck on EAPI 4. Dead upstream, we seem to be the only ones packaging this.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 53a6bec1e3e..b3a890b960e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -58,6 +58,7 @@ net-irc/ptlink-ircd
 net-irc/ptlink-opm
 net-irc/irc-server
 net-irc/xaric
+net-irc/nebula
 
 # Aaron Bauman  (2020-08-29)
 # EAPI=4, use dev-embedded/libftd[tools] instead



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

2020-08-30 Thread Sam James
commit: b9a1315097f1ff8c87d7303d098df47434ec2910
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:18:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:18:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a13150

app-forensics/chkrootkit: Stabilize 0.53 arm, #739462

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

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

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



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

2020-08-30 Thread Sam James
commit: d821d777a6e75e4213ddd3bbe2fd227c52e2ad2e
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:17:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:17:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d821d777

dev-python/sympy: Stabilize 1.6.1 x86, #737524

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

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

diff --git a/dev-python/sympy/sympy-1.6.1.ebuild 
b/dev-python/sympy/sympy-1.6.1.ebuild
index adb5f1ab365..9621d01bb7d 100644
--- a/dev-python/sympy/sympy-1.6.1.ebuild
+++ b/dev-python/sympy/sympy-1.6.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine 
test texmacs theano"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2020-08-30 Thread Sam James
commit: da01554ba414d2b6adfef44a88dc301a7821067e
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:17:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:17:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da01554b

dev-python/rarfile: Stabilize 3.1 x86, #737524

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

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

diff --git a/dev-python/rarfile/rarfile-3.1.ebuild 
b/dev-python/rarfile/rarfile-3.1.ebuild
index 7f2e756a2df..3cb5cca0c8a 100644
--- a/dev-python/rarfile/rarfile-3.1.ebuild
+++ b/dev-python/rarfile/rarfile-3.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+compressed"
 
 RDEPEND="compressed? ( || ( app-arch/unrar app-arch/rar ) )"



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

2020-08-30 Thread Sam James
commit: 0a3c127149909be5956f2d7ea15198f4099b9f8e
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 23:17:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 23:17:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3c1271

dev-python/theano: Stabilize 1.0.5 x86, #737524

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

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

diff --git a/dev-python/theano/theano-1.0.5.ebuild 
b/dev-python/theano/theano-1.0.5.ebuild
index 6bee991692f..5fe377d134e 100644
--- a/dev-python/theano/theano-1.0.5.ebuild
+++ b/dev-python/theano/theano-1.0.5.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
 RDEPEND="



  1   2   3   4   5   >