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

2019-09-19 Thread Mart Raudsepp
commit: 3746a7167500d79ba0f7c29b97042fdd00eb177a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 20 06:51:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 20 06:51:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3746a716

gnome-base/gnome-control-center: bump to 3.32.2

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-control-center/Manifest   |   2 +
 .../gnome-control-center-3.32.2.ebuild | 155 +
 2 files changed, 157 insertions(+)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index 477bb28eab0..fff06d340c3 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-control-center-3.30.3-patchset.tar.xz 65244 BLAKE2B 
d210f94e0058e628401ea74fa90582721aaffddfb0e3f8e78013edde0d2f712d4433c316b3da08c9ec1038200cfd4e9b1a315b224d2e881d056b0f685f7067eb
 SHA512 
99519c54ef223b94d5101987b7d7dc203c447765ef79374a3f0911282cd77917f64dea7318d70c63b8df8506c058fa1fcb1d71b23488b3ca9be993667509b7d1
 DIST gnome-control-center-3.30.3.tar.xz 5889900 BLAKE2B 
a03153cb689edc3c8c96a0f184f8831a8df218691fefd035842170871eebb6f17e34405e7c4c18da6a191b92c7b58fcd40b252cdb67154becdf7e7ac6a63aa8f
 SHA512 
85c7b51d6bc32f73d7f4ad6df8d4cc14c59e19da88d7a17b7337f995483f41008213ca829247a3c9db43c4b31eae0be321ed6804570660fbe0356da3dd0948dc
+DIST gnome-control-center-3.32.2-patchset.tar.xz 62920 BLAKE2B 
0268c048317c0ef267b1606b5eb85a40bff4f59a0baa8876cf1c893b96513c51708edeeb965933d54fe345bbce3e255e889c45eef98147b32d3d1208bf049fc9
 SHA512 
458ea50c1e95e2e005a1dbeb3c1d1a82d3399909a1367ad827ee3c5cef14cd3ecdfe27bc17bf24d6b037e1eae00df3235a75d0154178203b177b05b8d0688e6c
+DIST gnome-control-center-3.32.2.tar.xz 5953072 BLAKE2B 
98206c6c7fd8fdca8bb6ba7c1178eacaa6e3364380c6faf7b1e98c0819c440e16d35f4299d323c27db8271a161be84e4e7520a4b8b03c4d654d195b25c93cdc6
 SHA512 
6f69f72e15d901935bd2fba90e0a598e6c6463d4b0f914d2a9c330c77378a461c8da86f198408045c07de370d3c1558046323a4c23a97ceed96602597e167c78

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.32.2.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.32.2.ebuild
new file mode 100644
index 000..15c2542012e
--- /dev/null
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.32.2.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/";
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz";
+
+LICENSE="GPL-2+"
+SLOT="2"
+IUSE="+bluetooth +cups debug elogind flickr +gnome-online-accounts +ibus 
input_devices_wacom kerberos networkmanager systemd v4l wayland"
+REQUIRED_USE="
+   flickr? ( gnome-online-accounts )
+   ^^ ( elogind systemd )
+" # Theoretically "?? ( elogind systemd )" is fine too, lacking some 
functionality at runtime, but needs testing if handled gracefully enough
+KEYWORDS="~amd64 ~x86"
+
+# kerberos unfortunately means mit-krb5; build fails with heimdal
+# display panel requires colord and gnome-settings-daemon[colord]
+# wacom panel requires gsd-enums.h from gsd at build time, probably also 
runtime support
+# printer panel requires cups and smbclient (the latter is not patched yet to 
be separately optional)
+# >=polkit-0.114 for .policy files gettext ITS
+# First block is toplevel meson.build deps in order of occurrence (plus deeper 
deps if in same conditional). Second block is dependency() from subdir 
meson.builds, sorted by directory name occurrence order
+COMMON_DEPEND="
+   >=gui-libs/libhandy-0.0.9:0.0=
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.25.3:= )
+   >=media-sound/pulseaudio-2.0[glib]
+   >=sys-apps/accountsservice-0.6.39
+   >=x11-misc/colord-0.1.34:0=
+   >=x11-libs/gdk-pixbuf-2.23.0:2
+   >=dev-libs/glib-2.53.0:2
+   >=gnome-base/gnome-desktop-3.27.90:3=
+   >=gnome-base/gnome-settings-daemon-3.25.90[colord,input_devices_wacom?]
+   >=gnome-base/gsettings-desktop-schemas-3.31.0
+   dev-libs/libxml2:2
+   >=sys-auth/polkit-0.114
+   >=sys-power/upower-0.99.8:=
+   x11-libs/libX11
+   >=x11-libs/libXi-1.2
+   flickr? ( >=media-libs/grilo-0.3.0:0.3= )
+   >=x11-libs/gtk+-3.22.0:3[X,wayland=]
+   cups? (
+   >=net-print/cups-1.7[dbus]
+   >=net-fs/samba-4.0.0[client]
+   )
+   v4l? (
+   >=media-video/cheese-3.28.0 )
+   ibus? ( >=app-i18n/ibus-1.5.2 )
+   wayland? ( virtual/libgudev )
+   networkmanager? (
+   >=gnome-extra/nm-applet-1.8.0
+   >=net-misc/networkmanager-1.10.0

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

2019-09-19 Thread Sergei Trofimovich
commit: 7aef524899624f3b93ae8d85d986b74e2f1a63e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aef5248

app-portage/gentoolkit: stable 0.4.5 for hppa, bug #691976

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild
index 3ef5cbb6d9e..66753b6f70b 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



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

2019-09-19 Thread Sergei Trofimovich
commit: 4b74431dae56366c9251373bcaeb1b11a974c753
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:44 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b74431d

net-libs/libtirpc: stable 1.1.4 for hppa, bug #693310

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libtirpc/libtirpc-1.1.4.ebuild 
b/net-libs/libtirpc/libtirpc-1.1.4.ebuild
index c711cf23c58..442c353e8de 100644
--- a/net-libs/libtirpc/libtirpc-1.1.4.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.1.4.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 
~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh 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: media-libs/tiff/

2019-09-19 Thread Sergei Trofimovich
commit: 2eab6eebff51b4ebf3c831d17645434ed524bf66
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eab6eeb

media-libs/tiff: stable 4.0.10-r2 for hppa, bug #693394

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/tiff/tiff-4.0.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.0.10-r2.ebuild 
b/media-libs/tiff/tiff-4.0.10-r2.ebuild
index a8766792ced..5ec73d40866 100644
--- a/media-libs/tiff/tiff-4.0.10-r2.ebuild
+++ b/media-libs/tiff/tiff-4.0.10-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz";
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-09-19 Thread Sergei Trofimovich
commit: 93306943733b1251d36eb505f1854ff1679d84c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93306943

net-libs/rpcsvc-proto: stable 1.4 for hppa, bug #693310

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index 15ca0b74ffe..daf57de25be 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.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 
~sh sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 IUSE=""
 
 RDEPEND="!

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

2019-09-19 Thread Sergei Trofimovich
commit: bff1a89b0130c92efa3c2bf02caea005097edf39
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff1a89b

dev-python/certifi: stable 2019.6.16 for hppa, bug #694156

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/certifi/certifi-2019.6.16.ebuild 
b/dev-python/certifi/certifi-2019.6.16.ebuild
index a97398bd3bd..618f63b78ed 100644
--- a/dev-python/certifi/certifi-2019.6.16.ebuild
+++ b/dev-python/certifi/certifi-2019.6.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="app-misc/ca-certificates"



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

2019-09-19 Thread Sergei Trofimovich
commit: 79514f212faa4cc63cd49b33b0c95a893f86700b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79514f21

dev-libs/isl: stable 0.21 for hppa, bug #693842

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/isl/isl-0.21.ebuild b/dev-libs/isl/isl-0.21.ebuild
index f8be87d8a1c..3924d1c2af6 100644
--- a/dev-libs/isl/isl-0.21.ebuild
+++ b/dev-libs/isl/isl-0.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/21"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 
sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]"



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

2019-09-19 Thread Sergei Trofimovich
commit: 2db8105d89ea4e84588e134d087b1f688f25a718
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db8105d

dev-libs/nss: stable 3.46 for hppa, bug #693450

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/nss/nss-3.46.ebuild b/dev-libs/nss/nss-3.46.ebuild
index 86bc756f0b9..83bbfe36630 100644
--- a/dev-libs/nss/nss-3.46.ebuild
+++ b/dev-libs/nss/nss-3.46.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="cacert +nss-pem utils"
 CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-tex/tex4ht/

2019-09-19 Thread Sergei Trofimovich
commit: 7d1e286798eb294d870bc88d9234f44af48ec38a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1e2867

dev-tex/tex4ht: stable 20090611_p1038-r8 for hppa, bug #693806

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild 
b/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild
index 1e63882bc3f..b02d7baed5d 100644
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r8.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/${MY_P}.tar.gz
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="java"
 
 RDEPEND="app-text/ghostscript-gpl



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

2019-09-19 Thread Sergei Trofimovich
commit: 6ea464d985a8087e63f0b9755763ecc49b9704b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:16 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea464d9

sys-devel/distcc: stable 3.3.3 for hppa, bug #693744

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-devel/distcc/distcc-3.3.3.ebuild 
b/sys-devel/distcc/distcc-3.3.3.ebuild
index 6e738c01eaa..847871d71b0 100644
--- a/sys-devel/distcc/distcc-3.3.3.ebuild
+++ b/sys-devel/distcc/distcc-3.3.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
 IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/

2019-09-19 Thread Sergei Trofimovich
commit: 5ec4e51d70cfec742a1f1ef0a90a137ca0415557
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec4e51d

mail-mta/sendmail: stable 8.15.2-r2 for hppa, bug #689862

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-mta/sendmail/sendmail-8.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild 
b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild
index 953d7e66e07..6ce95290069 100644
--- a/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild
+++ b/mail-mta/sendmail/sendmail-8.15.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz";
 
 LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="ssl ldap libressl sasl tcpd mbox ipv6 nis sockets"
 
 DEPEND="net-mail/mailbase



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

2019-09-19 Thread Sergei Trofimovich
commit: 733cc8c4b86cbb5eaf8f4c0b772961d893b3139b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733cc8c4

dev-libs/boehm-gc: stable 8.0.4 for hppa, bug #693844

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild 
b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild
index 60cd49f1e1f..544ed5211a7 100644
--- a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild
@@ -15,7 +15,7 @@ LICENSE="boehm-gc"
 # SONAME: libgc.so.1 libgccpp.so.1
 # We've been using subslot 0 for these instead of "1.1".
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-fbsd ~x86-fbsd ~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 s390 sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cxx static-libs +threads"
 
 RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"



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

2019-09-19 Thread Sergei Trofimovich
commit: 11fff0b189410b703437fbf6e1c47b9a6fea302e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fff0b1

