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

2017-11-06 Thread Sergei Trofimovich
commit: 7beb086fbe70d838eb88ca07169b4875a82b6d4e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov  6 08:01:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov  6 08:01:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7beb086f

media-gfx/exiv2: stable 0.26_p20171104 for ia64, bug #621028

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 media-gfx/exiv2/exiv2-0.26_p20171104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild 
b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
index d6bfcd0dcf2..bea36ac81c7 100644
--- a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
+++ b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
 else
COMMIT=900d2417dbeb46e14cbf65fc2798ed1d043ab76d
SRC_URI="https://github.com/Exiv2/${PN}/tarball/${COMMIT} -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 fi
 inherit cmake-multilib python-any-r1 vcs-snapshot
 



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

2017-11-06 Thread Sergei Trofimovich
commit: aafb283dd989d35dafad13e9c15a6891418da310
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov  6 08:01:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov  6 08:01:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafb283d

app-crypt/pinentry: stable 1.0.0-r2 for ia64, bug #632293

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 app-crypt/pinentry/pinentry-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild 
b/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild
index f26a7c9f5bc..a910190ec1a 100644
--- a/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild
+++ b/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild
@@ -11,7 +11,7 @@ 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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="caps emacs gnome-keyring gtk ncurses qt5 static"
 
 CDEPEND="



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/portage/patches/dev-libs/glib/

2017-11-06 Thread Anthony G. Basile
commit: 37868a37ab69a61d10c806b39c1980a703a99b91
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 09:07:37 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 09:07:37 2017 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=37868a37

patches/dev-libs/glib/glib-fix-ctors.patch: remove since it landed

 .../patches/dev-libs/glib/glib-fix-ctors.patch | 112 -
 1 file changed, 112 deletions(-)

diff --git a/core/etc/portage/patches/dev-libs/glib/glib-fix-ctors.patch 
b/core/etc/portage/patches/dev-libs/glib/glib-fix-ctors.patch
deleted file mode 100644
index ece936a..000
--- a/core/etc/portage/patches/dev-libs/glib/glib-fix-ctors.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-See: https://bugs.gentoo.org/show_bug.cgi?id=575614
-
-From ca32c60a815f91a28e63993e9b53a2cfa0764240 Mon Sep 17 00:00:00 2001
-From: Natanael Copa 
-Date: Fri, 2 Oct 2015 08:11:53 +0200
-Subject: [PATCH] Revert "Move quark initialization to a constructor"
-
-musl's does not run ctors in the assumed order that glib-2.46 expects:
-
-- glib_init() should be called before gobject_init_ctor().
-
-This reverts commit 2fe992b099bfd3fb121a71b7af43e116b2142b5d.

- glib/glib-init.c |  1 -
- glib/glib-init.h |  2 --
- glib/gquark.c| 26 --
- 3 files changed, 12 insertions(+), 17 deletions(-)
-
-diff --git a/glib/glib-init.c b/glib/glib-init.c
-index e7002e6..24efe9d 100644
 a/glib/glib-init.c
-+++ b/glib/glib-init.c
-@@ -233,7 +233,6 @@ glib_init (void)
- {
-   g_messages_prefixed_init ();
-   g_debug_init ();
--  g_quark_init ();
- }
- 
- #if defined (G_OS_WIN32)
-diff --git a/glib/glib-init.h b/glib/glib-init.h
-index b56f7e2..de6be78 100644
 a/glib/glib-init.h
-+++ b/glib/glib-init.h
-@@ -25,8 +25,6 @@
- extern GLogLevelFlags g_log_always_fatal;
- extern GLogLevelFlags g_log_msg_prefix;
- 
--void g_quark_init (void);
--
- #ifdef G_OS_WIN32
- #include 
- 
-diff --git a/glib/gquark.c b/glib/gquark.c
-index 9e51a92..d620533 100644
 a/glib/gquark.c
-+++ b/glib/gquark.c
-@@ -40,7 +40,6 @@
- #include "gthread.h"
- #include "gtestutils.h"
- #include "glib_trace.h"
--#include "glib-init.h"
- 
- #define QUARK_BLOCK_SIZE 2048
- #define QUARK_STRING_BLOCK_SIZE (4096 - sizeof (gsize))
-@@ -54,16 +53,6 @@ static gint   quark_seq_id = 0;
- static gchar *quark_block = NULL;
- static gint   quark_block_offset = 0;
- 
--void
--g_quark_init (void)
--{
--  g_assert (quark_seq_id == 0);
--  quark_ht = g_hash_table_new (g_str_hash, g_str_equal);
--  quarks = g_new (gchar*, QUARK_BLOCK_SIZE);
--  quarks[0] = NULL;
--  quark_seq_id = 1;
--}
--
- /**
-  * SECTION:quarks
-  * @title: Quarks
-@@ -138,9 +127,10 @@ g_quark_try_string (const gchar *string)
- return 0;
- 
-   G_LOCK (quark_global);
--  quark = GPOINTER_TO_UINT (g_hash_table_lookup (quark_ht, string));
-+  if (quark_ht)
-+quark = GPOINTER_TO_UINT (g_hash_table_lookup (quark_ht, string));
-   G_UNLOCK (quark_global);
--
-+  
-   return quark;
- }
- 
-@@ -179,7 +169,8 @@ quark_from_string (const gchar *string,
- {
-   GQuark quark = 0;
- 
--  quark = GPOINTER_TO_UINT (g_hash_table_lookup (quark_ht, string));
-+  if (quark_ht)
-+quark = GPOINTER_TO_UINT (g_hash_table_lookup (quark_ht, string));
- 
-   if (!quark)
- {
-@@ -292,6 +283,13 @@ quark_new (gchar *string)
-*/
-   g_atomic_pointer_set (&quarks, quarks_new);
- }
-+  if (!quark_ht)
-+{
-+  g_assert (quark_seq_id == 0);
-+  quark_ht = g_hash_table_new (g_str_hash, g_str_equal);
-+  quarks[quark_seq_id] = NULL;
-+  g_atomic_int_inc (&quark_seq_id);
-+}
- 
-   quark = quark_seq_id;
-   g_atomic_pointer_set (&quarks[quark], string);
--- 
-2.6.0
-



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

2017-11-06 Thread Anthony G. Basile
commit: b89a0d649a3bc4d4a21166b30e66c4b85946d3d3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 09:15:47 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 09:15:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89a0d64

app-backup/borgbackup: remove older versions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/Manifest |  4 ---
 app-backup/borgbackup/borgbackup-1.0.10.ebuild | 39 -
 app-backup/borgbackup/borgbackup-1.0.11.ebuild | 39 -
 app-backup/borgbackup/borgbackup-1.0.9.ebuild  | 39 -
 app-backup/borgbackup/borgbackup-1.1.0.ebuild  | 40 --
 app-backup/borgbackup/metadata.xml |  3 --
 6 files changed, 164 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index e40c982f588..e8636cd0189 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,6 +1,2 @@
-DIST borgbackup-1.0.10.tar.gz 563363 SHA256 
978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 SHA512 
db0d315b8381f853c192e0b6672bac8275ef2046dc307f88bbd9641f941feedb91bdfdb074b2b33141a6b94db204588fb87b6ea1b746648d20f30f1268055d7a
 WHIRLPOOL 
055c925bd843fbd9dc73eb7b9a8ceb71510ba6f4e2e3668204fd73f73b610d44c070517af440e12e0d05844d42128d87b8d4defdc863a642a678ae5834af8261
-DIST borgbackup-1.0.11.tar.gz 603381 SHA256 
fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 SHA512 
438d39557a4ebc936f606a880b7f1c915fd5497b11663f03b8a767af7cca522a1b235be0f81c4310d8f12e19d147b438481b7ac82e7371588237de8f1e229525
 WHIRLPOOL 
b998593db3487c0d533820054ff63ca30f0975481fa33f8aacf0d0552c21d37e26879c8a01ca611792b09946d09f82d602685fe2317f701faa015c96ea916f3d
-DIST borgbackup-1.0.9.tar.gz 541796 SHA256 
35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 
5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad
 WHIRLPOOL 
76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
-DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 
b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 
052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2
 WHIRLPOOL 
b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d
 DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 
a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 
07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272
 WHIRLPOOL 
8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
 DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 
097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 
e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9
 WHIRLPOOL 
e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0

diff --git a/app-backup/borgbackup/borgbackup-1.0.10.ebuild 
b/app-backup/borgbackup/borgbackup-1.0.10.ebuild
deleted file mode 100644
index 27907669fe9..000
--- a/app-backup/borgbackup/borgbackup-1.0.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/borg.git";
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"
-HOMEPAGE="https://borgbackup.readthedocs.io/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="libressl +fuse"
-
-# Unformately we have a file conflict with app-office/borg, bug #580402
-RDEPEND="
-   !!app-office/borg
-   app-arch/lz4
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
-"
-
-DEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/cython[${PYTHON_USEDEP}]
-   ${RDEPEND}
-"

diff --git a/app-backup/borgbackup/borgbackup-1.0.11.ebuild 
b/app-backup/borgbackup/borgbackup-1.0.11.ebuild
deleted file mode 100644
index 27907669fe9..000
--- a/app-backup/borgbackup/borgbackup-1.0.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed u

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

2017-11-06 Thread Anthony G. Basile
commit: 3a8a1c8304b182f7025a68185c6857b108cac74c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 09:14:20 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 09:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8a1c83

app-backup/borgbackup: version 1.1.1 stable on amd64

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/borgbackup-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.1.ebuild 
b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
index 664c1f81223..f0eea83acae 100644
--- a/app-backup/borgbackup/borgbackup-1.1.1.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"



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

2017-11-06 Thread Anthony G. Basile
commit: b9cb7722469634dab6552b6da9caa150d2b3482b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 09:13:35 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 09:13:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cb7722

app-backup/borgbackup: version bump to 1.1.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-backup/borgbackup/Manifest|  1 +
 app-backup/borgbackup/borgbackup-1.1.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 501018ba466..e40c982f588 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -3,3 +3,4 @@ DIST borgbackup-1.0.11.tar.gz 603381 SHA256 
fc6efd2d19454625532e0defac90cd8e8737
 DIST borgbackup-1.0.9.tar.gz 541796 SHA256 
35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2 SHA512 
5623916b143a3d39cab41bc5cca82589a612035d9be0bfd0d211656a975b986bc0c04133bdd1ba44b628fffd84f2c4294530a7c37b9c874e878b77d6105ff0ad
 WHIRLPOOL 
76d740c07bc9767c80e3a725cdbba3f0c990d0e67643089e38f020aa611248f3d3694b07605c12d17645e7af5c1ba7ce7b86a458496350c8c798ab6b97cd0cde
 DIST borgbackup-1.1.0.tar.gz 2912847 SHA256 
b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f SHA512 
052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2
 WHIRLPOOL 
b12bf0086256dd73a30c904fb9883787eef9cd5c4ace1fb2a5791ad8eb37ecd8bf0738b44c793db799f90fffb1e9f23f26d1270dbb80c7eb3265325e079c1a2d
 DIST borgbackup-1.1.1.tar.gz 2988023 SHA256 
a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346 SHA512 
07e716556fd3edd6d7cdca6045a6eb49a92cdc6d6e37a6999bbd1bc09e00134862081df0d9046c46f867cb4b45ab6ed98f3783eb4e27e4330fc48f0e4dd53272
 WHIRLPOOL 
8e40b111463e7e338f3c7974fcb8896586b4d640b9bde216fec2e64a8cdd41c89bda6081cc9b2a8819a384a69507b139e4101faa6f917d87155c983d12fecc29
+DIST borgbackup-1.1.2.tar.gz 19860535 SHA256 
097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502 SHA512 
e818c4750c00559bc60196446e2c8fb01d8225b307982a9b6d3b38148d6ad7aa4766a6b9f06fee3954fbc34a4ff298ad6e49a758223906cc1d3d39c3d82dcec9
 WHIRLPOOL 
e5e644506cd34dce872041d27edd652b7facb7ea9699a99451fce4271acbfa33ca56e3f0a4a33d3f92b60e05d4f89eb3285beb3fc13a745d274ba0175d4ae1f0

diff --git a/app-backup/borgbackup/borgbackup-1.1.2.ebuild 
b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
new file mode 100644
index 000..664c1f81223
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.1.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/borg.git";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"
+HOMEPAGE="https://borgbackup.readthedocs.io/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl"
+
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
+RDEPEND="
+   !!app-office/borg
+   app-arch/lz4
+   dev-python/llfuse[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+
+DEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   ${RDEPEND}
+"



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

2017-11-06 Thread Eray Aslan
commit: 1bf94e014dfe11d3894d926afe5afafd57801c59
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Nov  6 09:35:21 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Nov  6 09:35:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf94e01

net-mail/mailutils: bump to 3.4

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-mail/mailutils/Manifest |   1 +
 net-mail/mailutils/mailutils-3.4.ebuild | 132 
 2 files changed, 133 insertions(+)

diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
index 540f6dcd083..cb5fe337d18 100644
--- a/net-mail/mailutils/Manifest
+++ b/net-mail/mailutils/Manifest
@@ -1,3 +1,4 @@
 DIST mailutils-3.1.1.tar.xz 2759000 SHA256 
e5a07994924f63d8f29efe94e63ba6b110ac70b2b7f61ffa6f54ae4c9287bc21 SHA512 
68a6f530935118f60503550aff925c799fee4de77377e726548f418e05687b1c8f29210bcb97e1b1033f9414bdbceeaa41e65496b0648a6356c8363554955e8c
 WHIRLPOOL 
37c475e488f1967658e0f204cd9a47d402976f2af31566de6f9b815a4c4e1cace83a9367e8e343eb575a7128653f3e82f114c4966b1b1ac32c7512aa2246baf2
 DIST mailutils-3.2.tar.xz 2795512 SHA256 
96d354e69e93d5ed6dc2e1019bc3ed3c6e322248a2c477d8fc89dbed91ed077e SHA512 
48499d64da65653f996257bd920ee6574840ce9872476425c499d2af6dda5f2cd88a6dc89affba5451ab28c347308a2ae1b53ec40679289d63d74775cd722f96
 WHIRLPOOL 
99eb034c708dcbbc0b2dcb086ea33010c5d90b3cc8b4b7b5eba2c786d042bd5ac517a611d3f185a84084c03f16b62e8c4efd75f1be315dd19df5868d2cfff82d
 DIST mailutils-3.3.tar.xz 2618632 SHA256 
27d7fbdff904abf4eebf008c56ca61f135b110f8304c22bc4926dca4f944b4f6 SHA512 
ece4e59ca46e287b8e69e45b9ca1207f9a7ef450ea009212ed9284d5aceaeafe64b0ee6333f42c1edcea2a2c45d414b8436e49bf342938bd78b7157a751bce9c
 WHIRLPOOL 
cf78b4d5762c7888c8995603b772d6b9b2485cd48c149d22c2c61a646857cf0f23f80a285a740b5d8ad177999eae302b90eb931d08021ee7fbd813463ce147ab
+DIST mailutils-3.4.tar.xz 2619672 SHA256 
f39f528cf6eebc9a045658bd98c86619002f06df4664647e4f78e27e90c62173 SHA512 
548d97a4a036ef0ef5a429c82ffa43dd377b210b4c4d3844e7e5dded0f963060e3733b7766821c06ccf4dc1135002608658bcd6420e75b4ca1f4f17cfc8e2573
 WHIRLPOOL 
4bcf000c1c12aea9c3883cdfc425060767ce18401652748748daf4efcc59797a7796f97c36adcf7fa7775fadf48258da6920d1054ff0dde0fbdb8f4db20e9355

diff --git a/net-mail/mailutils/mailutils-3.4.ebuild 
b/net-mail/mailutils/mailutils-3.4.ebuild
new file mode 100644
index 000..6e414782ed7
--- /dev/null
+++ b/net-mail/mailutils/mailutils-3.4.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
+
+DESCRIPTION="A useful collection of mail servers, clients, and filters"
+HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html";
+#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
+SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos 
~x86-macos"
+IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
+   mysql nls pam postgres python servers ssl static-libs +threads tcpd \
+   tokyocabinet"
+
+RDEPEND="!mail-client/nmh
+   !mail-filter/libsieve
+   !mail-client/mailx
+   !mail-client/nail
+   sys-libs/ncurses:=
+   sys-libs/readline:=
+   dev-libs/libltdl:0
+   virtual/mta
+   berkdb? ( sys-libs/db:= )
+   bidi? ( dev-libs/fribidi )
+   gdbm? ( sys-libs/gdbm )
+   guile? ( dev-scheme/guile:= )
+   kerberos? ( virtual/krb5 )
+   kyotocabinet? ( dev-db/kyotocabinet )
+   ldap? ( net-nds/openldap )
+   mysql? ( virtual/mysql )
+   nls? ( sys-devel/gettext )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   python? ( ${PYTHON_DEPS} )
+   sasl? ( virtual/gsasl )
+   ssl? ( net-libs/gnutls:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+   tokyocabinet? ( dev-db/tokyocabinet )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   servers? ( tcpd )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Disable bytecompilation of Python modules.
+   echo "#!/bin/sh" > build-aux/py-compile
+   # add missing tests so that make check doesn't fail
+   cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
+   if use mysql; then
+   sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
+   sql/Makefile.am || die
+   fi
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # maildir is the Gentoo default
+   econf MU_DEFAULT_SCHEME=maildir \
+   CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
+   $(use_with berkdb berkeley-db) \
+   

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

2017-11-06 Thread Lars Wendler
commit: 61838ab2e23651fa8a67c703c4894e235e55e517
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 08:48:48 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61838ab2

dev-util/cmake: Bump to version 3.10.0_rc4. Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-util/cmake/Manifest | 2 +-
 dev-util/cmake/{cmake-3.10.0_rc3.ebuild => cmake-3.10.0_rc4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 02cc507b261..ecf810a6558 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,4 +1,4 @@
-DIST cmake-3.10.0-rc3.tar.gz 7820278 SHA256 
155431a645a381d2f254058d7c23c9a2063ca37554c8576e5979281b57d80b14 SHA512 
28f1435e314697531736ca9dc94cd65dc2d71c3f75b7d197ef200b096ef55f6fd64a2c0706c44692b8ec49cf3861aed879d3c1da0eb2de3b0c2762450466ecb9
 WHIRLPOOL 
39ace2bcd763f04ec29f7f34184187d265f483aafd35100cf3d15b0bc1a2df6ea73d2170349293f907a408b72ae4ee0901e5b95465ddf07de50560e59335285c
+DIST cmake-3.10.0-rc4.tar.gz 7822506 SHA256 
4805df35a6313bd8bbf13d93f6fe9fcd16f54514564ec126d3ed7a359b637619 SHA512 
2f584450044a4a2c660c51de075310dff92e51f5e6818c4a853242cb71e73b3e30e00f56e81d6ca75f45a45b09ac38a1523193ec068113e790b8fa30f8e3b1de
 WHIRLPOOL 
cdc2434d7a0b1611ce22e2da3ed835dc889a2361f5ce745f0e2edb5e7c45c0409a24ccc187582cb24c15f78133f808218c84ae5667be52fa8917ff18051153fa
 DIST cmake-3.7.2.tar.gz 7361593 SHA256 
dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0 SHA512 
b2ed0192e12267de19eb178c2dedc69d06fc33dfadd47efbe0ccf6969ad72d290fa4bff02861c379a8752337d67d2485d7e1ba947cb219f2e4041a53a195e88d
 WHIRLPOOL 
1861fe2887f4483856e1964ff1492e196624d3072ad1e21910fba29d0c0d654e7d5035571648386a77cd6cbe895f8cdfbb1f4cc1ad60d14015a01a22494456f7
 DIST cmake-3.8.2.tar.gz 7504706 SHA256 
da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d SHA512 
49ea6f74a81dfa8ed8336c94ed50e0a483b796132c260f4bef159f9c389d99cc7b26ecfcccdd8b0a8f5b52fddd277c17c547d2a2e8848da9912c464ada1cbe3f
 WHIRLPOOL 
8768bffb365852414eda0349d71e59517c8047689303d7873a5889cb8b28c72cd636982a18b039f26daae33023f7e0ad91c3a9ab2d30c30e4b3a9b3cc525b78e
 DIST cmake-3.9.4.tar.gz 7705052 SHA256 
b5d86f12ae0072db520fdbdad67405f799eb728b610ed66043c20a92b4906ca1 SHA512 
d9172f86df7ddefd0ecf1cd271add8b8af2d712a47ded530e9ff2c26e39087bc11a099125f17add6b563d176f27a68f4998bb53ae390b3f12894d658dfc8eee5
 WHIRLPOOL 
c1cc16977ce1c1a4ac58692694a608bb5996c19db677bb6d25db1e017586ad1d676bb1f086af4016b8017cfe845ed7c6795fad7f1e7b5ab0b4d9b414452d661f

diff --git a/dev-util/cmake/cmake-3.10.0_rc3.ebuild 
b/dev-util/cmake/cmake-3.10.0_rc4.ebuild
similarity index 100%
rename from dev-util/cmake/cmake-3.10.0_rc3.ebuild
rename to dev-util/cmake/cmake-3.10.0_rc4.ebuild



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

2017-11-06 Thread Lars Wendler
commit: f00e1a5ee4d3b3a7aa6d1ea0228f15ab13d482f3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:18:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:40:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00e1a5e

dev-util/checkbashisms: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-util/checkbashisms/Manifest|  2 -
 dev-util/checkbashisms/checkbashisms-2.17.8.ebuild | 44 --
 dev-util/checkbashisms/checkbashisms-2.17.9.ebuild | 40 
 3 files changed, 86 deletions(-)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index 9ee1020351a..3790e4cb8a2 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1,4 +1,2 @@
 DIST devscripts_2.17.10.tar.xz 706396 SHA256 
fc28882f4e6f6a0a74119b811df308dac758e1a097f947398ae895e574043aff SHA512 
eb2bcd29237696e0e768d2513fa895891cb2b368c41c6d611ad7db815400b22317324b8326d4e71b1ab511a8a7abafdf0a2f2641da955034ae58b3d4aad3fc77
 WHIRLPOOL 
4494b2926f8f328113aa73c18fc3550721a7ac69a19cc986ea0dc69e9918c93e55eb387a8d3427126ac6f390973729c5f764dde8a632599d0e86f5afd1449cea
 DIST devscripts_2.17.11.tar.xz 708508 SHA256 
2fefafd23e1707b07c4010ca27aa708992911aa474cd33cd888375d868ddc2da SHA512 
bcce427b551ba1ee19b794e4a8243ae6c8efdf7fb6f108b7cd0e43a93ce9a12bee99800fc40c2b8a2bbf6451adceaeadf6042752fa2e404cad2d014ff03474bf
 WHIRLPOOL 
53a8fbe7ad2ef850ff41e24039213bc3d7332d0c7b90c8a863f2e272f11c976311dd3e5184339529af2a6a051aa556ca0f47ca32de12cc342fc12d7326dfda31
-DIST devscripts_2.17.8.tar.xz 696424 SHA256 
7e39e296891d2d158b717c0c834cc0c5ab560e5c7d88910e42bf59cda10fbeea SHA512 
1495a754346ec3903cb91d9d937b74a1d6a928a84028d19016b7a2d0df5c0f665aba7c777952ae57f5f8b421b696cf631c7a139ea68a98f31030c83b6e67d349
 WHIRLPOOL 
d146b5e3317278b21c49c34af29877e0bb8f463c6bca9ec037953d0da9b53c8aea863d27691fe95667ebedc2d7b1d209d2593b51083537f9c0d8956a34b45855
-DIST devscripts_2.17.9.tar.xz 696500 SHA256 
0ef164a9b8e774e8aef7a532302e7ce60ba10a72e56da485865222e68033b73b SHA512 
00bc2fea2aa2f5806f6ecedee96c09c0ff31d99283e7b242f85c04a63310ada692df2bbef0cfde73dbcf3ac455026a5262b298fb2348528f2a9d7ce7916d97dd
 WHIRLPOOL 
867d946c6d598ccb67e2e19a872c033d9c22b7b270cf2eadbc81da0d1d4a42d444cc705bff69b6b2e35006d72f6131ee101e34ced34faa8e89da7f950aca5c81

diff --git a/dev-util/checkbashisms/checkbashisms-2.17.8.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.17.8.ebuild
deleted file mode 100644
index ac906202e79..000
--- a/dev-util/checkbashisms/checkbashisms-2.17.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_PN="devscripts"
-MY_P="${MY_PN}-${PV}"
-
-inherit eutils
-
-DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
-HOMEPAGE="https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git";
-SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# Requires python packages to check tools we don't need anyway
-RESTRICT="test"
-
-RDEPEND="dev-lang/perl
-   virtual/perl-Getopt-Long
-   !https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git";
-SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Requires python packages to check tools we don't need anyway
-RESTRICT="test"
-
-RDEPEND="dev-lang/perl
-   virtual/perl-Getopt-Long
-   !

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

2017-11-06 Thread Lars Wendler
commit: 55072bb0c3f0df03a4070866375fcab111cb7dc1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:15:17 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55072bb0

dev-util/checkbashisms: Bump to version 2.17.11

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-util/checkbashisms/Manifest|  1 +
 .../checkbashisms/checkbashisms-2.17.11.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index 4315b6f3dd8..9ee1020351a 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1,3 +1,4 @@
 DIST devscripts_2.17.10.tar.xz 706396 SHA256 
fc28882f4e6f6a0a74119b811df308dac758e1a097f947398ae895e574043aff SHA512 
eb2bcd29237696e0e768d2513fa895891cb2b368c41c6d611ad7db815400b22317324b8326d4e71b1ab511a8a7abafdf0a2f2641da955034ae58b3d4aad3fc77
 WHIRLPOOL 
4494b2926f8f328113aa73c18fc3550721a7ac69a19cc986ea0dc69e9918c93e55eb387a8d3427126ac6f390973729c5f764dde8a632599d0e86f5afd1449cea
+DIST devscripts_2.17.11.tar.xz 708508 SHA256 
2fefafd23e1707b07c4010ca27aa708992911aa474cd33cd888375d868ddc2da SHA512 
bcce427b551ba1ee19b794e4a8243ae6c8efdf7fb6f108b7cd0e43a93ce9a12bee99800fc40c2b8a2bbf6451adceaeadf6042752fa2e404cad2d014ff03474bf
 WHIRLPOOL 
53a8fbe7ad2ef850ff41e24039213bc3d7332d0c7b90c8a863f2e272f11c976311dd3e5184339529af2a6a051aa556ca0f47ca32de12cc342fc12d7326dfda31
 DIST devscripts_2.17.8.tar.xz 696424 SHA256 
7e39e296891d2d158b717c0c834cc0c5ab560e5c7d88910e42bf59cda10fbeea SHA512 
1495a754346ec3903cb91d9d937b74a1d6a928a84028d19016b7a2d0df5c0f665aba7c777952ae57f5f8b421b696cf631c7a139ea68a98f31030c83b6e67d349
 WHIRLPOOL 
d146b5e3317278b21c49c34af29877e0bb8f463c6bca9ec037953d0da9b53c8aea863d27691fe95667ebedc2d7b1d209d2593b51083537f9c0d8956a34b45855
 DIST devscripts_2.17.9.tar.xz 696500 SHA256 
0ef164a9b8e774e8aef7a532302e7ce60ba10a72e56da485865222e68033b73b SHA512 
00bc2fea2aa2f5806f6ecedee96c09c0ff31d99283e7b242f85c04a63310ada692df2bbef0cfde73dbcf3ac455026a5262b298fb2348528f2a9d7ce7916d97dd
 WHIRLPOOL 
867d946c6d598ccb67e2e19a872c033d9c22b7b270cf2eadbc81da0d1d4a42d444cc705bff69b6b2e35006d72f6131ee101e34ced34faa8e89da7f950aca5c81

diff --git a/dev-util/checkbashisms/checkbashisms-2.17.11.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.17.11.ebuild
new file mode 100644
index 000..8524418c7c9
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.17.11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="devscripts"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
+HOMEPAGE="https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git";
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+   virtual/perl-Getopt-Long
+   !

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

2017-11-06 Thread Lars Wendler
commit: fe55c84baa9c13c66a838a277a3925771cb9d408
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:39:29 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe55c84b

net-misc/kea: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-misc/kea/Manifest |  1 -
 net-misc/kea/kea-1.1.0.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
index 9a0019579e3..4786f0fd052 100644
--- a/net-misc/kea/Manifest
+++ b/net-misc/kea/Manifest
@@ -1,3 +1,2 @@
-DIST kea-1.1.0.tar.gz 4934875 SHA256 
c3d97aee4faa19653ffe6d37e797e2fbf632124cd0b98bb502f9b97b5a383c2d SHA512 
4ccc2ac493e8ce31d8a0574acac430137965aef11c7dd98a5e11ee88a157503a6efbdbf39e89b04cf7349474051affa993dd0aa65420bd783209e0a8a1d253ea
 WHIRLPOOL 
e666a81b8e645f503acefbdc4a9ca79da12eb7028d6d03d4ca1e03debfdc642f633d6ef4910692f30edf1193a0c74bd65378fa75abed596bcdac1e29371c1553
 DIST kea-1.2.0.tar.gz 5720941 SHA256 
22d15945b13600b56c37213797ca1f3ee9851e6119120aeae08033c4cc52d129 SHA512 
d90571027edbce9eeb75d9ac889865dc24c2fd3ab17e44e23337ff623ca098ffd02560f01273da3c28f13734d95d5950110bc116bed527a295a9dc70addcc240
 WHIRLPOOL 
0a91707b70396354abebba6807f44f509d95eaa8c4a4a4766fe8cea953a7c73d36d0cbea85588ec0d88d1cce0e4bc91c1ae10de92de756295b4595ec890b2e74
 DIST kea-1.3.0.tar.gz 5996560 SHA256 
6edfcdbf2526c218426a1d1a6a6694a4050c97bb8412953a230285d63415c391 SHA512 
4708485efe537d9af00b50da9a3f33b740edaf37d9bbfe96f5625e30715349c48ef8a32f5abb8320f00821aea642a5b7ecdbc9f0d323a71b7a07f46f1bed978b
 WHIRLPOOL 
a6e4203818736182e32fc2f10abc1361091c87998279c1141b3360f59ccfeb11e2d56eabdafb5d8585654317fa16076ef3665e6d3cbf36ffbcf98d1f4a00de6b

diff --git a/net-misc/kea/kea-1.1.0.ebuild b/net-misc/kea/kea-1.1.0.ebuild
deleted file mode 100644
index 21512a24568..000
--- a/net-misc/kea/kea-1.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs user
-
-MY_PV="${PV//_alpha/a}"
-MY_PV="${MY_PV//_beta/b}"
-MY_PV="${MY_PV//_rc/rc}"
-MY_PV="${MY_PV//_p/-P}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
-SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-   ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
-
-LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-cpp/gtest
-   dev-libs/boost
-   dev-libs/botan:0
-   dev-libs/log4cplus
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   # Brand the version with Gentoo
-   sed -i \
-   -e "/VERSION=/s:'$: Gentoo-${PR}':" \
-   configure || die
-}
-
-src_configure() {
-   econf \
-   --disable-install-configurations \
-   --disable-static \
-   --without-werror
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}
-
-pkg_preinst() {
-   enewgroup dhcp
-   enewuser dhcp -1 -1 /var/lib/dhcp dhcp
-}



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

2017-11-06 Thread Lars Wendler
commit: 0cc2ed58787a8219637cb4a29cdb1f96b7564c69
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:10:48 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc2ed58

sys-libs/libblockdev: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-libs/libblockdev/Manifest|  1 -
 sys-libs/libblockdev/libblockdev-2.12.ebuild | 82 
 2 files changed, 83 deletions(-)

diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest
index d387415fc72..a93c7d722df 100644
--- a/sys-libs/libblockdev/Manifest
+++ b/sys-libs/libblockdev/Manifest
@@ -1,3 +1,2 @@
-DIST libblockdev-2.12-1.tar.gz 252590 SHA256 
3758d1ba88756756f498e52710c37df56eb6d9287c28cdd514ef7bbe6574566b SHA512 
d40ce3ae45edbe2c79fe0c86df8a22982bd94718cf82161ccd5d7759272eba9948d29e6ab26490f7ba8cb3630b0350ee3a659fba7da73056dc123db9c2535b2e
 WHIRLPOOL 
8d32fe6a153595e756c2fe8bf6fb5a3eaa8f88670843be7afaf0419270c2f4e4d7ce8e6fda705b34547d964e5eb7869b45951f2267c5830060ae8634c82c224d
 DIST libblockdev-2.13-1.tar.gz 269162 SHA256 
0eca9236ec47dad64729b602d6658ff48034bf95f749296df1aa23e733abf5df SHA512 
eaa0751691008f2cb3c4cdbf00af8f3653b7e309a02ccb700528601ccfa0cca7631e6072e2a25d9da3862b0638dac08b0ac739b1ae4702b9b263fb58f73d10c9
 WHIRLPOOL 
311ccc4a65963f0457d519e8858d3d0e8a286d3343efb8819b2ffd1d1d01057b6ca2f6926472cc11b2b6f918cf8644654c328c074e63fddbe2447f62f02fc7fb
 DIST libblockdev-2.14-1.tar.gz 274241 SHA256 
de4e7f6e8f632122843c176932331e8e87ba2b0bbfa97bb1c906e115a47514ad SHA512 
fb80e840ed2f247912da93a6cc0cb1846be73dcc16b917f5231f5d7a87eaa7b43d07d5b2110038dd783fefa7ef7df0893785a60079ed02567f1e08bfcbd82343
 WHIRLPOOL 
e2a13bf083597e7c2be1780dfa043483451522551e0866913045c99f2ec0eec2c1b702d48c823c65dadef234cd95356ed3f09762420aeb459baacdf26457b52b

diff --git a/sys-libs/libblockdev/libblockdev-2.12.ebuild 
b/sys-libs/libblockdev/libblockdev-2.12.ebuild
deleted file mode 100644
index 53c3efbcb20..000
--- a/sys-libs/libblockdev/libblockdev-2.12.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-inherit autotools python-single-r1
-
-MY_PV="${PV}-1"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="A library for manipulating block devices"
-HOMEPAGE="https://github.com/rhinstaller/libblockdev";
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bcache +crypt dmraid doc lvm kbd test"
-
-CDEPEND="
-   >=dev-libs/glib-2.42.2
-   dev-libs/libbytesize
-   >=sys-apps/util-linux-2.27
-   >=sys-block/parted-3.1
-   crypt? (
-   >=dev-libs/nss-3.18.0
-   dev-libs/volume_key
-   >=sys-fs/cryptsetup-1.6.7
-   )
-   dmraid? (
-   sys-fs/dmraid
-   sys-fs/lvm2
-   )
-   lvm? (
-   sys-fs/lvm2
-   virtual/udev
-   )
-   kbd? ( >=sys-apps/kmod-19 )
-   ${PYTHON_DEPS}
-"
-
-DEPEND="
-   ${CDEPEND}
-   >=dev-libs/gobject-introspection-1.3.0
-   doc? ( dev-util/gtk-doc )
-"
-
-RDEPEND="
-   ${CDEPEND}
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --with-btrfs
-   --with-fs
-   --with-part
-   --with-python3
-   --without-mpath
-   $(use_enable test tests)
-   $(use_with bcache)
-   $(use_with crypt crypto)
-   $(use_with dmraid dm)
-   $(use_with doc gtk-doc)
-   $(use_with lvm lvm)
-   $(use_with lvm lvm-dbus)
-   $(use_with kbd)
-   )
-   econf "${myeconfargs[@]}"
-}



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

