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

2018-10-05 Thread Jason Donenfeld
commit: 7092c1a1c778bbeebd34372e75c6c842c9a7e242
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Oct  6 03:15:01 2018 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Sat Oct  6 03:15:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7092c1a1

net-vpn/wireguard: version bump

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20180925.ebuild => wireguard-0.0.20181006.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index ad30b5abec7..d2666ffd2d7 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20180925.tar.xz 296460 BLAKE2B 
c760891c91585d1bf9e9b3ac045ecd6f824288d041531f040b901a59c5fdc0ce9562bc6b2f058f5fcb0cf05098e972aa11799fef404fb84be785f7f09378f890
 SHA512 
8385a7fa8a928372d98147bd61de89fc3d90a886eec92ac2795581433566c48e07e0f8aba45c3e6454697254cd77c9ef20c2004bbd7b1762b960e2ad8574395e
+DIST WireGuard-0.0.20181006.tar.xz 298168 BLAKE2B 
711c3dfe601b99f5525176aa2cb38722d6f4bf2b1704c6e0d09f78f588258e21d3a5dcbc407f18421964c79fd42e9f62a13312ba254fb1d7fe08c0fd1d75d5b7
 SHA512 
a8cfae43c3d1c4bcebd5f301eb7ce3d45f799383c8b696757e84e53d921027d415dc4459628a1dd441f0c5d31079582a54517e8de0b258452ea4a310362be9bf

diff --git a/net-vpn/wireguard/wireguard-0.0.20180925.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20181006.ebuild
similarity index 99%
rename from net-vpn/wireguard/wireguard-0.0.20180925.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20181006.ebuild
index 332e52b44d2..035320b20fd 100644
--- a/net-vpn/wireguard/wireguard-0.0.20180925.ebuild
+++ b/net-vpn/wireguard/wireguard-0.0.20181006.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] proj/portage:master commit in: bin/

2018-10-05 Thread Zac Medico
commit: d5ed2a39f1ba4c9c67e0ec79ec18986d37a198c1
Author: kewl fft  alto  eu  org>
AuthorDate: Wed Oct  3 18:37:44 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct  6 01:24:19 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5ed2a39

etc-update: combined use of /etc/os-release ID and ID_LIKE

Closes: https://github.com/gentoo/portage/pull/372
Signed-off-by: Kewl Fft xrjy  nygb.rh.bet (rot13)
Signed-off-by: Zac Medico  gentoo.org>

 bin/etc-update | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/etc-update b/bin/etc-update
index f0aaca1e6..3951ec674 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -32,13 +32,13 @@ get_config() {
"${PORTAGE_CONFIGROOT}"etc/etc-update.conf)
 }
 
-OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' | cut -d'=' -f2 
| sed -e 's/"//g')
+OS_RELEASE_POSSIBLE_IDS=$(source /etc/os-release >/dev/null 2>&1; echo 
":${ID}:${ID_LIKE}:")
 
-case $OS_RELEASE_ID in
-   suse|opensuse|opensuse-leap|opensuse-tumbleweed) OS_FAMILY='rpm' ;;
-   fedora|rhel) OS_FAMILY='rpm' ;;
-   arch|archarm|arch32|manjaro|antergos) OS_FAMILY='arch' 
NEW_EXT='pacnew';;
-   *) OS_FAMILY='gentoo' ;;
+case ${OS_RELEASE_POSSIBLE_IDS} in
+   *:suse:*|*:opensuse:*|*:opensuse-tumbleweed:*) OS_FAMILY='rpm';;
+   *:fedora:*|*:rhel:*) OS_FAMILY='rpm';;
+   *:arch:*|*:manjaro:*|*:antergos:*) OS_FAMILY='arch' NEW_EXT='pacnew';;
+   *) OS_FAMILY='gentoo';;
 esac
 
 if [[ $OS_FAMILY == 'gentoo' ]]; then



[gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/

2018-10-05 Thread Zac Medico
commit: dd605b1aa574fc035d3319d954be1ca0d2cdde19
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Oct  6 01:11:02 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct  6 01:14:14 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=dd605b1a

Revert "install-qa-checks.d: Add a check for Gentoo path policies (FHS-y)"

This reverts commit d5f97eaa464736a454c8ad410f4acd4fccdf2324.
Until this QA check has adjustable whitelist support, we can consider
it an unstable work in progress. Therefore, I'd like for the QA team
to move it gentoo/metadata/install-qa-check.d/08gentoo-paths until
it has matured. It's safe to commit it to the gentoo repository now,
and it will become active when portage's internal copy is removed.

Bug: https://bugs.gentoo.org/667604
Closes: https://bugs.gentoo.org/667378
Closes: https://github.com/gentoo/portage/pull/373
Signed-off-by: Zac Medico  gentoo.org>

 bin/install-qa-check.d/08gentoo-paths | 77 ---
 1 file changed, 77 deletions(-)

diff --git a/bin/install-qa-check.d/08gentoo-paths 
b/bin/install-qa-check.d/08gentoo-paths
deleted file mode 100644
index 3ee887df0..0
--- a/bin/install-qa-check.d/08gentoo-paths
+++ /dev/null
@@ -1,77 +0,0 @@
-# Check whether ebuilds are not installing new, non-Gentoo-ey paths.
-
-gentoo_path_check() {
-   # allowed path definitions
-   # 
-
-   # directories common to / and /usr
-   local allowed_common_dirs=(
-   bin lib lib32 lib64 libx32 sbin
-   )
-
-   # toplevel directories which can be installed to by ebuilds
-   # /home is not included as no ebuilds should install files there
-   local allowed_paths_toplevel=(
-   "${allowed_common_dirs[@]}"
-   boot dev etc opt srv usr var
-   )
-
-   # directories in /usr which can be installed to by ebuilds
-   # /usr/games is not included as it is banned nowadays
-   local allowed_paths_usr=(
-   "${allowed_common_dirs[@]}"
-   include libexec share src
-   # toolchain stuff
-   "${CHOST}" "${CTARGET}"
-   )
-
-
-   # the logic
-   # -
-   local bad_paths=()
-   local x
-
-   local shopt_save=$(shopt -p nullglob)
-   shopt -s nullglob
-
-   # 1. check for unexpected top-level directories
-   local toplevel_dirs=( "${ED%/}"/* )
-   for x in "${toplevel_dirs[@]##*/}"; do
-   if ! has "${x}" "${allowed_paths_toplevel[@]}"; then
-   bad_paths+=( "/${x}" )
-   fi
-   done
-
-   # 2. check for unexpected /usr subdirectories
-   local usr_dirs=( "${ED%/}"/usr/* )
-   for x in "${usr_dirs[@]##*/}"; do
-   if ! has "${x}" "${allowed_paths_usr[@]}"; then
-   bad_paths+=( "/usr/${x}" )
-   fi
-   done
-
-   # 3. check for unexpected /usr/share/doc subdirectories
-   local doc_dirs=( "${ED%/}"/usr/share/doc/* )
-   for x in "${doc_dirs[@]##*/}"; do
-   if [[ ${x} != ${PF} ]]; then
-   bad_paths+=( "/usr/share/doc/${x}" )
-   fi
-   done
-
-   ${shopt_save}
-
-   # report
-   # --
-   if [[ -n ${bad_paths[@]} ]]; then
-   eqawarn "The ebuild is installing to one or more unexpected 
paths:"
-   eqawarn
-   eqatag -v non-gentoo-paths "${bad_paths[@]}"
-   eqawarn
-   eqawarn "Please fix the ebuild to use correct FHS/Gentoo policy 
paths."
-   fi
-}
-
-gentoo_path_check
-: # guarantee successful exit
-
-# vim:ft=sh



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

2018-10-05 Thread Zac Medico
commit: 2e87bfaabd0550f0b34556470b28906d30bd5e48
Author: Andrew Jeddeloh  coreos  com>
AuthorDate: Fri Oct  5 22:35:04 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct  5 23:08:47 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2e87bfaa

emerge: don't ignore binpkgs with buildpkgonly

Do not ignore binpkgs when using --buildpkgonly. If binpackages exist
that can be used, they should be. This prevents rebuilding binpkgs when
using --emptytree with --buildpkgonly.

Signed-off-by: Andrew Jeddeloh  coreos.com>
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/actions.py | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py
index 46cb02791..e5200d73d 100644
--- a/lib/_emerge/actions.py
+++ b/lib/_emerge/actions.py
@@ -2890,13 +2890,6 @@ def run_action(emerge_config):
if "--usepkgonly" in emerge_config.opts:
emerge_config.opts["--usepkg"] = True
 
-   if "--buildpkgonly" in emerge_config.opts:
-   # --buildpkgonly will not merge anything, so
-   # it cancels all binary package options.
-   for opt in ("--getbinpkg", "--getbinpkgonly",
-   "--usepkg", "--usepkgonly"):
-   emerge_config.opts.pop(opt, None)
-
# Populate the bintree with current --getbinpkg setting.
# This needs to happen before:
# * expand_set_arguments, in case any sets use the bintree



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

2018-10-05 Thread Alon Bar-Lev
commit: 32fff68860e031a1fef29749447fecd7d07aa2a3
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:27:50 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fff688

net-libs/gnutls: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/gnutls/gnutls-3.5.19-r1.ebuild | 14 ++
 net-libs/gnutls/gnutls-3.6.3.ebuild | 14 ++
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.5.19-r1.ebuild 
b/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
index 1635d976bdf..21b4a74b0dc 100644
--- a/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
@@ -34,11 +34,11 @@ DEPEND="${RDEPEND}
test? (
seccomp? ( sys-libs/libseccomp )
)"
-BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
-   valgrind? ( dev-util/valgrind )
+BDEPEND=">=virtual/pkgconfig-0-r1
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )
+   tools? ( sys-devel/autogen )
+   valgrind? ( dev-util/valgrind )
test-full? (
app-crypt/dieharder
app-misc/datefudge
@@ -79,10 +79,6 @@ src_prepare() {
 multilib_src_configure() {
LINGUAS="${LINGUAS//en/en@boldquot en@quot}"
 
-   # remove magic of library detection
-   # bug#438222
-   local libconf=($("${S}/configure" --help | grep -- 
'--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g'))
-
# TPM needs to be tested before being enabled
libconf+=( --without-tpm )
 
@@ -117,9 +113,11 @@ multilib_src_configure() {
$(use_with idn) \
$(use_with pkcs11 p11-kit) \
$(use_with zlib) \
+   --disable-rpath \

--with-unbound-root-key-file="${EPREFIX}/etc/dnssec/root-anchors.txt" \
--without-included-libtasn1 \
-   "${libconf[@]}"
+   "${libconf[@]}" \
+   $("${S}/configure" --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 multilib_src_install_all() {

diff --git a/net-libs/gnutls/gnutls-3.6.3.ebuild 
b/net-libs/gnutls/gnutls-3.6.3.ebuild
index fefc8766f6a..92679e621dc 100644
--- a/net-libs/gnutls/gnutls-3.6.3.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.3.ebuild
@@ -33,11 +33,11 @@ DEPEND="${RDEPEND}
test? (
seccomp? ( sys-libs/libseccomp )
)"
-BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
-   valgrind? ( dev-util/valgrind )
+BDEPEND=">=virtual/pkgconfig-0-r1
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )
+   tools? ( sys-devel/autogen )
+   valgrind? ( dev-util/valgrind )
test-full? (
app-crypt/dieharder
>=app-misc/datefudge-1.22
@@ -78,10 +78,6 @@ src_prepare() {
 multilib_src_configure() {
LINGUAS="${LINGUAS//en/en@boldquot en@quot}"
 
-   # remove magic of library detection
-   # bug#438222
-   local libconf=($("${S}/configure" --help | grep -- 
'--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g'))
-
# TPM needs to be tested before being enabled
libconf+=( --without-tpm )
 
@@ -113,9 +109,11 @@ multilib_src_configure() {
$(use_enable tls-heartbeat heartbeat-support) \
$(use_with idn) \
$(use_with pkcs11 p11-kit) \
+   --disable-rpath \

--with-unbound-root-key-file="${EPREFIX}/etc/dnssec/root-anchors.txt" \
--without-included-libtasn1 \
-   "${libconf[@]}"
+   "${libconf[@]}" \
+   $("${S}/configure" --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 multilib_src_install_all() {



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

2018-10-05 Thread Alon Bar-Lev
commit: 88feacf830a4693cb98b9995fa55d38ca69b9b0a
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:45:48 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88feacf8

dev-libs/libksba: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libksba/libksba-1.3.5-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libksba/libksba-1.3.5-r2.ebuild 
b/dev-libs/libksba/libksba-1.3.5-r2.ebuild
index b8c1d0eee73..ef29c486e9a 100644
--- a/dev-libs/libksba/libksba-1.3.5-r2.ebuild
+++ b/dev-libs/libksba/libksba-1.3.5-r2.ebuild
@@ -17,7 +17,8 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
econf \
-   $(use_enable static-libs static)
+   $(use_enable static-libs static) \
+   $(./configure --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 src_install() {



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

2018-10-05 Thread Alon Bar-Lev
commit: 28f5a8d50ae936fb5ca6cda46833bcb9964978dc
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 21:09:40 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f5a8d5

app-crypt/gnupg: eapi bump

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/gnupg/{gnupg-2.2.9-r1.ebuild => gnupg-2.2.10-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.9-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild
similarity index 100%
rename from app-crypt/gnupg/gnupg-2.2.9-r1.ebuild
rename to app-crypt/gnupg/gnupg-2.2.10-r1.ebuild



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

2018-10-05 Thread Alon Bar-Lev
commit: ec4dafe51ce23971d397b97091d69fe09ff86362
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:30:01 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4dafe5

dev-libs/libgcrypt: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
index 4f3b5d97196..02488a6c3c1 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
@@ -56,7 +56,8 @@ multilib_src_configure() {
 
GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
)
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" \
+   $("${S}/configure" --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 multilib_src_compile() {



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

2018-10-05 Thread Alon Bar-Lev
commit: 50d4ef16bac69c3ae016a9e8626ed0a6c7c44748
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:46:25 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d4ef16

dev-libs/libassuan: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libassuan/libassuan-2.5.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild 
b/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
index 89882fdf05b..f834f0c7a39 100644
--- a/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
+++ b/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
@@ -34,7 +34,8 @@ src_prepare() {
 
 src_configure() {
econf \
-   $(use_enable static-libs static)
+   $(use_enable static-libs static) \
+   $(./configure --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 src_install() {



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

2018-10-05 Thread Alon Bar-Lev
commit: 050d244885e0598bc9a835ed7786d39fe3439649
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:46:59 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050d2448

app-crypt/pinentry: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
index 4a322c8d5b4..0628c073c11 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
@@ -73,7 +73,8 @@ src_configure() {
$(use_enable qt5 pinentry-qt) \
$(use_with caps libcap) \
--enable-pinentry-tty \
-   MOC="$(qt5_get_bindir)"/moc
+   MOC="$(qt5_get_bindir)"/moc \
+   $(./configure --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 src_install() {



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

2018-10-05 Thread Alon Bar-Lev
commit: 0033b2f1349d625cc3db693d75206f3a80c09f8b
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:29:02 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0033b2f1

dev-libs/libgpg-error: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild
index 054a4649584..92257a968e2 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild
@@ -38,7 +38,8 @@ multilib_src_configure() {
$(use_enable nls) \
$(use_enable static-libs static) \
--enable-threads \
-   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+   CC_FOR_BUILD="$(tc-getBUILD_CC)" \
+   $("${S}/configure" --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 multilib_src_install_all() {



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

2018-10-05 Thread Alon Bar-Lev
commit: 58ab8d2c4e3a315c9dda5fccf0079e69c1d4f79f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 23:47:29 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct  6 00:32:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ab8d2c

app-crypt/gnupg: support cross-compile

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/gnupg/gnupg-2.2.10-r1.ebuild | 27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild
index 063744008a2..7d51332a544 100644
--- a/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild
@@ -17,29 +17,30 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~s
 IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
wks-server"
 
 # Existence of executables is checked during configuration.
-DEPEND=">=dev-libs/npth-1.2
+DEPEND="!app-crypt/dirmngr
>=dev-libs/libassuan-2.5.0
>=dev-libs/libgcrypt-1.7.3
>=dev-libs/libgpg-error-1.28
>=dev-libs/libksba-1.3.4
+   >=dev-libs/npth-1.2
>=net-misc/curl-7.10
-   ssl? ( >=net-libs/gnutls-3.0:0= )
-   sys-libs/zlib
-   ldap? ( net-nds/openldap )
bzip2? ( app-arch/bzip2 )
+   ldap? ( net-nds/openldap )
readline? ( sys-libs/readline:0= )
smartcard? ( usb? ( virtual/libusb:0 ) )
+   ssl? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
tofu? ( >=dev-db/sqlite-3.7 )
-   virtual/mta
-   app-crypt/pinentry
-   !app-crypt/dirmngr"
+   virtual/mta"
 
 RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-gpg )
-   nls? ( virtual/libintl )"
+   app-crypt/pinentry
+   nls? ( virtual/libintl )
+   selinux? ( sec-policy/selinux-gpg )"
 
-BDEPEND="nls? ( sys-devel/gettext )
-   doc? ( sys-apps/texinfo )"
+BDEPEND="virtual/pkgconfig
+   doc? ( sys-apps/texinfo )
+   nls? ( sys-devel/gettext )"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -81,11 +82,13 @@ src_configure() {
$(use_enable wks-server wks-tools) \
$(use_with ldap) \
$(use_with readline) \
+   --disable-ntbtls \
--enable-all-tests \
--enable-gpg \
--enable-gpgsm \
--enable-large-secmem \
-   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+   CC_FOR_BUILD="$(tc-getBUILD_CC)" \
+   $(./configure --help | grep -- --with-.*-prefix | sed -e 
's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
 }
 
 src_compile() {



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

2018-10-05 Thread Michael Orlitzky
commit: bfb5b21a4b6b93fb0877138de29a716add315dd2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Oct  5 22:58:06 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Oct  5 22:58:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb5b21a

app-backup/untangle-https-backup: new version 0.0.9.

Signed-off-by: Michael Orlitzky  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-backup/untangle-https-backup/Manifest   | 2 +-
 ...gle-https-backup-0.0.8.ebuild => untangle-https-backup-0.0.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/untangle-https-backup/Manifest 
b/app-backup/untangle-https-backup/Manifest
index 396653013f6..b14f21a647d 100644
--- a/app-backup/untangle-https-backup/Manifest
+++ b/app-backup/untangle-https-backup/Manifest
@@ -1 +1 @@
-DIST untangle-https-backup-0.0.8.tar.gz 16263 BLAKE2B 
3a41b2ee172a14e3a11ac6e1d47adf9bb818facf8e45d16826a0da70e9280c28d09f9d4f670b4efdda487c152ce4ef5350709b70165dc9262ae4e3e0d0a106c9
 SHA512 
4eb74d4cb939a9ac59fc475b5dbcc2a1fb4b36b59e6335c02b6de44b5fd56c44f1b7a52f6b71b36ed91663aff17556e0c9cfb04f309a191596a7a858ffec4693
+DIST untangle-https-backup-0.0.9.tar.gz 16371 BLAKE2B 
f111e75987a43ccde02643fbb13c956e8368fee95abc7ea63f5c1df3431a8c9b843b8c8f386ed7d7780fd456095903ae0e80036b4b3ea9f0bbe304034975f0f9
 SHA512 
71d13f289ef35736dd2dfda300ef518439169b43605ba7173982933be817d7e37070f1dd4c0282e82026d5dfcb70b8be1c75daa84d5d72f0b0a4621cf0e2a418

diff --git 
a/app-backup/untangle-https-backup/untangle-https-backup-0.0.8.ebuild 
b/app-backup/untangle-https-backup/untangle-https-backup-0.0.9.ebuild
similarity index 100%
rename from app-backup/untangle-https-backup/untangle-https-backup-0.0.8.ebuild
rename to app-backup/untangle-https-backup/untangle-https-backup-0.0.9.ebuild



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

2018-10-05 Thread Sergei Trofimovich
commit: 1da0f835568fceb6783247e174ea9dcb32bceac1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  5 22:41:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  5 22:43:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da0f835

dev-util/mingw64-runtime: filter LDFLAGS for hash style

Normally mingw-64 does not use dynamic linker.
One exception is at ./configure time where $LDFLAGS
is used by default.

When LDFFLAGS=-Wl,--hash-style=gnu is passed (default
on linux) to mingw64-runtime a few things are not
auto-detected. One of them is  __CTORS_LIST__ / __DTORS_LIST__
support by binutils' target ld.

If constructors are not provided then binaries start
crashing at shutdown.

The workaround is to filter out -Wl,--hash-style=* options.

Longer-term fix will be to install mingw64-runtime into
target: bug #642604. That wa LDFLAGS from CBUILD will not
leak into libc packages.

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

 ...64-runtime-6.0.0.ebuild => mingw64-runtime-6.0.0-r1.ebuild} | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
similarity index 88%
rename from dev-util/mingw64-runtime/mingw64-runtime-6.0.0.ebuild
rename to dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
index 47cd6c8a3d1..d4bbd310bff 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ 
SRC_URI="mirror://sourceforge/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v$
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="headers-only idl libraries tools"
 RESTRICT="strip"
 
@@ -52,6 +52,12 @@ pkg_setup() {
 
 src_configure() {
CHOST=${CTARGET} strip-unsupported-flags
+   # Normally mingw-64 does not use dynamic linker.
+   # But at configure time it uses $LDFLAGS.
+   # When default -Wl,--hash-style=gnu is passed
+   # __CTORS_LIST__ / __DTORS_LIST__ is mis-detected
+   # for target ld and binaries crash at shutdown.
+   filter-ldflags '-Wl,--hash-style=*'
 
if ! just_headers; then
mkdir "${WORKDIR}/headers"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/akregator/, kde-apps/akregator/files/

2018-10-05 Thread Andreas Sturmlechner
commit: 6d9d48a6e22660c15e07daf03c8319d2741f071a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 22:40:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 22:42:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9d48a6

kde-apps/akregator: Fix build with kde-frameworks/syndication

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

 kde-apps/akregator/akregator-18.04.3-r1.ebuild |  60 ++
 .../files/akregator-18.04.3-syndication.patch  | 222 +
 2 files changed, 282 insertions(+)

diff --git a/kde-apps/akregator/akregator-18.04.3-r1.ebuild 
b/kde-apps/akregator/akregator-18.04.3-r1.ebuild
new file mode 100644
index 000..8f0cffe52ef
--- /dev/null
+++ b/kde-apps/akregator/akregator-18.04.3-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="News feed aggregator"
+HOMEPAGE="https://www.kde.org/applications/internet/akregator;
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep syndication)
+   $(add_kdeapps_dep grantleetheme)
+   $(add_kdeapps_dep kontactinterface)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep messagelib)
+   $(add_kdeapps_dep pimcommon)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwebengine)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/grantlee:5
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/kdepim-l10n
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-17.12.2-crashfix.patch"
+   "${FILESDIR}/${P}-syndication.patch"
+)

diff --git a/kde-apps/akregator/files/akregator-18.04.3-syndication.patch 
b/kde-apps/akregator/files/akregator-18.04.3-syndication.patch
new file mode 100644
index 000..f20f8fffa93
--- /dev/null
+++ b/kde-apps/akregator/files/akregator-18.04.3-syndication.patch
@@ -0,0 +1,222 @@
+From d2797fe48b6d4429cd30163fd75003118400511f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= 
+Date: Sun, 22 Apr 2018 09:13:45 +0200
+Subject: Port away from remove Syndication API
+
+---
+ src/CMakeLists.txt |  1 +
+ src/akregator_part.cpp | 10 --
+ src/feed/feed.cpp  |  3 +-
+ src/feed/feedretriever.cpp | 78 ++
+ src/feed/feedretriever.h   | 54 
+ 5 files changed, 135 insertions(+), 11 deletions(-)
+ create mode 100644 src/feed/feedretriever.cpp
+ create mode 100644 src/feed/feedretriever.h
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 86af10e..312daee 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -86,6 +86,7 @@ set(akregatorprivate_LIB_SRCS
+ article.cpp
+ feed/feed.cpp
+ feed/feedlist.cpp
++feed/feedretriever.cpp
+ treenode.cpp
+ treenodevisitor.cpp
+ utils.cpp
+diff --git a/src/akregator_part.cpp b/src/akregator_part.cpp
+index 74acfab..afde53f 100644
+--- a/src/akregator_part.cpp
 b/src/akregator_part.cpp
+@@ -259,14 +259,6 @@ Part::Part(QWidget *parentWidget, QObject *parent, const 
QVariantList &)
+ connect(m_autosaveTimer, ::timeout, this, ::slotSaveFeedList);
+ m_autosaveTimer->start(5 * 60 * 1000); // 5 minutes
+ 
+-QString useragent = QStringLiteral("Akregator/%1; 
syndication").arg(QStringLiteral(AKREGATOR_VERSION));
+-
+-if (!Settings::customUserAgent().isEmpty()) {
+-useragent = Settings::customUserAgent();
+-}
+-
+-Syndication::FileRetriever::setUserAgent(useragent);
+-
+ loadPlugins(QStringLiteral("extension"));   // FIXME: also unload them!
+ if (mCentralWidget->previousSessionCrashed()) {
+ mCentralWidget->needToRestoreCrashedSession();
+@@ -361,8 +353,6 @@ void Part::slotSettingsChanged()
+ m_actionManager->setTrayIcon(nullptr);
+ }
+ 
+-Syndication::FileRetriever::setUseCache(Settings::useHTMLCache());
+-
+ 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kblog/files/, kde-apps/kblog/

2018-10-05 Thread Andreas Sturmlechner
commit: 0f0eddcd7cfb26c8f6c16a3f812400c0a090d899
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 22:41:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 22:42:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0eddcd

kde-apps/kblog: Fix build with kde-frameworks/syndication

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

 .../kblog/files/kblog-18.04.3-syndication.patch| 219 +
 kde-apps/kblog/kblog-18.04.3-r1.ebuild |  26 +++
 2 files changed, 245 insertions(+)

diff --git a/kde-apps/kblog/files/kblog-18.04.3-syndication.patch 
b/kde-apps/kblog/files/kblog-18.04.3-syndication.patch
new file mode 100644
index 000..4771666c0f0
--- /dev/null
+++ b/kde-apps/kblog/files/kblog-18.04.3-syndication.patch
@@ -0,0 +1,219 @@
+From 85fc601b7c622a04c383331841733d681bfc50f3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= 
+Date: Sun, 22 Apr 2018 15:37:01 +0200
+Subject: Fix build against Syndication
+
+---
+ src/CMakeLists.txt|  1 +
+ src/feedretriever.cpp | 68 +++
+ src/feedretriever.h   | 54 
+ src/gdata.cpp | 11 +
+ 4 files changed, 129 insertions(+), 5 deletions(-)
+ create mode 100644 src/feedretriever.cpp
+ create mode 100644 src/feedretriever.h
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 03cef4e..1742abb 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -4,6 +4,7 @@ set(kblog_SRCS
+blogcomment.cpp
+blogmedia.cpp
+blogger1.cpp
++   feedretriever.cpp
+gdata.cpp
+# livejournal.cpp
+metaweblog.cpp
+diff --git a/src/feedretriever.cpp b/src/feedretriever.cpp
+new file mode 100644
+index 000..9d481c6
+--- /dev/null
 b/src/feedretriever.cpp
+@@ -0,0 +1,68 @@
++/*
++This file is part of Akregator.
++
++Copyright (C) 2018 Daniel Vrátil 
++
++This program is free software; you can redistribute it and/or modify
++it under the terms of the GNU General Public License as published by
++the Free Software Foundation; either version 2 of the License, or
++(at your option) any later version.
++
++This program is distributed in the hope that it will be useful,
++but WITHOUT ANY WARRANTY; without even the implied warranty of
++MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++GNU General Public License for more details.
++
++You should have received a copy of the GNU General Public License
++along with this program; if not, write to the Free Software
++Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
++
++As a special exception, permission is given to link this program
++with any edition of Qt, and distribute the resulting executable,
++without including the source code for Qt in the source distribution.
++*/
++
++#include "feedretriever.h"
++
++#include 
++
++#include 
++
++using namespace KBlog;
++
++FeedRetriever::FeedRetriever()
++: Syndication::DataRetriever()
++{
++}
++
++void FeedRetriever::retrieveData(const QUrl )
++{
++auto job = KIO::storedGet(url, KIO::NoReload, KIO::HideProgressInfo);
++connect(job, ::result, this, ::getFinished);
++mJob = job;
++mJob->start();
++}
++
++int FeedRetriever::errorCode() const
++{
++return mError;
++}
++
++void FeedRetriever::abort()
++{
++if (mJob) {
++mJob->kill();
++mJob = nullptr;
++}
++}
++
++void FeedRetriever::getFinished(KJob *job)
++{
++if (job->error()) {
++mError = job->error();
++Q_EMIT dataRetrieved({}, false);
++return;
++}
++
++Q_EMIT dataRetrieved(static_cast(job)->data(), 
true);
++}
+diff --git a/src/feedretriever.h b/src/feedretriever.h
+new file mode 100644
+index 000..fb28020
+--- /dev/null
 b/src/feedretriever.h
+@@ -0,0 +1,54 @@
++/*
++This file is part of Akregator.
++
++Copyright (C) 2018 Daniel Vrátil 
++
++This program is free software; you can redistribute it and/or modify
++it under the terms of the GNU General Public License as published by
++the Free Software Foundation; either version 2 of the License, or
++(at your option) any later version.
++
++This program is distributed in the hope that it will be useful,
++but WITHOUT ANY WARRANTY; without even the implied warranty of
++MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++GNU General Public License for more details.
++
++You should have received a copy of the GNU General Public License
++along with this program; if not, write to the Free Software
++Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
++
++As a special exception, permission is given to link this program
++with any edition of Qt, and distribute the resulting executable,
++

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

2018-10-05 Thread Andreas Sturmlechner
commit: 732c3c5a66d087bfb0a0db07202d7fd6e5b9ce38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 22:40:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 22:42:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732c3c5a

kde-apps/kdepim-meta: Drop kde-apps/syndication RDEPEND

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

 kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild | 67 ++
 1 file changed, 67 insertions(+)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild
new file mode 100644
index 000..b2ec2973ba6
--- /dev/null
+++ b/kde-apps/kdepim-meta/kdepim-meta-18.04.3-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE PIM - merge this to pull in all kdepim-derived packages"
+HOMEPAGE="https://www.kde.org/applications/development;
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadiconsole)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(add_kdeapps_dep akonadi-contacts)
+   $(add_kdeapps_dep akonadi-import-wizard)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep akonadi-notes)
+   $(add_kdeapps_dep akonadi-search)
+   $(add_kdeapps_dep akregator)
+   $(add_kdeapps_dep calendarjanitor)
+   $(add_kdeapps_dep calendarsupport)
+   $(add_kdeapps_dep eventviews)
+   $(add_kdeapps_dep grantlee-editor)
+   $(add_kdeapps_dep grantleetheme)
+   $(add_kdeapps_dep incidenceeditor)
+   $(add_kdeapps_dep kaddressbook)
+   $(add_kdeapps_dep kalarm)
+   $(add_kdeapps_dep kalarmcal)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcalutils)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kdepim-addons)
+   $(add_kdeapps_dep kdepim-apps-libs)
+   $(add_kdeapps_dep kdepim-runtime)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kimap)
+   $(add_kdeapps_dep kldap)
+   $(add_kdeapps_dep kleopatra)
+   $(add_kdeapps_dep kmail)
+   $(add_kdeapps_dep kmail-account-wizard)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmbox)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep knotes)
+   $(add_kdeapps_dep konsolekalendar)
+   $(add_kdeapps_dep kontact)
+   $(add_kdeapps_dep kontactinterface)
+   $(add_kdeapps_dep korganizer)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep ksmtp)
+   $(add_kdeapps_dep libgravatar)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkgapi)
+   $(add_kdeapps_dep libkleo)
+   $(add_kdeapps_dep libksieve)
+   $(add_kdeapps_dep libktnef)
+   $(add_kdeapps_dep mailcommon)
+   $(add_kdeapps_dep mailimporter)
+   $(add_kdeapps_dep mbox-importer)
+   $(add_kdeapps_dep messagelib)
+   $(add_kdeapps_dep pim-data-exporter)
+   $(add_kdeapps_dep pim-sieve-editor)
+   $(add_kdeapps_dep pimcommon)
+"



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

2018-10-05 Thread Thomas Deutschmann
commit: d3ce4f13ea6ccc5358d84f616460a263ea6e4c63
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 22:04:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 22:06:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ce4f13

package.mask: Mask media-video/libav-13 snapshot

Force downgrade for ~arch user. Snapshot is outdated and
vulnerable. v12.3 is the better version even for ~arch users.

Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d797b2ad8ce..78ab889972c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (06 Oct 2018)
+# Outdated and vulnerable snapshot; libav-12.3 is the better
+# version for now
+=media-video/libav-13_pre20171219
+
 # Virgil Dupras  (30 Sep 2018)
 # Dead upstream, unmaintained, no revdeps.
 # Removal in 30 days, bug #611614



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

2018-10-05 Thread Thomas Deutschmann
commit: 64addcf8c4fc672fd0597858d0c101e4ab2600f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 22:00:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 22:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64addcf8

media-video/libav: bump to v12.3

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

 media-video/libav/Manifest  |   1 +
 media-video/libav/libav-12.3.ebuild | 349 
 2 files changed, 350 insertions(+)

diff --git a/media-video/libav/Manifest b/media-video/libav/Manifest
index 125623c2d18..998c922b52f 100644
--- a/media-video/libav/Manifest
+++ b/media-video/libav/Manifest
@@ -4,5 +4,6 @@ DIST fate-12.tar.xz 755165356 BLAKE2B 
031cef24bcfae6205cd6546f453cddb17387176ae8
 DIST fate-9.tar.xz 467671500 BLAKE2B 
df4ef8187f257c91b7b6c3c25c2f204c2d4a476cc73cca199ec1c8af2c4641cbb3a314e39ab38f6d8b68c5fe0b91ff1b4b592dec6b518d544806eaeaca003608
 SHA512 
8e45539f2512ef915b37c857226c0243940259f269b8f99393b9defa3352d7b8c1fcc5078f4f0d40dc0509737f0c915e179cedcc77f71fe5d96b1b956169a202
 DIST libav-11.8.tar.xz 4865796 BLAKE2B 
fb0e8f129edee0423252f334b12485d514f9fdfb3d916877d83141e0985ec4efb4de0f5b65d6e3e6d94b835f317a52116b849eec99d023ebb109bdbc2b7a8c5c
 SHA512 
26f9a6bb7312acc08b6785c260220ada3ca2a8db0d0f2bd4621b47082c275fbdb7978457cb423693ba9a61dc4570b05d0dceb5861ff0bcce859c349a6a8f49be
 DIST libav-12.2.tar.xz 5268804 BLAKE2B 
e25b3dfe1026b9e69c89cbec2090070088a7004dc03e8cc23da2da03824a627c733c16c67e5fc65ec9f19942d93405d5ba6926de83cae04c497597f55220f004
 SHA512 
4b37cfb18a6cf6f12eddb5175b1751c093f3a495ae1d1b54c60157cb260479b1d8fa3a6e3e08c00d7a26422b1e78a750eb35cf7bc763c01790f3567cba03
+DIST libav-12.3.tar.xz 5267988 BLAKE2B 
92147dde4f41a5aa05d93824d3ffa9a21b067f99cec5fa17bc4b8e3600f2b1913f7e74d4ea766c864cdba686dd14d5d3a8bc8af8f9e6de4c956f14cb8e20ab88
 SHA512 
fd4838a934792797a975ece034cbd63760c94ee6becc99b8707e8345e41777baf26e30ef6937ab30b7d2f722977e69aabc2cfca3fcdf88373d579f9cc9d69162
 DIST libav-13_pre20171219.tar.xz 5427904 BLAKE2B 
074dc5d071aeb656fc14a015c2e3c168aa81d25e2fb08d99e300dc47d7ea28f61500fcfab0b16fa136261a5af27631b7536eb3aefa0e1feb4d615af57f9f5a36
 SHA512 
0c9b59957f1fbbff8f5b95b02c11014a4efdddf4b7e1b158cd0fda3af8b89bd90d48263ed0239915adfb7abcd7a8b22c278cd5cf1d01822bd22df65cc7f69689
 DIST libav-9.17.tar.xz 4080028 BLAKE2B 
206e80835292af9f4c1c65539e69981b6993679c11e8a1feef1e37dc32174e47744ebce319b8709bcd60804f493fab1e524c781e174d60d9ebe35ad01f6fbc60
 SHA512 
20af83d4b6a23c159c2386b6592ba6a6acf3f2c54e8aeb16dd0c8a64d637fbde24f37b864698b1143c6802b64a7b5e8ddfe0e7601b35c35686a789e2b3232f5a

diff --git a/media-video/libav/libav-12.3.ebuild 
b/media-video/libav/libav-12.3.ebuild
new file mode 100644
index 000..610966c54b8
--- /dev/null
+++ b/media-video/libav/libav-12.3.ebuild
@@ -0,0 +1,349 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic multilib multilib-minimal toolchain-funcs
+
+if [[ ${PV} == * ]] ; then
+   : ${EGIT_REPO_URI:="git://git.libav.org/libav.git"}
+   if [[ ${PV%} != "" ]] ; then
+   : ${EGIT_BRANCH:="release/${PV%.}"}
+   fi
+   inherit git-r3
+fi
+
+DESCRIPTION="Complete solution to record, convert and stream audio and video"
+HOMEPAGE="https://libav.org/;
+if [[ ${PV} == * ]] ; then
+   SRC_URI=""
+elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
+   SRC_URI="https://dev.gentoo.org/~lu_zero/libav/${P}.tar.xz;
+   SRC_URI+=" test? ( 
https://dev.gentoo.org/~lu_zero/libav/fate-${PV}.tar.xz )"
+else # Official release
+   SRC_URI="https://libav.org/releases/${P}.tar.xz;
+   FATE_VER=${PV%%_*}
+   SRC_URI+=" test? ( 
https://dev.gentoo.org/~lu_zero/libav/fate-12-r1.tar.xz )"
+fi
+
+#  does not have fate-*.tar.xz
+
+LICENSE="LGPL-2.1  gpl? ( GPL-3 )"
+SLOT="0/12"
+[[ ${PV} == * ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips 
~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc 
+encode faac fdk
+   frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k 
libressl mp3
+   +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl 
speex ssl
+   static-libs test theora threads tools truetype twolame v4l vaapi vdpau 
vorbis vpx X
+   wavpack webp x264 x265 xvid +zlib"
+
+# String for CPU features in the useflag[:configure_option] form
+# if :configure_option isn't set, it will use 'useflag' as configure option
+CPU_FEATURES="altivec armv5te armv6 armv6t2 armvfp:vfp neon"
+X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext mmx mmxext sse sse2 sse3 
ssse3 sse4_1:sse4 sse4_2:sse42 avx xop fma3 fma4 avx2"
+for i in ${X86_CPU_FEATURES} ; do
+  

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/, app-benchmarks/stress-ng/files/

2018-10-05 Thread Andreas Sturmlechner
commit: 5e9db7bc5fb91a63f1392c1a52decd096aa54757
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Oct  5 15:33:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9db7bc

app-benchmarks/stress-ng: bump to version 0.09.42

Closes: https://bugs.gentoo.org/667824
Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10079
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-benchmarks/stress-ng/Manifest  |  1 +
 .../files/stress-ng-0.09.42-makefile.patch | 64 ++
 app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild  | 28 ++
 3 files changed, 93 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index e63724e2a46..b9bca146eb2 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.09.41.tar.xz 359760 BLAKE2B 
d57d9350744db29d3e61201f146cd6569efae599743cf3e5971d645beba5de99b4162ec735e0f143c1c3cd8cc9e318441bfd97dfcf5db1b26cd7e4543bfcc918
 SHA512 
d1e2a6442c208d5d32ab688460475a59a2edd73220e44402632650eee022faf5728d282a374f22bcb86ce83662122823a7ba72f9824058d86d9b22a3c1791524
+DIST stress-ng-0.09.42.tar.xz 360452 BLAKE2B 
fa5ad15f066d8e762fb08cdcd4fe58ea6604890edf2384e0676e6c35645a6fd84c568369dc966d23527820630a0b44ab9b8969f3e170c876b03a194ea72384af
 SHA512 
e209a8777331f91b3ec5fca9f6f664513498b21b5b31338e0882cc6c79674524906e8d0d4a8931ab5b382feac65e15639989fc0672e408aaa2eb84c72a059258

diff --git a/app-benchmarks/stress-ng/files/stress-ng-0.09.42-makefile.patch 
b/app-benchmarks/stress-ng/files/stress-ng-0.09.42-makefile.patch
new file mode 100644
index 000..66c07acf679
--- /dev/null
+++ b/app-benchmarks/stress-ng/files/stress-ng-0.09.42-makefile.patch
@@ -0,0 +1,64 @@
+--- a/Makefile 2018-10-05 11:49:55.0 +0200
 b/Makefile 2018-10-05 17:28:38.0 +0200
+@@ -21,7 +21,7 @@
+ # Codename "portable pressure producer"
+ #
+ 
+-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -pipe
++CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -std=gnu99
+ 
+ #
+ # Pedantic flags
+@@ -339,12 +339,10 @@
+ .o: stress-ng.h Makefile
+ 
+ .c.o: stress-ng.h Makefile $(SRC)
+-  @echo "CC $<"
+-  @$(CC) $(CFLAGS) -c -o $@ $<
++  $(CC) $(CFLAGS) -c -o $@ $<
+ 
+ stress-ng: $(OBJS)
+-  @echo "LD $@"
+-  @$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@
++  $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@
+   @sync
+ 
+ makeconfig:
+@@ -365,8 +363,7 @@
+   sed '$$ s/.$$//' >> apparmor-data.c
+   @echo "};" >> apparmor-data.c
+   @echo "const size_t g_apparmor_data_len = sizeof(g_apparmor_data);" >> 
apparmor-data.c
+-  @echo "CC $<"
+-  @$(CC) -c apparmor-data.c -o apparmor-data.o
++  $(CC) -c apparmor-data.c -o apparmor-data.o
+   @rm -rf apparmor-data.c apparmor-data.bin
+ 
+ #
+@@ -381,12 +378,10 @@
+ perf.o: perf.c perf-event.c
+   @$(CC) $(CFLAGS) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | \
+   awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
+-  @echo CC $<
+-  @$(CC) $(CFLAGS) -c -o $@ $<
++  $(CC) $(CFLAGS) -c -o $@ $<
+ 
+ stress-vecmath.o: stress-vecmath.c
+-  @echo CC $<
+-  @$(CC) $(CFLAGS) -fno-builtin -c -o $@ $<
++  $(CC) $(CFLAGS) -fno-builtin -c -o $@ $<
+   @touch stress-ng.c
+ 
+ $(OBJS): stress-ng.h Makefile
+@@ -430,10 +425,10 @@
+   ./stress-ng --seq 0 -t 15 --pathological --verbose --times --tz 
--metrics
+ 
+ .PHONY: install
+-install: stress-ng stress-ng.1.gz
++install: stress-ng
+   mkdir -p ${DESTDIR}${BINDIR}
+   cp stress-ng ${DESTDIR}${BINDIR}
+   mkdir -p ${DESTDIR}${MANDIR}
+-  cp stress-ng.1.gz ${DESTDIR}${MANDIR}
++  cp stress-ng.1 ${DESTDIR}${MANDIR}
+   mkdir -p ${DESTDIR}${JOBDIR}
+   cp -rp example-jobs/*.job ${DESTDIR}${JOBDIR}

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild
new file mode 100644
index 000..59b29c72c00
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.09.42.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   net-misc/lksctp-tools
+   sys-apps/attr
+   sys-apps/keyutils
+   sys-libs/libapparmor
+   sys-libs/libcap
+   sys-libs/zlib:="
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" 

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

2018-10-05 Thread Andreas Sturmlechner
commit: b97641090928d5e472e4c6b887f58b9283e6cd5e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Oct  3 17:52:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9764109

net-misc/jlj: EAPI7 revbump

Closes: https://bugs.gentoo.org/667664
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10056
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/jlj/jlj-2.12-r1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/net-misc/jlj/jlj-2.12-r1.ebuild b/net-misc/jlj/jlj-2.12-r1.ebuild
new file mode 100644
index 000..5534c8e01b5
--- /dev/null
+++ b/net-misc/jlj/jlj-2.12-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple console LiveJournal entry system"
+HOMEPAGE="http://umlautllama.com/projects/perl/#jlj;
+SRC_URI="http://umlautllama.com/projects/perl/${PN}_${PV}.tar.gz;
+
+LICENSE="freedist"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+
+DEPEND="dev-lang/perl"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+   newbin ${PN}.pl ${PN}
+   newdoc .livejournal.rc livejournal.rc
+   dodoc README.JLJ
+}
+
+pkg_postinst() {
+   elog "README.JLJ and a sample livejournal.rc have been installed to"
+   elog "/usr/share/doc/${PF}/"
+}



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

2018-10-05 Thread Andreas Sturmlechner
commit: 65a955217566af17bf09a1f3562586a906eebe4a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:43:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a95521

media-video/blinkensim: update HOMEPAGE, SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10080
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkensim/blinkensim-2.7-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild 
b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
index ab3ed37579a..a5d76d7a4b6 100644
--- a/media-video/blinkensim/blinkensim-2.7-r1.ebuild
+++ b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 DESCRIPTION="Graphical Blinkenlights simulator with networking support"
 
-HOMEPAGE="http://www.blinkenlights.net/project/developer-tools;
-SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz;
+HOMEPAGE="http://blinkenlights.net/project/developer-tools;
+SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-10-05 Thread Andreas Sturmlechner
commit: b16750427fdf708bfb92b2a0944b50afb6af7d84
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:49:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1675042

media-video/blinkenthemes: EAPI7 revbump, improve ebuild

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild 
b/media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild
new file mode 100644
index 000..9fbddc48b41
--- /dev/null
+++ b/media-video/blinkenthemes/blinkenthemes-0.10-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Themes for blinkensim"
+HOMEPAGE="http://blinkenlights.net/project/developer-tools;
+SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/blib"
+BDEPEND="virtual/pkgconfig"



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

2018-10-05 Thread Andreas Sturmlechner
commit: c7717146fc85f60efc48ea5eccef76145d927744
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:54:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7717146

media-video/blinkentools: EAPI7 revbump, improve ebuild

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkentools/blinkentools-2.9-r1.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild 
b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
new file mode 100644
index 000..aac82f88023
--- /dev/null
+++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Provides a set of commandline utilities related to Blinkenlights"
+HOMEPAGE="http://blinkenlights.net/project/developer-tools;
+SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/blib
+   media-libs/libmng"
+BDEPEND="virtual/pkgconfig"



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

2018-10-05 Thread Andreas Sturmlechner
commit: 39748e65c404043ef9c2cf18ff0eb93915f16bcc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:55:48 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39748e65

media-video/blinkenthemes: fix HOMEPAGE, SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkenthemes/blinkenthemes-0.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/blinkenthemes/blinkenthemes-0.10.ebuild 
b/media-video/blinkenthemes/blinkenthemes-0.10.ebuild
index d518284a6c4..2521e9e94a2 100644
--- a/media-video/blinkenthemes/blinkenthemes-0.10.ebuild
+++ b/media-video/blinkenthemes/blinkenthemes-0.10.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
 
 DESCRIPTION="Themes for blinkensim"
-HOMEPAGE="http://www.blinkenlights.net/project/developer-tools;
-SRC_URI="http://www.blinkenlights.de/dist/blinkenthemes-0.10.tar.gz;
+HOMEPAGE="http://blinkenlights.net/project/developer-tools;
+SRC_URI="http://blinkenlights.de/dist/blinkenthemes-0.10.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-misc/ddate/, app-misc/ddate/files/

2018-10-05 Thread Andreas Sturmlechner
commit: e7c5b111a56a7bf4350f3c4f6bb102f1e865031c
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Oct  5 15:12:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c5b111

app-misc/ddate: bump to version 0.2.2

Closes: https://bugs.gentoo.org/667822
Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10078
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-misc/ddate/Manifest  |  1 +
 app-misc/ddate/ddate-0.2.2.ebuild| 20 
 .../files/ddate-0.2.2-dont-compress-manpage.patch| 20 
 app-misc/ddate/metadata.xml  | 20 +---
 4 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/app-misc/ddate/Manifest b/app-misc/ddate/Manifest
index 1cfa94ead9d..94f2e192614 100644
--- a/app-misc/ddate/Manifest
+++ b/app-misc/ddate/Manifest
@@ -1 +1,2 @@
 DIST ddate-0.2.1.tar.gz 7757 BLAKE2B 
b2899b325d5cb45b2aa2460fa900740c41c7790823958fcd1cf971713d61283e050737b0cecdd1988c60718e2741ba1d3a0a48442b4013d9727db6a3765da882
 SHA512 
377ae4be0ddd2386de726603116ec64a524f2f4263cb30d2cd8f10024659f5fee552cf13de45cbaad36c93d2dfd16c0667993d67a37ba2276a96ca052265c714
+DIST ddate-0.2.2.tar.gz 8049 BLAKE2B 
7a987595b2dc399a5fc254891b92af84c9f94830f65c756f75db30c1e4db008ad715608ad37d53f3b73f3f5263023c066c546eb7536dc7439ded3650996be001
 SHA512 
5d148e030bee392eb93c5ae519061af0736f2f75eaae916e3efaf927d9f4de8cc72afc4a5121b6fbc0264b73e9f580330a38b97bb78837d447d0b4c1fc29ec06

diff --git a/app-misc/ddate/ddate-0.2.2.ebuild 
b/app-misc/ddate/ddate-0.2.2.ebuild
new file mode 100644
index 000..ed2ea3d7453
--- /dev/null
+++ b/app-misc/ddate/ddate-0.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils
+
+DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
+HOMEPAGE="https://github.com/bo0ts/ddate;
+SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="public-domain"
+SLOT="0"
+
+RDEPEND="!sys-apps/util-linux[ddate]"
+
+DOCS=( "README.org" )
+
+PATCHES=( "${FILESDIR}/${P}-dont-compress-manpage.patch" )

diff --git a/app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch 
b/app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch
new file mode 100644
index 000..1eacf8ae3a1
--- /dev/null
+++ b/app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch
@@ -0,0 +1,20 @@
+--- a/CMakeLists.txt   2014-06-20 14:56:55.0 +0200
 b/CMakeLists.txt   2018-10-05 17:03:43.0 +0200
+@@ -4,15 +4,9 @@
+ 
+ add_executable(ddate ddate.c)
+ 
+-add_custom_command( OUTPUT ddate.1.gz
+-  COMMAND gzip -c -9 ${CMAKE_SOURCE_DIR}/ddate.1 >> 
${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz
+-  DEPENDS ${CMAKE_SOURCE_DIR}/ddate.1
+-  COMMENT "gzipping manpage"
+-  )
+-
+ add_custom_target( manpage ALL
+-  DEPENDS ddate.1.gz
++  DEPENDS ddate.1
+   )
+ 
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz DESTINATION 
share/man/man1)
++install(FILES ${CMAKE_SOURCE_DIR}/ddate.1 DESTINATION share/man/man1)
+ install(TARGETS ddate DESTINATION bin)

diff --git a/app-misc/ddate/metadata.xml b/app-misc/ddate/metadata.xml
index 62bf9ab7eeb..5326117a6b3 100644
--- a/app-misc/ddate/metadata.xml
+++ b/app-misc/ddate/metadata.xml
@@ -1,7 +1,21 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-bo0ts/ddate
-  
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Converts gregorian dates to discordian dates.
+   Sacred document of the frogs (old erisian poem):
+   73 Days hath chaos, discord, confusion, bureaucracy and 
aftermath.
+   
+   
+   https://github.com/bo0ts/ddate/issues
+   bo0ts/ddate
+   
 



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

2018-10-05 Thread Andreas Sturmlechner
commit: 1963b3b1e434fb6d0adf16e5740de3bd966d3fda
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Thu Oct  4 19:22:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1963b3b1

app-admin/ulogd: migrate to dev-db/mysql-connector-c for mysql

Also drop deprecated ltprune eclass.
Straight to stable since it's trivial changes only.

Closes: https://bugs.gentoo.org/665816
Signed-off-by: Ilya Tumaykin  gmail.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10067
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-admin/ulogd/ulogd-2.0.7-r1.ebuild | 137 ++
 1 file changed, 137 insertions(+)

diff --git a/app-admin/ulogd/ulogd-2.0.7-r1.ebuild 
b/app-admin/ulogd/ulogd-2.0.7-r1.ebuild
new file mode 100644
index 000..073eac95b56
--- /dev/null
+++ b/app-admin/ulogd/ulogd-2.0.7-r1.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic linux-info readme.gentoo-r1 systemd user
+
+DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging"
+HOMEPAGE="https://netfilter.org/projects/ulogd/index.html;
+SRC_URI="https://www.netfilter.org/projects/ulogd/files/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ia64 ppc x86"
+IUSE="dbi doc json mysql nfacct +nfct +nflog pcap postgres selinux sqlite ulog"
+
+COMMON_DEPEND="
+   || ( net-firewall/iptables net-firewall/nftables )
+   >=net-libs/libnfnetlink-1.0.1
+   dbi? ( dev-db/libdbi )
+   json? ( dev-libs/jansson )
+   nfacct? (
+   >=net-libs/libmnl-1.0.3
+   >=net-libs/libnetfilter_acct-1.0.1
+   )
+   nfct? ( >=net-libs/libnetfilter_conntrack-1.0.2 )
+   nflog? ( >=net-libs/libnetfilter_log-1.0.0 )
+   mysql? ( dev-db/mysql-connector-c:= )
+   pcap? ( net-libs/libpcap )
+   postgres? ( dev-db/postgresql:= )
+   sqlite? ( dev-db/sqlite:3 )
+"
+DEPEND="${COMMON_DEPEND}
+   doc? (
+   app-text/linuxdoc-tools
+   app-text/texlive-core
+   dev-texlive/texlive-fontsrecommended
+   virtual/latex-base
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   selinux? ( sec-policy/selinux-ulogd )
+"
+
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="
+You must have at least one logging stack enabled to make ulogd work.
+Please edit the example configuration located at '${EPREFIX}/etc/ulogd.conf'.
+"
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   if use nfacct && kernel_is lt 3 3 0; then
+   ewarn "NFACCT input plugin requires a kernel >= 3.3."
+   fi
+
+   if use ulog && kernel_is ge 3 17 0; then
+   ewarn "ULOG target has been removed in the 3.17 kernel release."
+   ewarn "Consider enabling NFACCT, NFCT, or NFLOG support 
instead."
+   fi
+
+   enewgroup ulogd
+   enewuser ulogd -1 -1 /var/log/ulogd ulogd
+}
+
+src_prepare() {
+   default_src_prepare
+
+   # Change default settings to:
+   # - keep log files in /var/log/ulogd instead of /var/log;
+   # - create sockets in /run instead of /tmp.
+   sed -i \
+   -e "s|var/log|var/log/${PN}|g" \
+   -e 's|tmp|run|g' \
+   ulogd.conf.in || die
+}
+
+src_configure() {
+   append-lfs-flags
+   local myeconfargs=(
+   $(use_with dbi)
+   $(use_with json jansson)
+   $(use_enable nfacct)
+   $(use_enable nfct)
+   $(use_enable nflog)
+   $(use_with mysql)
+   $(use_with pcap)
+   $(use_with postgres pgsql)
+   $(use_with sqlite)
+   $(use_enable ulog)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default_src_compile
+
+   if use doc; then
+   # Prevent access violations from bitmap font files generation.
+   export VARTEXFONTS="${T}/fonts"
+   emake -C doc
+   fi
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/${PN}.html )
+
+   default_src_install
+   find "${D}" -name '*.la' -delete || die
+
+   readme.gentoo_create_doc
+   doman ${PN}.8
+
+   use doc && dodoc doc/${PN}.{dvi,ps,txt}
+   use mysql && dodoc doc/mysql-*.sql
+   use postgres && dodoc doc/pgsql-*.sql
+   use sqlite && dodoc doc/sqlite3.table
+
+   insinto /etc
+   doins ${PN}.conf
+   fowners root:ulogd /etc/${PN}.conf
+   fperms 640 /etc/${PN}.conf
+
+   newinitd "${FILESDIR}/${PN}.init" ${PN}
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotate" ${PN}
+
+   diropts -o ulogd -g ulogd
+   keepdir /var/log/ulogd
+}
+
+pkg_postinst() {
+   

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

2018-10-05 Thread Andreas Sturmlechner
commit: e4b75d27a7dd605939840c4a60cef46b8ab64aec
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:56:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b75d27

media-video/blinkentools: fix HOMEPAGE, SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://bugs.gentoo.org/667838
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkentools/blinkentools-2.9-r1.ebuild | 1 +
 media-video/blinkentools/blinkentools-2.9.ebuild| 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild 
b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
index aac82f88023..684b0baea49 100644
--- a/media-video/blinkentools/blinkentools-2.9-r1.ebuild
+++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
@@ -13,4 +13,5 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="media-libs/blib
media-libs/libmng"
+RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"

diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild 
b/media-video/blinkentools/blinkentools-2.9.ebuild
index 28ec8114d50..81f422d42d6 100644
--- a/media-video/blinkentools/blinkentools-2.9.ebuild
+++ b/media-video/blinkentools/blinkentools-2.9.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
 
 DESCRIPTION="blinkentools is a set of commandline utilities related to 
Blinkenlights"
-HOMEPAGE="http://www.blinkenlights.net/project/developer-tools;
-SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz;
+HOMEPAGE="http://blinkenlights.net/project/developer-tools;
+SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-10-05 Thread Andreas Sturmlechner
commit: 16845911f3f2ff7bac82f3a11847b46a71a79b77
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Thu Oct  4 19:32:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16845911

app-admin/ulogd: remove old

Signed-off-by: Ilya Tumaykin  gmail.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-admin/ulogd/ulogd-2.0.7.ebuild | 137 -
 1 file changed, 137 deletions(-)

diff --git a/app-admin/ulogd/ulogd-2.0.7.ebuild 
b/app-admin/ulogd/ulogd-2.0.7.ebuild
deleted file mode 100644
index a95d6739b24..000
--- a/app-admin/ulogd/ulogd-2.0.7.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic linux-info ltprune readme.gentoo-r1 systemd user
-
-DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging"
-HOMEPAGE="https://netfilter.org/projects/ulogd/index.html;
-SRC_URI="https://www.netfilter.org/projects/ulogd/files/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86"
-IUSE="dbi doc json mysql nfacct +nfct +nflog pcap postgres selinux sqlite ulog"
-
-COMMON_DEPEND="
-   || ( net-firewall/iptables net-firewall/nftables )
-   >=net-libs/libnfnetlink-1.0.1
-   dbi? ( dev-db/libdbi )
-   json? ( dev-libs/jansson )
-   nfacct? (
-   >=net-libs/libmnl-1.0.3
-   >=net-libs/libnetfilter_acct-1.0.1
-   )
-   nfct? ( >=net-libs/libnetfilter_conntrack-1.0.2 )
-   nflog? ( >=net-libs/libnetfilter_log-1.0.0 )
-   mysql? ( virtual/mysql )
-   pcap? ( net-libs/libpcap )
-   postgres? ( dev-db/postgresql:= )
-   sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${COMMON_DEPEND}
-   doc? (
-   app-text/linuxdoc-tools
-   app-text/texlive-core
-   dev-texlive/texlive-fontsrecommended
-   virtual/latex-base
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   selinux? ( sec-policy/selinux-ulogd )
-"
-
-DISABLE_AUTOFORMATTING=1
-DOC_CONTENTS="
-You must have at least one logging stack enabled to make ulogd work.
-Please edit the example configuration located at '${EPREFIX}/etc/ulogd.conf'.
-"
-
-pkg_setup() {
-   linux-info_pkg_setup
-
-   if use nfacct && kernel_is lt 3 3 0; then
-   ewarn "NFACCT input plugin requires a kernel >= 3.3."
-   fi
-
-   if use ulog && kernel_is ge 3 17 0; then
-   ewarn "ULOG target has been removed in the 3.17 kernel release."
-   ewarn "Consider enabling NFACCT, NFCT, or NFLOG support 
instead."
-   fi
-
-   enewgroup ulogd
-   enewuser ulogd -1 -1 /var/log/ulogd ulogd
-}
-
-src_prepare() {
-   default_src_prepare
-
-   # Change default settings to:
-   # - keep log files in /var/log/ulogd instead of /var/log;
-   # - create sockets in /run instead of /tmp.
-   sed -i \
-   -e "s|var/log|var/log/${PN}|g" \
-   -e 's|tmp|run|g' \
-   ulogd.conf.in || die
-}
-
-src_configure() {
-   append-lfs-flags
-   local myeconfargs=(
-   $(use_with dbi)
-   $(use_with json jansson)
-   $(use_enable nfacct)
-   $(use_enable nfct)
-   $(use_enable nflog)
-   $(use_with mysql)
-   $(use_with pcap)
-   $(use_with postgres pgsql)
-   $(use_with sqlite)
-   $(use_enable ulog)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   default_src_compile
-
-   if use doc; then
-   # Prevent access violations from bitmap font files generation.
-   export VARTEXFONTS="${T}/fonts"
-   emake -C doc
-   fi
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/${PN}.html )
-
-   default_src_install
-   prune_libtool_files --modules
-   readme.gentoo_create_doc
-
-   doman ${PN}.8
-
-   use doc && dodoc doc/${PN}.{dvi,ps,txt}
-   use mysql && dodoc doc/mysql-*.sql
-   use postgres && dodoc doc/pgsql-*.sql
-   use sqlite && dodoc doc/sqlite3.table
-
-   insinto /etc
-   doins ${PN}.conf
-   fowners root:ulogd /etc/${PN}.conf
-   fperms 640 /etc/${PN}.conf
-
-   newinitd "${FILESDIR}/${PN}.init" ${PN}
-   systemd_dounit "${FILESDIR}/${PN}.service"
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotate" ${PN}
-
-   diropts -o ulogd -g ulogd
-   keepdir /var/log/ulogd
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



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

2018-10-05 Thread Mikle Kolyada
commit: 45151dcfac954a3de23e9980fb29b43a69244ad7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 21:37:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 21:37:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45151dcf

app-admin/sudo: Add sys-auth/sssd support

Closes: https://bugs.gentoo.org/525674
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-admin/sudo/metadata.xml |   1 +
 app-admin/sudo/sudo-1.8.25_p1-r1.ebuild | 242 
 2 files changed, 243 insertions(+)

diff --git a/app-admin/sudo/metadata.xml b/app-admin/sudo/metadata.xml
index fd239654c5e..66a78473b2e 100644
--- a/app-admin/sudo/metadata.xml
+++ b/app-admin/sudo/metadata.xml
@@ -16,6 +16,7 @@
Let sudo print insults when the user 
types the wrong password
Use SHA2 from dev-libs/openssl 
instead of sudo's internal SHA2
Allow sudo to send emails with 
sendmail
+   Add System Security Services Daemon 
support


cpe:/a:todd_miller:sudo

diff --git a/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild 
b/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild
new file mode 100644
index 000..0420116ccdf
--- /dev/null
+++ b/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild
@@ -0,0 +1,242 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils pam multilib libtool tmpfiles
+if [[ ${PV} == "" ]] ; then
+   EHG_REPO_URI="https://www.sudo.ws/repos/sudo;
+   inherit mercurial
+fi
+
+MY_P=${P/_/}
+MY_P=${MY_P/beta/b}
+
+uri_prefix=
+case ${P} in
+   *_beta*|*_rc*) uri_prefix=beta/ ;;
+esac
+
+DESCRIPTION="Allows users or groups to run commands as other users"
+HOMEPAGE="https://www.sudo.ws/;
+if [[ ${PV} != "" ]] ; then
+   SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
+   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
+   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
+   fi
+fi
+
+# Basic license is ISC-style as-is, some files are released under
+# 3-clause BSD license
+LICENSE="ISC BSD"
+SLOT="0"
+IUSE="gcrypt ldap nls offensive openssl pam sasl selinux +sendmail skey sssd"
+
+CDEPEND="
+   sys-libs/zlib:=
+   gcrypt? ( dev-libs/libgcrypt:= )
+   ldap? (
+   >=net-nds/openldap-2.1.30-r1
+   dev-libs/cyrus-sasl
+   )
+   openssl? ( dev-libs/openssl:0= )
+   pam? ( virtual/pam )
+   sasl? ( dev-libs/cyrus-sasl )
+   skey? ( >=sys-auth/skey-1.1.5-r1 )
+   sssd? ( sys-auth/sssd[sudo] )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=app-misc/editor-wrapper-3
+   virtual/editor
+   ldap? ( dev-lang/perl )
+   pam? ( sys-auth/pambase )
+   selinux? ( sec-policy/selinux-sudo )
+   sendmail? ( virtual/mta )
+"
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+"
+
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="
+   pam? ( !skey )
+   skey? ( !pam )
+   ?? ( gcrypt openssl )
+"
+
+MAKEOPTS+=" SAMPLES="
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+set_secure_path() {
+   # FIXME: secure_path is a compile time setting. using PATH or
+   # ROOTPATH is not perfect, env-update may invalidate this, but until it
+   # is available as a sudoers setting this will have to do.
+   einfo "Setting secure_path ..."
+
+   # first extract the default ROOTPATH from build env
+   SECURE_PATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env;
+   echo "${ROOTPATH}")
+   case "${SECURE_PATH}" in
+   */usr/sbin*) ;;
+   *) SECURE_PATH=$(unset PATH;
+   . "${EPREFIX}"/etc/profile.env; echo "${PATH}")
+   ;;
+   esac
+   if [[ -z ${SECURE_PATH} ]] ; then
+   ewarn " Failed to detect SECURE_PATH, please report this"
+   fi
+
+   # then remove duplicate path entries
+   cleanpath() {
+   local newpath thisp IFS=:
+   for thisp in $1 ; do
+   if [[ :${newpath}: != *:${thisp}:* ]] ; then
+   newpath+=:$thisp
+   else
+   einfo "   Duplicate entry ${thisp} removed..."
+   fi
+   done
+   SECURE_PATH=${newpath#:}
+   }
+   cleanpath 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${SECURE_PATH:+:${SECURE_PATH}}
+
+   # finally, strip gcc paths #136027
+   rmpath() {
+   local e newpath thisp IFS=:
+   for thisp in ${SECURE_PATH} ; do
+   for 

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

2018-10-05 Thread Mikle Kolyada
commit: ebbafa1968cb0b8b3883cba7367f21a74599d165
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 21:24:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 21:28:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbafa19

profiles/arch/alpha/p.u.mask: Add app-admin/sudo[sssd]

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 5ff732c764d..dfc273aa4ad 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mikle Kolyada  (05 Oct 2018)
+# Not keyworded (see bug #540540c#8)
+app-admin/sudo sssd
+
 # Andreas Sturmlechner  (30 Sep 2018)
 # Optional dependency blocking security cleanup, bug #627316
 media-sound/mpd wildmidi



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

2018-10-05 Thread Michał Górny
commit: 6725a37b5c4eceb45fa398ab087b98f1107faec5
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Wed Jul 25 19:26:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  5 21:28:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6725a37b

app-text/linuxdoc-tools: verbump to 0.9.73

Among other things uses nsgmls without a pipe, which fixes bug 606768.

Bug: https://bugs.gentoo.org/606768
Signed-off-by: Ilya Tumaykin  gmail.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9350

 app-text/linuxdoc-tools/Manifest   |  1 +
 .../linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/app-text/linuxdoc-tools/Manifest b/app-text/linuxdoc-tools/Manifest
index fe5f6726cb2..13d8bb69572 100644
--- a/app-text/linuxdoc-tools/Manifest
+++ b/app-text/linuxdoc-tools/Manifest
@@ -1 +1,2 @@
 DIST linuxdoc-tools-0.9.72.tar.gz 614429 BLAKE2B 
404b311c0560780bd81f021760d32e47cd6ebe8abc9aa64a181b8ce727dd0edbbd88d286cdfdcc97a51981bd0bd299563d7b1b2945e06f83ff32c7d3e56abb19
 SHA512 
2d522a99212dab2535786b64e0b404a9bb023d1612d8e57a628de21b5e77b104285713a98591c61a2fb2196e687b34180198ab0dfeda2b44fbbce051e9919408
+DIST linuxdoc-tools-0.9.73.tar.gz 613971 BLAKE2B 
e2e04aaa44d5e2cea5af266e38b476381f87a02b9704e03ae5943f7714634d5d214350abd5b193f2efe656a264403c679495af5f954870b30d32b8b799ad7206
 SHA512 
b26896316e259cf4ef170814d410b1e39e58f61db49b03b4b9c1f767f8459d84214e92d9dcc09ad739508fd9c3c5fe4a2264cbb3c693a11362e59fd221655252

diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild 
b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild
new file mode 100644
index 000..18bccf5a487
--- /dev/null
+++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# EAPI=6 is blocked by Gentoo bugs 497038, 497052.
+EAPI=5
+
+inherit autotools latex-package perl-functions sgml-catalog toolchain-funcs
+
+DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
+HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools;
+SRC_URI="https://gitlab.com/agmartin/linuxdoc-tools/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+ MIT SGMLUG"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd"
+IUSE="doc"
+
+RDEPEND="
+   || ( app-text/openjade app-text/opensp )
+   app-text/sgml-common
+   dev-lang/perl:=
+   sys-apps/groff
+"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/awk
+   doc? (
+   dev-texlive/texlive-fontsrecommended
+   virtual/latex-base
+   )
+"
+
+src_prepare() {
+   # Pregenerated configure scripts fail.
+   eautoreconf
+}
+
+src_configure() {
+   perl_set_version
+   tc-export CC
+   local myeconfargs=(
+   --disable-docs
+   --with-texdir="${TEXMF}/tex/latex/${PN}"
+   --with-perllibdir="${VENDOR_ARCH}"
+   --with-installed-iso-entities
+   )
+   use doc && myeconfargs+=(--enable-docs="txt pdf html")
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   # Prevent access violations from bitmap font files generation.
+   use doc && export VARTEXFONTS="${T}/fonts"
+   default_src_compile
+}
+
+src_install() {
+   # Makefile ignores docdir configuration option.
+   emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install
+   dodoc ChangeLog README
+}
+
+sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" 
"/usr/share/${PN}/${PN}.catalog"
+
+pkg_postinst() {
+   latex-package_pkg_postinst
+   sgml-catalog_pkg_postinst
+}
+
+pkg_postrm() {
+   latex-package_pkg_postrm
+   sgml-catalog_pkg_postrm
+}



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

2018-10-05 Thread Mikle Kolyada
commit: 856c1961fa3bf3a0e6c7489ac148455b0e4ca4ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 21:21:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 21:21:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856c1961

profiles/arch/amd6-fbdf/p.u.mask: Add app-admin/sudo[sssd]

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/arch/amd64-fbsd/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index cf031a82d4a..cb2abc7f354 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mikle Kolyada  (05 Oct 2018)
+# Not keyworded
+app-admin/sudo sssd
+
 # Ulrich Müller  (01 May 2018)
 # Missing keyword on virtual/gsasl dependency, bug #635216.
 net-mail/mailutils sasl



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

2018-10-05 Thread Jeroen Roovers
commit: 63f8b546ecd777f723583dd5ee6a7269338ca6c4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  5 21:13:00 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  5 21:13:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f8b546

sys-fs/squashfs-tools: Fix Github HOMEPAGE.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-fs/squashfs-tools/squashfs-tools-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/squashfs-tools/squashfs-tools-.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-.ebuild
index e6d80fb8d83..5668f68d505 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic git-r3 toolchain-funcs
 DESCRIPTION="Tool for creating compressed filesystem type squashfs"
 HOMEPAGE="
http://squashfs.sourceforge.net
-   https://github.com/plougher
+   https://github.com/plougher/squashfs-tools
 "
 EGIT_REPO_URI="https://github.com/plougher/${PN};
 LICENSE="GPL-2"



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

2018-10-05 Thread Jeroen Roovers
commit: 6a2f80a82c59f9f3b5fa4e6c37a5f76965e13233
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  5 21:09:06 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  5 21:09:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2f80a8

sys-fs/squashfs-tools: Add Github HOMEPAGE

Fixes: https://bugs.gentoo.org/667812
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-fs/squashfs-tools/squashfs-tools-.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-fs/squashfs-tools/squashfs-tools-.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-.ebuild
index 11c0570d7f4..e6d80fb8d83 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit flag-o-matic git-r3 toolchain-funcs
 
 DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net;
-EGIT_REPO_URI="https://github.com/plougher/squashfs-tools;
+HOMEPAGE="
+   http://squashfs.sourceforge.net
+   https://github.com/plougher
+"
+EGIT_REPO_URI="https://github.com/plougher/${PN};
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug lz4 lzma lzo static xattr +xz zstd"



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

2018-10-05 Thread Andreas Sturmlechner
commit: 8e46fbd611ed51a31de430b4079383c801567f21
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 20:19:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 20:59:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e46fbd6

media-libs/libdvdcss: Drop old

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

 media-libs/libdvdcss/Manifest   |  3 ---
 media-libs/libdvdcss/libdvdcss-1.3.0.ebuild | 30 -
 media-libs/libdvdcss/libdvdcss-1.4.0.ebuild | 30 -
 media-libs/libdvdcss/libdvdcss-1.4.1.ebuild | 30 -
 4 files changed, 93 deletions(-)

diff --git a/media-libs/libdvdcss/Manifest b/media-libs/libdvdcss/Manifest
index afb198cb7a7..cdbb67df195 100644
--- a/media-libs/libdvdcss/Manifest
+++ b/media-libs/libdvdcss/Manifest
@@ -1,4 +1 @@
-DIST libdvdcss-1.3.0.tar.bz2 355417 BLAKE2B 
33fa609f8131f7b53d579805fcfcd4aa821f9d9d434f4f34720a4b9a8421bf64206609801da1ca6e36aed63db6c97103cf2303e4b83fbd4a563bf8bbe13147bf
 SHA512 
f3254cb882f03d24e9fbe70fa9aa32ac34c104b57b3ad43727e26a4ab930bddd75de8d9a0e4ba68cdac23e1828f38c2b276679f5386f296cf20db46828836a3d
-DIST libdvdcss-1.4.0.tar.bz2 364373 BLAKE2B 
bad4bfaa17df33ff665684000d54b91c37b5d924b4b707a47756a2ef9b468256eff966379ab30f0c4d7650c0cd5617f70413a8508fa2279485a14b6b44c38680
 SHA512 
ad4503a37f47a9563da0b9e387ca3e812f6cdfbf109b8d92f8eccdd879b4270e5b0ee79041d7fb4c86698d72748f7bbf0257db8da6bb1c889dd4f78645e3371b
-DIST libdvdcss-1.4.1.tar.bz2 366169 BLAKE2B 
54d3f8ccd76286a5b7082abdc8d134fb47d192bb62ee8d58b04f5eb387b804bdde4ec5c7a48627b9afebbb8d3a783a23189886e50277cf855a819fdd08eefd5e
 SHA512 
4456ebcf8b53a8aaee97643261a14a05c929e9e9120cbe5fc6839ddf62be3dcfe7313fca3ee57c00bea43ddf623dc3d61fff7c2f6316338495df95c9c422f39e
 DIST libdvdcss-1.4.2.tar.bz2 366824 BLAKE2B 
106ec0f46eeb4969d0c878ef1e2ad05ac9c0b0ce0d2781c0d68d9d5e08f9c6154b43c4b2e0cd2db0d530eb0a94914161384e788b307af4c4fca3351d270cbe9a
 SHA512 
e46ccded1951046ec481604c5b533c435be14cd0e734cd5315b61868836a20edf4cdc7c1466c2f4ed374de4382c5e758ace700e84aadcb29513001d696f1049c

diff --git a/media-libs/libdvdcss/libdvdcss-1.3.0.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.3.0.ebuild
deleted file mode 100644
index 230c668d491..000
--- a/media-libs/libdvdcss/libdvdcss-1.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-multilib
-
-DESCRIPTION="A portable abstraction library for DVD decryption"
-HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html;
-SRC_URI="https://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="1.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-#DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable doc)
-   --htmldir=/usr/share/doc/${PF}/html
-   )
-
-   autotools-multilib_src_configure
-}

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.0.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.4.0.ebuild
deleted file mode 100644
index 2115e0a3a75..000
--- a/media-libs/libdvdcss/libdvdcss-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-multilib
-
-DESCRIPTION="A portable abstraction library for DVD decryption"
-HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html;
-SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="1.2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-#DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable doc)
-   --htmldir=/usr/share/doc/${PF}/html
-   )
-
-   autotools-multilib_src_configure
-}

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.1.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.4.1.ebuild
deleted file mode 100644
index bda143969df..000
--- a/media-libs/libdvdcss/libdvdcss-1.4.1.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
-
-inherit autotools-multilib
-
-DESCRIPTION="A portable abstraction library for DVD decryption"
-HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html;

[gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/

2018-10-05 Thread Andreas Sturmlechner
commit: 86a4d342a957f9bd622312acf947eeff1494d92b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 20:16:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 20:59:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a4d342

kde-misc/krusader: Drop 2.7.0

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

 kde-misc/krusader/Manifest  |  1 -
 kde-misc/krusader/krusader-2.7.0.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/kde-misc/krusader/Manifest b/kde-misc/krusader/Manifest
index f84f2031f7e..61b6292aadb 100644
--- a/kde-misc/krusader/Manifest
+++ b/kde-misc/krusader/Manifest
@@ -1,2 +1 @@
-DIST krusader-2.7.0.tar.xz 2875080 BLAKE2B 
503e40f7c617779b64b2f5600ae99063d0727ed6781b4b86dcc52b57c56589107ca6bed5fdcbfc37f4d4c682e23a926afb6dc3d758d8e573d019d687dbfe76be
 SHA512 
254b1a0a68fca010dfe79d8364ca745dacc2b5899c9b99d6c576b95e9ac8a564a59a291568158ec1f114b0e2c0137e2a9e7a9b4c01497539e6a9a9d5b7411b1d
 DIST krusader-2.7.1.tar.xz 2889568 BLAKE2B 
f5ed5753d1f5285ff2ff8510429d3b07ef32ab06b37fc20300eb3544f5a44572d5c66067e0031fc767c93cd3517b12062c7c7a91f7ff0bb707d1e20b16d07f55
 SHA512 
860908fd960ae45d298ade30bd4962eea44d126b5a3bb28d04540a0e4fbc0645de2394490fdb624b5fcc7005841c0ce392cda896dc4b1d3d2de3a1e44171222d

diff --git a/kde-misc/krusader/krusader-2.7.0.ebuild 
b/kde-misc/krusader/krusader-2.7.0.ebuild
deleted file mode 100644
index bcdf15e..000
--- a/kde-misc/krusader/krusader-2.7.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many 
extras"
-HOMEPAGE="https://krusader.org/;
-LICENSE="GPL-2+"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   sys-apps/acl
-   sys-libs/zlib
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep knotifications)
-   $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_kdeapps_dep kio-extras)
-   !kde-misc/krusader:4
-"
-
-pkg_postinst() {
-   kde5_pkg_postinst
-
-   if ! has_version kde-apps/thumbnailers:${SLOT} ||
-   ! has_version kde-apps/ffmpegthumbs:${SLOT} ; then
-   elog "For PDF/PS, RAW and video thumbnails support, install:"
-   elog "   kde-apps/thumbnailers:${SLOT}"
-   elog "   kde-apps/ffmpegthumbs:${SLOT}"
-   fi
-
-   if ! has_version kde-apps/keditbookmarks:${SLOT} ; then
-   elog "For bookmarks support, install 
kde-apps/keditbookmarks:${SLOT}"
-   fi
-}



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

2018-10-05 Thread Andreas Sturmlechner
commit: 3cec59b15d7ddbce1447c1d687d23805250a7ee1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 20:21:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 20:59:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cec59b1

media-sound/cantata: 2.3.2 amd64 stable

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

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

diff --git a/media-sound/cantata/cantata-2.3.2.ebuild 
b/media-sound/cantata/cantata-2.3.2.ebuild
index 78ed9592e59..e65a73704d8 100644
--- a/media-sound/cantata/cantata-2.3.2.ebuild
+++ b/media-sound/cantata/cantata-2.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="cdda cddb cdio http-server libav mtp musicbrainz replaygain streaming 
taglib udisks zeroconf"
 REQUIRED_USE="
?? ( cdda cdio )



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

2018-10-05 Thread Robin H. Johnson
commit: 6399cc08b915ef315bfeb3efa06428160e5e1d5b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Oct  5 20:24:58 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Oct  5 20:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6399cc08

dev-vcs/git: bump for CVE-2018-17456

CVE-2018-17456 is an attack via malicious .gitmodules when cloning
--recurse-submodules.

Ref: http://lkml.iu.edu/hypermail/linux/kernel/1810.0/05082.html
Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-vcs/git/Manifest  |   9 +
 dev-vcs/git/git-2.16.5.ebuild | 699 +
 dev-vcs/git/git-2.18.1.ebuild | 715 ++
 dev-vcs/git/git-2.19.1.ebuild | 706 +
 4 files changed, 2129 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 5ce1cf3953e..e1ed51f8719 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,9 +1,18 @@
 DIST git-2.16.4.tar.xz 4968252 BLAKE2B 
77f76408bde02bfacdb99d22baca05893f63c96d1fb7508c7e92541f8f7ec9ced0dad650be788fd28a1e03b5d88b88708652d07a47bedaae60a9cbd4e2eec858
 SHA512 
f54e431e78289349dcb927ec34873dfb801c49a41cbb3d0138346d603af26bd7d86f9ac95e7a61a4831017f3503f33374510ccf68b0e62b0691fc5a43283f1ac
+DIST git-2.16.5.tar.xz 4968780 BLAKE2B 
9987e15152cce334fdfe2f56705fb2d9d246652010e58879fefc79cb20c05f177f2ed0c4ef8955889684466d2d3fbf9a246351751d6c6d6c3c8b4adeb48fbf06
 SHA512 
96770035f370808b7b7f3752c938394522fcb699355ed821591a1ef5756903ad0e8830441d230cbead7718b42066ad4e33fedf8b8c948fbacc89c18f3d486e26
 DIST git-2.18.0.tar.xz 5102264 BLAKE2B 
94a8469a0e489d517136233301f1af622a3e612967316620800a771721f4e558dfb9159f158ddd07d294fce3ceb256038483f5a8c1fe6a84f661710857945dce
 SHA512 
db19363c9c2042248322d49874a27c0614acfb912183725e5d4f0331d6b44cef66a9a7da6a49bd4a17e5d86d30c5fed6bef7527f386494184595a433c4060e46
+DIST git-2.18.1.tar.xz 5102812 BLAKE2B 
43ec86d9aebc73a582f2117ef1c26a6dc820f81ff389a6239ed6e3ea5fd2be0bac54766c3ab8ad1cc9730978e5b73997bb20b24b9f3f43d6eef06bea8a9174c3
 SHA512 
06bdc54c4ff78b77667b917f2aa46a803bd6561236f4177f41b8730785b5f90f8ca705f028131f9365fb0aae2e51cd92c97380141e97c026c96a020e00b992e1
 DIST git-2.19.0.tar.xz 5227124 BLAKE2B 
f917b9ca8325ffbdec7d8614fec3874a09b5d3c421a0179f6c77def7e11f5853d821933b13687087b05791531e194178e1e63f51739ece91e32dddb07a127a0b
 SHA512 
305e51f8e22d96847fcdf4169340795aacaf5f4c5b8052cda860a668059d9ef35bb2840c278b7207f3b9f0e1c32915719649edc20bd3cd33b53e97a06159ceac
+DIST git-2.19.1.tar.xz 5227908 BLAKE2B 
1702662d7eea2ea5fa9d697eece19bee8a451abb1e85b1c7b111b4126e97340ee0c5691faf37c2d9fbe13bdf4ea894d8a3e0e2f7208e7bce111e53d1da81ef5f
 SHA512 
a1bc1032b1de9eb9ea8b7c385cd009f64247e13066e0a91e9682e35400ded05f88c23b523cca4782f57544060d6ba0f9d3bec944399cda5771a4945c38bb9b98
 DIST git-htmldocs-2.16.4.tar.xz 1164256 BLAKE2B 
88a7ab5b094f15bc2b6c0f4d4c3eae185f6e6c0f00f4aca75492f0cc964428d1bf53002e0e43468b60b62058af5f13b061231061247e19b32bc70c2c8adb04eb
 SHA512 
8f4a8c51656559af81296fb064ecf0f88444952c7f8ee91b85e5a61b20d200267d7432f720ded12046bab986361cff48cf7a2f5d21e05c1ac7648cc3168a0049
+DIST git-htmldocs-2.16.5.tar.xz 1164600 BLAKE2B 
303f5543a420a78b7731aee7b9977361130edfdcffbf67e3ad652ac1243a22aa13d883337466e95a186977e34a2989f5639af7acd7c0187219b200cf966a83ef
 SHA512 
00ed040e665e817a0543768bb290c47dd553581a18b136a59ca37e656c538f49716e79a533c5063c2a00f16f7ad021a5836f71b805200df07bb8a3923aacddfb
 DIST git-htmldocs-2.18.0.tar.xz 1201076 BLAKE2B 
f5d592cadf1eb9a24b6d6fb3c68c1ead385a350e4bfc97eee775f1921c7bf47f8790d1eea803d69cde8e381d7aa0ae4c53aebeda464c32cdd7a6558a46a9c8e7
 SHA512 
e227673216b67cf0e5d0abacc305a3b2a30844a6fe31aab18e37643f27c0fce7d3628366732f1518784d095eb33c1bb60b4eb00024d9ccc662deca2962db5324
+DIST git-htmldocs-2.18.1.tar.xz 1201604 BLAKE2B 
ae33ac1ec8d2c95f95dbc5965d191f093628633c047c7d52371b7a3142807a4b878be5abcd13a934a453a5b35abb4a7e0ea49823e98c4a682040afc8d7c0817d
 SHA512 
5310a846091bfa66609ce896bdce163bd84f40c14400a53eab662f0c28037b98fef4a8766a716694a5bf9549793a85b57cb665194dff5612277c6603452ea512
 DIST git-htmldocs-2.19.0.tar.xz 1221804 BLAKE2B 
c3c1e91b05bb5fc777f97973941c97b8c093a94d4dc308527bc6bea7b6cc787bb939d4a5a978a69f1476da8e334f17393bf56a8de64b7e5bd88544d32f858f40
 SHA512 
61c6c1d64affa2f910c0c01a14f19f49ef496e1a09c223f7fb454031a6388dcd96c69c362e0da167a2e4bf1347d4c30e55d9c476076f1ab8e278f9af07053745
+DIST git-htmldocs-2.19.1.tar.xz 1222052 BLAKE2B 
6d63364e0c5c700011ab0b7bc9c207560bc89e6d58e5f8025f30a188b7c90fa1ca58822e0ee129ff531c0702fc0a64e1612b8ff7b41102e5db21eadd0fd01ab9
 SHA512 
40417e80b291a935be78f143f070c68a9a865b6825f85cddd57cf926c25649630dd6612e7e52edb3ab4d1433aca31d38e3b9c95ff5d52827452d03c96e50e344
 DIST git-manpages-2.16.4.tar.xz 417136 BLAKE2B 
9a75913dae62fa2eb31cf48e77e266aa8d91c67b8a753c1740283b1d626dea1e9aa8d7cea06d9b97887f801b4d1f1b927014851105cefd3241ca7ab7330bfc8b
 

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

2018-10-05 Thread Mikle Kolyada
commit: aa699ab14fea0072986d066716fb513f30d539e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 20:14:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 20:14:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa699ab1

sys-auth/sssd: Add ~arm64 keyword wrt bug #540540

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/sys-auth/sssd/sssd-1.16.3.ebuild b/sys-auth/sssd/sssd-1.16.3.ebuild
index 806e5fccb93..6a5c351e002 100644
--- a/sys-auth/sssd/sssd-1.16.3.ebuild
+++ b/sys-auth/sssd/sssd-1.16.3.ebuild
@@ -10,7 +10,7 @@ inherit autotools flag-o-matic linux-info multilib-minimal 
pam python-r1 systemd
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://pagure.io/SSSD/sssd;
 SRC_URI="http://releases.pagure.org/SSSD/${PN}/${P}.tar.gz;
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2018-10-05 Thread Mikle Kolyada
commit: 129d1f67f7d6f6c0e5f5f93885ca0359e98876e1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 20:07:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 20:07:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129d1f67

sys-apps/usbutils: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-apps/usbutils/Manifest|  1 -
 sys-apps/usbutils/files/usbutils-006-stdint.patch | 32 ---
 sys-apps/usbutils/usbutils-008-r1.ebuild  | 50 ---
 3 files changed, 83 deletions(-)

diff --git a/sys-apps/usbutils/Manifest b/sys-apps/usbutils/Manifest
index 56036a34bf8..69beede11ee 100644
--- a/sys-apps/usbutils/Manifest
+++ b/sys-apps/usbutils/Manifest
@@ -1,3 +1,2 @@
-DIST usbutils-008.tar.xz 287052 BLAKE2B 
eb9b998adb69938d004828585f782840e34f453327de54a32c563268db22a870fd7298cf839692e58ae42148e63037260e09bc2f1d5700ff96bcc451aff626ba
 SHA512 
ab1ad36467ff79ff5ab0b924620001612cae44def58c05ade01a4e58d8a4d48df61c09faba49a20497b7d6314045bbaf137b51a9f4e6b65ed0ea3bb339bf1c45
 DIST usbutils-009.tar.xz 309608 BLAKE2B 
bb5d7f756241377e81aa8f5b074bb0ba36bc778698afaebf7054cdb153149e4f3808a7b172019434756cae8b33410643cd6a03a36277f80ead9b0f4446385fd9
 SHA512 
e5936a42615690c13e618655fc5eb4f414d9a84f85b860eaeb3bcf737258e05d299b09d1c5388d50c718626036ec8cac5d670ad567ceadfaab85f401f0744a8a
 DIST usbutils-010.tar.xz 308344 BLAKE2B 
5f0ba85564acaf60faad0e187e7ed5c870056cf80a1e1ae888fa498429a7a9e28eaced49047f8f793bad3c59f3b515557054860286b17d9f89f915d0db5943cc
 SHA512 
8bc197307bc34b38c406c58c939be32f0b20ce9d3e7c977472fe4c3d47e791765432e381fd8d7393df621bbd4bf159ca24a08b22441770e7ae464e767f99a2e3

diff --git a/sys-apps/usbutils/files/usbutils-006-stdint.patch 
b/sys-apps/usbutils/files/usbutils-006-stdint.patch
deleted file mode 100644
index 3aecbdfec04..000
--- a/sys-apps/usbutils/files/usbutils-006-stdint.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://sourceforge.net/p/digimend/bugs/41/
-
 a/usbhid-dump/lib/iface.c
-+++ b/usbhid-dump/lib/iface.c
-@@ -30,6 +30,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- 
- bool
 a/usbhid-dump/lib/iface_list.c
-+++ b/usbhid-dump/lib/iface_list.c
-@@ -30,6 +30,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- bool
- uhd_iface_list_valid(const uhd_iface *list)
 a/usbhid-dump/src/usbhid-dump.c
-+++ b/usbhid-dump/src/usbhid-dump.c
-@@ -40,6 +40,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* Define LIBUSB_CALL for libusb <= 1.0.8 */
- #ifndef LIBUSB_CALL

diff --git a/sys-apps/usbutils/usbutils-008-r1.ebuild 
b/sys-apps/usbutils/usbutils-008-r1.ebuild
deleted file mode 100644
index b4a75cd8ce3..000
--- a/sys-apps/usbutils/usbutils-008-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="USB enumeration utilities"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
-   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/;
-SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-CDEPEND="virtual/libusb:1=
-   virtual/libudev:="
-DEPEND="${CDEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-   sys-apps/hwids
-   python? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-006-stdint.patch
-   sed -i -e '/^usbids/s:/usr/share:/usr/share/misc:' lsusb.py || die
-   use python && python_fix_shebang lsusb.py
-}
-
-src_configure() {
-   econf \
-   --datarootdir="${EPREFIX}/usr/share" \
-   --datadir="${EPREFIX}/usr/share/misc"
-}
-
-src_install() {
-   default
-   newdoc usbhid-dump/NEWS NEWS.usbhid-dump
-
-   use python || rm -f "${ED}"/usr/bin/lsusb.py
-}



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

2018-10-05 Thread Mikle Kolyada
commit: 8599b55e03f3e9ecf6e8b581ee7c7a4c7f0418a2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 19:50:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 19:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8599b55e

sys-devel/bison: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-devel/bison/Manifest   |  1 -
 sys-devel/bison/bison-2.7.1.ebuild | 61 --
 2 files changed, 62 deletions(-)

diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index 2d86eaf7d70..fdc161c9dee 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,4 +1,3 @@
-DIST bison-2.7.1.tar.xz 1781068 BLAKE2B 
bd3161bcf4d2a9f046073280a8d751eb770147f942d48326a9ac869cf31fd8f127759167dced662b826fa54a24cd0cf87b0c096814c84e34afed8078368828a1
 SHA512 
ac0c7ca57142bcb84af498f606acb86091984a00359294fbf721a4ca8112f9fcf26497f7dd2e65f527e04a6e1de94142ecb76602d407e548475970e5a566d370
 DIST bison-3.0.4-patchset.tar.xz 8216 BLAKE2B 
dd059a7a24faf351fa28bc72b6e183935d4409f91b5dcd8640a14d01b480a3e5b28ddb8f5660f16300a3cf1639d67bd3436d016fa304bb4666c9a43fd7897bd7
 SHA512 
87b62c5848360fee5b566c664c378ff08bb81d2b6c07b0d385ebd4dfd6b1a687af1da96ed43ca120695877cfc5e30a149ef35424c7a332e9223179dab6665d0b
 DIST bison-3.0.4.tar.xz 1973796 BLAKE2B 
6320424a5fece04734325226981af287e5745c898df7f0f79c26207599227f40e9ef54f93b2e231e20766ab9a19c0b266545bc5d0bfeabbb958e3e2f6686386c
 SHA512 
bbdc23e7772e49da1c7c47e66d4e4efbfbfe9b21dbc59bf3ad9a6e573eecac6c9f52c7f11a64be9897e8deb99ef7ba015164aa8232aa391b901dd7db03632412
 DIST bison-3.0.5-patches-1.1.tar.xz 5188 BLAKE2B 
437a202cfc2431a5fe9a31ea6bcce5978d5a6ca5e812f3a45928a67aa78ec7c93327e0520516aa5f79a0d7c395e7b959f22d3f2f962eab5a5b826d3f9816786a
 SHA512 
54371d28f3d0ec7a2709684030f4f008cff4cb1a74ba30586615caace5417d4d475a7453ba956d8d10ee819391779d74725c203412339388d4131ddebd46f93d

diff --git a/sys-devel/bison/bison-2.7.1.ebuild 
b/sys-devel/bison/bison-2.7.1.ebuild
deleted file mode 100644
index fadc63d444a..000
--- a/sys-devel/bison/bison-2.7.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit flag-o-matic
-
-DESCRIPTION="A general-purpose (yacc-compatible) parser generator"
-HOMEPAGE="https://www.gnu.org/software/bison/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~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="nls static test"
-
-RDEPEND=">=sys-devel/m4-1.4.16"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   nls? ( sys-devel/gettext )
-   test? ( dev-lang/perl )"
-
-DOCS="AUTHORS ChangeLog-2012 NEWS README THANKS TODO" # ChangeLog-1998 
PACKAGING README-alpha README-release
-
-src_configure() {
-   use static && append-ldflags -static
-
-   # We don't need perl unless we run tests.
-   use test || export ac_cv_path_PERL=true
-   econf \
-   $(use_enable nls)
-}
-
-src_install() {
-   default
-
-   # This one is installed by dev-util/yacc
-   mv "${ED}"/usr/bin/yacc{,.bison} || die
-   mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
-
-   # We do not need liby.a
-   rm -r "${ED}"/usr/lib* || die
-
-   # Move to documentation directory and leave compressing for EAPI>=4
-   mv "${ED}"/usr/share/${PN}/README 
"${ED}"/usr/share/doc/${PF}/README.data
-}
-
-pkg_postinst() {
-   local f="${EROOT}/usr/bin/yacc"
-   if [[ ! -e ${f} ]] ; then
-   ln -s yacc.bison "${f}"
-   fi
-}
-
-pkg_postrm() {
-   # clean up the dead symlink when we get unmerged #377469
-   local f="${EROOT}/usr/bin/yacc"
-   if [[ -L ${f} && ! -e ${f} ]] ; then
-   rm -f "${f}"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/iwidgets/

2018-10-05 Thread Alfredo Tupone
commit: d63aeb2e5a84e9fbe814ebfa85b4a038fb4e7906
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Oct  5 19:49:55 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Oct  5 19:49:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63aeb2e

dev-tcltk/iwidgets: Version bump to 4.1.1

Closes: https://bugs.gentoo.org/478012
Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-tcltk/iwidgets/Manifest  |  3 ++
 dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild | 62 
 2 files changed, 65 insertions(+)

diff --git a/dev-tcltk/iwidgets/Manifest b/dev-tcltk/iwidgets/Manifest
index aa73e53e767..da9c9224b5d 100644
--- a/dev-tcltk/iwidgets/Manifest
+++ b/dev-tcltk/iwidgets/Manifest
@@ -1,2 +1,5 @@
 DIST itcl3.2.1_src.tgz 427026 BLAKE2B 
f37612bc21916bfad082d60cd216e28f2e427307e0ea80aa0ca1506c1d247471bfcd20be744a16ef57f5e04db0c34fcc436f2fbe53715462417202377a6cf0e4
 SHA512 
f6b832f20e53bac66c8bcdbf64aa4aad932ee827fb8059ad2e0dca0c61db01affde6b67c1e0acb331a3837eebcb38282fa7bec90f5d6ed4b65799f4424679f3f
+DIST itcl4.0.3.tar.gz 430522 BLAKE2B 
e1ce0325a501b0227f6ec721927488dff0e2ea323bb8b03b046ce23964b55cdf44d7633f34546b9b0432785e609bb7dddeb3a300cbb2d82a9e4eb70acb1bfd66
 SHA512 
9736a08f0f33e0afa677a77eb643454908531786435b73314a80d9ee211c06f037eb0de3c2c2608b728253f9ec613a601d76f16f29964eb06b667ecbb3400df4
+DIST itk4.0.1.tar.gz 182029 BLAKE2B 
fe3ed0adddf71af9bf795949b18baf7d983edc1e6e95939db18bdf896069083afbc8498935b0c59e2c5f4179fdc6f624e67198afa0755e8183d754c181d50642
 SHA512 
d64beeb42949e96b384ef2fd571971813697086df8b18af79399cedbb80eba19dc013677957959ea93dc0dcd7cdc4be012b3f9a5f0eedf0bd743550837bd78fc
+DIST iwidgets-4.1.1.tar.gz 720630 BLAKE2B 
f276159893b19d7af7cbbe3653f9e406184c76065ae7906c34388545bdfff1b9e427a6e9b1985f349e9229c69c935b5b85ae8a0fd15ef28b0a1312fc4fcec8f4
 SHA512 
56fd91d832c59426b030bde2ec7136e46751503dac1b650d195251cac7ef1d1a7024adb2d995fe835f1039a0f99eb616db97a9e9c591f827a911eea2c233c305
 DIST iwidgets4.0.1.tar.gz 647960 BLAKE2B 
3dafbe73a40e4babff574a82b4bd68546f109a52197f15228877950560f8089f95a44da93c3ff2723e2a40f26bac0e00ca4f34099e716591b93e9aba846e4257
 SHA512 
61d1980eb8beb2821fbd8333f5d1f6faa8bf59d98392fee8d166eef213b27c6b66121d42b8eef64d151e5249009be56076a8cf8bb6635072ee6ee4075858182e

diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild 
b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
new file mode 100644
index 000..5c4d8362e2e
--- /dev/null
+++ b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+BASE_URI_ITCLTK="mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-4-source"
+ITCL_VER=4.0.3
+ITK_VER=4.0.1
+
+DESCRIPTION="Widget collection for incrTcl/incrTk"
+HOMEPAGE="http://incrtcl.sourceforge.net/itcl/;
+SRC_URI="
+   mirror://sourceforge/incrtcl/%5BIncr%20Widgets%5D/${PV}/${P}.tar.gz
+   ${BASE_URI_ITCLTK}/itcl%20${ITCL_VER}/itcl${ITCL_VER}.tar.gz
+   ${BASE_URI_ITCLTK}/itk%20${ITK_VER}/itk${ITK_VER}.tar.gz"
+
+LICENSE="HPND Old-MIT tcltk"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="
+   >=dev-tcltk/itcl-${ITCL_VER}
+   >=dev-tcltk/itk-${ITK_VER}"
+RDEPEND="${DEPEND}"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed \
+   -e "/^\(LIB\|SCRIPT\)_INSTALL_DIR =/s|lib|$(get_libdir)|" \
+   -i Makefile.in || die
+   sed -i \
+   -e "/require/s:Itk:itk:" \
+   iwidgets.tcl.in
+
+   # Bug 115470
+   rm doc/panedwindow.n
+}
+
+src_configure() {
+   (cd ../itcl${ITCL_VER}; ./configure)
+   econf \
+   --with-tcl="${EPREFIX}"/usr/$(get_libdir) \
+   --with-tk="${EPREFIX}"/usr/$(get_libdir) \
+   --with-itcl="${WORKDIR}"/itcl${ITCL_VER} \
+   --with-itk="${WORKDIR}"/itk${ITK_VER}
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   default
+
+   # demos are in the wrong place:
+   mv "${ED}/usr/$(get_libdir)/${PN}${PV}/demos" 
"${ED}/usr/share/doc/${PF}/"
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: 7a379670a34fad8ab0bb064eeebd9d012ff6b4bb
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 19:05:20 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:25:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a379670

dev-libs/npth: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 dev-libs/npth/npth-1.6-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-libs/npth/npth-1.6-r1.ebuild b/dev-libs/npth/npth-1.6-r1.ebuild
new file mode 100644
index 000..14e2fc70b37
--- /dev/null
+++ b/dev-libs/npth/npth-1.6-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool
+
+DESCRIPTION="New GNU Portable Threads Library"
+HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   elibtoolize  # for Solaris shared library
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: 929c3aa7c2f4b46e0b3aa872c784e8181e543bd0
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 19:00:09 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:26:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929c3aa7

dev-libs/libgpg-error: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild | 47 +++
 1 file changed, 47 insertions(+)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild
new file mode 100644
index 000..054a4649584
--- /dev/null
+++ b/dev-libs/libgpg-error/libgpg-error-1.32-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool multilib-minimal toolchain-funcs
+
+DESCRIPTION="Contains error handling functions used by GnuPG software"
+HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~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="common-lisp nls static-libs"
+
+RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/gpg-error-config
+)
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/gpg-error.h
+   /usr/include/gpgrt.h
+)
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(multilib_is_native_abi || echo --disable-languages) \
+   $(use_enable common-lisp languages) \
+   $(use_enable nls) \
+   $(use_enable static-libs static) \
+   --enable-threads \
+   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: 232d82a08b3c9fc3e0e809bd68a46f9982151b73
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 18:39:08 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232d82a0

app-crypt/gnupg: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 app-crypt/gnupg/gnupg-2.2.9-r1.ebuild | 123 ++
 1 file changed, 123 insertions(+)

diff --git a/app-crypt/gnupg/gnupg-2.2.9-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.2.9-r1.ebuild
new file mode 100644
index 000..063744008a2
--- /dev/null
+++ b/app-crypt/gnupg/gnupg-2.2.9-r1.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+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 ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
wks-server"
+
+# Existence of executables is checked during configuration.
+DEPEND=">=dev-libs/npth-1.2
+   >=dev-libs/libassuan-2.5.0
+   >=dev-libs/libgcrypt-1.7.3
+   >=dev-libs/libgpg-error-1.28
+   >=dev-libs/libksba-1.3.4
+   >=net-misc/curl-7.10
+   ssl? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
+   ldap? ( net-nds/openldap )
+   bzip2? ( app-arch/bzip2 )
+   readline? ( sys-libs/readline:0= )
+   smartcard? ( usb? ( virtual/libusb:0 ) )
+   tofu? ( >=dev-db/sqlite-3.7 )
+   virtual/mta
+   app-crypt/pinentry
+   !app-crypt/dirmngr"
+
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-gpg )
+   nls? ( virtual/libintl )"
+
+BDEPEND="nls? ( sys-devel/gettext )
+   doc? ( sys-apps/texinfo )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(
+   ChangeLog NEWS README THANKS TODO VERSION
+   doc/FAQ doc/DETAILS doc/HACKING doc/TRANSLATE doc/OpenPGP doc/KEYSERVER
+)
+
+PATCHES=(
+   
"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
+)
+
+src_configure() {
+   local myconf=()
+
+   if use prefix && use usb; then
+   # bug #649598
+   append-cppflags -I"${EPREFIX}/usr/include/libusb-1.0"
+   fi
+
+   if use elibc_SunOS || use elibc_AIX; then
+   myconf+=( --disable-symcryptrun )
+   else
+   myconf+=( --enable-symcryptrun )
+   fi
+
+   # glib fails and picks up clang's internal stdint.h causing weird errors
+   [[ ${CC} == *clang ]] && \
+   export gl_cv_absolute_stdint_h=/usr/include/stdint.h
+
+   econf \
+   "${myconf[@]}" \
+   $(use_enable bzip2) \
+   $(use_enable nls) \
+   $(use_enable smartcard scdaemon) \
+   $(use_enable ssl gnutls) \
+   $(use_enable tofu) \
+   $(use_enable usb ccid-driver) \
+   $(use_enable wks-server wks-tools) \
+   $(use_with ldap) \
+   $(use_with readline) \
+   --enable-all-tests \
+   --enable-gpg \
+   --enable-gpgsm \
+   --enable-large-secmem \
+   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+}
+
+src_compile() {
+   default
+
+   use doc && emake -C doc html
+}
+
+src_test() {
+   #Bug: 638574
+   use tofu && export TESTFLAGS=--parallel
+   default
+}
+
+src_install() {
+   default
+
+   use tools &&
+   dobin \
+   tools/{convert-from-106,gpg-check-pattern} \
+   
tools/{gpg-zip,gpgconf,gpgsplit,lspgpot,mail-signed-keys} \
+   tools/make-dns-cert
+
+   dosym gpg /usr/bin/gpg2
+   dosym gpgv /usr/bin/gpgv2
+   echo ".so man1/gpg.1" > "${ED}"/usr/share/man/man1/gpg2.1 || die
+   echo ".so man1/gpgv.1" > "${ED}"/usr/share/man/man1/gpgv2.1 || die
+
+   dodir /etc/env.d
+   echo "CONFIG_PROTECT=/usr/share/gnupg/qualified.txt" >> 
"${ED}"/etc/env.d/30gnupg || die
+
+   use doc && dodoc doc/gnupg.html/* doc/*.png
+
+   systemd_douserunit doc/examples/systemd-user/*.{service,socket}
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: c7b362ef55c81beee4f46d1e33abdef76bd74739
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 19:03:25 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b362ef

dev-libs/libksba: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 dev-libs/libksba/libksba-1.3.5-r2.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-libs/libksba/libksba-1.3.5-r2.ebuild 
b/dev-libs/libksba/libksba-1.3.5-r2.ebuild
new file mode 100644
index 000..b8c1d0eee73
--- /dev/null
+++ b/dev-libs/libksba/libksba-1.3.5-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="X.509 and CMS (PKCS#7) library"
+HOMEPAGE="http://www.gnupg.org/related_software/libksba;
+SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2"
+
+LICENSE="LGPL-3+ GPL-2+ GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.8"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   # ppl need to use lib*-config for --cflags and --libs
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: 266b76e601c284b58af128fe1af54029390ea98c
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 18:47:40 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:26:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266b76e6

dev-libs/libassuan: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 dev-libs/libassuan/libassuan-2.5.1-r1.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild 
b/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
new file mode 100644
index 000..89882fdf05b
--- /dev/null
+++ b/dev-libs/libassuan/libassuan-2.5.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool
+
+DESCRIPTION="IPC library used by GnuPG and GPGME"
+HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.8"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   elibtoolize
+
+   # fix standards conflict
+   sed -i \
+   -e '/_XOPEN_SOURCE/s/500/600/' \
+   -e 's/_XOPEN_SOURCE_EXTENDED/_NO&/' \
+   -e 's/__EXTENSIONS__/_NO&/' \
+   configure || die
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   # ppl need to use libassuan-config for --cflags and --libs
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: 4fe15d4b5150e5aedadb063f7b43a70a6f6187d5
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 18:43:57 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:26:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe15d4b

app-crypt/pinentry: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 102 
 1 file changed, 102 insertions(+)

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
new file mode 100644
index 000..4a322c8d5b4
--- /dev/null
+++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic qmake-utils toolchain-funcs
+
+DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
+HOMEPAGE="https://gnupg.org/aegypten2/index.html;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5 static"
+
+DEPEND="
+   app-eselect/eselect-pinentry
+   >=dev-libs/libassuan-2.1
+   >=dev-libs/libgcrypt-1.6.3
+   >=dev-libs/libgpg-error-1.17
+   caps? ( sys-libs/libcap )
+   fltk? ( x11-libs/fltk )
+   gnome-keyring? ( app-crypt/libsecret )
+   gtk? ( x11-libs/gtk+:2 )
+   ncurses? ( sys-libs/ncurses:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   static? ( >=sys-libs/ncurses-5.7-r5:0=[static-libs,-gpm] )
+"
+RDEPEND="${DEPEND}
+   gnome-keyring? ( app-crypt/gcr )
+"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="
+   gtk? ( !static )
+   qt5? ( !static )
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.0-make-icon-work-under-Plasma-Wayland.patch"
+   "${FILESDIR}/${PN}-0.8.2-ncurses.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   use static && append-ldflags -static
+   [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11
+
+   export QTLIB="$(qt5_get_libdir)"
+
+   econf \
+   $(use_enable emacs pinentry-emacs) \
+   $(use_enable fltk pinentry-fltk) \
+   $(use_enable gnome-keyring libsecret) \
+   $(use_enable gnome-keyring pinentry-gnome3) \
+   $(use_enable gtk pinentry-gtk2) \
+   $(use_enable ncurses fallback-curses) \
+   $(use_enable ncurses pinentry-curses) \
+   $(use_enable qt5 pinentry-qt) \
+   $(use_with caps libcap) \
+   --enable-pinentry-tty \
+   MOC="$(qt5_get_bindir)"/moc
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/bin/pinentry
+
+   use qt5 && dosym pinentry-qt /usr/bin/pinentry-qt4
+}
+
+pkg_postinst() {
+   if ! has_version 'app-crypt/pinentry' || has_version 
'=2.6.9 support memory locking for 
unprivileged processes."
+   elog "The soft resource limit for memory locking specifies the 
limit an"
+   elog "unprivileged process may lock into memory. You can also 
use POSIX"
+   elog "capabilities to allow pinentry to lock memory. To do so 
activate the caps"
+   elog "USE flag and add the CAP_IPC_LOCK capability to the 
permitted set of"
+   elog "your users."
+   fi
+
+   eselect pinentry update ifunset
+}
+
+pkg_postrm() {
+   eselect pinentry update ifunset
+}



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

2018-10-05 Thread Alon Bar-Lev
commit: 7924764c9c5ea18743f03638a42355cca080566b
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct  5 18:55:57 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  5 19:26:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7924764c

dev-libs/libgcrypt: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild | 75 
 1 file changed, 75 insertions(+)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
new file mode 100644
index 000..4f3b5d97196
--- /dev/null
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal
+
+DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="0/20" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~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="doc o-flag-munging static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/texi2dvi )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.1-uscore.patch
+   "${FILESDIR}"/${PN}-multilib-syspath.patch
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/libgcrypt-config
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   if [[ ${CHOST} == *86*-solaris* ]] ; then
+   # ASM code uses GNU ELF syntax, divide in particular, we need to
+   # allow this via ASFLAGS, since we don't have a flag-o-matic
+   # function for that, we'll have to abuse cflags for this
+   append-cflags -Wa,--divide
+   fi
+   local myeconfargs=(
+   --disable-dependency-tracking
+   --enable-noexecstack
+   $(use_enable o-flag-munging O-flag-munging)
+   $(use_enable static-libs static)
+
+   # disabled due to various applications requiring privileges
+   # after libgcrypt drops them (bug #468616)
+   --without-capabilities
+
+   # http://trac.videolan.org/vlc/ticket/620
+   # causes bus-errors on sparc64-solaris
+   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
+   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
+
+   GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   default
+   multilib_is_native_abi && use doc && VARTEXFONTS="${T}/fonts" emake -C 
doc gcrypt.pdf
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && use doc && dodoc doc/gcrypt.pdf
+}
+
+multilib_src_install_all() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/, xfce-base/xfce4-session/files/

2018-10-05 Thread Michał Górny
commit: 40c1832fb0d2b37861ed4dbdc2cd2876a53f90cd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  5 19:09:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  5 19:09:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c1832f

xfce-base/xfce4-session: Fix relying on implicit dbus header paths

Backport an upstream patch removing unnecessary use of dbus headers.
This causes the package to implicitly rely on dbus include paths being
added by pkg-config, and causes build failure in the rare case when
xfce4-session dependencies do not require dbus.

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

 .../xfce4-session-4.13.1-kill-dbus-includes.patch  | 43 ++
 .../xfce4-session/xfce4-session-4.13.1.ebuild  |  4 ++
 2 files changed, 47 insertions(+)

diff --git 
a/xfce-base/xfce4-session/files/xfce4-session-4.13.1-kill-dbus-includes.patch 
b/xfce-base/xfce4-session/files/xfce4-session-4.13.1-kill-dbus-includes.patch
new file mode 100644
index 000..cc5bb9d653e
--- /dev/null
+++ 
b/xfce-base/xfce4-session/files/xfce4-session-4.13.1-kill-dbus-includes.patch
@@ -0,0 +1,43 @@
+From 3bddf152b902d8a1e0f674b792577b2cca635c4b Mon Sep 17 00:00:00 2001
+From: Brandon Bergren 
+Date: Sun, 26 Aug 2018 10:28:05 -0400
+Subject: [PATCH] fix build failure when dbus is not in the system include path
+ (Bug #14386)
+
+The d-bus direct depenencies were taken out in 91860af3a38080,
+but the #include  in xfce4-session/xfsm-global.h
+and the #include  line in xfsm-error.c got left
+in accidentally.
+---
+ xfce4-session/xfsm-error.c  | 2 --
+ xfce4-session/xfsm-global.h | 1 -
+ 2 files changed, 3 deletions(-)
+
+diff --git a/xfce4-session/xfsm-error.c b/xfce4-session/xfsm-error.c
+index 2b7f6c04..f0766f5f 100644
+--- a/xfce4-session/xfsm-error.c
 b/xfce4-session/xfsm-error.c
+@@ -20,8 +20,6 @@
+ #include 
+ #endif
+ 
+-#include 
+-
+ #include 
+ 
+ #define XFSM_DBUS_NAME "org.xfce.SessionManager"
+diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
+index d4587123..610d5bf7 100644
+--- a/xfce4-session/xfsm-global.h
 b/xfce4-session/xfsm-global.h
+@@ -27,7 +27,6 @@
+ #include 
+ 
+ #include 
+-#include 
+ 
+ typedef struct _FailsafeClient FailsafeClient;
+ struct _FailsafeClient
+-- 
+2.19.0
+

diff --git a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
index 7819b1d8883..d0df74cf881 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.13.1.ebuild
@@ -44,6 +44,10 @@ PATCHES=(
 # TODO: this patch needs updating for the new version, and finding
 # upstream bug.
 #  "${FILESDIR}"/${PN}-4.12.1-light-locker_support_to_xflock4.patch
+
+   # fix building with no dbus dependency
+   # https://bugs.gentoo.org/667440
+   "${FILESDIR}"/xfce4-session-4.13.1-kill-dbus-includes.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/files/, sys-libs/libcxx/

2018-10-05 Thread Michał Górny
commit: 5c39e60eb1090bb54f673f7ab03eb8edaecf32e3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  5 18:36:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  5 18:48:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c39e60e

sys-libs/libcxx: Backport libsupc++ build fix to 7.0.0

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

 .../files/libcxx-7.0.0-libsupcxx-install.patch | 32 ++
 sys-libs/libcxx/libcxx-7.0.0.ebuild|  4 +++
 2 files changed, 36 insertions(+)

diff --git a/sys-libs/libcxx/files/libcxx-7.0.0-libsupcxx-install.patch 
b/sys-libs/libcxx/files/libcxx-7.0.0-libsupcxx-install.patch
new file mode 100644
index 000..35b04e253e6
--- /dev/null
+++ b/sys-libs/libcxx/files/libcxx-7.0.0-libsupcxx-install.patch
@@ -0,0 +1,32 @@
+From 84f960980e5bbaf136bc130cb385379b8f610335 Mon Sep 17 00:00:00 2001
+From: Petr Hosek 
+Date: Thu, 4 Oct 2018 05:38:53 +
+Subject: [PATCH] [CMake] Use just basename when copying C++ ABI headers
+
+This avoids duplicate directories when the filename includes path.
+
+Fixes PR39145
+
+Differential Revision: https://reviews.llvm.org/D52762
+
+git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@343753 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ cmake/Modules/HandleLibCXXABI.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/Modules/HandleLibCXXABI.cmake 
b/cmake/Modules/HandleLibCXXABI.cmake
+index ef3b4f5dd..1c19d7e01 100644
+--- a/cmake/Modules/HandleLibCXXABI.cmake
 b/cmake/Modules/HandleLibCXXABI.cmake
+@@ -41,7 +41,7 @@ macro(setup_abi_lib abidefines abilib abifiles abidirs)
+ get_filename_component(ifile ${fpath} NAME)
+ set(src ${incpath}/${fpath})
+ 
+-set(dst ${LIBCXX_BINARY_INCLUDE_DIR}/${dstdir}/${fpath})
++set(dst ${LIBCXX_BINARY_INCLUDE_DIR}/${dstdir}/${ifile})
+ add_custom_command(OUTPUT ${dst}
+ DEPENDS ${src}
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
+-- 
+2.19.0
+

diff --git a/sys-libs/libcxx/libcxx-7.0.0.ebuild 
b/sys-libs/libcxx/libcxx-7.0.0.ebuild
index d94f0c1c617..790f5dc1221 100644
--- a/sys-libs/libcxx/libcxx-7.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-7.0.0.ebuild
@@ -46,6 +46,10 @@ PATCHES=(
# Add link flag "-Wl,-z,defs" to avoid underlinking; this is needed in a
# out-of-tree build.
"${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
+
+   # Fix installing when using libsupc++ backend.
+   # https://bugs.gentoo.org/667174
+   "${FILESDIR}/${PN}-7.0.0-libsupcxx-install.patch"
 )
 
 # least intrusive of all



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

2018-10-05 Thread Thomas Deutschmann
commit: 603036c004c603a46a2ac73f0f02f593760c56e2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 18:36:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 18:36:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603036c0

net-dns/dnssec-root: bump dev-perl/XML-XPath requirement

Bug: https://bugs.gentoo.org/667774
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../{dnssec-root-20170203.ebuild => dnssec-root-20170203-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnssec-root/dnssec-root-20170203.ebuild 
b/net-dns/dnssec-root/dnssec-root-20170203-r1.ebuild
similarity index 98%
rename from net-dns/dnssec-root/dnssec-root-20170203.ebuild
rename to net-dns/dnssec-root/dnssec-root-20170203-r1.ebuild
index f829b14c0ef..ffac71c421d 100644
--- a/net-dns/dnssec-root/dnssec-root-20170203.ebuild
+++ b/net-dns/dnssec-root/dnssec-root-20170203-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh
 IUSE=""
 
 RDEPEND=""
-DEPEND="dev-perl/XML-XPath"
+DEPEND=">=dev-perl/XML-XPath-1.420.0"
 
 src_unpack() {
mkdir "${S}" || die



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

2018-10-05 Thread Thomas Deutschmann
commit: cd94dc6ddea421e3d759bacac118311ad4a9facd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 18:34:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 18:34:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd94dc6d

dev-perl/XML-XPath: amd64 stable (bug #667774)

Bug: https://bugs.gentoo.org/667774
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild 
b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
index 5eb506f1bb7..42690e1f0cc 100644
--- a/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
+++ b/dev-perl/XML-XPath/XML-XPath-1.420.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A XPath Perl Module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-Parser-2.230.0"



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

2018-10-05 Thread Virgil Dupras
commit: 800e343c051242fbb58a47daa6ffad6120e9a4db
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Oct  5 18:26:05 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Oct  5 18:26:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800e343c

dev-python/paramiko: propagate alpha keyword to 2.4.2

Bug: https://bugs.gentoo.org/647562
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild 
b/dev-python/paramiko/paramiko-2.4.2.ebuild
index fb8e47b707d..42cc0978f99 100644
--- a/dev-python/paramiko/paramiko-2.4.2.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples server test"
 
 RDEPEND="



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

2018-10-05 Thread Jeroen Roovers
commit: 9e69c9a316fd7c0d34c954d01b843158ee5b6ab2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  5 18:20:43 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  5 18:20:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e69c9a3

net-libs/libssh2: Add RESTRICT=test

Many of the tests require app-emulation/docker to be set up and working.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/libssh2/libssh2-1.8.0-r2.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild 
b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
index 76496b69216..501d50e4569 100644
--- a/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
+++ b/net-libs/libssh2/libssh2-1.8.0-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils multilib-minimal
+inherit cmake-multilib
 
 DESCRIPTION="Library implementing the SSH2 protocol"
 HOMEPAGE="https://www.libssh2.org;
@@ -11,10 +11,11 @@ SRC_URI="https://www.${PN}.org/download/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 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-solaris"
-IUSE="gcrypt libressl mbedtls test zlib"
+IUSE="gcrypt libressl mbedtls zlib"
 REQUIRED_USE="
?? ( gcrypt libressl mbedtls )
 "
+RESTRICT="test"
 
 RDEPEND="
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
@@ -23,7 +24,9 @@ RDEPEND="
mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch



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

2018-10-05 Thread Michał Górny
commit: 661fb2d44de4f77afc239eb9761030958c2690cc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  5 17:56:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  5 18:01:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661fb2d4

app-admin/testdisk: Bump to 7.1_pre20180922 snapshot

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

 app-admin/testdisk/Manifest|  1 +
 app-admin/testdisk/testdisk-7.1_pre20180922.ebuild | 99 ++
 2 files changed, 100 insertions(+)

diff --git a/app-admin/testdisk/Manifest b/app-admin/testdisk/Manifest
index 2a977ec6d5e..99dba768e84 100644
--- a/app-admin/testdisk/Manifest
+++ b/app-admin/testdisk/Manifest
@@ -1 +1,2 @@
+DIST testdisk-6837474129968d7de13d91e5454bd824c9136e73.tar.gz 637265 BLAKE2B 
7d7a2c875db9d34ad5be687ef0ccc8122759c645b30faf6eed7967747e69ac988078ab6c1909007c32c6bf5a879a5bfd00dff3d2d268e5b50e3b60a8b660c636
 SHA512 
b494e23ccd8f913a9b22f4b803b02af66e94f6971f45e6aea8a0e1dd8549996e7bdd3fafcf70078ebc242f262d064cdc5674d99cb7a367b810c45c0b1c40336d
 DIST testdisk-7.1_pre20180322.tar.gz 632598 BLAKE2B 
741610622c9afa2c41d14e8eb391cbe629a5f7ac102cf4cbf446b0c0d7330cb8482a17c1ce8470aa9d1b0578aac254cf17aa061e21dd831a803152514fab5422
 SHA512 
fbe699ccfbe31be636d71eda5d1fccb8efb16788bf664e048ee16344c3d3689961aaa7ef4c9123690db695bb7ae3439440bd775ab8b8455500232b2fc6048ebc

diff --git a/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild 
b/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
new file mode 100644
index 000..f5f2f95d5e0
--- /dev/null
+++ b/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_COMMIT=6837474129968d7de13d91e5454bd824c9136e73
+inherit autotools flag-o-matic gnome2-utils
+
+DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based 
recovery tool"
+HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk;
+SRC_URI="https://git.cgsecurity.org/cgit/${PN}/snapshot/${PN}-${EGIT_COMMIT}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="ewf jpeg ntfs qt5 reiserfs static zlib"
+
+REQUIRED_USE="static? ( !qt5 )"
+
+# WARNING: reiserfs support does NOT work with reiserfsprogs
+# you MUST use progsreiserfs-0.3.1_rc8 (the last version ever released).
+COMMON_DEPEND="
+   static? (
+   sys-apps/util-linux[static-libs]
+   sys-fs/e2fsprogs[static-libs]
+   sys-libs/ncurses:0[static-libs]
+   jpeg? ( virtual/jpeg:0[static-libs] )
+   ntfs? ( sys-fs/ntfs3g:=[static-libs] )
+   reiserfs? ( >=sys-fs/progsreiserfs-0.3.1_rc8[static-libs] )
+   zlib? ( sys-libs/zlib[static-libs] )
+   !arm? ( ewf? ( app-forensics/libewf:=[static-libs] ) )
+   )
+   !static? (
+   sys-apps/util-linux
+   sys-fs/e2fsprogs
+   sys-libs/ncurses:0=
+   jpeg? ( virtual/jpeg:0 )
+   ntfs? ( sys-fs/ntfs3g )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   reiserfs? ( >=sys-fs/progsreiserfs-0.3.1_rc8 )
+   zlib? ( sys-libs/zlib )
+   !arm? ( ewf? ( app-forensics/libewf:= ) )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )
+"
+RDEPEND="!static? ( ${COMMON_DEPEND} )"
+
+DOCS=( )
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-sudo
+   --without-ntfs
+   $(use_with ewf)
+   $(use_with jpeg)
+   $(use_with ntfs ntfs3g)
+   $(use_enable qt5 qt)
+   $(use_with reiserfs)
+   $(use_with zlib)
+   )
+
+   # this static method is the same used by upstream for their 'static' 
make
+   # target, but better, as it doesn't break.
+   use static && append-ldflags -static
+
+   econf "${myeconfargs[@]}"
+
+   # perform safety checks for NTFS, REISERFS and JPEG
+   if use ntfs && ! egrep -q '^#define HAVE_LIBNTFS(3G)? 1$' 
"${S}"/config.h ; then
+   die "Failed to find either NTFS or NTFS-3G library."
+   fi
+   if use reiserfs && egrep -q 'undef HAVE_LIBREISERFS\>' "${S}"/config.h 
; then
+   die "Failed to find reiserfs library."
+   fi
+   if use jpeg && egrep -q 'undef HAVE_LIBJPEG\>' "${S}"/config.h ; then
+   die "Failed to find jpeg library."
+   fi
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-10-05 Thread Michał Górny
commit: deb5e0273f8ca487797bb56a73f151995043353b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  5 17:58:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  5 18:01:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb5e027

app-admin/testdisk: Add myself as co-maintainer

This is important piece of software, two maintainers are safer than one
;-).

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

 app-admin/testdisk/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-admin/testdisk/metadata.xml b/app-admin/testdisk/metadata.xml
index 0421c7e4767..4c1e67e367e 100644
--- a/app-admin/testdisk/metadata.xml
+++ b/app-admin/testdisk/metadata.xml
@@ -5,6 +5,10 @@
robb...@gentoo.org
Robin H. Johnson

+   
+   mgo...@gentoo.org
+   Michał Górny
+   

Include the ability to read NTFS 
filesystems
Include reiserfs reading ability



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

2018-10-05 Thread Mikle Kolyada
commit: ddbd471f67ff8a27f7bcd325ac9425b5e04ac94a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 17:36:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 17:36:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbd471f

x11-themes/numix-icon-theme-circle: Version bump (v18.10.03)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-themes/numix-icon-theme-circle/Manifest|  1 +
 .../numix-icon-theme-circle-18.10.03.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/x11-themes/numix-icon-theme-circle/Manifest 
b/x11-themes/numix-icon-theme-circle/Manifest
index bdb83d45381..91adb5251bd 100644
--- a/x11-themes/numix-icon-theme-circle/Manifest
+++ b/x11-themes/numix-icon-theme-circle/Manifest
@@ -1,2 +1,3 @@
 DIST numix-icon-theme-circle-18.08.29.tar.gz 2095843 BLAKE2B 
b39bd5eaf3c9ec4156a71d235059b28d049ddf25ec600a5f3a782e4b51149d0e7eccf37379a117ae7471a3885f7a529989f9085419864975afbb07a325bda629
 SHA512 
433c343730b23dd3969903f85d7ac36d40a4723f342b259e8136c1fbe35b7af8c17227541f3ccacffbeacf2873547c9327a1c5f0d522da04483719606e26293b
 DIST numix-icon-theme-circle-18.09.19.tar.gz 2196678 BLAKE2B 
a58ab5381f4ad1e441d188c1b7db0836b025d57c4075030c0e83a12de7917cd775be7bb8ae686afe302188232569c67d21772c119102a30d4bc717f301b3e44e
 SHA512 
ace6c50ec9e9b08aac579ae92a44ba48494f2f22403e233c5ec00bb967c9bb6b70e785fbb061bfc9693db4de0ee90023af66c66e6984bd36d1e92be5f68afb02
+DIST numix-icon-theme-circle-18.10.03.tar.gz 2198504 BLAKE2B 
632baceb5dd56cce372a79cb8a0e21cc5201d4bf32f939db10fd9dcfb5642f64ab38e180c622e832e23299580b3c4c4f23baccf6a771e09c1e7efeb4864af4e7
 SHA512 
0e494367cffd7e77dca282ceb7d368950eb6c2e64d8bc58ded95bfdf4b83265be5bd9c7ed8cb5377a5e8250109dbc87ba48c2fcab29e9c3e2626e93cd999eb54

diff --git 
a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.10.03.ebuild 
b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.10.03.ebuild
new file mode 100644
index 000..d2b6a630f0b
--- /dev/null
+++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-18.10.03.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="An icon theme for Linux from the Numix project"
+HOMEPAGE="https://github.com/numixproject;
+SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-themes/numix-icon-theme"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   insinto /usr/share/icons
+   doins -r Numix-Circle{,-Light}
+
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



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

2018-10-05 Thread Michał Górny
commit: e46a3669ac74d63811cfc9e3e765a3bd8b3c6cf1
Author: Alexander Barker  1stleg  com>
AuthorDate: Fri Oct  5 01:00:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  5 17:31:49 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=e46a3669

repositories: Add what4-java

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/api-gentoo-org/pull/162

 files/overlays/repositories.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index ff8dea2..88d52d6 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5143,6 +5143,16 @@
 
 https://github.com/whiledev/whiledev-overlay.git
   
+  
+what4-java
+Incubator for dev-java updates that the Gentoo Java team has 
no time for
+https://github.com/kwhat/gentoo-what4-java-overlay
+
+  a...@1stleg.com
+  Alex Barker
+
+https://github.com/kwhat/gentoo-what4-java-overlay.git
+  
   
 wichtounet
 Personal overlay of Baptiste Wicht



[gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/

2018-10-05 Thread Mikle Kolyada
commit: d3bd3eb43743e3c56b007378ddc30459422e93e2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 17:11:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 17:11:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bd3eb4

sci-libs/netcdf: amd64 stable wrt bug #641344

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sci-libs/netcdf/netcdf-4.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild 
b/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild
index 060bb830f2c..a37c4a93ef3 100644
--- a/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild
+++ b/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="UCAR-Unidata"
 SLOT="0/13"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
 
 RDEPEND="



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

2018-10-05 Thread Mikle Kolyada
commit: ddc4dc0434c8e7f079f24009bea43cb68cb3cb05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 17:08:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 17:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc4dc04

app-portage/repoman: amd64 stable wrt bug #667826

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/app-portage/repoman/repoman-2.3.11.ebuild 
b/app-portage/repoman/repoman-2.3.11.ebuild
index 3273c5884de..c915c5409aa 100644
--- a/app-portage/repoman/repoman-2.3.11.ebuild
+++ b/app-portage/repoman/repoman-2.3.11.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2018-10-05 Thread Mikle Kolyada
commit: 35f49f0e49f3a029d4fe43646c22a234cd35fa35
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 17:06:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 17:06:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f49f0e

sys-apps/portage: s390/sh/m68k stable wrt bug #666374

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-apps/portage/portage-2.3.49.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
index 83bc4fb447e..8ca04fb2dee 100644
--- a/sys-apps/portage/portage-2.3.49.ebuild
+++ b/sys-apps/portage/portage-2.3.49.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



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

2018-10-05 Thread Tobias Klausmann
commit: 7efe3a0c0bc6f058d156af85685370c6fad2f85a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Oct  5 16:15:41 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Oct  5 17:05:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efe3a0c

dev-python/pynacl-1.2.1-r0: add ~alpha keyword

Gentoo-Bug: http://bugs.gentoo.org/647562
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/dev-python/pynacl/pynacl-1.2.1.ebuild 
b/dev-python/pynacl/pynacl-1.2.1.ebuild
index 0cb10251968..4f87c03cdc4 100644
--- a/dev-python/pynacl/pynacl-1.2.1.ebuild
+++ b/dev-python/pynacl/pynacl-1.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-10-05 Thread Tobias Klausmann
commit: 4f674b4c8cdfe0f1274a85894d553fce0c5031be
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Oct  5 16:15:36 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Oct  5 17:05:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f674b4c

dev-python/paramiko-2.4.1-r0: add ~alpha keyword

Gentoo-Bug: http://bugs.gentoo.org/647562
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/dev-python/paramiko/paramiko-2.4.1.ebuild 
b/dev-python/paramiko/paramiko-2.4.1.ebuild
index 7460d9cfdd4..aba3b71c721 100644
--- a/dev-python/paramiko/paramiko-2.4.1.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples test"
 
 RDEPEND="



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

2018-10-05 Thread Tobias Klausmann
commit: 0adbc8a46032ccd2f4a0c35f9dcb4072af6d66bc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Oct  5 16:15:42 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Oct  5 17:05:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adbc8a4

dev-python/pytest-relaxed-1.1.4-r0: add ~alpha keyword

Gentoo-Bug: http://bugs.gentoo.org/647562
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild 
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index 0f5f4b758f3..683884b4f05 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-05 Thread Virgil Dupras
commit: f47c42ae3523ada50fa72cba366f3d3266f2d140
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Oct  5 16:48:45 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Oct  5 16:48:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47c42ae

dev-python/pytest: bump to 3.8.2

Dropping !!logilab-common because it's being last-rited.

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/pytest/Manifest   |  2 +-
 .../pytest/{pytest-3.8.1.ebuild => pytest-3.8.2.ebuild}  | 12 ++--
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 9b454ae9232..88b474b837f 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -1,4 +1,4 @@
 DIST pytest-3.2.2.tar.gz 786396 BLAKE2B 
e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1
 SHA512 
6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db
 DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 
96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6
 SHA512 
787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b
 DIST pytest-3.6.3.tar.gz 830949 BLAKE2B 
4c0df5d157b8bb0ac6261a793aac2a8074c869b1a7cbda3eda600c79648b3722eaf2a57514c1fece60e0aac324b8ed09e8e889dda268619204e9e1f1637e1c9b
 SHA512 
e18d8e972cb1b05b037b9441eea5981ce036d8e2c2bab80f6e50f283df9bd08740296133990424cf78449f6d3d2fbd1d59709770aa972af99fe061583f2d79a7
-DIST pytest-3.8.1.tar.gz 867647 BLAKE2B 
ad8932b7ea1c441a838d56a9acd1ac3d8c9007d4be7ed137f228dbd20efa5b8c7013eb5b25554697b3b6a6bde3e78abf52431c0ac069aad97ac651ac5edc9992
 SHA512 
8d1b79f4c813f46109e8ca91e4e41ba5f2efe21905bfb94d39c195728d2f994da6a55773b77f3fee603c1d8e97d965a58b0ca3e5148d2dcf5462780c01f43480
+DIST pytest-3.8.2.tar.gz 869668 BLAKE2B 
91d75481e4ef36ab06654b340751a33a96b9f6187cdfc65694973e2d4d7ddc5806fe673c87f0aa442c6c657a953b36c22d288eee8f61cc002be4be803bc98111
 SHA512 
5420de07ff741f64bcb7fce7bf3b5097cf63be2539c2e694c168bd824ba468ca87cb17be801b72b972ab417da98d1b5473f319afd642bf5c6c0270e3a697d016

diff --git a/dev-python/pytest/pytest-3.8.1.ebuild 
b/dev-python/pytest/pytest-3.8.2.ebuild
similarity index 93%
rename from dev-python/pytest/pytest-3.8.1.ebuild
rename to dev-python/pytest/pytest-3.8.2.ebuild
index 42abea6a871..17be8889de9 100644
--- a/dev-python/pytest/pytest-3.8.1.ebuild
+++ b/dev-python/pytest/pytest-3.8.2.ebuild
@@ -22,7 +22,7 @@ PY_VER="1.5.0"
 
 # pathlib2 has been added to stdlib before py3.6, but pytest needs __fspath__
 # support, which only came in py3.6.
-COMMON_DEPEND="
+RDEPEND="
>=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
@@ -39,7 +39,7 @@ COMMON_DEPEND="
 #  )"
 
 # flake & pytest-capturelog cause a number of tests to fail
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
>=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
@@ -51,15 +51,7 @@ DEPEND="${COMMON_DEPEND}
!!dev-python/pytest-capturelog
)"
 
-RDEPEND="
-   ${COMMON_DEPEND}
-   !=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
 
# Something in the ebuild environment causes this to hang/error.



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

2018-10-05 Thread Göktürk Yüksek
commit: c29a07ef58b57acb0a1765dc9ac51c7d74582f60
Author: Sarah White  poindexter  ovh>
AuthorDate: Mon Oct  1 02:41:16 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Oct  5 16:03:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29a07ef

sys-kernel/ck-sources: version 4.14.73

updated to genpatches-4.14-79

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sarah White  poindexter.ovh>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.73.ebuild | 64 +
 2 files changed, 67 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 38267de924d..ecfb2b77699 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -25,6 +25,9 @@ DIST genpatches-4.14-75.extras.tar.xz 17488 BLAKE2B 
64b765bc55181449566ef672bdbc
 DIST genpatches-4.14-77.base.tar.xz 1897728 BLAKE2B 
0481c22f540d3a8f663717ca5771c480a4c88dcd59323ee313b0fa08f887ec855a43cccf928e21978a666509ee96c1a1eb360909278944e625c0c802a2d7e7ac
 SHA512 
d9433d1e5b9232dca6d74928a835bed1e3f27c0affa96e335895df67cb2f7d11d2ba27cd3f6ac40cc51a5a7a670008df91061be5274d61bcc08eb0f06f90d5fe
 DIST genpatches-4.14-77.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 
a063a5e76f391a0d8011a0a1bb1fa06e6693c7efb211e5d25bfa5f39b6dc216f3c965ec1303a1d865c4b3c1484e03a4b99f3097759a0e15b15ca8b11215a3342
 DIST genpatches-4.14-77.extras.tar.xz 17492 BLAKE2B 
abaf103790fceab73cacd949473e50b8d678e0fb1ead41a36577a02e48805052c8d10f78ce474c215773117e9aeb97a49123b58a3ce42348520e32415838ec13
 SHA512 
28db86e6cfeaa3293d5a9db43774d5c0710492e9ca6b750a687b65a4d38e3a6cc196f689025bf7ce8fded4e97a221f4e2c4352e1ffc2a465fb3546a8d6712536
+DIST genpatches-4.14-79.base.tar.xz 1941112 BLAKE2B 
eadad4bd05e013fa68a47a420cfd76764df91f12ae1f25fc1e32fa30b7da999ac3eae42aaf6ae14a18b949f28adb4f4ec1557bc2a6cb3d496954851066b06a24
 SHA512 
8955f649752dd1bf2e8223f8bf6ac65a8b8775299a34c8d9ea3a7bb37d74fd013b30118be9041a59a54671a3f5cf517d840b2f83f9fe431bcc51e7019508
+DIST genpatches-4.14-79.experimental.tar.xz 5224 BLAKE2B 
f03b0806ab474eb5fc3fe58a873cea76c16d39fe87629a15941eee0eca9b980714f099526741df8b2ce7203cadb7b0b1680422083b61e4725152421d43f737bb
 SHA512 
5de7d487a229d26ab62518a670a55cd41f563455084c6f8a55f035c613df969e8c0698518243081859cb52c4e7df0fb6cb349c841fcb979e9a94212617ec523f
+DIST genpatches-4.14-79.extras.tar.xz 17496 BLAKE2B 
c543f7d58552cd519dd722f1d7912909a2216868201a5d5b3712a96b17f41b9f05df24fbee03d874a5fb2d8b8e32eb35907cc0ed569c85bdf4dd5be942d1680a
 SHA512 
d789ae7affb905622f1d556f07450a842974296f7fa109152a9edba74e41fdf4f5ea0f1bc6a054ca02a4fbb99f472b85b2bef4005335e6e1a7c112a993220491
 DIST genpatches-4.18-10.base.tar.xz 145340 BLAKE2B 
052e5eba856e416cfb303ec9b8a064ef8a47492134cb4632ce5ba1818bf4dcdfc6b34a3c276017214a47ac4b4483fd46272a9c284b1abbe81960de55d118b3ee
 SHA512 
af67a9316370bfbaf8999e993efb766928b729ebf1587a9804dd6ef89e5c7190577fda022b8ac128576e9e60d4ff638b780d6e324dcd244d4c8e7ce33f2a9abc
 DIST genpatches-4.18-10.experimental.tar.xz 5228 BLAKE2B 
3485bbf76b9c6ab4382a835984d9c55a052fefafbc9550f2a08bbcb383991a8ceb0ca53b5931f57bace9e8893a2ccb2c2aea15f2939a6a4e69de1d924aeb5071
 SHA512 
45ef8b07719263eb2ffd75fc0c24dd0357bc6cf2e76e129d8c2ecdfaecca4f864b5ad091685e9d94a7460422e7c49fac68cf2f4b0bb90e2faeb5f0b9b94fbc0a
 DIST genpatches-4.18-10.extras.tar.xz 17504 BLAKE2B 
2bd2aed76a5b1b9fe5200407edda412fe220d5a23f2baa5967c5930b182a74e97eb289006571a0400ad09b4397315c27fc1ca8f18f0e1c496a52c47029f61a69
 SHA512 
585de2757b97c6cfaed2ef52b00c8b6c784a0abe3937d58784bb473a1ea3c85b22a21bb978f6d6d9b772b6522370d141ea50440258aad5949ad2984723699a9a

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.73.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.73.ebuild
new file mode 100644
index 000..9e4b49a7016
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.73.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2018 kuzetsa℠ and others
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="79"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="162"
+MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir

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

2018-10-05 Thread Göktürk Yüksek
commit: e4384ab79eb7267a6835ad0d82391f279f7c7358
Author: Sarah White  poindexter  ovh>
AuthorDate: Mon Oct  1 02:39:40 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Oct  5 16:03:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4384ab7

sys-kernel/ck-sources: version 4.9.130

updated to genpatches-4.9-134

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sarah White  poindexter.ovh>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.130.ebuild | 59 +
 2 files changed, 62 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 3d82bf21335..38267de924d 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-4.9-130.extras.tar.xz 17356 BLAKE2B 
299388e6feda84ee34d24583a8d1
 DIST genpatches-4.9-132.base.tar.xz 2441816 BLAKE2B 
53a8675afe92c3821aca2251aa7e4cb5ccd5bd007871ddb6bbeeea9cf9ff7953505e67e4bc91685598734451bd2c470250bfc3ce4e2bfb749adbf0c606f89cd0
 SHA512 
f43ed194035db4eabdfd7c29113faaf6605d56e64613771011793fc7740fa06db0727328eaef33f847f6fbba6a7f8830f5d3b9c70b7268c7cf6974ce2afe2243
 DIST genpatches-4.9-132.experimental.tar.xz 106392 BLAKE2B 
e37bc8e9b99c2afdd0e57606d8a8f5da93013e6219801c3e9d14d91a6d70dfa4f7830a54293eabb81e821138432d18ef96ec98e3070a46b4b11680165ded
 SHA512 
7fa9bba8c07d5cf861bf7dac0e8261e90c3ef834acca4768606d3292d664ed46cd790df7ab6f82fcaf83861ff9395a1a32da9122d99074c851aafade9cbbbde0
 DIST genpatches-4.9-132.extras.tar.xz 17356 BLAKE2B 
b7cbf6b4fb753c8b2155d61e86357a41978f9a218daedc016a1e11f2917294a82e1bca3915db80de9f6120e214869f7ae90b647b95fdd674b10eae651576affd
 SHA512 
6e0777f4a57dd7e2f2771fd2416858a40f130cd110f1458debfad66a2ef6847969fda59ffa8f796a6f2736a3ccdd0f41b5fc1c66e3a507ff2b0b48ee6f291fbc
+DIST genpatches-4.9-134.base.tar.xz 2469148 BLAKE2B 
98d632d35eecd9965bb78d0baf8889c22999c324ab2f93a27ed606b8f1fc9fbcc3ed473bca16d5d508b7aea57f3b9db0fdfa904e4dfe59d2d2849454e8d6d1da
 SHA512 
75b10ad827435c6cf5bdc568bfb5d48d703c2117563cdd406e7d98701bb22e2944695295933ab7bae03e3647565fd8d86f3f4142ca2ea538dde4e9ea8d350ff0
+DIST genpatches-4.9-134.experimental.tar.xz 106384 BLAKE2B 
cf341a8c8f43353fead3844c549932de413380b72f5efb686031a35c5de78c13f66d606d5884bfea45333c7aaa39589d93cd6c295fc34dd103f354209a94116e
 SHA512 
491a2b541b933a0e6f0eac55eb939ab668085158d059a2bbe99826e657bba3576bd6092a83baeda8c11a29a770823228ead660a5d64cce09354fb177eb857cd0
+DIST genpatches-4.9-134.extras.tar.xz 17356 BLAKE2B 
a6a8fd7226f451ea0a42abffab2a74c2dfc2ad61130b49a51548d72c98a3f1c96dba5432fc3abf88d3c08d1cb07b28ad7d252e22ad04443e3fc251a03affa045
 SHA512 
221edf2d3ca1f11d48dafd3cb86b316153ffd6928c1dc690fe5b69f212ae20ccd7b203c272e4554f3045da51cef7a3bc50d388cfe7bee7630ccee586ae3d7986
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff480a7a04fc659a9efe2d4bcc778ac01368a32bc5d1dbde870102ce7294b9d315f81c4e6e762ee781135e83033f2
 SHA512 
950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6da8000b3a9a9ae038
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.130.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.130.ebuild
new file mode 100644
index 000..63e70f3bc75
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.130.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2018 kuzetsa℠ and others
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="134"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="150"
+MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir

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

2018-10-05 Thread Göktürk Yüksek
commit: 51988c603cc7559fd1e24466fb3f52e4b1b761be
Author: Sarah White  poindexter  ovh>
AuthorDate: Mon Oct  1 02:42:31 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Oct  5 16:03:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51988c60

sys-kernel/ck-sources: version 4.18.11

updated to genpatches-4.18-14

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sarah White  poindexter.ovh>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.18.11.ebuild | 54 +
 2 files changed, 57 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index ecfb2b77699..e44d83fabf3 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-4.18-10.extras.tar.xz 17504 BLAKE2B 
2bd2aed76a5b1b9fe5200407edda
 DIST genpatches-4.18-12.base.tar.xz 237564 BLAKE2B 
221499b05746862c8d7261959b63791efc1450329ec50b14d487306fa97398c364ee553922bdfb7b4dbf688792fcb778e6a30a57a6df10099f5367f01f1869db
 SHA512 
08efe1e89151e1c7c2e19ca48380fa797297879d83b7a51ea3278a966a39324a2a1e5f66f2e46a64ed88d24c243576b119967d3bbccfdb78c7388525bbdb9472
 DIST genpatches-4.18-12.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 
a063a5e76f391a0d8011a0a1bb1fa06e6693c7efb211e5d25bfa5f39b6dc216f3c965ec1303a1d865c4b3c1484e03a4b99f3097759a0e15b15ca8b11215a3342
 DIST genpatches-4.18-12.extras.tar.xz 17508 BLAKE2B 
c324b68771942f0372d0f4f34904e3f52b021ef36453002732ab041096714cb9949f03840ab7bc2197c498ff3bfd6d8f4f7000a27e9668b9cc9d3c90e40dc466
 SHA512 
746c0bab36b8a1ca9171882cb21735378a12636ce5e157dcebe3b286abb5392c6a2e099226cce5bca77ad808c233c9f968aeceb2fc4744a94cc9c2372dacfaf9
+DIST genpatches-4.18-14.base.tar.xz 313244 BLAKE2B 
a47c0b01dffdc9480d99137b8d2d2ee4d125e86fdc653e6ed54acadb4818ee12b904335bd996577fb12a0132ffd8f565da9669b4033531fdb1cb53ff28a5c9a7
 SHA512 
8f59ef57c0c698932032e181044b2fd78d6f43a8022b75139c6aade451d946816329129047de8514d4c2f6c0c6eedf6a16786063584bb2c141e1a50fb83debd9
+DIST genpatches-4.18-14.experimental.tar.xz 5224 BLAKE2B 
659859efd41430c3da5c104cc8e148d85df75ec323364f845a2f15b848544aaf0d7d9cd8b595c04a9209542bdb865874b9c8928d264ba896a70d701690464869
 SHA512 
50e172f6244741ed6d5e440ab55c4928c11c7cbe9d2bdc5891bd254e2aa05b7ed0387e85d3135745af0e056dfc0be9a325581d5cf38df1659d89cf387ed72625
+DIST genpatches-4.18-14.extras.tar.xz 17512 BLAKE2B 
f9a02074660a4f2c7b24d00035f0e529a1283a853d7271dea8a459fa1d5a6a2508ad400e828e47ac1b1f610b0732a9380301951f091cc9657d15f9c784e0d9ff
 SHA512 
e27f7d5fc0ea35cb66d8478c83df36d5c28d2eaa87b65cdea77254d7cd665ba0f2a016927ba70e71c33920d80341270bc5419c610971989b1ec573631be080ab
 DIST genpatches-4.18-8.base.tar.xz 61984 BLAKE2B 
fc4b575978ef25f2ac1ea23453a820cd3fce9fb99bdcc071e88d8d52113b3ad1b44725b1bddf8a9b0e17fcc4022b8a7ea1ca10925c560ebd2480ae7edbf08a93
 SHA512 
fb98eff21e6cfbf03feb1df16241e564acb086026db360136a46c78d7658cd76dbc98f698279e2e5e1c55c675acadf7da45136bcff5fc929d0fc155a70def29e
 DIST genpatches-4.18-8.experimental.tar.xz 5224 BLAKE2B 
1577cd444c84c7a8fef88e167e3027773a5574459124f007ecbcccab5f7f9d544d594616ab4c43c58edcf97e2af699c82fea4995a98aa2a4a196f5aa8d345350
 SHA512 
57b87c85d902246a38f7822f296736cc471509c5ff63e1da8999fdd285437add9e0a20ced9d1997df1e1cbf6fdcee45c62747bcda9de4cbcfa3009a0d6ded06c
 DIST genpatches-4.18-8.extras.tar.xz 17508 BLAKE2B 
2e9e8c17aacbd6894f682c6f95b767228c54673e23dd401519d69606177334408acee5c018b164c797750018d015c8abe35e48f5b00b45f5502b0dd72f776941
 SHA512 
059cf39a752f004cb3fe57f7d98118879bdd1d40c1242a012a11275a29dc7744d6333686fadda2fe08bbbea5a9b45f3f3cc9bfc20203f22184b2068baf07

diff --git a/sys-kernel/ck-sources/ck-sources-4.18.11.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.18.11.ebuild
new file mode 100644
index 000..b009eb9828d
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.18.11.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2018 kuzetsa℠ and others
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="14"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="173"
+MUQSS_FILE="0001-MultiQueue-Skiplist-Scheduler-version-v0.${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in 

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

2018-10-05 Thread Göktürk Yüksek
commit: 7fffdd141c9f783be63c98bdb967be60a4f794ac
Author: Sarah White  poindexter  ovh>
AuthorDate: Mon Oct  1 02:34:29 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Oct  5 16:03:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fffdd14

sys-kernel/ck-sources: remove 4.17.x branch (EOL)

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sarah White  poindexter.ovh>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 sys-kernel/ck-sources/Manifest  |  7 ---
 sys-kernel/ck-sources/ck-sources-4.17.11.ebuild | 61 -
 2 files changed, 68 deletions(-)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 43de0c2a073..3d82bf21335 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -5,11 +5,9 @@ DIST ck-sources-4.18-muqss.patch 300666 BLAKE2B 
6b813475a1aab23d47f261ec4a86717c
 DIST ck-sources-4.9-freezer-fix.patch 684 BLAKE2B 
63894db45e5653af1851c7cee2493b6717d37f50d55c3a2b41316075d0f3e0bcb8975ff1c647c764bdf088ceeb4c716657e189d1e5337a69346e6dcefac332b9
 SHA512 
4241ca604f928263c29a49aca076832c06469db734864ec8c648cbbc30ba63cfb0b21d076ea4a7f3c438868802feb4e369d976e9ef6e091ce7bacf1a69c2c588
 DIST ck-sources-4.9-muqss.patch 303456 BLAKE2B 
be42cf125910d3978a6da69f5bd6050063b1bfba591c1a196bedf34f25338d57455ff1e8152a1ac11b05db4542058ec0283fe433ebb4c4312709400babccd21c
 SHA512 
1325a18ce2f758ebf0aad95e29c4f2636eb952cf8306f863b1acbf74e982aecfbc82e321064c89fe19ee63938e4930662f40f55cd16284f86743effb79cef3ee
 DIST deblob-4.14 143883 BLAKE2B 
aaad9858bf626f1495f83187fd2ab91f812504534c7294cfb6818c773229eb780096a2c78a6aa963f3826df3cfdf7a7db5238f71fa8955c21b4acd75660d2b17
 SHA512 
662a11c03f51d85158175a8bf35fce20f01d94659d36b97a9773304ff9c091b2a9ab72a0445065c20188457fbe174fb43334a79e17b3a9e8553bb6144a971f4c
-DIST deblob-4.17 142269 BLAKE2B 
7ac3e9565b1e72c0cba7590aa8ca8eedb3cab1b31cdbcced2a9170dac9b6e4b3979bc319c1b9b342827754b586ed8571057778862e294658c19c78e25d39dc81
 SHA512 
a0120c94ed132fec3870a836df715a8952aaad54c348938fecd6c755186c69f00b80c9f95fa8b33612d30bcb047fcb21a642a689b255e9ca4abc45e6d97c3e37
 DIST deblob-4.18 143094 BLAKE2B 
6ad1f08bc48923dead72c25cc5e9ca2722d01f59b95684893b01717c0e1da67bb4b87c2516e74e0e4fdddbbaddc20960533dfedbdae7272c870bb76eb2d1a826
 SHA512 
4914fabe913a72e63e61b2f313a9e9147ede28971ceddd8ab4d3fd046f284d6020507a0b08b2e4251ddd7015ca942f1dba07fa6ec891f497418d4594196d2619
 DIST deblob-4.9 146273 BLAKE2B 
8bc593ca375e003183dc6260aab0b2f81675b0814ec50fae3afe5d4ce9ce41c1c1401ce80e1c285153f610f8f730f82d6ad03e2578c792fd4af8779f2d1e3079
 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 DIST deblob-check-4.14 755969 BLAKE2B 
5573bdf913554e23dba3d3c56227a2c8c3fcfad7f4a99e1ec9208171008b5d2d50bdc55000672af95e020ef8171325b9d1797a69c988b4df5b0f71bc2a186fad
 SHA512 
09626864cea33804d3dc94ceb691b24b6c14d1b9531eee8e745276dbc403903d762b1f75d685bf831f42b942d6f7ea265efb0d4889fecc976d95b11faf843fd3
-DIST deblob-check-4.17 772327 BLAKE2B 
1c004c633bfb9948fb4f4529b4adc222f3aa8fbeb01d7eec3d60f574420187977db8e151c9ee963bf54a7580ae2a519acf9e39d416dce79b34246695406aa87f
 SHA512 
bcd5406b566dd59d8d82c293866ccdf8d37e62f6b1283f83042b1a5c366764a4f16a873a4179eacbd7cf6422fbd746f6e8a5f2c02f4f062bcd63a549b9b46c52
 DIST deblob-check-4.18 781430 BLAKE2B 
b5e23f938eb7641ce6127cf2b0909a910f698e8d1ffd34212f999eb5d7a62e2c1846f30b7e349ec1dc995ee24d7fdc824c9dbf3c66cdcf3ceb2a4f457368c6fb
 SHA512 
70ef576b3e56c6671a9c533e7766899e87a197d057639f603ff185dcd3de2e0cc17d51eb725b5b4c6a1ef52e1caa8e4875ae1d65e6d2876447513d1ba0710cba
 DIST deblob-check-4.9 717834 BLAKE2B 
f2471b45f6953ce83c0819b9157ce638a1d93959ec4074a329766ecb0c3adf90fd3022307ea70c2cb3bd3c291f98d6153576cc6597c62ca97abae6524b98112e
 SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 DIST genpatches-4.14-69.base.tar.xz 1723168 BLAKE2B 
c0c9cbf34647abacefe97a76962f7b460ee3fda43a6530dd4eb8a380647842d7508c4e190aa05ee2eaa372e557c4528d1d36100f4a838727e633ba0d41de0979
 SHA512 
16b38854b1bfe9cbafa4feacc77dd88bde74e9d860db08cb143e2917360d80eb71bc298517b325eef1cabafcce0f35f0debf95e9122a6a016b3381a104a38e27
@@ -27,9 +25,6 @@ DIST genpatches-4.14-75.extras.tar.xz 17488 BLAKE2B 
64b765bc55181449566ef672bdbc
 DIST genpatches-4.14-77.base.tar.xz 1897728 BLAKE2B 
0481c22f540d3a8f663717ca5771c480a4c88dcd59323ee313b0fa08f887ec855a43cccf928e21978a666509ee96c1a1eb360909278944e625c0c802a2d7e7ac
 SHA512 
d9433d1e5b9232dca6d74928a835bed1e3f27c0affa96e335895df67cb2f7d11d2ba27cd3f6ac40cc51a5a7a670008df91061be5274d61bcc08eb0f06f90d5fe
 DIST genpatches-4.14-77.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 

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

2018-10-05 Thread Virgil Dupras
commit: c7bfec822c4aca9f8de1b936c853bf25a2f236c7
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Oct  5 15:56:04 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Oct  5 15:56:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bfec82

dev-python/bleach: remove old

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-2.1.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 7236b1c26f2..d28c735d645 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,4 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
-DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
 DIST bleach-3.0.0.tar.gz 164459 BLAKE2B 
a9e873428cf629dc98c8adf56ad8a45f63e355ffb5eb495df4d452106e77a5919c90e2f1651f671e8807e0dddbdb7543fbd4c78fd95afad4cf8cee68e7a797d8
 SHA512 
7bc13af18baed440c0ce39f8caf7a14fc7264aba8a14a1999334d1ddd78183a0f84a17b3f2088453ee20d4873162f2a8cbd273e6f881201744b2a0f47805839e

diff --git a/dev-python/bleach/bleach-2.1.1.ebuild 
b/dev-python/bleach/bleach-2.1.1.ebuild
deleted file mode 100644
index 7b249d5a841..000
--- a/dev-python/bleach/bleach-2.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



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

2018-10-05 Thread Virgil Dupras
commit: 395167a0cd3e6183da3d09fe4a6eaebf8003bd38
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Oct  5 15:52:26 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Oct  5 15:52:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395167a0

dev-python/bleach: bump to 3.0.0

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index c8b2e1df787..7236b1c26f2 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,4 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
+DIST bleach-3.0.0.tar.gz 164459 BLAKE2B 
a9e873428cf629dc98c8adf56ad8a45f63e355ffb5eb495df4d452106e77a5919c90e2f1651f671e8807e0dddbdb7543fbd4c78fd95afad4cf8cee68e7a797d8
 SHA512 
7bc13af18baed440c0ce39f8caf7a14fc7264aba8a14a1999334d1ddd78183a0f84a17b3f2088453ee20d4873162f2a8cbd273e6f881201744b2a0f47805839e

diff --git a/dev-python/bleach/bleach-3.0.0.ebuild 
b/dev-python/bleach/bleach-3.0.0.ebuild
new file mode 100644
index 000..71d5a9790dc
--- /dev/null
+++ b/dev-python/bleach/bleach-3.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   pytest -v || die "tests failed under ${EPYTHON}"
+}



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

2018-10-05 Thread Matthew Thode
commit: dc75c4e0ae1fcfa00d4ce61eac26a278b9d0fe1d
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  5 15:39:59 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct  5 15:41:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc75c4e0

app-admin/puppet: 6.0.2 bump

Signed-off-by: Matthew Thode  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-admin/puppet/Manifest | 2 +-
 app-admin/puppet/{puppet-6.0.1.ebuild => puppet-6.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index cc6740920da..85a635c03b4 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -2,4 +2,4 @@ DIST puppet-4.10.11.tar.gz 3022878 BLAKE2B 
d3eec840bb1c46e0dfbbc9dad598b362049a7
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.3.tar.gz 304 BLAKE2B 
d2534da5956806e5280c59e82332f1ffca79e72f73b1abb460f155aac936a5ba1719f18dc5742c85fca365ff6b03a602ca0ceaa04714091045ab2afac1b57823
 SHA512 
14a711002c64f0598930f64e9e2b81c03daddda750860acb349271c1cc9d04c0d149b14817b200dda26f0ca75c3f79593990ecf28a5cca83220a3f5a16eac34d
 DIST puppet-5.5.6.tar.gz 3026301 BLAKE2B 
eb05a0c4eed99ce1ce7a77be76da069be1e4b4f8917206b3811a3a7378c2e39b9c84b560bbcce0bee180ddb502251efb48362dd1c2494c79e6f441cde41a2707
 SHA512 
53bccc4cf3d4dde3079d96cd28b4cf380d004fdf67da8eaeaf70706ca5e1fe611910042f1aa03453fb29419bb9888a0eeef9a9d64e8f0cfe5d8d7a73e5bf5850
-DIST puppet-6.0.1.tar.gz 2795572 BLAKE2B 
5909aa1e6ae8492217f08ea1709b08644a3ef50f8fbee4e5fe73578b480df604715488984327cb2d94fdc90f26dadb32967b9e9d50735a06e450564e7af5a91f
 SHA512 
37c02fe7cae119daef9e26c8bfc62fc0035b6eea5227083f61462b89c56f8d4b4f48726efd8dae6c1d1d2a8fccd7b71866c493bf203c0be4518547a15959df72
+DIST puppet-6.0.2.tar.gz 2796833 BLAKE2B 
a3d09dfd7dd0cadb2f752b4836336abd98c8cf6350f4e8b503a7e6b3029e59ff235f3567033b20bc3724708a9504db9ee87ac4c8374f0488862a7205a8a65069
 SHA512 
f32298d2884927f02f5316dde1d3d9bf33b89f6d011e2eab7f935b730a16d39277b5c17b2986eab91c19aefd5071b5fcbba62550ddd60e3b964f33f4029ac25a

diff --git a/app-admin/puppet/puppet-6.0.1.ebuild 
b/app-admin/puppet/puppet-6.0.2.ebuild
similarity index 100%
rename from app-admin/puppet/puppet-6.0.1.ebuild
rename to app-admin/puppet/puppet-6.0.2.ebuild



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

2018-10-05 Thread Matthew Thode
commit: f771df4ca2aaec09cee849ba597ea89dce523457
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  5 15:41:28 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct  5 15:41:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f771df4c

app-admin/puppet-agent: 6.0.2 bump

Signed-off-by: Matthew Thode  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-admin/puppet-agent/Manifest   | 4 ++--
 .../{puppet-agent-6.0.1.ebuild => puppet-agent-6.0.2.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 53e55c2f998..88f3df49756 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -2,5 +2,5 @@ DIST puppet-agent_5.5.4-1stretch_amd64.deb 17273314 BLAKE2B 
e296cda8219deafe9b36
 DIST puppet-agent_5.5.4-1stretch_i386.deb 18195740 BLAKE2B 
aa1e5b7030de4ec58a389a552c0d2c870875244f6a722c9b87d4aca28261f073b347476aaa313edd4f66fa07621a333c777a3a6b04228aa7d2f35391f4f84df8
 SHA512 
3e7346ccde7d3bc9e99bb38a2958c9ddda3dd4a5124ced21dc048df41566a0d9e6d9e5250f7c93433c02585fd83031292f8197a7c6537a1563dd6ebec464b979
 DIST puppet-agent_5.5.6-1stretch_amd64.deb 17279588 BLAKE2B 
d9614ee1cbec786303ac72fc9b704c90056771c9e3c23a93d6b7cff11f27394fbd277d5ae0d8eca20d9801d31019e7ca381af0cb60b72fc109ce6b2a99ee1124
 SHA512 
1172d72a1054cf04ab8033ab319313b7da6fd76684738bdb4aa1bc6bd9fa9dc0f2b00d765382023e0e854efbee6adba5b66bd62e2e04a9f153da79bccad427f7
 DIST puppet-agent_5.5.6-1stretch_i386.deb 18195950 BLAKE2B 
602a8409a6f0b5695f389604f82b8d6401db5d8abdd7148418bab6f09d64b285ff1c43870b144e863f148993b2e02c1abe11827e3e29ad5cf1314d7030cd5988
 SHA512 
f96bd2f4cbb2cec2405fdf87bb61711f8a750462d15e65507d37cc6cf6fa8f3a5e3a3d66abc74cfc02a109cc17c413e7f32c8d5f179468c84f6a86452ae38c40
-DIST puppet-agent_6.0.1-1stretch_amd64.deb 17860014 BLAKE2B 
b99e5b75e5ab770e76c3165f7f8414eebfc4ee5cc0beaa0279b44fb39ae9fdbf62c15c5428452c30db99b7bcbfb3ba25a79fa17664962eed4c42350511d0dff4
 SHA512 
a1e5982df5742251cf8812612f1ec40cfa5b434962fc2ef0967ec06423d8d6433129412fb70339712bcbdd8e71007c07c7e9f572dd7b838c69bdc48b29d76ee9
-DIST puppet-agent_6.0.1-1stretch_i386.deb 18595674 BLAKE2B 
da1bf4de5ca8dfb7184b4b43d8efdf04c49080b96d338d36231bc27cf722cacd73adffd4c13e37b1cdcc02e2fcd5072140686f56b54407f523f8505b79a457ec
 SHA512 
af543452c36c4158973c67b601f38a449455f6b464eae44b17eeea26d97e4a02b90e72374439711fba54d0edaca26676b88f189ebc8cc5a99a76313afe19cbc6
+DIST puppet-agent_6.0.2-1stretch_amd64.deb 17859762 BLAKE2B 
c787eb36bc1eacb544b669959d83539ba157702627a7cf925cd1be9e919604cd749f86a1635e9c0b53fe85f446e377fc61123ca259357f4a5781d0f8f406f365
 SHA512 
c0587cbf382258c73760837eab85985c2414ff59521bbed680b13b5d09ebb76a96cc52e553d68fb482f4b2d725b130fc3b747849637b4c73cb11b5f5cd266a44
+DIST puppet-agent_6.0.2-1stretch_i386.deb 18596344 BLAKE2B 
9f1f99e0c1033f621b3c50674f18e296e65b9addf82e61163e995f69eedbca97174a3ede6324e9bec1b46c4819a2c68892a4bdb7db8e81aba975bb6293c018df
 SHA512 
9f2fc097ea2ef7c4411227ba97fa3371b98b3b3b4fb5e9c70a71ae87215e3c7b9fb5ee2cd58324bb24fb2352e34d4509165ca8e2c9c1144e89237307683a7dfd

diff --git a/app-admin/puppet-agent/puppet-agent-6.0.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.0.2.ebuild
similarity index 100%
rename from app-admin/puppet-agent/puppet-agent-6.0.1.ebuild
rename to app-admin/puppet-agent/puppet-agent-6.0.2.ebuild



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-10-05 Thread Michael Haubenwallner
commit: 413545cbf257d578db2d9bbc787f049be94542a1
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Oct  5 15:28:13 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Fri Oct  5 15:28:13 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=413545cb

bootstrap-prefix.sh (stage1): bump to Python-2.7.15.tar.xz for AIX

 scripts/bootstrap-prefix.sh | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index bb25d293de..dc3f37bf78 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -832,7 +832,8 @@ bootstrap_python() {
case $CHOST in
*-*-aix*)
# TODO: freebsd 10 also seems to need this
-   A=Python-${PV}.tar.bz2 # patched one breaks
+   PV=2.7.15
+   A=Python-${PV}.tar.xz # patched one breaks
patch=true
;;
*)
@@ -852,7 +853,12 @@ bootstrap_python() {
rm -rf "${S}"
mkdir -p "${S}"
cd "${S}"
-   bzip2 -dc "${DISTDIR}"/${A} | tar -xf - || return 1
+   case ${A} in
+   *bz2) bzip2 -dc "${DISTDIR}"/${A} | tar -xf - ;;
+   *xz) xz -dc "${DISTDIR}"/${A} | tar -xf - ;;
+   *) einfo "Don't know to unpack ${A}" ;;
+   esac
+   [[ ${PIPESTATUS[*]} == '0 0' ]] || return 1
S="${S}"/Python-${PV}
cd "${S}"
rm -rf Modules/_ctypes/libffi* || return 1
@@ -861,7 +867,7 @@ bootstrap_python() {
if ${patch}; then
# This patch is critical and needs to be applied even
# when using the otherwise unpatched sources.
-   efetch 
"http://dev.gentoo.org/~redlizard/distfiles/02_all_disable_modules_and_ssl.patch;
+   efetch 
"http://dev.gentoo.org/~haubi/distfiles/02_all_disable_modules_and_ssl.patch;
patch -p0 < "${DISTDIR}"/02_all_disable_modules_and_ssl.patch
fi
 



[gentoo-commits] proj/releng:master commit in: tools-musl/portage.amd64.hardened.stage4/package.use/

2018-10-05 Thread Matthew Thode
commit: e5191fea09cfa637080728f4316a6c3441ffc3ea
Author: Matthew Thode  mthode  org>
AuthorDate: Fri Oct  5 15:15:56 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct  5 15:15:56 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e5191fea

remove unneeded use flags for musl stage4

 tools-musl/portage.amd64.hardened.stage4/package.use/pam| 1 -
 tools-musl/portage.amd64.hardened.stage4/package.use/stage4 | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tools-musl/portage.amd64.hardened.stage4/package.use/pam 
b/tools-musl/portage.amd64.hardened.stage4/package.use/pam
deleted file mode 100644
index 0ce1211a..
--- a/tools-musl/portage.amd64.hardened.stage4/package.use/pam
+++ /dev/null
@@ -1 +0,0 @@
-sys-libs/pam cracklib

diff --git a/tools-musl/portage.amd64.hardened.stage4/package.use/stage4 
b/tools-musl/portage.amd64.hardened.stage4/package.use/stage4
index 5f8147ac..dfa8b0e3 100644
--- a/tools-musl/portage.amd64.hardened.stage4/package.use/stage4
+++ b/tools-musl/portage.amd64.hardened.stage4/package.use/stage4
@@ -1,5 +1,4 @@
 app-admin/syslog-ng -tcpd
 sys-apps/kmod lzma  # kernel module compression
 sys-apps/util-linux static-libs  # for genkernel
-sys-boot/grub grub_platforms_pc
 dev-lang/python xml sqlite  # for layman



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

2018-10-05 Thread Mikle Kolyada
commit: 9037c89ec02eea0ea6a614034a2171274ec32bec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 15:15:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 15:15:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9037c89e

sys-auth/sssd: Add missing net-libs/http-parser dependency

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-auth/sssd/sssd-1.16.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-auth/sssd/sssd-1.16.3.ebuild b/sys-auth/sssd/sssd-1.16.3.ebuild
index dad04521f7a..806e5fccb93 100644
--- a/sys-auth/sssd/sssd-1.16.3.ebuild
+++ b/sys-auth/sssd/sssd-1.16.3.ebuild
@@ -26,6 +26,7 @@ COMMON_DEP="
>=sys-libs/tevent-0.9.16
>=sys-libs/ldb-1.1.17-r1:=
>=net-nds/openldap-2.4.30[sasl]
+   net-libs/http-parser
>=dev-libs/libpcre-8.30
>=app-crypt/mit-krb5-1.10.3
dev-libs/jansson



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

2018-10-05 Thread Mikle Kolyada
commit: 5ca45c49798c83e6a5b9c016a10d6146dce5330c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 15:13:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 15:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca45c49

net-libs/http-parser: Add more keywords

Needed to match with sys-auth/sssd

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-libs/http-parser/http-parser-2.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild 
b/net-libs/http-parser/http-parser-2.8.1.ebuild
index d7882c33483..1431e169b4a 100644
--- a/net-libs/http-parser/http-parser-2.8.1.ebuild
+++ b/net-libs/http-parser/http-parser-2.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0/2.8.0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 src_prepare() {



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

2018-10-05 Thread Jeroen Roovers
commit: cec3192098d304c236fb416de76ec9964fe629ac
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  5 13:52:29 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  5 14:25:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec31920

net-libs/nDPI: Clean up patch.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nDPI/files/nDPI-2.2-libcache-include.patch | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch 
b/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch
index 5ee089f46bf..44d78e99f32 100644
--- a/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch
+++ b/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch
@@ -1,5 +1,5 @@
 src/include/Makefile.am.orig   2018-01-22 21:24:17.802100061 +0100
-+++ src/include/Makefile.am2018-01-22 21:24:30.080100801 +0100
+--- a/src/include/Makefile.am
 b/src/include/Makefile.am
 @@ -7,4 +7,5 @@
ndpi_protocol_ids.h \
ndpi_protocols.h \
@@ -7,8 +7,8 @@
 -  ndpi_includes.h
 +  ndpi_includes.h \
 +  libcache.h
 src/include/ndpi_typedefs.h.orig   2018-01-22 21:27:35.994112009 +0100
-+++ src/include/ndpi_typedefs.h2018-01-22 21:27:47.463112701 +0100
+--- a/src/include/ndpi_typedefs.h
 b/src/include/ndpi_typedefs.h
 @@ -25,7 +25,7 @@
  #define __NDPI_TYPEDEFS_H__
  
@@ -18,8 +18,8 @@
  
  #define BT_ANNOUNCE
  #define SNAP_EXT
 src/lib/Makefile.am.orig   2018-01-22 21:34:57.055138600 +0100
-+++ src/lib/Makefile.am2018-01-22 21:35:10.431139406 +0100
+--- a/src/lib/Makefile.am
 b/src/lib/Makefile.am
 @@ -12,7 +12,8 @@
 ../include/ndpi_includes.h \
 ../include/ndpi_protocol_ids.h \



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

2018-10-05 Thread Jeroen Roovers
commit: e85a03b53d10d92169fc7c8ead73fba1acade498
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  5 12:48:38 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  5 14:25:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85a03b5

net-analyzer/ntopng: Clean up patches.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch | 2 +-
 net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch 
b/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
index ec628cd3224..ef40c72d589 100644
--- a/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
+++ b/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
@@ -1,4 +1,4 @@
 a/configure.ac.old
+--- a/configure.ac
 +++ b/configure.ac
 @@ -62,13 +62,6 @@
  fi

diff --git a/net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch 
b/net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch
index 11fb47ca385..171bee36e89 100644
--- a/net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch
+++ b/net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch
@@ -1,6 +1,5 @@
-diff -Naur ntopng-3.0-orig/src/AddressResolution.cpp 
ntopng-3.0/src/AddressResolution.cpp
 ntopng-3.0-orig/src/AddressResolution.cpp  2017-06-01 00:18:57.0 
-0700
-+++ ntopng-3.0/src/AddressResolution.cpp   2017-11-27 23:13:50.158163187 
-0800
+--- a/src/AddressResolution.cpp
 b/src/AddressResolution.cpp
 @@ -52,7 +52,7 @@
u_int numeric_ip_len;
  



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

2018-10-05 Thread Mikle Kolyada
commit: 0291722a43bd612cb6f7d54a8dbdf7a117a144d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 14:11:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 14:11:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0291722a

media-libs/libbs2b: amd64 stable wrt bug #667394

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild 
b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
index 06443cd1590..670a7c6a80d 100644
--- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
+++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]"



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

2018-10-05 Thread Mikle Kolyada
commit: 6a6557fa15b32d4187581367f896081960d98233
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 14:08:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 14:08:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6557fa

net-mail/metamail: amd64 stable wrt bug #667368

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-mail/metamail/metamail-2.7.53.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/metamail/metamail-2.7.53.3-r2.ebuild 
b/net-mail/metamail/metamail-2.7.53.3-r2.ebuild
index 5be2b0c283c..99496fa58e2 100644
--- a/net-mail/metamail/metamail-2.7.53.3-r2.ebuild
+++ b/net-mail/metamail/metamail-2.7.53.3-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://ftp.funet.fi/pub/unix/mail/metamail/mm${MY_PV}.tar.Z
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-libs/ncurses



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/

2018-10-05 Thread Mikle Kolyada
commit: e06651a6b2bf76f4d0e37fcde39fac45b8dba3ad
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:44:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:54:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06651a6

x11-plugins/wmudmount: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild 
b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
index 231361dfca5..041cd3e713c 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSun/

2018-10-05 Thread Mikle Kolyada
commit: 24a780bb68036eadf0f8c1d3772942b0abe2db7d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:46:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:54:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a780bb

x11-plugins/wmSun: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmSun/wmSun-1.05-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmSun/wmSun-1.05-r1.ebuild 
b/x11-plugins/wmSun/wmSun-1.05-r1.ebuild
index eef53142a91..a68c23d6c31 100644
--- a/x11-plugins/wmSun/wmSun-1.05-r1.ebuild
+++ b/x11-plugins/wmSun/wmSun-1.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc x86"
+KEYWORDS="amd64 ~mips ~ppc ~sparc x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystray/

2018-10-05 Thread Mikle Kolyada
commit: 49ea817033588f00e703dcc19ffa19d3326d5e56
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:45:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea8170

x11-plugins/wmsystray: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmsystray/wmsystray-0.1.1.ebuild | 48 
 1 file changed, 48 deletions(-)

diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild 
b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
deleted file mode 100644
index 470cb295624..000
--- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE 
applications"
-HOMEPAGE="https://github.com/bbidulock/wmsystray;
-SRC_URI="https://github.com/bbidulock/wmsystray/releases/download/${PV}/${P}.tar.bz2;
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   # Let's honour Gentoo CFLAGS and use correct install program
-   epatch "${FILESDIR}/${P}-Makefile.patch"
-
-   # Fix for #61704, cannot compile with gcc 3.4.1:
-   # it's a trivial change and does not affect other compilers...
-   epatch "${FILESDIR}/${P}-gcc-3.4.patch"
-
-   # Fix parallel compilation
-   sed -ie "s/make EXTRACFLAGS/make \${MAKEOPTS} EXTRACFLAGS/" Makefile
-
-   # Honour Gentoo LDFLAGS, see bug #336296
-   sed -ie "s/-o wmsystray/${LDFLAGS} -o wmsystray/" wmsystray/Makefile
-}
-
-src_compile() {
-   emake EXTRACFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-   einstall || die "einstall failed"
-   dodoc AUTHORS HACKING README || die
-
-   domenu "${FILESDIR}/${PN}.desktop"
-}



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

2018-10-05 Thread Mikle Kolyada
commit: f23077be0e0420ce8b332d4c576cfba8b4c9284a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:54:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23077be

sys-apps/gsmartcontrol: amd64 stable wrt bug #664360

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
index 3ca397d3018..b5b1c6d8212 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 COMMON_DEPEND="



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

2018-10-05 Thread Mikle Kolyada
commit: 3ddc3f69a4c7ad84f1a89e26487e4916024420b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:54:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddc3f69

sys-apps/gsmartcontrol: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-apps/gsmartcontrol/Manifest   |  1 -
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index e94543ef1bc..4aeefb32995 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,3 +1,2 @@
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 BLAKE2B 
cccfe2d96eab050fbcc2b99107e6a962a75c6cce492d64e40cab371f7d23cec6eaf6df7682cc0a43a8678152be3425ccd6eeb6f8743bd1a8e2edb7f4624d4238
 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
-DIST gsmartcontrol-1.1.1.tar.bz2 667372 BLAKE2B 
3a1f0ba8b3083c34e32c2cca571f427f0d123e5183c593cddf150b61e855da941e9fae855a6d7cf7be5931555d67f3587db17d6f52fc77b35d27af9403425cba
 SHA512 
fc180b85a9db232add4260856e078a578801e11b87df417a5572fab284e992c85009ab9e7d9d6213b2842097067fc119fa0183d5b0dedf8dde71fe4e9e0b38cc
 DIST gsmartcontrol-1.1.3.tar.bz2 677998 BLAKE2B 
f444dd29602f6934b440650e57d5d981a3b9823a905ce3c178109b230e6536edd4f38ed0762872b38186774127a164feb7363bb45cbd80e9c0b34398c1a06092
 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
deleted file mode 100644
index 4757ae7e238..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSMPmon/

2018-10-05 Thread Mikle Kolyada
commit: 55e09205cb89d51aa6c670234da62e94a8c25187
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:49:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e09205

x11-plugins/wmSMPmon: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmSMPmon/wmSMPmon-3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmSMPmon/wmSMPmon-3.1-r2.ebuild 
b/x11-plugins/wmSMPmon/wmSMPmon-3.1-r2.ebuild
index 268d59eb521..9619fe673e8 100644
--- a/x11-plugins/wmSMPmon/wmSMPmon-3.1-r2.ebuild
+++ b/x11-plugins/wmSMPmon/wmSMPmon-3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSMPmon/

2018-10-05 Thread Mikle Kolyada
commit: 59338734b4668bb82afa964f86eea8dd1cf99edd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:49:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59338734

x11-plugins/wmSMPmon: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild | 38 -
 1 file changed, 38 deletions(-)

diff --git a/x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild 
b/x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild
deleted file mode 100644
index 8005c831f09..000
--- a/x11-plugins/wmSMPmon/wmSMPmon-3.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="SMP system monitor dockapp"
-HOMEPAGE="https://www.dockapps.net/wmsmpmon;
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S="${WORKDIR}/${P}/${PN}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "compile 
failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "install failed"
-   dodoc ../Changelog
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSpaceWeather/

2018-10-05 Thread Mikle Kolyada
commit: cf24f89d46bdc15ba13b9c143302822eb6ea2dad
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:48:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf24f89d

x11-plugins/wmSpaceWeather: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild 
b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild
deleted file mode 100644
index 8a6964c6250..000
--- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-MY_PN="wmspaceweather"
-MY_PV_ORIG="${PV/_p*}"
-MY_PV_PATCH="${PV/_p/-}"
-MY_P_ORIG="${MY_PN}_${MY_PV_ORIG}.orig"
-MY_P_PATCH="${MY_PN}_${MY_PV_PATCH}.diff"
-
-DESCRIPTION="dockapp showing weather at geosynchronous orbit"
-HOMEPAGE="https://www.dockapps.net/wmspaceweather;
-SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz
-   mirror://debian/pool/main/w/${MY_PN}/${MY_P_PATCH}.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~mips ppc sparc x86"
-IUSE=""
-
-CDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${CDEPEND}
-   x11-base/xorg-proto"
-RDEPEND="${CDEPEND}
-   net-misc/curl
-   dev-lang/perl"
-
-S="${WORKDIR}/${MY_P_ORIG/_/-}/${PN}"
-
-src_unpack() {
-   unpack ${MY_P_ORIG}.tar.gz
-   epatch "${DISTDIR}"/${MY_P_PATCH}.gz
-
-   # need to apply patches from Debian first, do NOT change the order
-   cd "${S}"
-   mv ../debian/patches "${WORKDIR}"/patch
-   EPATCH_SUFFIX="dpatch" EPATCH_FORCE="yes" \
-   EPATCH_MULTI_MSG="Applying Debian patches ..." epatch
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-   epatch "${FILESDIR}"/${P}-getkp.patch
-}
-
-src_compile() {
-   emake clean || die "make clean failed"
-   emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "parallel 
make failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die install failed
-   dodoc ../{BUGS,CHANGES,HINTS,README}
-}
-
-pkg_postinst() {
-   elog "You need to emerge www-client/firefox or www-client/firefox-bin"
-   elog "to use the -url functionality - see man ${PN} for more info."
-   elog
-   elog "This version uses curl instead of wget. You may edit 
/usr/share/wmspaceweather/GetKp"
-   elog "if you don't like it."
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystray/

2018-10-05 Thread Mikle Kolyada
commit: 4de552beb2d4cc5df667591316004fc81381120b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:45:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:54:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de552be

x11-plugins/wmsystray: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmsystray/wmsystray-0.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1-r1.ebuild 
b/x11-plugins/wmsystray/wmsystray-0.1.1-r1.ebuild
index 0522567eab7..4756f31445f 100644
--- a/x11-plugins/wmsystray/wmsystray-0.1.1-r1.ebuild
+++ b/x11-plugins/wmsystray/wmsystray-0.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ DEPEND="${RDEPEND}"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 # Let's honour Gentoo CFLAGS and use correct install program
 # Fix for #61704, cannot compile with gcc 3.4.1:



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSpaceWeather/

2018-10-05 Thread Mikle Kolyada
commit: 6e75f5eac6b950565f87e8a2712aa2ea79022b68
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:47:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e75f5ea

x11-plugins/wmSpaceWeather: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild 
b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild
index 21f8049f367..568c3f7524f 100644
--- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild
+++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86"
 
 DOCS=( ../{BUGS,CHANGES,HINTS,README} )
 



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

2018-10-05 Thread Matt Turner
commit: 50ad1ebde7dea1d21553b5628f0e42b4b1d04b31
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct  5 13:45:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct  5 13:46:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ad1ebd

media-libs/mesa: Version bump to 18.2.2

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.2.2.ebuild | 548 +
 2 files changed, 549 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 7bb94fa3fff..f96259fdb78 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,3 +1,4 @@
 DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2
 DIST mesa-18.2.0.tar.xz 11331164 BLAKE2B 
e4e7c65a0c3c0716451157f7d026df8836399b5a25ca7ce77746b34f82e0c14d0bfcb965732f67c979190c2c2db68f272ffafa51b49613a510f186e9e8a01c93
 SHA512 
e6e997e166845009f6b97da204384758c797c870b56332652c0a2636734638f9180b7e4dbad144495645308ae4d77981a2493a22d57973723338b658e067
 DIST mesa-18.2.1.tar.xz 11374476 BLAKE2B 
f0f3b766d68550f8c395a1b1d1ffc7a9e532c22ee6b91d698db33a270c152e03ab656d4219301bc2e0e95ba6f0583017c4361add928ad8ab26378a1ec6958f36
 SHA512 
d249bdf79aad36db9a8d291b3a1a100d283893ac741f58f85ae7e5c90ca25c37f80a5fa6fc57945ffeb0b67b788e7ea146543ec790b22f144578fc4c1525b84d
+DIST mesa-18.2.2.tar.xz 11375608 BLAKE2B 
0b2a1b60e72885b2b48335645c04c4d5720c0b426c256781f3e84e22955ac87d9abe19550f996e3ff964befcc2b959e8639dcad585b3ec777dd629f06623e5ec
 SHA512 
35c27f0673abd35d0581db34b6ad646058523dd826ff751df718e1f9d6a996409a0c5b313fbbf177058d9610a53d646f858fb86537e3ea1000df5edbddcf043a

diff --git a/media-libs/mesa/mesa-18.2.2.ebuild 
b/media-libs/mesa/mesa-18.2.2.ebuild
new file mode 100644
index 000..df9403207de
--- /dev/null
+++ b/media-libs/mesa/mesa-18.2.2.ebuild
@@ -0,0 +1,548 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_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 ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.93"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
+   

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

2018-10-05 Thread Agostino Sarubbo
commit: dfbd162f316364a3fd7a7cb3c0afbd66cb494864
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct  5 13:43:25 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct  5 13:43:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbd162f

media-libs/exempi: amd64 stable wrt bug #659038

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="amd64"

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

diff --git a/media-libs/exempi/exempi-2.4.5-r1.ebuild 
b/media-libs/exempi/exempi-2.4.5-r1.ebuild
index 19d9a391c67..ef7b9bf9ba7 100644
--- a/media-libs/exempi/exempi-2.4.5-r1.ebuild
+++ b/media-libs/exempi/exempi-2.4.5-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/3"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd"
 IUSE="examples static-libs test"
 
 RDEPEND="



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

2018-10-05 Thread Agostino Sarubbo
commit: 03144f74882755d8ff493cb83d8a130986c35329
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct  5 13:43:12 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct  5 13:43:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03144f74

media-libs/raptor: amd64 stable wrt bug #621186

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="amd64"

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

diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild 
b/media-libs/raptor/raptor-2.0.15-r1.ebuild
index f62a8f2960e..6b40b55e19a 100644
--- a/media-libs/raptor/raptor-2.0.15-r1.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-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 ~ppc ~ppc64 ~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="+curl debug json static-libs unicode"
 
 DEPEND="



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

2018-10-05 Thread Mikle Kolyada
commit: 725e397cf2062ebbbddb944e2c83c7766ef3e556
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:41:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:41:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725e397c

net-dns/dnssec-root: amd64 stable wrt bug #667774

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-dns/dnssec-root/dnssec-root-20170203.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnssec-root/dnssec-root-20170203.ebuild 
b/net-dns/dnssec-root/dnssec-root-20170203.ebuild
index 2f294565347..f829b14c0ef 100644
--- a/net-dns/dnssec-root/dnssec-root-20170203.ebuild
+++ b/net-dns/dnssec-root/dnssec-root-20170203.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://data.iana.org/root-anchors/root-anchors.xml 
-> root-anchors-${P
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-macos"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] proj/releng:master commit in: tools-musl/portage.amd64.hardened.stage4/, ...

2018-10-05 Thread Matthew Thode
commit: 0ae783e5f70bbc398c5e5c3651a0c35828ce5590
Author: Matthew Thode  mthode  org>
AuthorDate: Fri Oct  5 13:33:49 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct  5 13:33:49 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=0ae783e5

fix building stage4s

fix based on 547d9e6fb7dcb41e21ef75ee31de0e6d260dc769 and it's breaking
of stage4 builds

 tools-musl/portage.amd64.hardened.stage4/.keep   | 0
 tools-musl/portage.amd64.hardened.stage4/package.keywords/stage4 | 1 +
 tools-musl/portage.amd64.hardened.stage4/package.use/pam | 1 +
 tools-musl/portage.amd64.hardened.stage4/package.use/stage4  | 5 +
 tools-musl/stage4-hardened-amd64.spec| 2 +-
 5 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/tools-musl/portage.amd64.hardened.stage4/.keep 
b/tools-musl/portage.amd64.hardened.stage4/.keep
new file mode 100644
index ..e69de29b

diff --git a/tools-musl/portage.amd64.hardened.stage4/package.keywords/stage4 
b/tools-musl/portage.amd64.hardened.stage4/package.keywords/stage4
new file mode 100644
index ..6f797e35
--- /dev/null
+++ b/tools-musl/portage.amd64.hardened.stage4/package.keywords/stage4
@@ -0,0 +1 @@
+=net-analyzer/macchanger-1.7.0-r1 ~amd64

diff --git a/tools-musl/portage.amd64.hardened.stage4/package.use/pam 
b/tools-musl/portage.amd64.hardened.stage4/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.amd64.hardened.stage4/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.amd64.hardened.stage4/package.use/stage4 
b/tools-musl/portage.amd64.hardened.stage4/package.use/stage4
new file mode 100644
index ..5f8147ac
--- /dev/null
+++ b/tools-musl/portage.amd64.hardened.stage4/package.use/stage4
@@ -0,0 +1,5 @@
+app-admin/syslog-ng -tcpd
+sys-apps/kmod lzma  # kernel module compression
+sys-apps/util-linux static-libs  # for genkernel
+sys-boot/grub grub_platforms_pc
+dev-lang/python xml sqlite  # for layman

diff --git a/tools-musl/stage4-hardened-amd64.spec 
b/tools-musl/stage4-hardened-amd64.spec
index ad829a44..40546b02 100644
--- a/tools-musl/stage4-hardened-amd64.spec
+++ b/tools-musl/stage4-hardened-amd64.spec
@@ -5,7 +5,7 @@ rel_type: musl/hardened/amd64
 profile: default/linux/amd64/17.0/musl/hardened
 snapshot: current
 source_subpath: musl/hardened/amd64/stage3-amd64-musl-hardened
-portage_confdir: @REPO_DIR@/portage.amd64.hardened
+portage_confdir: @REPO_DIR@/portage.amd64.hardened.stage4
 portage_overlay: /opt/overlays/musl
 
 stage4/use:



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

2018-10-05 Thread Mikle Kolyada
commit: fe4add88e5492c325e5fae59f3820d31e9f3ca78
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:32:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:32:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4add88

dev-libs/librelp: amd64 stable wrt bug #667542

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/dev-libs/librelp/librelp-1.2.18.ebuild 
b/dev-libs/librelp/librelp-1.2.18.ebuild
index 01f552f00d0..d6002e11492 100644
--- a/dev-libs/librelp/librelp-1.2.18.ebuild
+++ b/dev-libs/librelp/librelp-1.2.18.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.4.0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
 IUSE="debug doc +ssl +gnutls libressl openssl static-libs"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )
gnutls? ( ssl )



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

2018-10-05 Thread Mikle Kolyada
commit: 7b2400515bacce72bf0079a9803073a3ce8d6c21
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:33:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:33:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b240051

app-admin/rsyslog: amd64 stable wrt bug #667542

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/app-admin/rsyslog/rsyslog-8.38.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.38.0.ebuild
index 4cf4e54cd68..ce2cf91b084 100644
--- a/app-admin/rsyslog/rsyslog-8.38.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.38.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



  1   2   >