dev-libs/nspr: stable 4.22 for hppa, bug #693450

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/nspr/nspr-4.22.ebuild b/dev-libs/nspr/nspr-4.22.ebuild
index 702de741da4..7c5bd41c508 100644
--- a/dev-libs/nspr/nspr-4.22.ebuild
+++ b/dev-libs/nspr/nspr-4.22.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz";
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug elibc_musl"
 
 MULTILIB_CHOST_TOOLS=(



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

2019-09-19 Thread Sergei Trofimovich
commit: a6c2056d9c3f61748edc561274129d129f92f9c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c2056d

dev-libs/libatomic_ops: stable 7.6.10 for hppa, bug #693844

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild
index 477b8d185b2..a599cae19b0 100644
--- a/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ivmai/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="MIT boehm-gc GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~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 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/

2019-09-19 Thread Sergei Trofimovich
commit: d421390592a7c9f4fe421f3a6adfb88adb6ec86a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:41 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4213905

net-fs/nfs-utils: stable 2.4.1-r1 for hppa, bug #693310

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-fs/nfs-utils/nfs-utils-2.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/nfs-utils-2.4.1-r1.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.4.1-r1.ebuild
index f836166582d..40aac07accf 100644
--- a/net-fs/nfs-utils/nfs-utils-2.4.1-r1.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.4.1-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" = *_rc* ]] ; then
S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
 else
SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 
~sh sparc x86"
 fi
 
 LICENSE="GPL-2"



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

2019-09-19 Thread Sergei Trofimovich
commit: 1aa9e9f7c4eee91f1dbb18b0b55c487eef118da5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa9e9f7

dev-libs/gmp: stable 6.1.2-r1 for hppa, bug #693840

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/gmp/gmp-6.1.2-r1.ebuild b/dev-libs/gmp/gmp-6.1.2-r1.ebuild
index 84cd29bad09..b760f07cba6 100644
--- a/dev-libs/gmp/gmp-6.1.2-r1.ebuild
+++ b/dev-libs/gmp/gmp-6.1.2-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+asm doc cxx static-libs"
 
 DEPEND="sys-devel/m4



[gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/

2019-09-19 Thread Sergei Trofimovich
commit: b032694e554797ee188485dc848ce56ccdfd86cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b032694e

app-arch/lz4: stable 1.9.2 for hppa, bug #693734

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/lz4/lz4-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lz4/lz4-1.9.2.ebuild b/app-arch/lz4/lz4-1.9.2.ebuild
index 1e087c8c350..a2fc3569e0a 100644
--- a/app-arch/lz4/lz4-1.9.2.ebuild
+++ b/app-arch/lz4/lz4-1.9.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH=dev
 else
SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~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 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"



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

2019-09-19 Thread Sergei Trofimovich
commit: dd3ed773506431b20f7148f6ac8040cd555fa4bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:06 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3ed773

media-libs/harfbuzz: stable 2.6.1 for hppa, bug #693512

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
index 46108b74893..0a8971e5b51 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~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 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-19 Thread Sergei Trofimovich
commit: 0359c1afaf75326e5f564cb9c35bd54c21b36dc4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0359c1af

app-i18n/man-pages-fr: stable 3.70-r1 for hppa, bug #693276

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index d540ec8de59..027a93fda32 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



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

2019-09-19 Thread Sergei Trofimovich
commit: c5a5e3036376724fd3ec35a08ada834e944bf51b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a5e303

app-crypt/mit-krb5: stable 1.17-r1 for hppa, bug #693694

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-crypt/mit-krb5/mit-krb5-1.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.17-r1.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.17-r1.ebuild
index 1483d60e959..7b765c2b2c5 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.17-r1.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.17-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz";
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit 
selinux +threads test xinetd"
 
 # Test suite requires network access



[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2019-09-19 Thread Sergei Trofimovich
commit: 12ebe55762ef829dafea3a4b7864f7bd84baa082
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:39:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:39:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ebe557

mail-mta/exim: stable 4.92.2 for hppa, bug #693494

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-mta/exim/exim-4.92.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.92.2.ebuild b/mail-mta/exim/exim-4.92.2.ebuild
index 5dac69e2f87..85b2c048788 100644
--- a/mail-mta/exim/exim-4.92.2.ebuild
+++ b/mail-mta/exim/exim-4.92.2.ebuild
@@ -34,7 +34,7 @@ HOMEPAGE="https://www.exim.org/";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
 
 COMMON_DEPEND=">=sys-apps/sed-4.0.5
( >=sys-libs/db-3.2:= 

[gentoo-commits] repo/gentoo:master commit in: app-arch/deb2targz/

2019-09-19 Thread Sergei Trofimovich
commit: 2d34571eb19960ad03fbf6cb50a53f8cf4c9e286
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d34571e

app-arch/deb2targz: stable 1-r3 for hppa, bug #688958

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/deb2targz/deb2targz-1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/deb2targz/deb2targz-1-r3.ebuild 
b/app-arch/deb2targz/deb2targz-1-r3.ebuild
index d9f2dd28474..f34c0c35c90 100644
--- a/app-arch/deb2targz/deb2targz-1-r3.ebuild
+++ b/app-arch/deb2targz/deb2targz-1-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 RDEPEND="dev-lang/perl"
 



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

2019-09-19 Thread Sergei Trofimovich
commit: 2340af73336ffa06703fc8f9eee964bb595e4d79
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2340af73

net-nds/rpcbind: stable 1.2.5 for hppa, bug #693310

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

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



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

2019-09-19 Thread Hans de Graaff
commit: abf916acbf5463ca51f853946761fc37b5432ac6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 20 05:41:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 20 05:41:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf916ac

dev-ruby/rouge: add 3.11.0

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

 dev-ruby/rouge/Manifest|  1 +
 dev-ruby/rouge/rouge-3.11.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index bb5c22b197c..08ed2e89e44 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,3 +1,4 @@
 DIST rouge-3.10.0.tar.gz 780864 BLAKE2B 
c5761806fa27e8bc83d51a3d85a62a63b33212bb2958bfd161c344285712692d8b1dfc6a3aa3328738b5f9de9a02508050e3fa5b9324220d9b54e3bbc17a22bf
 SHA512 
4ec1ea86db8a3df98a2cc2152ec55f301799fdb40c9a4b8d178b9fedadee576ec7c15ebb21b397cae5c95ad4e126cd21a457f3cc8d14408bac860e3997cf34c1
+DIST rouge-3.11.0.tar.gz 788545 BLAKE2B 
f6f5782f620b76236f66b3b59248eda345d41383dfd8d4ed782e3c61c24226135abe70f906a337497242ade14b6cfb33f904de7c12ca2ff538daf37189568ff0
 SHA512 
4cdc85c543bc9303778940300c76e7863c67534cca91bd35135ef3abfc107c4ff0d7289aad2980f685b6bc716b74907fe029bf65f6cc2362a4ae048a0d8b6191
 DIST rouge-3.8.0.tar.gz 755720 BLAKE2B 
aca1ccbd601ee080958ccf09ab8932dc556065945f4cc2ee9b9bf5531ff41cec676005b0c7540aa058b3346c5eabac4351dd6a291ff148c9b5dfc682f7579336
 SHA512 
16a1cf9e9eae466c55f236f10d10bf0f5f4d523f6a680c1130b02115384691c1e2fbb14b59a6be1b9df77cc67fdb0ffe026cff6d0150230afe53f26b4c254dde
 DIST rouge-3.9.0.tar.gz 771945 BLAKE2B 
855a9a7b7bc5af5c19265570d7cfbb699ac3c9e355ef1a0ccba2a8a5e93ccf3dac5bc1c6e8ab1e251c29eb4eada403862c31f905d6de86bd3b6ae1d1868231c0
 SHA512 
da132ed07889f6dfda9199cfd6eb8f1af8e0c68b666452f0bafc86417bc153d11967138de49f299f4ae9d2f868dd7349a4089b235fceea80e32b1af3e3200172

diff --git a/dev-ruby/rouge/rouge-3.11.0.ebuild 
b/dev-ruby/rouge/rouge-3.11.0.ebuild
new file mode 100644
index 000..5ede80c934a
--- /dev/null
+++ b/dev-ruby/rouge/rouge-3.11.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="rouge.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
+HOMEPAGE="https://github.com/jneen/rouge";
+SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
+   test? ( dev-ruby/minitest-power_assert )
+"
+
+ruby_add_rdepend "dev-ruby/redcarpet"
+
+all_ruby_prepare() {
+   rm -f tasks/update/changelog.rake || die
+
+   sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' 
spec/spec_helper.rb || die
+   sed -i -e '/\(changelog\|bundler\)/ s:^:#: ; 1irequire "pathname"' 
Rakefile || die
+}



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

2019-09-19 Thread Hans de Graaff
commit: e35faad6cc9cc46e2ba1098c058907a3389e3f1b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 20 05:36:24 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 20 05:36:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35faad6

dev-ruby/rouge: move ~arm and ~x86 keywords forward

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

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

diff --git a/dev-ruby/rouge/rouge-3.10.0.ebuild 
b/dev-ruby/rouge/rouge-3.10.0.ebuild
index 64550857606..5ede80c934a 100644
--- a/dev-ruby/rouge/rouge-3.10.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2019-09-19 Thread Hans de Graaff
commit: dbbe036ff995b46bbe70f2583fa87aa6749086fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 20 05:52:47 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 20 05:52:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbe036f

dev-ruby/rouge: fix dependencies

Add missing yard dependency.
Avoid need for rubocop.

Fixes: https://bugs.gentoo.org/693720
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rouge/rouge-3.11.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rouge/rouge-3.11.0.ebuild 
b/dev-ruby/rouge/rouge-3.11.0.ebuild
index 5ede80c934a..1ba7cbc9022 100644
--- a/dev-ruby/rouge/rouge-3.11.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.11.0.ebuild
@@ -23,13 +23,14 @@ IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
test? ( dev-ruby/minitest-power_assert )
+   dev-ruby/yard
 "
 
 ruby_add_rdepend "dev-ruby/redcarpet"
 
 all_ruby_prepare() {
-   rm -f tasks/update/changelog.rake || die
+   rm -f tasks/{check/style,update/changelog}.rake || die
 
sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' 
spec/spec_helper.rb || die
-   sed -i -e '/\(changelog\|bundler\)/ s:^:#: ; 1irequire "pathname"' 
Rakefile || die
+   sed -i -e '/\(changelog\|bundler\|rubocop\)/ s:^:#: ; 1irequire 
"pathname"' Rakefile || die
 }



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

2019-09-19 Thread Hans de Graaff
commit: dbc5645533f4e4ef978645cd3cccf16b56b20791
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 20 05:34:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 20 05:34:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc56455

dev-ruby/rouge: cleanup

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

 dev-ruby/rouge/Manifest   |  2 --
 dev-ruby/rouge/rouge-3.6.0.ebuild | 31 ---
 dev-ruby/rouge/rouge-3.7.0.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index 726c3a09ebb..bb5c22b197c 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,5 +1,3 @@
 DIST rouge-3.10.0.tar.gz 780864 BLAKE2B 
c5761806fa27e8bc83d51a3d85a62a63b33212bb2958bfd161c344285712692d8b1dfc6a3aa3328738b5f9de9a02508050e3fa5b9324220d9b54e3bbc17a22bf
 SHA512 
4ec1ea86db8a3df98a2cc2152ec55f301799fdb40c9a4b8d178b9fedadee576ec7c15ebb21b397cae5c95ad4e126cd21a457f3cc8d14408bac860e3997cf34c1
-DIST rouge-3.6.0.tar.gz 727487 BLAKE2B 
d5430e0dec82244c8c5fc0df3de318556f3b6c24579b34a724f20953765ab9fabfd79c5aeab3ff9d16f5f4c7db531b0b9d511938b8836207f4a64050a4bff112
 SHA512 
b5ec4d6325a752033d8c1e1bbe1618840bf2b5c556391ae8d978971a520f83a49d7244f0386193c947689d84d61d98137b8d8a06ed83e3c1d6769923a1c6c1c1
-DIST rouge-3.7.0.tar.gz 761581 BLAKE2B 
681b8447a0f56e774f155ca735fa57b18a58f7ba3a55f995c3b42927392c91891facee557ed85a9faae86a9fa3301aedca995cff9a9b3d729c1be8e0cbdb8b97
 SHA512 
9360a4e0d564435da1481503222794e4b5649b4ece1b410d079c69f10e89e20bdf08c9d04663919cfbb7ce7b7cf0688604649c42c2442750bb1301d68e78248f
 DIST rouge-3.8.0.tar.gz 755720 BLAKE2B 
aca1ccbd601ee080958ccf09ab8932dc556065945f4cc2ee9b9bf5531ff41cec676005b0c7540aa058b3346c5eabac4351dd6a291ff148c9b5dfc682f7579336
 SHA512 
16a1cf9e9eae466c55f236f10d10bf0f5f4d523f6a680c1130b02115384691c1e2fbb14b59a6be1b9df77cc67fdb0ffe026cff6d0150230afe53f26b4c254dde
 DIST rouge-3.9.0.tar.gz 771945 BLAKE2B 
855a9a7b7bc5af5c19265570d7cfbb699ac3c9e355ef1a0ccba2a8a5e93ccf3dac5bc1c6e8ab1e251c29eb4eada403862c31f905d6de86bd3b6ae1d1868231c0
 SHA512 
da132ed07889f6dfda9199cfd6eb8f1af8e0c68b666452f0bafc86417bc153d11967138de49f299f4ae9d2f868dd7349a4089b235fceea80e32b1af3e3200172

diff --git a/dev-ruby/rouge/rouge-3.6.0.ebuild 
b/dev-ruby/rouge/rouge-3.6.0.ebuild
deleted file mode 100644
index fb11aff5040..000
--- a/dev-ruby/rouge/rouge-3.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
-HOMEPAGE="https://github.com/jneen/rouge";
-SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
-ruby_add_rdepend "dev-ruby/redcarpet
-   !!https://github.com/jneen/rouge";
-SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
-ruby_add_rdepend "dev-ruby/redcarpet
-   !!

[gentoo-commits] repo/gentoo:master commit in: sys-apps/s390-tools/

2019-09-19 Thread Matt Turner
commit: 0f5d976979a7c60ca3e716de748a323ebeff5576
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 20 05:26:16 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 20 05:26:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5d9769

sys-apps/s390-tools: Fix remote metadata

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

 sys-apps/s390-tools/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s390-tools/metadata.xml b/sys-apps/s390-tools/metadata.xml
index 92d3c633a63..8d883bc8f82 100644
--- a/sys-apps/s390-tools/metadata.xml
+++ b/sys-apps/s390-tools/metadata.xml
@@ -17,6 +17,6 @@ zSeries (s390) Linux kernel and device drivers
build the zgetdump and dump2tar 
utilities


-   e2fsprogs
+   ibm-s390-tools/s390-tools

 



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

2019-09-19 Thread Matt Turner
commit: bc1242f4e25e3b4a01ca06819926153f12e9e0b0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 20 05:19:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 20 05:20:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1242f4

media-fonts/lohit-telugu: Version bump to 2.5.5

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

 media-fonts/lohit-telugu/Manifest   | 2 +-
 .../{lohit-telugu-2.5.4.ebuild => lohit-telugu-2.5.5.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/lohit-telugu/Manifest 
b/media-fonts/lohit-telugu/Manifest
index 95e9a0b338a..1ce2b468f26 100644
--- a/media-fonts/lohit-telugu/Manifest
+++ b/media-fonts/lohit-telugu/Manifest
@@ -1 +1 @@
-DIST lohit-telugu-ttf-2.5.4.tar.gz 131268 BLAKE2B 
ba968de86da5d09df5f5227dbcc581b18ca8317cbca9e377cf13273e334ec2d708f0653f6bca7111d070bae7407a6608760e8c8086a45860da5346c2710ad38e
 SHA512 
1aa3ec60ff968278bf76bfe83d5f0271ca7b2ce66389c10383f0d3517f253ccf47c1725945299dbc0f1437c51fd96cfa13ebeefd857513947c349d8d01b4c546
+DIST lohit-telugu-ttf-2.5.5.tar.gz 134577 BLAKE2B 
add7820ecadb8f720f0bbc40c97a6c8ef87312a0d0e1f14b02c938a3cc4dbd2af79703dd861fa936f3b97700df2b1db39712f051af78da1c70ba32ac8353f5e7
 SHA512 
9a02da13a5ef511f11623d245cede6a0414d8d62f0038fef4b4fc395a2ae2dfc927e28f3a445c61b416bc03cda21d53699a93657dd14b21fe4a7ada0250693e0

diff --git a/media-fonts/lohit-telugu/lohit-telugu-2.5.4.ebuild 
b/media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild
similarity index 100%
rename from media-fonts/lohit-telugu/lohit-telugu-2.5.4.ebuild
rename to media-fonts/lohit-telugu/lohit-telugu-2.5.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2019-09-19 Thread Aaron Bauman
commit: c1d5ca732ed3a13be99019a57064f91ecbfdc347
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:22:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:22:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d5ca73

kde-plasma/sddm-kcm: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/sddm-kcm/sddm-kcm-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.16.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.16.5.ebuild
index 79f6fc4663d..8aba37e3b62 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.16.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.16.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="KDE Plasma control module for SDDM"
 HOMEPAGE="https://cgit.kde.org/sddm-kcm.git";
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2019-09-19 Thread Aaron Bauman
commit: 0c91781ec6dc0a281995fbec67b28e37a301b8db
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:15:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:15:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c91781e

kde-plasma/plasma-meta: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-meta/plasma-meta-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.16.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.16.5.ebuild
index bf10189218b..6fa23247cdd 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.16.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.16.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam
 plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2019-09-19 Thread Aaron Bauman
commit: 328b27f1f39b0adcdbd633b6bea465b2e92b4102
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:20:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:20:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328b27f1

kde-plasma/plymouth-kcm: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plymouth-kcm/plymouth-kcm-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.5.ebuild
index f2284630056..b227f023e48 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.5.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="KDE Plasma control module for Plymouth"
 HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git";
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2019-09-19 Thread Aaron Bauman
commit: 59b4910bc06a9219c086ce5e665f4095e85b106e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:18:05 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:18:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b4910b

kde-plasma/plasma-vault: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-vault/plasma-vault-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.16.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.16.5.ebuild
index 2399168d989..4ae22d52108 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.16.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.16.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Plasma applet and services for creating encrypted 
vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/";
 
 LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2019-09-19 Thread Aaron Bauman
commit: 341ad58b02fd78979635da5a62c8b03a6a47ab09
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:16:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:16:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341ad58b

kde-plasma/plasma-nm: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
index 0a6f38e56d3..5dacc444529 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma applet for NetworkManager"
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2019-09-19 Thread Aaron Bauman
commit: 5db1492d1f1c004a149a20aea46b57f148fbbd0c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:20:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:20:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db1492d

kde-plasma/polkit-kde-agent: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.5.ebuild
index 3a7ae6ac0ab..35354c520d1 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="PolKit agent module for KDE Plasma"
 HOMEPAGE="https://kde.org/";
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2019-09-19 Thread Aaron Bauman
commit: c42fbc0b931235f7869a55b0d3410f820104e9fc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:21:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:21:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42fbc0b

kde-plasma/powerdevil: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/powerdevil/powerdevil-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.16.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.16.5.ebuild
index 752e8c8dbc3..e8d29886809 100644
--- a/kde-plasma/powerdevil/powerdevil-5.16.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://cgit.kde.org/powerdevil.git";
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="brightness-control +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkscreen/

2019-09-19 Thread Aaron Bauman
commit: efbebc6e628d4d0cb245634c5b6a771a14edea43
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:10:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:10:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbebc6e

kde-plasma/libkscreen: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/libkscreen/libkscreen-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkscreen/libkscreen-5.16.5.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.16.5.ebuild
index b4ee895edd1..265bd7255b8 100644
--- a/kde-plasma/libkscreen/libkscreen-5.16.5.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.16.5.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="Plasma screen management library"
 SLOT="5/7"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/

2019-09-19 Thread Aaron Bauman
commit: da271da8f70ce1cdf24c185c0404cf3d8cec38d0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:23:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:23:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da271da8

kde-plasma/user-manager: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/user-manager/user-manager-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/user-manager/user-manager-5.16.5.ebuild 
b/kde-plasma/user-manager/user-manager-5.16.5.ebuild
index 20a0bceeb94..909a6402388 100644
--- a/kde-plasma/user-manager/user-manager-5.16.5.ebuild
+++ b/kde-plasma/user-manager/user-manager-5.16.5.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit kde5
 
 DESCRIPTION="Simple system settings module to manage the users of your system"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2019-09-19 Thread Aaron Bauman
commit: 44e11906347bbe835b4f24ca86aae72849979664
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:14:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:14:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e11906

kde-plasma/plasma-integration: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-integration/plasma-integration-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.16.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.16.5.ebuild
index b28163426a4..6fea874c1d6 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.16.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



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

2019-09-19 Thread Aaron Bauman
commit: 45b6918e5822e5bdceefbf54f9550b109321884f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:19:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:19:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b6918e

kde-plasma/plasma-workspace-wallpapers: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 .../plasma-workspace-wallpapers-5.16.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.5.ebuild
index 1a0e2576494..86877b48e64 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.5.ebuild
@@ -8,7 +8,7 @@ KDE_DEBUG="false"
 inherit kde5
 
 DESCRIPTION="Additional wallpapers for the Plasma workspace"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2019-09-19 Thread Aaron Bauman
commit: 6d4b1e477282a243b016008f92fc2abbe2ed130f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:24:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:24:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4b1e47

kde-plasma/xembed-sni-proxy: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.5.ebuild
index 54a97db0e7e..9266dda52b1 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.5.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Legacy xembed tray icons support for SNI-only 
system trays"
 
HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 
 DEPEND="
$(add_frameworks_dep extra-cmake-modules)



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/

2019-09-19 Thread Aaron Bauman
commit: a1ea90cf4867b717c7d257dff011dad335375e36
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:10:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:10:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ea90cf

kde-plasma/libksysguard: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/libksysguard/libksysguard-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libksysguard/libksysguard-5.16.5.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.16.5.ebuild
index 4256bfb8e1a..9bd0f703f19 100644
--- a/kde-plasma/libksysguard/libksysguard-5.16.5.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.16.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="minimal webengine X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/

2019-09-19 Thread Aaron Bauman
commit: f9ded62d3da4c8ee498928be9481f4c84e927663
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:11:38 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:11:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ded62d

kde-plasma/milou: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/milou/milou-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/milou/milou-5.16.5.ebuild 
b/kde-plasma/milou/milou-5.16.5.ebuild
index 7662755476b..c536b3de384 100644
--- a/kde-plasma/milou/milou-5.16.5.ebuild
+++ b/kde-plasma/milou/milou-5.16.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Dedicated search application built on top of 
Baloo"
 HOMEPAGE="https://cgit.kde.org/milou.git";
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



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

2019-09-19 Thread Aaron Bauman
commit: 1022611343393eee316ef33637708df3cb9cd751
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:19:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:19:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10226113

kde-plasma/plasma-workspace: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-workspace/plasma-workspace-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.16.5.ebuild
index cbfa3e41d20..7caa7091163 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.16.5.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.16.5.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5 qmake-utils
 
 DESCRIPTION="KDE Plasma workspace"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop 
systemd"
 
 REQUIRED_USE="gps? ( geolocation )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2019-09-19 Thread Aaron Bauman
commit: ec4852402507adca0eb0c805b8d52fc0e38b132b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:16:52 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:16:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec485240

kde-plasma/plasma-pa: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild
index 4da0d3e26d8..4c5eae16cce 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.16.5.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/

2019-09-19 Thread Aaron Bauman
commit: fcac29a56064a8e8d88834274ab5f0bf310f5754
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:11:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:11:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcac29a5

kde-plasma/libkworkspace: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/libkworkspace/libkworkspace-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.16.5.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.16.5.ebuild
index 3dfe68f80a2..a3120d297c7 100644
--- a/kde-plasma/libkworkspace/libkworkspace-5.16.5.ebuild
+++ b/kde-plasma/libkworkspace/libkworkspace-5.16.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Workspace library to interact with the Plasma session manager"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2019-09-19 Thread Aaron Bauman
commit: 05514335eac8ee9bbcf5eb7e824d416134180eb9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:12:12 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:12:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05514335

kde-plasma/oxygen: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/oxygen/oxygen-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/oxygen/oxygen-5.16.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.16.5.ebuild
index fd828b90b4c..51247d3233e 100644
--- a/kde-plasma/oxygen/oxygen-5.16.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.16.5.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Oxygen visual style for the Plasma desktop"
 HOMEPAGE="https://cgit.kde.org/oxygen.git";
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="wayland"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwrited/

2019-09-19 Thread Aaron Bauman
commit: 06a0f727243a521fd8b18125027920e277793f4b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:09:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:09:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a0f727

kde-plasma/kwrited: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/kwrited/kwrited-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwrited/kwrited-5.16.5.ebuild 
b/kde-plasma/kwrited/kwrited-5.16.5.ebuild
index f94eff2f3ae..8e22bd395a0 100644
--- a/kde-plasma/kwrited/kwrited-5.16.5.ebuild
+++ b/kde-plasma/kwrited/kwrited-5.16.5.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit kde5
 
 DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2019-09-19 Thread Aaron Bauman
commit: 4d7d0ce4370a86088f72474309fe386542c306a6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:22:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7d0ce4

kde-plasma/systemsettings: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/systemsettings/systemsettings-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild
index ffaee9dd431..b5e1a26d612 100644
--- a/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.16.5.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Control Center to configure KDE Plasma desktop"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2019-09-19 Thread Aaron Bauman
commit: 8d254611c0dc869b57dcd8cc6a8bb14cd9b4205e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:17:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:17:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d254611

kde-plasma/plasma-sdk: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
index 370965cfc72..e5b5bf5ca74 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.16.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2019-09-19 Thread Aaron Bauman
commit: 2d0b8e37d3d3b33ae65812399ff434d5d7cca9f2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:14:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:14:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0b8e37

kde-plasma/plasma-desktop: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/plasma-desktop/plasma-desktop-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.16.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.16.5.ebuild
index efb25ab3770..62a77f2fb46 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.16.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.16.5.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="appstream +fontconfig ibus +mouse scim +semantic-desktop touchpad"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2019-09-19 Thread Aaron Bauman
commit: be6c649943a8b5982bef7f735a7d621599069578
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:23:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:23:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6c6499

kde-plasma/xdg-desktop-portal-kde: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild
index ac89d1e1c4f..7d80b4ca768 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="screencast"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2019-09-19 Thread Aaron Bauman
commit: 991779038b09a6e7b1b62e07856829e0ad5e8d42
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:12:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:12:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99177903

kde-plasma/plasma-browser-integration: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 .../plasma-browser-integration/plasma-browser-integration-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.5.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.5.ebuild
index a07f080cec1..bf7b855c01c 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.5.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser 
extensions"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/

2019-09-19 Thread Aaron Bauman
commit: f2af06d54296874c040ab8b8071169902bc0a8d7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 03:09:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 03:09:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2af06d5

kde-plasma/kwin: arm64 stable (bug #693676)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 kde-plasma/kwin/kwin-5.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwin/kwin-5.16.5.ebuild 
b/kde-plasma/kwin/kwin-5.16.5.ebuild
index 79cb991cb41..461efb60779 100644
--- a/kde-plasma/kwin/kwin-5.16.5.ebuild
+++ b/kde-plasma/kwin/kwin-5.16.5.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="Flexible, composited Window Manager for windowing systems on 
Linux"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
 IUSE="caps gles2 multimedia"
 
 COMMON_DEPEND="



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

2019-09-19 Thread Aaron Bauman
commit: f68f2c98f387039656e9ab247fb7d9e60c29bb10
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 00:41:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 00:41:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68f2c98

dev-libs/libatomic_ops: arm64 stable (bug #693844)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

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

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild
index d804f905049..477b8d185b2 100644
--- a/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.6.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ivmai/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="MIT boehm-gc GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~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 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



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

2019-09-19 Thread Aaron Bauman
commit: 2146f2cc3276118d81435ef717540831b2b226ba
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 00:40:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 00:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2146f2cc

dev-libs/boehm-gc: arm64 stable (bug #693844)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild 
b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild
index c566e685a2f..60cd49f1e1f 100644
--- a/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-8.0.4.ebuild
@@ -15,7 +15,7 @@ LICENSE="boehm-gc"
 # SONAME: libgc.so.1 libgccpp.so.1
 # We've been using subslot 0 for these instead of "1.1".
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-fbsd ~x86-fbsd ~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 s390 sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cxx static-libs +threads"
 
 RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"



[gentoo-commits] proj/linux-patches:4.14 commit in: /

2019-09-19 Thread Mike Pagano
commit: b66190da5dc83d71bba999e952ceb60aa9ec82ab
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Sep 19 23:28:31 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Sep 19 23:28:31 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b66190da

Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688.

Thanks to Marius Stoica for reporting.

Signed-off-by: Mike Pagano  gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index bc50e38..4d965e8 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
 /dev/null  2018-12-29 10:35:01.760002288 -0500
-+++ b/distro/Kconfig   2018-12-29 17:46:08.801227847 -0500
-@@ -0,0 +1,147 @@
+--- /dev/null  2019-09-19 05:54:30.650457903 -0400
 b/distro/Kconfig   2019-09-19 19:19:49.541240695 -0400
+@@ -0,0 +1,149 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -92,6 +92,7 @@
 +  depends on GENTOO_LINUX
 +
 +  select BINFMT_SCRIPT
++  select FILE_LOCKING
 +
 +  help
 +  The init system is the first thing that loads after the kernel 
booted.
@@ -124,6 +125,7 @@
 +  select EPOLL
 +  select FANOTIFY
 +  select FHANDLE
++  select FILE_LOCKING
 +  select INOTIFY_USER
 +  select IPV6
 +  select NET



[gentoo-commits] proj/linux-patches:4.9 commit in: /

2019-09-19 Thread Mike Pagano
commit: 8a474e9d6005b01b6cf636e6c1d4f7fa8ef57c86
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Sep 19 23:16:36 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Sep 19 23:16:36 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8a474e9d

Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688.

Thanks to Marius Stoica for reporting.

Signed-off-by: Mike Pagano  gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 6e82afd..1d9fb93 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
 /dev/null  2018-12-29 10:35:01.760002288 -0500
-+++ b/distro/Kconfig   2018-12-29 17:51:13.992943745 -0500
-@@ -0,0 +1,147 @@
+--- /dev/null  2019-09-19 05:54:30.650457903 -0400
 b/distro/Kconfig   2019-09-19 19:10:28.820235838 -0400
+@@ -0,0 +1,149 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -92,6 +92,7 @@
 +  depends on GENTOO_LINUX
 +
 +  select BINFMT_SCRIPT
++  select FILE_LOCKING
 +
 +  help
 +  The init system is the first thing that loads after the kernel 
booted.
@@ -124,6 +125,7 @@
 +  select EPOLL
 +  select FANOTIFY
 +  select FHANDLE
++  select FILE_LOCKING
 +  select INOTIFY_USER
 +  select IPV6
 +  select NET



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

2019-09-19 Thread Thomas Deutschmann
commit: 9caa097fe3677694ef22eb958203549cb6123f11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 19 23:11:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 19 23:11:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caa097f

sys-block/nbd: bump to v3.20

EAPI bumped to EAPI=7

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/nbd/Manifest |  1 +
 sys-block/nbd/{nbd-.ebuild => nbd-3.20.ebuild} | 10 +-
 sys-block/nbd/nbd-.ebuild  | 10 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index 269f5b58a75..c5d439ef0d0 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,3 +1,4 @@
 DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
+DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-3.20.ebuild
similarity index 92%
copy from sys-block/nbd/nbd-.ebuild
copy to sys-block/nbd/nbd-3.20.ebuild
index c02131c2e62..fad2a1deede 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-3.20.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/";
@@ -16,15 +16,15 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
+BDEPEND="virtual/pkgconfig"
+
 RDEPEND="
>=dev-libs/glib-2.26.0
gnutls? ( >=net-libs/gnutls-2.12.0 )
netlink? ( >=dev-libs/libnl-3.1 )
zlib? ( sys-libs/zlib )
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 if [[ "${PV}" =  ]] ; then
DEPEND+="

diff --git a/sys-block/nbd/nbd-.ebuild b/sys-block/nbd/nbd-.ebuild
index c02131c2e62..fad2a1deede 100644
--- a/sys-block/nbd/nbd-.ebuild
+++ b/sys-block/nbd/nbd-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Userland client/server for kernel network block device"
 HOMEPAGE="http://nbd.sourceforge.net/";
@@ -16,15 +16,15 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug gnutls netlink zlib"
 
+BDEPEND="virtual/pkgconfig"
+
 RDEPEND="
>=dev-libs/glib-2.26.0
gnutls? ( >=net-libs/gnutls-2.12.0 )
netlink? ( >=dev-libs/libnl-3.1 )
zlib? ( sys-libs/zlib )
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 if [[ "${PV}" =  ]] ; then
DEPEND+="



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

2019-09-19 Thread Thomas Deutschmann
commit: cb9a1b5a7f182b8b3b6c6e2156df7b906bf26575
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 19 23:12:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 19 23:12:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9a1b5a

sys-block/nbd: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/nbd/Manifest  |  1 -
 sys-block/nbd/nbd-3.15.3.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest
index c5d439ef0d0..a92bf9b686a 100644
--- a/sys-block/nbd/Manifest
+++ b/sys-block/nbd/Manifest
@@ -1,4 +1,3 @@
-DIST nbd-3.15.3.tar.xz 505856 BLAKE2B 
8536b01908eb84733448382dcafe011e2786fe5e1363d6d957f1f8895ff257a35c56cecba3b177a1eb2270cec2a7c00082db7408cb8023aa3f20a22eb28bc295
 SHA512 
c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a
 DIST nbd-3.18.tar.xz 527436 BLAKE2B 
6f87f013ff00b3cb478a038f07a83fba44b41c257a689be498959d90bb44dd39681fdcd005fe8e48f9a79fbe29bfd67d98fc0eb6440e51b1ac3a5de4d002060d
 SHA512 
f9fe221b585c126efa3fb65e2344477a38f2ce42164b04d0dc4681c5a3bfd34d5d3e227454fff24eee9039853eb38a8707ea0aab0337f44906cccf379c185ce8
 DIST nbd-3.19.tar.xz 524412 BLAKE2B 
21669bfe3d34789725895511b1b65be83f85c315992d973db6737cb151ffa48c69ca8bef7dbce513d6f12551b22d063a951644fcaadbec5c115672040b2af8e7
 SHA512 
0916b411857045af6e01032b3093e295e7f3cfb1ae92f25adb03d97d3196741f8805104c627b17ad4f7f4305db3a4bcd5516bfd2c60fbea02b497dc296f97a16
 DIST nbd-3.20.tar.xz 535136 BLAKE2B 
e707ab5565ca2281052d04e0b8854222a14b3dd365a2bb71b6544a9253204aad49df652bb888a035fbcc3b352530ccf59ab5374280ae78feea012f91fd4fa24c
 SHA512 
d115939d8f086a1d99637d71453cbcc000a9145a85912a7edf701fad1b90d79e7bba1bc065fc54baa20c8a7665f47ad886cf8493bbabb15854eeede45cf176bc

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
deleted file mode 100644
index c5273c22570..000
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/";
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="debug zlib"
-
-# gnutls is an automagic dep.
-RDEPEND=">=dev-libs/glib-2.0
-   >=net-libs/gnutls-2.12.0
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   local myeconfargs=(
-   --enable-lfs
-   $(use_enable !debug syslog)
-   $(use_enable debug)
-   $(use_enable zlib gznbd)
-   )
-   econf "${myeconfargs[@]}"
-}



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

2019-09-19 Thread Andreas Sturmlechner
commit: 4a894d34603b255981c3d78c65c90397a1cee374
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 19 22:38:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 19 22:38:56 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a894d34

kde-plasma/plasma-desktop: Drop unused DEPEND

Upstream commit 3a27e8ceb53e1aee27cbfbc4a4228d5fae8dbbde

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

 kde-plasma/plasma-desktop/plasma-desktop-5.17.49..ebuild | 1 -
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.17.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.17.49..ebuild
index 6cdd26b43b..a7b7b5d8ad 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.17.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.17.49..ebuild
@@ -42,7 +42,6 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
-   $(add_frameworks_dep kpeople)
$(add_frameworks_dep krunner)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwallet)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index 6cdd26b43b..a7b7b5d8ad 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -42,7 +42,6 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
-   $(add_frameworks_dep kpeople)
$(add_frameworks_dep krunner)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwallet)



[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/, games-fps/gzdoom/files/

2019-09-19 Thread James Le Cuirot
commit: 2b3f989d1c050c6d792283a958138dd12d93ef73
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Sep 19 22:10:10 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 22:10:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3f989d

games-fps/gzdoom: Drop old 4.2.0

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

 games-fps/gzdoom/Manifest  |  1 -
 ...-4.2.0-Introduce-the-BUILD_NONFREE-option.patch | 36 --
 .../gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch| 28 
 .../files/gzdoom-4.2.0-install_soundfonts.patch| 34 --
 games-fps/gzdoom/gzdoom-4.2.0.ebuild   | 79 --
 5 files changed, 178 deletions(-)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index 6ea2bde6cef..bcb0430e517 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1,2 +1 @@
-DIST gzdoom-4.2.0.tar.gz 13482879 BLAKE2B 
5c68718b840ce00a752179b4c735f064ed2ea669eff5e4bd71e3ccea3bb9af238287ddffc297cbfbe6069c658ec1d203b73790c973f836f8aa9ba33ac3ec2803
 SHA512 
07ad674eb22eb1388a5e3a6bd91d769fef90cb52728034e30d2967c484acaa41cfc7fc9ed486f4dbd0e86ea4d32bbafde402b771fc2fceb0708551328ef08f0d
 DIST gzdoom-4.2.1.tar.gz 13660636 BLAKE2B 
f1399014441d1556cc16e8d89b8c321a0591996fbcf8ad85a99403faef3b4663636b2bc4543982f2fc9ebdba777e88e4685985390d2e798eb01c0cea683305f6
 SHA512 
37a21bf101442cbe36574666dfb92b286b4dc982d43a8d5c95255e1f49e2451740b54e100b59120cef67f68f6eb07f687155bbab712854ce7ddc7c0b6c4a

diff --git 
a/games-fps/gzdoom/files/gzdoom-4.2.0-Introduce-the-BUILD_NONFREE-option.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.0-Introduce-the-BUILD_NONFREE-option.patch
deleted file mode 100644
index c74d08a24a4..000
--- 
a/games-fps/gzdoom/files/gzdoom-4.2.0-Introduce-the-BUILD_NONFREE-option.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 1e09b211a000c649aae6eea736647daa650141bc Mon Sep 17 00:00:00 2001
-From: William Breathitt Gray 
-Date: Sat, 31 Aug 2019 21:23:23 +0900
-Subject: [PATCH] Introduce the BUILD_NONFREE option
-
-This allow users to disable building nonfree components (brightmaps.pk3
-and game_support.pk3) if they so desire.

- CMakeLists.txt | 9 +++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7860358ef..23d317f42 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -404,10 +404,15 @@ add_subdirectory( libraries/lzma )
- add_subdirectory( tools )
- add_subdirectory( libraries/dumb )
- add_subdirectory( libraries/gdtoa )
-+
- add_subdirectory( wadsrc )
--add_subdirectory( wadsrc_bm )
- add_subdirectory( wadsrc_lights )
--add_subdirectory( wadsrc_extra )
-+option (BUILD_NONFREE "Build nonfree components" ON)
-+if( BUILD_NONFREE )
-+  add_subdirectory( wadsrc_bm )
-+  add_subdirectory( wadsrc_extra )
-+endif()
-+
- add_subdirectory( src )
- 
- if( NOT CMAKE_CROSSCOMPILING )
--- 
-2.23.0
-

diff --git a/games-fps/gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch
deleted file mode 100644
index 1ae12a832b4..000
--- a/games-fps/gzdoom/files/gzdoom-4.2.0-fluidsynth2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Jan Engelhardt 
-Date: 2018-10-16 14:29:56.900427855 +0200
-
-Make the build work with fluidsynth 2.x.
-

- src/sound/mididevices/music_fluidsynth_mididevice.cpp |5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-Index: gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-===
 gzdoom-3.6.0.orig/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-+++ gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-@@ -78,10 +78,13 @@ extern "C" unsigned __stdcall GetSystemD
- #define FLUID_CHORUS_DEFAULT_LEVEL 2.0f
- #define FLUID_CHORUS_DEFAULT_SPEED 0.3f
- #define FLUID_CHORUS_DEFAULT_DEPTH 8.0f
--#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE
- 
- #endif
- 
-+#ifndef FLUID_CHORUS_DEFAULT_TYPE
-+#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE
-+#endif
-+
- // TYPES ---
- 
- // EXTERNAL FUNCTION PROTOTYPES 

diff --git a/games-fps/gzdoom/files/gzdoom-4.2.0-install_soundfonts.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.0-install_soundfonts.patch
deleted file mode 100644
index 1fe0b99d9a8..000
--- a/games-fps/gzdoom/files/gzdoom-4.2.0-install_soundfonts.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 2d1c7ba17cac3ccd201e77ad01a9dd06ab22cb2e Mon Sep 17 00:00:00 2001
-From: William Breathitt Gray 
-Date: Thu, 13 Jun 2019 18:01:08 +0900
-Subject: [PATCH] Install soundfonts and WOPL/WOPN banks
-
-The INSTALL_SOUNDFONT_PATH cache entry is used to configure the
-installation directory.

- src/CMakeLists.txt | 9 +
- 1 file changed, 9 insertio

[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/files/, games-fps/gzdoom/

2019-09-19 Thread James Le Cuirot
commit: cc51ed57d5b277bf9d2df5af62df28265839357b
Author: William Breathitt Gray  gmail  com>
AuthorDate: Tue Sep 10 10:33:09 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 22:08:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc51ed57

games-fps/gzdoom: Bump to version 4.2.1

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12895
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest  |  1 +
 ...-4.2.1-Introduce-the-BUILD_NONFREE-option.patch | 36 ++
 .../files/gzdoom-4.2.1-install_soundfonts.patch| 34 +
 games-fps/gzdoom/gzdoom-4.2.1.ebuild   | 82 ++
 4 files changed, 153 insertions(+)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index 1a1880d9565..6ea2bde6cef 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1 +1,2 @@
 DIST gzdoom-4.2.0.tar.gz 13482879 BLAKE2B 
5c68718b840ce00a752179b4c735f064ed2ea669eff5e4bd71e3ccea3bb9af238287ddffc297cbfbe6069c658ec1d203b73790c973f836f8aa9ba33ac3ec2803
 SHA512 
07ad674eb22eb1388a5e3a6bd91d769fef90cb52728034e30d2967c484acaa41cfc7fc9ed486f4dbd0e86ea4d32bbafde402b771fc2fceb0708551328ef08f0d
+DIST gzdoom-4.2.1.tar.gz 13660636 BLAKE2B 
f1399014441d1556cc16e8d89b8c321a0591996fbcf8ad85a99403faef3b4663636b2bc4543982f2fc9ebdba777e88e4685985390d2e798eb01c0cea683305f6
 SHA512 
37a21bf101442cbe36574666dfb92b286b4dc982d43a8d5c95255e1f49e2451740b54e100b59120cef67f68f6eb07f687155bbab712854ce7ddc7c0b6c4a

diff --git 
a/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch
new file mode 100644
index 000..c74d08a24a4
--- /dev/null
+++ 
b/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch
@@ -0,0 +1,36 @@
+From 1e09b211a000c649aae6eea736647daa650141bc Mon Sep 17 00:00:00 2001
+From: William Breathitt Gray 
+Date: Sat, 31 Aug 2019 21:23:23 +0900
+Subject: [PATCH] Introduce the BUILD_NONFREE option
+
+This allow users to disable building nonfree components (brightmaps.pk3
+and game_support.pk3) if they so desire.
+---
+ CMakeLists.txt | 9 +++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7860358ef..23d317f42 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -404,10 +404,15 @@ add_subdirectory( libraries/lzma )
+ add_subdirectory( tools )
+ add_subdirectory( libraries/dumb )
+ add_subdirectory( libraries/gdtoa )
++
+ add_subdirectory( wadsrc )
+-add_subdirectory( wadsrc_bm )
+ add_subdirectory( wadsrc_lights )
+-add_subdirectory( wadsrc_extra )
++option (BUILD_NONFREE "Build nonfree components" ON)
++if( BUILD_NONFREE )
++  add_subdirectory( wadsrc_bm )
++  add_subdirectory( wadsrc_extra )
++endif()
++
+ add_subdirectory( src )
+ 
+ if( NOT CMAKE_CROSSCOMPILING )
+-- 
+2.23.0
+

diff --git a/games-fps/gzdoom/files/gzdoom-4.2.1-install_soundfonts.patch 
b/games-fps/gzdoom/files/gzdoom-4.2.1-install_soundfonts.patch
new file mode 100644
index 000..1fe0b99d9a8
--- /dev/null
+++ b/games-fps/gzdoom/files/gzdoom-4.2.1-install_soundfonts.patch
@@ -0,0 +1,34 @@
+From 2d1c7ba17cac3ccd201e77ad01a9dd06ab22cb2e Mon Sep 17 00:00:00 2001
+From: William Breathitt Gray 
+Date: Thu, 13 Jun 2019 18:01:08 +0900
+Subject: [PATCH] Install soundfonts and WOPL/WOPN banks
+
+The INSTALL_SOUNDFONT_PATH cache entry is used to configure the
+installation directory.
+---
+ src/CMakeLists.txt | 9 +
+ 1 file changed, 9 insertions(+)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 0bb16f39e..4ff15062d 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -1451,6 +1451,15 @@ add_custom_command(TARGET zdoom POST_BUILD
+   ${CMAKE_SOURCE_DIR}/fm_banks/gs-by-papiezak-and-sneakernets.wopn 
$/fm_banks/gs-by-papiezak-and-sneakernets.wopn
+ )
+ 
++if( WIN32 )
++  set( INSTALL_SOUNDFONT_PATH . CACHE STRING "Directory where soundfonts 
and WOPL/WOPN banks will be placed during install." )
++else()
++  set( INSTALL_SOUNDFONT_PATH share/games/doom CACHE STRING "Directory 
where soundfonts and WOPL/WOPN banks will be placed during install." )
++endif()
++install(FILES "${PROJECT_BINARY_DIR}/soundfonts" 
"${PROJECT_BINARY_DIR}/fm_banks"
++  DESTINATION ${INSTALL_SOUNDFONT_PATH}
++  COMPONENT "Soundfont resources")
++
+ if( CMAKE_COMPILER_IS_GNUCXX )
+   # GCC misoptimizes this file
+   set_source_files_properties( oplsynth/fmopl.cpp PROPERTIES 
COMPILE_FLAGS "-fno-tree-dominator-opts -fno-tree-fre" )
+-- 
+2.21.0
+

diff --git a/games-fps/gzdoom/gzdoom-4.2.1.ebuild 
b/games-fps/gzdoom/gzdoom-4.2.1.ebuild
new file mode 100644
index 000..baca2173701
--- /dev/null
+++ b/games-fps/gzdoom/gzdoom-4.2.1.ebuild
@@ -0,0 +1,82 @@
+# Copyrigh

[gentoo-commits] repo/gentoo:master commit in: games-action/minetest/

2019-09-19 Thread James Le Cuirot
commit: 787c8e612656d1f799df22a9ef74dde43a70cca1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Sep 19 21:52:51 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 21:52:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787c8e61

games-action/minetest: Minetest Game is now installed through the engine

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

 games-action/minetest/minetest-5.0.1-r3.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/games-action/minetest/minetest-5.0.1-r3.ebuild 
b/games-action/minetest/minetest-5.0.1-r3.ebuild
index 044a72c0e99..0f424e11d7d 100644
--- a/games-action/minetest/minetest-5.0.1-r3.ebuild
+++ b/games-action/minetest/minetest-5.0.1-r3.ebuild
@@ -122,13 +122,6 @@ src_install() {
 pkg_postinst() {
xdg_pkg_postinst
 
-   if use client ; then
-   elog
-   elog "optional dependencies:"
-   elog "  games-action/minetest_game (official mod)"
-   elog
-   fi
-
if use server ; then
elog
elog "Configure your server via /etc/conf.d/minetest-server"



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

2019-09-19 Thread James Le Cuirot
commit: fd9a944bfb7f25dd189a07c2192a09770ebecd7b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Sep 19 21:59:13 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 21:59:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9a944b

profiles: Last-rite games-action/minetest_game

Minetest Game is now installed and managed through the Minetest engine
in games-action/minetest. Removal in 30 days.

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b710e224b9f..9f24a12262f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot  (2019-09-19)
+# Minetest Game is now installed and managed through the Minetest
+# engine in games-action/minetest. Removal in 30 days.
+games-action/minetest_game
+
 # Michał Górny  (2019-09-19)
 # Last bumped in 2010.  Homepage & SRC_URI gone, redistribution
 # is forbidden by license.



[gentoo-commits] repo/gentoo:master commit in: games-action/minetest/

2019-09-19 Thread James Le Cuirot
commit: 5fc357c548d78ec5b4535645a70257f29f1456d8
Author: William Breathitt Gray  gmail  com>
AuthorDate: Thu Sep 12 13:33:43 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 21:49:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc357c5

games-action/minetest: Drop old

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12909
Signed-off-by: James Le Cuirot  gentoo.org>

 games-action/minetest/Manifest |   1 -
 games-action/minetest/metadata.xml |   1 -
 games-action/minetest/minetest-0.4.17.1.ebuild | 136 --
 games-action/minetest/minetest-5.0.1-r2.ebuild | 150 -
 4 files changed, 288 deletions(-)

diff --git a/games-action/minetest/Manifest b/games-action/minetest/Manifest
index 7249d821afb..2228aa4c77c 100644
--- a/games-action/minetest/Manifest
+++ b/games-action/minetest/Manifest
@@ -1,2 +1 @@
-DIST minetest-0.4.17.1.tar.gz 7758675 BLAKE2B 
93f5f1ce32b98bb78a6ae5bc2ab9110902e118480b37b8c9cf87f1c6aa986f379e1191e82d4a764fb2aa0a0747c113e80cd014e6a06e0a485a59e516c4644fc6
 SHA512 
9f84ae45ebe181cb1cd2dff6b71b558eb276472efdfcd73bd02a111b2761793d49681bdfbbeaccc28f4a2f49e15b80d04b78db2f2f728c852c188b0c96aae618
 DIST minetest-5.0.1.tar.gz 8761122 BLAKE2B 
888e29b956d66543dd506b8e7eadd2e9d37324aebd4f84989745090fe927e97355c2baa7d615f5e0f8e2a074724b89bdf5f807c297cce1bc8483e500b0248e22
 SHA512 
00f0c77c19eb9619387285e5dad690c8aa9969ff11c4de0bdae99ee6e9a4508a8c2f977837fc2e01aebc5d4c1a5191d4f56acb131182d73c8f50da1458695607

diff --git a/games-action/minetest/metadata.xml 
b/games-action/minetest/metadata.xml
index be715192bea..8ca84936bcb 100644
--- a/games-action/minetest/metadata.xml
+++ b/games-action/minetest/metadata.xml
@@ -43,7 +43,6 @@


Build Minetest client
-   Enable using a system-wide JSONCPP
Enable LevelDB backend
Enable redis backend via 
dev-libs/hiredis
Build Minetest server

diff --git a/games-action/minetest/minetest-0.4.17.1.ebuild 
b/games-action/minetest/minetest-0.4.17.1.ebuild
deleted file mode 100644
index b71ccc4d197..000
--- a/games-action/minetest/minetest-0.4.17.1.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils gnome2-utils user
-
-DESCRIPTION="An InfiniMiner/Minecraft inspired game"
-HOMEPAGE="https://www.minetest.net";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+ CC-BY-SA-3.0 OFL-1.1 Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+curl dedicated doc jsoncpp +leveldb luajit ncurses nls postgres redis 
+server +sound spatial +truetype"
-
-RDEPEND="dev-db/sqlite:3
-   sys-libs/zlib
-   curl? ( net-misc/curl )
-   !dedicated? (
-   app-arch/bzip2
-   >=dev-games/irrlicht-1.8-r2
-   dev-libs/gmp:0=
-   media-libs/libpng:0=
-   virtual/jpeg:0
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXxf86vm
-   sound? (
-   media-libs/libogg:=
-   media-libs/libvorbis:=
-   media-libs/openal:=
-   )
-   truetype? ( media-libs/freetype:2 )
-   )
-   jsoncpp? ( dev-libs/jsoncpp )
-   leveldb? ( dev-libs/leveldb:= )
-   luajit? ( dev-lang/luajit:2 )
-   ncurses? ( sys-libs/ncurses:0= )
-   nls? ( virtual/libintl )
-   postgres? ( >=dev-db/postgresql-9.5:= )
-   redis? ( dev-libs/hiredis )
-   spatial? ( sci-libs/libspatialindex )"
-DEPEND="${RDEPEND}
-   >=dev-games/irrlicht-1.8-r2
-   doc? (
-   app-doc/doxygen
-   media-gfx/graphviz
-   )
-   nls? ( sys-devel/gettext )"
-
-pkg_setup() {
-   if use server || use dedicated ; then
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-   fi
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   # set paths
-   sed \
-   -e "s#@BINDIR@#${EPREFIX}/usr/bin#g" \
-   -e "s#@GROUP@#${PN}#g" \
-   "${FILESDIR}"/minetestserver.confd > 
"${T}"/minetestserver.confd || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_CLIENT=$(usex !dedicated)
-   -DCUSTOM_BINDIR="${EPREFIX}/usr/bin"
-   -DCUSTOM_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-   -DCUSTOM_EXAMPLE_CONF_DIR="${EPREFIX}/usr/share/doc/${PF}"
-   -DCUSTOM_LOCALEDIR="${EPREFIX}/usr/share/${PN}/locale"
-   -DCUSTOM_SHAREDIR="${EPREFIX}/usr/share/${PN}"
-   -DENABLE_CURL=$(usex curl)
-   -DENABLE_CURSES=$(usex ncurses)

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

2019-09-19 Thread James Le Cuirot
commit: d24adca32514b0d5de6903138753438f388798b5
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Tue Sep 17 16:58:18 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 21:15:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24adca3

games-fps/eduke32: drop old version

Closes: https://bugs.gentoo.org/694636
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/Manifest |   1 -
 games-fps/eduke32/eduke32-20190820.8043.ebuild | 247 -
 2 files changed, 248 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index e98ea56f346..e2ad6c360fb 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20190820-8043.tar.xz 15922344 BLAKE2B 
5414087f8c88c04438b2db5f5323bf82853353f05e00481be596de0e6c981bd651d53515f674d8c128865aba79d6d62a530e3346d215fc67caa36e8afb10c22e
 SHA512 
5bfb6134acbb33e3c4c702306dfe2b005766910efe78b38e9ab1aa3221f6b1e97ddc193222f25b8cd8b23a0f6fd6e13a4b4ae48589e24d8a0de958b5616a
 DIST eduke32_src_20190917-8123.tar.xz 15938200 BLAKE2B 
c9a698a7cb774f1b36042c91f3db6d888ec9fdcd5e745aa4a628d5d0da7e5fc7034b5f6fd268e669a8ed664d1aa0660fe26a92553998ab30f191c2e7c0e4ea42
 SHA512 
cb9ee5cd96086aafa0c1c4b6559032fbd99a526db369131ffe4c818d58be1873f68bc1d0c20b6e8dfe98989dbf07445ec65d0e87da6ead011f11d4c987fe011a

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

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

2019-09-19 Thread James Le Cuirot
commit: 45503058c1120d4f5f103d712d969884cc0d8ca6
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Tue Sep 17 16:57:40 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 21:15:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45503058

games-fps/eduke32: bump to version 20190917.8123

Closes: https://bugs.gentoo.org/694948
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20190917.8123.ebuild | 249 +
 2 files changed, 250 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index bf6c57bf1e0..e98ea56f346 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20190820-8043.tar.xz 15922344 BLAKE2B 
5414087f8c88c04438b2db5f5323bf82853353f05e00481be596de0e6c981bd651d53515f674d8c128865aba79d6d62a530e3346d215fc67caa36e8afb10c22e
 SHA512 
5bfb6134acbb33e3c4c702306dfe2b005766910efe78b38e9ab1aa3221f6b1e97ddc193222f25b8cd8b23a0f6fd6e13a4b4ae48589e24d8a0de958b5616a
+DIST eduke32_src_20190917-8123.tar.xz 15938200 BLAKE2B 
c9a698a7cb774f1b36042c91f3db6d888ec9fdcd5e745aa4a628d5d0da7e5fc7034b5f6fd268e669a8ed664d1aa0660fe26a92553998ab30f191c2e7c0e4ea42
 SHA512 
cb9ee5cd96086aafa0c1c4b6559032fbd99a526db369131ffe4c818d58be1873f68bc1d0c20b6e8dfe98989dbf07445ec65d0e87da6ead011f11d4c987fe011a

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

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

2019-09-19 Thread James Le Cuirot
commit: a1928d317d3b2adb9f5abc858cdb47343b6bc922
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Tue Sep 17 16:55:18 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Sep 19 21:14:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1928d31

games-fps/eduke32: fix qa issues

Files in ${FILESDIR} should not have set the executable bit.

Closes: https://bugs.gentoo.org/694636
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12950
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/eduke32/files/eduke32-bin | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-fps/eduke32/files/eduke32-bin 
b/games-fps/eduke32/files/eduke32-bin
old mode 100755
new mode 100644



[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2019-09-19 Thread William Hubbs
commit: 055b2758210262dc9b698f320e28d3a7059a2d18
Author: William Hubbs  sony  com>
AuthorDate: Thu Sep 19 20:14:57 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 19 20:18:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055b2758

app-admin/github-backup-utils: remove several old versions

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/github-backup-utils/Manifest |  8 ---
 .../github-backup-utils-2.5.0.ebuild   | 47 --
 .../github-backup-utils-2.6.0.ebuild   | 47 --
 .../github-backup-utils-2.6.3.ebuild   | 47 --
 .../github-backup-utils-2.6.4.ebuild   | 47 --
 .../github-backup-utils-2.7.0-r1.ebuild| 48 --
 .../github-backup-utils-2.7.0.ebuild   | 47 --
 .../github-backup-utils-2.7.1.ebuild   | 48 --
 .../github-backup-utils-2.8.2.ebuild   | 48 --
 .../github-backup-utils-2.9.0-r1.ebuild| 58 --
 .../github-backup-utils-2.9.0.ebuild   | 48 --
 11 files changed, 493 deletions(-)

diff --git a/app-admin/github-backup-utils/Manifest 
b/app-admin/github-backup-utils/Manifest
index 6b2d31b5b74..18302fbbe7e 100644
--- a/app-admin/github-backup-utils/Manifest
+++ b/app-admin/github-backup-utils/Manifest
@@ -10,11 +10,3 @@ DIST github-backup-utils-2.15.1.tar.gz 84627 BLAKE2B 
14f448a8c15b45cdf2a2868d70d
 DIST github-backup-utils-2.16.1.tar.gz 84847 BLAKE2B 
5c6c0cbe8268ae176321739582783e920454efbebb62a0058ceeddb675a46050db3126897054c0120a74bcfa16bd28b4dd311cbd6a5e23dac262a49bc026c90d
 SHA512 
bde17ed47ec0b89fd95e0a018cc0709045da6f27ffbf492d555219a09e3fcca612d67da1e0d5786fa8ea08a7eaa6d183dc1d40fd45d7bace5d05899ae0007fcb
 DIST github-backup-utils-2.17.0.tar.gz 89926 BLAKE2B 
82e89d616f78d630a4c537ad110f1097fd4925f9d0b45ebd117a5f4dbce21ec84bddd1f7a2cfebc52464e8fff9117bd4b0cc5e862e666d4b3d05f11a9b88730d
 SHA512 
aeae5d5f662a687e13ff0aed54801759480ba39e31f0ad49a9ecc4fabad5aa5e124e774c7b939a366a33135e81614d1cee6f1004481bbe94150b48a11f222a90
 DIST github-backup-utils-2.18.0.tar.gz 90357 BLAKE2B 
e9f6c155246914a36d26ec8cddf4a1e9feca73b3450ceb8e6df11df7c077b86f18cfa23b51e77425ba4e28ce4a3664200c1ddb15e6eb856d6b8930379dd3e348
 SHA512 
1778bf4cf40e567f9f6b98bcd01bf9880939b4645692d75dbf10e7b31b40678521b66fbdabfedef648561f34709492b7860ce16442757e161db2ffda45a2
-DIST github-backup-utils-2.5.0.tar.gz 40850 BLAKE2B 
34f16e290619a21edef11410a583357a15b57c9a6a0d20b188863f5c41a7a30bcc168a2337ff7203de6f5659c611178bed0e0cff3d802c1ec923d7c4d8e1ee3a
 SHA512 
ecd5b85e0e2e300a9f40ecb8f545868554c7b48bdf800a21cf111ead80c185c96d475c67487c9b9e8af676f8c71a001730084abde79e05860b3e24004888292d
-DIST github-backup-utils-2.6.0.tar.gz 45970 BLAKE2B 
855c7e93aa4db136629db8ba109328d51b9e9ca82aef1190a9703be2cc456ac006cd6bacaf1d3ffe9ccd8d43fb83c15c30c9b514abd37fb2104e62b2e1ed51fa
 SHA512 
a795e439f9d28e27b457c5b6eb42f35d6aea1527c2a01a26b81d6e86829db14a0b27a366d9358214bbe1c16540fe524fb0010d5f509c78ba5398c6bdbf04182e
-DIST github-backup-utils-2.6.3.tar.gz 50884 BLAKE2B 
43e8c398da11f891230a7910fc29d9fc702f5985c8bda5388f8415446e12a3408383ee5a76a26f2519625be3bf442600e4281a4e10e24b5a1143ac4ca1934442
 SHA512 
dff092325ad6f3502c8c0afbea90a53469af0ab4b98eaa39a950022c5b4e199cd3b48b5ec0585e3ea39b9bbd707dd037e8e0ed00ed8c6858276ba1a8e1075290
-DIST github-backup-utils-2.6.4.tar.gz 51270 BLAKE2B 
84d880d71b92d1b92f52dc3b749cb984a6f2e2e98eee1ecb4efc48dabf54fbb48a8a936d0422f7391adf3ea27265f6ea266045cf4ed509fd675ba2ac908abda7
 SHA512 
be2ef9811e20fd9be03d1b57e75151089817bbdd87fa487462a8fe6186195581ad6b1c62b1b930bd64689e89dcf33c2228df7d77a12790404f09b679b1ecf377
-DIST github-backup-utils-2.7.0.tar.gz 51409 BLAKE2B 
5e1c5d55376af6f053b634ffbef4b97bd8f5a5126e6180bc95e21d372e311f863f653b630f4ecf2cf0c589b3b059e0a60e63ebeaa79d55c6333f7d34632adb35
 SHA512 
16112e8d05001146a182e225c1bb5bdfbe210ddb3993d989a9fe88b88bbf222196a66f1f48b262b198675af8e4b3e3a10120e7dafa7b244137bf29cd879efaaf
-DIST github-backup-utils-2.7.1.tar.gz 68793 BLAKE2B 
e65ac6c4e0018947be34d27bcf428d81ebdd138137fdbd1d15b6d77a7f2bc4b95a5ef00e0db1462b61b3015e2d2a54e1cd4e610857b7a156cbac9f5f912ad2ed
 SHA512 
950c24b3fef8775c2a90789c469a81256323c1ede67b3f6691920e78c1489533adf5616f2ac09f9b844382778b5b2b5106f8c467be7d65b47ee06bf732591880
-DIST github-backup-utils-2.8.2.tar.gz 71392 BLAKE2B 
b45939693f2b545562b77abc897b54c4d980638c7e2b605d84deb4b251f8d702543829fe7138222aa25f740a033a73d52fbde6f735e3d510ca61c00be99ec82d
 SHA512 
d3801d37f18b41594bfee83b891ce1eb9f1a15972839bd9dfb6469d311484ef94f635da4319b0b9f2d6778d87b935ca5c0bd42ddbf009f292e05b6a654464bf4
-DIST github-backup-utils-2.9.0.tar.gz 72512 BLAKE2B 
3bb97609284dca1b3682d17e1c60e24a2169574691eb8463141951e2d

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

2019-09-19 Thread Mart Raudsepp
commit: 9c83c6aae4bf064c4fb5d38707d77d062cda2955
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 19:43:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:10:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c83c6aa

package.mask: Unmask totem-3.32 into ~arch

Also nautilus-3.32[gstreamer] requires this totem upgrade to be
installable together with it (the properties extension got moved
from totem to nautilus).

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

 profiles/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c3b4a8772cd..b710e224b9f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1197,10 +1197,6 @@ dev-lang/vala:0.46
 dev-lang/php:7.4
 ~virtual/httpd-php-7.4
 
-# Sobhan Mohammadpour  (2019-07-14)
-# Masked for testing
->=media-video/totem-3.32.1
-
 # Robin H. Johnson  (2019-07-08)
 # Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs
 # matching genkernel work?



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/files/, gnome-base/nautilus/

2019-09-19 Thread Mart Raudsepp
commit: f013b6af9fd854f1b027476c7b912c2cae21348d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 19:43:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:10:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f013b6af

gnome-base/nautilus: bump to 3.32.3

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/nautilus/Manifest   |   1 +
 .../nautilus/files/3.32.3-optional-gstreamer.patch |  57 +++
 gnome-base/nautilus/metadata.xml   |   1 +
 gnome-base/nautilus/nautilus-3.32.3.ebuild | 110 +
 4 files changed, 169 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index 3ffae22617b..f39a559f56c 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1 +1,2 @@
 DIST nautilus-3.30.5.tar.xz 3254344 BLAKE2B 
64da158ee661fc259a14f890bf6ad343f720245df6b9475ff047993570ea4e7234723eb242f057bc85b7ea95d38a99b5c2f5d546e982a3e3e32b7fc75cabb786
 SHA512 
e38a8bb380460d902e4ec6219d0e147a4245e790b18fb18ab9474ec2ae002a971243c6b09b8fec267e65c7ecc7bb1217191c4f5cb9547b3b9d5b0793068103cf
+DIST nautilus-3.32.3.tar.xz 3197820 BLAKE2B 
28140210a855fe62faba4f0833067a81c4d8f71c0cc870ba4fdcc016754b01df003e45f636836f67cced8515aba8c8fb7922de788a14bfe0f0cc4518010aed5f
 SHA512 
f19710f02bd91edb2d2f6cb8f46be6bebea3edfed14a07612444d5990533bafd032b604d65533727eb377b574d6bd4c82dbe11894d85ad254ee1473b683c4392

diff --git a/gnome-base/nautilus/files/3.32.3-optional-gstreamer.patch 
b/gnome-base/nautilus/files/3.32.3-optional-gstreamer.patch
new file mode 100644
index 000..f28e9575d78
--- /dev/null
+++ b/gnome-base/nautilus/files/3.32.3-optional-gstreamer.patch
@@ -0,0 +1,57 @@
+From f2d55bc9a9398ed1c36e1b856bcb33080abbf7c0 Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp 
+Date: Thu, 19 Sep 2019 22:26:08 +0300
+Subject: [PATCH] build: Optional gstreamer
+
+---
+ extensions/meson.build | 4 +++-
+ meson.build| 2 ++
+ meson_options.txt  | 6 ++
+ 3 files changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/extensions/meson.build b/extensions/meson.build
+index 5c6f64cef..bd8c41d3e 100644
+--- a/extensions/meson.build
 b/extensions/meson.build
+@@ -1,3 +1,5 @@
+ subdir('image-properties')
+-subdir('audio-video-properties')
++if get_option('gstreamer')
++  subdir('audio-video-properties')
++endif
+ subdir('sendto')
+diff --git a/meson.build b/meson.build
+index 0a267d670..ccb2b8cc1 100644
+--- a/meson.build
 b/meson.build
+@@ -122,8 +122,10 @@ libm = cc.find_library('m')
+ 
+ if get_option('extensions')
+   gexiv = dependency('gexiv2', version: '>= 0.10.0')
++ if get_option('gstreamer')
+   gst_tag_dep = dependency('gstreamer-tag-1.0')
+   gst_pbutils_dep = dependency('gstreamer-pbutils-1.0')
++ endif
+ endif
+ gio = dependency('gio-2.0', version: glib_ver)
+ gio_unix = dependency('gio-unix-2.0', version: glib_ver)
+diff --git a/meson_options.txt b/meson_options.txt
+index fce5f16f9..1fa8f8952 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -13,6 +13,12 @@ option(
+   value: true,
+   description: 'Build stock extensions',
+ )
++option(
++  'gstreamer',
++  type: 'boolean',
++  value: true,
++  description: 'Build audio-video properties extension (requires 
"extensions")',
++)
+ option(
+   'introspection',
+   type: 'boolean',
+-- 
+2.20.1
+

diff --git a/gnome-base/nautilus/metadata.xml b/gnome-base/nautilus/metadata.xml
index c5117d64948..6d7557c2caa 100644
--- a/gnome-base/nautilus/metadata.xml
+++ b/gnome-base/nautilus/metadata.xml
@@ -6,6 +6,7 @@
Gentoo GNOME Desktop
 
 
+   Enable the Audio/Video file properties 
page
Use packagekit to search for programs to open
unknown file types
Use gnome-extra/sushi to preview files

diff --git a/gnome-base/nautilus/nautilus-3.32.3.ebuild 
b/gnome-base/nautilus/nautilus-3.32.3.ebuild
new file mode 100644
index 000..b73d0c915cc
--- /dev/null
+++ b/gnome-base/nautilus/nautilus-3.32.3.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg
+
+DESCRIPTION="Default file manager for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus";
+
+LICENSE="GPL-3+ LGPL-2.1+"
+SLOT="0"
+IUSE="gnome +gstreamer gtk-doc +introspection packagekit +previewer seccomp 
selinux sendto"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.58.1:2
+   >=media-libs/gexiv2-0.10.0
+   gstreamer? ( media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0 )
+   >=app-arch/gnome-autoar-0.2.1
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.22.27:3[X,introspection?]
+   sec

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

2019-09-19 Thread Mart Raudsepp
commit: f5db550afd6f858f81fb867c361113b9fa5221a7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 19:17:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:10:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5db550a

gnome-base/gnome-desktop: fix DEPEND/BDEPEND mixup in EAPI-7 port

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-desktop/gnome-desktop-3.32.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.32.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.32.2.ebuild
index 1bcfa93a380..c33b430ccf5 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.32.2.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.32.2.ebuild
@@ -30,13 +30,13 @@ COMMON_DEPEND="
x11-libs/cairo:=[X]
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
 "
-BDEPEND="${COMMON_DEPEND}
+DEPEND="${COMMON_DEPEND}
media-libs/fontconfig
 "
 RDEPEND="${COMMON_DEPEND}
seccomp? ( sys-apps/bubblewrap )
 "
-DEPEND="
+BDEPEND="
app-text/docbook-xml-dtd:4.1.2
dev-util/gdbus-codegen
gtk-doc? ( >=dev-util/gtk-doc-1.14 )



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

2019-09-19 Thread Mart Raudsepp
commit: 442b80b1eb94c4624c0bc30789008e8f40ae2243
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 20:11:27 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:11:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442b80b1

dev-libs/vala-common: bump to 0.44.8

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/vala-common/Manifest  |  1 +
 dev-libs/vala-common/vala-common-0.44.8.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index 95c4c629f64..420c45b64c8 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -1,4 +1,5 @@
 DIST vala-0.40.14.tar.xz 3398668 BLAKE2B 
6df1e47439000e1a49dda4d58651b7039737a2648563fc4e09d679bf63d968d9dafcc9ab5e371ca450bab70163f9fb1fb30ffa75451940f9a1518d7fb3a5ebf1
 SHA512 
0387bbcf35055f2b4a8f790370847bcc12a92d7969d9ed583b0630be8b637a9e28895508da9cdfab8baf97ad5fdc9249bf82e31e6c1ee19d0026f5061c027db8
 DIST vala-0.42.7.tar.xz 3362192 BLAKE2B 
59f76d43f4bf80f75681c386cb30c4686bf93444bcd371900b134e0338ab865cf61d4cfd35facfff47c78075c384028cbcbd318eb927444f15862f7a28bccaa1
 SHA512 
d9044b126c91f3b1835a7182a054464339e4e2e52e63df90f43d2d5d9cba06fd6bb7eed5f6aa4d502f43f0a1232610d39d244952cfca54f63eb019e764899eca
 DIST vala-0.44.7.tar.xz 3355928 BLAKE2B 
172e9fee6edec63324b9babc125d2bdb53c2025b2cb86339b54a4c8017ccdf78a848076fdd6a8f5200c15c48864542d711896160f78790d36a29d30980177d34
 SHA512 
5a645e1b1929644ec6b53d06895afcf62d41d6fd63f82c3be3aa4e28847173071621ec857cb973df38d36e60eb960954c2fb48fb4189e1afcbb25a2376ff0d77
+DIST vala-0.44.8.tar.xz 3360352 BLAKE2B 
da1c8bd909db712567fecee138b464bb304628c6bff1e33901c788728ae0abea9e2df85263b60d97053cd6b25c0fd434f2df0c81b8e8af46e76f588850f945c7
 SHA512 
75d0e3815e958c2067764069d3582186a4ae025f2a7bb1f7aa184af51d8d0797be9c21d6bb1485c8e2102fb6fee2d39b3b373660e80f2ad6b0336ba772e01062
 DIST vala-0.46.1.tar.xz 3363624 BLAKE2B 
3a85f704eeeb5b741b976cb2450165f524372911f3c00156ce92ff4f7328a7b9e0bfe37be7a8fbcc81a4126391acb4097975c2b5c7475f1b4ffca5bfd8c35379
 SHA512 
f623afcea7b5b861c122962a76addce3ef83b3a08104635644b034e72113732a6c631b3397fd91e17a73258eec152a21b9be1c29f19a722b765eeffa75e98321

diff --git a/dev-libs/vala-common/vala-common-0.44.8.ebuild 
b/dev-libs/vala-common/vala-common-0.44.8.ebuild
new file mode 100644
index 000..5d6856bd656
--- /dev/null
+++ b/dev-libs/vala-common/vala-common-0.44.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="vala"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for packages that use Vala"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+   insinto /usr/share/aclocal
+   doins vala.m4 vapigen/vapigen.m4
+   insinto /usr/share/vala
+   doins vapigen/Makefile.vapigen
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/

2019-09-19 Thread Mart Raudsepp
commit: ed2820773e4dceff09f990bf533801ec19ba7985
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 18:25:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:10:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed282077

media-video/totem-3.30.0: add missing intltool build dep

3.30 meson still used intltool-merge manually, so add it back as a
dep properly. 3.32 ports away from it proper.

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/totem/totem-3.30.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/totem/totem-3.30.0.ebuild 
b/media-video/totem/totem-3.30.0.ebuild
index 06cfd5eb138..291623b0083 100644
--- a/media-video/totem/totem-3.30.0.ebuild
+++ b/media-video/totem/totem-3.30.0.ebuild
@@ -64,6 +64,7 @@ DEPEND="${COMMON_DEPEND}
gtk-doc? ( >=dev-util/gtk-doc-1.14 )
dev-util/glib-utils
dev-util/itstool
+   >=dev-util/intltool-0.50.1
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
x11-base/xorg-proto



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

2019-09-19 Thread Mart Raudsepp
commit: 58e6a3731a2fcd628df7442a0f96981e27cc81a6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 20:14:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:14:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e6a373

dev-lang/vala: bump to 0.44.8

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-lang/vala/Manifest   |  1 +
 dev-lang/vala/vala-0.44.8.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index 19ab3402f5c..bd50cceb7d3 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -6,4 +6,5 @@ DIST vala-0.40.15.tar.xz 3406020 BLAKE2B 
aaa2967a140fae94b4609f4b54f2e37c71fe794
 DIST vala-0.40.16.tar.xz 3412776 BLAKE2B 
0cfe072ce3dfd8b95e804582899ff002869bc005b93ad1ba68e9b085e12444a3ef967c6282d65bab7f8302018edc075077ae8de65182b9123f8f74a91ea062bf
 SHA512 
e37c8573fe6104c0ad6f29748cd28564638d62ebe499ce084481c74d2601a19334c431575904fbbed490b44ea117246516580a5d658dfba30c63de7e7c3fa3e0
 DIST vala-0.42.7.tar.xz 3362192 BLAKE2B 
59f76d43f4bf80f75681c386cb30c4686bf93444bcd371900b134e0338ab865cf61d4cfd35facfff47c78075c384028cbcbd318eb927444f15862f7a28bccaa1
 SHA512 
d9044b126c91f3b1835a7182a054464339e4e2e52e63df90f43d2d5d9cba06fd6bb7eed5f6aa4d502f43f0a1232610d39d244952cfca54f63eb019e764899eca
 DIST vala-0.44.7.tar.xz 3355928 BLAKE2B 
172e9fee6edec63324b9babc125d2bdb53c2025b2cb86339b54a4c8017ccdf78a848076fdd6a8f5200c15c48864542d711896160f78790d36a29d30980177d34
 SHA512 
5a645e1b1929644ec6b53d06895afcf62d41d6fd63f82c3be3aa4e28847173071621ec857cb973df38d36e60eb960954c2fb48fb4189e1afcbb25a2376ff0d77
+DIST vala-0.44.8.tar.xz 3360352 BLAKE2B 
da1c8bd909db712567fecee138b464bb304628c6bff1e33901c788728ae0abea9e2df85263b60d97053cd6b25c0fd434f2df0c81b8e8af46e76f588850f945c7
 SHA512 
75d0e3815e958c2067764069d3582186a4ae025f2a7bb1f7aa184af51d8d0797be9c21d6bb1485c8e2102fb6fee2d39b3b373660e80f2ad6b0336ba772e01062
 DIST vala-0.46.1.tar.xz 3363624 BLAKE2B 
3a85f704eeeb5b741b976cb2450165f524372911f3c00156ce92ff4f7328a7b9e0bfe37be7a8fbcc81a4126391acb4097975c2b5c7475f1b4ffca5bfd8c35379
 SHA512 
f623afcea7b5b861c122962a76addce3ef83b3a08104635644b034e72113732a6c631b3397fd91e17a73258eec152a21b9be1c29f19a722b765eeffa75e98321

diff --git a/dev-lang/vala/vala-0.44.8.ebuild b/dev-lang/vala/vala-0.44.8.ebuild
new file mode 100644
index 000..41ffdd44333
--- /dev/null
+++ b/dev-lang/vala/vala-0.44.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2
+
+DESCRIPTION="Compiler for the GObject type system"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
+
+LICENSE="LGPL-2.1+"
+SLOT="0.44"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+IUSE="test valadoc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/vala-common-${PV}
+   valadoc? ( >=media-gfx/graphviz-2.16 )
+"
+DEPEND="${RDEPEND}
+   !${CATEGORY}/${PN}:0
+   dev-libs/libxslt
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc
+   test? (
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.26:2
+   dev-libs/gobject-introspection )
+"
+
+PATCHES=(
+   # Add missing bits to make valadoc parallel installable
+   "${FILESDIR}"/0.44-valadoc-doclets-data-parallel-installable.patch
+)
+
+src_configure() {
+   # weasyprint enables generation of PDF from HTML
+   gnome2_src_configure \
+   --disable-unversioned \
+   $(use_enable valadoc) \
+   VALAC=: \
+   WEASYPRINT=:
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/

2019-09-19 Thread Mart Raudsepp
commit: 71fd00d68a3a477d2d2281a773eb75333649388a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 19:02:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 20:10:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fd00d6

media-video/totem-3.32: ebuild touchups

* Port to EAPI-7 (BDEPEND + removal of obsolete gnome2_icon_cache_update).
* Drop USE=nautilus and always build save-file plugin (it communicates
  with nautilus via dbus only at runtime).
* Fix tests (an actual first test was added, needing virtx)
* Drop X11 requirements - it will add minimal things for X automagically
  at build time based on gtk+[X] being around or not during build; which
  is the unfortunate status quo elsewhere as well. This change however
  should allow using totem on a pure-wayland system. The libX11 dep is
  also dropped for this, but we can rely on it being there whenever it
  is needed.
* User help got ported to pure its, so now docbook-xml-dtd:4.5 should
  only be necessary for gtk-doc.
* Resort enabled plugin list and drop obsolete comments.
* Restore -Dgst-inspect=false to avoid sandbox issues
* Drop unnecessary src_prepare(), as only xdg_src_prepare is called now,
  which will be the case without src_prepare() in ebuild too.

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 ...{totem-3.32.1.ebuild => totem-3.32.1-r1.ebuild} | 48 ++
 1 file changed, 21 insertions(+), 27 deletions(-)

diff --git a/media-video/totem/totem-3.32.1.ebuild 
b/media-video/totem/totem-3.32.1-r1.ebuild
similarity index 71%
rename from media-video/totem/totem-3.32.1.ebuild
rename to media-video/totem/totem-3.32.1-r1.ebuild
index 1046a2c110e..b06daab34a8 100644
--- a/media-video/totem/totem-3.32.1.ebuild
+++ b/media-video/totem/totem-3.32.1-r1.ebuild
@@ -1,32 +1,33 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 PYTHON_COMPAT=( python{3_5,3_6} )
 PYTHON_REQ_USE="threads"
 
-inherit gnome.org gnome2-utils meson xdg python-single-r1
+inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1
 
 DESCRIPTION="Media player for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/Videos";
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-IUSE="cdr gtk-doc +introspection lirc nautilus +python test"
+IUSE="cdr gtk-doc +introspection lirc +python test"
 # see bug #359379
 REQUIRED_USE="
python? ( introspection ${PYTHON_REQUIRED_USE} )
 "
+RESTRICT="!test? ( test )"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
 # FIXME:
 # Runtime dependency on gnome-session-2.91
-COMMON_DEPEND="
+DEPEND="
>=dev-libs/glib-2.43.4:2
-   >=x11-libs/gtk+-3.19.4:3[X,introspection?]
+   >=x11-libs/gtk+-3.19.4:3[introspection?]
>=media-libs/gstreamer-1.6.0:1.0
-   >=media-libs/gst-plugins-base-1.6.0:1.0[X,pango]
+   >=media-libs/gst-plugins-base-1.6.0:1.0[pango]
>=media-libs/gst-plugins-good-1.6.0:1.0
>=media-libs/grilo-0.3.0:0.3[playlist]
>=dev-libs/libpeas-1.1.0[gtk]
@@ -36,19 +37,17 @@ COMMON_DEPEND="
>=media-libs/clutter-gtk-1.8.1:1.0
gnome-base/gnome-desktop:3=
gnome-base/gsettings-desktop-schemas
-   x11-libs/libX11
>=x11-libs/cairo-1.14
x11-libs/gdk-pixbuf:2
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
 
cdr? ( >=dev-libs/libxml2-2.6:2 )
lirc? ( app-misc/lirc )
-   nautilus? ( >=gnome-base/nautilus-2.91.3 )
python? (
${PYTHON_DEPS}
>=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] )
 "
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
media-plugins/grilo-plugins:0.3
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-taglib:1.0
@@ -57,10 +56,10 @@ RDEPEND="${COMMON_DEPEND}
>=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}] )
 "
-DEPEND="${COMMON_DEPEND}
+BDEPEND="
dev-lang/perl
-   app-text/docbook-xml-dtd:4.5
-   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.5 )
dev-util/glib-utils
dev-util/itstool
>=sys-devel/gettext-0.19.8
@@ -68,7 +67,6 @@ DEPEND="${COMMON_DEPEND}
x11-base/xorg-proto
 "
 # perl for pod2man
-# docbook-xml-dtd is needed for user doc
 # Prevent dev-python/pylint dep, bug #482538
 
 PATCHES=(
@@ -80,21 +78,14 @@ pkg_setup() {
use python && python-single-r1_pkg_setup
 }
 
-src_prepare() {
-   xdg_src_prepare
-}
-
 src_configure() {
-   # Disabled: sample-python, zeitgeist-dp
-   # brasero-disc-recorder and gromit require gtk+[X], but totem itself 
does
-   # for now still too, so no point in optionality based on that yet.
+   # Disabled: samplepython
local plugins="apple-trailers,autoload-

[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2019-09-19 Thread William Hubbs
commit: 9d116537713787b7fd3b79651f8818d64f09a572
Author: William Hubbs  sony  com>
AuthorDate: Thu Sep 19 18:33:52 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 19 20:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d116537

app-admin/github-backup-utils: 2.18.0 version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/github-backup-utils/Manifest |  1 +
 .../github-backup-utils-2.18.0.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-admin/github-backup-utils/Manifest 
b/app-admin/github-backup-utils/Manifest
index 65acf87bfe6..6b2d31b5b74 100644
--- a/app-admin/github-backup-utils/Manifest
+++ b/app-admin/github-backup-utils/Manifest
@@ -9,6 +9,7 @@ DIST github-backup-utils-2.15.0.tar.gz 84856 BLAKE2B 
cc31d45711d4b26d246e08565b4
 DIST github-backup-utils-2.15.1.tar.gz 84627 BLAKE2B 
14f448a8c15b45cdf2a2868d70d90bd91228bbeb3d7534fd89ed1812fd1bcc52e9720d4063fc33f9463035eb34736c919c888c17b2602ebb772fdef4830592f5
 SHA512 
72a0c70ef629f17a2b3be12661379a94150181c0ac87803e4490a9b927e84760917e936e3346d2da6a0ec004ef8fa9b1297b41341bce115a2dd26bbcc62c1843
 DIST github-backup-utils-2.16.1.tar.gz 84847 BLAKE2B 
5c6c0cbe8268ae176321739582783e920454efbebb62a0058ceeddb675a46050db3126897054c0120a74bcfa16bd28b4dd311cbd6a5e23dac262a49bc026c90d
 SHA512 
bde17ed47ec0b89fd95e0a018cc0709045da6f27ffbf492d555219a09e3fcca612d67da1e0d5786fa8ea08a7eaa6d183dc1d40fd45d7bace5d05899ae0007fcb
 DIST github-backup-utils-2.17.0.tar.gz 89926 BLAKE2B 
82e89d616f78d630a4c537ad110f1097fd4925f9d0b45ebd117a5f4dbce21ec84bddd1f7a2cfebc52464e8fff9117bd4b0cc5e862e666d4b3d05f11a9b88730d
 SHA512 
aeae5d5f662a687e13ff0aed54801759480ba39e31f0ad49a9ecc4fabad5aa5e124e774c7b939a366a33135e81614d1cee6f1004481bbe94150b48a11f222a90
+DIST github-backup-utils-2.18.0.tar.gz 90357 BLAKE2B 
e9f6c155246914a36d26ec8cddf4a1e9feca73b3450ceb8e6df11df7c077b86f18cfa23b51e77425ba4e28ce4a3664200c1ddb15e6eb856d6b8930379dd3e348
 SHA512 
1778bf4cf40e567f9f6b98bcd01bf9880939b4645692d75dbf10e7b31b40678521b66fbdabfedef648561f34709492b7860ce16442757e161db2ffda45a2
 DIST github-backup-utils-2.5.0.tar.gz 40850 BLAKE2B 
34f16e290619a21edef11410a583357a15b57c9a6a0d20b188863f5c41a7a30bcc168a2337ff7203de6f5659c611178bed0e0cff3d802c1ec923d7c4d8e1ee3a
 SHA512 
ecd5b85e0e2e300a9f40ecb8f545868554c7b48bdf800a21cf111ead80c185c96d475c67487c9b9e8af676f8c71a001730084abde79e05860b3e24004888292d
 DIST github-backup-utils-2.6.0.tar.gz 45970 BLAKE2B 
855c7e93aa4db136629db8ba109328d51b9e9ca82aef1190a9703be2cc456ac006cd6bacaf1d3ffe9ccd8d43fb83c15c30c9b514abd37fb2104e62b2e1ed51fa
 SHA512 
a795e439f9d28e27b457c5b6eb42f35d6aea1527c2a01a26b81d6e86829db14a0b27a366d9358214bbe1c16540fe524fb0010d5f509c78ba5398c6bdbf04182e
 DIST github-backup-utils-2.6.3.tar.gz 50884 BLAKE2B 
43e8c398da11f891230a7910fc29d9fc702f5985c8bda5388f8415446e12a3408383ee5a76a26f2519625be3bf442600e4281a4e10e24b5a1143ac4ca1934442
 SHA512 
dff092325ad6f3502c8c0afbea90a53469af0ab4b98eaa39a950022c5b4e199cd3b48b5ec0585e3ea39b9bbd707dd037e8e0ed00ed8c6858276ba1a8e1075290

diff --git a/app-admin/github-backup-utils/github-backup-utils-2.18.0.ebuild 
b/app-admin/github-backup-utils/github-backup-utils-2.18.0.ebuild
new file mode 100644
index 000..e88453feb7e
--- /dev/null
+++ b/app-admin/github-backup-utils/github-backup-utils-2.18.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# See https://github.com/github/backup-utils/issues/135
+PYTHON_COMPAT=(python2_7)
+inherit python-any-r1
+
+DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
+HOMEPAGE="https://github.com/github/backup-utils";
+SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? (
+   dev-util/checkbashisms
+   sys-apps/moreutils
+   ${PYTHON_DEPS}
+)"
+
+RDEPEND="net-misc/rsync"
+
+MY_PN="${PN/#github-/}"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   dobin bin/*
+   insinto usr/share/${PN}
+   doins share/${PN}/version
+
+   exeinto usr/share/${PN}
+   doexe share/${PN}/bm.sh
+   doexe share/${PN}/ghe-*
+
+   insinto etc/${PN}
+   newins backup.config-example backup.config
+
+dodoc -r docs/*
+}
+
+src_test() {
+   emake test
+}



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

2019-09-19 Thread Ulrich Müller
commit: aa3e293502054e8e7b37f0c8ed694cb49c3d755e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep 19 19:35:35 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep 19 19:35:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3e2935

profiles: Add Atmel to BINARY-REDISTRIBUTABLE license group.

Closes: https://bugs.gentoo.org/694932
Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 0b3a915e0ea..0e775662d0d 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -65,7 +65,7 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS
 # - IF (and only if) there is an explicit inclusion requirement,
 #   USE=bindist MUST cause a copy of the license to be installed
 #   in a file location compliant with the license
-BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode 
ipw2100-fw ipw2200-fw ipw3945 ISSL JSON linux-fw-redistributable LSI-tw_cli 
MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware shmux 
SmartLabs sun-jlfgr unRAR
+BINARY-REDISTRIBUTABLE @FREE Atmel bh-luxi bonnie Broadcom Dina freedist 
intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON linux-fw-redistributable 
LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 
qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR
 
 ##
 



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

2019-09-19 Thread Ulrich Müller
commit: 70561bd157eccc1a50353ac2c62e41c56ea95775
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep 19 19:36:38 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep 19 19:36:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70561bd1

profiles: Add Amazon to BINARY-REDISTRIBUTABLE license group.

Closes: https://bugs.gentoo.org/694938
Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 0e775662d0d..6097a6a45c7 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -65,7 +65,7 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS
 # - IF (and only if) there is an explicit inclusion requirement,
 #   USE=bindist MUST cause a copy of the license to be installed
 #   in a file location compliant with the license
-BINARY-REDISTRIBUTABLE @FREE Atmel bh-luxi bonnie Broadcom Dina freedist 
intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON linux-fw-redistributable 
LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 
qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR
+BINARY-REDISTRIBUTABLE @FREE Amazon Atmel bh-luxi bonnie Broadcom Dina 
freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON 
linux-fw-redistributable LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 
qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR
 
 ##
 



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

2019-09-19 Thread Ulrich Müller
commit: 79c41efb5bb594881aa3b91cc5a89f3210c321e0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep 19 19:32:10 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep 19 19:32:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c41efb

profiles: Add AIFFWriter.m to MISC-FREE license group.

Closes: https://bugs.gentoo.org/694924
Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 8ec8b02a00b..acfb736e0d5 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -30,7 +30,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # Licenses in this list should NOT appear directly or indirectly in
 # @FSF-APPROVED or @OSI-APPROVED.
 # Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-Schily 
CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j DUMB-0.9.3 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net Interbase-1.0 ipadic ipx-utils Ispell JasPer2.0 
JDOM JNIC JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff 
LLVM-Grant LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 pngcrush pngnq 
Princeton psutils qmail-nelson rc rdisc regexp-UofT repoze RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
symlinks tablelist tcltk tcp_wrappers_license TeX TeX-other-free 
the-Click-license Time-F
 ormat Time-modules tm-align torque-2.5 totd Toyoda UCAR-Unidata URT VTK w3m 
x2x xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji ZSH
+MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE 
boehm-gc BSD-1 BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CAOSL 
CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j 
DUMB-0.9.3 eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic 
Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net Interbase-1.0 ipadic ipx-utils Ispell JasPer2.0 
JDOM JNIC JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff 
LLVM-Grant LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 pngcrush pngnq 
Princeton psutils qmail-nelson rc rdisc regexp-UofT repoze RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
symlinks tablelist tcltk tcp_wrappers_license TeX TeX-other-free the-Click-l
 icense Time-Format Time-modules tm-align torque-2.5 totd Toyoda UCAR-Unidata 
URT VTK w3m x2x xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji ZSH
 
 # Metaset for all free software
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE



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

2019-09-19 Thread Ulrich Müller
commit: d782634505a95d9cdd8072dfc3c09de548173308
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep 19 19:33:54 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep 19 19:33:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7826345

profiles: Add BAEKMUK to MISC-FREE-DOCS license group.

Closes: https://bugs.gentoo.org/694946
Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index acfb736e0d5..0b3a915e0ea 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -44,7 +44,7 @@ FSF-APPROVED-OTHER Arphic CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 
CC-BY-4.0 CC-BY-SA-2.0 C
 # Misc licenses for free documents and other works (including fonts)
 # that follow the definition at https://freedomdefined.org/ but are NOT
 # listed in @FSF-APPROVED-OTHER
-MISC-FREE-DOCS BitstreamVera CC-BY-SA-1.0 CC-PD CC-SA-1.0 LDP-1 LDP-1a 
man-pages man-pages-posix man-pages-posix-2013 MaxMind2 mplus-fonts 
myspell-en_CA-KevinAtkinson quake1-textures Texinfo-manual 
UbuntuFontLicense-1.0 Unicode_Fonts_for_Ancient_Scripts vlgothic wxWinFDL-3
+MISC-FREE-DOCS BAEKMUK BitstreamVera CC-BY-SA-1.0 CC-PD CC-SA-1.0 LDP-1 LDP-1a 
man-pages man-pages-posix man-pages-posix-2013 MaxMind2 mplus-fonts 
myspell-en_CA-KevinAtkinson quake1-textures Texinfo-manual 
UbuntuFontLicense-1.0 Unicode_Fonts_for_Ancient_Scripts vlgothic wxWinFDL-3
 
 # Metaset for all free documents
 FREE-DOCUMENTS @FSF-APPROVED-OTHER @MISC-FREE-DOCS



[gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/, mail-mta/netqmail/

2019-09-19 Thread Joonas Niilola
commit: 0b94e8bac6d5ea7503b98879f63662c3dc26d5e3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Sep 19 18:38:52 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 19:25:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b94e8ba

*/*: update my email addresses (proxy-maint)

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/12973
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-mta/netqmail/metadata.xml | 2 +-
 net-mail/vpopmail/metadata.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/netqmail/metadata.xml b/mail-mta/netqmail/metadata.xml
index 913438ace92..c6d66631634 100644
--- a/mail-mta/netqmail/metadata.xml
+++ b/mail-mta/netqmail/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   gentoo-...@opensource.sf-tec.de
+   e...@sf-mail.de
Rolf Eike Beer



diff --git a/net-mail/vpopmail/metadata.xml b/net-mail/vpopmail/metadata.xml
index f9b2c9fab97..802fb575c68 100644
--- a/net-mail/vpopmail/metadata.xml
+++ b/net-mail/vpopmail/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   gentoo-...@opensource.sf-tec.de
+   e...@sf-mail.de
Rolf Eike Beer





[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2019-09-19 Thread 罗百科
commit: 1d485debd97d54e094080b2fca92c3cc39c6920e
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep 19 19:09:39 2019 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu Sep 19 19:10:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d485deb

dev-db/postgresql: Bump 12_beta

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest  | 2 +-
 .../{postgresql-12_beta2.ebuild => postgresql-12_beta4.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 28dff29919e..78cf8a96b83 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -2,8 +2,8 @@ DIST postgresql-10.10.tar.bz2 19012049 BLAKE2B 
44ed5cfe2dc57ff3533faa1e921c981e0
 DIST postgresql-10.9.tar.bz2 18981395 BLAKE2B 
ef2ac003b393ea7cbf24c45fac6b3dc69df2a8694a9e891d5a68f7310d63fb816649d16a7351d03b63a4eb2256703efcab616a0146324478335267c39f3b9829
 SHA512 
4e2f30a0fd262f2e3ce5fc836425be635326600cd6cd4e117c57f59ea7ab2e9ea463a8d357fe7adb8c0dd0094e43d08efc2a137f8f9975715a5908e35920f98e
 DIST postgresql-11.4.tar.bz2 19759635 BLAKE2B 
a3f35df40d31dce52073eeacf4e16bc7ccb487dc0a6e15b84d087f04fd130b66b1168ece3edc63927c377ca1044b54ccb3db5fb9b4a5c86a5b0e179a6678c73c
 SHA512 
159fb84134e05ddc58e40a879ca52ed4d58ced7bcd1e7310d59bda84f9055339a31a92cfaab2c063a88685f7417b9a828534394bf9a2477fc33d1fb6cd26186b
 DIST postgresql-11.5.tar.bz2 19773087 BLAKE2B 
32dca67ddfe2f6a6801a5d82a25fe7df0cc2dd89c35eee87a57ebe6391b8d7d4bccc59d6cac3e821ad76731ab319e3303f2fcbce9ee8cda1cfef13b2185c0ab1
 SHA512 
537148079dc6c33cfb9bf9722171e524707b42ef01369deb968d0d6e8fa9b7f16f6ce67139d9dc45fb7385defbf56aa2c0affe5ee9d76e996f31e47486192141
-DIST postgresql-12beta2.tar.bz2 20605047 BLAKE2B 
133c453b180c800bf7e8dc15d26453db6e2b86011a1dd175157d46e5dec26199e42ac37f494b9a154352d144c93c4e8dc8410469d52ca31c1bdfef69a25190e2
 SHA512 
64b3ffd7e61ece5572ca72b3168618150214f89d21b113c6f630687372f6f7212bdfa086fa5b22e466a529a0e929c76d34e5b3ed5c04c94299589822fbff4935
 DIST postgresql-12beta3.tar.bz2 20698785 BLAKE2B 
438ed0345730bd94478f73d4f1481b0a184aab8fd04c7097e41913d0648587e728e219f88f6ed37409acd41b3cef9a92b0c3c5de421cf845f643bd7c5f8288bc
 SHA512 
c437fa0292ec770b0ad4f8c99ab9d0824a33aa1e4e609904b22cbfe0412ea7e54671fd08657d191932231a637d2356e76eaa2f690c6a9e3cf2e68006df04b299
+DIST postgresql-12beta4.tar.bz2 20710205 BLAKE2B 
7a1a1732c4fe36aeadb3e80b4cc85796a3799ffe815f5199d8528668bd9588cf1edbd55a56c499bbff68e7dca01b734be6f50db3143cad3cd679dece6bfd9719
 SHA512 
52bf2fca13ea52890e5f6c6d42bfe8724267a3bb0c703cf792cab67cb7d71794107ec68a54e1b7cdc88d5050aa0745ad4980336074b04dcc610967b70776503b
 DIST postgresql-9.4.22.tar.bz2 16848787 BLAKE2B 
5c2aaef13ef0cf33c421e6839877a8e4e1fc5dbe41d9cabefddd369925869f92f6c6b8a124b5778f9b25359103f0a7ada1eddcaf4bac498709f563928f25e7e3
 SHA512 
f11623a89b2320616fd53eda52da544bdfcb63bff08cb78fccde134ef628eee7ee90b3de6952f4e08c10297d356624faabf0e5b181b0105f51797796cd04efef
 DIST postgresql-9.4.23.tar.bz2 16848808 BLAKE2B 
fd747fb3f6f540190ecbd53116ef7b8b812d05f5968e32c9d09c5902239eaf073281262dba9836514344303a3c894f48c617e050ce713be7c09f53ee49c7b3cd
 SHA512 
b1eb392b939ac8369c76e4ecc142c78f380afc498b60ec0ea97acb16c21ffa5c11a24c2c46463032865955b7c531492c08feb6ef1efc46a549369f026594ea61
 DIST postgresql-9.4.24.tar.bz2 16842941 BLAKE2B 
999a33addd493d1169ba3222a269fea827f4ed866453727bf9545d6a8873943d56b8e71773daf0f116150dc557afaf2e80dc570e8f351ba64b196ae8bcd8fbc9
 SHA512 
8e7b4da8a5cf48cf4d98cce117614f7ab594087d0002f996c1fedc2a38af6eaa663ad3ce67ced6d6b0fd6d0b00aee932025bf50a4314933ba535716577e9393f

diff --git a/dev-db/postgresql/postgresql-12_beta2.ebuild 
b/dev-db/postgresql/postgresql-12_beta4.ebuild
similarity index 99%
rename from dev-db/postgresql/postgresql-12_beta2.ebuild
rename to dev-db/postgresql/postgresql-12_beta4.ebuild
index 1a74ef1db19..5b3d4e8e26c 100644
--- a/dev-db/postgresql/postgresql-12_beta2.ebuild
+++ b/dev-db/postgresql/postgresql-12_beta4.ebuild
@@ -18,7 +18,7 @@ SLOT=$(ver_cut 1)
 MY_PV=${PV/_/}
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-SRC_URI="mirror://postgresql/source/v${SLOT}/postgresql-${MY_PV}.tar.bz2"
+SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"



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

2019-09-19 Thread Sergei Trofimovich
commit: db31c67d0935b899d17949e83316dfc01fca92ee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 19 18:54:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 19 18:54:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db31c67d

sys-devel/binutils-config: 5.1-r1 ALLARCHES stable

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/binutils-config/binutils-config-5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild 
b/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
index 8e86fdc6403..57434c023ce 100644
--- a/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 # We also RDEPEND on sys-apps/findutils which is in base @system



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

2019-09-19 Thread Ben Kohler
commit: 486e111ad2122ed17573f2d962aebcd64e3b8957
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Sep 19 18:52:27 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Sep 19 18:52:27 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=486e111a

specs: add tmux to amd64 & x86 installcds

Signed-off-by: Ben Kohler  gentoo.org>

 releases/weekly/specs/amd64/installcd-stage1.spec| 1 +
 releases/weekly/specs/x86/hardened/installcd-stage1.spec | 1 +
 releases/weekly/specs/x86/installcd-stage1.spec  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec 
b/releases/weekly/specs/amd64/installcd-stage1.spec
index f8768c88..fa836ed3 100644
--- a/releases/weekly/specs/amd64/installcd-stage1.spec
+++ b/releases/weekly/specs/amd64/installcd-stage1.spec
@@ -39,6 +39,7 @@ livecd/packages:
app-editors/mg
app-editors/nano
app-misc/screen
+   app-misc/tmux
app-portage/mirrorselect
app-text/wgetpaste
media-gfx/fbgrab

diff --git a/releases/weekly/specs/x86/hardened/installcd-stage1.spec 
b/releases/weekly/specs/x86/hardened/installcd-stage1.spec
index d05164f1..04d0fe44 100644
--- a/releases/weekly/specs/x86/hardened/installcd-stage1.spec
+++ b/releases/weekly/specs/x86/hardened/installcd-stage1.spec
@@ -32,6 +32,7 @@ livecd/packages:
app-crypt/gnupg
app-editors/mg
app-misc/screen
+   app-misc/tmux
app-portage/mirrorselect
app-text/wgetpaste
media-gfx/fbgrab

diff --git a/releases/weekly/specs/x86/installcd-stage1.spec 
b/releases/weekly/specs/x86/installcd-stage1.spec
index a7c6812f..9d3c1194 100644
--- a/releases/weekly/specs/x86/installcd-stage1.spec
+++ b/releases/weekly/specs/x86/installcd-stage1.spec
@@ -38,6 +38,7 @@ livecd/packages:
app-editors/mg
app-editors/nano
app-misc/screen
+   app-misc/tmux
app-portage/mirrorselect
app-text/wgetpaste
media-gfx/fbgrab



[gentoo-commits] repo/gentoo:master commit in: mail-filter/opendmarc/files/, mail-filter/opendmarc/

2019-09-19 Thread Fabian Groffen
commit: 4d5480baf0d90e1a33e9b8dde0c9ba7051f989ef
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Sep 19 18:46:01 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Sep 19 18:46:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5480ba

mail-filter/opendmarc: revbump with fix for CVE-2019-16378

Bug: https://bugs.gentoo.org/694968
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 .../files/opendmarc-1.3.2-multiple-From.patch  | 35 +++
 mail-filter/opendmarc/opendmarc-1.3.2-r3.ebuild| 72 ++
 2 files changed, 107 insertions(+)

diff --git a/mail-filter/opendmarc/files/opendmarc-1.3.2-multiple-From.patch 
b/mail-filter/opendmarc/files/opendmarc-1.3.2-multiple-From.patch
new file mode 100644
index 000..28b2f852f39
--- /dev/null
+++ b/mail-filter/opendmarc/files/opendmarc-1.3.2-multiple-From.patch
@@ -0,0 +1,35 @@
+From f6b615e345037408b88b2ffd1acd03239af8a858 Mon Sep 17 00:00:00 2001
+From: Marcin Seremak 
+Date: Tue, 30 Jul 2019 08:05:28 +0200
+Subject: [PATCH] Fix multiple addresses in From vulnerability
+
+---
+ libopendmarc/tests/test_finddomain.c | 1 +
+ opendmarc/opendmarc.c| 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/libopendmarc/tests/test_finddomain.c 
b/libopendmarc/tests/test_finddomain.c
+index 50cf405..8447463 100644
+--- a/libopendmarc/tests/test_finddomain.c
 b/libopendmarc/tests/test_finddomain.c
+@@ -23,6 +23,7 @@ main(int argc, char **argv)
+   /* 11 */ {"(,) j...@joe.com", "joe.com"},
+   /* 12 */ {"\"( b...@bob.com)\" j...@joe.com", "joe.com"},
+   /* 12 */ {"From: Davide D'Marco ", "blah.com"},
++  /* 13 */ {"blah.com", "blah.com"},
+{NULL, NULL},
+   };
+   u_char dbuf[256];
+diff --git a/opendmarc/opendmarc.c b/opendmarc/opendmarc.c
+index 419c15a..9b7fe3a 100644
+--- a/opendmarc/opendmarc.c
 b/opendmarc/opendmarc.c
+@@ -2193,7 +2193,7 @@ mlfi_eom(SMFICTX *ctx)
+   strncpy(dfc->mctx_fromdomain, domain, sizeof dfc->mctx_fromdomain - 1);
+ 
+   ostatus = opendmarc_policy_store_from_domain(cc->cctx_dmarc,
+-   from->hdr_value);
++   dfc->mctx_fromdomain);
+   if (ostatus != DMARC_PARSE_OKAY)
+   {
+   if (conf->conf_dolog)

diff --git a/mail-filter/opendmarc/opendmarc-1.3.2-r3.ebuild 
b/mail-filter/opendmarc/opendmarc-1.3.2-r3.ebuild
new file mode 100644
index 000..2482aed4e1f
--- /dev/null
+++ b/mail-filter/opendmarc/opendmarc-1.3.2-r3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user multilib systemd
+
+DESCRIPTION="Open source DMARC implementation "
+HOMEPAGE="http://www.trusteddomain.org/opendmarc/";
+SRC_URI="mirror://sourceforge/opendmarc/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="spf +reports static-libs"
+
+DEPEND="reports? ( dev-perl/DBI )
+   || ( mail-filter/libmilter mail-mta/sendmail )"
+RDEPEND="${DEPEND}
+   reports? (
+   dev-perl/DBD-mysql
+   dev-perl/HTTP-Message
+   dev-perl/Switch
+   )
+   spf? ( mail-filter/libspf2 )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-multiple-From.patch
+)
+
+pkg_setup() {
+   enewgroup milter
+   enewuser milter -1 -1 /var/lib/milter milter
+}
+
+src_prepare() {
+   default
+   if use !reports ; then
+   sed -i -e '/^SUBDIRS =/s/reports//' Makefile.in || die
+   fi
+}
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
+   $(use_with spf) \
+   $(use_with spf spf2-include "${EPREFIX}"/usr/include/spf2) \
+   $(use_with spf spf2-lib "${EPREFIX}"/usr/$(get_libdir)) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.la
+
+   newinitd "${FILESDIR}"/opendmarc.initd opendmarc
+   newconfd "${FILESDIR}"/opendmarc.confd opendmarc
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   dodir /etc/opendmarc
+
+   # create config file
+   sed \
+   -e 's:^# UserID .*$:UserID milter:' \
+   -e "s:^# PidFile .*:PidFile 
${EPREFIX}/var/run/opendmarc/opendmarc.pid:" \
+   -e '/^# Socket /s:^# ::' \
+   "${S}"/opendmarc/opendmarc.conf.sample \
+   > "${ED}"/etc/opendmarc/opendmarc.conf \
+   || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2019-09-19 Thread Thomas Deutschmann
commit: 3405c0d832761944c41790c4062a1c6de0ad40c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 19 18:29:52 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 19 18:31:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3405c0d8

sys-firmware/intel-microcode: bump to v20190918

- Ebuild changes:

  EAPI bumped to EAPI=7.

- New microcode:

  sig 0x000706a8, pf_mask 0x01, 2018-09-21, rev 0x000c

- Updated microcodes:

  sig 0x00050656, pf_mask 0xbf, 2019-06-14, rev 0x429 -> 2019-08-19, rev 
0x42b

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-firmware/intel-microcode/Manifest  |   2 +
 .../intel-microcode-20190918_p20190918.ebuild  | 248 +
 2 files changed, 250 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 48a553fe6e0..2cb0cabbb38 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,2 +1,4 @@
 DIST intel-microcode-collection-20190908.tar.xz 5265124 BLAKE2B 
c3d9b611e9ea052e28921ea8cfa4c9b0dad980cd527564cdc077e9af2935f83ee24eb3c784d6dfe8e627a372c8474a218f7447f4d174e1677e04e59880a938ac
 SHA512 
0d55067c3933f35526f655c20d732545bce83089c5cb45092bf7a50f6f8acff7b97266fa0c8a94ab88c67c77f836e88910851de4db98939a3775fb02fe7fa231
+DIST intel-microcode-collection-20190918.tar.xz 5341868 BLAKE2B 
9825b57dc4cacd35003ed4e9c581c7d07e49701b12467d726e6620076d25024e79a54f279d0d89924945805565c4ab0521f67fdb7ce7294996cc34f637ae2a33
 SHA512 
0eb1caff43f1009f8370692b23a74cde5c35f67dc03fddb74925be5cccd2b14a1a021086af7f92d39b8ddf80ac91f32ab4970fa338124d686536e9ea94f35e55
 DIST microcode-20190618.tar.gz 2446418 BLAKE2B 
f5e4846c7d6d4251c8a53e7a238ce0be9530827d16a015b91beec9d2ba2186d6632d370342b4b7a898f32d294b3c8c12522d07ea40c13ebc75d40b8b83eb1da3
 SHA512 
f7717f476465705e14ea26b516cf7b1d04e29842da0924d7da5582346ad5dd5dfd8755041bdca8f3afa7fe64f138e91354498d87006fe4487701242858c24c17
+DIST microcode-20190918.tar.gz 2452786 BLAKE2B 
63054290e3691883eab20a2e86d9ef0a8b4417a9efd4ca3e2a540b7013c65751b4c9f1fa345345a73d97321bf3cc88dfe05dd4dd941994613ad358ee4e981c07
 SHA512 
82e5212238d3e35470d139240d9157877ac252725598ec31bfe1763755681539a4ecdf24e04c4e4270215578a9ca3c063c8fc353accf9c3d4ac2780a6e0c

diff --git 
a/sys-firmware/intel-microcode/intel-microcode-20190918_p20190918.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20190918_p20190918.ebuild
new file mode 100644
index 000..030826b2de0
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20190918_p20190918.ebuild
@@ -0,0 +1,248 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit linux-info toolchain-funcs mount-boot
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+COLLECTION_SNAPSHOT="${PV##*_p}"
+INTEL_SNAPSHOT="${PV/_p*}"
+#NUM="28087"
+#https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}
+#https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files 
http://inertiawar.com/microcode/";
+SRC_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${INTEL_SNAPSHOT}.tar.gz
+   
https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz";
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE="hostonly initramfs +split-ucode vanilla"
+REQUIRED_USE="|| ( initramfs split-ucode )"
+
+BDEPEND="sys-apps/iucode_tool"
+
+# !/dev/null; then
+   # new tarball format from GitHub
+   mv * ../ || die "Failed to move 
Intel-Linux-Processor-Microcode-Data*"
+   cd .. || die
+   rm -r Intel-Linux-Processor-Microcode-Data* || die
+   fi
+
+   # Prevent "invalid file format" errors from iucode_tool
+   rm -f "${S}"/intel-ucod*/list || die
+}
+
+src_install() {
+   # This will take ALL of the upstream microcode sources:
+   # - microcode.dat
+   # - intel-ucode/
+   # In some cases, they have not contained the same content (eg the 
directory has newer stuff).
+   MICROCODE_SRC=(
+   "${S}"/intel-ucode/
+   "${S}"/intel-ucode-with-caveats/
+   )
+
+   # Allow users who are scared about microcode updates not included in 
Intel's official
+   # microcode tarball to opt-out and comply with Intel marketing
+   if ! use vanilla; then
+   MICROCODE_SRC+=( 
"${S}"/intel-microcode-collection-${COLLECTION_SNAPSHOT} )
+   fi
+
+   # These will carry into pkg_preinst via env saving.
+   : ${MICROCODE_

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

2019-09-19 Thread Mart Raudsepp
commit: 12a2037c4c4006b3b23927c99ca8a106f811cd7f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 17:58:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 18:03:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a2037c

gnome-base/gnome-session: bump to 3.32.0 for translation updates

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-session/Manifest  |   1 +
 .../gnome-session/gnome-session-3.32.0.ebuild  | 129 +
 2 files changed, 130 insertions(+)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index 8c69163bac2..f4e48169827 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1 +1,2 @@
 DIST gnome-session-3.30.1.tar.xz 485996 BLAKE2B 
6882aa9f6004dc6da5070a484d92450bd1e8f61885492edf11260d9834fcae700f113a8ddeb1d905171432400ad9e94fba99ed6eaa49f08efd2d0ec2dffd9c5a
 SHA512 
b6bc98da0245cdefa7e462b1f4e2c9198ee0da1f15a426d377331f79aec2f637bef27b093780c77f7ffbe7eb62c6829acdbd9f9e25cac5a4f6ed0da6ab96359a
+DIST gnome-session-3.32.0.tar.xz 485916 BLAKE2B 
f9c36fbc56adb5c18b674be31ebfc0236f4a0e125d82fb1ddf8277d599eada2b57bbb06d9e538dc3b101d942472628fe80e10f57be1cbf326ff7acc24cd445f2
 SHA512 
53d5f84ba8ddbac5cfe0e4e3115c76008a3571779cad62a5fe064a409a507497a9ab93a46d6ba7ee4238ac0efb2f2c1379647855ac8058a945350c88400daf34

diff --git a/gnome-base/gnome-session/gnome-session-3.32.0.ebuild 
b/gnome-base/gnome-session/gnome-session-3.32.0.ebuild
new file mode 100644
index 000..7c7814e1e3c
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-3.32.0.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-session";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="consolekit doc elogind systemd"
+# There is a null backend available, thus ?? not ^^
+# consolekit can be enabled alone, or together with a logind provider; in 
latter case CK is used as fallback
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+   >=dev-libs/glib-2.46.0:2
+   >=x11-libs/gtk+-3.18.0:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=gnome-base/gnome-desktop-3.18:3=
+   >=dev-libs/json-glib-0.10
+   media-libs/mesa[egl,gles2,X(+)]
+   media-libs/libepoxy
+   x11-libs/libXcomposite
+
+   systemd? ( >=sys-apps/systemd-183:0= )
+   elogind? ( >=sys-auth/elogind-239.4 )
+   consolekit? ( >=dev-libs/dbus-glib-0.76 )
+"
+
+# Pure-runtime deps from the session files should *NOT* be added here
+# Otherwise, things like gdm pull in gnome-shell.
+# gnome-settings-daemon is assumed to be >=3.27.90, but this is about
+# removed components, so no need to strictly require it (older just
+# won't have those daemons loaded by gnome-session).
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# sys-apps/dbus[X] is needed for session management.
+# Our 90-xcursor-theme-gnome reads a setting from gsettings-desktop-schemas.
+RDEPEND="${DEPEND}
+   >=gnome-base/gnome-settings-daemon-3.23.2
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   sys-apps/dbus[X]
+   consolekit? ( sys-auth/consolekit )
+
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+"
+BDEPEND="
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   x11-libs/xtrans
+   virtual/pkgconfig
+   doc? ( app-text/xmlto
+   app-text/docbook-xml-dtd:4.1.2 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/3.30.1-elogind-support.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   # Install USE=doc in $PF if enabled
+   sed -i -e "s:meson\.project_name(), 'dbus':'${PF}', 'dbus':" 
doc/dbus/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddeprecation_flags=false
+   $(meson_use elogind)
+   -Dsession_selector=true # gnome-custom-session
+   $(meson_use systemd)
+   $(meson_use systemd systemd_journal)
+   $(meson_use consolekit)
+   $(meson_use doc docbook)
+   -Dman=true
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   dodir /etc/X11/Sessions
+   exeinto /etc/X11/Sessions
+   doexe "${FILESDIR}/Gnome"
+
+   insinto /usr/share/applications
+   newins "${FILESDIR}/defaults.list-r4" gnome-mimeapps.list
+
+  

[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-09-19 Thread Mart Raudsepp
commit: 3bd43d3bfc2d73b795edd6d67d7fc4acc585280b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 18:08:31 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 18:08:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd43d3b

media-gfx/eog: bump to 3.32.2

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.32.2.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index b91759568cc..21757dbb32e 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00
+DIST eog-3.32.2.tar.xz 4601712 BLAKE2B 
84803acf2e2c2cb7451b357d18c7553854dd9a440ee8f951db479641ebf7fe49d8b8185124301c8b272db22d424c31197146e58d0907248cb87aa822441184d6
 SHA512 
c1093db4bce6bfde758a42fddc7ce7437d2adf3aa44a633b253ca3cb75c910e8862a323d182394696c617cb92114919dc576b992e7a65aa5fefb504062382d81

diff --git a/media-gfx/eog/eog-3.32.2.ebuild b/media-gfx/eog/eog-3.32.2.ebuild
new file mode 100644
index 000..382b119f00e
--- /dev/null
+++ b/media-gfx/eog/eog-3.32.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome";
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2019-09-19 Thread Brian Evans
commit: 2dc5ae9c4d9efcc91facc6203a4f49065e270189
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Sep 19 17:29:25 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Sep 19 17:29:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc5ae9c

dev-lang/php: Version bump for 7.4.0_rc2

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Brian Evans  gentoo.org>

 dev-lang/php/Manifest |   1 +
 dev-lang/php/php-7.4.0_rc2.ebuild | 725 ++
 2 files changed, 726 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 4183ac5c84c..fe9a1f1bb8b 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -6,4 +6,5 @@ DIST php-7.2.22.tar.xz 12271632 BLAKE2B 
be3089066ba1c25c479eedaf3e6dd8f7773a6d87
 DIST php-7.3.8.tar.xz 12064620 BLAKE2B 
cfe2fde5e48080e13bd21cb2e2ca0c0ae38da03c94d0692e11bfe6722e50bd0b864d629a0ef6aed4ac5d9830ec4b4b214b9abdf917519a0c0cb70a4362fc8390
 SHA512 
9e9e13845350f3d4a8a80c3e2fe8291996e2749b2c862261b96346c01e5e24640cb81adad5e3b7668b56b2266c1fcbb713e8c38da4f9aa474f5f632f91378a8d
 DIST php-7.3.9.tar.xz 12064244 BLAKE2B 
2837463a74a0ccffc1a2193f9fbce78c98c15dd60214cb5d5d704aed7d74449696c3a516e86f440aed9ff3dc2ed8e7bbebcaf0a1268afa55aca2b642e958abf1
 SHA512 
017d2ae3cd499a7f6ee30111baf0a119e2f404919575acc5ae91fa6e53a303c9d1b5d165205eec3943c3547ff8759e21fbccc62845e3269176f6fc0f2ba88490
 DIST php-7.4.0RC1.tar.xz 10212396 BLAKE2B 
5ec878ee88c1828f36e4f23d289813da14417a4f0f79ec743e7cb3171acaa37d0e6c5c217f2f1efceee87af23e134d2582e1a254e64d971e25e1d6f47273a348
 SHA512 
17e4641496a7503a4d7a1f658a2a0a4c2db8b3d459f32459c97a40370e71b687b8bd44cc397408788ef697e879d20e1de0c4a655c1da7bc1e82598267460f57a
+DIST php-7.4.0RC2.tar.xz 10217992 BLAKE2B 
d36329098f4e5e6a2bea732f14834c489149243f5adf04e0560151cea611be87399bde5a07111ed930de54e9a0ee75ce1c0f35e7e1de412f59a4272edd1952d5
 SHA512 
ea1c88ee6bf51ae44aa20bc23aa96db64a53d054003b1041a683388d94f4fbfe0da4b826b3a44295ee667c456eb709511fa1620e689c61a3c70a3524c34d
 DIST php-patches-7.1.31bp.tar.bz2 37219 BLAKE2B 
4f3ead2f69adf00ac1317371172c8adbb823f597cd8e3cafe7044d6a46671437fd2e5eaef4309a6fd5825123394044543284d3cbe892c918353a5b07c12b7401
 SHA512 
eb52679d035ceb4124c8e9175024f4f753e20d139479af4a57e01de941991716b2ce37f6190242c1bec46fd5305bad1f91613b04ee849a0d94f4a33ce013781e

diff --git a/dev-lang/php/php-7.4.0_rc2.ebuild 
b/dev-lang/php/php-7.4.0_rc2.ebuild
new file mode 100644
index 000..fafdcb64e83
--- /dev/null
+++ b/dev-lang/php/php-7.4.0_rc2.ebuild
@@ -0,0 +1,725 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+WANT_AUTOMAKE="none"
+
+inherit flag-o-matic systemd autotools
+
+MY_PV=${PV/_rc/RC}
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://php.net/";
+SRC_URI="https://downloads.php.net/~derick/${PN}-${MY_PV}.tar.xz";
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif ffi +fileinfo +filter firebird
+   +flatfile ftp gd gdbm gmp +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre2-10.30[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =net-misc/curl-7.10.5 )
+   enchant? ( =virtual/libffi-3.0.11 )
+   firebird? ( dev-db/firebird )
+   gd? ( virtual/jpeg:0 media-libs/libpng:0= )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
+   gmp? ( dev-libs/gmp:0= )
+   iconv? ( virtual/libiconv )
+   imap? ( virtual/imap-c-client[kerberos=,ssl=] 

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

2019-09-19 Thread Alfredo Tupone
commit: 43f7ff5005f46f3b68987cc932639315d0c0e8d3
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Sep 19 17:20:50 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Sep 19 17:20:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f7ff50

dev-ada/libadalang: fix missing slash

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/libadalang/libadalang-2017-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/libadalang/libadalang-2017-r2.ebuild 
b/dev-ada/libadalang/libadalang-2017-r2.ebuild
index 26e9c93f4fe..79dcaa89a6d 100644
--- a/dev-ada/libadalang/libadalang-2017-r2.ebuild
+++ b/dev-ada/libadalang/libadalang-2017-r2.ebuild
@@ -49,6 +49,6 @@ src_test () {
 }
 
 src_install () {
-   ada/manage.py install "${D}"usr
+   ada/manage.py install "${D}"/usr
python_domodule build/python/libadalang.py
 }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/

2019-09-19 Thread Joonas Niilola
commit: 6a9b065142e7a3960cb1fda5f1f98c9e634a5a7e
Author: Chris Mayo  gmail  com>
AuthorDate: Fri Sep 13 18:36:28 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9b0651

media-gfx/gscan2pdf: remove old 2.5.3

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12916
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/gscan2pdf/Manifest   |  1 -
 media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild | 87 --
 2 files changed, 88 deletions(-)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 0fb907c4d4a..b9efb156681 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,4 +1,3 @@
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
-DIST gscan2pdf-2.5.3.tar.xz 447188 BLAKE2B 
e34441c4680fbe2a03bafb12c754df143c800ca6aa56c33623ff5e26fc86d08e120794d84c1e33aa25d76498138098249ace4a7f79023fc1ff97372dcf7e76a7
 SHA512 
d8f798eadc3c2fbc8a1553bbf542f2636861aba793ab61b66449938bbe115d5e765e018f6afdcd7280b34ccadeb77febda924334f35cf5b7459f93f93c58e782
 DIST gscan2pdf-2.5.5.tar.xz 450016 BLAKE2B 
b5f4da6d4c5076f67a45312d5ec2ee0ac1c5420a97df963c3e03e9651f853e7423ffcc5d7fa22b18398c54cca1e8164e73989b52fac0e628898c2ef4271452c7
 SHA512 
924987a852fceeb04823cf70af08fa0652b436ebe108e5fba4379e7879277c891f4132e27df72e9ac5edbb5e7e105efc18923df1a80d5a44df48e293765b69c4
 DIST gscan2pdf-2.5.6.tar.xz 450940 BLAKE2B 
497442bfd09bc5869c599486e03155fe37a6a3f28dbd78aea2b77a5c11db665fb61023f471a47ffc6d15b7ee0509d6a2b6e3034a32279538321c73e544a3190d
 SHA512 
c202b98ba3a1ce5b1cea6541c4dcae88595d46525e87238326d1d53396d3af6f552d601b057fa460db9eb5419505d4ac332f3eb81ff7ff1d28e1aa71700c434a

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild
deleted file mode 100644
index 9c77f58fad7..000
--- a/media-gfx/gscan2pdf/gscan2pdf-2.5.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_TEST="do"
-
-inherit eutils perl-module virtualx
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-perl/Config-General
-   dev-perl/Data-UUID
-   dev-perl/Date-Calc
-   dev-perl/Filesys-Df
-   dev-perl/glib-perl
-   dev-perl/GooCanvas2
-   dev-perl/Gtk3
-   dev-perl/Gtk3-SimpleList
-   dev-perl/HTML-Parser
-   dev-perl/Image-Sane
-   dev-perl/List-MoreUtils
-   dev-perl/Locale-gettext
-   dev-perl/Log-Log4perl
-   dev-perl/PDF-API2
-   dev-perl/Proc-ProcessTable
-   dev-perl/Readonly
-   dev-perl/Set-IntSpan
-   dev-perl/Try-Tiny
-   virtual/perl-Archive-Tar
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   virtual/perl-threads
-   virtual/perl-threads-shared
-   media-gfx/imagemagick[png,tiff,perl]
-   media-gfx/sane-backends
-   media-libs/tiff"
-
-DEPEND="test? (
-   ${RDEPEND}
-   dev-perl/Sub-Override
-   media-libs/fontconfig
-
-   app-text/djvu[tiff]
-   app-text/poppler[utils]
-   app-text/tesseract[-opencl,osd,tiff]
-   app-text/unpaper
-   media-gfx/imagemagick[djvu,png,tiff,perl]
-   media-gfx/sane-backends[sane_backends_test]
-   media-gfx/sane-frontends
-   )"
-
-PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod}.t )
-
-mydoc="History"
-
-pkg_postinst() {
-   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
-   optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
-   optfeature "adding to an existing PDF" app-text/poppler[utils]
-   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
-   optfeature "scan post-processing" app-text/unpaper
-   optfeature "automatic document feeder support" media-gfx/sane-frontends
-   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
-}
-
-src_test(){
-   local confdir="${HOME}/.config/ImageMagick"
-   mkdir -p "${confdir}" || die
-   cat > "${confdir}/policy.xml" <<-EOT || die
-   
-   
-   
-   
-   EOT
-   virtx perl-module_src_test
-}

[gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/

2019-09-19 Thread Joonas Niilola
commit: a7a3d2e8084f1b8505ab19042c762b84c4a5be6d
Author: Chris Mayo  gmail  com>
AuthorDate: Fri Sep 13 18:35:41 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:57:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a3d2e8

media-gfx/gscan2pdf: version bump to 2.5.6 and EAPI 7

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/gscan2pdf/Manifest   |  1 +
 media-gfx/gscan2pdf/gscan2pdf-2.5.6.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 1098e966fa7..0fb907c4d4a 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,3 +1,4 @@
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
 DIST gscan2pdf-2.5.3.tar.xz 447188 BLAKE2B 
e34441c4680fbe2a03bafb12c754df143c800ca6aa56c33623ff5e26fc86d08e120794d84c1e33aa25d76498138098249ace4a7f79023fc1ff97372dcf7e76a7
 SHA512 
d8f798eadc3c2fbc8a1553bbf542f2636861aba793ab61b66449938bbe115d5e765e018f6afdcd7280b34ccadeb77febda924334f35cf5b7459f93f93c58e782
 DIST gscan2pdf-2.5.5.tar.xz 450016 BLAKE2B 
b5f4da6d4c5076f67a45312d5ec2ee0ac1c5420a97df963c3e03e9651f853e7423ffcc5d7fa22b18398c54cca1e8164e73989b52fac0e628898c2ef4271452c7
 SHA512 
924987a852fceeb04823cf70af08fa0652b436ebe108e5fba4379e7879277c891f4132e27df72e9ac5edbb5e7e105efc18923df1a80d5a44df48e293765b69c4
+DIST gscan2pdf-2.5.6.tar.xz 450940 BLAKE2B 
497442bfd09bc5869c599486e03155fe37a6a3f28dbd78aea2b77a5c11db665fb61023f471a47ffc6d15b7ee0509d6a2b6e3034a32279538321c73e544a3190d
 SHA512 
c202b98ba3a1ce5b1cea6541c4dcae88595d46525e87238326d1d53396d3af6f552d601b057fa460db9eb5419505d4ac332f3eb81ff7ff1d28e1aa71700c434a

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.5.6.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.5.6.ebuild
new file mode 100644
index 000..8a9a2d1d40f
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.5.6.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_TEST="do"
+
+inherit eutils perl-module virtualx
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/Config-General
+   dev-perl/Data-UUID
+   dev-perl/Date-Calc
+   dev-perl/Filesys-Df
+   dev-perl/glib-perl
+   dev-perl/GooCanvas2
+   dev-perl/Gtk3
+   dev-perl/Gtk3-SimpleList
+   dev-perl/HTML-Parser
+   dev-perl/Image-Sane
+   dev-perl/List-MoreUtils
+   dev-perl/Locale-gettext
+   dev-perl/Log-Log4perl
+   dev-perl/PDF-API2
+   dev-perl/Proc-ProcessTable
+   dev-perl/Readonly
+   dev-perl/Set-IntSpan
+   dev-perl/Try-Tiny
+   virtual/perl-Archive-Tar
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   virtual/perl-threads
+   virtual/perl-threads-shared
+   media-gfx/imagemagick[png,tiff,perl]
+   media-gfx/sane-backends
+   media-libs/tiff"
+
+BDEPEND="test? (
+   ${RDEPEND}
+   dev-perl/Sub-Override
+   media-libs/fontconfig
+
+   app-text/djvu[tiff]
+   app-text/poppler[utils]
+   app-text/tesseract[-opencl,osd(+),tiff]
+   app-text/unpaper
+   media-gfx/imagemagick[djvu,png,tiff,perl]
+   media-gfx/sane-backends[sane_backends_test]
+   media-gfx/sane-frontends
+   )"
+
+PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod}.t )
+
+mydoc="History"
+
+pkg_postinst() {
+   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
+   optfeature "encrypting PDFs" app-text/pdftk
+   optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
+   optfeature "adding to an existing PDF" app-text/poppler[utils]
+   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
+   optfeature "scan post-processing" app-text/unpaper
+   optfeature "automatic document feeder support" media-gfx/sane-frontends
+   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
+}
+
+src_test(){
+   local confdir="${HOME}/.config/ImageMagick"
+   mkdir -p "${confdir}" || die
+   cat > "${confdir}/policy.xml" <<-EOT || die
+   
+   
+   
+   
+   EOT
+   virtx perl-m

[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscap/, net-dns/dnscap/files/

2019-09-19 Thread Joonas Niilola
commit: d403815bc52b2380b45824b6927bcedd999115c5
Author: Daniel Heule  ipwar  ch>
AuthorDate: Wed Sep 18 18:35:15 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:11:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d403815b

net-dns/dnscap: drop old versions

Closes: https://bugs.gentoo.org/694650
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Heule  ipwar.ch>
Closes: https://github.com/gentoo/gentoo/pull/12961
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/dnscap/Manifest|  1 -
 net-dns/dnscap/dnscap-0_p20130814.ebuild   | 24 --
 .../dnscap/files/dnscap-0_p20130814.install.patch  | 22 
 3 files changed, 47 deletions(-)

diff --git a/net-dns/dnscap/Manifest b/net-dns/dnscap/Manifest
index 99b77056733..6e0eaf5aeab 100644
--- a/net-dns/dnscap/Manifest
+++ b/net-dns/dnscap/Manifest
@@ -1,3 +1,2 @@
-DIST dnscap-0_p20130814.tar.gz 99609 BLAKE2B 
5881d0d98d664246dd79272cb52f2afbd1261002c70951e33288b09e105b802f55bb0b639c20f1b008e10ceb13f7c81d646ba54db7c30204c1a0a92eb9c69bf2
 SHA512 
135b6498013bf4a12882ed5cf89cf2df480a357b16a65e99b1c8c1b3b400217611a4c16d1b34ffc521f7eedfdda61662180801c89d80cbbc8719dcec50128531
 DIST dnscap-1.10.0.tar.gz 661981 BLAKE2B 
e4c3c1cf0ddc21fb5c28abb339607c0233097394cd5c75b55a90d89903aab4beaf32f8ab8fc09a57c16eb2d9598c8fa6b98d034a5c5c5226c1c7a0e8a03e8b9b
 SHA512 
b116bcdf876dd1b03d9d093549e8e19db6f366d6df4eef3ddd09cf8eb1d79e94c9abebdd702702efb105633b2e437bbc835abcb1252599261a546881de477791
 DIST dnscap-1.10.2.tar.gz 655932 BLAKE2B 
317547e9d7b8f87d08e954639b62e1894e4d8e37eb9612a984dc10deb674c35973f03f94843df0e9eeb74c94904de00b2718e7121f3dddb9e343b3519d13e02e
 SHA512 
22df8068a17b202b1dfed2dc4ce1c4178abf32af16a3b15a76ae8f46510b3979d44c62eac673afd8452abda69a49e3da133f740217b7ab64631d2c18657a9a8b

diff --git a/net-dns/dnscap/dnscap-0_p20130814.ebuild 
b/net-dns/dnscap/dnscap-0_p20130814.ebuild
deleted file mode 100644
index 63d02bf19d6..000
--- a/net-dns/dnscap/dnscap-0_p20130814.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="network capture utility designed specifically for DNS traffic"
-HOMEPAGE="https://dnscap.dns-oarc.net/";
-
-## github commit tarball
-MY_GIT_COMMIT="727ed7d5e46625abc2c8d988689a300589e948b6"
-MY_P="DNS-OARC-${PN}-${MY_GIT_COMMIT:0:7}"
-SRC_URI="https://github.com/DNS-OARC/${PN}/tarball/${MY_GIT_COMMIT} -> 
${P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="ISC"
-IUSE=""
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}.install.patch" )

diff --git a/net-dns/dnscap/files/dnscap-0_p20130814.install.patch 
b/net-dns/dnscap/files/dnscap-0_p20130814.install.patch
deleted file mode 100644
index b09c7cfdbfc..000
--- a/net-dns/dnscap/files/dnscap-0_p20130814.install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN verisign-dnscap-727ed7d.orig/Makefile.in 
verisign-dnscap-727ed7d/Makefile.in
 verisign-dnscap-727ed7d.orig/Makefile.in   2013-08-14 01:31:33.0 
+0200
-+++ verisign-dnscap-727ed7d/Makefile.in2014-04-26 22:04:35.438580361 
+0200
-@@ -45,13 +45,11 @@
- all: ${prog} ${prog}.cat1
- 
- install: all
--  install -d -m 755 ${bindir}
--  if [ -f ${bindir}/${prog} ]; then \
--  mv -f ${bindir}/${prog} ${bindir}/${prog}.old; fi
--  install -m 755 ${prog} ${bindir}/
--  install -d -m 755 ${mandir}
--  install -d -m 755 ${mandir}/cat1
--  install -m 644 ${prog}.cat1 ${mandir}/cat1/${prog}.1
-+  install -d -m 755 $(DESTDIR)${bindir}
-+  install -m 755 ${prog} $(DESTDIR)${bindir}/
-+  install -d -m 755 $(DESTDIR)${mandir}
-+  install -d -m 755 $(DESTDIR)${mandir}/cat1
-+  install -m 644 ${prog}.cat1 $(DESTDIR)${mandir}/cat1/${prog}.1
- 
- .c.o:
-   ${CC} ${CFLAGS} -c $<



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

2019-09-19 Thread Joonas Niilola
commit: c707d9cb9f19868bff269ea9af8bd104aada42ca
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Sep 14 22:52:11 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 15:47:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c707d9cb

sys-apps/qdirstat: bump to version 1.6

Also bumped to EAPI=7 and added myself as maintainer.

Closes: https://bugs.gentoo.org/637400
Closes: https://bugs.gentoo.org/668742
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12927
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-apps/qdirstat/Manifest|  1 +
 sys-apps/qdirstat/metadata.xml| 10 ++-
 sys-apps/qdirstat/qdirstat-1.6.ebuild | 53 +++
 3 files changed, 63 insertions(+), 1 deletion(-)

diff --git a/sys-apps/qdirstat/Manifest b/sys-apps/qdirstat/Manifest
index 3dcad4c5289..7b2965fcf90 100644
--- a/sys-apps/qdirstat/Manifest
+++ b/sys-apps/qdirstat/Manifest
@@ -1 +1,2 @@
 DIST qdirstat-1.4.tar.gz 2534241 BLAKE2B 
70b84376a949ab3d74879bc78dac9d41c592ee9a4c60d27ad9d85ab09378f85a65209c78f7030f76e86e8e418803eef5ed1dadb07a1058ec38c13d753f6e3e61
 SHA512 
5711a78297f4224e4471ac14d8e42ee9ac746cc31315ff894dafa1db578eff4ff2a5c62edc525a49c523154a0de402f878200d96601c7924bf0273f0eac9ab74
+DIST qdirstat-1.6.tar.gz 6398935 BLAKE2B 
dba15df3f9dd34276ee38ccdd97d1b8158596198b22a807b4d0a68c7d33d146a25ef5b987c4a6e3dc16df421422ddc0cad2e9f60a80493ac668bcb023c15c31c
 SHA512 
8d1350bc8995dac2de90a32ca5ddaac47a317c7e7044f39ed87a7b2e208cda0b84f04c147f7a2414d7a0c5c731479847a879aedcf5781ca772fbfa8fa360cc77

diff --git a/sys-apps/qdirstat/metadata.xml b/sys-apps/qdirstat/metadata.xml
index b811e95a6ae..b73ce0a34ae 100644
--- a/sys-apps/qdirstat/metadata.xml
+++ b/sys-apps/qdirstat/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Qt-based directory statistics: KDirStat without any KDE -- from
the author of the original KDirStat.
@@ -15,6 +22,7 @@
and other Unix-like systems.


+   
https://github.com/shundhammer/qdirstat/issues
shundhammer/qdirstat

 

diff --git a/sys-apps/qdirstat/qdirstat-1.6.ebuild 
b/sys-apps/qdirstat/qdirstat-1.6.ebuild
new file mode 100644
index 000..3a907d9e667
--- /dev/null
+++ b/sys-apps/qdirstat/qdirstat-1.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Qt-based directory statistics"
+HOMEPAGE="https://github.com/shundhammer/qdirstat";
+SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtcore:5
+   dev-qt/qtwidgets:5
+   sys-libs/zlib
+"
+
+RDEPEND="
+   ${DEPEND}
+   dev-lang/perl
+   dev-perl/URI
+"
+
+src_prepare() {
+   default
+
+   # Fix QA warning about incorrect use of path
+   sed -e "10s:/qdirstat:/${P}:" -i doc/doc.pro || die
+   sed -e "10s:/qdirstat:/${P}:" -i doc/stats/stats.pro || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${ED}" install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2019-09-19 Thread Joonas Niilola
commit: 08a4c55a3e92b04a3dcb106fb16df8c478b020f9
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Sep 19 08:58:55 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:16:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a4c55a

app-admin/syslog-ng: bump to 3.23.1

Closes: https://bugs.gentoo.org/694252
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/syslog-ng/Manifest|   1 +
 app-admin/syslog-ng/syslog-ng-3.23.1.ebuild | 171 
 2 files changed, 172 insertions(+)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
index 1204093c860..507fe11ea82 100644
--- a/app-admin/syslog-ng/Manifest
+++ b/app-admin/syslog-ng/Manifest
@@ -4,4 +4,5 @@ DIST syslog-ng-3.18.1.tar.gz 4259746 BLAKE2B 
3878a87bd195aadb0f9d024e1336e50268d
 DIST syslog-ng-3.19.1.tar.gz 4224779 BLAKE2B 
e938c91101c18951a5c921bea51631400bf579ebc840300c6d8411da9b8db69935d104bfe00525512ab0173b932a8e24e2fb102e17bc4ecf58b268e52ef5b41a
 SHA512 
f625073bafa9378109d5be34591247766a62cb5a76e814f42bfbf03472e96ebe2833f19779812abfdd950a3498115f57b97c1427c280ee0dab21d3e2eb92ca57
 DIST syslog-ng-3.20.1.tar.gz 4312715 BLAKE2B 
df37ea15937d67823ddf25fb935be90fed2cb9b1a653d90bb447a3d674c250f6a7963a9bf4623685c5a19e11b928d02aec508d5f061135d67cd4b6d922795ed0
 SHA512 
19e3896a750ef68923950ca037846808f5d8bd24e64b41a024776a19654def83fce5d48b6e0805b1389494ad1435c5c7af9d79c1188454492f7228f5644ddc5c
 DIST syslog-ng-3.22.1.tar.gz 4981746 BLAKE2B 
e4f7e47f1939fb07d204c4721ff558a606cf6c6ee072278ff7c9bc1db7406e6abf058ac8a96bd4df0b867272bdbc5401528d47c94e60d90ff5ebb1aaec49e223
 SHA512 
4f68c0b58c6b3df9a870fa0b627525b9599149374e805a665c5143be54f814a564a80cbe76c7d5aab093b58825a96411b13cd2ce0f1439298723bd008096807f
+DIST syslog-ng-3.23.1.tar.gz 5008517 BLAKE2B 
a128707ed36ae3a236dbd3bffb080bd39187a77b3ed7fc0c8d6a2de65f6b761f3c7160a8fdc804c56e4ba673451779382a91c83c8d8cd15ec6fed2c799309adf
 SHA512 
d1ded084a9141637da44cb9c7d8c66585e498b16ff6717548e31ad61bbfe1e04de3554183c8a4de540d9280de1e6370303845010164b3b2ac53ecce1e7434a48
 DIST syslog-ng-3.7.3.tar.gz 3511155 BLAKE2B 
25ba2ca241a5847c75792c78d39a4667f55cf1fcff46be5102256ee6a9d2f39e2042ac00fa0b1559f94e0df80a0853249692b443b565dd4f46f0354c453cacaf
 SHA512 
e58d793bd1a8b48c5836090ee244f6e8b223f234f5a27fbf81f6a838b9b1e3e45f73a66dab2bc58a0bba230bd778a247ae22bf529a28fb2e9fee52b8181d304b

diff --git a/app-admin/syslog-ng/syslog-ng-3.23.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.23.1.ebuild
new file mode 100644
index 000..3cb8ad6b096
--- /dev/null
+++ b/app-admin/syslog-ng/syslog-ng-3.23.1.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit autotools python-single-r1 systemd
+
+MY_PV_MM=$(ver_cut 1-2)
+DESCRIPTION="syslog replacement with advanced filtering features"
+HOMEPAGE="https://syslog-ng.com/open-source-log-management";
+SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+IUSE="amqp caps dbi geoip geoip2 http ipv6 json kafka libressl mongodb pacct 
python redis smtp snmp spoof-source systemd tcpd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+# unit tests require https://github.com/Snaipe/Criterion with additional deps
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-libs/glib-2.10.1:2
+   >=dev-libs/ivykis-0.42.4
+   >=dev-libs/libpcre-6.1:=
+   !dev-libs/eventlog
+   amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] )
+   caps? ( sys-libs/libcap )
+   dbi? ( >=dev-db/libdbi-0.9.0 )
+   geoip? ( >=dev-libs/geoip-1.5.0 )
+   geoip2? ( dev-libs/libmaxminddb:= )
+   http? ( net-misc/curl )
+   json? ( >=dev-libs/json-c-0.9:= )
+   kafka? ( >=dev-libs/librdkafka-1.0.0:= )
+   mongodb? ( >=dev-libs/mongo-c-driver-1.2.0 )
+   python? ( ${PYTHON_DEPS} )
+   redis? ( >=dev-libs/hiredis-0.11.0:= )
+   smtp? ( net-libs/libesmtp )
+   snmp? ( net-analyzer/net-snmp )
+   spoof-source? ( net-libs/libnet:1.1= )
+   systemd? ( sys-apps/systemd:= )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/flex
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS.md CONTRIBUTING.md 
contrib/syslog-ng.conf.{HP-UX,RedHat,SunOS,doc}
+   contrib/syslog2ng "${T}/syslog-ng.conf.gentoo.hardened"
+   "${T}/syslog-ng.logrotate.hardened" "${FILESDIR}/README.hardened" )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   local f
+
+   use python && python_fix_shebang .
+
+   # rem

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

2019-09-19 Thread Joonas Niilola
commit: a611a2ddc99b1bffafca22260ed2265191877683
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep 18 19:58:42 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:12:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a611a2dd

net-mail/vpopmail: take it

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/vpopmail/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-mail/vpopmail/metadata.xml b/net-mail/vpopmail/metadata.xml
index 75187aec0ef..f9b2c9fab97 100644
--- a/net-mail/vpopmail/metadata.xml
+++ b/net-mail/vpopmail/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   gentoo-...@opensource.sf-tec.de
+   Rolf Eike Beer
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Enables cleartext password storage in 
the
vpasswd files



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

2019-09-19 Thread Joonas Niilola
commit: 697654689eba4fe76feb8d5644bcbda08aee85ad
Author: Daniel Heule  ipwar  ch>
AuthorDate: Wed Sep 18 18:16:38 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:10:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69765468

net-dns/dnscap: 1.10.2 bump

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Heule  ipwar.ch>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dns/dnscap/Manifest |  1 +
 net-dns/dnscap/dnscap-1.10.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/net-dns/dnscap/Manifest b/net-dns/dnscap/Manifest
index 086f50ab829..99b77056733 100644
--- a/net-dns/dnscap/Manifest
+++ b/net-dns/dnscap/Manifest
@@ -1,2 +1,3 @@
 DIST dnscap-0_p20130814.tar.gz 99609 BLAKE2B 
5881d0d98d664246dd79272cb52f2afbd1261002c70951e33288b09e105b802f55bb0b639c20f1b008e10ceb13f7c81d646ba54db7c30204c1a0a92eb9c69bf2
 SHA512 
135b6498013bf4a12882ed5cf89cf2df480a357b16a65e99b1c8c1b3b400217611a4c16d1b34ffc521f7eedfdda61662180801c89d80cbbc8719dcec50128531
 DIST dnscap-1.10.0.tar.gz 661981 BLAKE2B 
e4c3c1cf0ddc21fb5c28abb339607c0233097394cd5c75b55a90d89903aab4beaf32f8ab8fc09a57c16eb2d9598c8fa6b98d034a5c5c5226c1c7a0e8a03e8b9b
 SHA512 
b116bcdf876dd1b03d9d093549e8e19db6f366d6df4eef3ddd09cf8eb1d79e94c9abebdd702702efb105633b2e437bbc835abcb1252599261a546881de477791
+DIST dnscap-1.10.2.tar.gz 655932 BLAKE2B 
317547e9d7b8f87d08e954639b62e1894e4d8e37eb9612a984dc10deb674c35973f03f94843df0e9eeb74c94904de00b2718e7121f3dddb9e343b3519d13e02e
 SHA512 
22df8068a17b202b1dfed2dc4ce1c4178abf32af16a3b15a76ae8f46510b3979d44c62eac673afd8452abda69a49e3da133f740217b7ab64631d2c18657a9a8b

diff --git a/net-dns/dnscap/dnscap-1.10.2.ebuild 
b/net-dns/dnscap/dnscap-1.10.2.ebuild
new file mode 100644
index 000..38e157300ab
--- /dev/null
+++ b/net-dns/dnscap/dnscap-1.10.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Network capture utility designed specifically for DNS traffic"
+HOMEPAGE="https://dnscap.dns-oarc.net/";
+SRC_URI="https://www.dns-oarc.net/files/dnscap/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="ISC"
+IUSE=""
+
+RDEPEND="net-libs/libpcap
+   net-libs/ldns
+   sys-libs/zlib
+   dev-libs/openssl:=
+   dev-perl/YAML"
+
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+   elog "If you plan to use dnscap's -x/-X features, it is necessary to 
install"
+   elog "net-dns/bind as well."
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-ng/files/, app-admin/syslog-ng/files/3.13/, ...

2019-09-19 Thread Joonas Niilola
commit: f6a6cf54eed97085e2a1f052c9f58e6d4530a535
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Sep 19 09:51:59 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 19 16:16:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a6cf54

app-admin/syslog-ng: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12968
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/syslog-ng/Manifest   |   6 -
 .../syslog-ng/files/3.13/syslog-ng.conf.gentoo |  36 -
 .../files/3.13/syslog-ng.conf.gentoo.fbsd  |  24 ---
 .../files/3.13/syslog-ng.conf.gentoo.hardened  | 115 --
 app-admin/syslog-ng/files/3.13/syslog-ng.confd |  42 -
 app-admin/syslog-ng/files/3.13/syslog-ng.rc|  58 ---
 .../syslog-ng/files/3.14/syslog-ng.conf.gentoo |  36 -
 .../files/3.14/syslog-ng.conf.gentoo.fbsd  |  24 ---
 .../files/3.14/syslog-ng.conf.gentoo.hardened  | 115 --
 app-admin/syslog-ng/files/3.14/syslog-ng.confd |  43 --
 app-admin/syslog-ng/files/3.14/syslog-ng.rc|  59 ---
 .../syslog-ng/files/3.7/syslog-ng.conf.gentoo  |  36 -
 .../syslog-ng/files/3.7/syslog-ng.conf.gentoo.fbsd |  24 ---
 .../files/3.7/syslog-ng.conf.gentoo.hardened   | 114 --
 app-admin/syslog-ng/files/3.7/syslog-ng.confd  |  42 -
 app-admin/syslog-ng/files/3.7/syslog-ng.rc6|  58 ---
 .../syslog-ng/files/syslog-ng.conf.gentoo.fbsd.in  |  24 ---
 .../files/syslog-ng.conf.gentoo.hardened.in|   2 +-
 app-admin/syslog-ng/files/syslog-ng.rc |   2 +-
 app-admin/syslog-ng/syslog-ng-3.13.2.ebuild| 169 
 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild| 171 
 app-admin/syslog-ng/syslog-ng-3.18.1.ebuild| 171 
 app-admin/syslog-ng/syslog-ng-3.19.1.ebuild| 171 
 app-admin/syslog-ng/syslog-ng-3.20.1.ebuild| 172 -
 app-admin/syslog-ng/syslog-ng-3.7.3.ebuild | 138 -
 25 files changed, 2 insertions(+), 1850 deletions(-)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
index 507fe11ea82..e170d1c763d 100644
--- a/app-admin/syslog-ng/Manifest
+++ b/app-admin/syslog-ng/Manifest
@@ -1,8 +1,2 @@
-DIST syslog-ng-3.13.2.tar.gz 9047998 BLAKE2B 
a18b11a31e1bf4c981071e7509ff154f08076c5ca659e814a3d8a49108dcc6f324ba3025f4e43bb32d23a9554fc188da4b116089fe29bf866f323f76280c460f
 SHA512 
fd5c6645f1e8e10cba940ea29715f9e7cc286cd49c2f45bde2a447731189d6171ca204aa066ac96dd09246fd7ed1751130d143d807c979518d688e7750490cfe
-DIST syslog-ng-3.17.2.tar.gz 9119227 BLAKE2B 
3268a51c587e66579b30ee8d27397eeeb3ab52c7e1939ad26ad976be2670565a389fda9dbc3a25f80710f855788c85f58d47f6a3c297b8ff6efa01e0dca386fe
 SHA512 
2b82ea047bab125d35ab0a90e933b8a282852c6b4a9a8adc3f2a0ddf392f24210ce1296d0cfb389f98e54e50090a3ded5a64c5a9529d2a90cbecbfafd620edd7
-DIST syslog-ng-3.18.1.tar.gz 4259746 BLAKE2B 
3878a87bd195aadb0f9d024e1336e50268d69c00b438b5e3471f21bc4592ebd97980004c3624d9b92232b38068ebefa0c3317cb0d9b5dfeba37c479aeadc32e4
 SHA512 
2e6ea690f8762f3f37885118f023048c4cba59f58002c87fa1c469cb991b2ba707015b3e54c50f17c3d6e6251d798557406925a9159f4fa914331f281dc39e48
-DIST syslog-ng-3.19.1.tar.gz 4224779 BLAKE2B 
e938c91101c18951a5c921bea51631400bf579ebc840300c6d8411da9b8db69935d104bfe00525512ab0173b932a8e24e2fb102e17bc4ecf58b268e52ef5b41a
 SHA512 
f625073bafa9378109d5be34591247766a62cb5a76e814f42bfbf03472e96ebe2833f19779812abfdd950a3498115f57b97c1427c280ee0dab21d3e2eb92ca57
-DIST syslog-ng-3.20.1.tar.gz 4312715 BLAKE2B 
df37ea15937d67823ddf25fb935be90fed2cb9b1a653d90bb447a3d674c250f6a7963a9bf4623685c5a19e11b928d02aec508d5f061135d67cd4b6d922795ed0
 SHA512 
19e3896a750ef68923950ca037846808f5d8bd24e64b41a024776a19654def83fce5d48b6e0805b1389494ad1435c5c7af9d79c1188454492f7228f5644ddc5c
 DIST syslog-ng-3.22.1.tar.gz 4981746 BLAKE2B 
e4f7e47f1939fb07d204c4721ff558a606cf6c6ee072278ff7c9bc1db7406e6abf058ac8a96bd4df0b867272bdbc5401528d47c94e60d90ff5ebb1aaec49e223
 SHA512 
4f68c0b58c6b3df9a870fa0b627525b9599149374e805a665c5143be54f814a564a80cbe76c7d5aab093b58825a96411b13cd2ce0f1439298723bd008096807f
 DIST syslog-ng-3.23.1.tar.gz 5008517 BLAKE2B 
a128707ed36ae3a236dbd3bffb080bd39187a77b3ed7fc0c8d6a2de65f6b761f3c7160a8fdc804c56e4ba673451779382a91c83c8d8cd15ec6fed2c799309adf
 SHA512 
d1ded084a9141637da44cb9c7d8c66585e498b16ff6717548e31ad61bbfe1e04de3554183c8a4de540d9280de1e6370303845010164b3b2ac53ecce1e7434a48
-DIST syslog-ng-3.7.3.tar.gz 3511155 BLAKE2B 
25ba2ca241a5847c75792c78d39a4667f55cf1fcff46be5102256ee6a9d2f39e2042ac00fa0b1559f94e0df80a0853249692b443b565dd4f46f0354c453cacaf
 SHA512 
e58d793bd1a8b48c5836090ee244f6e8b223f234f5a27fbf81f6a838b9b1e3e45f73a66dab2bc58a0bba230bd778a247ae22bf529a28fb2e9fee52b8181d304b

diff --git a/app-admin/sy

  1   2   >