2017-11-06 Thread Lars Wendler
commit: 31e576b1db1ae0e4846c23330207d4d4b0d68b18
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:17:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e576b1

dev-util/checkbashisms: Version 2.17.10 stable for amd64 and x86.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/dev-util/checkbashisms/checkbashisms-2.17.10.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.17.10.ebuild
index 8524418c7c9..61b10af9c25 100644
--- a/dev-util/checkbashisms/checkbashisms-2.17.10.ebuild
+++ b/dev-util/checkbashisms/checkbashisms-2.17.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # Requires python packages to check tools we don't need anyway



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

2017-11-06 Thread Lars Wendler
commit: dbf0cc3a4b54f5d2d44552798166e02777376fb2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 08:20:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf0cc3a

dev-vcs/git: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-vcs/git/Manifest  |   9 -
 dev-vcs/git/git-2.13.5.ebuild | 680 
 dev-vcs/git/git-2.14.2.ebuild | 699 --
 dev-vcs/git/git-2.15.0_rc2.ebuild | 699 --
 4 files changed, 2087 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 714621c0f6e..d5e00496694 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,18 +1,9 @@
-DIST git-2.13.5.tar.xz 4756436 SHA256 
21c9e29caac86d244ac7af78bc3422746dabb903cb3952a1ceefd801020ad1a1 SHA512 
4a0b55d19f15cf0ca388d43b650c1ccadbc32964925e5d0a3107ae84c38506af957335ceb0cbb5468ffbe0f5283f8e188aa51c9e915b3249126eb37c304be9ec
 WHIRLPOOL 
7a3c9971f37de366801be6a6d1d28a1d02b2f3fe98a508465c01d600913efd0ae4d241fb690686beb2ae9b0321ba4f7eb5b313ec47fb04eb7d0e0e51170c6750
 DIST git-2.13.6.tar.xz 4756820 SHA256 
bce97e403bea34f50378e90ade10c12666b2382cc247551b63dc5604e03b2523 SHA512 
ed39784205e1077f886eebdfb34a205fb0433071de29f673a79ea32bca31a2ba9bdabba208c9679ea2f6f295bafad52a7e7852b5bd2ccb1e6c99a1d2e76e8ada
 WHIRLPOOL 
aeadb595a3fc9b74b143478436f4511d15735e5e01bbaf84bc60ef6c3bb91d94aa29ea1bd700a08d3aea3341de4cee5c4d5ced0b550a223faaadd37774cd3492
-DIST git-2.14.2.tar.xz 4800208 SHA256 
50e9723996114ad1eec4dda89960d9fe34461749ae42031008a261fedd03c7a1 SHA512 
fe99486e0aef8d73dace3081bbd62bc6d08bc13868b98c905f7833458fdfc464eea504ae2961f4a2f38892cb0e76b533a50a2cacdf07c9ad9f8106e7ac1c353c
 WHIRLPOOL 
af0d166fc00aea8a4a77984e8bf92f6fb3abc854263316961683e5e27c8adbe1d73a3384b4d14c2ce762d75fd95f67da9a95a3fd3eca4d6747eb1850ab7b084e
 DIST git-2.14.3.tar.xz 4802252 SHA256 
5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d SHA512 
e32e9ff904cbc2a77d78ca08953e3b69ac527c333a898dd053806e3d7e684ad4ae153ae7663b7ff9c16e2414c3189878a2e6c95fe9320b4af6cb1e7fa5102643
 WHIRLPOOL 
2ea153e7e32653a86d166c151c2dde5b1e3e1220cfead1ad771ae183aa0f73f04c77f51811f8a0f005f4c3590a288dcd98be8211dfcb989ef7d29328185f1de9
-DIST git-2.15.0.rc2.tar.xz 4838680 SHA256 
df624082e8e26ea94a6794da7a14861ff3724d98f1368ebbf85520741083f895 SHA512 
7a9415ecac4a0ee5f7058efaec5e72f857fd4972ebcedfb04924e431a2d093ee146a16e88fe053990367488ed550b8f7d9fa7db03819a2dc39bc0a6b013171a0
 WHIRLPOOL 
4bc4f74d28306ccb60a3ab60d6f0daa3a1a4897e054589fb7c374f53269ab4b3e62cd386368a91a5736632183a09d69878350aa0f18c76e41b74c7c89aeaf63e
 DIST git-2.15.0.tar.xz 4892056 SHA256 
107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a SHA512 
994704b440ebce104a99d815dd713af3173f29e70646d7135c3fcd1ac4694a26e499f0732843606c397cbf6108809eb397546c837623a4adbe1ccb2fc825cb64
 WHIRLPOOL 
f03b8ba84c9e1e78680571af94b7b166774eab002ceb724c94c02b58d40b70fff7fc314ab5ee95cd2c8ae3dcf02355c8bb5f280f201efb8105c2015bda94cc71
-DIST git-htmldocs-2.13.5.tar.xz 1110236 SHA256 
f5f10d82156547dc91798772f36d7515a824c9a28f22521f0094e1a4dc08 SHA512 
0ba006ddc35325052be4d969a3a966ec1be7954dcc1676b9914953720e56f3c9a4522541d964c6ff08a921c35f983213eacd00b99db5d97b97ea8f5c1181ed73
 WHIRLPOOL 
020963c8544dba6acc4b0e681a844b6a9f332b3b3469c056d678791afacab54f4badd956137b21d3a5d2ea465a83f05d815a2c066f71fade41a58e8f802088bd
 DIST git-htmldocs-2.13.6.tar.xz 1110668 SHA256 
cdc39ecc8d1ce09f7b865832ebbc466441beb61d1aad4c7796514520220dabf0 SHA512 
9eb26f04836620bf4486d3bb2a170ab2b0af319f7f53e2677f4c1445767f5c3521cfdbb274dcc4df2bfd2fc5bf0ca18c6a4a9ca0b9f957c53f66e530684af6cc
 WHIRLPOOL 
126d8ae25c71dc4e6a6eb20ba611cd2eaf94ea8f4f89fde82b2d05044e93f425d9812559db5599b557a1a8f5832cc41d0651b421d265219c257351fe7fb41f2b
-DIST git-htmldocs-2.14.2.tar.xz 1115940 SHA256 
a36661e81e5b21e788cd84e11860bcd0cafa402eff06e6371415a5a0e0b80dfb SHA512 
c5dda319713a98b9f655a04fbb4dfcba4cc60fe22586bae73a88111d96cd8da989060b8450549a32a5c5bf5bc8ce735e73055ce72b8bf5d3b4fcec2040fa196b
 WHIRLPOOL 
1b47b798ae00f29e84862b973f4e284076eba84992f52b92903b56d50f0a463aac011fdcb3ea0b4859d2cf8661eb24c5faf4569ed22de952e293df95ca9a0438
 DIST git-htmldocs-2.14.3.tar.xz 1116824 SHA256 
9d28b922ad861bf747ca34a4f083efa3ce41ca39cccb0dfab8bdcf0b58694ccb SHA512 
a73160724f944832f915ff29c557e2a968d6c5ae5c4e9759d96444af8841e52a1193d50a74f01deb1ec5ef03b3301897bd85c5ebb82ac22d8188d528629d74d4
 WHIRLPOOL 
748cf71a16871cb91e84f7fdd4a2f6beeaf05d514a7e6ea34d02256a8196d0f9814db252c98d6178643ae183f31813cadf9b7056b61ab4478c157e2236cc71bd
-DIST git-htmldocs-2.15.0.rc2.tar.xz 1132916 SHA256 
4b5b38eb028356cda303add5d6132b94b744c2b7d4aadd7fe99ee2b6bf24e964 SHA512 
5ad647e9db64f3f048560d032ca6bf712b45c64ba87a8443462e392c11bb23d28d094139edac800608202320de0d62944c421b5bedf727aefc78ff3823999626
 WHIRLPOOL 
fb441afed5d

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

2017-11-06 Thread Lars Wendler
commit: 4b563a1a6def6797c8a77b2f7e4fcc1db1e62495
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 08:44:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b563a1a

media-libs/harfbuzz: Bump to version 1.6.3

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/harfbuzz/Manifest  |   1 +
 media-libs/harfbuzz/harfbuzz-1.6.3.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
index 1426547bb06..c1f42734d4f 100644
--- a/media-libs/harfbuzz/Manifest
+++ b/media-libs/harfbuzz/Manifest
@@ -4,3 +4,4 @@ DIST harfbuzz-1.4.8.tar.bz2 1587622 SHA256 
ccec4930ff0bb2d0c40aee203075447954b64
 DIST harfbuzz-1.5.1.tar.bz2 1615704 SHA256 
56838dfdad2729b8866763c82d623354d138a4d99d9ffb710c7d377b5cfc7c51 SHA512 
e5235c9fe4524059128f97e2773056533803b40db70c18b43c8dc6e27a970efc40d9ce6e8754ae7075c245cf8f4386b33e922a6edb3b6a722a596cb7759b8b36
 WHIRLPOOL 
8cf092ffcf42b5744041b3e2d40ce720a2a089964bb5d8d6a3ed5ccb846df8f3f44e6182744cb7b8c132e2fbfcc93c13fd974c2faa0adcf66961fc3b9863563d
 DIST harfbuzz-1.6.0.tar.bz2 1625615 SHA256 
5037ac0efc85a02a334965e66c1053d9dc9ed6833eae9739bd85bc33c83167c9 SHA512 
392c7055d7fe9bc3fea07e62fa9d00407c98d502de7b42937f434c6127f660521706d3b2c0afbc61ad636676abb50bafe73afb15b9090f0fe1f75443f1f34706
 WHIRLPOOL 
55b0c66500cfe099a5b1658fe89e5e44665158f86c82851c0787a417d6bf4d914c31fc2324b4816d7ed948e220a9cd0eea6dc0dcdb87c217dfe4f28c52105ac3
 DIST harfbuzz-1.6.2.tar.bz2 1639114 SHA256 
ceb8cbd652829b5fa680a71d89cb79cac7afa104e9484fbd23a24e71c0d6e80e SHA512 
90fd16267b19dfcb9fba0553555405df46b7543f48476bea3d9f59bdc809c8257f05bd0436ab32a3582a3f8dbef7448ba10485699d1435b56d8c247e2fcfeff3
 WHIRLPOOL 
8081a1d82d82b95f47162834ceb05134a1ddeb6aefb1d81c9483bba1440e4e146e92d9fd205ab63c54c6b36d0097b0ad19a966ea184e6ef6bfe35426d6899db8
+DIST harfbuzz-1.6.3.tar.bz2 1643142 SHA256 
e31eb367beb61a9399d2c78b51c225ab2b1cbd46f364f2d80d97bb422b44101a SHA512 
37d1a161d9074e9898d9ef6cca6dc725005828d700744553b0145373b69bcd3b08f507d49f4c2e05850d9275a54f15983356c547c86e5e3c202cc7cbfbe8
 WHIRLPOOL 
60da1d7c30e08704d8eed14b9b5f7fb4d68915627dece5a9802f5cc46309ea15e250f351d8e273f2710dbac93d3f7b7574ebd9c167446b6195c7a74f458e952b

diff --git a/media-libs/harfbuzz/harfbuzz-1.6.3.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.6.3.ebuild
new file mode 100644
index 000..da388e5fba7
--- /dev/null
+++ b/media-libs/harfbuzz/harfbuzz-1.6.3.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
+[[ ${PV} ==  ]] && inherit git-r3 autotools
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
+
+DESCRIPTION="An OpenType text shaping engine"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
+[[ ${PV} ==  ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
+
+LICENSE="Old-MIT ISC icu"
+SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
+[[ ${PV} ==  ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
+
+IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs 
test +truetype"
+REQUIRED_USE="introspection? ( glib )"
+
+RDEPEND="
+   cairo? ( x11-libs/cairo:= )
+   fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
+   glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
+   graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
+   icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.34:= )
+   truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   virtual/pkgconfig
+   test? ( ${PYTHON_DEPS} )
+"
+# eautoreconf requires gobject-introspection-common
+# ragel needed if regenerating *.hh files from *.rl
+[[ ${PV} =  ]] && DEPEND="${DEPEND}
+   >=dev-libs/gobject-introspection-common-1.34
+   dev-util/ragel
+"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+   if ! use debug ; then
+   append-cppflags -DHB_NDEBUG
+   fi
+}
+
+src_prepare() {
+   default
+
+   xdg_environment_reset
+
+   if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
+   # on Darwin/Solaris we need to link with g++, like automake 
defaults
+   # to, but overridden by upstream because on Linux this is not
+   # necessary, bug #449126
+   sed -i \
+   -e 's/\/CXXLINK/' \
+   s

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

2017-11-06 Thread Lars Wendler
commit: 4f5c530dca74e4221629c95ed93640e1a26660f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:38:50 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:40:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5c530d

net-misc/kea: Bump to version 1.3.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-misc/kea/Manifest |  1 +
 net-misc/kea/kea-1.3.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
index c55febf52d9..9a0019579e3 100644
--- a/net-misc/kea/Manifest
+++ b/net-misc/kea/Manifest
@@ -1,2 +1,3 @@
 DIST kea-1.1.0.tar.gz 4934875 SHA256 
c3d97aee4faa19653ffe6d37e797e2fbf632124cd0b98bb502f9b97b5a383c2d SHA512 
4ccc2ac493e8ce31d8a0574acac430137965aef11c7dd98a5e11ee88a157503a6efbdbf39e89b04cf7349474051affa993dd0aa65420bd783209e0a8a1d253ea
 WHIRLPOOL 
e666a81b8e645f503acefbdc4a9ca79da12eb7028d6d03d4ca1e03debfdc642f633d6ef4910692f30edf1193a0c74bd65378fa75abed596bcdac1e29371c1553
 DIST kea-1.2.0.tar.gz 5720941 SHA256 
22d15945b13600b56c37213797ca1f3ee9851e6119120aeae08033c4cc52d129 SHA512 
d90571027edbce9eeb75d9ac889865dc24c2fd3ab17e44e23337ff623ca098ffd02560f01273da3c28f13734d95d5950110bc116bed527a295a9dc70addcc240
 WHIRLPOOL 
0a91707b70396354abebba6807f44f509d95eaa8c4a4a4766fe8cea953a7c73d36d0cbea85588ec0d88d1cce0e4bc91c1ae10de92de756295b4595ec890b2e74
+DIST kea-1.3.0.tar.gz 5996560 SHA256 
6edfcdbf2526c218426a1d1a6a6694a4050c97bb8412953a230285d63415c391 SHA512 
4708485efe537d9af00b50da9a3f33b740edaf37d9bbfe96f5625e30715349c48ef8a32f5abb8320f00821aea642a5b7ecdbc9f0d323a71b7a07f46f1bed978b
 WHIRLPOOL 
a6e4203818736182e32fc2f10abc1361091c87998279c1141b3360f59ccfeb11e2d56eabdafb5d8585654317fa16076ef3665e6d3cbf36ffbcf98d1f4a00de6b

diff --git a/net-misc/kea/kea-1.3.0.ebuild b/net-misc/kea/kea-1.3.0.ebuild
new file mode 100644
index 000..3000688d729
--- /dev/null
+++ b/net-misc/kea/kea-1.3.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs user
+
+MY_PV="${PV//_alpha/a}"
+MY_PV="${MY_PV//_beta/b}"
+MY_PV="${MY_PV//_rc/rc}"
+MY_PV="${MY_PV//_p/-P}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
+HOMEPAGE="http://www.isc.org/kea/";
+SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
+   ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
+
+LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="openssl samples"
+
+DEPEND="
+   dev-libs/boost
+   dev-cpp/gtest
+   dev-libs/log4cplus
+   !openssl? ( dev-libs/botan:0= )
+   openssl? ( dev-libs/openssl:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # Brand the version with Gentoo
+   sed -i \
+   -e "/VERSION=/s:'$: Gentoo-${PR}':" \
+   configure || die
+   default
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with openssl)
+   $(use_enable samples install-configurations)
+   --disable-static
+   --without-werror
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   newconfd "${FILESDIR}"/${PN}-confd ${PN}
+   newinitd "${FILESDIR}"/${PN}-initd ${PN}
+   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}
+
+pkg_preinst() {
+   enewgroup dhcp
+   enewuser dhcp -1 -1 /var/lib/dhcp dhcp
+}



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

2017-11-06 Thread Lars Wendler
commit: 8e20a28ca832ee19a3f2ae4d1c83d513965a7156
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:00:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e20a28c

net-libs/gsoap: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-libs/gsoap/Manifest|  2 -
 net-libs/gsoap/gsoap-2.8.40.ebuild | 79 
 net-libs/gsoap/gsoap-2.8.52.ebuild | 83 --
 3 files changed, 164 deletions(-)

diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
index 8103022013d..a57cd5d5a05 100644
--- a/net-libs/gsoap/Manifest
+++ b/net-libs/gsoap/Manifest
@@ -1,5 +1,3 @@
-DIST gsoap_2.8.40.zip 36317175 SHA256 
54ef56d9c55a6a7a00ae57f8cb0b3266af1b26e623070be2ef20833626157f77 SHA512 
fc26899e780a7d797544f21aa7beaabc6c1507b7097c4a229a641e4be763733a40e96ce0d5181024eae19653de9513a5b35d51c8b12e85078423e30d0b898a6f
 WHIRLPOOL 
6f795590a5b1e36d796200e3669b3a2aa45c016aa3acaae6291c09543422530a12e977a159a2f892b328cd7813633f41966432e75fd36268bfe4c6d9d1bb6fbf
 DIST gsoap_2.8.51.zip 34505931 SHA256 
3e7bb24a9e492f5cb86daca34054c9787152f1d7b70add36b789d03816d5ffa1 SHA512 
491e31ce6be02c577b6184335672a0805e2287418a7e26d9b0f009aab8af462ddef7d7a1893dc867db5362c5f2a1e0022d0a45865d81e43286ce16c649da6910
 WHIRLPOOL 
78bf9dd3c20e3a7683e20de263c1f608e69039ae505533dc7695dd1b0031d222ea99ca3991e8b046af66943215a7ce4c4db3a0efafc6933d74907dda71815d05
-DIST gsoap_2.8.52.zip 34464252 SHA256 
96ad6ce7be175742e693b19e3d72e0f04752a70845c7e0ad539cb882f2e7800a SHA512 
ec08b8f49651e51754f5a404db83e1fb9d636bf84646cb9783be4aaf8c1b60adfb6f25722b2bdd55fb6812a9943296b1e9569e3b33df50d2d93a7a4494d13d55
 WHIRLPOOL 
b2caa3fad3c33b3bb86a145fdec37da7a2be2e0dc2f40c9fa6b5352c1657190464a78c0ce9d047de03a5a5a9ff7701354ac2e1c938bd9a56fe0c3731d397fc4c
 DIST gsoap_2.8.54.zip 34520149 SHA256 
158ed9c674941c382850e8e96ac9b0174f4e7aacb25794349bd07f52261921c8 SHA512 
59e59dbcb0c7b6f13771c0cd26412941da0a15e05c539dcfaa7deecd83e15b50656454daf6c80eefb85e2d8830748a4fd48970e6de68fd1e2b96ce9a7c0d1874
 WHIRLPOOL 
d49c92051c27b1db0a4e07c2767c2e62b1524b65a3f3198d00e4b7ff19105e5afcd87bc2616d0ccd5cea8534da9f212c54ba9ca9fd6a8bfc9ae90cf1c64b6dda
 DIST gsoap_2.8.55.zip 32571850 SHA256 
fe883f79e730b066ddc6917bc68248f5f785578ffddb7066ab83b09defb2a736 SHA512 
e0cb6809d5b8e4a068ed937f253844f88d8275e58f7590ca0dd52bede1ea74d5781d35664586f9e29f2e22c508167df8044d45101f0773c9b8d79b80aa188935
 WHIRLPOOL 
93c9f3f105b9c0bac965a5006e89260207ae9551f24a50ae0fa2c3b8318fb49fc77bccc6f3a25f24edff61a06be96ebf11f29b20ede25d4ad6246f6c4ffdca77

diff --git a/net-libs/gsoap/gsoap-2.8.40.ebuild 
b/net-libs/gsoap/gsoap-2.8.40.ebuild
deleted file mode 100644
index 055659c71e9..000
--- a/net-libs/gsoap/gsoap-2.8.40.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-MY_P="${PN}-2.8"
-
-DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web 
services"
-HOMEPAGE="http://gsoap2.sourceforge.net";
-SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
-
-LICENSE="GPL-2 gSOAP"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc debug examples ipv6 libressl gnutls +ssl"
-
-RDEPEND="
-   sys-libs/zlib
-   gnutls? ( net-libs/gnutls )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   sys-devel/flex
-   sys-devel/bison
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   # Fix Pre-ISO headers
-   eapply 
"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=()
-   use ssl || myconf+=( --disable-ssl )
-   use gnutls && myconf+=( --enable-gnutls )
-   use ipv6 && myconf+=( --enable-ipv6 )
-   econf \
-   ${myconf[@]} \
-   $(use_enable debug) \
-   $(use_enable examples samples)
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   # yes, we also install the license-file since
-   # it contains info about how to apply the licenses
-   dodoc *.txt
-
-   dohtml changelog.md
-
-   prune_libtool_files --all
-
-   if use examples; then
-   rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* 
gsoap/samples/*/*.o || die
-   insinto /usr/share/doc/${PF}/examples
-   doins -r gsoap/samples/*
-   fi
-
-   if use doc; then
-   dohtml -r gsoap/doc/*
-   fi
-}

diff --git a/net-libs/gsoap/gsoap-2.8.52.ebuild 
b/net-libs/gsoap/gsoap-2.8.52.ebuild
deleted file mode 100644
index 28cf845a327..000
--- a/net-libs/gsoap/gsoap-2.8.52.ebuild
+++ /dev/n

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

2017-11-06 Thread Lars Wendler
commit: c17505b65e13f364a0c7168801b53897d11abf51
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:00:03 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17505b6

net-libs/gsoap: Bump to version 2.8.55

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-libs/gsoap/Manifest|  1 +
 net-libs/gsoap/gsoap-2.8.55.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
index 6bb7db2a469..8103022013d 100644
--- a/net-libs/gsoap/Manifest
+++ b/net-libs/gsoap/Manifest
@@ -2,3 +2,4 @@ DIST gsoap_2.8.40.zip 36317175 SHA256 
54ef56d9c55a6a7a00ae57f8cb0b3266af1b26e623
 DIST gsoap_2.8.51.zip 34505931 SHA256 
3e7bb24a9e492f5cb86daca34054c9787152f1d7b70add36b789d03816d5ffa1 SHA512 
491e31ce6be02c577b6184335672a0805e2287418a7e26d9b0f009aab8af462ddef7d7a1893dc867db5362c5f2a1e0022d0a45865d81e43286ce16c649da6910
 WHIRLPOOL 
78bf9dd3c20e3a7683e20de263c1f608e69039ae505533dc7695dd1b0031d222ea99ca3991e8b046af66943215a7ce4c4db3a0efafc6933d74907dda71815d05
 DIST gsoap_2.8.52.zip 34464252 SHA256 
96ad6ce7be175742e693b19e3d72e0f04752a70845c7e0ad539cb882f2e7800a SHA512 
ec08b8f49651e51754f5a404db83e1fb9d636bf84646cb9783be4aaf8c1b60adfb6f25722b2bdd55fb6812a9943296b1e9569e3b33df50d2d93a7a4494d13d55
 WHIRLPOOL 
b2caa3fad3c33b3bb86a145fdec37da7a2be2e0dc2f40c9fa6b5352c1657190464a78c0ce9d047de03a5a5a9ff7701354ac2e1c938bd9a56fe0c3731d397fc4c
 DIST gsoap_2.8.54.zip 34520149 SHA256 
158ed9c674941c382850e8e96ac9b0174f4e7aacb25794349bd07f52261921c8 SHA512 
59e59dbcb0c7b6f13771c0cd26412941da0a15e05c539dcfaa7deecd83e15b50656454daf6c80eefb85e2d8830748a4fd48970e6de68fd1e2b96ce9a7c0d1874
 WHIRLPOOL 
d49c92051c27b1db0a4e07c2767c2e62b1524b65a3f3198d00e4b7ff19105e5afcd87bc2616d0ccd5cea8534da9f212c54ba9ca9fd6a8bfc9ae90cf1c64b6dda
+DIST gsoap_2.8.55.zip 32571850 SHA256 
fe883f79e730b066ddc6917bc68248f5f785578ffddb7066ab83b09defb2a736 SHA512 
e0cb6809d5b8e4a068ed937f253844f88d8275e58f7590ca0dd52bede1ea74d5781d35664586f9e29f2e22c508167df8044d45101f0773c9b8d79b80aa188935
 WHIRLPOOL 
93c9f3f105b9c0bac965a5006e89260207ae9551f24a50ae0fa2c3b8318fb49fc77bccc6f3a25f24edff61a06be96ebf11f29b20ede25d4ad6246f6c4ffdca77

diff --git a/net-libs/gsoap/gsoap-2.8.55.ebuild 
b/net-libs/gsoap/gsoap-2.8.55.ebuild
new file mode 100644
index 000..28cf845a327
--- /dev/null
+++ b/net-libs/gsoap/gsoap-2.8.55.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+MY_P="${PN}-2.8"
+
+DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web 
services"
+HOMEPAGE="http://gsoap2.sourceforge.net";
+SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
+
+LICENSE="GPL-2 gSOAP"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc debug examples ipv6 libressl gnutls +ssl"
+
+RDEPEND="
+   sys-libs/zlib
+   gnutls? ( net-libs/gnutls )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   sys-devel/flex
+   sys-devel/bison
+"
+
+PATCHES=(
+   # Fix Pre-ISO headers
+   "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
+
+   # enable shared libs https://bugs.gentoo.org/583398
+   "${FILESDIR}/${PN}-2.8.52-shared_libs.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   use ssl || myconf+=( --disable-ssl )
+   use gnutls && myconf+=( --enable-gnutls )
+   use ipv6 && myconf+=( --enable-ipv6 )
+   econf \
+   ${myconf[@]} \
+   $(use_enable debug) \
+   $(use_enable examples samples)
+}
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # yes, we also install the license-file since
+   # it contains info about how to apply the licenses
+   dodoc *.txt
+
+   dohtml changelog.md
+
+   prune_libtool_files --all
+
+   if use examples; then
+   rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* 
gsoap/samples/*/*.o || die
+   insinto /usr/share/doc/${PF}/examples
+   doins -r gsoap/samples/*
+   fi
+
+   if use doc; then
+   dohtml -r gsoap/doc/*
+   fi
+}



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

2017-11-06 Thread Lars Wendler
commit: b990ae64ba42715c4cdd70fa3d3885d765264c44
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 08:45:08 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b990ae64

media-libs/harfbuzz: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/harfbuzz/Manifest  |   1 -
 media-libs/harfbuzz/harfbuzz-1.6.0.ebuild | 104 --
 2 files changed, 105 deletions(-)

diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
index c1f42734d4f..5e7cc5f9e4f 100644
--- a/media-libs/harfbuzz/Manifest
+++ b/media-libs/harfbuzz/Manifest
@@ -2,6 +2,5 @@ DIST harfbuzz-1.4.5.tar.bz2 1474461 SHA256 
d0e05438165884f21658154c709075feaf98c
 DIST harfbuzz-1.4.6.tar.bz2 1475086 SHA256 
21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293 SHA512 
aade3902adadf3a8339ba1d05279e639da7cb53981adc64e2a2d32a5d49335a6a9782a62cdf80beca569ec8a639792bf0368c0b6ecad08f35bc85878678aa096
 WHIRLPOOL 
0ac9d9856f1ff145eaf993a01834198b5b7a07666b7cf995d60c10ee36715cf0055c42b9b0484091a6c89dfa561f674c0ec721d35ed382548d06011b30ee7877
 DIST harfbuzz-1.4.8.tar.bz2 1587622 SHA256 
ccec4930ff0bb2d0c40aee203075447954b64a8c2695202413cc5e428c907131 SHA512 
056a2c02f803439b39086e3ea988e424f5512b3213844f9008c62f5448a8ccdba525f532e7ed54641820a4ef6dc5bc4d13d4f7bfb39ff904f5939c855d294152
 WHIRLPOOL 
c5b17719b0a362d775cbebf081bb6bd946c3a3401a7ed292ae0bc021abe2b4a18a5fab3adc8e65793ead45d665b2b45b04ffaf8ea2924c4325b6fd39d1b1abf6
 DIST harfbuzz-1.5.1.tar.bz2 1615704 SHA256 
56838dfdad2729b8866763c82d623354d138a4d99d9ffb710c7d377b5cfc7c51 SHA512 
e5235c9fe4524059128f97e2773056533803b40db70c18b43c8dc6e27a970efc40d9ce6e8754ae7075c245cf8f4386b33e922a6edb3b6a722a596cb7759b8b36
 WHIRLPOOL 
8cf092ffcf42b5744041b3e2d40ce720a2a089964bb5d8d6a3ed5ccb846df8f3f44e6182744cb7b8c132e2fbfcc93c13fd974c2faa0adcf66961fc3b9863563d
-DIST harfbuzz-1.6.0.tar.bz2 1625615 SHA256 
5037ac0efc85a02a334965e66c1053d9dc9ed6833eae9739bd85bc33c83167c9 SHA512 
392c7055d7fe9bc3fea07e62fa9d00407c98d502de7b42937f434c6127f660521706d3b2c0afbc61ad636676abb50bafe73afb15b9090f0fe1f75443f1f34706
 WHIRLPOOL 
55b0c66500cfe099a5b1658fe89e5e44665158f86c82851c0787a417d6bf4d914c31fc2324b4816d7ed948e220a9cd0eea6dc0dcdb87c217dfe4f28c52105ac3
 DIST harfbuzz-1.6.2.tar.bz2 1639114 SHA256 
ceb8cbd652829b5fa680a71d89cb79cac7afa104e9484fbd23a24e71c0d6e80e SHA512 
90fd16267b19dfcb9fba0553555405df46b7543f48476bea3d9f59bdc809c8257f05bd0436ab32a3582a3f8dbef7448ba10485699d1435b56d8c247e2fcfeff3
 WHIRLPOOL 
8081a1d82d82b95f47162834ceb05134a1ddeb6aefb1d81c9483bba1440e4e146e92d9fd205ab63c54c6b36d0097b0ad19a966ea184e6ef6bfe35426d6899db8
 DIST harfbuzz-1.6.3.tar.bz2 1643142 SHA256 
e31eb367beb61a9399d2c78b51c225ab2b1cbd46f364f2d80d97bb422b44101a SHA512 
37d1a161d9074e9898d9ef6cca6dc725005828d700744553b0145373b69bcd3b08f507d49f4c2e05850d9275a54f15983356c547c86e5e3c202cc7cbfbe8
 WHIRLPOOL 
60da1d7c30e08704d8eed14b9b5f7fb4d68915627dece5a9802f5cc46309ea15e250f351d8e273f2710dbac93d3f7b7574ebd9c167446b6195c7a74f458e952b

diff --git a/media-libs/harfbuzz/harfbuzz-1.6.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.6.0.ebuild
deleted file mode 100644
index da388e5fba7..000
--- a/media-libs/harfbuzz/harfbuzz-1.6.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
-[[ ${PV} ==  ]] && inherit git-r3 autotools
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
-
-DESCRIPTION="An OpenType text shaping engine"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
-[[ ${PV} ==  ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
-
-LICENSE="Old-MIT ISC icu"
-SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
-[[ ${PV} ==  ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
-
-IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs 
test +truetype"
-REQUIRED_USE="introspection? ( glib )"
-
-RDEPEND="
-   cairo? ( x11-libs/cairo:= )
-   fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
-   glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
-   graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
-   icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.34:= )
-   truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   virtual/pkgconfig
-   test? ( ${PYTHON_DEPS} )
-"
-# eautoreconf requires gobject-introspection

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

2017-11-06 Thread Lars Wendler
commit: c41071a65fd44deba9ff3c5dc1ae823bfb1c86d6
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 09:10:24 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41071a6

sys-libs/libblockdev: Bump to version 2.14

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-libs/libblockdev/Manifest|  1 +
 sys-libs/libblockdev/libblockdev-2.14.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest
index 7eebae82084..d387415fc72 100644
--- a/sys-libs/libblockdev/Manifest
+++ b/sys-libs/libblockdev/Manifest
@@ -1,2 +1,3 @@
 DIST libblockdev-2.12-1.tar.gz 252590 SHA256 
3758d1ba88756756f498e52710c37df56eb6d9287c28cdd514ef7bbe6574566b SHA512 
d40ce3ae45edbe2c79fe0c86df8a22982bd94718cf82161ccd5d7759272eba9948d29e6ab26490f7ba8cb3630b0350ee3a659fba7da73056dc123db9c2535b2e
 WHIRLPOOL 
8d32fe6a153595e756c2fe8bf6fb5a3eaa8f88670843be7afaf0419270c2f4e4d7ce8e6fda705b34547d964e5eb7869b45951f2267c5830060ae8634c82c224d
 DIST libblockdev-2.13-1.tar.gz 269162 SHA256 
0eca9236ec47dad64729b602d6658ff48034bf95f749296df1aa23e733abf5df SHA512 
eaa0751691008f2cb3c4cdbf00af8f3653b7e309a02ccb700528601ccfa0cca7631e6072e2a25d9da3862b0638dac08b0ac739b1ae4702b9b263fb58f73d10c9
 WHIRLPOOL 
311ccc4a65963f0457d519e8858d3d0e8a286d3343efb8819b2ffd1d1d01057b6ca2f6926472cc11b2b6f918cf8644654c328c074e63fddbe2447f62f02fc7fb
+DIST libblockdev-2.14-1.tar.gz 274241 SHA256 
de4e7f6e8f632122843c176932331e8e87ba2b0bbfa97bb1c906e115a47514ad SHA512 
fb80e840ed2f247912da93a6cc0cb1846be73dcc16b917f5231f5d7a87eaa7b43d07d5b2110038dd783fefa7ef7df0893785a60079ed02567f1e08bfcbd82343
 WHIRLPOOL 
e2a13bf083597e7c2be1780dfa043483451522551e0866913045c99f2ec0eec2c1b702d48c823c65dadef234cd95356ed3f09762420aeb459baacdf26457b52b

diff --git a/sys-libs/libblockdev/libblockdev-2.14.ebuild 
b/sys-libs/libblockdev/libblockdev-2.14.ebuild
new file mode 100644
index 000..53c3efbcb20
--- /dev/null
+++ b/sys-libs/libblockdev/libblockdev-2.14.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit autotools python-single-r1
+
+MY_PV="${PV}-1"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="A library for manipulating block devices"
+HOMEPAGE="https://github.com/rhinstaller/libblockdev";
+SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bcache +crypt dmraid doc lvm kbd test"
+
+CDEPEND="
+   >=dev-libs/glib-2.42.2
+   dev-libs/libbytesize
+   >=sys-apps/util-linux-2.27
+   >=sys-block/parted-3.1
+   crypt? (
+   >=dev-libs/nss-3.18.0
+   dev-libs/volume_key
+   >=sys-fs/cryptsetup-1.6.7
+   )
+   dmraid? (
+   sys-fs/dmraid
+   sys-fs/lvm2
+   )
+   lvm? (
+   sys-fs/lvm2
+   virtual/udev
+   )
+   kbd? ( >=sys-apps/kmod-19 )
+   ${PYTHON_DEPS}
+"
+
+DEPEND="
+   ${CDEPEND}
+   >=dev-libs/gobject-introspection-1.3.0
+   doc? ( dev-util/gtk-doc )
+"
+
+RDEPEND="
+   ${CDEPEND}
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-btrfs
+   --with-fs
+   --with-part
+   --with-python3
+   --without-mpath
+   $(use_enable test tests)
+   $(use_with bcache)
+   $(use_with crypt crypto)
+   $(use_with dmraid dm)
+   $(use_with doc gtk-doc)
+   $(use_with lvm lvm)
+   $(use_with lvm lvm-dbus)
+   $(use_with kbd)
+   )
+   econf "${myeconfargs[@]}"
+}



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

2017-11-06 Thread Lars Wendler
commit: 7a2c75dde2ee8d1e5a5a381bcdb9e9e828c961b7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 08:54:12 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 09:39:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2c75dd

net-ftp/pure-ftpd: Bump to version 1.0.47

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-ftp/pure-ftpd/Manifest|   1 +
 net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild | 136 ++
 2 files changed, 137 insertions(+)

diff --git a/net-ftp/pure-ftpd/Manifest b/net-ftp/pure-ftpd/Manifest
index 02bce4498ea..0ec544a1c7f 100644
--- a/net-ftp/pure-ftpd/Manifest
+++ b/net-ftp/pure-ftpd/Manifest
@@ -1,2 +1,3 @@
 DIST pure-ftpd-1.0.45.tar.bz2 497695 SHA256 
9256db7e59abdba712f84581a3ec47cd5b039034c78825d9dc24ea4eecda7d20 SHA512 
bb22b6b88778e2586411318905aa165e590185f7a87ac30761d6250f4de22a1deec6be5441926eae28011d3a5a923bad2ac366e237cc96a4d7932e3dbc9a1f2a
 WHIRLPOOL 
4eebb19342d2580658cac7bb13cf6ecebf70ec5000336565aea6609204befe85a5a96aed1ad24ada6a3b187a4750194d7d4676ea4942f0aff3137b45c9cde139
 DIST pure-ftpd-1.0.46.tar.bz2 490337 SHA256 
9e733f366d8d64bb171cf2ec75dad0da4b922b7102ee4b3e18824966192d SHA512 
e44c1842e6f101f4d7dd42617392f3d54ff58d68608f6a3bc5e612fc89bfd1da6935215a7e87c0d2bbd9fc9f0fa31a40ceb764fd67428dfdd8c5454e0d64e0ab
 WHIRLPOOL 
b8b9ab6cab507dab9c529be651ef37126134932fb4d853e9ddbe012434e06dade27301523098db72ce8ed8287ef0ed4750284827266a8cdf9359313046780a40
+DIST pure-ftpd-1.0.47.tar.bz2 489177 SHA256 
cb1b695e779a06e42d62d7a1a428d2f605d621dfd5afe4e192b5f9fc4e343692 SHA512 
c1920a3f67f04635fde600fe226a7730b801e7e64658b25f1d9f9c0b35a704664be4adfb0b291594f7e0f10beade25eae9a5e6cc3b6777a3b413f3c2d9574e63
 WHIRLPOOL 
10c2e1e0aef0c0462dd4a7a1af06886440207376d3e7c61ba6a9a1b9ba1aeee7596d5f6ac2e9bcf7ed45276d6025b6e8d0239d31a3f90f957c5d7db020b9db14

diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild 
b/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild
new file mode 100644
index 000..6e61fbe0d05
--- /dev/null
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.47.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="Fast, production-quality, standard-conformant FTP server"
+HOMEPAGE="http://www.pureftpd.org/";
+SRC_URI="ftp://ftp.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2
+   http://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2";
+
+LICENSE="BSD"
+SLOT="0"
+
+IUSE="anondel anonperm anonren anonres caps charconv implicittls ldap libressl 
mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot 
xinetd"
+
+REQUIRED_USE="implicittls? ( ssl )"
+
+DEPEND="caps? ( sys-libs/libcap )
+   charconv? ( virtual/libiconv )
+   ldap? ( >=net-nds/openldap-2.0.25 )
+   mysql? ( virtual/mysql )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
+   libressl? ( dev-libs/libressl:= )
+   )
+   sysquota? ( sys-fs/quota[-rpc] )
+   xinetd? ( virtual/inetd )"
+
+RDEPEND="${DEPEND}
+   dev-libs/libsodium:=
+   net-ftp/ftpbase
+   selinux? ( sec-policy/selinux-ftp )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.28-pam.patch
+)
+
+src_configure() {
+   # adjust max user length to something more appropriate
+   # for virtual hosts. See bug #62472 for details.
+   sed -e "s:# define MAX_USER_LENGTH 32U:# define MAX_USER_LENGTH 127U:" \
+   -i "${S}/src/ftpd.h" || die "sed failed"
+
+   # Those features are only configurable like this, see bug #179375.
+   use anondel && append-cppflags -DANON_CAN_DELETE
+   use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS
+   use anonren && append-cppflags -DANON_CAN_RENAME
+   use anonres && append-cppflags -DANON_CAN_RESUME
+   use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS
+
+   # Do not auto-use SSP -- let the user select this.
+   export ax_cv_check_cflags___fstack_protector_all=no
+
+   local myeconfargs=(
+   --enable-largefile
+   --with-altlog
+   --with-cookie
+   --with-diraliases
+   --with-extauth
+   --with-ftpwho
+   --with-language=${PUREFTPD_LANG:=english}
+   --with-peruserlimits
+   --with-privsep
+   --with-puredb
+   --with-quotas
+   --with-ratios
+   --with-throttling
+   --with-uploadscript
+   --with-virtualhosts
+   $(use_with charconv rfc2640)
+   $(use_with ldap)
+   $(use_with mysql)
+   $(use_with pam)
+   $(use_with paranoidmsg)
+   $(use_with postgres p

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

2017-11-06 Thread Sergei Trofimovich
commit: 39e57b64edbb3cac1b6e9c9e3556425675dbdfaf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov  6 10:01:52 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov  6 10:02:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e57b64

app-crypt/mit-krb5: stable 1.15.2 for ia64, bug #636180

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

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

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



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2017-11-06 Thread Tim Harder
commit: 18e7c565877202c2f0f217921120eb44e0511388
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:20:05 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e7c565

x11-wm/qtile: update xcffib version dep for live ebuild

 x11-wm/qtile/qtile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 4133132c10d..80d12e0f254 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.5.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2017-11-06 Thread Tim Harder
commit: ff9224fb5438d19e45520f4e777365e6fee88376
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:27:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9224fb

x11-wm/qtile: add py36 support to live ebuild

 x11-wm/qtile/qtile-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 80d12e0f254..fc96c05526e 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/

2017-11-06 Thread Tim Harder
commit: ccf8e263a49b385cb7d058e2081b1256df18ca9e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:36:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:36:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf8e263

app-vim/diffchar: stabilize 7.01

 app-vim/diffchar/diffchar-7.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/diffchar/diffchar-7.01.ebuild 
b/app-vim/diffchar/diffchar-7.01.ebuild
index 6790b0da6cf..c7ec4e2fdc9 100644
--- a/app-vim/diffchar/diffchar-7.01.ebuild
+++ b/app-vim/diffchar/diffchar-7.01.ebuild
@@ -8,6 +8,6 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: highlight the exact differences, based on characters 
and words"
 HOMEPAGE="https://github.com/rickhowe/diffchar.vim 
http://www.vim.org/scripts/script.php?script_id=4932";
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/

2017-11-06 Thread Tim Harder
commit: 80705cb89de3c1d084aa9b549b461e68b7602770
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:36:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:36:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80705cb8

app-vim/diffchar: remove old

 app-vim/diffchar/Manifest|  1 -
 app-vim/diffchar/diffchar-6.9.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest
index 3dc6ef905fa..d13c7a1a202 100644
--- a/app-vim/diffchar/Manifest
+++ b/app-vim/diffchar/Manifest
@@ -1,3 +1,2 @@
-DIST diffchar-6.9.tar.bz2 18030 SHA256 
492c69e8e59ddae62693d0d54e48ae15d8392aa771e266b6cb5697496e57b343 SHA512 
1e87d9b4190eb9a1ce8ce5a4ac5b0e5a8528868655abc367c5ace96d94b3f01ceef065ce652b811509b742f9e55ecfba820f72970ed872b0f694acc1e204a575
 WHIRLPOOL 
1a64471027669f87f10ccaf786d569514af6a0e8b5b818461bdf0d5eeefaca53e5c75e41039d2e1c17e93198155162fd587265668ad1cc8f950b558116ec
 DIST diffchar-7.01.tar.bz2 19950 SHA256 
2bd38b4e3fc964c4c21de0009a65c68fc827fcaffe3806231e446c7e8ea43f4e SHA512 
3f42f40ec27262f76058d9461ccde80c5badc61d0854c1ff239bea399c26e20eb5cf8960b76901223e937097e18dd7e015fc14a8f7a99907666c518d4baf5117
 WHIRLPOOL 
d7ed035d6fe3c0d36ac479f2f9e9662ff11fba9b995877b5edf5b5337f11f61b0646696a700e70a256bcca58f24b0081d1eb72a37a45fd89ce1f7c14812a307d
 DIST diffchar-7.2.tar.bz2 20092 SHA256 
21e4f608356af1ddbd1cc7cd81accf394b50e7b67a12f5f0e5e2cafa3205af43 SHA512 
7c9a9239ae4eae1d325984ab40ae8d90e2dabf96dc929ed6f05c3496352aeb562452bd154fe3d1ec96353356c287604162f5b89d762b7afe26bc975449d92427
 WHIRLPOOL 
dbbd3fe50aa9608ba0efe82f49d4f1cc1244222163c86a39e08ce4b7cc30d77851a523d11688e87ecf1ce58a45bbd2d62bb433736d4c8fbc2a56cca95bee2e9b

diff --git a/app-vim/diffchar/diffchar-6.9.ebuild 
b/app-vim/diffchar/diffchar-6.9.ebuild
deleted file mode 100644
index c7ec4e2fdc9..000
--- a/app-vim/diffchar/diffchar-6.9.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: highlight the exact differences, based on characters 
and words"
-HOMEPAGE="https://github.com/rickhowe/diffchar.vim 
http://www.vim.org/scripts/script.php?script_id=4932";
-LICENSE="vim.org"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/

2017-11-06 Thread Tim Harder
commit: 29ec8f7c3aacac800ca1f85bed9e42ebe2d23914
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:35:34 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:35:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ec8f7c

app-vim/diffchar: version bump to 7.2

 app-vim/diffchar/Manifest|  1 +
 app-vim/diffchar/diffchar-7.2.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest
index 8602e809282..3dc6ef905fa 100644
--- a/app-vim/diffchar/Manifest
+++ b/app-vim/diffchar/Manifest
@@ -1,2 +1,3 @@
 DIST diffchar-6.9.tar.bz2 18030 SHA256 
492c69e8e59ddae62693d0d54e48ae15d8392aa771e266b6cb5697496e57b343 SHA512 
1e87d9b4190eb9a1ce8ce5a4ac5b0e5a8528868655abc367c5ace96d94b3f01ceef065ce652b811509b742f9e55ecfba820f72970ed872b0f694acc1e204a575
 WHIRLPOOL 
1a64471027669f87f10ccaf786d569514af6a0e8b5b818461bdf0d5eeefaca53e5c75e41039d2e1c17e93198155162fd587265668ad1cc8f950b558116ec
 DIST diffchar-7.01.tar.bz2 19950 SHA256 
2bd38b4e3fc964c4c21de0009a65c68fc827fcaffe3806231e446c7e8ea43f4e SHA512 
3f42f40ec27262f76058d9461ccde80c5badc61d0854c1ff239bea399c26e20eb5cf8960b76901223e937097e18dd7e015fc14a8f7a99907666c518d4baf5117
 WHIRLPOOL 
d7ed035d6fe3c0d36ac479f2f9e9662ff11fba9b995877b5edf5b5337f11f61b0646696a700e70a256bcca58f24b0081d1eb72a37a45fd89ce1f7c14812a307d
+DIST diffchar-7.2.tar.bz2 20092 SHA256 
21e4f608356af1ddbd1cc7cd81accf394b50e7b67a12f5f0e5e2cafa3205af43 SHA512 
7c9a9239ae4eae1d325984ab40ae8d90e2dabf96dc929ed6f05c3496352aeb562452bd154fe3d1ec96353356c287604162f5b89d762b7afe26bc975449d92427
 WHIRLPOOL 
dbbd3fe50aa9608ba0efe82f49d4f1cc1244222163c86a39e08ce4b7cc30d77851a523d11688e87ecf1ce58a45bbd2d62bb433736d4c8fbc2a56cca95bee2e9b

diff --git a/app-vim/diffchar/diffchar-7.2.ebuild 
b/app-vim/diffchar/diffchar-7.2.ebuild
new file mode 100644
index 000..6790b0da6cf
--- /dev/null
+++ b/app-vim/diffchar/diffchar-7.2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: highlight the exact differences, based on characters 
and words"
+HOMEPAGE="https://github.com/rickhowe/diffchar.vim 
http://www.vim.org/scripts/script.php?script_id=4932";
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"



[gentoo-commits] repo/gentoo:master commit in: app-vim/merginal/

2017-11-06 Thread Tim Harder
commit: ca4da3e450a388a0051c27034f27cd9d89d5edc5
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 10:32:50 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 10:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4da3e4

app-vim/merginal: version bump to 2.1.0

 app-vim/merginal/Manifest  |  1 +
 app-vim/merginal/merginal-2.1.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-vim/merginal/Manifest b/app-vim/merginal/Manifest
index ea16dd790f9..ac8a391216a 100644
--- a/app-vim/merginal/Manifest
+++ b/app-vim/merginal/Manifest
@@ -1 +1,2 @@
 DIST merginal-2.0.2.tar.gz 15048 SHA256 
e1f5030dfc30cf7c2c98f9193529c385c86def213ea2bc36c3feb5feea789a59 SHA512 
fd2162491e04afdcf9c81770a3082c035b32ecfd8808be035db64ba6ed4ed4076c692d067f261c093fe12b467e020bb7c6770deabecf72e6631e1248d569b721
 WHIRLPOOL 
5101f0040f608370296fc57ab5b61be281c5190f9957dfbeb553714fa983434d22e8b866a60457a633e8ff89a4a49f4629bc20d47d310669708464065b966c9e
+DIST merginal-2.1.0.tar.gz 13510 SHA256 
742efa7ee598bcb605368faffa0082dcf329156f57768a32705ef9c5bd5292fe SHA512 
3514c210a016d3446e73b7acc8a8a4cc2427e0133df81d7c644aaa1465e9c5945d3f46b7cac697f70cac990563e595305360991cdaa8244032167aea5f88eaed
 WHIRLPOOL 
b8282b61017a53474291ae5b5438849c4e69d99cc8009a9bfd26c5bc53dcbd05fb296e5dbf06d82abfcbc2f384127edafac20c9f3c1414e4f4b425a47956606e

diff --git a/app-vim/merginal/merginal-2.1.0.ebuild 
b/app-vim/merginal/merginal-2.1.0.ebuild
new file mode 100644
index 000..642e1deb87a
--- /dev/null
+++ b/app-vim/merginal/merginal-2.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN=vim-${PN}
+MY_P=${MY_PN}-${PV}
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/idanarye/${MY_PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/";
+LICENSE="vim"
+
+RDEPEND="app-vim/fugitive"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+src_prepare() {
+   rm README.md || die
+   default
+}



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

2017-11-06 Thread Lars Wendler
commit: 443fcca072641a31600d7801063633c98c785315
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 10:44:21 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 10:44:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443fcca0

sys-fs/cryptsetup: Bump to version 2.0.0_rc1. Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-fs/cryptsetup/Manifest   |  2 +-
 ...-2.0.0_rc0.ebuild => cryptsetup-2.0.0_rc1.ebuild} | 20 
 sys-fs/cryptsetup/metadata.xml   |  1 +
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/sys-fs/cryptsetup/Manifest b/sys-fs/cryptsetup/Manifest
index 7b315ddb485..d24e26f3aa2 100644
--- a/sys-fs/cryptsetup/Manifest
+++ b/sys-fs/cryptsetup/Manifest
@@ -1,3 +1,3 @@
 DIST cryptsetup-1.7.4.tar.xz 1232068 SHA256 
7ccf893ef79a38fb92d61f03c17b964982119f5319cdaa85a1335b8558cca016 SHA512 
c5f58227b38dcc2e2858c4bbcb641acead3b6bcdad0d8d76e5f46936669e4aff4dbc20a2980040341320d35d39f029725a9f20607753cad44f64ac0443b64b71
 WHIRLPOOL 
f00d0e529a5d34460733e8110584266b42011055d81d94b0ae8d47a1f11f1639c4b658a55415241e72c431c615d896a94ae444a518a0b56f971b888a5ab7cc09
 DIST cryptsetup-1.7.5.tar.xz 1232696 SHA256 
2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd SHA512 
d473f7b06d705a3868a70f3767fafc664436b5897ba59025ea1268f815cb80a9076841ff9ff96cc130fb83ba18b03c1eee38cfaf1b471fdd883a3e126b771439
 WHIRLPOOL 
cd2fe15a08f3202c89055e334a3c56fcb60a19bda8135c7d833f384e9beb7fcd6f31fbbd4ac29572f46199f05bd6055b89b3d6733828354d9c985b3e55da4e14
-DIST cryptsetup-2.0.0-rc0.tar.xz 16222712 SHA256 
e0de7563b957117680b946c2f66ac1fadecb8459ce2db6b84687a1937524bd5c SHA512 
82429e5672ed5a430898283b088bd94008bf075b67a312876ec841275ff3584912c8b07c857540a52c0e2f571fcf389ececa45d749fd20204f841b067078e6cd
 WHIRLPOOL 
bb87779b9835e56bbbd30f72ca5514db9a9cb2a9c35164020d64c29d4226d10a372d7560c2516886d50c485011478fbb17a55b98e37af9f21a4dc30711983d98
+DIST cryptsetup-2.0.0-rc1.tar.xz 10059840 SHA256 
97bb590ff3173715b5485decd8c48a415c3997011ba70bccb7fa3dfdb2b13ca1 SHA512 
397c45b11dd275c2e7da6442a80a92da0dea1b9547ae16ee69681c5b63d95253fe0e80ea20a09d14d06d0e138ad349486999f94ce065140f49dcd1dd8427
 WHIRLPOOL 
388c09370ca04f74677f7d75785bc6b0f093b81ec9ddd7ce83af911481e9671543366e2ebcf9183ad623ff5e721c43b371be909d3ffb7eee5f597b5a4080a8d2

diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0_rc0.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.0.0_rc1.ebuild
similarity index 93%
rename from sys-fs/cryptsetup/cryptsetup-2.0.0_rc0.ebuild
rename to sys-fs/cryptsetup/cryptsetup-2.0.0_rc1.ebuild
index ca384992e35..d5cb3915a11 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.0.0_rc0.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.0.0_rc1.ebuild
@@ -19,14 +19,16 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sh ~spa
 CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
 # we don't support nss since it doesn't allow cryptsetup to be built statically
 # and it's missing ripemd160 support so it can't provide full backward 
compatibility
-IUSE="${CRYPTO_BACKENDS} libressl nls pwquality python reencrypt static 
static-libs udev urandom"
+IUSE="${CRYPTO_BACKENDS} argon2 libressl nls pwquality python reencrypt static 
static-libs udev urandom"
 REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} )
python? ( ${PYTHON_REQUIRED_USE} )
static? ( !gcrypt )" #496612
 
-LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
+LIB_DEPEND="
+   dev-libs/libgpg-error[static-libs(+)]
dev-libs/popt[static-libs(+)]
sys-apps/util-linux[static-libs(+)]
+   argon2? ( app-crypt/argon2[static-libs(+)] )
gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] )
nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
openssl? (
@@ -82,17 +84,19 @@ src_configure() {
# We disable autotool python integration so we can use eclasses
# for proper integration with multiple python versions.
local myeconfargs=(
-   --sbindir=/sbin
-   --enable-shared
--disable-python
-   $(use_enable static static-cryptsetup)
-   $(use_enable static-libs static)
+   --disable-internal-argon2
+   --enable-shared
+   --sbindir=/sbin
+   --with-crypto_backend=$(for x in ${CRYPTO_BACKENDS//+/} ; do 
usev ${x} ; done)
+   $(use_enable argon2 libargon2)
$(use_enable nls)
$(use_enable pwquality)
$(use_enable reencrypt cryptsetup-reencrypt)
+   $(use_enable static static-cryptsetup)
+   $(use_enable static-libs static)
$(use_enable udev)
$(use_enable !urandom dev-random)
-   --with-crypto_backend=$(for x in ${CRYPTO_BACKENDS//+/} ; do 
usev ${x} ; done)
)
econf "${myeconfargs[@]}"
 
@@ -131,7 +135,7 @@ src_install() {
newinit

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

2017-11-06 Thread Lars Wendler
commit: b0b53323dbce3b22988a67c3c031acbee0d749f7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 10:28:14 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 10:44:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b53323

sys-apps/smartmontools: Sync live ebuild.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/smartmontools/smartmontools-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/smartmontools/smartmontools-.ebuild 
b/sys-apps/smartmontools/smartmontools-.ebuild
index 499584db4c3..4b26ca97c63 100644
--- a/sys-apps/smartmontools/smartmontools-.ebuild
+++ b/sys-apps/smartmontools/smartmontools-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
 inherit autotools flag-o-matic systemd
 if [[ ${PV} == "" ]] ; then
@@ -35,6 +35,7 @@ RDEPEND="${DEPEND}
daemon? ( virtual/mailx )
selinux? ( sec-policy/selinux-smartmon )
update_drivedb? (
+   app-crypt/gnupg
|| (
net-misc/curl
net-misc/wget
@@ -63,6 +64,7 @@ src_configure() {
$(use_with caps libcap-ng)
$(use_with selinux)
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   $(use_with update_drivedb gnupg)
$(use_with update_drivedb update-smart-drivedb)
)
econf "${myeconfargs[@]}"



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

2017-11-06 Thread Lars Wendler
commit: 52b53ded827d83f7ea3769d06c051d12897eb18f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 10:28:44 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 10:44:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b53ded

sys-apps/smartmontools: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/smartmontools/smartmontools-6.5.ebuild | 103 
 1 file changed, 103 deletions(-)

diff --git a/sys-apps/smartmontools/smartmontools-6.5.ebuild 
b/sys-apps/smartmontools/smartmontools-6.5.ebuild
deleted file mode 100644
index dfe72e1dfdd..000
--- a/sys-apps/smartmontools/smartmontools-6.5.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic systemd
-if [[ ${PV} == "" ]] ; then
-   
ESVN_REPO_URI="https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools";
-   ESVN_PROJECT="smartmontools"
-   inherit subversion autotools
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
-fi
-
-DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"
-HOMEPAGE="https://www.smartmontools.org";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="caps minimal selinux static update_drivedb"
-
-DEPEND="
-   caps? (
-   static? ( sys-libs/libcap-ng[static-libs] )
-   !static? ( sys-libs/libcap-ng )
-   )
-   selinux? (
-   sys-libs/libselinux
-   )"
-RDEPEND="${DEPEND}
-   !minimal? ( virtual/mailx )
-   selinux? ( sec-policy/selinux-smartmon )
-"
-
-src_prepare() {
-   if [[ ${PV} == "" ]] ; then
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   use minimal && einfo "Skipping the monitoring daemon for minimal build."
-   use static && append-ldflags -static
-   # The build installs /etc/init.d/smartd, but we clobber it
-   # in our src_install, so no need to manually delete it.
-   myeconfargs=(
-   --docdir="${EPREFIX}/usr/share/doc/${PF}"
-   --with-drivedbdir="${EPREFIX}/var/db/${PN}" #575292
-   --with-initscriptdir="${EPREFIX}/etc/init.d"
-   $(use_with caps libcap-ng)
-   $(use_with selinux)
-   $(systemd_with_unitdir)
-   $(use_with update_drivedb update-smart-drivedb)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   local db_path="/var/db/${PN}"
-
-   if use minimal ; then
-   dosbin smartctl
-   doman smartctl.8
-   else
-   default
-   newinitd "${FILESDIR}"/smartd-r1.rc smartd
-   newconfd "${FILESDIR}"/smartd.confd smartd
-
-   keepdir "${db_path}"
-   if use update_drivedb ; then
-   # Move drivedb.h file out of PM's sight (bug #575292)
-   mv "${ED}${db_path}/drivedb.h" "${T}" || die
-
-   exeinto /etc/cron.monthly
-   doexe "${FILESDIR}/${PN}-update-drivedb"
-   fi
-   fi
-}
-
-pkg_postinst() {
-   if ! use minimal ; then
-   local db_path="/var/db/${PN}"
-
-   if [[ -f "${db_path}/drivedb.h" ]] ; then
-   ewarn "WARNING! The existing copy of the drive database 
has been replaced with the version that"
-   ewarn "was shipped with this release of ${PN}. You may 
want to update the"
-   ewarn "database by: "
-
-   if ! use update_drivedb ; then
-   ewarn "re-merging ${PN} with 
USE='update_drivedb', then"
-   fi
-   ewarn "running the following command as root:"
-   ewarn ""
-   ewarn "/usr/sbin/update-smart-drivedb"
-   fi
-
-   if use update_drivedb ; then
-   # Move drivedb.h to /var/db/${PN} (bug #575292)
-   mv "${T}"/drivedb.h "${db_path}" || die
-   fi
-   fi
-}



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

2017-11-06 Thread Lars Wendler
commit: 751e14de3412f452fd51e691be9453b5c36a4faa
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 10:24:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 10:44:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751e14de

sys-apps/smartmontools: Bump to version 6.6

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/smartmontools/Manifest |   1 +
 sys-apps/smartmontools/smartmontools-6.6.ebuild | 150 
 2 files changed, 151 insertions(+)

diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index 6ca4e0b4e1a..2578812e688 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,2 +1,3 @@
 DIST smartmontools-6.4.tar.gz 822539 SHA256 
eab75600c1eda9c34b13097db71138ab376f3dad8a6a4667fb4d1d081feb7a85 SHA512 
366cd55ec668da1ca8a3d9ba79d5bee6e0c59032936b7f2f161f8fbb1c9f869c505d715cc10562b6241f808bb8b534feaf9d9fd752f6cb1593ee893611742adc
 WHIRLPOOL 
72af8a0a4754bd75da9e98a008c64c083579fe27bdbd0655da81c8fe7a258dbc305cafd05f2f21d1954918ab8ff040cf1d54b916a1ce82fb8da64ba2e49b4de0
 DIST smartmontools-6.5.tar.gz 855642 SHA256 
89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc SHA512 
dca7a6363ab7280ee4197155025f624c978886dcc94fc47b524f6f849138b62c471e966c0d4bf59c7bba50519dc122264618e5ded80a406863ddd10b43d928d3
 WHIRLPOOL 
639bb5c847c4e0e0f7156b764140f4382f650826eb3d59db6a712468e944a40788c87bbbe0149b9a4d1480947492b007b5875969e611213409f247ff4383fbd6
+DIST smartmontools-6.6.tar.gz 903847 SHA256 
51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054 SHA512 
64bb533dac29f62ddd662a16a12c97df1af9cbac9ac526ce7af0b3bff9da49cf265a2030d91a7160452b56a67e80d7f34c9b4e45bbb320114f55695e2cb5cfaf
 WHIRLPOOL 
7a3977ae069ecf52f9de67077cf67d56a5888bec159ef7e2b19977f821fed8d8b5bca872c6df17cf12a9cb21c0df37dd9bbb44f295774ef93e93f9552bb3

diff --git a/sys-apps/smartmontools/smartmontools-6.6.ebuild 
b/sys-apps/smartmontools/smartmontools-6.6.ebuild
new file mode 100644
index 000..4b26ca97c63
--- /dev/null
+++ b/sys-apps/smartmontools/smartmontools-6.6.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+if [[ ${PV} == "" ]] ; then
+   
ESVN_REPO_URI="https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools";
+   ESVN_PROJECT="smartmontools"
+   inherit subversion
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+fi
+
+DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"
+HOMEPAGE="https://www.smartmontools.org";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="caps +daemon selinux static update_drivedb"
+
+DEPEND="
+   caps? (
+   static? ( sys-libs/libcap-ng[static-libs] )
+   !static? ( sys-libs/libcap-ng )
+   )
+   kernel_FreeBSD? (
+   sys-freebsd/freebsd-lib[usb]
+   )
+   selinux? (
+   sys-libs/libselinux
+   )"
+RDEPEND="${DEPEND}
+   daemon? ( virtual/mailx )
+   selinux? ( sec-policy/selinux-smartmon )
+   update_drivedb? (
+   app-crypt/gnupg
+   || (
+   net-misc/curl
+   net-misc/wget
+   www-client/lynx
+   dev-vcs/subversion
+   )
+   )
+"
+
+REQUIRED_USE="( caps? ( daemon ) )"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   use static && append-ldflags -static
+   # The build installs /etc/init.d/smartd, but we clobber it
+   # in our src_install, so no need to manually delete it.
+   myeconfargs=(
+   --docdir="${EPREFIX}/usr/share/doc/${PF}"
+   --with-drivedbdir="${EPREFIX}/var/db/${PN}" #575292
+   --with-initscriptdir="${EPREFIX}/etc/init.d"
+   $(use_with caps libcap-ng)
+   $(use_with selinux)
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   $(use_with update_drivedb gnupg)
+   $(use_with update_drivedb update-smart-drivedb)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   local db_path="/var/db/${PN}"
+
+   if use daemon; then
+   default
+
+   newinitd "${FILESDIR}"/smartd-r1.rc smartd
+   newconfd "${FILESDIR}"/smartd.confd smartd
+   systemd_newunit "${FILESDIR}"/smartd.systemd smartd.service
+   else
+   dosbin smartctl
+   doman smartctl.8
+
+   local DOCS=( AUTHORS ChangeL* COPYING INSTALL NEWS README TODO )
+   einstalldocs
+   fi
+
+   if use update_drivedb ; then

[gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/

2017-11-06 Thread Michael Palimaka
commit: 4951f840962539d7f09b2518ba59322f23ea7779
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov  6 10:57:14 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov  6 10:58:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4951f840

dev-util/dbus-test-runner: restore ~x86 keyword

Bug: https://bugs.gentoo.org/627178
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild 
b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
index 009601bfd42..25214463eef 100644
--- a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
+++ b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2017-11-06 Thread Michael Palimaka
commit: 8d5cc68bf03f3c16faf82c07675f90ee058caa62
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov  6 10:57:56 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov  6 10:58:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5cc68b

dev-libs/libdbusmenu: restore ~x86 keyword

Bug: https://bugs.gentoo.org/627178
Package-Manager: Portage-2.3.8, Repoman-2.3.4

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

diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
index 93b4219e284..26b51ee32b6 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz";
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug gtk gtk3 +introspection test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2017-11-06 Thread Lars Wendler
commit: 80fbe6815d4224101db6c9799ae60a0a6d791c9d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 11:09:21 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 11:09:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fbe681

media-sound/audacity: Bump to version 2.2.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/audacity/Manifest  |   1 +
 media-sound/audacity/audacity-2.2.0.ebuild | 113 +
 2 files changed, 114 insertions(+)

diff --git a/media-sound/audacity/Manifest b/media-sound/audacity/Manifest
index 901f6dc8175..e8f2e122009 100644
--- a/media-sound/audacity/Manifest
+++ b/media-sound/audacity/Manifest
@@ -1,2 +1,3 @@
 DIST audacity-help-2.1.3.zip 20682229 SHA256 
35a8f989ac8dfd24fa73716498feeffb82f838972280623309a557a3fa632a88 SHA512 
4666d414628aaf611f98001350bdbcb761dac19ce4cc1e59d1a29e5d74056b9bfe4492a356bcd6c44aac9a3aaa24e30acd7bb9647ca10395fa8d5f0839f893ec
 WHIRLPOOL 
413390d10f977da3ebd339ed7925a8e81efede5b322d0e5c96c21ab86f8dd3c800d9a5eaeb5a69a6655e7c76ba7010b0ccb4da14864d77891d3028da54d3de04
 DIST audacity-minsrc-2.1.3.tar.xz 8073388 SHA256 
c8fe1d52a58cef05390118a7f458f89252a3aa70155b78e8e25c92c4eeaabf31 SHA512 
96e8bc49ef431b964d67857387cd9e5c1b398becfcaa452e26ef7617f267b7688617a5312d4a9873a24ee34986ea411148369e0ce138d86fea9b520e2c74a3ef
 WHIRLPOOL 
730c962b6ff0861d9f96a58fb7d1c97af73cbf0072d3b8560c0250b4a37568741762d2891d8fb5097e6456a014e1ebe1dce4a41e039af5feb48d7bc454b67483
+DIST audacity-minsrc-2.2.0.tar.xz 10191924 SHA256 
87635ed19ebcc80d6e4bb88d578c67277c63a02bd22d09d5489080ad216f606b SHA512 
2b0cfbedce279faff4d26b8a8fc68730596891394a6cc7d9bce9d48f2e180d6ecdebfb87cdd381f1f92111a9d143d2ebd3906517206d888a2d922dc176a0f7ec
 WHIRLPOOL 
b171864dc0419a17d08693d9c97086021283601dc48c2487fc0a89264dd2ee30bfbf22264052564ef82f063ce9f3ae42a9df94486ac3f8041d50b96537473f29

diff --git a/media-sound/audacity/audacity-2.2.0.ebuild 
b/media-sound/audacity/audacity-2.2.0.ebuild
new file mode 100644
index 000..8b3556c2f1a
--- /dev/null
+++ b/media-sound/audacity/audacity-2.2.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils wxwidgets xdg-utils
+
+MY_P="${PN}-minsrc-${PV}"
+DOC_PV="2.1.3"
+DESCRIPTION="Free crossplatform audio editor"
+HOMEPAGE="http://web.audacityteam.org/";
+SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz
+   doc? ( 
https://dev.gentoo.org/~polynomial-c/dist/${PN}-help-${DOC_PV}.zip )"
+   # wget doesn't seem to work on FossHub links, so we mirror
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav
+   +lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis 
+vst"
+RESTRICT="test"
+
+RDEPEND=">=app-arch/zip-2.3
+   dev-libs/expat
+   >=media-libs/libsndfile-1.0.0
+   =media-libs/portaudio-19*
+   media-libs/soxr
+   x11-libs/wxGTK:3.0[X]
+   alsa? ( media-libs/alsa-lib )
+   ffmpeg? ( libav? ( media-video/libav:= )
+   !libav? ( >=media-video/ffmpeg-1.2:= ) )
+   flac? ( >=media-libs/flac-1.3.1[cxx] )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   lame? ( >=media-sound/lame-3.70 )
+   lv2? ( media-libs/lv2 )
+   mad? ( >=media-libs/libmad-0.14.2b )
+   midi? ( media-libs/portmidi )
+   sbsms? ( media-libs/libsbsms )
+   soundtouch? ( >=media-libs/libsoundtouch-1.3.1 )
+   twolame? ( media-sound/twolame )
+   vamp? ( >=media-libs/vamp-plugin-sdk-2.0 )
+   vorbis? ( >=media-libs/libvorbis-1.0 )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+REQUIRED_USE="soundtouch? ( midi )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local WX_GTK_VER="3.0"
+   need-wxwidgets unicode
+
+   # * always use system libraries if possible
+   # * options listed in the order that configure --help lists them
+   local myeconfargs=(
+   --disable-dynamic-loading
+   --enable-nyquist
+   --enable-unicode
+   --with-expat=system
+   --with-libsndfile=system
+   --with-libsoxr=system
+   --with-portaudio
+   --with-widgetextra=local
+   --with-wx-version=${WX_GTK_VER}
+   $(use_enable cpu_flags_x86_sse sse)
+   $(use_enable ladspa)
+   $(use_enable nls)
+   $(use_enable vst)
+   #$(use_with alsa)
+   $(use_with ffmpeg)
+   $(use_with flac libflac)
+   $(use_with id3tag libid3tag)
+   #$(use_with jack)
+   $(use_with lame)
+   $(use_with lv2)
+   $(use_with mad libmad)
+   $(use_with 

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

2017-11-06 Thread Lars Wendler
commit: ef231e98381b4ffd6579e245f7e0250d654e2620
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 11:11:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 11:11:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef231e98

media-sound/audacity: Forgot to add xdg_desktop_database_update.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/audacity/audacity-2.2.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-sound/audacity/audacity-2.2.0.ebuild 
b/media-sound/audacity/audacity-2.2.0.ebuild
index 8b3556c2f1a..9bfd7eae4ac 100644
--- a/media-sound/audacity/audacity-2.2.0.ebuild
+++ b/media-sound/audacity/audacity-2.2.0.ebuild
@@ -105,9 +105,11 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_desktop_database_update
xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
+   xdg_desktop_database_update
xdg_mimeinfo_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/

2017-11-06 Thread Manuel Rüger
commit: 2025903a7f357849c2c3ce5f2be77d4d1bc41709
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:36:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:36:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2025903a

mail-filter/spamassassin: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild
index 1c96798a640..ab1c6e544aa 100644
--- a/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
 
 # The Makefile.PL script checks for dependencies, but only fails if a



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

2017-11-06 Thread Manuel Rüger
commit: e0591b2189dc5422d0fe28e5166d0a692a52b12a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:35:16 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:35:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0591b21

kde-misc/kio-gdrive: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 kde-misc/kio-gdrive/kio-gdrive-1.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.1-r1.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-1.2.1-r1.ebuild
index 8f56003417b..eb038573f39 100644
--- a/kde-misc/kio-gdrive/kio-gdrive-1.2.1-r1.ebuild
+++ b/kde-misc/kio-gdrive/kio-gdrive-1.2.1-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://phabricator.kde.org/project/profile/72/";
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 IUSE="+kaccounts"



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

2017-11-06 Thread Manuel Rüger
commit: d74ba95d673fa0207a82035385d6375393a77f30
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:41:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:41:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74ba95d

media-video/kaffeine: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 media-video/kaffeine/kaffeine-2.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kaffeine/kaffeine-2.0.13.ebuild 
b/media-video/kaffeine/kaffeine-2.0.13.ebuild
index 47799bf6d33..d6df75b9028 100644
--- a/media-video/kaffeine/kaffeine-2.0.13.ebuild
+++ b/media-video/kaffeine/kaffeine-2.0.13.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://kaffeine.kde.org/";
 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 CDEPEND="



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

2017-11-06 Thread Manuel Rüger
commit: 9d8f29035d0c21dbef36bd12d0a87313fbbed288
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:39:41 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8f2903

dev-python/elasticsearch-py: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
index 464ae3bc53b..9cdf3bbff42 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="examples doc test"
 
 RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/

2017-11-06 Thread Manuel Rüger
commit: 3f9ec1baf48af1da858eb3f9314fcaebfec6068c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:46:15 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:46:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ec1ba

dev-lua/lutok: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-lua/lutok/lutok-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lutok/lutok-0.4-r1.ebuild 
b/dev-lua/lutok/lutok-0.4-r1.ebuild
index a35c0ce506e..7273ebcacbb 100644
--- a/dev-lua/lutok/lutok-0.4-r1.ebuild
+++ b/dev-lua/lutok/lutok-0.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2017-11-06 Thread Manuel Rüger
commit: 20510052de0f0f5907da7478d054ab0d39172e5b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:45:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:45:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20510052

dev-util/kyua: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-util/kyua/kyua-0.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kyua/kyua-0.13-r1.ebuild 
b/dev-util/kyua/kyua-0.13-r1.ebuild
index 4fd6520414a..779c1caba01 100644
--- a/dev-util/kyua/kyua-0.13-r1.ebuild
+++ b/dev-util/kyua/kyua-0.13-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # Tests fail



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

2017-11-06 Thread Manuel Rüger
commit: 43e305dc5067d93abec2b6c50796bee7a6ba7d70
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:47:58 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:47:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e305dc

dev-util/pkgconf: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

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

diff --git a/dev-util/pkgconf/pkgconf-1.3.7.ebuild 
b/dev-util/pkgconf/pkgconf-1.3.7.ebuild
index 252bab470e2..ddb7bfea2fa 100644
--- a/dev-util/pkgconf/pkgconf-1.3.7.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.3.7.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz";
-   KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 inherit ltprune multilib-minimal



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

2017-11-06 Thread Manuel Rüger
commit: a5106f82e7b0b7e18028c51657a0a4cde36588ef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 11:53:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 11:53:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5106f82

media-gfx/exiv2: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 media-gfx/exiv2/exiv2-0.26_p20171104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild 
b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
index bea36ac81c7..3d407bb3eef 100644
--- a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
+++ b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
 else
COMMIT=900d2417dbeb46e14cbf65fc2798ed1d043ab76d
SRC_URI="https://github.com/Exiv2/${PN}/tarball/${COMMIT} -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 fi
 inherit cmake-multilib python-any-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/

2017-11-06 Thread Marek Szuba
commit: 2251711104d906b53de64f1b005ed5d2f2e641a1
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov  6 09:24:15 2017 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov  6 11:54:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22517111

net-analyzer/nessus-agent-bin: remove some old versions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/nessus-agent-bin/Manifest |  2 -
 .../nessus-agent-bin-6.10.5.ebuild | 64 --
 .../nessus-agent-bin-6.10.7.ebuild | 64 --
 3 files changed, 130 deletions(-)

diff --git a/net-analyzer/nessus-agent-bin/Manifest 
b/net-analyzer/nessus-agent-bin/Manifest
index 687b8d8adff..d9665908ada 100644
--- a/net-analyzer/nessus-agent-bin/Manifest
+++ b/net-analyzer/nessus-agent-bin/Manifest
@@ -1,4 +1,2 @@
-DIST NessusAgent-6.10.5-es7.x86_64.rpm 15573580 SHA256 
47df9f78bc2e79721c4d50c27c7f5d8bf4ddd4f5616ad1dd757d8d6e2d62e853 SHA512 
671219b52ad70e5713379447884c4d38488dba62ac44fa9a56145e414ae4890ce9824b99c99218bba1fb3d8ac91ae81674b3c548cf4dc33712ae4ec6438ab826
 WHIRLPOOL 
75bc381ca9138f0a01a234d34ec45925ef46d08060d35fda0d732efb5779af5d93077b96d592a003542c1534ebb0659464d4129c4b25ce92ceed61c70bbe091c
-DIST NessusAgent-6.10.7-es7.x86_64.rpm 15584200 SHA256 
36e90c98e3370df45442b78059fd08c67042e8c01e62b18ed61c0b3397fee2cf SHA512 
2a9231abc9f694bd74bf0cc7bfbe56d4d7c58aae4602a5288f3becc5d7c2fddc2fe54c71917f71ed1613596198dbe735f780b38d1836e2e39d63bb9ac28d15b4
 WHIRLPOOL 
c70120a1e7a6d05722189b3697e2c2d9d55343ed523e2da197cbfa2e29b00699d2dd1eea6a732092005b0366bc2ca26951e5536250e5f03d8bb462079360f49b
 DIST NessusAgent-6.10.9-es7.x86_64.rpm 15578800 SHA256 
687b2dd40aef6f0cd27613ee05408aec7d9755bb2eed18d243dbb46ce9357f05 SHA512 
f84beee03f872a8c5aae4e5d0b63d02b6de5f9786950cf083bc0c9d266f8f5390d6e738c6cdc041c5f927f0644ab382bb4e715445a383a48b3889e89f2b2ef54
 WHIRLPOOL 
79529bbadfc8ae7abbda7824d660f282bc4a2515c5e9ff1896ead3ddeb8e432b9a4029e46829986f84e4da0aa64a3fc7d9c5f298b41e33aec144c2bbe708e3b9
 DIST NessusAgent-6.11.2-es7.x86_64.rpm 15539504 SHA256 
ed1fe1abfd5790efd1c396ca05fe238cadc937aecf0ada02c6c7b48a43281dbe SHA512 
4ce8c8bf1ca8137712a796ddf5a39f139287789a6b966241b0f5831ee69bccdff5519c8fb821a043d00c5014f456a0f941e0d2de278383a49ddd73a0f6c18a2a
 WHIRLPOOL 
a6d9bc583af44a503d838991454f6614e3908220eb2aa8a7a371f3ee97fd57543f71b6a29c69f77a353fa30ce73b07e44310fb630bce40004dd20de16cbd9230

diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.10.5.ebuild 
b/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.10.5.ebuild
deleted file mode 100644
index f7e50ca245a..000
--- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.10.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rpm pax-utils systemd
-
-MY_P="NessusAgent-${PV}-es7"
-
-DESCRIPTION="A remote security scanner for Linux - agent component"
-HOMEPAGE="https://www.tenable.com/";
-SRC_URI="${MY_P}.x86_64.rpm"
-
-LICENSE="GPL-2 Nessus-EULA"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="mirror fetch strip"
-
-QA_PREBUILT="opt/nessus_agent/bin/nasl
-   opt/nessus_agent/bin/nessus-mkrand
-   opt/nessus_agent/lib/nessus/libjemalloc.so.${PV}
-   opt/nessus_agent/lib/nessus/libnessus-glibc-fix.so
-   opt/nessus_agent/lib/nessus/plugins/ovaldi64-rhel7.inc
-   opt/nessus_agent/sbin/nessus-check-signature
-   opt/nessus_agent/sbin/nessus-service
-   opt/nessus_agent/sbin/nessuscli
-   opt/nessus_agent/sbin/nessusd"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-   einfo "Please download ${A} from ${HOMEPAGE}/agent-download"
-   einfo "The archive should then be placed into ${DISTDIR}."
-}
-
-src_install() {
-   # Using doins -r would strip executable bits from all binaries
-   cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
-
-   pax-mark m "${D}"/opt/nessus_agent/sbin/nessusd
-
-   # Make sure these originally empty directories do not vanish,
-   # Nessus will not run properly without them
-   keepdir /opt/nessus_agent/com/nessus/CA
-   keepdir /opt/nessus_agent/etc/nessus
-   keepdir /opt/nessus_agent/var/nessus/logs
-   keepdir /opt/nessus_agent/var/nessus/tmp
-   keepdir /opt/nessus_agent/var/nessus/users
-
-   newinitd "${FILESDIR}"/nessusagent.initd nessusagent
-   systemd_dounit usr/lib/systemd/system/nessusagent.service
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "In order to link the agent to Tenable.io or an instance 
of Nessus Manager,"
-   elog "obtain an appropriate linking key and run"
-   elog ""
-   elog "  /opt/nessus_agent/sbin/nessuscli agent link --key= 
--host= --port= [optional parameters]"
-   elog ""
-   elog "This can be done before the agent is started."
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/

2017-11-06 Thread Marek Szuba
commit: f6ffc2aa55cef5e545c2d378462c24bacb586bc9
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov  6 09:22:23 2017 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov  6 11:54:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ffc2aa

net-analyzer/nessus-agent-bin: bump to 6.11.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/nessus-agent-bin/Manifest |  1 +
 .../nessus-agent-bin-6.11.2.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/net-analyzer/nessus-agent-bin/Manifest 
b/net-analyzer/nessus-agent-bin/Manifest
index 8833cd61c0f..687b8d8adff 100644
--- a/net-analyzer/nessus-agent-bin/Manifest
+++ b/net-analyzer/nessus-agent-bin/Manifest
@@ -1,3 +1,4 @@
 DIST NessusAgent-6.10.5-es7.x86_64.rpm 15573580 SHA256 
47df9f78bc2e79721c4d50c27c7f5d8bf4ddd4f5616ad1dd757d8d6e2d62e853 SHA512 
671219b52ad70e5713379447884c4d38488dba62ac44fa9a56145e414ae4890ce9824b99c99218bba1fb3d8ac91ae81674b3c548cf4dc33712ae4ec6438ab826
 WHIRLPOOL 
75bc381ca9138f0a01a234d34ec45925ef46d08060d35fda0d732efb5779af5d93077b96d592a003542c1534ebb0659464d4129c4b25ce92ceed61c70bbe091c
 DIST NessusAgent-6.10.7-es7.x86_64.rpm 15584200 SHA256 
36e90c98e3370df45442b78059fd08c67042e8c01e62b18ed61c0b3397fee2cf SHA512 
2a9231abc9f694bd74bf0cc7bfbe56d4d7c58aae4602a5288f3becc5d7c2fddc2fe54c71917f71ed1613596198dbe735f780b38d1836e2e39d63bb9ac28d15b4
 WHIRLPOOL 
c70120a1e7a6d05722189b3697e2c2d9d55343ed523e2da197cbfa2e29b00699d2dd1eea6a732092005b0366bc2ca26951e5536250e5f03d8bb462079360f49b
 DIST NessusAgent-6.10.9-es7.x86_64.rpm 15578800 SHA256 
687b2dd40aef6f0cd27613ee05408aec7d9755bb2eed18d243dbb46ce9357f05 SHA512 
f84beee03f872a8c5aae4e5d0b63d02b6de5f9786950cf083bc0c9d266f8f5390d6e738c6cdc041c5f927f0644ab382bb4e715445a383a48b3889e89f2b2ef54
 WHIRLPOOL 
79529bbadfc8ae7abbda7824d660f282bc4a2515c5e9ff1896ead3ddeb8e432b9a4029e46829986f84e4da0aa64a3fc7d9c5f298b41e33aec144c2bbe708e3b9
+DIST NessusAgent-6.11.2-es7.x86_64.rpm 15539504 SHA256 
ed1fe1abfd5790efd1c396ca05fe238cadc937aecf0ada02c6c7b48a43281dbe SHA512 
4ce8c8bf1ca8137712a796ddf5a39f139287789a6b966241b0f5831ee69bccdff5519c8fb821a043d00c5014f456a0f941e0d2de278383a49ddd73a0f6c18a2a
 WHIRLPOOL 
a6d9bc583af44a503d838991454f6614e3908220eb2aa8a7a371f3ee97fd57543f71b6a29c69f77a353fa30ce73b07e44310fb630bce40004dd20de16cbd9230

diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.11.2.ebuild 
b/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.11.2.ebuild
new file mode 100644
index 000..f7e50ca245a
--- /dev/null
+++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-6.11.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rpm pax-utils systemd
+
+MY_P="NessusAgent-${PV}-es7"
+
+DESCRIPTION="A remote security scanner for Linux - agent component"
+HOMEPAGE="https://www.tenable.com/";
+SRC_URI="${MY_P}.x86_64.rpm"
+
+LICENSE="GPL-2 Nessus-EULA"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror fetch strip"
+
+QA_PREBUILT="opt/nessus_agent/bin/nasl
+   opt/nessus_agent/bin/nessus-mkrand
+   opt/nessus_agent/lib/nessus/libjemalloc.so.${PV}
+   opt/nessus_agent/lib/nessus/libnessus-glibc-fix.so
+   opt/nessus_agent/lib/nessus/plugins/ovaldi64-rhel7.inc
+   opt/nessus_agent/sbin/nessus-check-signature
+   opt/nessus_agent/sbin/nessus-service
+   opt/nessus_agent/sbin/nessuscli
+   opt/nessus_agent/sbin/nessusd"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please download ${A} from ${HOMEPAGE}/agent-download"
+   einfo "The archive should then be placed into ${DISTDIR}."
+}
+
+src_install() {
+   # Using doins -r would strip executable bits from all binaries
+   cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
+
+   pax-mark m "${D}"/opt/nessus_agent/sbin/nessusd
+
+   # Make sure these originally empty directories do not vanish,
+   # Nessus will not run properly without them
+   keepdir /opt/nessus_agent/com/nessus/CA
+   keepdir /opt/nessus_agent/etc/nessus
+   keepdir /opt/nessus_agent/var/nessus/logs
+   keepdir /opt/nessus_agent/var/nessus/tmp
+   keepdir /opt/nessus_agent/var/nessus/users
+
+   newinitd "${FILESDIR}"/nessusagent.initd nessusagent
+   systemd_dounit usr/lib/systemd/system/nessusagent.service
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "In order to link the agent to Tenable.io or an instance 
of Nessus Manager,"
+   elog "obtain an appropriate linking key and run"
+   elog ""
+   elog "  /opt/nessus_agent/sbin/nessuscli agent link --key= 
--host= --port= [optional parameters]"
+   elog ""
+   elog "This can be done before the agent is started."
+   fi
+}



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

2017-11-06 Thread Marek Szuba
commit: 915759fbd6fa3a96435335a1e212c971ffa85d09
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov  6 11:40:44 2017 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov  6 11:54:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915759fb

dev-libs/beignet: bump to 1.3.2

Now with support for llvm-4 and llvm-5!

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/beignet/Manifest |   1 +
 dev-libs/beignet/beignet-1.3.2.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/dev-libs/beignet/Manifest b/dev-libs/beignet/Manifest
index 37d86d79568..efea9601469 100644
--- a/dev-libs/beignet/Manifest
+++ b/dev-libs/beignet/Manifest
@@ -1 +1,2 @@
 DIST beignet-1.3.1-source.tar.gz 1136608 SHA256 
399b7bc64d674b3092683263f7c085c5592686b9d837817e77857248e5cb561f SHA512 
727c8ce68dc39672aa37370ebf2748955925a7cfd58c970c9a641706b45cc31d4a7d3eeebc366ed32ef69add5dd36189814454e5b31f12a6f09ea1a51c810338
 WHIRLPOOL 
528667a58fbd446e7177edc578543b301205a05fae99d3b1d3782792cac564683e7318fe4e83d81c194ee29fa6cca613e86ce8064f26b551385c8b6c51f4b21e
+DIST beignet-1.3.2-source.tar.gz 1143573 SHA256 
c555edba149de23243965a703f39f79fa06f15bcff5a3762b5544b0925010b43 SHA512 
ed09a895c2f7e9b6e18687a899f1303dfda95e505c3c2d54bf7598cc4eba6c2fb5926589b19dd294384a4ff3f832c43235b1f03f8b7fd295cd558e78bda1400a
 WHIRLPOOL 
5d1c48bce9e8ffb4928baebce80d5bc50cb6ffb5a6d5f144b7e7258b9d42bdb995a604f98d5d942ef6edea636ba7cd7308b7156b00c9234772d1c1fc597ece02

diff --git a/dev-libs/beignet/beignet-1.3.2.ebuild 
b/dev-libs/beignet/beignet-1.3.2.ebuild
new file mode 100644
index 000..9b6fbba591a
--- /dev/null
+++ b/dev-libs/beignet/beignet-1.3.2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+CMAKE_BUILD_TYPE="Release"
+
+inherit python-any-r1 cmake-multilib flag-o-matic toolchain-funcs
+
+DESCRIPTION="OpenCL implementation for Intel GPUs"
+HOMEPAGE="https://01.org/beignet";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="ocl-icd ocl20"
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git";
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://01.org/sites/default/files/${P}-source.tar.gz";
+   S=${WORKDIR}/Beignet-${PV}-Source
+fi
+
+COMMON="media-libs/mesa
+   sys-devel/clang:=
+   sys-devel/llvm:=
+   >=x11-libs/libdrm-2.4.70[video_cards_intel]
+   x11-libs/libXext
+   x11-libs/libXfixes"
+RDEPEND="${COMMON}
+   app-eselect/eselect-opencl"
+DEPEND="${COMMON}
+   ${PYTHON_DEPS}
+   ocl-icd? ( dev-libs/ocl-icd )
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/no-debian-multiarch.patch
+   "${FILESDIR}"/${PN}-1.3.1-oclicd_no_upstream_icdfile.patch
+   "${FILESDIR}"/${PN}-1.2.0_no-hardcoded-cflags.patch
+   "${FILESDIR}"/llvm-terminfo.patch
+)
+
+DOCS=(
+   docs/.
+)
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != "binary" ]]; then
+   if tc-is-gcc; then
+   if [[ $(gcc-major-version) -eq 4 ]] && [[ 
$(gcc-minor-version) -lt 6 ]]; then
+   eerror "Compilation with gcc older than 4.6 is 
not supported"
+   die "Too old gcc found."
+   fi
+   fi
+   fi
+}
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   # See Bug #593968
+   append-flags -fPIC
+
+   cmake-utils_src_prepare
+   # We cannot run tests because they require permissions to access
+   # the hardware, and building them is very time-consuming.
+   cmake_comment_add_subdirectory utests
+}
+
+multilib_src_configure() {
+   VENDOR_DIR="/usr/$(get_libdir)/OpenCL/vendors/${PN}"
+
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="${VENDOR_DIR}"
+   -DOCLICD_COMPAT=$(usex ocl-icd)
+   $(usex ocl20 "" "-DENABLE_OPENCL_20=OFF")
+   )
+
+   cmake-utils_src_configure
+}
+
+multilib_src_install() {
+   VENDOR_DIR="/usr/$(get_libdir)/OpenCL/vendors/${PN}"
+
+   cmake-utils_src_install
+
+   insinto /etc/OpenCL/vendors/
+   echo "${VENDOR_DIR}/lib/${PN}/libcl.so" > "${PN}-${ABI}.icd" || die 
"Failed to generate ICD file"
+   doins "${PN}-${ABI}.icd"
+
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libOpenCL.so.1
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libOpenCL.so
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libcl.so.1
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libcl.so
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-11-06 Thread Lars Wendler
commit: ed8c672bdaf81c4b2d3b1be27b8386900e4f327d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 12:25:46 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 12:25:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8c672b

x11-misc/xosview: Bump to version 1.20

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.20.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 95b5d28836f..ba72b51d103 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1 +1,2 @@
 DIST xosview-1.19.tar.gz 143151 SHA256 
08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf SHA512 
57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08
 WHIRLPOOL 
6796305fe1c78beed977758e54a0df17ed5e82f13cd5499a0f7ac8bc8f9ad8da6dc96534f406b919e92a747889a3650e97c559288a2efcd288a81602387d9e15
+DIST xosview-1.20.tar.gz 146373 SHA256 
5acbb90273e2473235d2fd63e1725dbef3eb217f09f3ed7b38b8c7fbbad144e1 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
 WHIRLPOOL 
38c71c8a3d062e48f2429993edaeced828dc6b0744e1f8c6f3b647931f392de897362c32b1fa40be07dac33f407e321a364e4fd219ed4e59503c8abe28398bc6

diff --git a/x11-misc/xosview/xosview-1.20.ebuild 
b/x11-misc/xosview/xosview-1.20.ebuild
new file mode 100644
index 000..76ba156e04d
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.20.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/";
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz";
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-proto/xproto"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   dobin ${PN}
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+   doman *.1
+   dodoc CHANGES README.linux TODO
+}
+
+pkg_postinst() {
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs/

2017-11-06 Thread Manuel Rüger
commit: aaf65e47af455becdcd08672288ff8cc88680f88
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov  6 12:28:31 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov  6 12:29:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf65e47

kde-frameworks/kdelibs: Stable 4.14.37

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild 
b/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
index 80d84e09116..e0a4272fde5 100644
--- a/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
+++ b/kde-frameworks/kdelibs/kdelibs-4.14.37.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Libraries needed for programs by KDE"
 [[ ${KDE_BUILD_TYPE} != live ]] && \
 SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 LICENSE="LGPL-2.1"
 IUSE="cpu_flags_x86_3dnow acl altivec +bzip2 debug doc fam jpeg2k kerberos
 libressl lzma cpu_flags_x86_mmx nls openexr plasma +policykit qt3support



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-11-06 Thread Lars Wendler
commit: 056e71b2a4d598195715eb5930a8ab92bd3f48aa
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 12:38:32 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 12:38:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056e71b2

x11-misc/xosview: Revbump to install some more files.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../{xosview-1.20.ebuild => xosview-1.20-r1.ebuild}| 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.20.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
similarity index 84%
rename from x11-misc/xosview/xosview-1.20.ebuild
rename to x11-misc/xosview/xosview-1.20-r1.ebuild
index 76ba156e04d..f342c4311c8 100644
--- a/x11-misc/xosview/xosview-1.20.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs xdg-utils
 
 DESCRIPTION="X11 operating system viewer"
 HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/";
@@ -22,6 +22,8 @@ RDEPEND="${COMMON_DEPS}
 DEPEND="${COMMON_DEPS}
x11-proto/xproto"
 
+DOCS=( CHANGES README.linux TODO )
+
 src_prepare() {
default
 
@@ -35,17 +37,21 @@ src_compile() {
 }
 
 src_install() {
-   dobin ${PN}
+   emake PREFIX="${D%/}/usr" install
use suid && fperms 4755 /usr/bin/${PN}
insinto /usr/share/X11/app-defaults
newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
 }
 
 pkg_postinst() {
+   xdg_desktop_database_update
+
if ! use suid ; then
ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
fi
 }
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2017-11-06 Thread Tobias Klausmann
commit: 2052a9e36f9d2fef1cca8d86f5cec945bbc31b5d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 11:53:20 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 12:41:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2052a9e3

app-text/poppler-0.57.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/627390

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

diff --git a/app-text/poppler/poppler-0.57.0.ebuild 
b/app-text/poppler/poppler-0.57.0.ebuild
index 5af4d345438..a4a64847c65 100644
--- a/app-text/poppler/poppler-0.57.0.ebuild
+++ b/app-text/poppler/poppler-0.57.0.ebuild
@@ -11,7 +11,7 @@ if [[ "${PV}" == "" ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/68"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



[gentoo-commits] proj/musl:master commit in: dev-qt/qtcore/, dev-qt/qtcore/files/

2017-11-06 Thread Anthony G. Basile
commit: 1cc24622b0b7a02e2a6f6a190a85fa85e6c185ca
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 13:05:06 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 13:05:06 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=1cc24622

dev-qt/qtcore: sync with tree

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --force

 dev-qt/qtcore/Manifest  |  3 ++-
 dev-qt/qtcore/files/qtcore-4.8.7-moc.patch  | 17 +
 .../{qtcore-4.8.7-r2.ebuild => qtcore-4.8.7-r3.ebuild}  |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtcore/Manifest b/dev-qt/qtcore/Manifest
index 7deaf10..cdc2940 100644
--- a/dev-qt/qtcore/Manifest
+++ b/dev-qt/qtcore/Manifest
@@ -4,6 +4,7 @@ AUX qtcore-4.8.6-QNAM-corruptions-fix.patch 17586 SHA256 
5309c0f1ed0fc54799537b6
 AUX qtcore-4.8.6-moc-boost-1.60.patch 884 SHA256 
cf7417eb14641c0e4f65148f67cab2af74ef2f20cb245ef9e21b8a0b2d8f0c0d SHA512 
f7375b444291cd0abf5324aa9150e3eb49e110713826e2aa03d8a149d6727c1ff2fe6f6b2e159f3a9e41c628a6d5f3e6ea161050722f58ca0e9ad269a27c052d
 WHIRLPOOL 
7d86baf0ceeb2259fc319d7908f47d2c64f98e490e9bda3930137db5808c9cd0fb2877ac3731bfaaba7ed19a8c014904054b08545642588650b58504ec52e378
 AUX qtcore-4.8.7-fix-socklent-for-musl.patch 3982 SHA256 
2d3065b3a372ae03a58ee76a4a24e676abc36a16f5c564b4b25c537d2520700d SHA512 
d578fa49270ae8d18ff4de3a15b6f4c485503c1de61e9732e6e55d0bd3db5a0c2e68d37327e500b71a85efe05b187f435d2e4c62f23481c73a9d593803ca345c
 WHIRLPOOL 
e95016f372dc7cfff32609b838774a339320073fde9c90aa92b0ee8003bbf740a545cb500518bdd611553016bc8d9f21ea060b97742478105474561d6f3ae3d4
 AUX qtcore-4.8.7-libressl.patch 2161 SHA256 
c01d0225d593a87d5764993be9a53b0adbf9493487ad7c5583ef3abcb35b1c4d SHA512 
c84b827fd5f0c504c9ab95352677dc2cfe926c81aa012b454d8260385215b510835ba693830b3a3a6fa374b25ec14cbb07711f41031788fc6c3bec396021
 WHIRLPOOL 
26274cc870721bcbb364a3e41aa95af0d7d5561b0882ca4bf058c036a063fe3fa77072f09a0d84ffb1f0a6dab2201d03c8602a2d5f7815752cfdb9180e2689a1
+AUX qtcore-4.8.7-moc.patch 926 SHA256 
032978c364ed669842fc06f03f28b08ad8fd5a19afe49bd6e6f2b5b5ae262ebb SHA512 
cb64e3e2271d3031c11d2c8afe1bcfd5263bcf8b8c787d03059b4bca25f3dd2d8a092c80cb396a1a466d2ef667697c31856c7c675aa7c48b5680f5e91db95f86
 WHIRLPOOL 
588f6fdaa43f8d65ece7ae2ec1e20d7f797d4dce6cdd67bd05d2c27d7facf28c598c7e191a118e1433cb1d1e5c7596073f552568d6683c69d07db9e9e79ebaf0
 AUX qtcore-5.5.1-musl-iconv.patch 672 SHA256 
fcf5db5f11197079725bbd2ce3ef2b6e53db0ed0b73514a11c831605f7ae0226 SHA512 
ee32f08044f0f247e901209ef8e72868bf856cf7b4a490ae05d621eba931b9b37d088dd90700cc83929b5331a7452e5daa046b145076a9e7499180919560e4ed
 WHIRLPOOL 
e1d6496703ede9db343df8afdef1276cbbd4eabf9cc5929c26cb267b01fd801bdac8847de8040a57fc3cb9533f8ab308f0176bb5389640ac9b73ad0677c5c107
 AUX qtcore-5.6.2-plugins.patch 3264 SHA256 
2e0e863830f457d597e608815e92c25e4e0924a7c13c80649547e8a9be6bb420 SHA512 
0d50ba6cd94fc29158931e2e09ec21c48780ecfaa75443efd842cce05cc3030f81a02385714b42d5cede3b0cbf8efc24d3c660ac4438cdd428a24bf8a624bb2d
 WHIRLPOOL 
9ea062360162c636f43d7b490a3ee3931496b05001f9f0c99d588494d344f0a7a9d0e989b5695e468ec754e7bc789b2c2961db221701d8adf984efd691ee2a92
 AUX qtcore-5.7.1-qipm.patch 5915 SHA256 
a5fb3bee98d797ac5e34bec02bcc1b5b0834fa1092fa6d1e1ea3d490975ae42f SHA512 
807c030c2059cddcd159cb537ba2e4be68d6f612f45e1e7b844fc045f661739aea7bc35743735cee364d692d51774e17edced1aac8d444abaa4e4435117a5b3d
 WHIRLPOOL 
e13e1a24b750fe7729b1d86214491358937344b7a39c6c2941d372f5ce9077ecc1c320a0be2e5a9c772e1b01d786e55176cdad252c317bc62215c9c7acfe0d6b
@@ -11,6 +12,6 @@ AUX qtcore-5.7.1-qsfpm-1.patch 8922 SHA256 
3376b4564d793e0bf3770a8ebcc474a03e7aa
 AUX qtcore-5.7.1-qsfpm-2.patch 7812 SHA256 
a2bb1a42df644906cacb084e579166e8229c774e2f678b8b523215d4bbffe1e7 SHA512 
38b141aa7d30011d71ed9044c69f79b56698320600a64ed3cc37e8dd9d22bb9ec2f33f8348d074552a5046c2855e948e325d5421384cb4c66c0bbd566500174d
 WHIRLPOOL 
3e65f1413ce3b3800d694b731d74026ac5d5f08f9af20b257c2b7424ec954cb1fa28067496b028c3e66680ae88e59d8ccf8c080b049fa05f31162705db1a0898
 DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 SHA256 
e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 SHA512 
f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125
 WHIRLPOOL 
ad8f01172f5bdb3a3a69fe7b03862c4c411bc8d95211053ad66ed1d60a3c0577d073d1075a1e0a80b25d9b2721addda55a2967e6ccf5e194cec8d08770ac5fc2
 DIST qtbase-opensource-src-5.7.1.tar.xz 44992616 SHA256 
edcdf549d94d98aff08e201dcb3ca25bc3628a37b1309e320d5f556b6b66557e SHA512 
0506a3a856f76e5ba182e3382a515282b6096f3900fbdc14cd5aec425105ab61922e0ada0361234387335ceb80b3c69e39cd34d75476c2946c4371e7b8c0827f
 WHIRLPOOL 
de5ff1380b3fd9cbcca741d212ac516e3f8a31366219605730cf5525a04e4efc9965a9b3cf8e99f50a2912bc7add83f61e7f90a85e176ad2830e4c1422b5d682
-EBUILD qtcore-4.8.7-r2.ebuild 2862 SHA256 
e888c594fc32a

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

2017-11-06 Thread Bernard Cafarelli
commit: 130c7cb4b8ec2d2b9c987582326beea5dd65f56d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov  6 13:05:44 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov  6 13:08:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130c7cb4

app-text/paperwork: 1.2.1 bump

Reported-by: Manuel Rüger  gentoo.org>
Closes: https://bugs.gentoo.org/635862
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/paperwork/Manifest   |  1 +
 app-text/paperwork/paperwork-1.2.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
index 9064a0ff461..6ac29adb753 100644
--- a/app-text/paperwork/Manifest
+++ b/app-text/paperwork/Manifest
@@ -1,2 +1,3 @@
 DIST paperwork-1.1.2.tar.gz 331028 SHA256 
7beaf56fa91fb602d185256f3bbf3d9a85a332efd87d35dc22dbb9051bd94fa8 SHA512 
14c018c9b148e1569948d2de7b1c0c04d353a7af7aa6a7102585665d9af2f5f2055145338a001085be0fc165abec066d73d3adc4a378a307326edf730c3c3606
 WHIRLPOOL 
f951a15a9e2c14dbd08cd0b767c99dfa8ba63890d07ca135c347f141696652085494bc42f01d29015676a45fa4bc0f5785e4ec8a33cd5ab46bea48e21770d050
+DIST paperwork-1.2.1.tar.gz 8116070 SHA256 
2b09a86e39125b455180cf17dd50d8b3d195b390bdcb02b9cf0836b0ee81de74 SHA512 
fb44c048e8669cdc95a358369de418d862c49fe9a9d6cb8d20ce727ae0ca6a57c19cfd5f39fe95ee67c086dd481c22c3717a672f1ac09f3b63a0daa851a8e482
 WHIRLPOOL 
a77265b3369b64045e9a252c6c05df7ee5a855e009a3999427605615845f6c96a9f87ed885c724dcc1d8d77fe8a5e5e0cf2b71208262d88f3822757425ec13ed
 DIST paperwork-1.2.tar.gz 8086428 SHA256 
87f4610adfe0f79931d27d9a3c3b5441f77d9db64ed4f72ae2a1bf844df7eca5 SHA512 
9c8c43ef31be2eef57ffbcdb00b4e91dd2b1eade75814b789c489abfb6f7bae07e68f7207c8fdef4f3bf95bd68bca8a680b965259106af9f0166bee7a6cf5ea0
 WHIRLPOOL 
fa0e6acf4bd7514899433077a3ced8fdf8565467dd7cb8cc05ab2c737352d67a8375af98bbed507ab5a73b302cd968dddce2bba8f13a3749edef8562f001

diff --git a/app-text/paperwork/paperwork-1.2.1.ebuild 
b/app-text/paperwork/paperwork-1.2.1.ebuild
new file mode 100644
index 000..1ce4f4dfe5d
--- /dev/null
+++ b/app-text/paperwork/paperwork-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
+HOMEPAGE="https://github.com/openpaperwork/paperwork";
+SRC_URI="https://github.com/openpaperwork/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
+   dev-python/libpillowfight[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyinsane:2[${PYTHON_USEDEP}]
+   >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
+   dev-python/simplebayes[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]"
+DEPEND="${RDEPEND}"



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

2017-11-06 Thread Bernard Cafarelli
commit: f43af7ccb7f8bdfc38ab5aec5bee82b235ec0b31
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov  6 13:03:57 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov  6 13:08:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43af7cc

app-text/paperwork-backend: 1.2.1 bump

Reported-by: Manuel Rüger  gentoo.org>
Closes: https://bugs.gentoo.org/635862
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/paperwork-backend/Manifest|  1 +
 .../paperwork-backend-1.2.1.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-text/paperwork-backend/Manifest 
b/app-text/paperwork-backend/Manifest
index 3e269d2cc3a..f6e715d9b67 100644
--- a/app-text/paperwork-backend/Manifest
+++ b/app-text/paperwork-backend/Manifest
@@ -1,2 +1,3 @@
 DIST paperwork-backend-1.1.2.tar.gz 54340 SHA256 
19b15ed995b06bd9d9a61c82389983fe6d5dffe41b88e87bbe3a5e297dd8 SHA512 
626a4e44243769c0982d2a4677e35e4c3431e6b68b05687f13574e1f9cfd026d0b949e95e53ea37c976ea5826883eb2ac672cffc346eb05631f3498bb525391a
 WHIRLPOOL 
ba197dfb5d131e522df9a8b8d77c8a94e01a1001dede460d8e7ecce6c413c1e7735d6bcd19a739b01b4abceb72c88ca654aa59b2a1513eb4aa3bf68132e07330
+DIST paperwork-backend-1.2.1.tar.gz 63417 SHA256 
397a829b741a7b3e311aa239c8bb9e9a21f9596d37c64c99d1f00aab3c52c4c3 SHA512 
01878b8580187aeca45248a133a92b83c3f8e8012b6bbacc6e625ca447979c01633573cbb59a4460b88aae6f89db2ae618c27019bd940a391a30dccde1c54696
 WHIRLPOOL 
7a0f80a581d1077ef57a18ee511e222cacb8496f68fa12efd155790e32eef12de984942be0620fab2936f1436325894ee2c0dc22bd6b43eb053310a1d0e5
 DIST paperwork-backend-1.2.tar.gz 63167 SHA256 
321f1a637b4df6c8d01caa2d172ca10c6285d1515ba75f59471643ef5378 SHA512 
278d7080c9806a6ae68cb15ba9df2ac22bd2c120f0e77a9d7eacbbd6e70476d4fb803c572216e580a068527ae8c10c3f2e66199aca3d94949e655c08214beeb1
 WHIRLPOOL 
c064abc9feaac7a8d55a9e712bc3f0c61d60c7518560d44328d4cf3147614914445c9a29598b4d536e29186af793851acfcc6d2b0e3d5a3f7b93ed2987bfe144

diff --git a/app-text/paperwork-backend/paperwork-backend-1.2.1.ebuild 
b/app-text/paperwork-backend/paperwork-backend-1.2.1.ebuild
new file mode 100644
index 000..da6daad0240
--- /dev/null
+++ b/app-text/paperwork-backend/paperwork-backend-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
+HOMEPAGE="https://github.com/openpaperwork/paperwork-backend";
+SRC_URI="https://github.com/openpaperwork/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/python-levenshtein[${PYTHON_USEDEP}]
+   dev-python/simplebayes[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   dev-python/whoosh[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/, net-misc/stunnel/files/

2017-11-06 Thread Anthony G. Basile
commit: 0d0139d9442980ff8b1bb9c1db112162fb108496
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 13:53:52 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 13:54:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0139d9

net-misc/stunnel: version bump to 5.43

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/stunnel/Manifest  |   1 +
 .../files/stunnel-5.43-compat-libressl.patch   | 126 +
 net-misc/stunnel/stunnel-5.43.ebuild   |  95 
 3 files changed, 222 insertions(+)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index f0c646af453..eee88aeff94 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -3,3 +3,4 @@ DIST stunnel-5.37.tar.gz 645336 SHA256 
d0e3530e3effc64fdec792c71791d4937c6b8bd3b
 DIST stunnel-5.38.tar.gz 647774 SHA256 
09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5 SHA512 
29adae28955639ab7732ff0d7ea3c097211babcd0c8932717c582f5e38279811a0a209f1daa2c6a22cf69ef28b8b67439038625ba58683c268c322b19e43ac58
 WHIRLPOOL 
ae549e6d498a0bf31591b32f56c4d97141e00485d66aa50be23c5022e9c73f5d51c91d685bf135bf12a365a9b56d53c2dded042ecd8810cbe19e74ca7f89cc5b
 DIST stunnel-5.39.tar.gz 647101 SHA256 
288c087a50465390d05508068ac76c8418a21fae7275febcc63f041ec5b04dee SHA512 
1a59ca3bedd00730598e5bdee61d1968e76d3b1c0bb666fcab5103f5ba6fac0585612198baab180ac0745f658041510fe0115ec8b111da6fd7c161a4ec301458
 WHIRLPOOL 
b4cb9c164b65a6091cde9867cc2386083b5d7224d98f19a84021408b0827eb117a9fa1ef3c3d8e9c85d28d8988dbddaf37ed03235d115d9e284d0ef24ddbe5fa
 DIST stunnel-5.40.tar.gz 648828 SHA256 
23acdb390326ffd507d90f8984ecc90e0d9993f6bd6eac1d0a642456565c45ff SHA512 
2dd403f212f701370775516d25ea441fe41564daf1460f8a9ba4eb960adfb5f007ebfb51a90503fa168c420f06e17a6d20f1b0eab697e2abb6a42dc6f1f898b2
 WHIRLPOOL 
5f9fa99d8e6e153abd15896bd704f42324a8f376633e65685fc7b3d80f06b52048eba923c16a8fbb57e09624a65f0f957fc169e1b9f89d683b67c1cee1ba71b0
+DIST stunnel-5.43.tar.gz 698715 SHA256 
05915babf705a0494886a72a7367913d403d07fc908ebb7b380d639e2d8bcee2 SHA512 
3158ab7573d8c548ee71aecb3f94e141bd80e123a62848945263004e28668050a8a08c904dbf61df28c4f5c1d94eb380943ab39835ccd18273a6acf05a3488a8
 WHIRLPOOL 
3da1656e5937dd1155431fcffd59d523de05a9957a46c8c44edae9493e153919972b1c03b292d6833b4e5ab6a1d8f6b40987f5baa9be9600397430462566b0da

diff --git a/net-misc/stunnel/files/stunnel-5.43-compat-libressl.patch 
b/net-misc/stunnel/files/stunnel-5.43-compat-libressl.patch
new file mode 100644
index 000..5b015a98b61
--- /dev/null
+++ b/net-misc/stunnel/files/stunnel-5.43-compat-libressl.patch
@@ -0,0 +1,126 @@
+diff -Naur stunnel-5.43.orig/src/common.h stunnel-5.43/src/common.h
+--- stunnel-5.43.orig/src/common.h 2017-01-02 14:27:26.0 +
 stunnel-5.43/src/common.h  2017-11-06 13:42:39.940942240 +
+@@ -448,7 +448,7 @@
+ #define OPENSSL_NO_TLS1_2
+ #endif /* OpenSSL older than 1.0.1 || defined(OPENSSL_NO_TLS1) */
+ 
+-#if OPENSSL_VERSION_NUMBER>=0x1010L
++#if OPENSSL_VERSION_NUMBER>=0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
+ #ifndef OPENSSL_NO_SSL2
+ #define OPENSSL_NO_SSL2
+ #endif /* !defined(OPENSSL_NO_SSL2) */
+@@ -474,7 +474,7 @@
+ #include 
+ #ifndef OPENSSL_NO_DH
+ #include 
+-#if OPENSSL_VERSION_NUMBER<0x1010L
++#if OPENSSL_VERSION_NUMBER<0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
+ #endif /* OpenSSL older than 1.1.0 */
+ #endif /* !defined(OPENSSL_NO_DH) */
+diff -Naur stunnel-5.43.orig/src/ctx.c stunnel-5.43/src/ctx.c
+--- stunnel-5.43.orig/src/ctx.c2017-08-17 09:18:53.0 +
 stunnel-5.43/src/ctx.c 2017-11-06 13:47:55.571861529 +
+@@ -295,7 +295,7 @@
+ 
+ #ifndef OPENSSL_NO_DH
+ 
+-#if OPENSSL_VERSION_NUMBER<0x1010L
++#if OPENSSL_VERSION_NUMBER<0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ NOEXPORT STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) {
+ return ctx->cipher_list;
+ }
+@@ -398,7 +398,7 @@
+ / initialize OpenSSL CONF */
+ 
+ NOEXPORT int conf_init(SERVICE_OPTIONS *section) {
+-#if OPENSSL_VERSION_NUMBER>=0x10002000L
++#if OPENSSL_VERSION_NUMBER>=0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
+ SSL_CONF_CTX *cctx;
+ NAME_LIST *curr;
+ char *cmd, *param;
+diff -Naur stunnel-5.43.orig/src/options.c stunnel-5.43/src/options.c
+--- stunnel-5.43.orig/src/options.c2017-10-16 18:38:47.0 +
 stunnel-5.43/src/options.c 2017-11-06 13:46:18.630650320 +
+@@ -3656,7 +3656,7 @@
+ }
+ #endif
+ /* engines can add new algorithms */
+-#if OPENSSL_VERSION_NUMBER>=0x1010L
++#if OPENSSL_VERSION_NUMBER>=0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
+ OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS|
+ OPENSSL_INIT_ADD_ALL_DIGESTS, NULL);
+ #else
+diff -Naur stunnel-5.43.orig/src/ssl.c st

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

2017-11-06 Thread Anthony G. Basile
commit: 27649805b2c5afe790ce4a3a763227cec8d09e68
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 13:55:17 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 13:55:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27649805

net-misc/stunnel: remove older unstable versions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/stunnel/Manifest|  3 --
 net-misc/stunnel/stunnel-5.37.ebuild | 92 --
 net-misc/stunnel/stunnel-5.38.ebuild | 92 --
 net-misc/stunnel/stunnel-5.39.ebuild | 95 
 4 files changed, 282 deletions(-)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index eee88aeff94..499ed3d3dfd 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -1,6 +1,3 @@
 DIST stunnel-5.36.tar.gz 645205 SHA256 
eb8952fcfdfcdf5056a1f1a78e1ec5014b819c5f5f7599b924dc4490ffe4b5ea SHA512 
663dd155aab17b628fd1ef8ae1c604efc0cdf026566e98fbff16ba4da5b12b06cd6801bf4f604a9b2ea98d993c184ce97c63c1f716fa86b5e630e5fd504e3317
 WHIRLPOOL 
12f95a119b840b6afdcaf4d41ee325896bc89feda9ed172651dee1b52a3231fe1599c8fb6c69c1a0f93b342a3b785fb3d002a94a31b14678052313f224c48d0e
-DIST stunnel-5.37.tar.gz 645336 SHA256 
d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241 SHA512 
b42dd9e0ea7d024e0729a0db9caeecfbe3296464f475caa9ee7927c42d762c51a597b6c3a261151bb863e4696fc7cc1c6fe270eb02731e11b29cd60e440a
 WHIRLPOOL 
db272f71cba5a7ff516c159c07adc953b7c1c5ce731161fd1bd9827e529ad64f7b7a5de6105ecee3fe225d9044846430c749fcd23b759098d7c7b63cc1b731ba
-DIST stunnel-5.38.tar.gz 647774 SHA256 
09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5 SHA512 
29adae28955639ab7732ff0d7ea3c097211babcd0c8932717c582f5e38279811a0a209f1daa2c6a22cf69ef28b8b67439038625ba58683c268c322b19e43ac58
 WHIRLPOOL 
ae549e6d498a0bf31591b32f56c4d97141e00485d66aa50be23c5022e9c73f5d51c91d685bf135bf12a365a9b56d53c2dded042ecd8810cbe19e74ca7f89cc5b
-DIST stunnel-5.39.tar.gz 647101 SHA256 
288c087a50465390d05508068ac76c8418a21fae7275febcc63f041ec5b04dee SHA512 
1a59ca3bedd00730598e5bdee61d1968e76d3b1c0bb666fcab5103f5ba6fac0585612198baab180ac0745f658041510fe0115ec8b111da6fd7c161a4ec301458
 WHIRLPOOL 
b4cb9c164b65a6091cde9867cc2386083b5d7224d98f19a84021408b0827eb117a9fa1ef3c3d8e9c85d28d8988dbddaf37ed03235d115d9e284d0ef24ddbe5fa
 DIST stunnel-5.40.tar.gz 648828 SHA256 
23acdb390326ffd507d90f8984ecc90e0d9993f6bd6eac1d0a642456565c45ff SHA512 
2dd403f212f701370775516d25ea441fe41564daf1460f8a9ba4eb960adfb5f007ebfb51a90503fa168c420f06e17a6d20f1b0eab697e2abb6a42dc6f1f898b2
 WHIRLPOOL 
5f9fa99d8e6e153abd15896bd704f42324a8f376633e65685fc7b3d80f06b52048eba923c16a8fbb57e09624a65f0f957fc169e1b9f89d683b67c1cee1ba71b0
 DIST stunnel-5.43.tar.gz 698715 SHA256 
05915babf705a0494886a72a7367913d403d07fc908ebb7b380d639e2d8bcee2 SHA512 
3158ab7573d8c548ee71aecb3f94e141bd80e123a62848945263004e28668050a8a08c904dbf61df28c4f5c1d94eb380943ab39835ccd18273a6acf05a3488a8
 WHIRLPOOL 
3da1656e5937dd1155431fcffd59d523de05a9957a46c8c44edae9493e153919972b1c03b292d6833b4e5ab6a1d8f6b40987f5baa9be9600397430462566b0da

diff --git a/net-misc/stunnel/stunnel-5.37.ebuild 
b/net-misc/stunnel/stunnel-5.37.ebuild
deleted file mode 100644
index aa39f3e078f..000
--- a/net-misc/stunnel/stunnel-5.37.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit ssl-cert eutils multilib systemd user
-
-DESCRIPTION="TLS/SSL - Port Wrapper"
-HOMEPAGE="http://www.stunnel.org/index.html";
-SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   
http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
-   http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
-   ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="ipv6 libressl selinux stunnel3 tcpd"
-
-DEPEND="tcpd? ( sys-apps/tcp-wrappers )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}
-   stunnel3? ( dev-lang/perl )
-   selinux? ( sec-policy/selinux-stunnel )"
-
-RESTRICT="test"
-
-pkg_setup() {
-   enewgroup stunnel
-   enewuser stunnel -1 -1 -1 stunnel
-}
-
-src_prepare() {
-   # Hack away generation of certificate
-   sed -i -e "s/^install-data-local:/do-not-run-this:/" \
-   tools/Makefile.in || die "sed failed"
-
-   # libressl compat
-   epatch "

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

2017-11-06 Thread Tobias Klausmann
commit: 5fb9f45ee3cefb0e7eb248b6b6caaac84e6060d1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 13:06:44 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:18:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb9f45e

net-misc/freerdp-2.0.0_rc0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635452

 net-misc/freerdp/freerdp-2.0.0_rc0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild 
b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
index 2e61b45ffa9..524d988f03e 100644
--- a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
+++ b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} !=  ]]; then
MY_P="FreeRDP-${MY_PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86"
+   KEYWORDS="alpha amd64 ~arm ppc ppc64 x86"
 else
inherit git-r3
SRC_URI=""



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

2017-11-06 Thread Tobias Klausmann
commit: ac0b28a6bbf4006a72761ad9b69c9ec43b6c98e9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 13:06:45 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:18:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0b28a6

app-crypt/mit-krb5-1.15.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636180

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

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



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

2017-11-06 Thread Tobias Klausmann
commit: 7eeb1368972162fa697f86be7f102b179167cd56
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 13:06:44 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:18:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eeb1368

dev-db/mysql-5.6.38-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/634652

 dev-db/mysql/mysql-5.6.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.6.38.ebuild b/dev-db/mysql/mysql-5.6.38.ebuild
index 01d0263e17b..602ee7cc67f 100644
--- a/dev-db/mysql/mysql-5.6.38.ebuild
+++ b/dev-db/mysql/mysql-5.6.38.ebuild
@@ -16,7 +16,7 @@ inherit mysql-multilib-r1
 IUSE="$IUSE numa"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) numa? ( 
sys-process/numactl )"
 RDEPEND="${RDEPEND}"



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

2017-11-06 Thread Tobias Klausmann
commit: 8102ab17241efc780fc949187475f0d751c8363c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 14:19:12 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:19:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8102ab17

sys-devel/automake-1.10.3-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635078

 sys-devel/automake/automake-1.10.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.10.3-r2.ebuild 
b/sys-devel/automake/automake-1.10.3-r2.ebuild
index a10ec1c3889..c178eb56d13 100644
--- a/sys-devel/automake/automake-1.10.3-r2.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-11-06 Thread Tobias Klausmann
commit: 62624cd25ca3872f92f5ec514a855fc7ec45f5d9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 14:19:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:19:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62624cd2

sys-devel/automake-1.11.6-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635078

 sys-devel/automake/automake-1.11.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.11.6-r2.ebuild 
b/sys-devel/automake/automake-1.11.6-r2.ebuild
index 12f9c9903d5..c341ae3eeff 100644
--- a/sys-devel/automake/automake-1.11.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-11-06 Thread Tobias Klausmann
commit: 497a2b2fa7d7bbf342c75865c437fbe1a550a090
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 14:20:29 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:20:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497a2b2f

sys-devel/automake-1.13.4-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635078

 sys-devel/automake/automake-1.13.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.13.4-r1.ebuild 
b/sys-devel/automake/automake-1.13.4-r1.ebuild
index 17755719440..a23870c28e8 100644
--- a/sys-devel/automake/automake-1.13.4-r1.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-11-06 Thread Tobias Klausmann
commit: 38c92465cc9a6e1425d60f47744f554d6cf7a763
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 14:20:58 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:20:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c92465

sys-devel/automake-1.14.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635078

 sys-devel/automake/automake-1.14.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.14.1-r1.ebuild 
b/sys-devel/automake/automake-1.14.1-r1.ebuild
index d96bead2655..4c090a69075 100644
--- a/sys-devel/automake/automake-1.14.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r1.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/";
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-11-06 Thread Tobias Klausmann
commit: 59709ebf1e13f1f47404ac4a52ae55262a5050db
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 14:21:34 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 14:21:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59709ebf

sys-devel/automake-1.15.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635078

 sys-devel/automake/automake-1.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.15.1-r1.ebuild 
b/sys-devel/automake/automake-1.15.1-r1.ebuild
index a5be4cc4d1d..6e88fc349ba 100644
--- a/sys-devel/automake/automake-1.15.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.15.1-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P=${P}
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/, pym/portage/, pym/portage/repository/, man/

2017-11-06 Thread Michał Górny
commit: 7857c1cae45c3cbd51f6eb0827ccc9bd17ff7269
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 07:08:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 14:33:01 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7857c1ca

Replace static MANIFEST2_HASH_FUNCTIONS with dynamic list

Remove the MANIFEST2_HASH_FUNCTIONS const and replace it with
(deduplicated) calls to get_valid_checksum_keys(). We want Portage
to always complain whenever one of the hashes is not available even
if it is technically supported by the specific Portage version.

Closes: https://bugs.gentoo.org/634812
Reviewed-by: Zac Medico  gentoo.org>

 man/portage.5| 4 ++--
 pym/portage/const.py | 3 ---
 pym/portage/manifest.py  | 6 +++---
 pym/portage/repository/config.py | 5 +++--
 repoman/pym/repoman/repos.py | 3 ++-
 5 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/man/portage.5 b/man/portage.5
index 89dc8ce44..7605d7cfa 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1261,8 +1261,8 @@ for every file), "true" (if an entry exists for a file, 
enforce it), or "false"
 .TP
 .BR manifest\-hashes
 List of hashes to generate/check in Manifest files.  Valid hashes depend on the
-current version of portage; see the portage.const.MANIFEST2_HASH_FUNCTIONS
-constant for the current list.
+current version of portage; see the portage.checksum module for the current
+list.
 .TP
 .BR update\-changelog " = [true|" false "]"
 The default setting for repoman's --echangelog option.

diff --git a/pym/portage/const.py b/pym/portage/const.py
index 11e94b0a2..98b7c88c9 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -207,9 +207,6 @@ EAPI = 6
 HASHING_BLOCKSIZE= 32768
 MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
 
-MANIFEST2_HASH_FUNCTIONS = ("SHA256", "SHA512", "WHIRLPOOL",
-   "BLAKE2B", "BLAKE2S", "SHA3_256", "SHA3_512",
-   "STREEBOG256", "STREEBOG512")
 MANIFEST2_HASH_DEFAULTS = frozenset(["SHA256", "SHA512", "WHIRLPOOL"])
 MANIFEST2_REQUIRED_HASH  = "SHA512"
 

diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index 28a77ba87..0a68aa653 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -27,7 +27,7 @@ from portage.exception import DigestException, FileNotFound, \
InvalidDataType, MissingParameter, PermissionDenied, \
PortageException, PortagePackageException
 from portage.const import (MANIFEST1_HASH_FUNCTIONS, MANIFEST2_HASH_DEFAULTS,
-   MANIFEST2_HASH_FUNCTIONS, MANIFEST2_IDENTIFIERS, 
MANIFEST2_REQUIRED_HASH)
+   MANIFEST2_IDENTIFIERS, MANIFEST2_REQUIRED_HASH)
 from portage.localization import _
 
 _manifest_re = re.compile(
@@ -152,7 +152,7 @@ class Manifest(object):
if hashes is None:
hashes = MANIFEST2_HASH_DEFAULTS
 
-   
self.hashes.update(hashes.intersection(MANIFEST2_HASH_FUNCTIONS))
+   self.hashes.update(hashes)
self.hashes.difference_update(hashname for hashname in \
list(self.hashes) if hashname not in 
get_valid_checksum_keys())
self.hashes.add("size")
@@ -251,7 +251,7 @@ class Manifest(object):
return myhashdict
 
def _createManifestEntries(self):
-   valid_hashes = set(MANIFEST2_HASH_FUNCTIONS)
+   valid_hashes = set(get_valid_checksum_keys())
valid_hashes.add('size')
mytypes = list(self.fhashdict)
mytypes.sort()

diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index 902213014..3be0e8bda 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -11,7 +11,8 @@ import re
 
 import portage
 from portage import eclass_cache, os
-from portage.const import (MANIFEST2_HASH_FUNCTIONS, MANIFEST2_REQUIRED_HASH,
+from portage.checksum import get_valid_checksum_keys
+from portage.const import (MANIFEST2_REQUIRED_HASH,
PORTAGE_BASE_PATH, REPO_NAME_LOC, USER_CONFIG_PATH)
 from portage.eapi import 
eapi_allows_directories_on_profile_level_and_repository_level
 from portage.env.loaders import KeyValuePairFileLoader
@@ -1060,7 +1061,7 @@ def parse_layout_conf(repo_location, repo_name=None):
"layout_filename":layout_filename}),
DeprecationWarning)
unsupported_hashes = manifest_hashes.difference(
-   MANIFEST2_HASH_FUNCTIONS)
+   get_valid_checksum_keys())
if unsupported_hashes:
repo_name = _get_repo_name(repo_location, 
cached=repo_name)
warnings.warn((_("Repository named '%(repo_name)s' has 
a "

diff --git a/repoman/pym/repoman/repos.py b/repoman/pym/repoman/repos.py
index 39f53c180..11a6231de 100644
--- a/repoman/pym/repoman/repos

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

2017-11-06 Thread Michał Górny
commit: 148ef9055f20dfeb2996417575cefeda922b43a9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 07:04:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 14:33:00 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=148ef905

portage.const: Remove obsolete manifest-hashes comment

The comment is based upon the wrong assumption that the world is
Portage-centric. We are keeping the manifest-hashes in layout.conf
indefinitely, and we will most likely take BLAKE2 instead of SHA3.

Reviewed-by: Zac Medico  gentoo.org>

 pym/portage/const.py | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/pym/portage/const.py b/pym/portage/const.py
index cbd2b6042..11e94b0a2 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -207,29 +207,6 @@ EAPI = 6
 HASHING_BLOCKSIZE= 32768
 MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
 
-# Past events:
-#
-# 20120704 - After WHIRLPOOL is supported in stable portage:
-# - Set manifest-hashes in gentoo-x86/metadata/layout.conf as follows:
-# manifest-hashes = SHA256 SHA512 WHIRLPOOL
-# - Add SHA512 and WHIRLPOOL to MANIFEST2_HASH_DEFAULTS.
-# - Remove SHA1 and RMD160 from MANIFEST2_HASH_*.
-#
-# Future events:
-#
-# After WHIRLPOOL is supported in stable portage for at least 1 year:
-# - Change MANIFEST2_REQUIRED_HASH to WHIRLPOOL.
-# - Remove SHA256 from MANIFEST2_HASH_*.
-# - Set manifest-hashes in gentoo-x86/metadata/layout.conf as follows:
-# manifest-hashes = SHA512 WHIRLPOOL
-#
-# After SHA-3 is supported in stable portage:
-# - Set manifest-hashes in gentoo-x86/metadata/layout.conf as follows:
-# manifest-hashes = SHA3 SHA512 WHIRLPOOL
-#
-# After layout.conf settings correspond to defaults in stable portage:
-# - Remove redundant settings from gentoo-x86/metadata/layout.conf.
-
 MANIFEST2_HASH_FUNCTIONS = ("SHA256", "SHA512", "WHIRLPOOL",
"BLAKE2B", "BLAKE2S", "SHA3_256", "SHA3_512",
"STREEBOG256", "STREEBOG512")



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

2017-11-06 Thread Michał Górny
commit: 8fb65220f1c65593f82ea7fbffdd523f0b235334
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 07:12:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 14:33:01 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8fb65220

Remove last traces of Manifest1 code

Reviewed-by: Zac Medico  gentoo.org>

 pym/portage/const.py| 1 -
 pym/portage/manifest.py | 7 ++-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/pym/portage/const.py b/pym/portage/const.py
index 98b7c88c9..0af57d0e2 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -205,7 +205,6 @@ SUPPORTED_FEATURES   = frozenset([
 EAPI = 6
 
 HASHING_BLOCKSIZE= 32768
-MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
 
 MANIFEST2_HASH_DEFAULTS = frozenset(["SHA256", "SHA512", "WHIRLPOOL"])
 MANIFEST2_REQUIRED_HASH  = "SHA512"

diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index 0a68aa653..36c82690c 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -26,7 +26,7 @@ from portage import _unicode_encode
 from portage.exception import DigestException, FileNotFound, \
InvalidDataType, MissingParameter, PermissionDenied, \
PortageException, PortagePackageException
-from portage.const import (MANIFEST1_HASH_FUNCTIONS, MANIFEST2_HASH_DEFAULTS,
+from portage.const import (MANIFEST2_HASH_DEFAULTS,
MANIFEST2_IDENTIFIERS, MANIFEST2_REQUIRED_HASH)
 from portage.localization import _
 
@@ -710,10 +710,7 @@ class Manifest(object):
myfile.close()
for l in lines:
mysplit = l.split()
-   if len(mysplit) == 4 and mysplit[0] in 
MANIFEST1_HASH_FUNCTIONS \
-   and 1 not in rVal:
-   rVal.append(1)
-   elif len(mysplit) > 4 and mysplit[0] in 
MANIFEST2_IDENTIFIERS \
+   if len(mysplit) > 4 and mysplit[0] in 
MANIFEST2_IDENTIFIERS \
and ((len(mysplit) - 3) % 2) == 0 and not 2 in 
rVal:
rVal.append(2)
return rVal



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

2017-11-06 Thread Michał Górny
commit: b04e689fc7c67dbb1ba1f189ad63779c1abf3f87
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 14:19:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 15:10:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04e689f

app-admin/systemrescuecd-x86: Bump to 5.1.2

 app-admin/systemrescuecd-x86/Manifest  |  1 +
 .../systemrescuecd-x86-5.1.2.ebuild| 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/systemrescuecd-x86/Manifest 
b/app-admin/systemrescuecd-x86/Manifest
index 365a340dee5..92123ffc4f7 100644
--- a/app-admin/systemrescuecd-x86/Manifest
+++ b/app-admin/systemrescuecd-x86/Manifest
@@ -28,3 +28,4 @@ DIST systemrescuecd-x86-5.0.3.iso 501446656 SHA256 
e892d3e0aeabec2c435484f0a6913
 DIST systemrescuecd-x86-5.0.4.iso 501141504 SHA256 
3b38c15ec8e2f60348181423b0f445856c8b290aac96e92210f316652d621507 SHA512 
26b624c75f75e181051b164b0a1f24b612d9ac11c2ed8df3e40fd13e48bfa58022be814e4ac608f3fde892eaa99954f10c0e1fb1ef4831a501dc4e1c0c87b764
 WHIRLPOOL 
8a372a13edf76d31d44dfe1167216d2b89b3b75ac7437397341bb7e721b31336cbcedda05f087a0d061ca25b5cb95acd252fa042ce6639852c8795568a4ca128
 DIST systemrescuecd-x86-5.1.0.iso 505047040 SHA256 
49466daab472d29fbbd38ac7d4d36363ecd73e27f7872dde1d67e62e190920d0 SHA512 
15d019bbb91019f1b6d1847fc786e6c02f3f768826241e0823842bca9745ff1fa48fe7d32828f899b90845b2f4ce948a1f98e093edf8ca4c0c39cc0da72b4aa8
 WHIRLPOOL 
5bc909b4c2eea8ffb58f574b120ba07f53361cb4ff2782f214947f5dbccb0f33bc4168ea8a832ba65ebb56a6ea9fb08437af060ec793c6f07c33236bef0f825f
 DIST systemrescuecd-x86-5.1.1.iso 517359616 SHA256 
5ab22119f2ca2e53d28880367e53b887df5cd82599b38d3175870d023455117a SHA512 
a4063305da50ea8b73fb7157f46bf386b80d3ef777adabdcdd944814c801d078fe63778f166b80788b0851549b35bf6ada5940ca5a40a6c1a3e0f4c66efbea91
 WHIRLPOOL 
e49d64915f487c31efc3ecd590965b4fe94b1a65b7c0261f1ccb4d2b0dc4336885398f2d021a670ec0041a3e3ba1d6c1cc524b1db95d1d7e3c6371f3806ca78d
+DIST systemrescuecd-x86-5.1.2.iso 523479040 SHA256 
a67d4ac20c1e02e53f51f97fe337dcd28f0d08ac16c64a65ae9b6664f19b699f SHA512 
516e60632459dd5408f83035aa265ed4169b13f978a23960a85837c9c8b5bbab70776e22a6e6727184bd9df81cbbeff4a5819d5927ff0ff3a79036bc4c54cfdc
 WHIRLPOOL 
5180ea7a00028f724bc4e628152c600e284d9852cbb096d99e116028118e7945aaf082d7b33d8cd12c9b9a56f1e3e8230382cb17151816b668536b2ab7ea2108

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.1.2.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.1.2.ebuild
new file mode 100644
index 000..a15aecbe41c
--- /dev/null
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.1.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
+HOMEPAGE="http://www.sysresccd.org/";
+# Large ISO mirroring explicitly approved by infra in bug #588766
+SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+isohybrid"
+
+DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
+
+S=${WORKDIR}
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${P}.iso"
+
+   if use isohybrid; then
+   set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso"
+   echo "${@}"
+   "${@}" || die "${*} failed"
+   fi
+}
+
+pkg_postinst() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # no version newer than ours? we're the newest!
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   ln -f -s -v "${P}.iso" "${f}" || die
+   fi
+}
+
+pkg_postrm() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # if there is no version newer than ours installed
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   # and we are truly and completely uninstalled...
+   if [[ ! ${REPLACED_BY_VERSION} ]]; then
+   # then find an older version to set the symlink to
+   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
+
+   if [[ ${newest_version} ]]; then
+   # update the symlink
+   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
+   else
+   # last version removed? clean up the symlink
+   rm -v "${f}" || die
+   # and the parent directory
+   rmdir "${f%/*}" || die
+   fi
+   fi
+   fi
+}



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

2017-11-06 Thread Michał Górny
commit: 83276bc43f4ac3d796491e5aa2e526dc578d8abf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 14:25:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 15:10:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83276bc4

sys-apps/paludis: Bump to a fresh snapshot

 sys-apps/paludis/Manifest |   1 +
 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 148 ++
 2 files changed, 149 insertions(+)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 8b4f73a691f..95a789adea2 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,2 +1,3 @@
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
 DIST paludis-3.0.0_pre20170219.tar.xz 1004380 SHA256 
02b9f5e270edc31b967f58615390b3a6c8268ee000d4d1c093aa04651c4e5681 SHA512 
46b970c3585aeba1151442256850d4ad1acd28ca911277459d84dfe2fa480c310e5a9cde83baa7f185a76837b84959ec2d01ee9c4f85ba4a9664993b82d61eb6
 WHIRLPOOL 
8e2384cca652e71bfb5620ed6e6f6b33568342dec1fa2b8403f9074ca83e3a71106de5061cf08240db91fe34d1c779e689bb8057d18a75cabfe641af2d3eb747
+DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 SHA256 
575c528026663c1c2bb89c5f16c488ab48f305756fff80a8524cad6fbb39a5dc SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e
 WHIRLPOOL 
95e2989c401455a10ba34b9690631c467fdf3dd6a08dd7a12d16985234f6698ccce5f3d8d98ba75495fadddc660bb171742b7ce81c122c6eaf6bbd0a33e5df49

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
new file mode 100644
index 000..d0812be22a0
--- /dev/null
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+RUBY_VER=2.3
+
+inherit bash-completion-r1 cmake-utils python-single-r1 user
+
+MY_P=paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891
+DESCRIPTION="paludis, the other package mangler"
+HOMEPAGE="http://paludis.exherbo.org/";
+SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz";
+
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
+LICENSE="GPL-2 vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-admin/eselect-1.2.13
+   >=app-shells/bash-3.2:0
+   dev-libs/libpcre:=[cxx]
+   sys-apps/file:=
+   pbins? ( >=app-arch/libarchive-3.1.2:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
+   ruby? ( dev-lang/ruby:${RUBY_VER} )
+   search-index? ( >=dev-db/sqlite-3:= )
+   xml? ( >=dev-libs/libxml2-2.6:= )"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   >=app-text/asciidoc-8.6.3
+   app-text/htmltidy
+   app-text/xmlto
+   >=sys-devel/gcc-4.7
+   doc? (
+   app-doc/doxygen
+   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
+   )
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
+
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/sandbox"
+
+PDEPEND="app-eselect/eselect-package-manager"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
+RESTRICT="!test? ( test )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if id paludisbuild >/dev/null 2>/dev/null ; then
+   if ! groups paludisbuild | grep --quiet '\' ; then
+   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
+   eerror "'tty' group. You should add the user to 
this group before"
+   eerror "upgrading Paludis."
+   die "Please add paludisbuild to tty group"
+   fi
+   fi
+   fi
+}
+
+pkg_setup() {
+   enewgroup "paludisbuild"
+   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Fix the script shebang on Ruby scripts.
+   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
+   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
+
+   eapply_user
+}
+
+src_configure() {
+   local mycmakear

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

2017-11-06 Thread Lars Wendler
commit: c6e09cb2ff6e103f00017f45ec170a01d28d8f96
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:50:12 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e09cb2

sys-apps/dbus: Bump to version 1.12.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/dbus/Manifest   |   1 +
 sys-apps/dbus/dbus-1.12.0.ebuild | 272 +++
 2 files changed, 273 insertions(+)

diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest
index e153112d5fd..a5ddd73f80b 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -1,3 +1,4 @@
 DIST dbus-1.10.18.tar.gz 1986589 SHA256 
6049ddd5f3f3e2618f615f1faeda0a115104423a7996b7aa73e2f36e38cc514a SHA512 
726f97d0a2016f4f0625ba332e93e2d33bb16857cd35cb6c79da0f44fff297df948c3df62c31ffbec34713a7b85b3ff5b65f31517fe3511ddbd3bf18bd4748ed
 WHIRLPOOL 
ee164e1f6de80595fbfbcbad65d78dab4b91b5ec4e1ce88e1c4015f1c1b531f09796d54db163b2c2eceb3b92261f8a57852d2e0b29f71d9c65f9b91684433d9e
 DIST dbus-1.10.22.tar.gz 1989350 SHA256 
e2b1401e3eedc7b5c9a2034d31254c886e1fcbc7858006e0a1c59158fe4b7b97 SHA512 
c5c0040717ecef66b788c5bcda94463c079502b5004639b3c1e93bb92b4de5d9be8b3fe43e18843f1d9e50411f742ba8a869375b57d479882f8aee46b613c545
 WHIRLPOOL 
efc4a6efc78ac5ce3ba34b512ef4d74fb5f3cda563b4dcead1baf4f2d77d578fb54e8f9e69c1aa6ddf5f776bc050be69f1086428f293c0032f47acbaf9eb
 DIST dbus-1.10.24.tar.gz 1991358 SHA256 
71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b SHA512 
fc0b88b756affdb4fc7a62e84a6f7757121293afeadc38acf8aac48b6c2b82531e136a575be2ab503a39d7669cb7b609a021e20c1064e28c965c091e94c4f68c
 WHIRLPOOL 
a155789d60ee4d92defbf0952310d92f8ed5b51fc9c41d1c0df4e6fbebed363d8a6c526bd9c4a136a4e1c1d2eb3cd00fdfd7bfdceb8defe4b589f4cd9d90489d
+DIST dbus-1.12.0.tar.gz 2062151 SHA256 
39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0 SHA512 
e9a65ac8fb6ded25872e2a84027182a854c81b03c5b6beaaa5012854b8f0a499175757eea3f47a0752a159de353d485664fe5d05903af7ce51ff891f9a6dbac0
 WHIRLPOOL 
8c065973ea280f990952d9088dbe53df091293f90617b1b26f4710b7d32aca1fd950d0ab6e55db13aa576afc00eaf0fac10edd7c6e0a30394872073f84892a07

diff --git a/sys-apps/dbus/dbus-1.12.0.ebuild b/sys-apps/dbus/dbus-1.12.0.ebuild
new file mode 100644
index 000..2843e6c8ae9
--- /dev/null
+++ b/sys-apps/dbus/dbus-1.12.0.ebuild
@@ -0,0 +1,272 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit autotools ltprune linux-info flag-o-matic python-any-r1 
readme.gentoo-r1 systemd virtualx user multilib-minimal
+
+DESCRIPTION="A message bus system, a simple way for applications to talk to 
each other"
+HOMEPAGE="https://dbus.freedesktop.org/";
+SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz";
+
+LICENSE="|| ( AFL-2.1 GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="debug doc elogind selinux static-libs systemd test user-session X"
+
+#RESTRICT="test"
+
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   test? ( debug )
+"
+
+CDEPEND="
+   >=dev-libs/expat-2.1.0
+   selinux? ( sys-libs/libselinux )
+   elogind? ( sys-auth/elogind )
+   systemd? ( sys-apps/systemd:0= )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXt
+   )
+"
+DEPEND="${CDEPEND}
+   app-text/xmlto
+   app-text/docbook-xml-dtd:4.4
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? (
+   >=dev-libs/glib-2.40:2
+   ${PYTHON_DEPS}
+   )
+"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-dbus )
+"
+
+DOC_CONTENTS="
+   Some applications require a session bus in addition to the system
+   bus. Please see \`man dbus-launch\` for more information.
+"
+
+# out of sources build dir for make check
+TBD="${WORKDIR}/${P}-tests-build"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-enable-elogind.patch"
+)
+
+pkg_setup() {
+   enewgroup messagebus
+   enewuser messagebus -1 -1 -1 messagebus
+
+   use test && python-any-r1_pkg_setup
+
+   if use kernel_linux; then
+   CONFIG_CHECK="~EPOLL"
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   # Tests were restricted because of this
+   sed -i \
+   -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess 
noise\\n");/' \
+   -e '/"dispatch"/d' \
+   bus/test-main.c || die
+
+   default
+
+   # required for bug 263909, cross-compile so don't remove eautoreconf
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local docconf myconf
+
+   # so we can get backtraces from apps
+ 

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

2017-11-06 Thread Lars Wendler
commit: acd8b6730bd69ef57af0d403cba131f3504e657e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 13:49:08 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd8b673

media-libs/faac: Bump to version 1.29.9

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/faac/Manifest   |  1 +
 media-libs/faac/faac-1.29.9.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/media-libs/faac/Manifest b/media-libs/faac/Manifest
index b8c4ea70ef1..f17b8b99b28 100644
--- a/media-libs/faac/Manifest
+++ b/media-libs/faac/Manifest
@@ -2,3 +2,4 @@ DIST faac-1.28.tar.gz 678891 SHA256 
c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f
 DIST faac-1.29.7.8.tar.gz 477443 SHA256 
316fff598764b93485dc5fb41379768b8c6934887e0e30ce28b1da487251 SHA512 
b837e2a884eb86e70e812404109b6ff5d25c60dd5f98275ed7515836f67afe19c940a4b2574d7fcf7bebc793f5bb509c6ebad37281fe1addf95f815e00ea41a6
 WHIRLPOOL 
201822a65b0f3855b148a01ec761ef6ee50bbbee18649a41a3a1d03c45096959ac7c2177beaa455f37654290318d708b20880150a67c2b54f5762d2950bc2c69
 DIST faac-1.29.8.3.tar.gz 483404 SHA256 
3d85267b394dd8ebd5dd88845b25bc5e5e4fc88ac5affb8a2807f50368dc3b41 SHA512 
2f17d87245c5cdb1ea37f21fb67f5a239f24133bb863bd635bb1f223d8d54c13d23ad43e93954a89361109c39b01e3b506ee791ffdf52741f76feb8bd1ed316c
 WHIRLPOOL 
72f601a8c1ef9901e0037db9dc99a873997bce366ce79aef5d08fc5fa2edb7baeeb0c9738d416cd058720b2a52d14288410ce51beba76d864b45fff30a6526e0
 DIST faac-1.29.8.tar.gz 470998 SHA256 
ea0d508cd1aa9d1c00998fa922dc8a4a1535892c204483cba27e5d55bec48973 SHA512 
aff0a87f12aba69564956a4d19f56234e38e6cc60f19d77203fb731d31f7aa8763efbd3a636fdcf84229df8c9a9b99666dd667ef5ae5745b41cfd1fd863b79d0
 WHIRLPOOL 
d159af80f7fa4edc1234fab65178060b8ccc370069ec40f56d68f7a71fbd56b94ff33383da7232e98687ac8426de81685ec72301a3a5c1eca566c01de426730d
+DIST faac-1.29.9.tar.gz 483674 SHA256 
238cb4453b6fe4eebaffb326e40a63786a155e349955c4259925006fa1e2839e SHA512 
69c05fc426c5d2eb881e8c6e5ebaf1d28452b2ae11a6f5216eefc0a8a97f784a2481e6100db2746d12749ac7b6c7d01b03531dc83ce0e06d4463e6f9556fd597
 WHIRLPOOL 
1adf97b6e4a09905731e1e55a46d6e845a7a2bafe910a7405a2cd4c60e1e62e36e06fc01e97b66fc0978b2425f903d2e8fd53b83d0cf6af61344f6e678a5377c

diff --git a/media-libs/faac/faac-1.29.9.ebuild 
b/media-libs/faac/faac-1.29.9.ebuild
new file mode 100644
index 000..384836d70d7
--- /dev/null
+++ b/media-libs/faac/faac-1.29.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# eutils for einstalldocs
+inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
+
+DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
+HOMEPAGE="http://www.audiocoding.com";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1 MPEG-4"
+SLOT="0"
+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="static-libs"
+
+DEPEND="${RDEPEND}"
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#466984
+
+   eautoreconf
+   epunt_cxx
+}
+
+multilib_src_configure() {
+   local myconf=(
+   $(use_enable static-libs static)
+   )
+
+   ECONF_SOURCE="${S}" econf ${myconf[@]}
+
+   # do not build the frontend for non default abis
+   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
+   sed -i -e 's/frontend//' Makefile || die
+   fi
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/poppler/files/, app-text/poppler/

2017-11-06 Thread Lars Wendler
commit: afcaa4c7bf59fb9e3b89b88fd03cbb98c1465a42
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 15:05:23 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcaa4c7

app-text/poppler: Bump to version 0.61.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/poppler/Manifest  |   1 +
 .../files/poppler-0.61.0-respect-cflags.patch  |  55 
 app-text/poppler/poppler-0.61.0.ebuild | 146 +
 3 files changed, 202 insertions(+)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index a12dbceeb42..bd59768ed12 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -3,3 +3,4 @@ DIST poppler-0.57.0.tar.xz 1703300 SHA256 
0ea37de71b7db78212ebc79df59f99b66409a2
 DIST poppler-0.58.0.tar.xz 1710412 SHA256 
0e42e46419ae54b02d9f2b527c6475b6011d15816918b9057dfa3aae211af832 SHA512 
0675846fc99578925840cbb17083463da6ea54f7de348b946ae7d4480d9d87bd4b5069392b23a8b9bbafe0aafafaf5a200134be52d0832558104cb4aa2497aee
 WHIRLPOOL 
658f7dfbb786c2e09558f7e89ef0832db4ff32eaef08b7360fbf468236db01b44e33374424df6b64c17f018d7b10f61e151c08026652628d387958143a5a3837
 DIST poppler-0.59.0.tar.xz 1712004 SHA256 
a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641 SHA512 
23777922dc95feee2a4459281081b37e124a39fc25cd00c2c3fc206f5484c13eb9ac5317f674fbbcb51e384f9a53e38b4cacbf1426c68d2bae21a7cefbc48a0e
 WHIRLPOOL 
82ec203c17e2b2544cc0ac12d0b22bb051abf776114d17e1548f47d5e38ff289dee2e9c4b27dc16e3953b6f5b5ff0e0eeecfba73561dbc396ee0db7c5a4847e2
 DIST poppler-0.60.1.tar.xz 1432712 SHA256 
19f185e05c3b59b4a1de2cec8ef39f5446035493d17bbed41d02fb9a77c8a93c SHA512 
db73524b7413dddee38d5a049f3926338ee123b8fc4893d80ee9cf5aaae47c8c7b75b112293b156cd375894e548ec68e5fbf4af305e77b43bc3868ad1c966cdc
 WHIRLPOOL 
fe1fe7a3f0c0bac57c7503ad183fe2e8e2f0378c4dedc0dadbc6dcfaeaf8044bf387256742a970af5ed9e2704e42c35e996957e765eeff1aca4bedcc427ae6a7
+DIST poppler-0.61.0.tar.xz 1432952 SHA256 
53cde17a2afa3b73eb8b209d24e4369b52bfac444065dbb0a8cbcc7356582b7f SHA512 
d65a7ed87c8b87ee9a6b15ace90114c1538af29669a0bd6688895876f1fb726d38ddc4f686efdf5a33fc2a950cab10ca032dcd8f42ef5941b3b089239c6b11f5
 WHIRLPOOL 
56848f1248f42066c3fa76b617c9f24411209376fa088b39ee3a630ffb7a6368fa188050118f17b09af77a4ab6495e310edefc6c4f9dfd2082ef4d57eb902c0f

diff --git a/app-text/poppler/files/poppler-0.61.0-respect-cflags.patch 
b/app-text/poppler/files/poppler-0.61.0-respect-cflags.patch
new file mode 100644
index 000..a75b84b482f
--- /dev/null
+++ b/app-text/poppler/files/poppler-0.61.0-respect-cflags.patch
@@ -0,0 +1,55 @@
+--- poppler-0.61.0/cmake/modules/PopplerMacros.cmake
 poppler-0.61.0/cmake/modules/PopplerMacros.cmake
+@@ -98,8 +98,6 @@
+   set(CMAKE_BUILD_TYPE RelWithDebInfo)
+ endif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
+ 
+-if(CMAKE_COMPILER_IS_GNUCXX)
+-  # set the default compile warnings
+   set(_warn "-Wall -Wextra -Wpedantic")
+   set(_warn "${_warn} -Wno-unused-parameter -Wno-missing-field-initializers")
+   set(_warn "${_warn} -Wcast-align")
+@@ -124,39 +122,6 @@
+   set(DEFAULT_COMPILE_WARNINGS "${_warn}")
+   set(DEFAULT_COMPILE_WARNINGS_EXTRA "${_warn} ${_warnx}")
+ 
+-  set(_save_cxxflags "${CMAKE_CXX_FLAGS}")
+-  set(CMAKE_CXX_FLAGS"-fno-exceptions -fno-check-new 
-fno-common -D_DEFAULT_SOURCE")
+-  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g ${_save_cxxflags}")
+-  set(CMAKE_CXX_FLAGS_RELEASE"-O2 -DNDEBUG ${_save_cxxflags}")
+-  set(CMAKE_CXX_FLAGS_DEBUG  "-g -O2 -fno-reorder-blocks 
-fno-schedule-insns -fno-inline ${_save_cxxflags}")
+-  set(CMAKE_CXX_FLAGS_DEBUGFULL  "-g3 -fno-inline ${_save_cxxflags}")
+-  set(CMAKE_CXX_FLAGS_PROFILE"-g3 -fno-inline -ftest-coverage 
-fprofile-arcs ${_save_cxxflags}")
+-  set(_save_cflags "${CMAKE_C_FLAGS}")
+-  set(CMAKE_C_FLAGS  "-std=c99 -D_DEFAULT_SOURCE")
+-  set(CMAKE_C_FLAGS_RELWITHDEBINFO   "-O2 -g ${_save_cflags}")
+-  set(CMAKE_C_FLAGS_RELEASE  "-O2 -DNDEBUG ${_save_cflags}")
+-  set(CMAKE_C_FLAGS_DEBUG"-g -O2 -fno-reorder-blocks 
-fno-schedule-insns -fno-inline ${_save_cflags}")
+-  set(CMAKE_C_FLAGS_DEBUGFULL"-g3 -fno-inline ${_save_cflags}")
+-  set(CMAKE_C_FLAGS_PROFILE  "-g3 -fno-inline -ftest-coverage 
-fprofile-arcs ${_save_cflags}")
+-
+-  poppler_check_link_flag("-Wl,--as-needed" GCC_HAS_AS_NEEDED)
+-  if(GCC_HAS_AS_NEEDED)
+-set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} 
-Wl,--as-needed")
+-set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} 
-Wl,--as-needed")
+-set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--as-needed")
+-  endif(GCC_HAS_AS_NEEDED)
+-endif (CMAKE_COMPILER_IS_GNUCXX)
+-
+-if(CMAKE_C_COMPILER MATCHES "icc")
+-  set(_save_cxxflags "${CMAKE_CXX_FLAGS}")
+-  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g ${_

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

2017-11-06 Thread Lars Wendler
commit: c8c2fe6e233f4f79fab05db6e293baabd8e90f2d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:24:09 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2fe6e

media-video/smplayer: Bump to version 17.11.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-video/smplayer/Manifest|   1 +
 media-video/smplayer/smplayer-17.11.0.ebuild | 130 +++
 2 files changed, 131 insertions(+)

diff --git a/media-video/smplayer/Manifest b/media-video/smplayer/Manifest
index a5cfaf0ee1d..2985ffca312 100644
--- a/media-video/smplayer/Manifest
+++ b/media-video/smplayer/Manifest
@@ -1,3 +1,4 @@
 DIST smplayer-16.11.0.tar.bz2 4254170 SHA256 
e53a5d8b4d66fb0b7eb73053ef0bfdd2d942b79a16f8cc8d3d0b0771c7c80b5a SHA512 
13776ff134c4c91747fa9432080a4ea876d5d5a134b91dde48d0f0e75c280ef6d19067906e4e850da3b1b2287214914528743495cccf7cbda310bc51682b478c
 WHIRLPOOL 
eadbf8af0247892dcaa38fd278b2316457626d573f10319d986e77aa0a58ef42cdc783efa95feffe292a38ebbb4b65d7203cabbc57f0332be711f9683c161139
 DIST smplayer-17.10.0.tar.bz2 5050760 SHA256 
3d40a999343c647cc758a8d5026be9d355dcc84317700128578e51db9f982375 SHA512 
c06f8e6043a870291cc29eba57b8bb5034fbceb19b24987751467e874a00d4e95f57933708d71375fdc38fdc32de68d77a7d9180c3eee1f9011eb1cfa421bbb0
 WHIRLPOOL 
b4738ce430fadf60c743a05dcf1e491ec37d88a4ff83db75ac238f479a6031efe8bfd1a70af389cf2bd22cfd5236adb4e22e7c7a23321a53966e9a1f738d0db2
 DIST smplayer-17.10.2.tar.bz2 5030251 SHA256 
48d2f3b72bb8881a37ab9204329160c3bdfc0bbfff248c6dc9407e2dd35b8396 SHA512 
ca90d5c0143411ebb613ece4a0675eb3a1f7265b4c05f99196e9cee354fd1e903435ae6010bdef360f8d78611c640ba0061e28ff4308cbf635090346bba0268c
 WHIRLPOOL 
cc427e40dfa43ed86d0dcc663c357c46e5c7ce3c1e3313e896e9640e8bd0d9ecdb83d04ef076c464ae4dc16b11bbfe5240b23668574342ec49dcab5d8ffbff75
+DIST smplayer-17.11.0.tar.bz2 5033817 SHA256 
29e4dba22bdd77bd685ff732ba64668bd92d7a1f75045b325d096bb6c45e5757 SHA512 
a51b49f92da21abe0a81bb07db5b5dd13d80ee86a488783acf8bacbe389dffb7dac123780d7492d2b20cdaf6727a9672d89c7d09d18674fc142ba2aa65a21754
 WHIRLPOOL 
238f04841a8827baec72b79ba3ac90c36f23d2f9901024a17b8538c68af4017a92d7f4586f52f1451cbe964b90e064325ec3cfb209d566ed66d0f56c48877c89

diff --git a/media-video/smplayer/smplayer-17.11.0.ebuild 
b/media-video/smplayer/smplayer-17.11.0.ebuild
new file mode 100644
index 000..2611d969dfa
--- /dev/null
+++ b/media-video/smplayer/smplayer-17.11.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="am ar_SY ar bg ca cs da de el en_GB en en_US es et eu fa fi fr gl
+he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU
+sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW"
+PLOCALE_BACKUP="en_US"
+
+inherit l10n qmake-utils xdg-utils
+
+DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
+HOMEPAGE="http://www.smplayer.eu/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+ BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+IUSE="autoshutdown bidi debug mpris"
+
+COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtscript:5
+   dev-qt/qtsingleapplication[X,qt5]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+   autoshutdown? ( dev-qt/qtdbus:5 )
+   mpris? ( dev-qt/qtdbus:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${COMMON_DEPEND}
+   || (
+   media-video/mplayer[bidi?,libass,png,X]
+   (
+   >=media-video/mpv-0.15.0[libass,X]
+   >=net-misc/youtube-dl-2014.11.26
+   )
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-14.9.0.6966-unbundle-qtsingleapplication.patch" # 
bug 487544
+   "${FILESDIR}/${PN}-17.1.0-advertisement_crap.patch"
+)
+
+src_prepare() {
+   use bidi || PATCHES+=( "${FILESDIR}"/${PN}-16.4.0-zero-bidi.patch )
+
+   default
+
+   # Upstream Makefile sucks
+   sed -i -e "/^PREFIX=/ s:/usr/local:${EPREFIX}/usr:" \
+   -e "/^DOC_PATH=/ s:packages/smplayer:${PF}:" \
+   -e '/\.\/get_svn_revision\.sh/,+2c\
+   cd src && $(DEFS) $(MAKE)' \
+   Makefile || die
+
+   # Turn off online update checker, bug #479902
+   sed -e 's:DEFINES += UPDATE_CHECKER:#&:' \
+   -e 's:DEFINES += CHECK_UPGRADED:#&:' \
+   -i src/smplayer.pro || die
+
+   # Turn off intrusive share widget
+   sed -e 's:DEFINES += SHARE_WIDGET:#&:' \
+   -i src/smplayer.pro || die
+
+   # Toggle autoshutdown option which pulls in dbus, bug #524392
+   if ! use autoshutdown ; then
+   sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#&:' \
+   -i src/smplayer.pro || 

[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-11-06 Thread Lars Wendler
commit: 0cb24f7c44e1aee51499f8d4e7a9069cdeb31eb0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:07:31 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb24f7c

games-rpg/manaplus: Bump to version 1.7.10.28

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 games-rpg/manaplus/Manifest  |  1 +
 games-rpg/manaplus/manaplus-1.7.10.28.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
index 3cb981aac5c..593477cc07c 100644
--- a/games-rpg/manaplus/Manifest
+++ b/games-rpg/manaplus/Manifest
@@ -1,2 +1,3 @@
 DIST manaplus-1.7.10.14.tar.xz 14932496 SHA256 
0a59af85953b1f73de8d1e2ff0be567167088ce8342e30537f49dc8784597f04 SHA512 
9be542c0defb7affe7a01e071c152c854a9cc0a16179c967cb1980ebc3ee837004beb991fc9f603424797bf54146e04eee3221d233f448966afac4c784db
 WHIRLPOOL 
7a311174b9c537c6964f519c6889348ccc929225d7466cfbd2a6b643155a2dbbb1cb8332ad8b9bcc7804d9dd0bf6d9b1cb1368692faa35e612f6a5a0575465be
+DIST manaplus-1.7.10.28.tar.xz 14931048 SHA256 
381cbaeeff1295b48fd19b603c1c7c3094153da9ec71cb3f0405b73cee9d6b00 SHA512 
8babb8c1f6a1870672a1058aa50435964a32c23dfa1227f645cae36e50e32bef8d3708ddc51f682368801026152035b624be7d0e60096b2a8025ef8b3aa2036e
 WHIRLPOOL 
b1f8e0b212f19409451ea5f338a400cf06ff52c5a33f4b060e192f139087d9ed8be76c17797697300224d216d5e4035cd3a8d089d06a7ac97598a2a608dff264
 DIST manaplus-1.7.9.30.tar.xz 14930020 SHA256 
1ae531f2e049a26edbb8f373348c620d2f3761cefb6a49a9a4399e0f40cd9c6a SHA512 
5be99c4199de09e05472f4c835466932693f5a86f3bfc7d79426c96adfeb3f6e4e647f511ab0c9c31433e3ed481e6df5a7a83abf50784587b8b95493c1391646
 WHIRLPOOL 
af62630410a1d276d6ff5408aaf4bce3b13c6fd3bc2a2aa09176987175cecc8d0e621dd75c27c5e176abae73ef27651fac60f841861fb17ddb899cd0954d0598

diff --git a/games-rpg/manaplus/manaplus-1.7.10.28.ebuild 
b/games-rpg/manaplus/manaplus-1.7.10.28.ebuild
new file mode 100644
index 000..2d5897b5d6f
--- /dev/null
+++ b/games-rpg/manaplus/manaplus-1.7.10.28.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
+HOMEPAGE="http://manaplus.evolonline.org";
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
+else
+   
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="mumble nls opengl pugixml +sdl2 test"
+
+RDEPEND="
+   >=dev-games/physfs-1.0.0
+   media-fonts/dejavu
+   media-fonts/liberation-fonts
+   media-fonts/mplus-outline-fonts
+   media-fonts/wqy-microhei
+   media-libs/libpng:0=
+   net-misc/curl
+   sys-libs/zlib
+   x11-apps/xmessage
+   x11-libs/libX11
+   x11-misc/xdg-utils
+   mumble? ( media-sound/mumble )
+   nls? ( virtual/libintl )
+   opengl? ( virtual/opengl )
+   pugixml? ( dev-libs/pugixml )
+   !pugixml? ( dev-libs/libxml2 )
+   sdl2? (
+   media-libs/libsdl2[X,opengl?,video]
+   media-libs/sdl2-gfx
+   media-libs/sdl2-image[png]
+   media-libs/sdl2-mixer[vorbis]
+   media-libs/sdl2-net
+   media-libs/sdl2-ttf
+   )
+   !sdl2? (
+   media-libs/libsdl[X,opengl?,video]
+   media-libs/sdl-gfx
+   media-libs/sdl-image[png]
+   media-libs/sdl-mixer[vorbis]
+   media-libs/sdl-net
+   media-libs/sdl-ttf
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]] ; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localedir=/usr/share/locale
+   --without-internalsdlgfx
+   $(use_with mumble)
+   $(use_enable nls)
+   $(use_with opengl)
+   --enable-libxml=$(usex pugixml pugixml libxml)
+   $(use_with sdl2)
+   $(use_enable test unittests)
+   )
+   CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   local destpath="/usr/share/${PN}"
+   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
"${destpath}"/data/fonts/dejavusans-bold.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
"${destpath}"/data/fonts/dejavusans.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
"${destpath}"/data/fonts/dejavusansmono-bold.ttf
+   dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
"${destpath}"/data/fonts/dejavusansmono.ttf
+   dosym /usr/share/fonts/dejavu/D

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

2017-11-06 Thread Lars Wendler
commit: eca6451fd422166af5c00bf6d3d7b543a3323f77
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:17:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca6451f

media-sound/kid3: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/kid3/Manifest  |  1 -
 media-sound/kid3/kid3-3.4.5.ebuild | 96 --
 2 files changed, 97 deletions(-)

diff --git a/media-sound/kid3/Manifest b/media-sound/kid3/Manifest
index 6f2b0024f16..eda9300f47b 100644
--- a/media-sound/kid3/Manifest
+++ b/media-sound/kid3/Manifest
@@ -1,3 +1,2 @@
-DIST kid3-3.4.5.tar.gz 1376570 SHA256 
0d703b0b8c2538eba1f8f540a87e13a4bf61f715ef9cd1253f18417ebb096404 SHA512 
36ffb45dd6689f252021cb9cda667f28810fb1d7da77179ef6abc80031b7a0dfaa445776c8e3586000d774bc608395fff0854d867c9e1e52676409f78a515ae3
 WHIRLPOOL 
eeb0d29b9a30685ca6bdb4064216efbea48cb35de8056c7cf60956801129455e2145842e9cd52d8a4e99a099752d70e31e09307454ac25ce2c8d4d1bbc122199
 DIST kid3-3.5.0.tar.gz 1414288 SHA256 
0f1a3a003de180e58ef53c3db6f5caf07f5415cfd22ec2c57cbd9791d5a54fd6 SHA512 
a70aef4c775ec8a2d760856fdda38394384d71fbfb5847ba4da2d6396a1167c740a57a5609ef99a06ca99c090de974e91a87b13344f2e123b33842c51860cf34
 WHIRLPOOL 
ae9a2c73d5127a5d44bb32b1fac99ecc096f850004228995ff67d4528a975a463386d1906f2146d1c6683011ae57513f83623bb770acc9441a51c8733fb76c68
 DIST kid3-3.5.1.tar.gz 1414829 SHA256 
88c20826deb13f81bcdfa7033a4b9ff9ca8957112b2fa2ccc0a9a1076df73926 SHA512 
7f1fbd6d1d576d23f9b57b35101fb2e9ea23dec5b5506e25ec5a94dc8516d25b69b4dddb4a9b4835b2502d0a07087c245380483571a68e5972f98ca8ca58
 WHIRLPOOL 
ca18db7b2f5e9850956f9df5db6ae958c8558f80ab40e137c0304ced2ce1b3520b7aede0a593ffe50f54d56e5bcb60d6a570db620b3929cb1f0e22f3f17fa479

diff --git a/media-sound/kid3/kid3-3.4.5.ebuild 
b/media-sound/kid3/kid3-3.4.5.ebuild
deleted file mode 100644
index 5766131f8eb..000
--- a/media-sound/kid3/kid3-3.4.5.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="false" # buildsystem applies broken python hacks, bug #614950
-inherit kde5
-
-DESCRIPTION="Simple tag editor based on Qt"
-HOMEPAGE="http://kid3.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 x86"
-IUSE="acoustid flac kde mp3 mp4 +taglib vorbis"
-
-REQUIRED_USE="flac? ( vorbis )"
-
-COMMON_DEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtmultimedia)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   sys-libs/readline:0=
-   acoustid? (
-   media-libs/chromaprint
-   virtual/ffmpeg
-   )
-   flac? (
-   media-libs/flac[cxx]
-   media-libs/libvorbis
-   )
-   kde? (
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   )
-   mp3? ( media-libs/id3lib )
-   mp4? ( media-libs/libmp4v2:0 )
-   taglib? ( >=media-libs/taglib-1.9.1 )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   !media-sound/kid3:4
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep linguist-tools)
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.3.2-libdir.patch"
-   "${FILESDIR}/${PN}-3.4.4-deps.patch"
-)
-
-src_prepare() {
-   # overengineered upstream build system
-   # kde5 eclass src_prepare leads to compile failure
-
-   # only enable handbook when required
-   if ! use_if_iuse handbook ; then
-   cmake_comment_add_subdirectory ${KDE_DOC_DIR}
-   fi
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_PHONON=OFF
-   -DWITH_QT4=OFF
-   -DWITH_QT5=ON
-   -DWITH_CHROMAPRINT=$(usex acoustid)
-   -DWITH_FLAC=$(usex flac)
-   -DWITH_ID3LIB=$(usex mp3)
-   -DWITH_MP4V2=$(usex mp4)
-   -DWITH_TAGLIB=$(usex taglib)
-   -DWITH_VORBIS=$(usex vorbis)
-   )
-
-   if use kde ; then
-   mycmakeargs+=( "-DWITH_APPS=KDE;CLI" )
-   else
-   mycmakeargs+=( "-DWITH_APPS=Qt;CLI" )
-   fi
-
-   kde5_src_configure
-}



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

2017-11-06 Thread Lars Wendler
commit: 74150602559274a3835da359fd5c08044ab71bc5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:50:40 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74150602

sys-apps/dbus: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/dbus/Manifest|   1 -
 sys-apps/dbus/dbus-1.10.22.ebuild | 270 --
 2 files changed, 271 deletions(-)

diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest
index a5ddd73f80b..08e36cd502d 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -1,4 +1,3 @@
 DIST dbus-1.10.18.tar.gz 1986589 SHA256 
6049ddd5f3f3e2618f615f1faeda0a115104423a7996b7aa73e2f36e38cc514a SHA512 
726f97d0a2016f4f0625ba332e93e2d33bb16857cd35cb6c79da0f44fff297df948c3df62c31ffbec34713a7b85b3ff5b65f31517fe3511ddbd3bf18bd4748ed
 WHIRLPOOL 
ee164e1f6de80595fbfbcbad65d78dab4b91b5ec4e1ce88e1c4015f1c1b531f09796d54db163b2c2eceb3b92261f8a57852d2e0b29f71d9c65f9b91684433d9e
-DIST dbus-1.10.22.tar.gz 1989350 SHA256 
e2b1401e3eedc7b5c9a2034d31254c886e1fcbc7858006e0a1c59158fe4b7b97 SHA512 
c5c0040717ecef66b788c5bcda94463c079502b5004639b3c1e93bb92b4de5d9be8b3fe43e18843f1d9e50411f742ba8a869375b57d479882f8aee46b613c545
 WHIRLPOOL 
efc4a6efc78ac5ce3ba34b512ef4d74fb5f3cda563b4dcead1baf4f2d77d578fb54e8f9e69c1aa6ddf5f776bc050be69f1086428f293c0032f47acbaf9eb
 DIST dbus-1.10.24.tar.gz 1991358 SHA256 
71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b SHA512 
fc0b88b756affdb4fc7a62e84a6f7757121293afeadc38acf8aac48b6c2b82531e136a575be2ab503a39d7669cb7b609a021e20c1064e28c965c091e94c4f68c
 WHIRLPOOL 
a155789d60ee4d92defbf0952310d92f8ed5b51fc9c41d1c0df4e6fbebed363d8a6c526bd9c4a136a4e1c1d2eb3cd00fdfd7bfdceb8defe4b589f4cd9d90489d
 DIST dbus-1.12.0.tar.gz 2062151 SHA256 
39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0 SHA512 
e9a65ac8fb6ded25872e2a84027182a854c81b03c5b6beaaa5012854b8f0a499175757eea3f47a0752a159de353d485664fe5d05903af7ce51ff891f9a6dbac0
 WHIRLPOOL 
8c065973ea280f990952d9088dbe53df091293f90617b1b26f4710b7d32aca1fd950d0ab6e55db13aa576afc00eaf0fac10edd7c6e0a30394872073f84892a07

diff --git a/sys-apps/dbus/dbus-1.10.22.ebuild 
b/sys-apps/dbus/dbus-1.10.22.ebuild
deleted file mode 100644
index cbd855261fc..000
--- a/sys-apps/dbus/dbus-1.10.22.ebuild
+++ /dev/null
@@ -1,270 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit autotools ltprune linux-info flag-o-matic python-any-r1 
readme.gentoo-r1 systemd virtualx user multilib-minimal
-
-DESCRIPTION="A message bus system, a simple way for applications to talk to 
each other"
-HOMEPAGE="https://dbus.freedesktop.org/";
-SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz";
-
-LICENSE="|| ( AFL-2.1 GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="debug doc elogind selinux static-libs systemd test user-session X"
-
-#RESTRICT="test"
-
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   test? ( debug )
-"
-
-CDEPEND="
-   >=dev-libs/expat-2
-   selinux? ( sys-libs/libselinux )
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd:0= )
-   X? (
-   x11-libs/libX11
-   x11-libs/libXt
-   )
-"
-DEPEND="${CDEPEND}
-   app-text/xmlto
-   app-text/docbook-xml-dtd:4.4
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? (
-   >=dev-libs/glib-2.36:2
-   ${PYTHON_DEPS}
-   )
-"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-dbus )
-"
-
-DOC_CONTENTS="
-   Some applications require a session bus in addition to the system
-   bus. Please see \`man dbus-launch\` for more information.
-"
-
-# out of sources build dir for make check
-TBD="${WORKDIR}/${P}-tests-build"
-
-pkg_setup() {
-   enewgroup messagebus
-   enewuser messagebus -1 -1 -1 messagebus
-
-   use test && python-any-r1_pkg_setup
-
-   if use kernel_linux; then
-   CONFIG_CHECK="~EPOLL"
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   # Tests were restricted because of this
-   sed -i \
-   -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess 
noise\\n");/' \
-   -e '/"dispatch"/d' \
-   bus/test-main.c || die
-
-   eapply "${FILESDIR}/${PN}-enable-elogind.patch"
-
-   eapply_user
-
-   # required for bug 263909, cross-compile so don't remove eautoreconf
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local docconf myconf
-
-   # so we can get backtraces from apps
-   cas

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

2017-11-06 Thread Lars Wendler
commit: 18c97cbc885a58b40a40640761328a72997e8001
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:25:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c97cbc

media-video/smplayer: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-video/smplayer/Manifest|   1 -
 media-video/smplayer/smplayer-17.10.0.ebuild | 122 ---
 2 files changed, 123 deletions(-)

diff --git a/media-video/smplayer/Manifest b/media-video/smplayer/Manifest
index 2985ffca312..82d2bb904ff 100644
--- a/media-video/smplayer/Manifest
+++ b/media-video/smplayer/Manifest
@@ -1,4 +1,3 @@
 DIST smplayer-16.11.0.tar.bz2 4254170 SHA256 
e53a5d8b4d66fb0b7eb73053ef0bfdd2d942b79a16f8cc8d3d0b0771c7c80b5a SHA512 
13776ff134c4c91747fa9432080a4ea876d5d5a134b91dde48d0f0e75c280ef6d19067906e4e850da3b1b2287214914528743495cccf7cbda310bc51682b478c
 WHIRLPOOL 
eadbf8af0247892dcaa38fd278b2316457626d573f10319d986e77aa0a58ef42cdc783efa95feffe292a38ebbb4b65d7203cabbc57f0332be711f9683c161139
-DIST smplayer-17.10.0.tar.bz2 5050760 SHA256 
3d40a999343c647cc758a8d5026be9d355dcc84317700128578e51db9f982375 SHA512 
c06f8e6043a870291cc29eba57b8bb5034fbceb19b24987751467e874a00d4e95f57933708d71375fdc38fdc32de68d77a7d9180c3eee1f9011eb1cfa421bbb0
 WHIRLPOOL 
b4738ce430fadf60c743a05dcf1e491ec37d88a4ff83db75ac238f479a6031efe8bfd1a70af389cf2bd22cfd5236adb4e22e7c7a23321a53966e9a1f738d0db2
 DIST smplayer-17.10.2.tar.bz2 5030251 SHA256 
48d2f3b72bb8881a37ab9204329160c3bdfc0bbfff248c6dc9407e2dd35b8396 SHA512 
ca90d5c0143411ebb613ece4a0675eb3a1f7265b4c05f99196e9cee354fd1e903435ae6010bdef360f8d78611c640ba0061e28ff4308cbf635090346bba0268c
 WHIRLPOOL 
cc427e40dfa43ed86d0dcc663c357c46e5c7ce3c1e3313e896e9640e8bd0d9ecdb83d04ef076c464ae4dc16b11bbfe5240b23668574342ec49dcab5d8ffbff75
 DIST smplayer-17.11.0.tar.bz2 5033817 SHA256 
29e4dba22bdd77bd685ff732ba64668bd92d7a1f75045b325d096bb6c45e5757 SHA512 
a51b49f92da21abe0a81bb07db5b5dd13d80ee86a488783acf8bacbe389dffb7dac123780d7492d2b20cdaf6727a9672d89c7d09d18674fc142ba2aa65a21754
 WHIRLPOOL 
238f04841a8827baec72b79ba3ac90c36f23d2f9901024a17b8538c68af4017a92d7f4586f52f1451cbe964b90e064325ec3cfb209d566ed66d0f56c48877c89

diff --git a/media-video/smplayer/smplayer-17.10.0.ebuild 
b/media-video/smplayer/smplayer-17.10.0.ebuild
deleted file mode 100644
index 13741f5b2b1..000
--- a/media-video/smplayer/smplayer-17.10.0.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="am ar_SY ar bg ca cs da de el en_GB en en_US es et eu fa fi fr gl
-he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU
-sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW"
-PLOCALE_BACKUP="en_US"
-
-inherit l10n qmake-utils
-
-DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
-HOMEPAGE="http://www.smplayer.eu/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
-IUSE="autoshutdown bidi debug mpris"
-
-COMMON_DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtscript:5
-   dev-qt/qtsingleapplication[X,qt5]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   sys-libs/zlib
-   autoshutdown? ( dev-qt/qtdbus:5 )
-   mpris? ( dev-qt/qtdbus:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-"
-RDEPEND="${COMMON_DEPEND}
-   || (
-   media-video/mplayer[bidi?,libass,png,X]
-   (
-   >=media-video/mpv-0.15.0[libass,X]
-   >=net-misc/youtube-dl-2014.11.26
-   )
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-14.9.0.6966-unbundle-qtsingleapplication.patch" # 
bug 487544
-   "${FILESDIR}/${PN}-17.1.0-advertisement_crap.patch"
-)
-
-src_prepare() {
-   use bidi || PATCHES+=( "${FILESDIR}"/${PN}-16.4.0-zero-bidi.patch )
-
-   default
-
-   # Upstream Makefile sucks
-   sed -i -e "/^PREFIX=/ s:/usr/local:${EPREFIX}/usr:" \
-   -e "/^DOC_PATH=/ s:packages/smplayer:${PF}:" \
-   -e '/\.\/get_svn_revision\.sh/,+2c\
-   cd src && $(DEFS) $(MAKE)' \
-   Makefile || die
-
-   # Turn off online update checker, bug #479902
-   sed -e 's:DEFINES += UPDATE_CHECKER:#&:' \
-   -e 's:DEFINES += CHECK_UPGRADED:#&:' \
-   -i src/smplayer.pro || die
-
-   # Turn off intrusive share widget
-   sed -e 's:DEFINES += SHARE_WIDGET:#&:' \
-   -i src/smplayer.pro || die
-
-   # Toggle autoshutdown option which pulls in dbus, bug #524392
-   if ! use autoshutdown ; then
-   sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#&:' \
-   -i src/smplayer.pro || die
-   fi
-
-

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

2017-11-06 Thread Lars Wendler
commit: 229e1892279395ced686f4bc020737f0445d475b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:36:17 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229e1892

net-fs/samba: Bump to version 4.7.1

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-fs/samba/Manifest   |   1 +
 net-fs/samba/samba-4.7.1.ebuild | 304 
 2 files changed, 305 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 54b3a876145..afa7278f189 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -7,5 +7,6 @@ DIST samba-4.6.7-disable-python-patches.tar.xz 8896 SHA256 
33702adba80e9886625fd
 DIST samba-4.6.8.tar.gz 21139872 SHA256 
581deeb2543f5cedcb556cb950d0e82690d9f0cd33811d76624502ca0c32575d SHA512 
fb40144210361bdeab09007aa49fa85077fbc8eeae2c49bcdafb01d33ec40425160882979f0829005a89766ed4fd4e36d7f952f6dbf6e0178f5b0945dc8d8efb
 WHIRLPOOL 
d669df156dcae5846d814eb30f577b9df0513383be91a87886b91dff12451d82c236dd7c1fd996a378d90619aabee5adc33ecd488534b612b8f82b7b88d0840a
 DIST samba-4.6.9.tar.gz 21154233 SHA256 
c31db4aad82f0b9588ef6c4b4dab5dce3fa1787bd298e62d953c2628bb1af21a SHA512 
20a0828afe2b7f834543a3efc8618bba78951f728da99434f084b7220477ef9e4b1ef09d5a3a5a16a96e1f0704bb2c8d2c3418402f0b8e5f8201bc022a4937aa
 WHIRLPOOL 
996bc727317f0fa7ce9fd94f68cd9b20b7f10eea08c0ab100af73a2ac5a23700aa26abe3dbca6f384c20bb642ceb3755eb995e62e8991ca09bf94f7898a085fa
 DIST samba-4.7.0.tar.gz 16830569 SHA256 
bd16d169988eb513e685a87e9964a5210482498fa9b3a22aaa8287a061e3c936 SHA512 
c69da34566ec672ed17f86ecf793154374c71dd33b588adceed5fbd9345d978a4ffeced5d3a4033edb4daedac2294ed088beed8cdde19724f9d03da54e22e4ee
 WHIRLPOOL 
d2635df77e8dc82d0a6aeb345eebf5616fba1ab826b90aedac1f49669ff7faae8845737267c908956ade1904a2c85e918b6db678197e3a6c1f35f78ccc78021f
+DIST samba-4.7.1.tar.gz 16844730 SHA256 
7ba932523c821ebfa4c31ebd183f7aa20d663059f9761563fcdec85cd1e9be1a SHA512 
eaaa494501e0029fab8b0f1789fb28d33104a51b7365ba53741218786a4331f5adc5ea86d65aac1ccd970103c74a99fb875c4ba74460bd8b4597aaefbab18c7c
 WHIRLPOOL 
1a09be343d47d2e61e7f236bd7ba4817de990f722a6e130150a0043ccc29da453e90b2eaf8443a48c5491bcbcbb0070b1ca72a3b5b25ec94759981ea13cb712d
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e
 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 
fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 
920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927
 WHIRLPOOL 
6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d

diff --git a/net-fs/samba/samba-4.7.1.ebuild b/net-fs/samba/samba-4.7.1.ebuild
new file mode 100644
index 000..8e9afc791ab
--- /dev/null
+++ b/net-fs/samba/samba-4.7.1.ebuild
@@ -0,0 +1,304 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+),xml(+)'
+
+inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils
+
+MY_PV="${PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SRC_PATH="stable"
+[[ ${PV} = *_rc* ]] && SRC_PATH="rc"
+
+SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
+[[ ${PV} = *_rc* ]] || \
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DESCRIPTION="Samba Suite Version 4"
+HOMEPAGE="http://www.samba.org/";
+LICENSE="GPL-3"
+
+SLOT="0"
+
+IUSE="acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg 
iprint ldap pam python
+quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind 
zeroconf"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/samba-4.0/policy.h
+   /usr/include/samba-4.0/dcerpc_server.h
+   /usr/include/samba-4.0/ctdb.h
+   /usr/include/samba-4.0/ctdb_client.h
+   /usr/include/samba-4.0/ctdb_protocol.h
+   /usr/include/samba-4.0/ctdb_private.h
+   /usr/include/samba-4.0/ctdb_typesafe_cb.h
+   /usr/include/samba-4.0/ctdb_version.h
+)
+
+# sys-apps/attr is an automagic dependency (see bug #489748)
+CDEPEND="
+   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
+   dev-lang/perl:=
+   dev-libs/libaio[${MULTILIB_USEDEP}]
+   dev-libs/libbsd[${MULTILIB_USEDEP}]
+   dev-libs/iniparser:0
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}]
+   >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
+   sys-apps/attr[${MULTILIB_USEDEP}]
+   
>=sys-libs

[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-11-06 Thread Lars Wendler
commit: 542cf852d9b2254cc04e91dccd3299f01e55aeba
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:08:18 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542cf852

games-rpg/manaplus: Version 1.7.10.14 stable for amd64 and x86.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 games-rpg/manaplus/manaplus-1.7.10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/manaplus/manaplus-1.7.10.14.ebuild 
b/games-rpg/manaplus/manaplus-1.7.10.14.ebuild
index 2d5897b5d6f..26dc7ca27dd 100644
--- a/games-rpg/manaplus/manaplus-1.7.10.14.ebuild
+++ b/games-rpg/manaplus/manaplus-1.7.10.14.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
 else

SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2+"



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

2017-11-06 Thread Lars Wendler
commit: 2cec70896fcd862a82f19afa124bcc03263d9e9d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:06:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cec7089

media-libs/libass: Bump to version 0.14.0

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/libass/Manifest |  1 +
 media-libs/libass/libass-0.14.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index eb6b79417af..b9e2bf702d6 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -1,2 +1,3 @@
 DIST libass-0.13.6.tar.xz 350144 SHA256 
f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d SHA512 
8fad8ca3fc93143699ba6dbbc0893db3c2f3032ac341f69c2c90319f0bbe1b71fd4b358944a03851ee183f9065afcfec4d4c841432dbe0d9b1d4eb72964ff42b
 WHIRLPOOL 
65fe7bf979adfd3727ba0e62a7be0cd6c7e00ea6d1a04405d34f3a3036832a5473f89e2d520d94325835dcf446b7d7749f52f87a6b2b25af4800168c472e6ebf
 DIST libass-0.13.7.tar.xz 352752 SHA256 
7065e5f5fb76e46f2042a62e7c68d81e5482dbeeda24644db1bd066e44da7e9d SHA512 
8f5531ab5ace0b4ec6160f37b2553b6f06f761a0e12b3521e1b6c78387f7b3b98f24f310a9a9ea47d76fc5529f3cd318c88bd770e08600b71c81f95a43258a21
 WHIRLPOOL 
ee39e4cb0a0d1900843d046688dd7e9a7eaf94ebacea9dc4fb75207dc502625bbc06584cb483e59c4922dca461d92270c044a759dd8ab00493af7b634639d9fd
+DIST libass-0.14.0.tar.xz 356256 SHA256 
881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2 SHA512 
0f5fe5d7e662ee1d649981f829e5ef7a53457754f74faaed5679252a5a6769c8f267b6119cda922ebc6a8e5b5b331569f13813ac74881b4e94da7b2e8143a9e6
 WHIRLPOOL 
84a5b8801e0fc983e4bbb6d3ca1b410ff24a21a8a84059d9027f3ab4158b10bd207f227c51e03741a47fc02b99164b5a7f74482f56fd2e789216c6863420f9b3

diff --git a/media-libs/libass/libass-0.14.0.ebuild 
b/media-libs/libass/libass-0.14.0.ebuild
new file mode 100644
index 000..2e35150fc88
--- /dev/null
+++ b/media-libs/libass/libass-0.14.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune multilib-minimal
+
+DESCRIPTION="Library for SSA/ASS subtitles rendering"
+HOMEPAGE="https://github.com/libass/libass";
+SRC_URI="https://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="ISC"
+SLOT="0/9" # subslot = libass soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="+fontconfig +harfbuzz static-libs"
+
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
+   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}]
+   harfbuzz? ( >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}] )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+X86_CPU_OPTS="abi_x86_32 abi_x86_64"
+for i in ${X86_CPU_OPTS} ; do
+   DEPEND="${DEPEND}
+   ${i}? ( dev-lang/nasm )"
+done
+
+DOCS="Changelog"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable fontconfig) \
+   $(use_enable harfbuzz) \
+   $(use_enable static-libs static) \
+   --disable-require-system-font-provider
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



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

2017-11-06 Thread Lars Wendler
commit: c281f2dd4e663382b3b464487e64ea9afa5c5263
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 13:51:43 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c281f2dd

media-libs/faac: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/faac/Manifest |  2 --
 media-libs/faac/faac-1.29.7.8.ebuild | 47 
 media-libs/faac/faac-1.29.8.ebuild   | 45 --
 media-libs/faac/metadata.xml |  3 ---
 4 files changed, 97 deletions(-)

diff --git a/media-libs/faac/Manifest b/media-libs/faac/Manifest
index f17b8b99b28..26bee3cea74 100644
--- a/media-libs/faac/Manifest
+++ b/media-libs/faac/Manifest
@@ -1,5 +1,3 @@
 DIST faac-1.28.tar.gz 678891 SHA256 
c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df SHA512 
0ef721ad28835e95cad41afc0cb6130e1ebb634cb6dd4b40f649bc2269b7bb5bf2887f6d8f023c74628d521f8bdf55b4dd070f972ecff162a5fe0384e026235b
 WHIRLPOOL 
fe56f3c2b40670f03e0c1880b253d7f0cc6e318c0b407f4e57fb7eaeac8692c6de9829402e670ddc0f397396935131ade0f8dadfc89b88fcdedecbf404e1b54e
-DIST faac-1.29.7.8.tar.gz 477443 SHA256 
316fff598764b93485dc5fb41379768b8c6934887e0e30ce28b1da487251 SHA512 
b837e2a884eb86e70e812404109b6ff5d25c60dd5f98275ed7515836f67afe19c940a4b2574d7fcf7bebc793f5bb509c6ebad37281fe1addf95f815e00ea41a6
 WHIRLPOOL 
201822a65b0f3855b148a01ec761ef6ee50bbbee18649a41a3a1d03c45096959ac7c2177beaa455f37654290318d708b20880150a67c2b54f5762d2950bc2c69
 DIST faac-1.29.8.3.tar.gz 483404 SHA256 
3d85267b394dd8ebd5dd88845b25bc5e5e4fc88ac5affb8a2807f50368dc3b41 SHA512 
2f17d87245c5cdb1ea37f21fb67f5a239f24133bb863bd635bb1f223d8d54c13d23ad43e93954a89361109c39b01e3b506ee791ffdf52741f76feb8bd1ed316c
 WHIRLPOOL 
72f601a8c1ef9901e0037db9dc99a873997bce366ce79aef5d08fc5fa2edb7baeeb0c9738d416cd058720b2a52d14288410ce51beba76d864b45fff30a6526e0
-DIST faac-1.29.8.tar.gz 470998 SHA256 
ea0d508cd1aa9d1c00998fa922dc8a4a1535892c204483cba27e5d55bec48973 SHA512 
aff0a87f12aba69564956a4d19f56234e38e6cc60f19d77203fb731d31f7aa8763efbd3a636fdcf84229df8c9a9b99666dd667ef5ae5745b41cfd1fd863b79d0
 WHIRLPOOL 
d159af80f7fa4edc1234fab65178060b8ccc370069ec40f56d68f7a71fbd56b94ff33383da7232e98687ac8426de81685ec72301a3a5c1eca566c01de426730d
 DIST faac-1.29.9.tar.gz 483674 SHA256 
238cb4453b6fe4eebaffb326e40a63786a155e349955c4259925006fa1e2839e SHA512 
69c05fc426c5d2eb881e8c6e5ebaf1d28452b2ae11a6f5216eefc0a8a97f784a2481e6100db2746d12749ac7b6c7d01b03531dc83ce0e06d4463e6f9556fd597
 WHIRLPOOL 
1adf97b6e4a09905731e1e55a46d6e845a7a2bafe910a7405a2cd4c60e1e62e36e06fc01e97b66fc0978b2425f903d2e8fd53b83d0cf6af61344f6e678a5377c

diff --git a/media-libs/faac/faac-1.29.7.8.ebuild 
b/media-libs/faac/faac-1.29.7.8.ebuild
deleted file mode 100644
index 4dfb024938e..000
--- a/media-libs/faac/faac-1.29.7.8.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
-# eutils for einstalldocs
-inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
-
-DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
-HOMEPAGE="http://www.audiocoding.com";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 MPEG-4"
-SLOT="0"
-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="digitalradio static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#466984
-
-   eautoreconf
-   epunt_cxx
-}
-
-multilib_src_configure() {
-   local myconf=(
-   $(use_enable digitalradio drm)
-   $(use_enable static-libs static)
-   )
-
-   ECONF_SOURCE="${S}" econf ${myconf[@]}
-
-   # do not build the frontend for non default abis
-   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
-   sed -i -e 's/frontend//' Makefile || die
-   fi
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   prune_libtool_files
-}

diff --git a/media-libs/faac/faac-1.29.8.ebuild 
b/media-libs/faac/faac-1.29.8.ebuild
deleted file mode 100644
index 384836d70d7..000
--- a/media-libs/faac/faac-1.29.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-# eutils for einstalldocs
-inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
-
-DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
-HOMEPAGE="http://www.audiocoding.com";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 MPEG-4"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa

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

2017-11-06 Thread Lars Wendler
commit: d088afe598420e5f7cb964af3cd94c9aa7fbe70b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 13:40:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d088afe5

dev-games/physfs: Bump to version 3.0.1

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-games/physfs/Manifest|  1 +
 dev-games/physfs/physfs-3.0.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-games/physfs/Manifest b/dev-games/physfs/Manifest
index 54d5e5756f6..df09e68cea3 100644
--- a/dev-games/physfs/Manifest
+++ b/dev-games/physfs/Manifest
@@ -1,2 +1,3 @@
 DIST physfs-2.0.3.tar.bz2 560628 SHA256 
ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69 SHA512 
47eff0c81b8dc3bb526766b0a8ad2437d2951867880116d6e6e8f2ec1490e263541fb741867fed6517cc3fa8a9c5651b36e3e02a499f19cfdc5c7261c9707e80
 WHIRLPOOL 
30362f92d5702842142c08c3183a384876a03e9e3e400364b0fa59c99ffee994667c1ad08fe633ef146e98301789a980a3419f60a18b24b9c341bb74144ccc73
 DIST physfs-3.0.0.tar.bz2 194277 SHA256 
f2617d6855ea97ea42e4a8ebcad404354be99dfd8a274eacea92091b27fd7324 SHA512 
4293dc72a5b2e41fbd02c4426da7bfc1e94a013d8a332b3124798a91ef27b4a57adef303f23d5e03150855de69cf22fc8bb29e6395725a18e3a12f6c74b4111f
 WHIRLPOOL 
e0010e15b2449565939dd5e9d65fb63cbbb78069a0390fc0ba95c7671a484db7470ec300cfd8aaa5810aff7fd14bbc669f8e902a9469ba7d51ebeed6c94b15f4
+DIST physfs-3.0.1.tar.bz2 194638 SHA256 
b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1 SHA512 
ddf3b075ccb506da5e9a1ce96001be402752b9b777c2e816a85d48aff3626ff0886ea43eb07bd300fe3a9f59b9a002f54d822c51d483a4ee94b38378534c1879
 WHIRLPOOL 
9465f734a8d8d10491c0adc0f60a18866169e60e50a5dfe27eff7a6f7cc8fcbadb80f98107e5a501e840b42ce3fdfaf3a012a651c9d23abd9e367aa44ab046f0

diff --git a/dev-games/physfs/physfs-3.0.1.ebuild 
b/dev-games/physfs/physfs-3.0.1.ebuild
new file mode 100644
index 000..4b0afd2bd59
--- /dev/null
+++ b/dev-games/physfs/physfs-3.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-multilib
+
+DESCRIPTION="Abstraction layer for filesystem and archive access"
+HOMEPAGE="http://icculus.org/physfs/";
+SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2";
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
+IUSE="grp hog mvl qpak static-libs wad +zip"
+
+RDEPEND=""
+DEPEND=""
+
+DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   sed -i -e 's:-Werror::' CMakeLists.txt || die
+   # make sure these libs aren't used
+   rm -rf lzma zlib*
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPHYSFS_ARCHIVE_7Z=OFF
+   -DPHYSFS_BUILD_SHARED=ON
+   -DPHYSFS_BUILD_TEST=OFF
+   -DPHYSFS_BUILD_WX_TEST=OFF
+   -DPHYSFS_INTERNAL_ZLIB=OFF
+   -DPHYSFS_BUILD_STATIC="$(usex static-libs)"
+   -DPHYSFS_ARCHIVE_GRP="$(usex grp)"
+   -DPHYSFS_ARCHIVE_HOG="$(usex hog)"
+   -DPHYSFS_ARCHIVE_MVL="$(usex mvl)"
+   -DPHYSFS_ARCHIVE_WAD="$(usex wad)"
+   -DPHYSFS_ARCHIVE_QPAK="$(usex qpak)"
+   -DPHYSFS_ARCHIVE_ZIP="$(usex zip)"
+   )
+
+   cmake-multilib_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/

2017-11-06 Thread Lars Wendler
commit: 5f04c31d75bdcd06c2dc2ec7c37d13be1e23f9f3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:08:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f04c31d

games-rpg/manaplus: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 games-rpg/manaplus/Manifest |  1 -
 games-rpg/manaplus/manaplus-1.7.9.30.ebuild | 99 -
 2 files changed, 100 deletions(-)

diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
index 593477cc07c..7f2c9006d44 100644
--- a/games-rpg/manaplus/Manifest
+++ b/games-rpg/manaplus/Manifest
@@ -1,3 +1,2 @@
 DIST manaplus-1.7.10.14.tar.xz 14932496 SHA256 
0a59af85953b1f73de8d1e2ff0be567167088ce8342e30537f49dc8784597f04 SHA512 
9be542c0defb7affe7a01e071c152c854a9cc0a16179c967cb1980ebc3ee837004beb991fc9f603424797bf54146e04eee3221d233f448966afac4c784db
 WHIRLPOOL 
7a311174b9c537c6964f519c6889348ccc929225d7466cfbd2a6b643155a2dbbb1cb8332ad8b9bcc7804d9dd0bf6d9b1cb1368692faa35e612f6a5a0575465be
 DIST manaplus-1.7.10.28.tar.xz 14931048 SHA256 
381cbaeeff1295b48fd19b603c1c7c3094153da9ec71cb3f0405b73cee9d6b00 SHA512 
8babb8c1f6a1870672a1058aa50435964a32c23dfa1227f645cae36e50e32bef8d3708ddc51f682368801026152035b624be7d0e60096b2a8025ef8b3aa2036e
 WHIRLPOOL 
b1f8e0b212f19409451ea5f338a400cf06ff52c5a33f4b060e192f139087d9ed8be76c17797697300224d216d5e4035cd3a8d089d06a7ac97598a2a608dff264
-DIST manaplus-1.7.9.30.tar.xz 14930020 SHA256 
1ae531f2e049a26edbb8f373348c620d2f3761cefb6a49a9a4399e0f40cd9c6a SHA512 
5be99c4199de09e05472f4c835466932693f5a86f3bfc7d79426c96adfeb3f6e4e647f511ab0c9c31433e3ed481e6df5a7a83abf50784587b8b95493c1391646
 WHIRLPOOL 
af62630410a1d276d6ff5408aaf4bce3b13c6fd3bc2a2aa09176987175cecc8d0e621dd75c27c5e176abae73ef27651fac60f841861fb17ddb899cd0954d0598

diff --git a/games-rpg/manaplus/manaplus-1.7.9.30.ebuild 
b/games-rpg/manaplus/manaplus-1.7.9.30.ebuild
deleted file mode 100644
index 26dc7ca27dd..000
--- a/games-rpg/manaplus/manaplus-1.7.9.30.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
-HOMEPAGE="http://manaplus.evolonline.org";
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git";
-else
-   
SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="mumble nls opengl pugixml +sdl2 test"
-
-RDEPEND="
-   >=dev-games/physfs-1.0.0
-   media-fonts/dejavu
-   media-fonts/liberation-fonts
-   media-fonts/mplus-outline-fonts
-   media-fonts/wqy-microhei
-   media-libs/libpng:0=
-   net-misc/curl
-   sys-libs/zlib
-   x11-apps/xmessage
-   x11-libs/libX11
-   x11-misc/xdg-utils
-   mumble? ( media-sound/mumble )
-   nls? ( virtual/libintl )
-   opengl? ( virtual/opengl )
-   pugixml? ( dev-libs/pugixml )
-   !pugixml? ( dev-libs/libxml2 )
-   sdl2? (
-   media-libs/libsdl2[X,opengl?,video]
-   media-libs/sdl2-gfx
-   media-libs/sdl2-image[png]
-   media-libs/sdl2-mixer[vorbis]
-   media-libs/sdl2-net
-   media-libs/sdl2-ttf
-   )
-   !sdl2? (
-   media-libs/libsdl[X,opengl?,video]
-   media-libs/sdl-gfx
-   media-libs/sdl-image[png]
-   media-libs/sdl-mixer[vorbis]
-   media-libs/sdl-net
-   media-libs/sdl-ttf
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-   if [[ ${PV} ==  ]] ; then
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localedir=/usr/share/locale
-   --without-internalsdlgfx
-   $(use_with mumble)
-   $(use_enable nls)
-   $(use_with opengl)
-   --enable-libxml=$(usex pugixml pugixml libxml)
-   $(use_with sdl2)
-   $(use_enable test unittests)
-   )
-   CONFIG_SHELL=/bin/bash econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   local destpath="/usr/share/${PN}"
-   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
"${destpath}"/data/fonts/dejavusans-bold.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
"${destpath}"/data/fonts/dejavusans.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
"${destpath}"/data/fonts/dejavusansmono-bold.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
"${destpath}"/data/fonts/dejavusansmono.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSerifConden

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

2017-11-06 Thread Lars Wendler
commit: 051b5dfb7bdd3d04446eb83fc3efe0ca846971f5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 14:16:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 15:29:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051b5dfb

media-sound/kid3: Bump to version 3.5.1

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/kid3/Manifest  |  1 +
 media-sound/kid3/kid3-3.5.1.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/media-sound/kid3/Manifest b/media-sound/kid3/Manifest
index 36c703234e1..6f2b0024f16 100644
--- a/media-sound/kid3/Manifest
+++ b/media-sound/kid3/Manifest
@@ -1,2 +1,3 @@
 DIST kid3-3.4.5.tar.gz 1376570 SHA256 
0d703b0b8c2538eba1f8f540a87e13a4bf61f715ef9cd1253f18417ebb096404 SHA512 
36ffb45dd6689f252021cb9cda667f28810fb1d7da77179ef6abc80031b7a0dfaa445776c8e3586000d774bc608395fff0854d867c9e1e52676409f78a515ae3
 WHIRLPOOL 
eeb0d29b9a30685ca6bdb4064216efbea48cb35de8056c7cf60956801129455e2145842e9cd52d8a4e99a099752d70e31e09307454ac25ce2c8d4d1bbc122199
 DIST kid3-3.5.0.tar.gz 1414288 SHA256 
0f1a3a003de180e58ef53c3db6f5caf07f5415cfd22ec2c57cbd9791d5a54fd6 SHA512 
a70aef4c775ec8a2d760856fdda38394384d71fbfb5847ba4da2d6396a1167c740a57a5609ef99a06ca99c090de974e91a87b13344f2e123b33842c51860cf34
 WHIRLPOOL 
ae9a2c73d5127a5d44bb32b1fac99ecc096f850004228995ff67d4528a975a463386d1906f2146d1c6683011ae57513f83623bb770acc9441a51c8733fb76c68
+DIST kid3-3.5.1.tar.gz 1414829 SHA256 
88c20826deb13f81bcdfa7033a4b9ff9ca8957112b2fa2ccc0a9a1076df73926 SHA512 
7f1fbd6d1d576d23f9b57b35101fb2e9ea23dec5b5506e25ec5a94dc8516d25b69b4dddb4a9b4835b2502d0a07087c245380483571a68e5972f98ca8ca58
 WHIRLPOOL 
ca18db7b2f5e9850956f9df5db6ae958c8558f80ab40e137c0304ced2ce1b3520b7aede0a593ffe50f54d56e5bcb60d6a570db620b3929cb1f0e22f3f17fa479

diff --git a/media-sound/kid3/kid3-3.5.1.ebuild 
b/media-sound/kid3/kid3-3.5.1.ebuild
new file mode 100644
index 000..98825f9596a
--- /dev/null
+++ b/media-sound/kid3/kid3-3.5.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="false" # buildsystem applies broken python hacks, bug #614950
+inherit kde5
+
+DESCRIPTION="Simple tag editor based on Qt"
+HOMEPAGE="https://kid3.sourceforge.io/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid flac kde mp3 mp4 +taglib vorbis"
+
+REQUIRED_USE="flac? ( vorbis )"
+
+COMMON_DEPEND="
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtmultimedia)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   sys-libs/readline:0=
+   acoustid? (
+   media-libs/chromaprint
+   virtual/ffmpeg
+   )
+   flac? (
+   media-libs/flac[cxx]
+   media-libs/libvorbis
+   )
+   kde? (
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   )
+   mp3? ( media-libs/id3lib )
+   mp4? ( media-libs/libmp4v2:0 )
+   taglib? ( >=media-libs/taglib-1.9.1 )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !media-sound/kid3:4
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep linguist-tools)
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.3.2-libdir.patch"
+   "${FILESDIR}/${PN}-3.4.4-deps.patch"
+)
+
+src_prepare() {
+   # overengineered upstream build system
+   # kde5 eclass src_prepare leads to compile failure
+
+   # only enable handbook when required
+   if ! use_if_iuse handbook ; then
+   cmake_comment_add_subdirectory ${KDE_DOC_DIR}
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_PHONON=OFF
+   -DWITH_QT4=OFF
+   -DWITH_QT5=ON
+   -DWITH_CHROMAPRINT=$(usex acoustid)
+   -DWITH_FLAC=$(usex flac)
+   -DWITH_ID3LIB=$(usex mp3)
+   -DWITH_MP4V2=$(usex mp4)
+   -DWITH_TAGLIB=$(usex taglib)
+   -DWITH_VORBIS=$(usex vorbis)
+   )
+
+   if use kde ; then
+   mycmakeargs+=( "-DWITH_APPS=KDE;CLI" )
+   else
+   mycmakeargs+=( "-DWITH_APPS=Qt;CLI" )
+   fi
+
+   kde5_src_configure
+}



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

2017-11-06 Thread Craig Andrews
commit: f78525306ef8ed4c50b89f77b8260ef03825157a
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov  6 16:09:56 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Nov  6 16:09:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7852530

dev-cpp/waylandpp: version bump 0.1.4

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-cpp/waylandpp/Manifest  | 1 +
 dev-cpp/waylandpp/{waylandpp-.ebuild => waylandpp-0.1.4.ebuild} | 2 +-
 dev-cpp/waylandpp/waylandpp-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/waylandpp/Manifest b/dev-cpp/waylandpp/Manifest
index 721254e78e7..71c0b35f3c4 100644
--- a/dev-cpp/waylandpp/Manifest
+++ b/dev-cpp/waylandpp/Manifest
@@ -1,2 +1,3 @@
 DIST waylandpp-0.1.0.tar.gz 166427 SHA256 
117df357cbd1f272737b6379e05925b38bad41bafda02761017530053fa950e7 SHA512 
e0521ea99eeb7ae196ed9c8759e10d28406c5b99534b52ac51845cdd9c384ff820e4cc1fec65c537a0d071046746884793da122c72f6e75e7df4bca089d19eca
 WHIRLPOOL 
1d589fbe1884dbd38547a0957b07533e3029cca7453618375227d87afa90fa36eded62283bf302139920860c90b250aeaca9b48e0f8098b0f9f8bbaffa889067
 DIST waylandpp-0.1.2.tar.gz 166624 SHA256 
fabf0b512285abea77678d9e079009569e9eb3fd98c6b851d50bc5b6c781c7d8 SHA512 
2304390be26134561fb69e208a6bafd0e9789e6b212ff2f46384c6ed50ae1c9eca3f06a3b4958c8e710cc1a0be61ed84c7ff292ec7011dbb0396cd2d83363f7f
 WHIRLPOOL 
2633f41c0038c5f353ce7d9771c09d7a60ade11e9e7d0209180fb9f450437b37c3feebc955568335ce3371aae9b5083ab3425a8256157c5e7f94e0bd009ea3df
+DIST waylandpp-0.1.4.tar.gz 168409 SHA256 
fc767573f7334525839221ac52e3dc4b56ebaf3f7a7cdaf4f05eb6baa6dd88ab SHA512 
3f2e9bca0776c02ec3b7a4f76a34214333e0663e2ab81d81cfbc37e1f14bda47e16b3840386b961d47ca993207b0b9f4d4859b621f22fe4e3653c4b14842e001
 WHIRLPOOL 
75f2ebf6725fcbfa414bfede676289167ec1118964479f2c3b23233183684769eb59d12dceb20359fe9d444f2934e032fd883c1bf2682339c8523b2eeda753e8

diff --git a/dev-cpp/waylandpp/waylandpp-.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.1.4.ebuild
similarity index 92%
copy from dev-cpp/waylandpp/waylandpp-.ebuild
copy to dev-cpp/waylandpp/waylandpp-0.1.4.ebuild
index 73572d42b7a..e8100f35eb9 100644
--- a/dev-cpp/waylandpp/waylandpp-.ebuild
+++ b/dev-cpp/waylandpp/waylandpp-0.1.4.ebuild
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
 src_configure() {
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
-   -DINSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
)
 
cmake-utils_src_configure

diff --git a/dev-cpp/waylandpp/waylandpp-.ebuild 
b/dev-cpp/waylandpp/waylandpp-.ebuild
index 73572d42b7a..e8100f35eb9 100644
--- a/dev-cpp/waylandpp/waylandpp-.ebuild
+++ b/dev-cpp/waylandpp/waylandpp-.ebuild
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
 src_configure() {
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
-   -DINSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
)
 
cmake-utils_src_configure



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

2017-11-06 Thread Thomas Deutschmann
commit: 0edff67f453a7509c08fce538d3da9c947daa433
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov  6 16:20:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov  6 16:20:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edff67f

sys-apps/coreutils: Rev bump to address multiple test failures

- Running test suite with FEATURES=usersandbox is no longer supported
  due to various sandbox issues. (bug #413621, #439574, #629660)

- Due to sandbox failures previously disabled tests
  re-enabled. (bug #415487)

- tests/ls/readdir-mountpoint-inode test failure fixed. (bug #353164)

- "caps" USE flag description more specified. (bug #617702

- Tools/programs/libraries used in test suite now listed in
  DEPEND="test? (...)" which requires re-keywording for some
  architectures.

Bug: https://bugs.gentoo.org/413621
Bug: https://bugs.gentoo.org/439574
Bug: https://bugs.gentoo.org/629660
Bug: https://bugs.gentoo.org/415487
Closes: https://bugs.gentoo.org/353164
Closes: https://bugs.gentoo.org/617702
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/coreutils/Manifest |   1 +
 sys-apps/coreutils/coreutils-8.28-r1.ebuild | 210 
 sys-apps/coreutils/metadata.xml |   1 +
 3 files changed, 212 insertions(+)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index bee926f1d1e..ad565d4c64d 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -9,4 +9,5 @@ DIST coreutils-8.27-patches-1.1.tar.xz 7800 SHA256 
8b8996a38913971c955c7b7e428d0
 DIST coreutils-8.27.tar.xz 5285648 SHA256 
8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b SHA512 
abf3280aaa54e9bd5851df0eda2af1de1017ca174633e52d1e592455d46ea0e99812dda46d2f320e979553cef271485d8818c595bba6ed31264511a511c93679
 WHIRLPOOL 
dcc092f41fb4802563062a4aa5a71e2841a7ddc46dec4acc47af3d9a4bee2372ddae7990ac6f3cf00568f43c3103c8290338964040e111861f080e064960803d
 DIST coreutils-8.28-man.tar.xz 43832 SHA256 
d72c3fa79ae328a4fd1107102e8946755aa2e908044e1efcf1e71ef206dca042 SHA512 
363cf595e0f6fc69eb6a9d1ca258a5f012404cee99887494ab6e40fe2c6de5e49e7cad953aecb394c5612043efe6b407e657811d8251b10e159c97b849dd8b3e
 WHIRLPOOL 
7b10dbde06caf00d4b789cdb60a7d0c73aec65a90e889698daeccd04eefd8df08142261ea5fde8d3d455f35b2eddf07182bf92e2522e63e8ece412379e0cb0d1
 DIST coreutils-8.28-patches-1.0.tar.xz 7264 SHA256 
fe9e8f347d104472d357ad80212996d0c9ddb97cec6166d38f4c340a02f4633c SHA512 
b358b827eaff789ea8a3838f53f81efb08a6caa5318ac93dab112ec90052174c05d219e1c0170106bb1ed65bd4e37ffc36b742bf3661cc64ee4b166db741bbbc
 WHIRLPOOL 
ece3be79d296507341433bf60b0e7bd6846c3d0a8acfff19d1fba17ec45a13f5504c41bb320bd39358ae9f5e2efd5311e2a7ef6ec1119872f990455f9aa9c94d
+DIST coreutils-8.28-patches-1.1.tar.xz 7336 SHA256 
bdd7ed0ef973bc1095df329225659a928ed061695651e2b54de79ac15690f517 SHA512 
af47aaa614550e5cd82b2386fafd9f90beb0564b8bbedfe92238906e7c6f040fb7468c1929f0951d4f98038b6e1df7da2408204be78219e6a041658507385957
 WHIRLPOOL 
4a90ffa0a35b81d3d20c29128b0d39e08136d499201ac875781d9e851142d36c111031b333b6bfb81db692e75e7b3cc9673c4339d8d183d0d8df2371444dca4e
 DIST coreutils-8.28.tar.xz 5252336 SHA256 
1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65 SHA512 
1e592d0dd03b9227bf92af9a82bed6dc3bcbee46e984c7fb09833dea0962e86b309aa34d5e43823b73d4522c066bfa5cdc8ec694aa190910fb246ff32ceb63a1
 WHIRLPOOL 
58bdd9681d07794da70dc012d03de2f791bc8e40a16de85302cbb5ea247f6d81f0a92c3b90d655b9947057c5e5eb99b9347152d41150c1a613dd1f891942a73f

diff --git a/sys-apps/coreutils/coreutils-8.28-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
new file mode 100644
index 000..e4ab5f9b371
--- /dev/null
+++ b/sys-apps/coreutils/coreutils-8.28-r1.ebuild
@@ -0,0 +1,210 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# To generate the man pages, unpack the upstream tarball and run:
+# ./configure --enable-install-program=arch,coreutils,hostname,kill
+# make
+# cd ..
+# tar cf - coreutils-*/man/*.[0-9] | xz > coreutils--man.tar.xz
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit eutils flag-o-matic python-any-r1 toolchain-funcs
+
+PATCH_VER="1.1"
+DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
+HOMEPAGE="https://www.gnu.org/software/coreutils/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
+   mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
+   
https://dev.gentoo.org/~whissi/dist/${PN}/${P}-patches-${PATCH_VER}.tar.xz
+   mirror://gentoo/${P}-man.tar.xz
+   https://dev.gentoo.org/~polynomial-c/dist/${P}-man.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
+IUSE="acl caps gmp hostname kill multicall nls selinux static test 
userland_BSD vanilla xattr"
+
+LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
+   caps? ( sys-libs/libcap )
+

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

2017-11-06 Thread Tim Harder
commit: 910e28d4864adfd6fc2366a2a4c15a8e36a8bb14
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 16:49:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 16:50:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910e28d4

dev-python/lxml: version bump to 4.1.1

 dev-python/lxml/Manifest  |  1 +
 dev-python/lxml/lxml-4.1.1.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index 8a1db1505ea..97f1d5b2832 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,3 +1,4 @@
 DIST lxml-3.8.0.tar.gz 3795205 SHA256 
736f72be15caad8116891eb6aa4a078b590d231fdc63818c40c21624ac71db96 SHA512 
08f6f352e22ed2bc199a5f34a1c6b5f7b41ec282dc0026c9f16a06466c27e39e8eb18608ba4493636170eeac4b0194f7050445e1cc9bd0a4628573c404593088
 WHIRLPOOL 
b09d7509ca55df74c5ced03ca91b72e0f373df6cb22331a452a35cfe3aa305bb9417280ae0b4835cd4abd29f7df465468799fa25c1b8d73215c74fee51e1
 DIST lxml-4.0.0.tar.gz 4217301 SHA256 
f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 SHA512 
8aa85ab6a99097ae2eaa0087b3a663aae8ac81a0a4d685bf857571c811c8ccd6410afc414f14c68702a53e90265726af085d0609ec7f0d3cc96e3702772627e8
 WHIRLPOOL 
24ad26d075ecf8f7062a6aa695557628664ce9d23cee7f66218bc373c90feec07bdf8a7f6e4501b996bd4bb208ca173faac1609262c08c6313f5a2d155eed220
 DIST lxml-4.1.0.tar.gz 4247102 SHA256 
be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47 SHA512 
c4a1180a119ec2d21ab29d00cf60e72ca38a2c28eca4f221251d0fd1c481650fe78ec975532c38a6a59c441bb6f6469bbb110b6b0e9d6b6fffd68dbcad90fcb6
 WHIRLPOOL 
5e6ab72f5c93ea3e3cb47d530d71e3c41f7724e083e000bc3108974d501b9a387fe368ec1a441f4e9b64fe71fd2b11b540fd78cd659c0761c034e463500078ba
+DIST lxml-4.1.1.tar.gz 2380804 SHA256 
940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e SHA512 
9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
 WHIRLPOOL 
f5b723f5587ca340151a5524096ae8b1cc834d555cc227d13d77742b3b8f53862583c990c6784d91502957ead351342e6fda56f0b14a60be04616ae40939fd88

diff --git a/dev-python/lxml/lxml-4.1.1.ebuild 
b/dev-python/lxml/lxml-4.1.1.ebuild
new file mode 100644
index 000..2ab0055cd81
--- /dev/null
+++ b/dev-python/lxml/lxml-4.1.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
+HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/ 
https://github.com/lxml/lxml";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD ElementTree GPL-2 PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples +threads test"
+
+# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
+RDEPEND="
+   >=dev-libs/libxml2-2.9.2
+   >=dev-libs/libxslt-1.1.28"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
+   "
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
+
+   # This patch removes a testcase that fails because of issues
+   # in libxml2.
+   #
+   # Upstream bug: https://bugs.launchpad.net/lxml/+bug/1608479
+   "${FILESDIR}"/${PN}-3.6.4-fix-test_xmlschema.patch
+)
+
+python_prepare_all() {
+   # avoid replacing PYTHONPATH in tests.
+   sed -i '/sys\.path/d' test.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if [[ ${EPYTHON} != python3* ]]; then
+   local -x CFLAGS="${CFLAGS}"
+   append-cflags -fno-strict-aliasing
+   fi
+   tc-export PKG_CONFIG
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
+   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
+   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
+
+   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   local DOCS=( *.txt doc/*.txt )
+   local HTML_DOCS=( doc/html/. )
+   fi
+   if use examples; then
+   docinto examples
+   dodoc -r samples/.
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Support for BeautifulSoup3 as a parser backend" 
dev-python/beautifulsoup
+   optfeature "Translates CSS selectors to XPath 1.0 expressions" 
dev-python/cs

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

2017-11-06 Thread Michael Orlitzky
commit: f11320b438948e36172d084e06e78c3cbd65e798
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Nov  6 17:36:35 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Nov  6 17:36:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11320b4

dev-php/PEAR-Numbers_Words: add ~sparc keyword.

Nothing has changed in this package since I dropped the ~sparc
keyword. The blocker (keyword for dev-php/phpunit) has been fixed in
the meantime, so let's just add it back eh?

Closes: https://bugs.gentoo.org/614894
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild 
b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild
index 62b9df853d2..ff49aada825 100644
--- a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild
+++ b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="dev-lang/php:*



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

2017-11-06 Thread Michael Orlitzky
commit: ce914c55f1f4cbc62be4fa4023b045a1e2295afd
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Nov  6 17:39:04 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Nov  6 17:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce914c55

dev-php/PEAR-Numbers_Words: remove unused PEAR-Numbers_Words-0.18.1.ebuild.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild 
b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild
deleted file mode 100644
index 7834ea4695e..000
--- a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides methods for spelling numerals in words"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/php-5.3.2
-   dev-php/PEAR-Math_BigInteger
-   "



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

2017-11-06 Thread Michael Orlitzky
commit: aacf403277b716c169a5d2952d5d70ba10b4d8b5
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Nov  6 17:50:00 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Nov  6 17:50:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacf4032

app-misc/glimpse: remove glimpse-4.18.5.ebuild.

The glimpse-4.18.5 ebuild was EAPI=0 and was waiting to be killed. It
was not quite "unused," since it was the last version that was stable
on sparc, but these days sparc is an unstable arch. There is still an
unstable ~sparc keyword on the remaining ebuild.

Closes: https://bugs.gentoo.org/617680
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/glimpse/Manifest  |  1 -
 .../glimpse/files/glimpse-4.18.5-makefile.patch| 42 -
 app-misc/glimpse/glimpse-4.18.5.ebuild | 54 --
 3 files changed, 97 deletions(-)

diff --git a/app-misc/glimpse/Manifest b/app-misc/glimpse/Manifest
index 32d8385fa63..5087deb81d3 100644
--- a/app-misc/glimpse/Manifest
+++ b/app-misc/glimpse/Manifest
@@ -1,2 +1 @@
-DIST glimpse-4.18.5.tar.gz 402754 SHA256 
ef15d43db09d59fdce6d46343ac38a3d996924dfce3287ba63c76e6be93b70e1 SHA512 
74cdc44f3eff6da62456f5ff6cf13172386bf73175e05258965ca15408bb77839b7e8bfc07e16c1cd4b4ebfaf499097ee24aac5ec77427390ed7e6e9ae3343de
 WHIRLPOOL 
a99a39168848869cf88a7664528f10b110c9b5f71c5859a3f9861599cfd0a887d512ae97f4b2fa84da1415fbe0df236259f16cbdad2c1ddfc85569424f162422
 DIST glimpse-4.18.6.tar.gz 812595 SHA256 
0c21d27d6a3fe37dacdc66ef9194623f5a94b2f5d221dff8f187f69f629beade SHA512 
884daf2057f46bbe29ad2c3e9000e18a3fcc5101abdcb5193dcf66e5da650e2528a6d2cef05ab4176243f381ba03f533cba989cad329697808d97a61f1b42d3a
 WHIRLPOOL 
9b6ecf23ed3a15f53d9324de0a271722a3d8a6b153d146388a25a2e3878ffda537e16ec3d7a2903dd964acfc889352bf89fb28c8a99309793ceefa215b2f4ae6

diff --git a/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch 
b/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch
deleted file mode 100644
index 86064099adf..000
--- a/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 Makefile.in2006-03-10 20:42:12.0 -0500
-+++ Makefile.in.new2010-08-12 21:12:41.0 -0400
-@@ -52,7 +52,7 @@
- PROGAGREP = agrep/agrep
- OPTIMIZEFLAGS   = -O2
- INCLUDEFLAGS= -I$(INDEXDIR) -I$(AGREPDIR) -I$(TEMPLATEDIR)/include
--CFLAGS  = $(INCLUDEFLAGS) $(DEFS)
-+CFLAGS  = $(INCLUDEFLAGS) $(DEFS) $(OPTIMIZEFLAGS)
- 
- OBJS  = get_filename.o \
-   get_index.o \
-@@ -78,7 +78,7 @@
-   $(INDEXDIR)/memlook.c \
-   $(INDEXDIR)/io.c
- 
--all:  build-sub @TARGET@
-+all:  build-sub
- Sall: $(PROG) $(PROGSERVER) $(PROGINDEX) 
- agrep:$(PROGAGREP)
- NOTSall:  $(NOTSPROG) $(NOTSPROGSERVER)
-@@ -87,6 +87,7 @@
-   for d in $(SUBDIRS) ; do \
-   ( cd $$d; $(MAKE) ); \
-   done
-+  $(MAKE) @TARGET@
- 
- # Check target
- 
-@@ -105,11 +106,11 @@
- 
- install-man:
-   for d in $(MANUAL) ; do \
--  $(INSTALL_MAN) $$d $(mandir) ; \
-+  $(INSTALL_MAN) $$d $(mandir)/man1/ ; \
-   done
- 
- installdirs:  mkinstalldirs
--  $(srcdir)/mkinstalldirs $(bindir) $(mandir)
-+  $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1/
- 
- clean:
-   for d in $(SUBDIRS); do \

diff --git a/app-misc/glimpse/glimpse-4.18.5.ebuild 
b/app-misc/glimpse/glimpse-4.18.5.ebuild
deleted file mode 100644
index b91dcc1c0f1..000
--- a/app-misc/glimpse/glimpse-4.18.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="A index/query system to search a large set of files quickly"
-HOMEPAGE="http://webglimpse.net/";
-SRC_URI="http://webglimpse.net/trial/${P}.tar.gz";
-
-LICENSE="glimpse"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
-IUSE="static"
-
-RDEPEND="!dev-libs/tre
-   !dev-ruby/amatch
-   !app-text/agrep"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   sed -i \
-   -e "s:CC=.*:CC=$(tc-getCC):" \
-   -e 's:-O3 -fomit-frame-pointer:$(OPTIMIZEFLAGS):' \
-   dynfilters/Makefile.in \
-   || die "removing -O3 failed"
-   sed -i \
-   -e '/^CFLAGS/s:$: $(OPTIMIZEFLAGS):' \
-   {agrep,compress,index}/Makefile.in \
-   libtemplate/{template,util}/Makefile.in \
-   || die "inserting OPTIMIZEFLAGS failed"
-   sed -i \
-   -e 's:$(mandir):&/man1/:' \
-   agrep/Makefile.in \
-   || die "adding man1 to man install dir failed"
-
-   sed -i \
-   -e '/^LDFLAGS/d' \
-   {agrep,compress,index}/Makefile.in \
-   || die "LDFLAGS sed failed"
-

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/

2017-11-06 Thread Michael Orlitzky
commit: d76d3664a801413895c5eb5161279aa1597f0655
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Nov  6 18:01:45 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Nov  6 18:01:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76d3664

app-dicts/myspell-eo: remove the unused myspell-eo-1.0.ebuild.

Closes: https://bugs.gentoo.org/626172
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/myspell-eo/Manifest  |  1 -
 app-dicts/myspell-eo/myspell-eo-1.0.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/app-dicts/myspell-eo/Manifest b/app-dicts/myspell-eo/Manifest
index 0344da9fb59..623f3bbb1d6 100644
--- a/app-dicts/myspell-eo/Manifest
+++ b/app-dicts/myspell-eo/Manifest
@@ -1,2 +1 @@
-DIST 1.0-dev.oxt 186411 SHA256 
dc07976e7ee03f556a0c2a0daaceca8fcccbaa823e6a9e31a8d709cb58666576 SHA512 
164ac71523d688c4f32ca14b44c87a15d15eaad11e553c44e2ebc75e4d5ffa98b96663059a8d57b0c18556f5fb5c95d55a4b5c16e89b3b8c4f2116e2cdac0f1c
 WHIRLPOOL 
99caf55085895ac81e9e9392d42ab99a252bd60346766c95f3cc7b15abd000d93a451d31f6a71a2cccd778897ecf5b75bb872bd51c21ad838d984044bca9be97
 DIST myspell-eo-1.0.oxt 186407 SHA256 
70d65bb07db99aaa1b0db50862057a712b454c8f0211c6a5353cdc48140eff91 SHA512 
b5cf3a14672fb0e6b810e5b4d811f430b3c3cc38cf09a0083b7e26471597c6df055242349a2a239607621301f71527e8bf225dc03de727c5863e7b7b1c821824
 WHIRLPOOL 
64ded4ee18c3b9bb2e3796c16c71fa04e32303579e2a1c652b697a1281a1de35912317987da9cbabe791072eac44ee0f89b6dd18289039af6ec9d9002a51338a

diff --git a/app-dicts/myspell-eo/myspell-eo-1.0.ebuild 
b/app-dicts/myspell-eo/myspell-eo-1.0.ebuild
deleted file mode 100644
index 02fd76a7d82..000
--- a/app-dicts/myspell-eo/myspell-eo-1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MYSPELL_DICT=(
-   "eo_l3.aff"
-   "eo_l3.dic"
-)
-
-MYSPELL_HYPH=(
-)
-
-MYSPELL_THES=(
-)
-
-inherit myspell-r2
-
-DESCRIPTION="Esperanto dictionaries for myspell/hunspell"
-HOMEPAGE="http://nlp.fi.muni.cz/projekty/esperanto_spell_checker/";
-SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt"
-
-LICENSE="GPL-2 LGPL-3 MPL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
-   # move the dicts for nicer name
-   mv literumilo.aff eo_l3.aff || die
-   mv literumilo.dic eo_l3.dic || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/

2017-11-06 Thread Michael Orlitzky
commit: 9f1748cf5e0b9aef59975b651cc1d01ba86e545b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Nov  6 18:00:54 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Nov  6 18:00:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1748cf

app-dicts/myspell-eo: stabilize myspell-eo-1.0-r1.ebuild everywhere.

I've tested this myself on amd64, and since it contains only two data
files, have stabilized it everywhere under our ALLARCHES policy.

Bug: https://bugs.gentoo.org/626172
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild 
b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
index 35b87420abf..e05f6123750 100644
--- a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
+++ b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt -> ${P}.oxt"
 
 LICENSE="GPL-2 LGPL-3 MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 src_prepare() {



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

2017-11-06 Thread Brian Evans
commit: 9fb892a6fd94828ce8d608e6bcd8e808f477f7f9
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Nov  6 18:12:25 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Nov  6 18:12:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb892a6

dev-php/PEAR-Text_Password: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-php/PEAR-Text_Password/Manifest|  1 -
 dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild | 11 ---
 2 files changed, 12 deletions(-)

diff --git a/dev-php/PEAR-Text_Password/Manifest 
b/dev-php/PEAR-Text_Password/Manifest
index 71979ecfffe..6f783d766ce 100644
--- a/dev-php/PEAR-Text_Password/Manifest
+++ b/dev-php/PEAR-Text_Password/Manifest
@@ -1,2 +1 @@
-DIST Text_Password-1.1.1.tgz 4357 SHA256 
018f64dd1527e6dfbd52ca86c25decfe01b1e6e86892ef0f7f171764eb850c87 SHA512 
6d43b47e8ebe030c9c87e4288698f26e2ef5062bb4c4477fdc5bfe0dfbf3f9aa01b0222ca6849b82d6a0519410694f7db1339cfc46b740fc03fb37f35b22
 WHIRLPOOL 
b7b5efc1459dd27c283ee4b68ed8de2c859e8c5938101043b2e0f539fee3349dcb6c32f27dc6ee2b16616c8592d15e41f9938875db98a3fb079bad760f60cafc
 DIST Text_Password-1.2.1.tgz 5631 SHA256 
d3c5d12f31c44759dddf7a7b61a5240c480804d90cdf01381590b893f55c1de8 SHA512 
9f7a357b92b8013f41cd964245fd764c5f1347b41612aacb5fca66e4963e007d7470ea3a046e6186cfebed4960c5b6e6e23e4f2ab9e08c7aee10cba5ea347fc9
 WHIRLPOOL 
53f615f015e8ed392525e7dbe9d178a3d9ce5c0e430fa957fcb1cc4d2b29606acb15a085607f916560d8674b3a7e7564119dda74aefcee1e40b39c182c6ecc93

diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild 
b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild
deleted file mode 100644
index 8032220f1f7..000
--- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit php-pear-r1
-
-DESCRIPTION="Creating passwords with PHP"
-
-LICENSE="PHP-3"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""



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

2017-11-06 Thread Brian Evans
commit: ff1ec4527c06ee66d215aaa969873b8b3dc02c1e
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Nov  6 18:11:31 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Nov  6 18:11:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1ec452

dev-php/PEAR-Text_Password: Mark script only package stable on all arches

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild 
b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
index 00d1919b53c..3ba8e34522f 100644
--- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
+++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="dev-lang/php:*"



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

2017-11-06 Thread Brian Evans
commit: 1a3d4949420ce24ceeeb05956ea541eeb92fa999
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Nov  6 18:09:28 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Nov  6 18:09:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3d4949

base/packages.use.stable.mask: Block test on PEAR-Text_Password on stable

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index f974005ac9e..72e30c326c1 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Brian Evans  (22 Oct 2017)
 # Requires unmaintained unstable dependency net-libs/gloox.
 # The go flag requires stable masked dev-lang/go[gccgo].



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

2017-11-06 Thread Andreas Sturmlechner
commit: d097b3d2dba228539fca03a03f3a09bed5604e07
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov  6 18:19:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 18:19:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d097b3d2

media-video/kaffeine: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-video/kaffeine/Manifest |  2 -
 media-video/kaffeine/kaffeine-2.0.12.1.ebuild | 66 ---
 media-video/kaffeine/kaffeine-2.0.12.ebuild   | 56 ---
 3 files changed, 124 deletions(-)

diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 9e427aaeea8..f669893c53e 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,4 +1,2 @@
-DIST kaffeine-2.0.12.1.tar.xz 4412824 SHA256 
abd3b4a97ae2af930f506652984198e7ec929640f8cb0a6dbb4af6555cd06ec5 SHA512 
479b22ed8f11ea452e1788623cfc1e341002a00fa0a0420b8f33e5255844ca4be7d2a95ac2120e0b0793521bae937cd573186b27a803960d2728f3ae8d518137
 WHIRLPOOL 
030cfe7b5cb01e5c5acdafc9a3f36d2e59bbed48e203497c8c7d9d96284077e97b4b92ca4c952a4d2dce8531340777b79b45bc6c54df3130fc10cd2ee7b87030
-DIST kaffeine-2.0.12.tar.xz 4371652 SHA256 
a19eb8262f1f35b013c3ea5aa66fd7cd99d624643db718d2e9d36d9dd7a796ca SHA512 
e53206095e6c06a7caca3f81ab198dadb68fecf8ac5f762b39d55b22d1fe33dab558617226ea06f740a3ad8bf1693809a2a0b3e2618600a9a33a17273b6aed86
 WHIRLPOOL 
1dc51bcb9f1fc0621adce7e805944c336429583f98980b545b4e8050f37d4bcf253715eaa876921f16d56e70b3adba088bf6cdd584e2b0a8d50013c74cb560e7
 DIST kaffeine-2.0.13.tar.xz 4374124 SHA256 
1ac52ac811a9c9e88fcd466a7df13860fcd749cd125e7d533f589e6a6ee176fd SHA512 
710d6c5b35f2b2f82094004e8d09edd33ec95c8e0afb64f6dcf2bc14f3e6619ae87712e2a5bd3cde23e886d1e9300510fb0b0c355c33386d4dd238aada2760f5
 WHIRLPOOL 
3748a8a01289b14a466d3d6651ade04c712350a78ae539811d01ce681b2b2afb96f0882503eccf3e4195ac474429394f874f08560300841f73bc9b9a6860273f
 DIST kaffeine-2.0.9.tar.xz 4398832 SHA256 
ac53b697bba4fa97350706698c777908c21c464f7c567fe1a4ce9352e955754f SHA512 
5adf86185aaafce4eadda4cfe40af2e0c867477f51b74a464bf813c018ecf035f9e13f47fffd21c0cd547289825441d2d80298ec7035e260f3cc0414c5fdd0d7
 WHIRLPOOL 
948eecec4957046c6ddee872747959661725f4d9f8408c735803d0dcc82c38dfcc7df6e9e92c46e8fda58e2f53a41ab6cf8c33da4b88f7d89542aa427a486223

diff --git a/media-video/kaffeine/kaffeine-2.0.12.1.ebuild 
b/media-video/kaffeine/kaffeine-2.0.12.1.ebuild
deleted file mode 100644
index 6c8e28ca773..000
--- a/media-video/kaffeine/kaffeine-2.0.12.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-DESCRIPTION="Media player with digital TV support by KDE"
-HOMEPAGE="https://kaffeine.kde.org/";
-SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 
1-3)/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(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 qtnetwork)
-   $(add_qt_dep qtsql 'sqlite')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   media-libs/libv4l
-   media-video/vlc[X]
-   x11-libs/libXScrnSaver
-"
-DEPEND="${CDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   !media-video/kaffeine:4
-"
-
-DOCS=( Changelog NOTES README.md )
-
-src_prepare() {
-   default
-
-   if ! use handbook ; then
-   sed -i CMakeLists.txt \
-   -e "/find_package(KF5DocTools CONFIG REQUIRED)/s/^/#/" \
-   -e "/kdoctools_install(po)/s/^/#/" || die
-   fi
-}
-
-src_configure() {
-   # tools working on $HOME directory for a local git checkout
-   local mycmakeargs=(
-   -DBUILD_TOOLS=OFF
-   )
-
-   kde5_src_configure
-}

diff --git a/media-video/kaffeine/kaffeine-2.0.12.ebuild 
b/media-video/kaffeine/kaffeine-2.0.12.ebuild
deleted file mode 100644
index eedddad9fe2..000
--- a/media-video/kaffeine/kaffeine-2.0.12.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-DESCRIPTION="Media player with digital TV support by KDE"
-HOMEPAGE="https://kaffeine.kde.org/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ handbo

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

2017-11-06 Thread Andreas Sturmlechner
commit: 8850ffd2951326d78ce873ecb366bbd0f68147d4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov  6 18:18:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 18:18:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8850ffd2

media-video/kaffeine: s/default/kde5_src_prepare/

Closes: https://bugs.gentoo.org/636720
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-video/kaffeine/kaffeine-2.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kaffeine/kaffeine-2.0.13.ebuild 
b/media-video/kaffeine/kaffeine-2.0.13.ebuild
index d6df75b9028..95a480f7d85 100644
--- a/media-video/kaffeine/kaffeine-2.0.13.ebuild
+++ b/media-video/kaffeine/kaffeine-2.0.13.ebuild
@@ -47,7 +47,7 @@ RDEPEND="${CDEPEND}
 DOCS=( Changelog NOTES README.md )
 
 src_prepare() {
-   default
+   kde5_src_prepare
 
if ! use handbook ; then
sed -i CMakeLists.txt \



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

2017-11-06 Thread Michał Górny
commit: 1fa63142fe916f5c2c813716c57a803677b50aa3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 18:27:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 18:31:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa63142

sys-apps/paludis: Use cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/636718

 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 2 +-
 sys-apps/paludis/paludis-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
index d0812be22a0..d37eafd6067 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
@@ -81,7 +81,7 @@ src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
 
-   eapply_user
+   cmake-utils_src_prepare
 }
 
 src_configure() {

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 89cf081c10b..cecf2cc4dee 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -78,7 +78,7 @@ src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
 
-   eapply_user
+   cmake-utils_src_prepare
 }
 
 src_configure() {



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

2017-11-06 Thread Brian Evans
commit: 7ad0a949e09e6d4aff6e8c5557f68694c1fb2804
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Nov  6 18:36:33 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Nov  6 18:36:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad0a949

dev-php/PEAR-PHP_Debug: Drop old revision

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild 
b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild
deleted file mode 100644
index 76fdf9da522..000
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides traces, timings, executed queries, watched variables 
etc. "
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
-   dev-php/PEAR-Services_W3C_HTMLValidator )"



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

2017-11-06 Thread Brian Evans
commit: 12ee17da725f7a3179df89c094ee4ab247e0853c
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Nov  6 18:36:04 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Nov  6 18:36:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ee17da

dev-php/PEAR-PHP_Debug: Revbump for new eclass/EAPI

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild  | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild 
b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild
new file mode 100644
index 000..fefe093f3ef
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit php-pear-r2
+
+DESCRIPTION="Provides traces, timings, executed queries, watched variables 
etc. "
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
+   dev-php/PEAR-Services_W3C_HTMLValidator )"
+DOCS=( docs/README docs/INSTALL docs/CHANGELOG docs/FAQ docs/TODO docs/CONTACT 
)
+src_install() {
+   php-pear-r2_src_install
+   docinto html
+   dodoc -r css images js
+}



  1   2   3   4   5   6   7   8   9   10   >