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

2017-07-05 Thread Sergey Popov
commit: 166feeaa59e320d5652e307b98d2396d7da5bde2
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jul  6 05:49:48 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jul  6 05:49:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166feeaa

dev-db/sqlcipher-3.4.1: stable on amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild 
b/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
index 398c9b50635..d75de25de37 100644
--- a/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="readline libressl static-libs tcl test"
 



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

2017-07-05 Thread Sergey Popov
commit: 1eafe6c506a7790ef6a0be14dd7f2bc57339d404
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jul  6 05:50:17 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jul  6 05:50:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eafe6c5

dev-db/sqlcipher: drop old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-db/sqlcipher/Manifest   |  2 --
 dev-db/sqlcipher/sqlcipher-3.3.0.ebuild | 43 --
 dev-db/sqlcipher/sqlcipher-3.4.0.ebuild | 55 -
 3 files changed, 100 deletions(-)

diff --git a/dev-db/sqlcipher/Manifest b/dev-db/sqlcipher/Manifest
index dcc3e82b531..94c6c17a633 100644
--- a/dev-db/sqlcipher/Manifest
+++ b/dev-db/sqlcipher/Manifest
@@ -1,3 +1 @@
-DIST sqlcipher-3.3.0.tar.gz 10235736 SHA256 
18f5df41a9806bc8eece00fde24c85107bd4807a5ae7057f9a6188de5d8fd82a SHA512 
9f24fcd25811aabe36f5e27cdfc117a02ad3578a95691e9b3b7f41ee47ee0c176243c4f35a8415a17a3828d4534aae58a1097b75a950937706b10a79f2c92c81
 WHIRLPOOL 
1f4bdaf9ead7e2834d1efd2612c74eb91df2bbc17dfa4d404a72db4ef837b6b7a8430da522b6ec708f8873482c2de318a3cf65aebfdc53c200cad53a4ded9e6b
-DIST sqlcipher-3.4.0.tar.gz 13600901 SHA256 
99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0 SHA512 
c9b7db77b742a61b5befc33f63070a2970137e0c57892ba554a37e3ca51e42dd1164a6789d21958375ed7f38ee919bfc1332eb9da8307e6fa3805d9f9c409d9c
 WHIRLPOOL 
644b4193dc128a2bbb5ba71867d6e919ae22894143ffc3c8d6a8d103aa8ed22795cfa2b7e1e04e54f38df00c86e0534bf04be1bc9df92be32c56da6b834376d7
 DIST sqlcipher-3.4.1.tar.gz 13873645 SHA256 
4172cc6e5a79d36e178d36bd5cc467a938e08368952659bcd95eccbaf0fa4ad4 SHA512 
1c08ccdf438c0de23b1293192c687cb869db1ea904c47da5643c69f3a21f3f6a801fe8e87eb2e660acf0fe977b1f05bf8801b79162c609ffa3711706392c642b
 WHIRLPOOL 
4098712a08ff852521f649e9d3abbb1f5d7a4b4f58fe9cef5495ac75bf993a64ddd04ede6f46c2fbdd823b71315e165bf20d70018993192d2844dcc5ed76f037

diff --git a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild 
b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
deleted file mode 100644
index 92842aac7c8..000
--- a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-multilib flag-o-matic
-
-DESCRIPTION="Full Database Encryption for SQLite"
-HOMEPAGE="http://sqlcipher.net/;
-SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="readline static-libs tcl test"
-
-# Tcl is always needed by buildsystem
-RDEPEND="dev-libs/openssl:0[${MULTILIB_USEDEP}]
-   readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
-   tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   dev-lang/tcl"
-
-# Testsuite requires compilation with TCL, bug #582584
-REQUIRED_USE="test? ( tcl )"
-
-src_prepare() {
-   append-cflags -DSQLITE_HAS_CODEC
-
-   autotools-multilib_src_prepare
-}
-
-src_configure()
-{
-   local myeconfargs=(
-   --enable-tempstore=yes
-   $(use_enable readline)
-   $(use_enable tcl)
-   )
-   autotools-multilib_src_configure
-}

diff --git a/dev-db/sqlcipher/sqlcipher-3.4.0.ebuild 
b/dev-db/sqlcipher/sqlcipher-3.4.0.ebuild
deleted file mode 100644
index fdf576470c1..000
--- a/dev-db/sqlcipher/sqlcipher-3.4.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="Full Database Encryption for SQLite"
-HOMEPAGE="https://www.zetetic.net/sqlcipher/;
-SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="readline libressl static-libs tcl test"
-
-# Tcl is always needed by buildsystem
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
-   readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
-   tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-lang/tcl:*"
-
-# Testsuite requires compilation with TCL, bug #582584
-REQUIRED_USE="test? ( tcl )"
-
-DOCS=( README.md )
-
-src_prepare() {
-   append-cflags -DSQLITE_HAS_CODEC
-
-   eapply_user
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --enable-fts3 \
-   --enable-fts4 \
-   --enable-fts5 \
-   --enable-json1 \
-   --enable-tempstore \
-   $(use_enable readline) \
-   $(use_enable static-libs static) \
-   $(use_enable tcl)
-}
-
-multilib_src_install_all() {
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcipher/, dev-db/sqlcipher/files/

2017-07-05 Thread Sergey Popov
commit: e26a572ff17f6d690145ea6dcfb40b8799eee656
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Jul  6 05:20:04 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Jul  6 05:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a572f

dev-db/sqlcipher: fix building with libressl

Reported-by: Toralf Förster  gentoo.org>
Gentoo-Bug: 622114

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-db/sqlcipher/files/sqlcipher-3.4.1-libressl.patch | 11 +++
 dev-db/sqlcipher/sqlcipher-3.4.1.ebuild   |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/dev-db/sqlcipher/files/sqlcipher-3.4.1-libressl.patch 
b/dev-db/sqlcipher/files/sqlcipher-3.4.1-libressl.patch
new file mode 100644
index 000..f12f1284514
--- /dev/null
+++ b/dev-db/sqlcipher/files/sqlcipher-3.4.1-libressl.patch
@@ -0,0 +1,11 @@
+--- a/src/crypto_openssl.c 2017-07-06 08:11:21.56000 +0300
 b/src/crypto_openssl.c 2017-07-06 08:11:32.18000 +0300
+@@ -46,7 +46,7 @@
+ static unsigned int openssl_init_count = 0;
+ static sqlite3_mutex* openssl_rand_mutex = NULL;
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ static HMAC_CTX *HMAC_CTX_new(void)
+ {
+   HMAC_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));

diff --git a/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild 
b/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
index 605697d2a08..398c9b50635 100644
--- a/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-3.4.1.ebuild
@@ -33,6 +33,9 @@ DOCS=( README.md )
 src_prepare() {
append-cflags -DSQLITE_HAS_CODEC
 
+   # bug #622114
+   epatch "${FILESDIR}/${P}-libressl.patch"
+
eapply_user
eautoreconf
 }



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

2017-07-05 Thread Markus Meier
commit: a42f99f16fe705bc0dd012ee6d0a445871145971
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:03:13 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:03:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42f99f1

dev-tex/xcolor: arm stable, bug #622000

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild 
b/dev-tex/xcolor/xcolor-2.12.ebuild
index ec1d11e1aa8..411bd643ef4 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip;
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"



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

2017-07-05 Thread Markus Meier
commit: b71ed397ae5a4fe8f30a88b97951d87e48558ea3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:02:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:02:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71ed397

net-dns/bind-tools: arm stable, bug #621730

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild
index 630b6ab37a3..6339df62ec0 100644
--- a/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.11.1_p1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2017-07-05 Thread Markus Meier
commit: 9bf0a16293467ba77d14e544f90040eb77bcb2fb
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:02:30 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:02:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf0a162

net-dns/bind: arm stable, bug #621730

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 net-dns/bind/bind-9.11.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.11.1_p1.ebuild 
b/net-dns/bind/bind-9.11.1_p1.ebuild
index c1c4e0ae871..44b516ee5b4 100644
--- a/net-dns/bind/bind-9.11.1_p1.ebuild
+++ b/net-dns/bind/bind-9.11.1_p1.ebuild
@@ -38,7 +38,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc filter- fixed-rrset geoip gost gssapi 
idn ipv6
 json ldap libressl lmdb mysql nslint odbc postgres python rpz seccomp selinux 
ssl static-libs



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

2017-07-05 Thread Markus Meier
commit: c24d3f15275acb004782be3bc1bfa50077a5cca4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:01:07 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:01:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24d3f15

lxde-base/lxpanel: arm stable, bug #611002

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 lxde-base/lxpanel/lxpanel-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild 
b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
index 0a909aa464e..6b264900648 100644
--- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://lxde.org/;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
 SLOT="0"
 IUSE="+alsa wifi"
 



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

2017-07-05 Thread Markus Meier
commit: 1e9e91aedd14adab8e8976b0cb95a22b8a5e60ab
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:01:17 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:01:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e91ae

lxde-base/lxappearance: arm stable, bug #611002

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
index 82d5e66850a..4d161ec121b 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/

2017-07-05 Thread Markus Meier
commit: 8c2f82df513427c738682363e7828e3dab126de8
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:01:53 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:01:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2f82df

app-emacs/pymacs: arm stable, bug #616230

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-emacs/pymacs/pymacs-0.25-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/pymacs/pymacs-0.25-r2.ebuild 
b/app-emacs/pymacs/pymacs-0.25-r2.ebuild
index 5b002cc5e14..efc09de59cb 100644
--- a/app-emacs/pymacs/pymacs-0.25-r2.ebuild
+++ b/app-emacs/pymacs/pymacs-0.25-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pinard/Pymacs/tarball/v${PV} -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="doc? (



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

2017-07-05 Thread Markus Meier
commit: 1105f902a604e1a70c12b66b4f68155627476799
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:01:21 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:01:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1105f902

lxde-base/lxtask: arm stable, bug #611002

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 lxde-base/lxtask/lxtask-0.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxtask/lxtask-0.1.8.ebuild 
b/lxde-base/lxtask/lxtask-0.1.8.ebuild
index bbad30af6e0..6e56cec2ca7 100644
--- a/lxde-base/lxtask/lxtask-0.1.8.ebuild
+++ b/lxde-base/lxtask/lxtask-0.1.8.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://lxde.sf.net/;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ppc x86 ~arm-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



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

2017-07-05 Thread Hans de Graaff
commit: a6682ab053cb62b43177533e99b16e86b0e8f23e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:45:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:45:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6682ab0

dev-ruby/commander: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/commander/Manifest   |  3 ---
 dev-ruby/commander/commander-4.4.0.ebuild | 25 -
 dev-ruby/commander/commander-4.4.1.ebuild | 25 -
 dev-ruby/commander/commander-4.4.2.ebuild | 25 -
 4 files changed, 78 deletions(-)

diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest
index 9cf397dc37d..617e9155d66 100644
--- a/dev-ruby/commander/Manifest
+++ b/dev-ruby/commander/Manifest
@@ -1,4 +1 @@
-DIST commander-4.4.0.gem 35840 SHA256 
358ae12110faed47683633bdf0e71d6782a0f3eccdbaea4e76b375d260490a56 SHA512 
e417c68c83041a088ec8d7e5202ac733b2a80699d1e15ca1612a904327833dce9ad788a9523ebe2c83f4e509001e93283745378ab5ca5aee15072690ca51d530
 WHIRLPOOL 
95f05cae077bbbd6091658ede341894d53e9a4c8dca52b0039daad443507ff999727e042000e349b7098c9012daa4f1d715ea6cb6f359b54b67c655ff8779a8d
-DIST commander-4.4.1.gem 35840 SHA256 
306be67f96793359bca344e470d759e138d8a86db01ba82f1b18ed73e5a2cd70 SHA512 
e5a3dcebc1fd28ae1ba5a61c99de3cfd5039e1562f8266a5ad96387a87009ea3ecfc17f0bb536caac95d262ec20fcbddc97203ba3176b55ed5d3c10cea280f19
 WHIRLPOOL 
cfa3230cb248025e2d8921b0520a6d673b3affde5a2c870bbb12f6bd7d208699c4be558141e40834f5e02a35bb59425854f4f2e3a468428fa3835404ab9ee307
-DIST commander-4.4.2.gem 36352 SHA256 
67e98c1121e3d3ceabed4817c2e83b3571535442d00fe9d21e7fec353baee564 SHA512 
b6063173cd4bc0c6381916369e7575e7d8ade637d326c924dd700c03dc2bd08f5d1872fbc2466a53efeb4de58011d733d0903267745aad709dbf9fa9b7571862
 WHIRLPOOL 
d60137607c48141575a7c765b07a1f007fb5f96d00960ed5341256952fe76cb7d1b936d290482db7f63d3c12fbba97a0b336c5fadbea783bc6d901a748b1d25d
 DIST commander-4.4.3.gem 36352 SHA256 
aedf4af6fdf8f05489001bcd70af87d83afec6896a3a2dfd9b49ec02bc391d07 SHA512 
9831ab6983359ebd112223f72991d09a79c04488d578973430920c399249b5071678b86190f9bc63f0303f479336a332b8e83e4f4ac9322e9630fa4d3863d4a5
 WHIRLPOOL 
16953ce906c9f9abe70a2e019a8dc44c86709c38a44e58a06e1987b986d72e6a0669d2653ee22459d131ed2ec1b8f94b70b9824efae99a93ac4c79fcea389330

diff --git a/dev-ruby/commander/commander-4.4.0.ebuild 
b/dev-ruby/commander/commander-4.4.0.ebuild
deleted file mode 100644
index 1b1eeb66328..000
--- a/dev-ruby/commander/commander-4.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The complete solution for Ruby command-line executables"
-HOMEPAGE="https://visionmedia.github.com/commander/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/highline-1.7.2"
-
-all_ruby_prepare() {
-   sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/commander/commander-4.4.1.ebuild 
b/dev-ruby/commander/commander-4.4.1.ebuild
deleted file mode 100644
index 836106fe719..000
--- a/dev-ruby/commander/commander-4.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The complete solution for Ruby command-line executables"
-HOMEPAGE="https://visionmedia.github.com/commander/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/highline-1.7.2 =dev-ruby/highline-1.7*"
-
-all_ruby_prepare() {
-   sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/commander/commander-4.4.2.ebuild 
b/dev-ruby/commander/commander-4.4.2.ebuild
deleted file mode 100644
index 836106fe719..000
--- a/dev-ruby/commander/commander-4.4.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The complete solution for Ruby command-line executables"
-HOMEPAGE="https://visionmedia.github.com/commander/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/highline-1.7.2 =dev-ruby/highline-1.7*"
-
-all_ruby_prepare() {
-   sed -i -e 

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

2017-07-05 Thread Hans de Graaff
commit: 338189881fa4ebd1cb0c97586c5a6b67e1d2f9bc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:38:12 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33818988

dev-ruby/timecop: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/timecop/Manifest |  1 -
 dev-ruby/timecop/timecop-0.8.0.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/timecop/Manifest b/dev-ruby/timecop/Manifest
index 177bb020a5b..3c0a0c69e99 100644
--- a/dev-ruby/timecop/Manifest
+++ b/dev-ruby/timecop/Manifest
@@ -1,5 +1,4 @@
 DIST timecop-0.7.1.gem 15360 SHA256 
22e529f06739b1361b4e3b40adc667dfa8f50e66b13b778448cf51fb62bc8f2a SHA512 
cbc1e1d6575473ed4200e71a8bbc91f4dd78a0e612e08ca236f485a92e71f02621bd199dc32a983dd7eea9a143b8fbf4b833f73016b5a7ea6a7459730efc1d83
 WHIRLPOOL 
f54018f65fdd55c8d7399083a7c9d1f6f1405a6cea5941b8e20ef143d3c4a57350cc2714a2626f918ff753a11dafb506539d41ef4c43464258a2832590215a2a
-DIST timecop-0.8.0.gem 16384 SHA256 
1ac7a7d13c700d21d13c533ccab3d004ecc2d8ddf339a93df7c29bd12634c47d SHA512 
bd47dd44215be3a0ec9bc095094a258a29e79dcbe19d8afde015eef60ff0951888e81a6e0cbf9790789d4d0083265bf91088556d38db58461eb38edae9b15682
 WHIRLPOOL 
ae0b5d7df5bf2cb9b5bd7695ec56b3373e5c3c0b692c86b1ef41affc4bc07441b76c43a977d2bd8f407d1ec0d379e89f96242609b7c53b12df2038bbbd2bd32d
 DIST timecop-0.8.1.gem 16384 SHA256 
bdce943521113e0b9ed2a6136e1c7396fa413ec7100814f2fe5bc1ee319f8b6f SHA512 
c4d281aa04fe94636dc23dc0fa6ea4a1dc27fc1debe550b06a208ceaab1d9d8b160f792bd5f14a7c004cecf489d4427df39873a68fe6ab27fe9c0e94770cc764
 WHIRLPOOL 
794420343bb9112f36d69b7aa161b865d1a79da3069200c2befbf693c4916f8a4021e9bbac28751beeefa8a77f21db82ff2caeddab39d5c310c8ce12147dafb1
 DIST timecop-0.9.0.gem 16896 SHA256 
adced6244cf4f853f8028b240be5f78f0c44be2021949c7c7db075a2963810ed SHA512 
820a953ed70588bd377d1b15188937429f0b8d7902e3c6696cbd0c878dfbe95269985654adae6598482384ccbf79b4cd9edf025ec61baf0982eaf340ce19c314
 WHIRLPOOL 
ca756a190d8489b33b5e60c02c68b8a9f330ab6765fb54e8a5bab14c38afac9bf61ceaf777d5cdcfba00512850ae8fd66a4bebeedccf8aaeb98d5c7a1c416403
 DIST timecop-0.9.1.gem 16896 SHA256 
374b543f0961dbd487e96d09ac812d4fdfeb603ec705bbff241ba060d0a9f534 SHA512 
2c8429ad4d9c706865810caa80dfb12c16acaaa97ea289fc300e172a359817fea7d31789f4bea75cfae8ce1f84e7d8effd32b39a0482f3d68fb4e225b487e13e
 WHIRLPOOL 
895b9625601f1b4f0d76499d6cc313072abcd48f75ca9fa38109a4437238d7c5614161784d06ea748d99747b99981d89e00646e7719bab3584625c273df8a6f5

diff --git a/dev-ruby/timecop/timecop-0.8.0.ebuild 
b/dev-ruby/timecop/timecop-0.8.0.ebuild
deleted file mode 100644
index fafb1913a99..000
--- a/dev-ruby/timecop/timecop-0.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
-HOMEPAGE="https://github.com/jtrupiano/timecop;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-# Missing testdep activesupport
-ruby_add_bdepend "test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile 
test/test_helper.rb || die
-   sed -i -e '/rubygems/ a\gem "test-unit"' test/test_helper.rb || die
-   # FIXME after activesupport gained ruby22 support
-   rm test/time_stack_item_test.rb || die
-}
-
-each_ruby_prepare() {
-   sed -i -e "/bin\/sh/ a\RUBY='${RUBY}'" test/run_tests.sh || die
-}



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

2017-07-05 Thread Hans de Graaff
commit: 03f157dae2ed915d9b0965b78e92feab4e8f6e73
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:55:55 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:55:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f157da

dev-ruby/safe_yaml: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild 
b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
index cce73247c46..066dc4ea6f6 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2017-07-05 Thread Hans de Graaff
commit: bc8d225e528c82672e21622ac75125535e84eec1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:33:53 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:33:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8d225e

dev-ruby/syntax: add 1.2.2

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/syntax/Manifest|  1 +
 dev-ruby/syntax/syntax-1.2.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/syntax/Manifest b/dev-ruby/syntax/Manifest
index 3a8737ca59a..e92bc407992 100644
--- a/dev-ruby/syntax/Manifest
+++ b/dev-ruby/syntax/Manifest
@@ -1,2 +1,3 @@
 DIST syntax-1.2.0.tar.gz 40797 SHA256 
9cec12fac6b6dc4f3fee263f5765333880ae26d4194b9670f3de26d4674dde9b SHA512 
69804ab94203e2260b4c585aacf68db6ad8e47cf2339ffeb1105ae39da5f1d456b1413f29f1c450bff19780e815b9b1b966b171de3b24595f759b36e6548
 WHIRLPOOL 
4eb23d481dbd56878ac024643d10069f644ac182813dc744fa61ea44a418d04caa738915a7a60ca85aff5bf90c35e92187e18a1adf168cd17265c06f2b3a4e66
 DIST syntax-1.2.1.tar.gz 40994 SHA256 
d1d4d39f63e4dd4753f68b3baee76ad35941c74257816ac9688ce132dbf92701 SHA512 
1b2369a5a71f1818f0074e47e56054707986fbfc14bc799e39925c919d3f00d008e102f11dfc7bbc30ea03c7fab9dddce76e5262bc3e85ce75bcd0550e793f13
 WHIRLPOOL 
f1f6a727a5e2dfd3b6afdbd7f5cd756c5a685e08cdbd41ee73845c434ecf7eb22057857a3a25df8f748e461441519f432fff188f83240794ab566d9290393cf3
+DIST syntax-1.2.2.tar.gz 41485 SHA256 
0f4fe45d8dca5cbc6bb0870de5f23aa4d2f518c320dcb38f24b8d603abf16e3a SHA512 
a3be7ac736d6c77833aa532f17485c076d34e66c40426c9c6be2dbbde87b2adb7154c9b3bed3439cc12577dffc01c8148e0870a0d02b3a02ffbf9fb1d651433b
 WHIRLPOOL 
1e671223cf2d01bbd6237cbf7684927c363d57709f140ad193974c84c3cfbfb0a4ebb2241573c669b7fb5b5d14c3bfb7542adf86fe4681f9f2c5bb5d11dba31c

diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild 
b/dev-ruby/syntax/syntax-1.2.2.ebuild
new file mode 100644
index 000..00c37f66849
--- /dev/null
+++ b/dev-ruby/syntax/syntax-1.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Syntax highlighting for sourcecode and HTML"
+HOMEPAGE="https://github.com/dblock/syntax;
+SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   # Remove manual doc since it can not longer be build and it blocks 
default rdoc recipe.
+   rm -rf doc || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/ALL-TESTS.rb || die
+}



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

2017-07-05 Thread Hans de Graaff
commit: 9397904e80d667902a349cf161264c9321b57984
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:50:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:50:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9397904e

dev-ruby/safe_yaml: move ~ppc and ~x86 forward to latest revision

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild 
b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
index 2c1f548b472..cce73247c46 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/hashie



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

2017-07-05 Thread Hans de Graaff
commit: 5148b587b4b435de1a32f5c602c7f26f77a023c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:37:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:37:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5148b587

dev-ruby/timecop: add 0.9.1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/timecop/Manifest |  1 +
 dev-ruby/timecop/timecop-0.9.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/timecop/Manifest b/dev-ruby/timecop/Manifest
index b20b4982592..177bb020a5b 100644
--- a/dev-ruby/timecop/Manifest
+++ b/dev-ruby/timecop/Manifest
@@ -2,3 +2,4 @@ DIST timecop-0.7.1.gem 15360 SHA256 
22e529f06739b1361b4e3b40adc667dfa8f50e66b13b
 DIST timecop-0.8.0.gem 16384 SHA256 
1ac7a7d13c700d21d13c533ccab3d004ecc2d8ddf339a93df7c29bd12634c47d SHA512 
bd47dd44215be3a0ec9bc095094a258a29e79dcbe19d8afde015eef60ff0951888e81a6e0cbf9790789d4d0083265bf91088556d38db58461eb38edae9b15682
 WHIRLPOOL 
ae0b5d7df5bf2cb9b5bd7695ec56b3373e5c3c0b692c86b1ef41affc4bc07441b76c43a977d2bd8f407d1ec0d379e89f96242609b7c53b12df2038bbbd2bd32d
 DIST timecop-0.8.1.gem 16384 SHA256 
bdce943521113e0b9ed2a6136e1c7396fa413ec7100814f2fe5bc1ee319f8b6f SHA512 
c4d281aa04fe94636dc23dc0fa6ea4a1dc27fc1debe550b06a208ceaab1d9d8b160f792bd5f14a7c004cecf489d4427df39873a68fe6ab27fe9c0e94770cc764
 WHIRLPOOL 
794420343bb9112f36d69b7aa161b865d1a79da3069200c2befbf693c4916f8a4021e9bbac28751beeefa8a77f21db82ff2caeddab39d5c310c8ce12147dafb1
 DIST timecop-0.9.0.gem 16896 SHA256 
adced6244cf4f853f8028b240be5f78f0c44be2021949c7c7db075a2963810ed SHA512 
820a953ed70588bd377d1b15188937429f0b8d7902e3c6696cbd0c878dfbe95269985654adae6598482384ccbf79b4cd9edf025ec61baf0982eaf340ce19c314
 WHIRLPOOL 
ca756a190d8489b33b5e60c02c68b8a9f330ab6765fb54e8a5bab14c38afac9bf61ceaf777d5cdcfba00512850ae8fd66a4bebeedccf8aaeb98d5c7a1c416403
+DIST timecop-0.9.1.gem 16896 SHA256 
374b543f0961dbd487e96d09ac812d4fdfeb603ec705bbff241ba060d0a9f534 SHA512 
2c8429ad4d9c706865810caa80dfb12c16acaaa97ea289fc300e172a359817fea7d31789f4bea75cfae8ce1f84e7d8effd32b39a0482f3d68fb4e225b487e13e
 WHIRLPOOL 
895b9625601f1b4f0d76499d6cc313072abcd48f75ca9fa38109a4437238d7c5614161784d06ea748d99747b99981d89e00646e7719bab3584625c273df8a6f5

diff --git a/dev-ruby/timecop/timecop-0.9.1.ebuild 
b/dev-ruby/timecop/timecop-0.9.1.ebuild
new file mode 100644
index 000..bb415e704b5
--- /dev/null
+++ b/dev-ruby/timecop/timecop-0.9.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_TASK_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
+HOMEPAGE="https://github.com/jtrupiano/timecop;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+# Missing testdep activesupport
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile 
test/test_helper.rb || die
+   sed -i -e '/rubygems/ a\gem "test-unit"' \
+   -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
+   # FIXME after activesupport gained ruby22 support
+   rm test/time_stack_item_test.rb || die
+}
+
+each_ruby_test() {
+   for f in test/*_test.rb ; do
+   ${RUBY} -Ilib $f || die
+   done
+}



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

2017-07-05 Thread Hans de Graaff
commit: 9a63b3c9b479d72cd373b32b844a9a49e8ec118b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  6 04:46:39 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  6 04:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a63b3c9

dev-ruby/commander: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/commander/commander-4.4.3.ebuild 
b/dev-ruby/commander/commander-4.4.3.ebuild
index 045fb543b68..01035888ab9 100644
--- a/dev-ruby/commander/commander-4.4.3.ebuild
+++ b/dev-ruby/commander/commander-4.4.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2017-07-05 Thread Brian Evans
commit: c05235cab359aafe62b7918e98b07230f000b306
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul  6 02:10:44 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul  6 02:10:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05235ca

dev-php/PEAR-Date: Drop old revision

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild 
b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild
deleted file mode 100644
index e0c4cab0eb6..000
--- a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit php-pear-r1
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-
-DESCRIPTION="Date and Time Zone classes"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND="|| ( 

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

2017-07-05 Thread Brian Evans
commit: 30063cb5e5cbfaa1a279aa36a874dbe7ae4c00d5
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul  6 01:49:16 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul  6 01:49:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30063cb5

dev-php/PEAR-Net_POP3: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild 
b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild
new file mode 100644
index 000..aace6c5e00a
--- /dev/null
+++ b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Provides a POP3 class to access POP3 server"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+sasl"
+RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1
+   sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )"
+HTML_DOCS=( docs/examples/Net_POP3_example.php )



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

2017-07-05 Thread Brian Evans
commit: c642b9d636cb48326f0f28ceb7b00b84bb15cda1
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul  6 01:56:44 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul  6 01:56:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c642b9d6

dev-php/PEAR-Numbers_Roman: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-Numbers_Roman-1.0.2-r1.ebuild  | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-php/PEAR-Numbers_Roman/PEAR-Numbers_Roman-1.0.2-r1.ebuild 
b/dev-php/PEAR-Numbers_Roman/PEAR-Numbers_Roman-1.0.2-r1.ebuild
new file mode 100644
index 000..7ef892169c5
--- /dev/null
+++ b/dev-php/PEAR-Numbers_Roman/PEAR-Numbers_Roman-1.0.2-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Provides methods for converting to and from Roman Numerals"
+
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+HTML_DOCS=( docs/examples/example.php )
+
+src_install() {
+   insinto /usr/share/php/Numbers
+   doins Roman.php
+   php-pear-r2_install_packagexml
+   einstalldocs
+}



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

2017-07-05 Thread Brian Evans
commit: 2f6031ec1fd6cc3b9ebe1d730095dce1411d249e
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul  6 01:44:43 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul  6 01:44:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6031ec

dev-php/PEAR-HTML_Table_Matrix: Revbump for EAPI and eclass change

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-HTML_Table_Matrix-1.0.10-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git 
a/dev-php/PEAR-HTML_Table_Matrix/PEAR-HTML_Table_Matrix-1.0.10-r1.ebuild 
b/dev-php/PEAR-HTML_Table_Matrix/PEAR-HTML_Table_Matrix-1.0.10-r1.ebuild
new file mode 100644
index 000..de4bb7752e0
--- /dev/null
+++ b/dev-php/PEAR-HTML_Table_Matrix/PEAR-HTML_Table_Matrix-1.0.10-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Autofill a table with data"
+
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND=">=dev-php/PEAR-HTML_Table-1.5-r1
+   >=dev-php/PEAR-Numbers_Words-0.13.1-r1"
+
+HTML_DOCS=( examples/HTML_Table_Matrix_example.php )



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

2017-07-05 Thread Brian Evans
commit: 602f6d2009d643af7c12b9436cd1716cc761def2
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul  6 02:10:14 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul  6 02:10:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602f6d20

dev-php/PEAR-Date: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild 
b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild
new file mode 100644
index 000..3682ae5c138
--- /dev/null
+++ b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PEAR_PV=${PV/_alpha/a}
+inherit php-pear-r2
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+DESCRIPTION="Date and Time Zone classes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+DOCS=( README docs/TODO )
+HTML_DOCS=( docs/examples/example.php )



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

2017-07-05 Thread Brian Evans
commit: d71cbd5d4437da22c9c4e05bcb543ef1d8ae9fbf
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul  6 02:17:45 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul  6 02:17:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71cbd5d

dev-php/PEAR-Image_IPTC: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2-r2.ebuild| 18 ++
 1 file changed, 18 insertions(+)

diff --git a/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2-r2.ebuild 
b/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2-r2.ebuild
new file mode 100644
index 000..3ec2380c0df
--- /dev/null
+++ b/dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="This package provides a mechanism for modifying IPTC header 
information"
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+src_install() {
+   insinto /usr/share/php/Image
+   doins IPTC.php
+   php-pear-r2_install_packagexml
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-07-05 Thread Göktürk Yüksek
commit: 7b5401d15189f6a0f36773a2ee40e8ebfdd05a78
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Jul  5 07:22:58 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jul  6 00:13:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5401d1

net-im/telegram-desktop-bin: clean up old.

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.1.7.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index ab23c02f20a..4e1e6ff32ba 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
 DIST tdesktop-1.1.10.tar.gz 16967625 SHA256 
be4b867367fed2a09180edde913cb8bcd4201f86707b533e4b54e36bcc1a3214 SHA512 
5b40cf494e7ca30e570c3abb1157718538bab64f0457bc73a0f85c7d79957a5699839a74da934bf3dc1683056b5686dddf536e310e1e21d0c64962523b491426
 WHIRLPOOL 
79ad90bfa967dbc56ade64150c784bf69f308138e000caf1f758616d55983618164a11c774ba2437f49cdbee63173a263949d798094e6d927ad32cee234da527
-DIST tdesktop-1.1.7.tar.gz 16754793 SHA256 
760f9ff4864e1c4cfd3a955ff493644d0e6aff5bb6d1012e12d33ede2314b622 SHA512 
a79e5ba19149be3e6fdae5759cfb399fd45bb68c32a8e0fabef1633a0f1c25220fdc93a94081ab3edbf1b9fb8790821cf46c602174a5e8c94ec35040b089fd30
 WHIRLPOOL 
7a6a61ae40b280b9a5ce61ea7a70546cc84b331a520b3e6497db939a6447cf4d0740d839251585d2403f5a9f30a0eaf92bba1eb420eb857368af269d21dfd596
 DIST tdesktop-1.1.9.tar.gz 16960532 SHA256 
954c7b05b569265ca4beb50ae3d47f12210fca484c7d56da58f9181d8ec4ce67 SHA512 
cac579b94683c54e80edeff52ad81d63cc9d7e45d48c74dd88dd4ef8c61e0dbc3b0931189ed218419eeef4d11d6b508a7a6efb9fe20f38250c12fd983983afe5
 WHIRLPOOL 
4f48acbcf0e54fbe47b1cb1585688be521a6fdf275d6019289139de9d6eeda542bcaa6d37b0de0ebbc3eff78ba97f05897a2a70438a391aeac7d831b28b7e331
 DIST tsetup.1.1.10.tar.xz 30054964 SHA256 
9024a2e1df7eecb49ad503ffa9ea2d9ccc6729dac7600c1a13c255a7db09c39e SHA512 
dd254b50b4d74dc7d9a3ed80bb99617a466a4d388de53d25c70f6772d3a8b805671986c1c79ba388ab4a1441b255846f01235aa43e3e4e3fc0278324011b3efb
 WHIRLPOOL 
e2cd1ed60a7129a2ecd6c0cd080412d2091970764277c13f1643865a158addf4641d1cd880fedf9de1d8698330307f0d8ce9aa309140712bb545699d9b1dd2d2
-DIST tsetup.1.1.7.tar.xz 29797328 SHA256 
c0a2d38219f2923294fda46fb11da868523808abccd88f60c979a32828b9473e SHA512 
a308616d0223eb4561b1855643fc8c7fb2653670dd2333e837d0496c3fc5d2ae01e395f34171baa68eeef4c2181f5a485e30288346c07584399b5306248dcb2a
 WHIRLPOOL 
eea299139b8659a419e489116054f76bb14a137cf089ab839dbf69babe538c86f99861e0fe298419636a5ecb7cc673a830385929aeca0cf7b5a7f6f1fc7fd50e
 DIST tsetup.1.1.9.tar.xz 30039836 SHA256 
370cca056d32869045f8879dfd89045747bf9327d109618002d283ab586899a6 SHA512 
5b942ccdf9317acca799287288099270bb9b2f198dc575f67d58ca9555a8c54270d3598d7078ceab072384a1f80d27a209b26da6ae12d8f462e581726a8a5724
 WHIRLPOOL 
0301846c16462a9d9f372d11685044e96947b923c43b4fa653f1e979adc0a186ed874eabef30f4317cc6949f47e2fee7ce963ba5eabf7f1573a905206ec53a24
 DIST tsetup32.1.1.10.tar.xz 31001388 SHA256 
4b751a34d3226994666c35e7760652451f29d7d83d88e02bc79da268cafc1432 SHA512 
ef162dcd48ab1cb8345275e2e66036ee5b09c0a50e1b4b9ac58872b657ceddf0b6c9bc6a101bde64f327952d76feb8808816b0a279452ee9874ee3a35ec6fda2
 WHIRLPOOL 
63ad4919a70175310dda6a415a053ffa77508e6579c4e55b541065b34a76ba06a690d86a305dd8f9143226cd170816690e3d376beb1e3f47f2044238e9598ce4
-DIST tsetup32.1.1.7.tar.xz 30618984 SHA256 
49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 SHA512 
1fcbd2af833ca925eb721f67896b0c0e2fac0e8b704211fc6d07599e909f773dba8e758de67fe9de1c7353cda10cec02462df3c3a7a212cca593c22b2f06f55e
 WHIRLPOOL 
102c676e2076dfa150f6225066d9e5d6f0222ea45c19ecb8c91bfe4be7077ca8ad1ebe99846566677b319b0b660ce3814b995676ef32c3fe76d79134c3769ef0
 DIST tsetup32.1.1.9.tar.xz 30977868 SHA256 
e77b4dd2b91a630c628a863a6a9fa001599621205a83604a5a3218e46719bd38 SHA512 
62c8771a59792a0410916e3245cd1cff64b5e3061a5b3d81f5cf976f2c6f622805f1fc77920ab64a22f8b59554992286c06fba4e26f1a53899f6e097e85423ab
 WHIRLPOOL 
ac04440263023e247c0b5d8b8d1c88473df7f48e416a6d9cdbb2e742235048311d9a627eb0b051949475dee586109ea5da501ed2d2ff45a8c1352b61dcfb4fdf

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.7.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.7.ebuild
deleted file mode 100644
index 3bcebcb59b8..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.7.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-07-05 Thread Göktürk Yüksek
commit: ee7f0bc3d39f4b95e2227cda6d2ebcba0b95e34f
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Jul  5 07:22:11 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jul  6 00:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7f0bc3

net-im/telegram-desktop-bin: version bump to 1.1.10.

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.1.10.ebuild | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index d44d7e34b5c..ab23c02f20a 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
+DIST tdesktop-1.1.10.tar.gz 16967625 SHA256 
be4b867367fed2a09180edde913cb8bcd4201f86707b533e4b54e36bcc1a3214 SHA512 
5b40cf494e7ca30e570c3abb1157718538bab64f0457bc73a0f85c7d79957a5699839a74da934bf3dc1683056b5686dddf536e310e1e21d0c64962523b491426
 WHIRLPOOL 
79ad90bfa967dbc56ade64150c784bf69f308138e000caf1f758616d55983618164a11c774ba2437f49cdbee63173a263949d798094e6d927ad32cee234da527
 DIST tdesktop-1.1.7.tar.gz 16754793 SHA256 
760f9ff4864e1c4cfd3a955ff493644d0e6aff5bb6d1012e12d33ede2314b622 SHA512 
a79e5ba19149be3e6fdae5759cfb399fd45bb68c32a8e0fabef1633a0f1c25220fdc93a94081ab3edbf1b9fb8790821cf46c602174a5e8c94ec35040b089fd30
 WHIRLPOOL 
7a6a61ae40b280b9a5ce61ea7a70546cc84b331a520b3e6497db939a6447cf4d0740d839251585d2403f5a9f30a0eaf92bba1eb420eb857368af269d21dfd596
 DIST tdesktop-1.1.9.tar.gz 16960532 SHA256 
954c7b05b569265ca4beb50ae3d47f12210fca484c7d56da58f9181d8ec4ce67 SHA512 
cac579b94683c54e80edeff52ad81d63cc9d7e45d48c74dd88dd4ef8c61e0dbc3b0931189ed218419eeef4d11d6b508a7a6efb9fe20f38250c12fd983983afe5
 WHIRLPOOL 
4f48acbcf0e54fbe47b1cb1585688be521a6fdf275d6019289139de9d6eeda542bcaa6d37b0de0ebbc3eff78ba97f05897a2a70438a391aeac7d831b28b7e331
+DIST tsetup.1.1.10.tar.xz 30054964 SHA256 
9024a2e1df7eecb49ad503ffa9ea2d9ccc6729dac7600c1a13c255a7db09c39e SHA512 
dd254b50b4d74dc7d9a3ed80bb99617a466a4d388de53d25c70f6772d3a8b805671986c1c79ba388ab4a1441b255846f01235aa43e3e4e3fc0278324011b3efb
 WHIRLPOOL 
e2cd1ed60a7129a2ecd6c0cd080412d2091970764277c13f1643865a158addf4641d1cd880fedf9de1d8698330307f0d8ce9aa309140712bb545699d9b1dd2d2
 DIST tsetup.1.1.7.tar.xz 29797328 SHA256 
c0a2d38219f2923294fda46fb11da868523808abccd88f60c979a32828b9473e SHA512 
a308616d0223eb4561b1855643fc8c7fb2653670dd2333e837d0496c3fc5d2ae01e395f34171baa68eeef4c2181f5a485e30288346c07584399b5306248dcb2a
 WHIRLPOOL 
eea299139b8659a419e489116054f76bb14a137cf089ab839dbf69babe538c86f99861e0fe298419636a5ecb7cc673a830385929aeca0cf7b5a7f6f1fc7fd50e
 DIST tsetup.1.1.9.tar.xz 30039836 SHA256 
370cca056d32869045f8879dfd89045747bf9327d109618002d283ab586899a6 SHA512 
5b942ccdf9317acca799287288099270bb9b2f198dc575f67d58ca9555a8c54270d3598d7078ceab072384a1f80d27a209b26da6ae12d8f462e581726a8a5724
 WHIRLPOOL 
0301846c16462a9d9f372d11685044e96947b923c43b4fa653f1e979adc0a186ed874eabef30f4317cc6949f47e2fee7ce963ba5eabf7f1573a905206ec53a24
+DIST tsetup32.1.1.10.tar.xz 31001388 SHA256 
4b751a34d3226994666c35e7760652451f29d7d83d88e02bc79da268cafc1432 SHA512 
ef162dcd48ab1cb8345275e2e66036ee5b09c0a50e1b4b9ac58872b657ceddf0b6c9bc6a101bde64f327952d76feb8808816b0a279452ee9874ee3a35ec6fda2
 WHIRLPOOL 
63ad4919a70175310dda6a415a053ffa77508e6579c4e55b541065b34a76ba06a690d86a305dd8f9143226cd170816690e3d376beb1e3f47f2044238e9598ce4
 DIST tsetup32.1.1.7.tar.xz 30618984 SHA256 
49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 SHA512 
1fcbd2af833ca925eb721f67896b0c0e2fac0e8b704211fc6d07599e909f773dba8e758de67fe9de1c7353cda10cec02462df3c3a7a212cca593c22b2f06f55e
 WHIRLPOOL 
102c676e2076dfa150f6225066d9e5d6f0222ea45c19ecb8c91bfe4be7077ca8ad1ebe99846566677b319b0b660ce3814b995676ef32c3fe76d79134c3769ef0
 DIST tsetup32.1.1.9.tar.xz 30977868 SHA256 
e77b4dd2b91a630c628a863a6a9fa001599621205a83604a5a3218e46719bd38 SHA512 
62c8771a59792a0410916e3245cd1cff64b5e3061a5b3d81f5cf976f2c6f622805f1fc77920ab64a22f8b59554992286c06fba4e26f1a53899f6e097e85423ab
 WHIRLPOOL 
ac04440263023e247c0b5d8b8d1c88473df7f48e416a6d9cdbb2e742235048311d9a627eb0b051949475dee586109ea5da501ed2d2ff45a8c1352b61dcfb4fdf

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.10.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.10.ebuild
new file mode 100644
index 000..3bcebcb59b8
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.10.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( 

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

2017-07-05 Thread Göktürk Yüksek
commit: 2e0854c2ca9d79e4368c252760170649115880a5
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Jul  6 00:12:25 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jul  6 00:12:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0854c2

app-admin/lastpass-cli: bump to 1.2.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/lastpass-cli/Manifest  |  1 +
 app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index 17a37c73eb8..a472cefc4c6 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -1,2 +1,3 @@
 DIST lastpass-cli-1.0.0.tar.gz 92311 SHA256 
42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e SHA512 
4709b3e4d6064c8c5cb593344e6417355d7df570240dce8eb77a19f3377ea38585280a9602cf8ab926c55c6afd84b297f261b0c8a40d355734d5cc542d46f610
 WHIRLPOOL 
394bfb597f5262dd1e47c7a3c48ef093b398f90c6dcacac6b172bb008891c76faf448ecf6be0ebfa277d18d335b166b7efadc063acc57ce88274004d1734bf21
 DIST lastpass-cli-1.1.2.tar.gz 102796 SHA256 
bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 SHA512 
8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c
 WHIRLPOOL 
c7e6a4d5ac9b8c52f53e081b367289b390704fa4dfbf13a9ea0086e4ca0d49f9ef5a39f9ea854387ffb66fbd18f9b5263d17ae6573c4286fb7a36ebdce724d7f
+DIST lastpass-cli-1.2.1.tar.gz 108780 SHA256 
1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456 SHA512 
c7c9f20dbc083873b815834320828a30a1c488571efbfc5aea47c3bd2073819d713810c785855d4c0c208e1b95aa0e5fc550a0b6b5c0f787eca1f54589e18e62
 WHIRLPOOL 
c74988f37c96d065c0fea58c946c3aa3f4925d889247247b89ffe25012077d8eb3c694a3d539a40cf3f2be1fdd195b6ef6c1ef2d429587cc18fb8a8db8fb8a93

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild
new file mode 100644
index 000..4a4ee2d8677
--- /dev/null
+++ b/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils bash-completion-r1
+
+DESCRIPTION="Interfaces with LastPass.com from the command line."
+HOMEPAGE="https://github.com/lastpass/lastpass-cli;
+SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl X +pinentry test"
+
+RDEPEND="
+   X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-misc/curl
+   dev-libs/libxml2
+   pinentry? ( app-crypt/pinentry )
+"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile all doc-man $(usex test lpass-test '')
+}
+
+src_install() {
+   cmake-utils_src_install install install-doc
+}
+
+src_test() {
+   local myctestargs=(
+   -j1 # Parallel tests fail
+   )
+
+   # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
+   # which is incorrect for our out-of-source build
+   sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
+   -i "${S}"/test/include.sh
+
+   cmake-utils_src_test
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kmousetool/

2017-07-05 Thread Andreas Sturmlechner
commit: 6eed23664718203b1dd3bf6499438d5db7f86699
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 22:44:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 22:44:00 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6eed2366

kde-apps/kmousetool: Frameworks merged to master

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kmousetool/kmousetool-5..ebuild | 33 
 kde-apps/kmousetool/kmousetool-.ebuild   | 27 +--
 2 files changed, 20 insertions(+), 40 deletions(-)

diff --git a/kde-apps/kmousetool/kmousetool-5..ebuild 
b/kde-apps/kmousetool/kmousetool-5..ebuild
deleted file mode 100644
index f410f1f7c2..00
--- a/kde-apps/kmousetool/kmousetool-5..ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE program that clicks the mouse for you"
-HOMEPAGE="https://www.kde.org/applications/utilities/kmousetool/;
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   media-libs/phonon[qt5]
-   x11-libs/libX11
-   x11-libs/libXtst
-"
-DEPEND="${RDEPEND}
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-proto/xproto
-"

diff --git a/kde-apps/kmousetool/kmousetool-.ebuild 
b/kde-apps/kmousetool/kmousetool-.ebuild
index 022a02a08f..b9ea223d4a 100644
--- a/kde-apps/kmousetool/kmousetool-.ebuild
+++ b/kde-apps/kmousetool/kmousetool-.ebuild
@@ -3,17 +3,30 @@
 
 EAPI=6
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK="forceoptional"
+inherit kde5
 
 DESCRIPTION="KDE program that clicks the mouse for you"
 HOMEPAGE="https://www.kde.org/applications/utilities/kmousetool/;
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="
-   media-libs/phonon[qt4]
+RDEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   media-libs/phonon[qt5]
+   x11-libs/libX11
+   x11-libs/libXtst
 "
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep knotify)
+DEPEND="${RDEPEND}
+   x11-libs/libXext
+   x11-libs/libXt
+   x11-proto/xproto
 "



[gentoo-commits] proj/kde:master commit in: media-sound/elisa/

2017-07-05 Thread Andreas Sturmlechner
commit: a646c02f09011655d49cea08eae4aadbe27c68e2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 22:49:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 22:49:02 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a646c02f

media-sound/elisa: Add missing RDEPENDs

Upstream commit e565837e7fc928e48d60924438a82552a7187e42

Reported-by: holgersson in #gentoo-kde

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-sound/elisa/elisa-.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-sound/elisa/elisa-.ebuild 
b/media-sound/elisa/elisa-.ebuild
index 4f8ad7cba8..b6c8400c62 100644
--- a/media-sound/elisa/elisa-.ebuild
+++ b/media-sound/elisa/elisa-.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 # TODO:
 # - Bogus deps
 # - optional features
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep baloo)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -33,8 +33,12 @@ RDEPEND="
$(add_qt_dep qtsql)
$(add_qt_dep qtwidgets)
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
sys-devel/gettext
 "
+RDEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtquickcontrols)
+"
 
 RESTRICT+=" test"



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

2017-07-05 Thread Matt Thode
commit: 9b2cc426de086dde05bb6d29c842621bda8113b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul  5 21:54:18 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul  5 21:57:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2cc426

net-misc/memcached: 1.0.39 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/memcached/Manifest|  1 +
 net-misc/memcached/memcached-1.4.39.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 4e54a7b6448..f810bd41d5f 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -4,3 +4,4 @@ DIST memcached-1.4.35.tar.gz 398312 SHA256 
f4815ac95aa06c0f360052a0a12010533b2b7
 DIST memcached-1.4.36.tar.gz 399047 SHA256 
773b6bb20bf80223ca6a15d75f570fbab346ad11ec98595e5af5e33f54bd82d8 SHA512 
37334c0e04af3175153fa4ac37606c2040dcba31556435abfd17d44d9038fc46df9355bf13103ecdede2c6716baf82699e7f62f1891aa587db232e992cf3aeea
 WHIRLPOOL 
27e4b48ad395811fa9a145e650e43ce18f68315dc18d85947742bab8d068bca570aa41e80024956e8d401eb5b656f353d97376151ff6ab8b0624b1cb686002d6
 DIST memcached-1.4.37.tar.gz 399782 SHA256 
2f335ab9110ce39036c5271ef39a582a852e424bc9659e421844073cfdf8606b SHA512 
eadcb2ea3caf5946f3348c3cddc9fa4de3268589096a8fbfcb7c2867ce317390bdb91a2539353c756d214eb02ef3f0f0e71adb5dd46fd37fda4e82a59173e1b4
 WHIRLPOOL 
58dc31ec9ead3b26e37a2158ea15890ff145b90a3171aec12ed772123c05667a7689fe0014509008db53d220a06185db5ad335fd01624561cd2fa1b845a4ed2a
 DIST memcached-1.4.38.tar.gz 403618 SHA256 
e3d06a3d3fbab2573276232f0b25a0789d7ab1242a1750d0ab049d742776ef86 SHA512 
23124ce7d25567d9e56984c074b5e4876bf6f64bdc21c2e9eb71ad9826704d1b1b2b34f560a94d6aa8113ac21939031509f934f4f9e64dd7b56c7748037bd71e
 WHIRLPOOL 
074f92b1e0882391210b15f6c8cc141243cef132615c0821c2daba61a7bd4d3b8b3fc5a0f61e2abfd3c4958ad36d01a06c80ee36549785b4533dab5ab57f556c
+DIST memcached-1.4.39.tar.gz 403751 SHA256 
23c4bf7c787e4fd9a7b0a7b61b3ffcb374ee86f9cc00ba892ce53eec40afd735 SHA512 
055d39d9d681adebb9a6a255bce5d550b61df0a1981f0105f8ffcc936e2053bca60360d755b65d79af836ba1ca71d4c739c67e20a2e0e7110ada183a7b0b63d6
 WHIRLPOOL 
186e180edc8998b8e6006d6fe22538c3a90ab13785643fb7577cf3ece399350a9d64e684863cd762fd92a67775f56022a88cbc07a177e60b2153565673fbeec0

diff --git a/net-misc/memcached/memcached-1.4.39.ebuild 
b/net-misc/memcached/memcached-1.4.39.ebuild
new file mode 100644
index 000..85d691cdb47
--- /dev/null
+++ b/net-misc/memcached/memcached-1.4.39.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit autotools eutils flag-o-matic systemd user
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/;
+SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
+https://www.memcached.org/files/old/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4:=
+dev-lang/perl
+sasl? ( dev-libs/cyrus-sasl )
+selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Harness 
>=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+
+   # Tweak upstream systemd unit to use Gentoo variables/envfile.
+   # As noted by bug #587440
+   sed -i -e '/^ExecStart/{
+   s,{USER},{MEMCACHED_RUNAS},g;
+   s,{CACHESIZE},{MEMUSAGE},g;
+   s,OPTIONS,MISC_OPTS,g;
+   };
+   /Environment=/{s,OPTIONS,MISC_OPTS,g;};
+   /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
+   ' \
+   "${S}"/scripts/memcached.service
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compile the testapp 
and
+   # the 

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

2017-07-05 Thread Matt Thode
commit: 17dcb50ff4783989a415a8645805b1b7f538bfab
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul  5 21:48:40 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul  5 21:57:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17dcb50f

sys-auth/keystone: bup 10.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-auth/keystone/Manifest   |   1 +
 sys-auth/keystone/keystone-10.0.2.ebuild | 164 +++
 2 files changed, 165 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index 2dafe5dae08..4c7b74ef7b5 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,2 +1,3 @@
 DIST keystone-10.0.1.tar.gz 1357929 SHA256 
1030e6e818db6b9d84a2ad430912b821c9309ecf600fd0753bd75a741a9e4ddc SHA512 
86069e19f519dcf51079a1c3a32658fabdaf5c59b4f5010dd6d3ddc28dbdf710a271d22af22d3451b5553eff609da6252577f8329a7f3a517da148bf37207c86
 WHIRLPOOL 
f24a8bbd3efce90e26d00e484bd5b5cac738568a4fb4948b8f3fa6d51e34bf83488247168cdf75533e80b05a28c17bd3b5bf9f3298f40e86fa5f80255992c025
+DIST keystone-10.0.2.tar.gz 1359183 SHA256 
275e3c73033657a98e17cb59370b6d549cf945f41871db5a94b4a464a43d49a7 SHA512 
9bb85559cbf28987b8c743bf1fc81e8bce167ae46a8761fdd47582f591ca227a22e2fac49da8b5f906249d7f6b99657dec7abe64f5ffbe0cb95a8c21b02e9d19
 WHIRLPOOL 
c70e54719a881e7b1927083e66fac25de6b8b41da2685ff39947c6a7258d9a77560e40cd68f5c02073313ec8ad7b3c1d6980cf952ce86208d3e39664981b2b17
 DIST keystone-11.0.2.tar.gz 1370396 SHA256 
cf25068272dba6c6487477e3d620ae449770d73d3e3382d37d2b88cf80fe9ef1 SHA512 
d2ec2c6e01df524f5dbec12960ffb54bb2a5400fff61027d6e632b1d775223e5e7ca97962db70acfbcd61e6c13ce9f5e392fc44249836055228ba4547e4ae4e6
 WHIRLPOOL 
7c9eff71b588632b125ca22824477116e387d4cfbf46b724510806b24a5d1d7694e3566da43ea8f0646a2c7059b8e6eb58343d6df4abec0427a4197f2a64354d

diff --git a/sys-auth/keystone/keystone-10.0.2.ebuild 
b/sys-auth/keystone/keystone-10.0.2.ebuild
new file mode 100644
index 000..1809d928283
--- /dev/null
+++ b/sys-auth/keystone/keystone-10.0.2.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+sqlite ldap memcached mongo mysql postgres test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   dev-python/paste[${PYTHON_USEDEP}]
+   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
+   !~dev-python/routes-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   =dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/passlib-1.6[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   !~dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]

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

2017-07-05 Thread Matt Thode
commit: c1a24a2b39103582340c54c8f3e1c39ca71e8b5b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul  5 21:56:40 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul  5 21:57:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a24a2b

dev-python/keyring: 10.3.3 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/keyring/keyring-10.3.3.ebuild 
b/dev-python/keyring/keyring-10.3.3.ebuild
index 8987c7c8a6b..2ed6a912560 100644
--- a/dev-python/keyring/keyring-10.3.3.ebuild
+++ b/dev-python/keyring/keyring-10.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2017-07-05 Thread Lars Wendler
commit: 9715c8735a42d756007adf749691229ce63d60b6
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:30:39 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9715c873

sys-apps/pciutils: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/pciutils/Manifest  |   1 -
 sys-apps/pciutils/pciutils-3.5.3.ebuild | 112 
 2 files changed, 113 deletions(-)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index fc87483d9af..807007723e8 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,4 +1,3 @@
 DIST pciutils-3.4.1.tar.gz 404166 SHA256 
0196624282c33a9bcd4bd097d4100271c82af47797ecd7488ef2711fa5f043b2 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 WHIRLPOOL 
4391c84695dc1f0844129ff5d6056ac1332d855824e1b96ec105073b97d453db21e82d2a071f1bf7d977e26cf51421183b5a37d5a962bccbed9c2667c813cc4c
-DIST pciutils-3.5.3.tar.gz 423828 SHA256 
edcbb2eb263c0f88d9156bd58db2077174314ade0547f7695d7e9dd6c30e8b77 SHA512 
aa0232d3a8d3d1fdc15b790bfed46070de4db0d7ca2cff79122200d6002b709e20383a44558c1735da46e920500d9eb2159983148c766bef91a42545cfe2cc58
 WHIRLPOOL 
b99dc0546f370f3760654897a58e69bff63afb3138c135c2d4021fe15a3c1effc139c41e60b1add02aa853f74b24442adb3d785cf549f2a8ba0be78130123163
 DIST pciutils-3.5.4.tar.gz 423997 SHA256 
1a650f10170423371d481c580071c27420b16a40eda995f3e906b8a9ade530c5 SHA512 
cd3ed843b8b2a31f92234be6a59bb02cd5268afad7e353872f588df281984af5129b4a9e363332bcf173dd71fda2091e501237fbd4fc39575cfe0472456d4a34
 WHIRLPOOL 
4a99d7c95cebc42a369bd51db1f7682dd0c49ecf8023558781fb62dc57431a4993f41e01f2d128c99bb312e5d1d2fa97f653ae5dd6ee10f112aa5bded676ddfe
 DIST pciutils-3.5.5.tar.gz 437331 SHA256 
58ad27f25c510598bdc5337160c8b573d6e9b328b3c5235636e89a1cc04d6a48 SHA512 
b2c89e1d742c5a23cad662ed6bb1d47d7587b0d823fcbf3abc6d613735961473f7d29c83a4ccb49b64ec4f674026f17e88693eb34b42cb6c128abd1407c778ba
 WHIRLPOOL 
cfa15b7622d11495b1e83f543b1677ff42c2b54fb8acda6d99a4eb3a76387874da36147d04cadd0a801917e1499de87bd5e25cd80377b4695c68c2086ee2a6a1

diff --git a/sys-apps/pciutils/pciutils-3.5.3.ebuild 
b/sys-apps/pciutils/pciutils-3.5.3.ebuild
deleted file mode 100644
index 7de545e3278..000
--- a/sys-apps/pciutils/pciutils-3.5.3.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic
-
-DESCRIPTION="Various utilities dealing with the PCI bus"
-HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git;
-SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
-
-LICENSE="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"
-IUSE="dns +kmod static-libs +udev zlib"
-
-# Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libpci.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )
-   udev? ( >=virtual/libudev-208[static-libs(+),${MULTILIB_USEDEP}] )"
-DEPEND="kmod? ( sys-apps/kmod )
-   static-libs? ( ${LIB_DEPEND} )
-   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )"
-RDEPEND="${DEPEND}
-   sys-apps/hwids"
-DEPEND="${DEPEND}
-   kmod? ( virtual/pkgconfig )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-)
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
-
-switch_config() {
-   [[ $# -ne 2 ]] && return 1
-   local opt=$1 val=$2
-
-   sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
-   return 0
-}
-
-src_prepare() {
-   epatch "${PATCHES[@]}"
-
-   if use static-libs ; then
-   cp -pPR "${S}" "${S}.static" || die
-   mv "${S}.static" "${S}/static" || die
-   fi
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   append-lfs-flags #471102
-}
-
-pemake() {
-   emake \
-   HOST="${CHOST}" \
-   CROSS_COMPILE="${CHOST}-" \
-   CC="$(tc-getCC)" \
-   AR="$(tc-getAR)" \
-   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-   RANLIB="$(tc-getRANLIB)" \
-   DNS=$(usex dns) \
-   IDSDIR='$(SHAREDIR)/misc' \
-   MANDIR='$(SHAREDIR)/man' \
-   PREFIX="${EPREFIX}/usr" \
-   SHARED="yes" \
-   STRIP="" \
-   ZLIB=$(usex zlib) \
-   PCI_COMPRESSED_IDS=0 \
-   PCI_IDS=pci.ids \
-   LIBDIR="\${PREFIX}/$(get_libdir)" \
-   LIBKMOD=$(multilib_native_usex kmod) \
-   HWDB=$(usex udev) \

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

2017-07-05 Thread Lars Wendler
commit: 426daead37a3a02a30d78e9c8fcd7c0611b395fe
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:40:00 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426daead

dev-vcs/mercurial: Bump to version 4.2.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-4.2.2.ebuild | 134 +++
 2 files changed, 135 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 77d47a46a02..a7594e75d5c 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -1,4 +1,5 @@
 DIST mercurial-3.8.4.tar.gz 4775341 SHA256 
4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 SHA512 
2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c
 WHIRLPOOL 
1f0a12cc6d00f3544ab00e011a9ff9308fe1652c0598045ddba2a41ba17b55c291da200bce85d4c600d673b8746e936c441ffa7398ad810d1069bd97fb32f2db
 DIST mercurial-4.1.3.tar.gz 5134965 SHA256 
103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8 SHA512 
794c513b7e061bc56d270ef57adc0fadeffd5bcc988da0934b24db686b76bf573aef2bbaa3baa9220f31463795bc6e6a99fc1284ebcf8d7e49f42b8129347811
 WHIRLPOOL 
a2f5d5e3e89f794415521bf0bc93ff0e8a67aec6c39951437b6b585f9f6d604bd556af10cce50951128c746719db54ea48f86fb7c262a36a29576ba539be1e79
 DIST mercurial-4.2.1.tar.gz 5317692 SHA256 
d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0 SHA512 
0349fb5343210869bacb2247d30546676e5cf486f64fb8ebb2b1c6cdf7d564e7b754a43fb5b61c7d7e66a67609c514c8e15f415f4189bccbebb2fbb5a5474645
 WHIRLPOOL 
f64df61fe2a10abca4765f150952e5d529034909666f1bee6df40d628af52d650086bd51c5d2db2e0ce2874f38fd439bb9d958bda3d2d63dccbf861b933d51f1
+DIST mercurial-4.2.2.tar.gz 5319282 SHA256 
b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe SHA512 
16324fec97146d749fe6bdb4c35466f6f1786213451015a34d34f8a0d042870d7fc29b6fd74d720191d24e84e57b3d931bb58594bcd7a89399bfbb427e7af994
 WHIRLPOOL 
9a82b7af0ca793aa17cbcce184a4d292689cbc503ba16ab2a1d349397c2ea9b01d7585eb5a1c4f260145f42de2b34de0b577747ee7b47d2abcf1184c0dc3f71f
 DIST mercurial-4.2.tar.gz 5303367 SHA256 
23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d SHA512 
bd03134a70fe0576a31d86cb6ca2d232b8f98bd9b038dc972a4d332889bb39c776f47d44ea9c45588d6e53590a8e3fbd48ca25238525919b8e44beab3d3c79cb
 WHIRLPOOL 
930882698c0e662f5fadc8a57a14ce00270cce70f7a9f8f0081647a28c3558aeda1a4d7bc5aa7e264cb60ec85051dae6a16cc62df0f51be3cc406bf587ff5485

diff --git a/dev-vcs/mercurial/mercurial-4.2.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.2.2.ebuild
new file mode 100644
index 000..a04546c6f07
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-4.2.2.ebuild
@@ -0,0 +1,134 @@
+# 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"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/;
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~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="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+
+   

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

2017-07-05 Thread Lars Wendler
commit: 8b0ba00a6346847e026eb3df5714e91bf6d2c7dc
Author: Craig Andrews  integralblue  com>
AuthorDate: Wed Jul  5 18:23:13 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0ba00a

net-libs/libtirpc: Fixed build with latest automake

Gentoo-bug: 623868
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5046

 net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild 
b/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild
index 7a836805185..d1f98f79106 100644
--- a/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit multilib-minimal toolchain-funcs eutils
+inherit autotools multilib-minimal toolchain-funcs eutils
 
 DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
 HOMEPAGE="http://libtirpc.sourceforge.net/;
@@ -34,6 +34,7 @@ src_prepare() {
cp -r "${WORKDIR}"/tirpc "${S}"/ || die
epatch "${PATCHES[@]}"
epatch_user
+   eautoreconf
 }
 
 multilib_src_configure() {



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

2017-07-05 Thread Lars Wendler
commit: 9416077c14067cd73289d77a0beb1285f2a7c0bc
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:45:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9416077c

sys-apps/iproute2: Bump to version 4.12.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/iproute2/Manifest   |   1 +
 sys-apps/iproute2/iproute2-4.12.0.ebuild | 142 +++
 2 files changed, 143 insertions(+)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index 6b97f1a79bb..afde673020b 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,5 +1,6 @@
 DIST iproute2-4.10.0.tar.xz 626944 SHA256 
22b1e1c1fc704ad35837e5a66103739727b8b48ac90b48c13f79b7367ff0a9a8 SHA512 
e54477e167455e7ef5da4adc168d63eaa96091b63dc987fffe918cbb005eceed18a62283ca99ee2512dc0e960f47ae21b39ffbe399c1612fd9cea147c34c581b
 WHIRLPOOL 
7034f87835b13d275d2e065ee00d869060ae20c7dd325d8974da414db20328195e5968ede2f0b6925ddf67de3712b5945f54276c6ce5c8367ba28520c2adb859
 DIST iproute2-4.11.0.tar.xz 657100 SHA256 
72671028bda696d0cb8f48ec8e702581c3a501caeed33eec3a81d7041cbc8026 SHA512 
e6cc3dbe2779670a752ab346c1a432b496033448d1645aa0161b3f7b683b3f9939ab09db12199b794cc64dff257faaf0d151046feea9031a6139176e08b4f4fa
 WHIRLPOOL 
9bf25b018d3f392a2e2f4faf4c3877f52ec4b0aebb082d9c2e2c3e80c0c8f3885c122c5d211c4c6ef014506d786213b36938728f63b581079274a3116fc85581
+DIST iproute2-4.12.0.tar.xz 662424 SHA256 
2e0a4c4262d9f6c169885a6e16c4c5c5f1ef6fd57b6a0e7b41f42be5bb6ebd7d SHA512 
275147f71e7c4698654f0d6d0981ab42f6f108066508c15cfcd5d9e0d3aaf8d33291968d9f06cb03f5494d801cfabf8d53308aaf56fc4fa92c52b137e970a3b0
 WHIRLPOOL 
590cc191e96ff0b777373603186e4416f064931d529878ec783759f31fd99e1119bb0604e8a89dc98d350f80eca2bfef05a13bca7ce24302408072002c0b17b2
 DIST iproute2-4.4.0.tar.xz 528552 SHA256 
bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514 SHA512 
48236fc6103a55d977efa4f93ad7fdfc0944df975ce771d57fd3dcfb13b761b0c05dbe749978ac86c7a471d023bee62a2f1648a6ca75f50da9252acfde174b69
 WHIRLPOOL 
7e90c98805e12b28de284bb998e5a27cf524a78d0bd7632c0d49a7ddff8f11f5229ac6867076e9fea6f21b6b31360bddb21138673d94de766bdf7324a09bc013
 DIST iproute2-4.5.0.tar.xz 554500 SHA256 
3f15292f53e465cb5bd6652961343ca64eb6936309ae75be5d5a541435bc494a SHA512 
d12be24cf7a1102be8e449d1e95fa67b784d505e98fcf2f18caedf0136fb378dc439f74a75bc0d6ef5b2893e5ca1968e122054404c1f4d1a212aeb0fba1c5860
 WHIRLPOOL 
dc660bde36fed126b27fb69a59c02405b5299b92a6b519ebdce74d817f88be82114bb10217ca34bbc26a89e664ff243e606a84bcb00db41088bce824542def40
 DIST iproute2-4.6.0.tar.xz 570960 SHA256 
74fc6a8ad085be095a159f8158bbaf385b42af9e101619f233f1ae466829d406 SHA512 
1e3868ced65012da6724744eb15e6bb8e2c5bf8d7a46cf2b655526de1a9e1224c7b7e9bd4a88e40516b5648955987eb9001600ca5afbd507bc664f92b51ede9f
 WHIRLPOOL 
1b0ff7988d6d5567137aca9d41e2cc3183f3620f8b874113ff9e6ca9508349550e388e423c54b165e73ed54ccb7a366ef8d032a930f27722eccbd5ff6879032e

diff --git a/sys-apps/iproute2/iproute2-4.12.0.ebuild 
b/sys-apps/iproute2/iproute2-4.12.0.ebuild
new file mode 100644
index 000..92f6ddaa6ff
--- /dev/null
+++ b/sys-apps/iproute2/iproute2-4.12.0.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils toolchain-funcs flag-o-matic multilib
+
+if [[ ${PV} == "" ]] ; then
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git"
+   inherit git-2
+else
+   SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="kernel routing and traffic control utilities"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="atm berkdb +iptables ipv6 minimal selinux"
+
+# We could make libmnl optional, but it's tiny, so eh
+RDEPEND="
+   !net-misc/arpd
+   !minimal? ( net-libs/libmnl )
+   iptables? ( >=net-firewall/iptables-1.4.20:= )
+   berkdb? ( sys-libs/db:= )
+   atm? ( net-dialup/linux-atm )
+   selinux? ( sys-libs/libselinux )
+"
+# We require newer linux-headers for ipset support #549948 and some defines 
#553876
+DEPEND="
+   ${RDEPEND}
+   app-arch/xz-utils
+   iptables? ( virtual/pkgconfig )
+   sys-devel/bison
+   sys-devel/flex
+   >=sys-kernel/linux-headers-3.16
+   elibc_glibc? ( >=sys-libs/glibc-2.7 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907
+)
+
+src_prepare() {
+   if ! use ipv6 ; then
+   PATCHES+=(
+   "${FILESDIR}"/${PN}-4.11.0-no-ipv6.patch #326849
+   )
+   fi
+
+   epatch "${PATCHES[@]}"
+
+   sed -i \
+   -e '/^CC :=/d' \
+   -e 

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

2017-07-05 Thread Lars Wendler
commit: bae639b7a2bf96211d06e4f5a58129f537fe16f7
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:30:00 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae639b7

sys-apps/pciutils: Bump to version 3.5.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/pciutils/Manifest  |   1 +
 sys-apps/pciutils/pciutils-3.5.5.ebuild | 120 
 2 files changed, 121 insertions(+)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index d561418e1f6..fc87483d9af 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,3 +1,4 @@
 DIST pciutils-3.4.1.tar.gz 404166 SHA256 
0196624282c33a9bcd4bd097d4100271c82af47797ecd7488ef2711fa5f043b2 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 WHIRLPOOL 
4391c84695dc1f0844129ff5d6056ac1332d855824e1b96ec105073b97d453db21e82d2a071f1bf7d977e26cf51421183b5a37d5a962bccbed9c2667c813cc4c
 DIST pciutils-3.5.3.tar.gz 423828 SHA256 
edcbb2eb263c0f88d9156bd58db2077174314ade0547f7695d7e9dd6c30e8b77 SHA512 
aa0232d3a8d3d1fdc15b790bfed46070de4db0d7ca2cff79122200d6002b709e20383a44558c1735da46e920500d9eb2159983148c766bef91a42545cfe2cc58
 WHIRLPOOL 
b99dc0546f370f3760654897a58e69bff63afb3138c135c2d4021fe15a3c1effc139c41e60b1add02aa853f74b24442adb3d785cf549f2a8ba0be78130123163
 DIST pciutils-3.5.4.tar.gz 423997 SHA256 
1a650f10170423371d481c580071c27420b16a40eda995f3e906b8a9ade530c5 SHA512 
cd3ed843b8b2a31f92234be6a59bb02cd5268afad7e353872f588df281984af5129b4a9e363332bcf173dd71fda2091e501237fbd4fc39575cfe0472456d4a34
 WHIRLPOOL 
4a99d7c95cebc42a369bd51db1f7682dd0c49ecf8023558781fb62dc57431a4993f41e01f2d128c99bb312e5d1d2fa97f653ae5dd6ee10f112aa5bded676ddfe
+DIST pciutils-3.5.5.tar.gz 437331 SHA256 
58ad27f25c510598bdc5337160c8b573d6e9b328b3c5235636e89a1cc04d6a48 SHA512 
b2c89e1d742c5a23cad662ed6bb1d47d7587b0d823fcbf3abc6d613735961473f7d29c83a4ccb49b64ec4f674026f17e88693eb34b42cb6c128abd1407c778ba
 WHIRLPOOL 
cfa15b7622d11495b1e83f543b1677ff42c2b54fb8acda6d99a4eb3a76387874da36147d04cadd0a801917e1499de87bd5e25cd80377b4695c68c2086ee2a6a1

diff --git a/sys-apps/pciutils/pciutils-3.5.5.ebuild 
b/sys-apps/pciutils/pciutils-3.5.5.ebuild
new file mode 100644
index 000..953cbfc4aa6
--- /dev/null
+++ b/sys-apps/pciutils/pciutils-3.5.5.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic
+
+DESCRIPTION="Various utilities dealing with the PCI bus"
+HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git;
+SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
+
+LICENSE="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"
+IUSE="dns +kmod static-libs +udev zlib"
+
+# Have the sub-libs in RDEPEND with [static-libs] since, logically,
+# our libpci.a depends on libz.a/etc... at runtime.
+LIB_DEPEND="
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )
+   udev? ( >=virtual/libudev-208[static-libs(+),${MULTILIB_USEDEP}] )
+"
+DEPEND="
+   kmod? ( sys-apps/kmod )
+   static-libs? ( ${LIB_DEPEND} )
+   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )
+"
+RDEPEND="
+   ${DEPEND}
+   sys-apps/hwids
+"
+DEPEND="
+   ${DEPEND}
+   kmod? ( virtual/pkgconfig )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
+)
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
+
+switch_config() {
+   [[ $# -ne 2 ]] && return 1
+   local opt=$1 val=$2
+
+   sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
+   return 0
+}
+
+src_prepare() {
+   epatch "${PATCHES[@]}"
+
+   if use static-libs ; then
+   cp -pPR "${S}" "${S}.static" || die
+   mv "${S}.static" "${S}/static" || die
+   fi
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   append-lfs-flags #471102
+}
+
+pemake() {
+   emake \
+   HOST="${CHOST}" \
+   CROSS_COMPILE="${CHOST}-" \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   RANLIB="$(tc-getRANLIB)" \
+   DNS=$(usex dns) \
+   IDSDIR='$(SHAREDIR)/misc' \
+   MANDIR='$(SHAREDIR)/man' \
+   PREFIX="${EPREFIX}/usr" \
+   SHARED="yes" \
+   STRIP="" \
+   ZLIB=$(usex zlib) \
+   PCI_COMPRESSED_IDS=0 \
+   PCI_IDS=pci.ids \
+   LIBDIR="\${PREFIX}/$(get_libdir)" \
+   

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

2017-07-05 Thread Lars Wendler
commit: 2ae528e0dfd4e5100b31b1824e1a11baaf623251
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:35:50 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae528e0

dev-util/strace: Bump to version 4.18

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/strace/Manifest   |  1 +
 dev-util/strace/strace-4.18.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index dbd3124a10f..01868a69838 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,3 +1,4 @@
 DIST strace-4.13.tar.xz 847032 SHA256 
d48f732576c91ece36a5843d63f9be054c40ef59f1e4773986042636861625d7 SHA512 
166d9b80ec093e049161ee5506a60c408d6f953d8fa04ba5dcb5105b0c9181282a2c28ff0a7acfa44880be44fd1dbde2319e895868a6edecd0121700a49dfdec
 WHIRLPOOL 
0e5dd46610befc20fe9c0d65f665b304e7e512d647b2bd4b3cf73840197c052914d775296e01a738969e5ec84df94e19c491ab943e88040ca04063a4cd22a8ed
 DIST strace-4.16.tar.xz 98 SHA256 
98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef SHA512 
d1a7b782cb8196eb95b431b66f9b0eff7886869a7e3a4618d985f73b2eed7590ba73150b9c33e55ee5c65fc8f863588b64c5611dca7b5d7a4183110eaf4451d5
 WHIRLPOOL 
3406b4fa96d4113c620e5d179ae61def8dc8ca97f4255b8df6b344269f9fd2c0eae76d9dde6fcc10a6aebc192e4ccb0e130a60ee03f83bcef9be56632e400cb3
 DIST strace-4.17.tar.xz 1001808 SHA256 
81f35b085fbb3cfa806eb521a8522ac3406deaccfe121ce35064bad268237419 SHA512 
dab376d9c5ac7db98e864f3cfb165eeec714e3ea492f32ee873cebe01fbd3a0793db09983af1da6530480666a59973ccd9855d348e754be1eead9c0a5d524029
 WHIRLPOOL 
5d1aaa0405288695d73523eb0171e9c56e966db44a58dbd7ae6aed16af66a151be5ad58fb716ce2305ea9435e29dc36bd3be5ade73e09fef69fcbcf32599a036
+DIST strace-4.18.tar.xz 1040676 SHA256 
89ad887c1e6226bdbca8da31d589cadea4be0744b142eb47b768086c937fca08 SHA512 
4fcabc11ef8055c09a5a4777e66f006dd9d67d74740dc0d6e31eb16fa8496062b848c1f21adeeeba7895f57af851103a384c19000ac15cd2f5521e78a5e7a8ad
 WHIRLPOOL 
740d8a19ed3cc0822ec3bbdae72dd3cbe892f78a9161ee824735599ac316788a3fa8c54a18ba32b79c6225930e57f9a74f00fd8e11a1b96514bce9b40d124edc

diff --git a/dev-util/strace/strace-4.18.ebuild 
b/dev-util/strace/strace-4.18.ebuild
new file mode 100644
index 000..5d4fba688f4
--- /dev/null
+++ b/dev-util/strace/strace-4.18.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit flag-o-matic eutils toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
+   EGIT_PROJECT="${PN}"
+   inherit git-2 autotools
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
+DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
+HOMEPAGE="https://sourceforge.net/projects/strace/;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="aio perl static unwind"
+
+LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )"
+# strace only uses the header from libaio to decode structs
+DEPEND="
+   static? ( ${LIB_DEPEND} )
+   aio? ( >=dev-libs/libaio-0.3.106 )
+   sys-kernel/linux-headers
+"
+RDEPEND="
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   perl? ( dev-lang/perl )
+"
+
+src_prepare() {
+   if epatch_user || [[ ! -e configure ]] ; then
+   # git generation
+   ./xlat/gen.sh || die
+   ./generate_mpers_am.sh || die
+   eautoreconf
+   [[ ! -e CREDITS ]] && cp CREDITS{.in,}
+   fi
+
+   filter-lfs-flags # configure handles this sanely
+   use static && append-ldflags -static
+
+   export ac_cv_header_libaio_h=$(usex aio)
+   use elibc_musl && export ac_cv_header_stdc=no
+
+   # Stub out the -k test since it's known to be flaky. #545812
+   sed -i '1iexit 77' tests*/strace-k.test || die
+}
+
+src_configure() {
+   # Set up the default build settings, and then use the names strace 
expects.
+   tc-export_build_env BUILD_{CC,CPP}
+   local v bv
+   for v in CC CPP {C,CPP,LD}FLAGS ; do
+   bv="BUILD_${v}"
+   export "${v}_FOR_BUILD=${!bv}"
+   done
+
+   econf $(use_with unwind libunwind)
+}
+
+src_install() {
+   default
+   use perl || rm "${ED}"/usr/bin/strace-graph
+   dodoc CREDITS
+}



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

2017-07-05 Thread Lars Wendler
commit: 9cce4d19880ad614c0e438c054baf74b9a6f4400
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:36:52 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cce4d19

dev-util/strace: Sync live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/strace/strace-.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-.ebuild
index 9ec77eb9b80..5d4fba688f4 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
 
 inherit flag-o-matic eutils toolchain-funcs
 
@@ -23,11 +23,15 @@ IUSE="aio perl static unwind"
 
 LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )"
 # strace only uses the header from libaio to decode structs
-DEPEND="static? ( ${LIB_DEPEND} )
+DEPEND="
+   static? ( ${LIB_DEPEND} )
aio? ( >=dev-libs/libaio-0.3.106 )
-   sys-kernel/linux-headers"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   perl? ( dev-lang/perl )"
+   sys-kernel/linux-headers
+"
+RDEPEND="
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   perl? ( dev-lang/perl )
+"
 
 src_prepare() {
if epatch_user || [[ ! -e configure ]] ; then



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

2017-07-05 Thread Lars Wendler
commit: 7006337e7b55d0da08a5a0beb3f2745ab90152e1
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 21:25:43 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 21:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7006337e

dev-libs/libpcre: Bump to version 8.41

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/libpcre/Manifest b/dev-libs/libpcre/Manifest
index dacf77de3e9..7d801d1c0ef 100644
--- a/dev-libs/libpcre/Manifest
+++ b/dev-libs/libpcre/Manifest
@@ -1 +1,2 @@
 DIST pcre-8.40.tar.bz2 1560119 SHA256 
00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4 SHA512 
b4c27eafbdf33bd7a1384655b1936f4be3bc6745c072347eb26e988896c52664bd85ac42444da1be78b6e20f45b6c7e5921f5f20f5b0741b5bd3d9844e5bd4e2
 WHIRLPOOL 
6711688972b3db4b98902d548b84e8b03b61c3a12d24a4e42fc49ddc5e2b4be51f98f91873166e550866e88b6cd55092ea27704a3b7e71d58a2af21148ad3340
+DIST pcre-8.41.tar.bz2 1561874 SHA256 
e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 SHA512 
cc9cdbeb98c010fe4f093a019bebfb91965dae4c6a48f8e49c38ec8df7d9da7f0d32c12fc58f22c51f1c2f010e72b65bcbf8bbf180060e93edf464fa9a7c3551
 WHIRLPOOL 
24d891c4f6580af20aa07a166038a2bacb52cdb305987f8b91b2fecae65e7b5277d3ef0b26ddbb3a33fd34794e6340e77df6a321e770b3aca4393d1ed144cf64

diff --git a/dev-libs/libpcre/libpcre-8.41.ebuild 
b/dev-libs/libpcre/libpcre-8.41.ebuild
new file mode 100644
index 000..a681e836fee
--- /dev/null
+++ b/dev-libs/libpcre/libpcre-8.41.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils multilib libtool flag-o-matic toolchain-funcs multilib-minimal
+
+DESCRIPTION="Perl-compatible regular expression library"
+HOMEPAGE="http://www.pcre.org/;
+MY_P="pcre-${PV/_rc/-RC}"
+if [[ ${PV} != *_rc* ]] ; then
+   # Only the final releases are available here.
+   SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2
+   
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2;
+else
+   
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2;
+fi
+
+LICENSE="BSD"
+SLOT="3"
+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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
+REQUIRED_USE="readline? ( !libedit )
+   libedit? ( !readline )"
+
+RDEPEND="
+   bzip2? ( app-arch/bzip2 )
+   zlib? ( sys-libs/zlib )
+   libedit? ( dev-libs/libedit )
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+RDEPEND="
+   ${RDEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r2
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/pcre-config
+)
+
+#PATCHES=(
+#)
+
+src_prepare() {
+   #epatch "${PATCHES[@]}"
+   sed -i -e "s:-lpcre ::" libpcrecpp.pc.in || die
+   elibtoolize
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --with-match-limit-recursion=$(usex recursion-limit 8192 
MATCH_LIMIT)
+   $(multilib_native_use_enable bzip2 pcregrep-libbz2)
+   $(use_enable cxx cpp)
+   $(use_enable jit) $(use_enable jit pcregrep-jit)
+   $(use_enable pcre16)
+   $(use_enable pcre32)
+   $(multilib_native_use_enable libedit pcretest-libedit)
+   $(multilib_native_use_enable readline pcretest-libreadline)
+   $(use_enable static-libs static)
+   $(use_enable unicode utf) $(use_enable unicode 
unicode-properties)
+   $(multilib_native_use_enable zlib pcregrep-libz)
+   --enable-pcre8
+   --enable-shared
+   --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake V=1 $(multilib_is_native_abi || echo "bin_PROGRAMS=")
+}
+
+multilib_src_install() {
+   emake \
+   DESTDIR="${D}" \
+   $(multilib_is_native_abi || echo "bin_PROGRAMS= 
dist_html_DATA=") \
+   install
+   gen_usr_ldscript -a pcre
+}
+
+multilib_src_install_all() {
+   prune_libtool_files
+}
+
+pkg_preinst() {
+   preserve_old_lib /$(get_libdir)/libpcre.so.0
+}
+
+pkg_postinst() {
+   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/dosemu/, app-emulation/dosemu/files/

2017-07-05 Thread Sergei Trofimovich
commit: 60c042fa6d30842870a81da6090fc39960304a27
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  5 21:36:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  5 21:37:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c042fa

app-emulation/dosemu: workaround ld.gold linking bug #618366

Reported-by: Martin Väth
Bug: https://bugs.gentoo.org/618366
Bug: https://sourceware.org/PR21518
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../dosemu/dosemu-1.4.1_pre20130107-r4.ebuild  | 103 +
 .../dosemu-1.4.1_pre20130107-fix-inline.patch  |  14 +++
 .../dosemu-1.4.1_pre20130107-ia16-ldflags.patch|  45 +
 3 files changed, 162 insertions(+)

diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r4.ebuild 
b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r4.ebuild
new file mode 100644
index 000..67e228d9794
--- /dev/null
+++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r4.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic pax-utils toolchain-funcs
+
+P_FD="dosemu-freedos-1.0-bin"
+COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71"
+
+DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosemu.org/;
+SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz
+   
https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip
 -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="X svga gpm debug alsa sndfile fluidsynth"
+
+RDEPEND="X? ( x11-libs/libX11
+   x11-libs/libXxf86vm
+   x11-libs/libXau
+   x11-libs/libXext
+   x11-libs/libXdmcp
+   x11-apps/xset
+   x11-apps/xlsfonts
+   x11-apps/bdftopcf
+   x11-apps/mkfontdir )
+   svga? ( media-libs/svgalib )
+   gpm? ( sys-libs/gpm )
+   alsa? ( media-libs/alsa-lib )
+   sndfile? ( media-libs/libsndfile )
+   fluidsynth? ( media-sound/fluidsynth
+   media-sound/fluid-soundfont )
+   media-libs/libsdl
+   >=sys-libs/slang-1.4"
+
+DEPEND="${RDEPEND}
+   X? ( x11-proto/xf86dgaproto )
+   >=sys-devel/autoconf-2.57"
+
+S="${WORKDIR}/${PN}-code-${COMMIT}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fortify.patch
+   "${FILESDIR}"/${PN}-1.4.1_pre20091009-dash.patch
+   "${FILESDIR}"/${P}-no-glibc.patch
+   "${FILESDIR}"/${P}-flex-2.6.3.patch
+   "${FILESDIR}"/${P}-ia16-ldflags.patch
+   "${FILESDIR}"/${P}-fix-inline.patch
+)
+
+src_prepare() {
+   default
+
+   # Has problems with -O3 on some systems
+   replace-flags -O[3-9] -O2
+
+   # This one is from media-sound/fluid-soundfont (bug #479534)
+   sed 
"s,/usr/share/soundfonts/default.sf2,${EPREFIX}/usr/share/sounds/sf2/FluidR3_GM.sf2,"\
+   -i src/plugin/fluidsynth/mid_o_flus.c || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # workaround binutils ld.gold bug #618366
+   local nopie_flag=
+   if tc-enables-pie; then
+   if gcc-specs-pie; then
+   # before gcc got upstream support for '-no-pie'
+   nopie_flag=-nopie
+   else
+   nopie_flag=-no-pie
+   fi
+   fi
+
+   econf $(use_with X x) \
+   $(use_with svga svgalib) \
+   $(use_enable debug) \
+   $(use_with gpm) \
+   $(use_with alsa) \
+   $(use_with sndfile) \
+   $(use_with fluidsynth) \
+   --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \
+   --sysconfdir="${EPREFIX}"/etc/dosemu/ \
+   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   IA16_LDFLAGS_EXTRA=${nopie_flag}
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+}
+
+src_install() {
+   default
+
+   # r - randmmap: dosemu tries to get address mapping
+   # exactly where asked, loops otherwise.
+   # m - allow RWX mapping: as it's an emulator / code loader
+   pax-mark -mr "${ED}/usr/bin/dosemu.bin"
+}

diff --git 
a/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fix-inline.patch 
b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fix-inline.patch
new file mode 100644
index 000..9a515941b81
--- /dev/null
+++ b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fix-inline.patch
@@ -0,0 +1,14 @@
+diff --git a/src/dosext/sound/sound.c b/src/dosext/sound/sound.c
+index f33f78f..f429362 100644
+--- a/src/dosext/sound/sound.c
 b/src/dosext/sound/sound.c
+@@ -173,3 +173,3 @@ void sb_cms_write (ioport_t port, Bit8u value);
+ 
+-inline void sb_mixer_register_write (Bit8u value);
++static inline void sb_mixer_register_write (Bit8u value);
+ void sb_mixer_data_write (Bit8u value);
+@@ -840,3 +840,3 @@ void sb_cms_write (ioport_t port, Bit8u value)
+ 

[gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/

2017-07-05 Thread José María Alonso
commit: 4d992cff546348f11b18031ae2333200f81c96b7
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:13:11 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:13:11 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d992cff

dev-lisp/chronicity: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/chronicity/chronicity-0.2.6.ebuild | 28 
 dev-lisp/chronicity/chronicity-0.2.7.ebuild |  5 ++---
 dev-lisp/chronicity/chronicity-0.3.0.ebuild |  3 +--
 3 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild 
b/dev-lisp/chronicity/chronicity-0.2.6.ebuild
deleted file mode 100644
index a8f94f36..
--- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-2
-
-DESCRIPTION="A natural language date and time parser for Common Lisp."
-HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/;
-SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/cl-ppcre-2.0.0
-dev-lisp/cl-interpol
->=dev-lisp/local-time-1.0.1"
-
-CLPACKAGES="${PN} ${PN}-test"
-
-src_install() {
-   common-lisp-install *.asd src test
-   common-lisp-symlink-asdf
-   dodoc README
-}

diff --git a/dev-lisp/chronicity/chronicity-0.2.7.ebuild 
b/dev-lisp/chronicity/chronicity-0.2.7.ebuild
index 52a02424..c24b82bc 100644
--- a/dev-lisp/chronicity/chronicity-0.2.7.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.2.7.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/chronicity/chronicity-0.3.0.ebuild 
b/dev-lisp/chronicity/chronicity-0.3.0.ebuild
index fc3fbfd4..c24b82bc 100644
--- a/dev-lisp/chronicity/chronicity-0.3.0.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.3.0.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-http/

2017-07-05 Thread José María Alonso
commit: 2c3e798b866d5a514c73593563547f5f6517cd8b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:12:35 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:12:35 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c3e798b

dev-lisp/trivial-http: Updates to common-lisp-3 eclass

 dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild 
b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
index 7307ea00..61a767a7 100644
--- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
+++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Library for doing HTTP POST, HEAD and GET over a socket 
interface."
 HOMEPAGE="http://common-lisp.net/project/trivial-http/;
@@ -18,6 +19,6 @@ RDEPEND="!dev-lisp/cl-${PN}
dev-lisp/lift"
 
 src_install() {
-   common-lisp-install *.asd {dev,tests}/*.lisp
-   common-lisp-symlink-asdf
+   common-lisp-install-sources {dev,tests}/*.lisp
+   common-lisp-install-asdf
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/

2017-07-05 Thread José María Alonso
commit: 0e59647ffe8e62d611fb77eab2c0c59b6ce93cb7
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:11:42 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:11:42 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0e59647f

dev-lisp/babel: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/babel/babel-0.3.0.ebuild | 29 -
 dev-lisp/babel/babel-0.4.0.ebuild |  5 ++---
 dev-lisp/babel/babel-0.5.0.ebuild |  5 ++---
 3 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/dev-lisp/babel/babel-0.3.0.ebuild 
b/dev-lisp/babel/babel-0.3.0.ebuild
deleted file mode 100644
index 6672cc8a..
--- a/dev-lisp/babel/babel-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2 eutils
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A charset encoding/decoding library."
-HOMEPAGE="http://common-lisp.net/project/babel/;
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/alexandria
-   dev-lisp/trivial-features
-   dev-lisp/trivial-gray-streams
-   dev-lisp/rt"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-   common-lisp-install *.asd src/ tests/
-   common-lisp-symlink-asdf
-   dodoc NOTES README
-}

diff --git a/dev-lisp/babel/babel-0.4.0.ebuild 
b/dev-lisp/babel/babel-0.4.0.ebuild
index e2871c2e..693a20ef 100644
--- a/dev-lisp/babel/babel-0.4.0.ebuild
+++ b/dev-lisp/babel/babel-0.4.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/babel/babel-0.5.0.ebuild 
b/dev-lisp/babel/babel-0.5.0.ebuild
index e2871c2e..693a20ef 100644
--- a/dev-lisp/babel/babel-0.5.0.ebuild
+++ b/dev-lisp/babel/babel-0.5.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-timers/

2017-07-05 Thread José María Alonso
commit: 757b42b539a3f577d9a76e9be9f806810aeecb25
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:10:26 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:10:26 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=757b42b5

dev-lisp/trivial-timers: Updates to common-lisp-3 eclass

 dev-lisp/trivial-timers/trivial-timers-0.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/trivial-timers/trivial-timers-0.0.ebuild 
b/dev-lisp/trivial-timers/trivial-timers-0.0.ebuild
index f7031a9c..5da7e123 100644
--- a/dev-lisp/trivial-timers/trivial-timers-0.0.ebuild
+++ b/dev-lisp/trivial-timers/trivial-timers-0.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 MY_P=${PN}_${PV}
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/closure-common/

2017-07-05 Thread José María Alonso
commit: f683496b1182f9fb3b56bcabe6b349f919ddd9f5
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:09:12 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:09:12 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f683496b

dev-lisp/closure-common: Updates to common-lisp-3 eclass

 dev-lisp/closure-common/closure-common-20081130.ebuild | 7 ---
 dev-lisp/closure-common/closure-common-.ebuild | 3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/closure-common/closure-common-20081130.ebuild 
b/dev-lisp/closure-common/closure-common-20081130.ebuild
index b927baf9..4ea9cfce 100644
--- a/dev-lisp/closure-common/closure-common-20081130.ebuild
+++ b/dev-lisp/closure-common/closure-common-20081130.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
 

diff --git a/dev-lisp/closure-common/closure-common-.ebuild 
b/dev-lisp/closure-common/closure-common-.ebuild
index 544922ba..404b441f 100644
--- a/dev-lisp/closure-common/closure-common-.ebuild
+++ b/dev-lisp/closure-common/closure-common-.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/genhash/

2017-07-05 Thread José María Alonso
commit: 831f0845611d7b902b8150c1d46198f01dc77be6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:08:34 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:08:34 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=831f0845

dev-lisp/genhash: Updates to common-lisp-3 eclass

 dev-lisp/genhash/genhash-1.7.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/genhash/genhash-1.7.ebuild 
b/dev-lisp/genhash/genhash-1.7.ebuild
index 26bd7eaf..029ffef0 100644
--- a/dev-lisp/genhash/genhash-1.7.ebuild
+++ b/dev-lisp/genhash/genhash-1.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp library providing support for generic hashtables."
 HOMEPAGE="http://www.cliki.net/genhash;



[gentoo-commits] proj/lisp:master commit in: dev-lisp/timer/

2017-07-05 Thread José María Alonso
commit: 73aea8676f4c587bb59883a795d9fa1cd660abcd
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:07:38 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:07:38 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=73aea867

dev-lisp/timer: Updates to common-lisp-3 eclass

 dev-lisp/timer/timer-0.4.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/timer/timer-0.4.0-r1.ebuild 
b/dev-lisp/timer/timer-0.4.0-r1.ebuild
index d77b9e02..549f0214 100644
--- a/dev-lisp/timer/timer-0.4.0-r1.ebuild
+++ b/dev-lisp/timer/timer-0.4.0-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements 
an interface similar to LispWorks' timer and scheduling functions."
 HOMEPAGE="http://www.cliki.net/TIMER;



[gentoo-commits] proj/lisp:master commit in: dev-lisp/nuclblog/

2017-07-05 Thread José María Alonso
commit: 9ab03b865bb84da92cd7c50968a6f288d143df64
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:07:10 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:07:10 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ab03b86

dev-lisp/nuclblog: Updates to common-lisp-3 eclass

 dev-lisp/nuclblog/nuclblog-0.5.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/nuclblog/nuclblog-0.5.ebuild 
b/dev-lisp/nuclblog/nuclblog-0.5.ebuild
index 88001ea3..92a1e13d 100644
--- a/dev-lisp/nuclblog/nuclblog-0.5.ebuild
+++ b/dev-lisp/nuclblog/nuclblog-0.5.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 MY_P=${PN}_${PV}
 
@@ -27,12 +28,16 @@ S="${WORKDIR}"/${MY_P}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/fix-asd.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/fix-asd.patch
rm "${S}"/nuclblog-demo.asd
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd} version.lisp-expr css/
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp version.lisp-expr css/
+   common-lisp-install-asdf
dodoc NEWS README ChangeLog
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-matcher/

2017-07-05 Thread José María Alonso
commit: 4d097505e5f1c07b6e36989580b73aded5f59809
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:05:12 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:05:12 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d097505

dev-lisp/fare-matcher: Updates to common-lisp-3 eclass

 dev-lisp/fare-matcher/fare-matcher-20090115.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild 
b/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild
index 4e7dcd36..39782669 100644
--- a/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild
+++ b/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/salza-png/

2017-07-05 Thread José María Alonso
commit: 097c4108849b1e3a99b569b5fd366fab0edf5ee3
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:04:31 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:04:31 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=097c4108

dev-lisp/salza-png: Updates to common-lisp-3 eclass

 dev-lisp/salza-png/salza-png-1.0.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/salza-png/salza-png-1.0.1.ebuild 
b/dev-lisp/salza-png/salza-png-1.0.1.ebuild
index 1114bfd0..bf8b2fc2 100644
--- a/dev-lisp/salza-png/salza-png-1.0.1.ebuild
+++ b/dev-lisp/salza-png/salza-png-1.0.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Salza-png is a graphics library that writes PNG files using 
Salza."
 HOMEPAGE="http://www.cliki.net/Salza-PNG;



[gentoo-commits] proj/lisp:master commit in: dev-lisp/regex/

2017-07-05 Thread José María Alonso
commit: 5f3cc850d46b5ef8c5a210fdf1d9d32ee24d5e67
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:01:49 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:01:49 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5f3cc850

dev-lisp/regex: Updates to common-lisp-3 eclass

 dev-lisp/regex/regex-20070506.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/regex/regex-20070506.ebuild 
b/dev-lisp/regex/regex-20070506.ebuild
index 866600da..910a763e 100644
--- a/dev-lisp/regex/regex-20070506.ebuild
+++ b/dev-lisp/regex/regex-20070506.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="Common Lisp regular expression compiler/matcher"
 HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#regex



[gentoo-commits] proj/lisp:master commit in: dev-lisp/uuid/

2017-07-05 Thread José María Alonso
commit: eeb4d685111225f6510dbe9cf90f02113a9ba024
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 21:00:35 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 21:00:35 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eeb4d685

dev-lisp/uuid: Updates to common-lisp-3 eclass

 dev-lisp/uuid/uuid-20080727.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/uuid/uuid-20080727.ebuild 
b/dev-lisp/uuid/uuid-20080727.ebuild
index 52b2e056..3c82998d 100644
--- a/dev-lisp/uuid/uuid-20080727.ebuild
+++ b/dev-lisp/uuid/uuid-20080727.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="A Common Lisp library for generation of UUIDs as described by RFC 
4122."
 HOMEPAGE="http://www.dardoria.net/software/uuid.html;
@@ -16,7 +17,7 @@ IUSE=""
 RDEPEND="dev-lisp/ironclad"
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml *.{html,png,jpeg}
 }



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

2017-07-05 Thread Andreas Sturmlechner
commit: ebef7d6961efa37fe64dc17cd791c1adab048c41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 20:59:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 20:59:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebef7d69

kde-apps/kgpg: Drop 16.12.3

Do not even make it appear to be an easy unmask for stable, since it
ultimately depends on super conflicting kde-apps/*-17.04.x packages.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kgpg/Manifest|  1 -
 kde-apps/kgpg/kgpg-16.12.3.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest
index 6ae82f53b97..9397142a0dd 100644
--- a/kde-apps/kgpg/Manifest
+++ b/kde-apps/kgpg/Manifest
@@ -1,3 +1,2 @@
 DIST kgpg-16.08.3.tar.xz 810340 SHA256 
1724c0fe639c8c89c17a8a7f9d2d30bf9701bb3194684a68a664b3b8e908799e SHA512 
84fd34ebc393ee2c500a5ac167256fa54d98f48aace6ba150a0dc611d3161b5931e52f19a81ec70fbc7ef9354991c7cd00872ed88fbcba99642064b1d83c3296
 WHIRLPOOL 
f41c10076eca9b05166a1357b96602a99e763076aa49ae18201401b5747e1e0b937406438ad95563ca048a4e1d44716373bb84d6ea564d4f0d52161d4ea9f322
-DIST kgpg-16.12.3.tar.xz 817636 SHA256 
bc6b7c037eedf2e672a34d07c7c1044785e8a7dc3e38d4a6b671832b64097029 SHA512 
0045343e4dcc1ec73e018c912bef54e3c2a71c424c5588569a62d180eb4f1c18aa9846d45a4eacc938cdae57091b882cde5ce68a6da09807dcadb01f3b5af461
 WHIRLPOOL 
50d676f47e3c1985ed39da300f12e6e1b3af8cab1693ca295fb523c8220f3112417fae2de3432bc9a3f6bee06e03ff890415596198b98789fe2c8303c3a2b875
 DIST kgpg-17.04.2.tar.xz 2821256 SHA256 
bd5e0c61d57bc4ec86fabc011ec3c052b60c6bd0dc2f1a4b0db59997360e796b SHA512 
f29e79d07f32889477006b456ab7ef7f04c3119aa055a5e9b61b3c15255301a176e81ea05da5f4197256d152fbd0fc500138d018dd4d6e7431b48fbb6dac3058
 WHIRLPOOL 
ae95753b86b3563f465b074eea44119b98506222e727dcfbf81a565ad9ff6f1a88989ea2ec2ee444ce533f52ef90bff21ecb94e7cbe5610138700ad31ca3f73f

diff --git a/kde-apps/kgpg/kgpg-16.12.3.ebuild 
b/kde-apps/kgpg/kgpg-16.12.3.ebuild
deleted file mode 100644
index b5eabdcbb2e..000
--- a/kde-apps/kgpg/kgpg-16.12.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="gpg"
-inherit kde5
-
-DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE"
-HOMEPAGE="https://www.kde.org/applications/utilities/kgpg
-https://utils.kde.org/projects/kgpg;
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep kcontacts)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   app-crypt/gpgme
-"
-RDEPEND="${COMMON_DEPEND}
-   app-crypt/gnupg
-"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/

2017-07-05 Thread José María Alonso
commit: 8d1b824e7eb59e856ad4409e852638661ea6bee6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 20:57:11 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 20:57:11 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8d1b824e

dev-lisp/terminfo: Updates to common-lisp-3 eclass

 dev-lisp/terminfo/terminfo-1.3-r1.ebuild | 7 ---
 dev-lisp/terminfo/terminfo-.ebuild   | 9 -
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild 
b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
index 1ec9d372..50eb8018 100644
--- a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
+++ b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp interface to the terminfo database."
 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html;

diff --git a/dev-lisp/terminfo/terminfo-.ebuild 
b/dev-lisp/terminfo/terminfo-.ebuild
index 017e9ff3..43231779 100644
--- a/dev-lisp/terminfo/terminfo-.ebuild
+++ b/dev-lisp/terminfo/terminfo-.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp interface to the terminfo database."
 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html;
@@ -19,5 +18,5 @@ RDEPEND="!dev-lisp/cl-${PN}
 
 src_install() {
common-lisp-install-sources "${PN}.lisp"
-   common-lisp-install-asdf "${PN}.asd"
+   common-lisp-install-asdf
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/moptilities/

2017-07-05 Thread José María Alonso
commit: 8b049c1e6c0adcaf0244d0ddb8e8cb3c3442f0b6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 20:56:22 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 20:56:22 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8b049c1e

dev-lisp/moptilities: Updates to common-lisp-3 eclass

 dev-lisp/moptilities/moptilities-0.3.13.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/moptilities/moptilities-0.3.13.ebuild 
b/dev-lisp/moptilities/moptilities-0.3.13.ebuild
index a2ec2102..4c5bf054 100644
--- a/dev-lisp/moptilities/moptilities-0.3.13.ebuild
+++ b/dev-lisp/moptilities/moptilities-0.3.13.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="Provides a compatibility layer for minor MOP implmentation 
differences."
 HOMEPAGE="http://common-lisp.net/project/moptilities/;
@@ -19,6 +20,6 @@ RDEPEND=">=dev-lisp/closer-mop-0.55
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-   common-lisp-install *.asd dev/*.lisp tests
-   common-lisp-symlink-asdf
+   common-lisp-install-sources dev/*.lisp tests
+   common-lisp-install-asdf
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/metatilities-base/

2017-07-05 Thread José María Alonso
commit: da7e69ad9196e5b0791778353c224642e74d1114
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 20:54:34 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 20:54:34 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=da7e69ad

dev-lisp/metatilities-base: Updates to common-lisp-3 eclass

 dev-lisp/metatilities-base/metatilities-base-0.6.6-r1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/metatilities-base/metatilities-base-0.6.6-r1.ebuild 
b/dev-lisp/metatilities-base/metatilities-base-0.6.6-r1.ebuild
index 0ab2c376..8c423fa1 100644
--- a/dev-lisp/metatilities-base/metatilities-base-0.6.6-r1.ebuild
+++ b/dev-lisp/metatilities-base/metatilities-base-0.6.6-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="metabang.com's base set of core utilities."
 HOMEPAGE="http://common-lisp.net/project/metatilities-base/;
@@ -19,7 +20,6 @@ RDEPEND="dev-lisp/moptilities
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-   common-lisp-install ${PN}.asd ${PN}-test.asd
-   common-lisp-install dev/*.lisp
-   common-lisp-symlink-asdf
+   common-lisp-install-sources dev/*.lisp
+   common-lisp-install-asdf
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/arnesi/

2017-07-05 Thread José María Alonso
commit: c1ab13845d219d6b61178ee174f91e9f50a67e9d
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 20:51:28 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 20:51:28 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c1ab1384

dev-lisp/arnesi: Updates to common-lisp-3 eclass

 dev-lisp/arnesi/arnesi-20080413-r1.ebuild | 11 +--
 dev-lisp/arnesi/arnesi-.ebuild|  5 ++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/arnesi/arnesi-20080413-r1.ebuild 
b/dev-lisp/arnesi/arnesi-20080413-r1.ebuild
index e910091b..69b114fb 100644
--- a/dev-lisp/arnesi/arnesi-20080413-r1.ebuild
+++ b/dev-lisp/arnesi/arnesi-20080413-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="arnesi is a Common Lisp utility suite used with bese projects"
 HOMEPAGE="http://common-lisp.net/project/bese/arnesi.html;
@@ -21,6 +20,6 @@ RDEPEND="!dev-lisp/cl-${PN}
dev-lisp/cl-ppcre"
 
 src_install() {
-   common-lisp-install ${PN}.asd src t
-   common-lisp-symlink-asdf
+   common-lisp-install-sources src t
+   common-lisp-install-asdf
 }

diff --git a/dev-lisp/arnesi/arnesi-.ebuild 
b/dev-lisp/arnesi/arnesi-.ebuild
index 81c25774..08a6aaab 100644
--- a/dev-lisp/arnesi/arnesi-.ebuild
+++ b/dev-lisp/arnesi/arnesi-.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3 darcs
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/metatilities/

2017-07-05 Thread José María Alonso
commit: b6bd3dd426233e9f806eba58adb51431d4b9c6a2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 20:49:25 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 20:49:25 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b6bd3dd4

dev-lisp/metatilities: Updates to common-lisp-3 eclass

 dev-lisp/metatilities/metatilities-0.6.18.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/metatilities/metatilities-0.6.18.ebuild 
b/dev-lisp/metatilities/metatilities-0.6.18.ebuild
index 2c0d6653..34120935 100644
--- a/dev-lisp/metatilities/metatilities-0.6.18.ebuild
+++ b/dev-lisp/metatilities/metatilities-0.6.18.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="Metatilities is metabang.com's set of core utilities."
 HOMEPAGE="http://common-lisp.net/project/metatilities/;
@@ -22,10 +23,14 @@ RDEPEND="dev-lisp/asdf-system-connections
 
 src_unpack() {
unpack ${A} && cd "${S}"
-   epatch "${FILESDIR}"/fix-export-new-states.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/fix-export-new-states.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install ${PN}.asd dev/
-   common-lisp-symlink-asdf
+   common-lisp-install-sources dev/
+   common-lisp-install-asdf
 }



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

2017-07-05 Thread Andreas Sturmlechner
commit: 157f766580ef8e2aba95edb8224bcd737f746e75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 20:33:15 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 20:37:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157f7665

sys-libs/kpmcore: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-libs/kpmcore/Manifest |  2 --
 sys-libs/kpmcore/kpmcore-3.1.0.ebuild | 38 ---
 sys-libs/kpmcore/kpmcore-3.1.1.ebuild | 38 ---
 3 files changed, 78 deletions(-)

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index 2f2e3fb9481..cd7d73eae9c 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1,4 +1,2 @@
 DIST kpmcore-3.0.3.tar.xz 401800 SHA256 
a271a7f6e84ef161a1130a7ff9d998fc8b74d91098bfa8e0a92e0c9ec6cd989e SHA512 
20d21b8317aebea56ed63b636b852df1ae50895aacbe9c92e1470c9d8a1085561aa04a44fc41d70df71713a3f90c2d7f4192d232a060fe352422093012744186
 WHIRLPOOL 
6cedde5b242e1ca7b3228369c610647b57a973f279e9c77ee4bb3ac1bef911c154eec5d9215bbc3c5bb6bad745cd95ecb987768429f5f2273b970236b8a5765e
-DIST kpmcore-3.1.0.tar.xz 403860 SHA256 
93f37452e46df56c334fa4e6b78afb2b9b0eea43a181f2a692477ab75746df5b SHA512 
fbb5da36f0a0616ca749acb496bd27f38cc960c7400f407a10898b4fb2d9ecf70d6fbb2c519132c759571324a6ac527e8a4fb42634fb4ad65d161d2d2e32e8f1
 WHIRLPOOL 
d0780155202127c63e65e6adf76384449b0bdb6d4f3ee22c483594c0a2e6ea720ec224a0dcb889dfc167f5194ef8443817da69e1e72854f5adbfd0f433b5f7a6
-DIST kpmcore-3.1.1.tar.xz 403384 SHA256 
e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321 SHA512 
19cbc320052e98f047592c193587572750520df1a4e3b8172a2cfd063f38a16efe2ec037fb911e19cde6707dd12f5fc6977d2ae7153fef801a289d2e6e7e9e11
 WHIRLPOOL 
6ee781c0579ba5c159d2a8d4f79dd7e105a5468a25a35590c6297f653e74c0b351a986718cd0e5fd74a23ce686ff474a0b56ede2caa5774652fa4fa0e35d0643
 DIST kpmcore-3.1.2.tar.xz 403324 SHA256 
52d4fa37b7939f1b584bdd1be4ed8bfa036f240ae05d6ec281cba717bb8ec6c1 SHA512 
a11679f3de30f7c06ae567e6ce77d7737b0a98f2ea7e0955d08bcbd32b978915cdee992e003730cd56bcd504d311d4159e7e834e1db14a065c21f59a8609d003
 WHIRLPOOL 
58a13b396af1fda02430e730aac6b299a00aeb3165b0fdd6c319505f5d83a64324cad1bded3ced28df78a262c53d69f7fbaf028cfe038ef5b1940e90921f89ed

diff --git a/sys-libs/kpmcore/kpmcore-3.1.0.ebuild 
b/sys-libs/kpmcore/kpmcore-3.1.0.ebuild
deleted file mode 100644
index f5b20182ec4..000
--- a/sys-libs/kpmcore/kpmcore-3.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-QT_MINIMAL="5.7.1"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Library for managing partitions"
-HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager;
-LICENSE="GPL-3"
-SLOT="5/5"
-IUSE=""
-
-CDEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-libs/libatasmart
-   sys-apps/util-linux
-   >=sys-block/parted-3
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   !https://www.kde.org/applications/system/kdepartitionmanager;
-LICENSE="GPL-3"
-SLOT="5/5"
-IUSE=""
-
-CDEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-libs/libatasmart
-   sys-apps/util-linux
-   >=sys-block/parted-3
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   !

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

2017-07-05 Thread Andreas Sturmlechner
commit: 125779f09ec40f7bee99dbea89462d1631e7e3ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 20:32:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 20:37:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125779f0

sys-libs/kpmcore: 3.1.2 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-libs/kpmcore/Manifest |  1 +
 sys-libs/kpmcore/kpmcore-3.1.2.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index bb5d0a55f5c..2f2e3fb9481 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1,3 +1,4 @@
 DIST kpmcore-3.0.3.tar.xz 401800 SHA256 
a271a7f6e84ef161a1130a7ff9d998fc8b74d91098bfa8e0a92e0c9ec6cd989e SHA512 
20d21b8317aebea56ed63b636b852df1ae50895aacbe9c92e1470c9d8a1085561aa04a44fc41d70df71713a3f90c2d7f4192d232a060fe352422093012744186
 WHIRLPOOL 
6cedde5b242e1ca7b3228369c610647b57a973f279e9c77ee4bb3ac1bef911c154eec5d9215bbc3c5bb6bad745cd95ecb987768429f5f2273b970236b8a5765e
 DIST kpmcore-3.1.0.tar.xz 403860 SHA256 
93f37452e46df56c334fa4e6b78afb2b9b0eea43a181f2a692477ab75746df5b SHA512 
fbb5da36f0a0616ca749acb496bd27f38cc960c7400f407a10898b4fb2d9ecf70d6fbb2c519132c759571324a6ac527e8a4fb42634fb4ad65d161d2d2e32e8f1
 WHIRLPOOL 
d0780155202127c63e65e6adf76384449b0bdb6d4f3ee22c483594c0a2e6ea720ec224a0dcb889dfc167f5194ef8443817da69e1e72854f5adbfd0f433b5f7a6
 DIST kpmcore-3.1.1.tar.xz 403384 SHA256 
e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321 SHA512 
19cbc320052e98f047592c193587572750520df1a4e3b8172a2cfd063f38a16efe2ec037fb911e19cde6707dd12f5fc6977d2ae7153fef801a289d2e6e7e9e11
 WHIRLPOOL 
6ee781c0579ba5c159d2a8d4f79dd7e105a5468a25a35590c6297f653e74c0b351a986718cd0e5fd74a23ce686ff474a0b56ede2caa5774652fa4fa0e35d0643
+DIST kpmcore-3.1.2.tar.xz 403324 SHA256 
52d4fa37b7939f1b584bdd1be4ed8bfa036f240ae05d6ec281cba717bb8ec6c1 SHA512 
a11679f3de30f7c06ae567e6ce77d7737b0a98f2ea7e0955d08bcbd32b978915cdee992e003730cd56bcd504d311d4159e7e834e1db14a065c21f59a8609d003
 WHIRLPOOL 
58a13b396af1fda02430e730aac6b299a00aeb3165b0fdd6c319505f5d83a64324cad1bded3ced28df78a262c53d69f7fbaf028cfe038ef5b1940e90921f89ed

diff --git a/sys-libs/kpmcore/kpmcore-3.1.2.ebuild 
b/sys-libs/kpmcore/kpmcore-3.1.2.ebuild
new file mode 100644
index 000..6b1b7065601
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-3.1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager;
+LICENSE="GPL-3"
+SLOT="5/5"
+IUSE=""
+
+CDEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   dev-libs/libatasmart
+   sys-apps/util-linux
+   >=sys-block/parted-3
+"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   !

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

2017-07-05 Thread Ian Stakenvicius
commit: c437406054d811ec3d124ae29757e4fb67fee89c
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jul  5 20:34:41 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jul  5 20:35:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4374060

sys-libs/ldb: bump minimum versions on a couple of missed dependencies

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-libs/ldb/ldb-1.1.31.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/ldb/ldb-1.1.31.ebuild b/sys-libs/ldb/ldb-1.1.31.ebuild
index 4faedc10611..7ce11c05b7b 100644
--- a/sys-libs/ldb/ldb-1.1.31.ebuild
+++ b/sys-libs/ldb/ldb-1.1.31.ebuild
@@ -19,9 +19,9 @@ IUSE="doc +ldap +python"
 RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
dev-libs/popt[${MULTILIB_USEDEP}]
>=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}]
-   >=sys-libs/talloc-2.1.8[python?,${MULTILIB_USEDEP}]
+   >=sys-libs/talloc-2.1.9[python?,${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.9.31[python(+)?,${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.3.12[python?,${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-1.3.13[python?,${MULTILIB_USEDEP}]
!!=net-fs/samba-4.0.0[ldb]
python? ( ${PYTHON_DEPS} )



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

2017-07-05 Thread Agostino Sarubbo
commit: 5fb2a2986c947a46b23eda6308f211b004ba279c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:30:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb2a298

sys-block/nbd: amd64 stable wrt bug #623864

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

 sys-block/nbd/nbd-3.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
index 9517632c110..f1a412d25fd 100644
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ b/sys-block/nbd/nbd-3.15.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug zlib"
 
 # gnutls is an automagic dep.



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

2017-07-05 Thread Agostino Sarubbo
commit: d3eb8a7b30a433c6879a8107176d276778d75a5f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:30:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3eb8a7b

kde-apps/minuet: amd64 stable wrt bug #620374

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

 kde-apps/minuet/minuet-16.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/minuet/minuet-16.12.3.ebuild 
b/kde-apps/minuet/minuet-16.12.3.ebuild
index 088005a48fe..65a51a782af 100644
--- a/kde-apps/minuet/minuet-16.12.3.ebuild
+++ b/kde-apps/minuet/minuet-16.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="A KDE Software for Music Education"
 HOMEPAGE="https://minuet.kde.org/;
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 8923352bfee7b70a71f216e95a9d43ada856ce40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8923352b

kde-plasma/oxygen: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild 
b/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild
index 322e8762a9d..46ecc4fbcd2 100644
--- a/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild
@@ -7,7 +7,7 @@ inherit kde5 multibuild
 
 DESCRIPTION="Oxygen visual style for the Plasma desktop"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen;
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="qt4 wayland"
 
 COMMON_DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 52ee16cf2b0097472dd8a6193eb9ed3ab67dc7aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ee16cf

kde-plasma/libksysguard: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild
index 30e026fdc6b..c6dc0ef6057 100644
--- a/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+detailedmemory minimal X"
 
 COMMON_DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 534185138837a63c9e7c08743fa85b40efdb3970
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53418513

kde-plasma/powerdevil: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild
index fabb7805ea8..02872c8b4bf 100644
--- a/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil;
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="consolekit +wireless"
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 3507a28766987236cf81fbeedbbbaa0bb98a73a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3507a287

kde-plasma/plasma-nm: amd64 stable wrt bug #620372

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

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

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



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

2017-07-05 Thread Agostino Sarubbo
commit: f4b9891c559301321908b9b6fe2e1c5baeada958
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b9891c

kde-plasma/plasma-meta: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild
index f1f95092688..de8608c0b75 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="bluetooth +display-manager grub gtk +handbook networkmanager pam 
plymouth pulseaudio +sddm sdk +wallpapers"
 
 RDEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: ba9b995eefed8cbe3c372b492acbd4f4a5f42184
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:30:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9b995e

app-office/skrooge: amd64 stable wrt bug #620378

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

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

diff --git a/app-office/skrooge/skrooge-2.8.1.ebuild 
b/app-office/skrooge/skrooge-2.8.1.ebuild
index 208a320373f..d6fae5e2be5 100644
--- a/app-office/skrooge/skrooge-2.8.1.ebuild
+++ b/app-office/skrooge/skrooge-2.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.skrooge.org/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="activities designer kde ofx"
 
 COMMON_DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: e644507b4af587f94154010786f7cc7c8dce0f9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:31:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e644507b

dev-db/mariadb: amd64 stable wrt bug #605372

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

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

diff --git a/dev-db/mariadb/mariadb-10.1.24.ebuild 
b/dev-db/mariadb/mariadb-10.1.24.ebuild
index 62d35d11d98..7012bf24dff 100644
--- a/dev-db/mariadb/mariadb-10.1.24.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.24.ebuild
@@ -21,7 +21,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="server? ( tokudb? ( jemalloc ) ) static? ( !pam ) jdbc? ( 
extraengine server !static )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 ~arm64 ~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"
 
 MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 



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

2017-07-05 Thread Agostino Sarubbo
commit: c4373b1356dddf6512640249d597b2ea5683a9ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4373b13

kde-plasma/plasma-workspace-wallpapers: amd64 stable wrt bug #620372

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

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

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild
index a893dcfeb80..8825803e797 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild
@@ -8,7 +8,7 @@ KDE_DEBUG="false"
 inherit kde5
 
 DESCRIPTION="Additional wallpapers for the Plasma workspace"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 2502db4b17f8eaadc7f1f0bd62d872784f35e41b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:59 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2502db4b

kde-plasma/systemsettings: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild
index 9235dcaf7fc..d4920f58b3e 100644
--- a/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="System settings utility"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="classic gtk"
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: fa280ae0037a7bc644f3e25f096c35d8516688f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa280ae0

kde-plasma/plasma-sdk: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
index 49055db89c8..929504cf0a0 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: e4bd2ba42fa29859aadd545da9a6073dbc592cfd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bd2ba4

kde-plasma/plasma-integration: amd64 stable wrt bug #620372

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

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

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



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

2017-07-05 Thread Agostino Sarubbo
commit: b025491d8d3cdebff7c83ed8388ee4947f7c8959
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b025491d

kde-plasma/plasma-pa: amd64 stable wrt bug #620372

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

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

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



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

2017-07-05 Thread Agostino Sarubbo
commit: b7a10b062de109856cc0eaebc4a390e182413a69
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:30:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a10b06

kde-plasma/user-manager: amd64 stable wrt bug #620372

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

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

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



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

2017-07-05 Thread Agostino Sarubbo
commit: 42be977c2add70a2949e8b5017cf25d8d5872d8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42be977c

kde-plasma/polkit-kde-agent: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild
index 127e07d8f11..b9dafa03eb7 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="PolKit agent module for KDE Plasma"
 HOMEPAGE="https://www.kde.org;
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 012527bbeb58f6a1fe5c49c0f082e23074b3c661
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012527bb

kde-plasma/plasma-workspace: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild
index 3f8d7d47535..473fe66531d 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5 qmake-utils
 
 DESCRIPTION="KDE Plasma workspace"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+calendar geolocation gps prison qalculate +semantic-desktop"
 
 COMMON_DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 445a90a616ad5506ac052f7fac8c583eda218bd9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:29:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445a90a6

kde-plasma/sddm-kcm: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild
index 866d237ee6d..fad418fcdf1 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="KDE Plasma control module for SDDM"
 HOMEPAGE="https://projects.kde.org/projects/kdereview/sddm-kcm;
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: f8a2653d47beb8b41c04103400c203f14f5c0f34
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:27:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a2653d

kde-plasma/kwallet-pam: amd64 stable wrt bug #620372

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

 kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild 
b/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild
index c91205f1557..ae5959c900e 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="KWallet PAM module to not enter password again"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 991c0a77cb7c69989d4baafd83377a95019732f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991c0a77

kde-plasma/kwrited: amd64 stable wrt bug #620372

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

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

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



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

2017-07-05 Thread Agostino Sarubbo
commit: bde2ad606637cd2eef634227af0261ea5b5d13a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:27:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde2ad60

kde-plasma/kwayland-integration: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild
index 6edd40ee0dc..ca2880cd005 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Provides integration plugins for various KDE 
frameworks for Wayland
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 708e659073f6654e8433afa8ee4ca1f88ebda74b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708e6590

kde-plasma/plasma-desktop: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild
index c2e7cd985ac..a4825180c23 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="appstream +fontconfig gtk2 gtk3 +input_devices_evdev 
input_devices_synaptics
 ibus legacy-systray pulseaudio +qt4 scim +semantic-desktop"
 



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

2017-07-05 Thread Agostino Sarubbo
commit: f001ba12af54673d492c359435d7b9ecdd57d479
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:27:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f001ba12

kde-plasma/kwin: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/kwin/kwin-5.9.5.ebuild 
b/kde-plasma/kwin/kwin-5.9.5.ebuild
index 222df722d24..8289acff38c 100644
--- a/kde-plasma/kwin/kwin-5.9.5.ebuild
+++ b/kde-plasma/kwin/kwin-5.9.5.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="KDE window manager"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="gles2 multimedia"
 
 # drop qtcore subslot operator when QT_MINIMAL >= 5.7.0



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

2017-07-05 Thread Agostino Sarubbo
commit: 183fce541a501c741650c0f375750874a6612245
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183fce54

kde-plasma/milou: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/milou/milou-5.9.5.ebuild 
b/kde-plasma/milou/milou-5.9.5.ebuild
index 36b2c7448b1..7e245f7f3b8 100644
--- a/kde-plasma/milou/milou-5.9.5.ebuild
+++ b/kde-plasma/milou/milou-5.9.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Dedicated search application built on top of Baloo"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/milou;
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2017-07-05 Thread Agostino Sarubbo
commit: 0fee356f85092557f13d35b4328836f333fa2dab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul  5 20:28:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul  5 20:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fee356f

kde-plasma/libkscreen: amd64 stable wrt bug #620372

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

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

diff --git a/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild 
b/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild
index faedcb06278..455bb2f9f7a 100644
--- a/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Plasma screen management library"
 SLOT="5/7"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll/, dev-ada/gnatcoll/files/

2017-07-05 Thread Alfredo Tupone
commit: bbb0250a9d9849cf72b527b75205bc3107025546
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Jul  5 20:26:56 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jul  5 20:27:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb0250a

dev-ada/gnatcoll: Add tools use flag to build gnatcoll_db2ada

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch | 21 -
 dev-ada/gnatcoll/gnatcoll-2016.ebuild | 15 +++
 dev-ada/gnatcoll/gnatcoll-2017.ebuild |  9 -
 dev-ada/gnatcoll/metadata.xml | 14 --
 4 files changed, 31 insertions(+), 28 deletions(-)

diff --git a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch 
b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch
index a54a7c12566..1a1d4d14eec 100644
--- a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch
+++ b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch
@@ -23,27 +23,6 @@
  
  ###
  #  install
-@@ -53,7 +53,7 @@
- ###
- #  install
- 
--GPRINST_OPTS=-p -f --prefix=${prefix} --install-name=gnatcoll \
-+GPRINST_OPTS=-p -f --prefix=$(DESTDIR)${prefix} --install-name=gnatcoll \
-   --exec-subdir=${bindir} --project-subdir=lib/gnat \
-   --build-var=LIBRARY_TYPE --build-name=$(@F) -XLIBRARY_TYPE=$(@F)
- 
-@@ -73,9 +73,9 @@
-   ${GPRINSTALL} --mode=usage ${GPRINST_OPTS} -Psrc/gnatcoll_tools
- 
- install_gps_plugin: force
--  mkdir -p $(prefix)/share/gps/plug-ins
-+  mkdir -p $(DESTDIR)$(prefix)/share/gps/plug-ins
-   (cd distrib/ ; tar cf - gnatcoll) | \
--  (cd $(prefix)/share/gps/plug-ins ; tar xf -)
-+  (cd $(DESTDIR)$(prefix)/share/gps/plug-ins ; tar xf -)
- 
- # Regenerate part of the sources. Unfortunately, this can be run only after
- # we have build GNATCOLL, and then its tools, even though GNATCOLL itself
 --- gnatcoll-gpl-2015-src/src/gnatcoll_gmp.gpr.in.old  2017-01-07 
08:52:14.921110195 +0100
 +++ gnatcoll-gpl-2015-src/src/gnatcoll_gmp.gpr.in  2017-01-07 
08:55:35.718946607 +0100
 @@ -24,6 +24,7 @@

diff --git a/dev-ada/gnatcoll/gnatcoll-2016.ebuild 
b/dev-ada/gnatcoll/gnatcoll-2016.ebuild
index 9ceb0858a42..165b27e6abd 100644
--- a/dev-ada/gnatcoll/gnatcoll-2016.ebuild
+++ b/dev-ada/gnatcoll/gnatcoll-2016.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline
-   +shared sqlite static syslog"
+   +shared sqlite static syslog tools"
 
 RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
@@ -101,17 +101,24 @@ src_compile() {
emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v 
GCC=${GCC} \
build_library_type/static
fi
+   if use tools; then
+   emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v 
GCC=${GCC} \
+   build_tools/static
+   fi
python_fix_shebang .
 }
 
 src_install() {
if use shared; then
-   emake DESTDIR="${D}" install_library_type/relocatable
+   emake prefix="${D}usr" install_library_type/relocatable
fi
if use static; then
-   emake DESTDIR="${D}" install_library_type/static
+   emake prefix="${D}usr" install_library_type/static
+   fi
+   if use tools; then
+   emake prefix="${D}usr" install_tools/static
fi
-   emake DESTDIR="${D}" install_gps_plugin
+   emake prefix="${D}usr" install_gps_plugin
einstalldocs
dodoc -r features-* known-problems-*
mv "${D}"/usr/share/doc/${PN}/GNATColl.pdf "${D}"/usr/share/doc/${PF}/

diff --git a/dev-ada/gnatcoll/gnatcoll-2017.ebuild 
b/dev-ada/gnatcoll/gnatcoll-2017.ebuild
index 21b6e39c137..9656c9a094e 100644
--- a/dev-ada/gnatcoll/gnatcoll-2017.ebuild
+++ b/dev-ada/gnatcoll/gnatcoll-2017.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline
-   +shared sqlite static syslog"
+   +shared sqlite static syslog tools"
 
 RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
@@ -101,6 +101,10 @@ src_compile() {
emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v 
GCC=${GCC} \
build_library_type/static
fi
+   if use tools; then
+   emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v 
GCC=${GCC} \
+   build_tools/static
+   fi
python_fix_shebang .
 }
 
@@ -111,6 +115,9 @@ src_install() {
if use static; then
emake prefix="${D}usr" install_library_type/static
fi
+   if use tools; then
+

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

2017-07-05 Thread Ian Stakenvicius
commit: 41c32ee395dd63146eac41cdcfff14522ef1c91d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jul  5 20:26:37 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jul  5 20:27:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c32ee3

sys-libs/ldb: bump to v1.1.31

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-libs/ldb/Manifest  |   1 +
 31-fix_PKGCONFIGDIR-when-python-disabled.patch |  17 
 .../ldb/files/ldb-1.1.31-optional_packages.patch   |  57 +++
 .../files/ldb-1.1.31-talloc-disable-python.patch   |  34 +++
 sys-libs/ldb/ldb-1.1.31.ebuild | 104 +
 5 files changed, 213 insertions(+)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index bda4f36f9b3..995fee1b1e7 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -2,3 +2,4 @@ DIST ldb-1.1.24.tar.gz 1258405 SHA256 
45e9f52473f0d013f0ea090cce35d6836a6e67e8d4
 DIST ldb-1.1.26.tar.gz 1262660 SHA256 
8843c7a72b980d9413ba6c494c039bccd10c524b37fda2917afb147745d8b2e6 SHA512 
484689c5b87f223820e3613c056de5528a87736baef7b884df506fc47a3412b35ba2ef8e85f62e2d3da803fdab6b37bb328d4347a20bfc8fef8ed557646b6bbe
 WHIRLPOOL 
eb72c85faaf4aaf5fa647c084f9ceb8938e940390618b1dfc486b6bc8f344d1296314cb4f07770a04de3c6597798420347fdb90ede380db9e29a04a35c88bfcb
 DIST ldb-1.1.27.tar.gz 1270356 SHA256 
cdb8269cba09006ddf3766eb7721192b52ae3fdc8a6b95f4318b6b740b9d35ac SHA512 
7c68425252964c7563a0c7da77687afed07c5a30f472f86d270372ac613c9f73776acbe1e9609fe9c5b3d1e560ac9e7c28076133d5c1cfa4637bdd114f955ce5
 WHIRLPOOL 
3cb04691ac9cda5ce0cb3c404446b3775161d8304dba38c3b7194b1195976805a453fe995eb0d9653c7578c3717c55b012fb4373693c62f240d35a34dc6d2a42
 DIST ldb-1.1.29.tar.gz 1277551 SHA256 
59d84f9a5b799f519ba7b2685bb46f5a26f1bbf05b7a144b2f5e017d01d80f97 SHA512 
d37bbe84358e05d17483e2e963b8477da5ea351b855b454142c94af35f7987bede0f19faeaff17779efe04e3bb37c510437fcc59be99a17c826620fc25fd659c
 WHIRLPOOL 
57370e31249d7df8a23a7162eed9ed45d625f11edb1d57df8bd42c687bb80531e74ddf7399bd5411a1546460378903f27506a4cd56685e8fc533dfc2014086fd
+DIST ldb-1.1.31.tar.gz 1337586 SHA256 
04d53e2ab5b35688f5ed7a4471f5b273da121016e1af0630b36a36506afaeb46 SHA512 
49ccd57000cbcc6d828160f4457236b28853d766d641841471f61226156b6103fe563c43c950577b038ea3c0a54506bca94c640d3d5f912a3b8af95eb9ef2824
 WHIRLPOOL 
8c368317ed7efe218e66b8dac9722552a6d9346daed87788d78a07263491977402a442f950b437022bc6473b3d4452e3f47c23209abef78c1a47372e2455af99

diff --git 
a/sys-libs/ldb/files/ldb-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch 
b/sys-libs/ldb/files/ldb-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
new file mode 100644
index 000..c45b13feba9
--- /dev/null
+++ b/sys-libs/ldb/files/ldb-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
@@ -0,0 +1,17 @@
+--- a/wscript  2017-07-05 15:35:52.178964698 -0400
 b/wscript  2017-07-05 15:49:20.137977649 -0400
+@@ -208,6 +208,14 @@
+ ldb_headers = ('include/ldb.h include/ldb_errors.h '
+'include/ldb_module.h include/ldb_handlers.h')
+ 
++# we're not currently linking against the ldap libs, but ldb.pc.in
++# has @LDAP_LIBS@
++bld.env.LDAP_LIBS = ''
++
++if not 'PACKAGE_VERSION' in bld.env:
++bld.env.PACKAGE_VERSION = VERSION
++bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
++
+ bld.SAMBA_LIBRARY('ldb',
+   COMMON_SRC + ' ' + LDB_MAP_SRC,
+   deps='tevent LIBLDB_MAIN replace',

diff --git a/sys-libs/ldb/files/ldb-1.1.31-optional_packages.patch 
b/sys-libs/ldb/files/ldb-1.1.31-optional_packages.patch
new file mode 100644
index 000..1e9b5177357
--- /dev/null
+++ b/sys-libs/ldb/files/ldb-1.1.31-optional_packages.patch
@@ -0,0 +1,57 @@
+--- ldb-1.1.27/wscript
 ldb-1.1.27/wscript
+@@ -5,6 +5,7 @@
+ 
+ blddir = 'bin'
+ 
++import Logs
+ import sys, os
+ 
+ # find the buildtools directory
+@@ -13,7 +14,7 @@
+ srcdir = srcdir + '/..'
+ sys.path.insert(0, srcdir + '/buildtools/wafsamba')
+ 
+-import wafsamba, samba_dist, Utils
++import wafsamba, samba_dist, Utils, Options
+ 
+ samba_dist.DIST_DIRS('''lib/ldb:. lib/replace:lib/replace 
lib/talloc:lib/talloc
+ lib/tdb:lib/tdb lib/tdb:lib/tdb lib/tevent:lib/tevent
+@@ -28,8 +29,21 @@
+ opt.RECURSE('lib/tevent')
+ opt.RECURSE('lib/replace')
+ opt.tool_options('python') # options for disabling pyc or pyo compilation
++if opt.IN_LAUNCH_DIR():
++opt.add_option('--disable-python',
++help=("disable the pyldb modules"),
++action="store_true", dest='disable_python', default=False)
++if opt.IN_LAUNCH_DIR():
++opt.add_option('--disable-ldap',
++help=("disable ldap support"),
++action="store_true", dest='disable_ldap', default=False)
+ 
+ def configure(conf):
++conf.env.standalone_ldb = conf.IN_LAUNCH_DIR()
++
++

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

2017-07-05 Thread Brian Evans
commit: 0b6bb34e7368e8264260d8c12a3622d792fabbe4
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 19:23:13 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 20:25:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6bb34e

dev-php/PEAR-HTTP_Client: Revbump for EAPI and eclass; Update description

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-HTTP_Client-1.2.1-r1.ebuild | 20 
 .../PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild   |  4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild 
b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild
new file mode 100644
index 000..546412ed2b7
--- /dev/null
+++ b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Perform multiple HTTP requests and process their results"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2"
+
+src_install() {
+   insinto /usr/share/php/HTTP
+   doins -r Client.php Client
+   php-pear-r2_install_packagexml
+   einstalldocs
+}

diff --git a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild 
b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
index e92150858b8..0cf3b60e5b6 100644
--- a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
+++ b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit php-pear-r1
 
-DESCRIPTION="Provides functionality to perform multiple HTTP requests and 
process their results"
+DESCRIPTION="Perform multiple HTTP requests and process their results"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"



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

2017-07-05 Thread Brian Evans
commit: 2bec4c99b08145101cb79df076d43a66946daaa2
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 20:08:56 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 20:26:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bec4c99

dev-php/PEAR-Net_Traceroute: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-Net_Traceroute-0.21.3-r1.ebuild   | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.3-r1.ebuild 
b/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.3-r1.ebuild
new file mode 100644
index 000..936ed03d869
--- /dev/null
+++ b/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="OS independet wrapper class for executing traceroute calls"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   local DOCS=( docs/README docs/TODO )
+   local HTML_DOCS=( docs/examples/example1.php )
+   insinto /usr/share/php/Net
+   doins Traceroute.php
+   php-pear-r2_install_packagexml
+   einstalldocs
+}



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

2017-07-05 Thread Brian Evans
commit: 4007316274878f6131e0339b65dd045f9c3f15b1
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 19:42:01 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 20:26:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40073162

dev-php/PEAR-Cache: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild 
b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild
new file mode 100644
index 000..ae9d0b5eecd
--- /dev/null
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Framework for caching of arbitrary data"
+
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-php/PEAR-HTTP_Request"
+
+src_install() {
+   insinto /usr/share/php
+   doins Cache.php
+   insinto /usr/share/php/Cache
+   doins -r Application.php Container Container.php Error.php Function.php 
Graphics.php HTTP_Request.php OutputCompression.php Output.php
+   php-pear-r2_install_packagexml
+   einstalldocs
+}



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

2017-07-05 Thread Brian Evans
commit: 98ad9ae87de0f30a241673259b8122a258e4dff5
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 20:23:56 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 20:26:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ad9ae8

dev-php/PEAR-Auth_SASL: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-php/PEAR-Auth_SASL/Manifest b/dev-php/PEAR-Auth_SASL/Manifest
index 011780a6bc9..4758594e912 100644
--- a/dev-php/PEAR-Auth_SASL/Manifest
+++ b/dev-php/PEAR-Auth_SASL/Manifest
@@ -1,2 +1 @@
-DIST Auth_SASL-1.0.6.tgz 9119 SHA256 
92928ebfb67b0c108956f354ecc1b9859d05a7659d7f49c9b26a8c23a96662da SHA512 
af1376ba54349ee3cba9e1cacfaf33fff96ac4eb45682447e1b5862136c774e1737d2206341264bf4d74ad4203e8d465407fdcd5c23670e40eed4678864030cb
 WHIRLPOOL 
3acf45237cf6a32f9900af6f4b71b8599b5866a1ceabe41abd6c2471b7324912a1dce984ee2d58506e107ce2ea5ae3c254524a566433e39387ce01f2ae94a151
 DIST Auth_SASL-1.1.0.tgz 9380 SHA256 
e75236fd07e20a0c45c04856f0f5b98e4f904ea2239b27377454c879e07190ba SHA512 
446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40
 WHIRLPOOL 
2cdeb0550fc2bf31dc05c5a2cbb33f00d629585b78a7747a71784b55c4bbf9a9f491cf6e691d0a24672d814dd475ad6c79a11a0185e186faba084d3a714390cb

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild
deleted file mode 100644
index 51c00e39800..000
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.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="Abstraction of various SASL mechanism responses"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""



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

2017-07-05 Thread Brian Evans
commit: f86c713fe9033386af011cf7ea7abbe9d841ea1e
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 20:14:02 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 20:26:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86c713f

dev-php/PEAR-Auth_SASL: Mark script only package stable for all arches

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild
index 8371180a46e..a47d615c803 100644
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild
@@ -9,6 +9,6 @@ DESCRIPTION="Abstraction of various SASL mechanism responses"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



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

2017-07-05 Thread Göktürk Yüksek
commit: 8f44e062db2f2941ceb0312e617ec1cb71cdf452
Author: kuzetsa  gmail  com>
AuthorDate: Wed Jul  5 19:11:42 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jul  5 20:08:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f44e062

sys-kernel/ck-sources: v.bump (4.9.36 & 4.11.9)

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest |  6 ++
 sys-kernel/ck-sources/ck-sources-4.11.9.ebuild | 60 
 sys-kernel/ck-sources/ck-sources-4.9.36.ebuild | 96 ++
 3 files changed, 162 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 1328e7dcb02..2e6c8a23b3a 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -6,6 +6,9 @@ DIST deblob-check-4.9 717834 SHA256 
4599c6eabd53bb352e9b536d574152e72467548add19
 DIST genpatches-4.11-10.base.tar.xz 248400 SHA256 
a8ce77eecd7de677d4be4637ca6fa8ab1f92286d15adad62bf792591be9c2e4a SHA512 
be077291066e139757fcc3240eb81ffe93c069da7a286790c23d623045c4cbfcb5ea79baee8913106a8c632e2716e487eaca6e1a3730e1514b0d6081cacd4509
 WHIRLPOOL 
459f3454ae367fa30fc78108385f925a94a6eec2148b7915914b3fdd6fb499cb3249959d0a3db60ed752f2ff1ad501eaaa7bee582aac341fd3803a0fb414e02d
 DIST genpatches-4.11-10.experimental.tar.xz 106568 SHA256 
a88e4b7339c446c568f3bb3b8f54e63b4e4d854f184e2b1677f60f97cc950ee5 SHA512 
93623910ad351ce0cd5f1a34f5ac1a0ea5b413622449cf3f10b341760971f54ec9b6ee81066b6fb2af8f824203e5d4e357196f0ac586ff764251f9bf62cfc29e
 WHIRLPOOL 
0876689c15a39b16a5d263c090216bf3d950504ed3db211229456fc8fa6643a70d10d97edd24b17a85bcd5b7a944353b5e819cdfe4cb88f993d40195ba954047
 DIST genpatches-4.11-10.extras.tar.xz 17352 SHA256 
042b29aad1db46eb33b8757f6476f285f3a7aebdb80a7b4eb7be99440311663d SHA512 
4a765a6581b813468c230f59ab043eacce2c20715dee19be8f734254b94e76e15cd2116babe6d2bd678e849a064a61c212518296787a9f74082878b55acf94eb
 WHIRLPOOL 
9cf80f5d061c5ff704be3de4bfa685d8d6d29fe0507f85f275d45ea875c06afbaee76c6ab7a630329382dbe2520a6875b0fca4760e134b5b9ed32132eb27599c
+DIST genpatches-4.11-11.base.tar.xz 275908 SHA256 
347be60f18d091c7de9975a80b3620d36d07623d95be4c20c28c8fbdbbf01e8d SHA512 
602e9c0de20f5be21ca54ccfe7464e1bcd77d4b3fa20dff606dcfdc8ddcbdf4996b2df5d8217a040e82752ea4f45b1104791d8b6fea638d7fd34ecd205abf248
 WHIRLPOOL 
ff7d0f54234acbac7af867ae8ca478b6bfb299fd13fe393a84a5aaec96fdd45c69c74b53b6b3e7d582759eaf4e0d87d5ed4a773ce8903c04d16fa5fef0c41c93
+DIST genpatches-4.11-11.experimental.tar.xz 106604 SHA256 
f53b0eb113143b3f588984e17605bf3b1e7db1a744b88e6777c7e3a2a350d4f2 SHA512 
3990a6a395b50fd655a7373c191e4d6a5a9e041254acd46471519b126175c642629bbcb002a29108bd9b46c3f8080052db648843e17b6e76a9195d16acfbbc2c
 WHIRLPOOL 
033a7015f5ea59ba6f6089e6b3ef136c01ee71e93349fab5b9bf312355615bac72bc035bb3114239306ef7a015ce4ea49a3dd7c5db45ac89d1019ff8614ff6f2
+DIST genpatches-4.11-11.extras.tar.xz 17344 SHA256 
16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 
1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf
 WHIRLPOOL 
e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663
 DIST genpatches-4.11-9.base.tar.xz 228412 SHA256 
094cf6debebc1a5d5615bc099de2fe4772b873ffc6e5b117cf721d04e5fbdb43 SHA512 
dc2201c845fe68ad9ef35c960eb15aa8b3fd2b45084c15303fd1527a3e2b2095132d80a41511e9a50034c776b9f2951a13984b36a178f281c6fe89e3aa15e1e8
 WHIRLPOOL 
12cf8556f66f84d5c33fca23f4645b49f5c2686037627c2a74c48a463c56525ef8d6b90e4f41104c5d30da149cc69e26615be55bf3067f766ef0896dc2c11d81
 DIST genpatches-4.11-9.experimental.tar.xz 106600 SHA256 
e2aac36f6efd04cea03c35a73187b246ae42d56c6657b922057636f9f198f12c SHA512 
731647428003123688ace6a9053d8b48f4c5d8ce96b7c6077b2727864b27e5dab0344c7bbcfd996c668518d68c6171d679fe367d25a6af8278133fdc7ec660db
 WHIRLPOOL 
7315f7c419ddc202b167cc145e90d7ff07d8b60a441ee1145b176e0b6425580a9273f17a788bb781ae67071f3c46ca2f50180ae1d18755a9117c3c8a36827eb5
 DIST genpatches-4.11-9.extras.tar.xz 17352 SHA256 
f7691170d75d64dc6c10c851f6e63bfda22f971a104be8e67b53887328aa3fe9 SHA512 
39a64e21fb3968aafe2f71cacaccb2f300f6da202db38021a44c82382eb894c548c422402153d98768c58da0bf16efda4ee62436b065e0819f81a42fbb8382ca
 WHIRLPOOL 
ba3b71c896b9423bf4b9f0b4a5401641008910f7dad89f891737cf11cbfb62fabe4e9874c345b0bcb1b0d78b5ead44f32738e74417902cbb4111fd0c2e62e077
@@ -15,6 +18,9 @@ DIST genpatches-4.9-35.extras.tar.xz 17348 SHA256 
33e2bb26e7d22e95ac9cbdbee17a23
 DIST genpatches-4.9-36.base.tar.xz 798504 SHA256 
3607892395eecdc7a11bf00647b8246c4f3ec2290b33f2090b2358bb094f SHA512 
5b77f3953e977a3f05699cd7648991aeb0dd586358c1b809eda1745857ee2ba81e13c083283d273df7db6d22e349e0deb11f354ea90f108f899350bcc1e6cd15
 WHIRLPOOL 
e2c7e6e3ab6b54b46ba150f629ee1e4a51cd96b044a7cc80e2f7edeee04713d15083d2d3918c99bc8c24236583e7af2ba50a1e9d338952844cc876ac1b80765d
 DIST 

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

2017-07-05 Thread Andreas Sturmlechner
commit: 0600e7f6da39420ba8d4ad1975a2a476eb317ca2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 19:44:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 20:04:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0600e7f6

kde-apps/krfb: Fix net-libs/telepathy-glib usedep on qt4

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/krfb/krfb-15.08.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/krfb/krfb-15.08.3.ebuild 
b/kde-apps/krfb/krfb-15.08.3.ebuild
index 2e6cdff6c0a..7d3410497f0 100644
--- a/kde-apps/krfb/krfb-15.08.3.ebuild
+++ b/kde-apps/krfb/krfb-15.08.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="VNC-compatible server to share KDE desktops"
+DESCRIPTION="VNC-compatible server to share Plasma desktops"
 HOMEPAGE="https://www.kde.org/applications/system/krfb/;
 SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
 
@@ -24,14 +24,14 @@ DEPEND="
x11-libs/libXext
x11-libs/libXtst
)
-   telepathy? ( >=net-libs/telepathy-qt-0.9 )
+   telepathy? ( >=net-libs/telepathy-qt-0.9[qt4] )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with telepathy TelepathyQt4)
$(cmake-utils_use_with ktp KTp)
+   $(cmake-utils_use_with telepathy TelepathyQt4)
)
 
kde4-base_src_configure



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

2017-07-05 Thread Andreas Sturmlechner
commit: ad02eb2de830870ae5d01b7831824a3ad6d85562
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  5 19:58:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  5 20:04:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad02eb2d

kde-apps/krfb: Fix DESCRIPTION

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/krfb/krfb-16.12.3-r1.ebuild | 2 +-
 kde-apps/krfb/krfb-17.04.2.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/krfb/krfb-16.12.3-r1.ebuild 
b/kde-apps/krfb/krfb-16.12.3-r1.ebuild
index 9f9d043bf79..dabb1f1ccd5 100644
--- a/kde-apps/krfb/krfb-16.12.3-r1.ebuild
+++ b/kde-apps/krfb/krfb-16.12.3-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 KDE_HANDBOOK="forceoptional"
 inherit kde5
 
-DESCRIPTION="VNC-compatible server to share KDE desktops"
+DESCRIPTION="VNC-compatible server to share Plasma desktops"
 HOMEPAGE="https://www.kde.org/applications/system/krfb/;
 KEYWORDS="amd64 x86"
 IUSE=""

diff --git a/kde-apps/krfb/krfb-17.04.2.ebuild 
b/kde-apps/krfb/krfb-17.04.2.ebuild
index 3b5956a54b3..b0c8a56bdda 100644
--- a/kde-apps/krfb/krfb-17.04.2.ebuild
+++ b/kde-apps/krfb/krfb-17.04.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 KDE_HANDBOOK="forceoptional"
 inherit kde5
 
-DESCRIPTION="VNC-compatible server to share KDE desktops"
+DESCRIPTION="VNC-compatible server to share Plasma desktops"
 HOMEPAGE="https://www.kde.org/applications/system/krfb/;
 KEYWORDS="~amd64 ~x86"
 IUSE=""



[gentoo-commits] proj/lisp:master commit in: dev-lisp/sb-readline/

2017-07-05 Thread José María Alonso
commit: 7987fda2bf7a229da9d1a2999d2483f8d1bf7e8c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 20:05:41 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 20:05:41 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7987fda2

dev-lisp/sb-readline: Updates to common-lisp-3 eclass

 dev-lisp/sb-readline/sb-readline-0.1.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/sb-readline/sb-readline-0.1.ebuild 
b/dev-lisp/sb-readline/sb-readline-0.1.ebuild
index e791fa4b..0c54546d 100644
--- a/dev-lisp/sb-readline/sb-readline-0.1.ebuild
+++ b/dev-lisp/sb-readline/sb-readline-0.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="Implementation of GNU Readline support for SBCL"
 HOMEPAGE="http://www.cliki.net/sb-readline;
@@ -19,11 +20,15 @@ RDEPEND="!dev-lisp/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-load-foreign-library-gentoo.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-load-foreign-library-gentoo.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install sb-readline.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources sb-readline.lisp
+   common-lisp-install-asdf
dohtml README.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperobject/

2017-07-05 Thread José María Alonso
commit: cc54c316e3375eb7dbbf133910676fda68750886
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 19:58:53 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 19:58:53 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc54c316

dev-lisp/hyperobject: Updates to common-lisp-3 eclass

 dev-lisp/hyperobject/hyperobject-2.11.0.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild 
b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
index b52971e3..e1951e57 100644
--- a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
+++ b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Hyperobject is a Common Lisp library for representing objects."
 HOMEPAGE="http://hyperobject.b9.com/
@@ -30,8 +30,8 @@ src_prepare() {
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd} examples
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp examples
+   common-lisp-install-asdf
dodoc README
use doc && dohtml -r "${WORKDIR}"/html/
 }



[gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/files/, www-servers/h2o/

2017-07-05 Thread Michał Górny
commit: 7de7699a136a5f2092f9050ba3f53ff2965e7cfb
Author: csmk  chaoslab  org>
AuthorDate: Fri Jun 30 12:45:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 19:49:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de7699a

www-servers/h2o: New package

H2O is a new generation HTTP server that provides quicker
response to users with less CPU utilization when compared to
older generation of web servers. Designed from ground-up,
the server takes full advantage of HTTP/2 features including
prioritized content serving and server push, promising
outstanding experience to the visitors of your web site.

Base for ebuild from https://github.com/csmk/frabjous.

Bug: https://bugs.gentoo.org/623160
Closes: https://github.com/gentoo/gentoo/pull/5015

 www-servers/h2o/Manifest|  1 +
 www-servers/h2o/files/h2o.conf  | 30 
 www-servers/h2o/files/h2o.initd | 51 +++
 www-servers/h2o/files/h2o.logrotate |  8 +
 www-servers/h2o/files/h2o.service   | 13 +++
 www-servers/h2o/h2o-2.2.2.ebuild| 69 +
 www-servers/h2o/h2o-.ebuild | 69 +
 www-servers/h2o/metadata.xml| 23 +
 8 files changed, 264 insertions(+)

diff --git a/www-servers/h2o/Manifest b/www-servers/h2o/Manifest
new file mode 100644
index 000..21a5c58c1c4
--- /dev/null
+++ b/www-servers/h2o/Manifest
@@ -0,0 +1 @@
+DIST h2o-2.2.2.tar.gz 16192602 SHA256 
cf45780058566bd63d90ad0b52b1d15f8515519090753398b9bcf770162a0433 SHA512 
b5cc08f2be7056bbac4370f9b6ccb1ba0ad4ea61ce67e946a4f26b8f9c0a575f603c899b1a88f17d1065e0e72e1d1094199200ed24b4f3644a3c7df34aa04b51
 WHIRLPOOL 
d9aff2d3e7caa0334efbac86a807fe8ecd5f146ae56315a5194b8de653ae4f91d33cad754714cd38fadd1c59d87cafe30c1f5f6cb2102362a7647ebd3f18dc84

diff --git a/www-servers/h2o/files/h2o.conf b/www-servers/h2o/files/h2o.conf
new file mode 100644
index 000..ccca5dd2de5
--- /dev/null
+++ b/www-servers/h2o/files/h2o.conf
@@ -0,0 +1,30 @@
+# see /usr/share/doc/h2o/index.html for detailed documentation
+# see h2o --help for command-line options and settings
+
+user: h2o
+pid-file: /run/h2o.pid
+access-log: /var/log/h2o/access.log
+error-log: /var/log/h2o/error.log
+
+# httpoxy mitigation (https://httpoxy.org)
+# see https://github.com/h2o/h2o/pull/996
+setenv:
+  HTTP_PROXY: ""
+
+listen: 80
+
+#listen:
+#  port: 443
+#ssl:
+#  minimum-version: TLSv1.2
+#  certificate-file: /etc/h2o/server.crt
+#  key-file: /etc/h2o/server.key
+
+hosts:
+  "localhost:80":
+paths:
+  "/":
+file.dir: /var/www/localhost/htdocs
+  "/doc":
+file.dir: /usr/share/doc/h2o/
+file.index: [ 'index.html' ]

diff --git a/www-servers/h2o/files/h2o.initd b/www-servers/h2o/files/h2o.initd
new file mode 100644
index 000..ad598a5f619
--- /dev/null
+++ b/www-servers/h2o/files/h2o.initd
@@ -0,0 +1,51 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+extra_commands="configtest"
+extra_started_commands="reload"
+description="An optimized HTTP/1.x, HTTP/2 server"
+description_configtest="Run H2O' internal config check"
+description_reload="Reload the H2O configuration or upgrade the binary without 
losing connections"
+
+: ${config:="/etc/h2o/h2o.conf"}
+pidfile=$(grep pid-file "${config}" | cut -d' ' -f2)
+
+name="H2O"
+command="/usr/bin/h2o"
+command_args="-m daemon -c ${config}"
+required_files="$config"
+
+depend() {
+   use net
+   after logger
+}
+
+start_pre() {
+   if [ "${RC_CMD}" != "restart" ]; then
+   configtest || return 1
+   fi
+}
+
+stop_pre() {
+   if [ "${RC_CMD}" = "restart" ]; then
+   configtest || return 1
+   fi
+}
+
+reload() {
+   configtest || return 1
+   ebegin "Refreshing ${name} configuration"
+   kill -HUP $(cat ${pidfile}) &>/dev/null
+   eend $? "Failed to reload ${name}"
+}
+
+configtest() {
+   ebegin "Checking ${name} configuration"
+
+   if ! ${command} -c ${config} -t &>/dev/null; then
+   ${command} -c ${config} -t
+   fi
+
+   eend $? "Failed, please correct the errors above"
+}

diff --git a/www-servers/h2o/files/h2o.logrotate 
b/www-servers/h2o/files/h2o.logrotate
new file mode 100644
index 000..b901bcfacb1
--- /dev/null
+++ b/www-servers/h2o/files/h2o.logrotate
@@ -0,0 +1,8 @@
+/var/log/h2o/*.log {
+   missingok
+   delaycompress
+   sharedscripts
+   postrotate
+   test -r $(grep pid-file "/etc/h2o/h2o.conf" | cut -d' ' -f2) && 
kill -HUP $(pidof h2o)
+   endscript
+}

diff --git a/www-servers/h2o/files/h2o.service 
b/www-servers/h2o/files/h2o.service
new file mode 100644
index 000..fe32c45cd90
--- /dev/null
+++ b/www-servers/h2o/files/h2o.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=An optimized 

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

2017-07-05 Thread Michał Górny
commit: c074e0e041235e10a53d1ec0aa306c62b1d91ed2
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Sun Jul  2 19:50:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 19:44:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c074e0e0

net-misc/seafile-client: Fix tarball verification failure

Bug: https://bugs.gentoo.org/623426
Closes: https://github.com/gentoo/gentoo/pull/5033

 net-misc/seafile-client/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index a2db26abdeb..bd82286659a 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -1 +1 @@
-DIST seafile-client-6.0.7.tar.gz 2191540 SHA256 
f6d8b841772fe734fc7809cd447881b925f64243625bc62e62abdc7311abedd8 SHA512 
6c927feda9e83efed28dcb1771ce8fda4b367f83a59c1554a3bf5cfcc72f4d0f0cead5b7bb3e3f57811e5e9764c1aa67c6c15f265ec533ad1898c8e6d9d81352
 WHIRLPOOL 
dce871a60e09372976692315311f9c09c81dfc56504186d5140d1193f930ed845824092a81a92f3d16369c5b3c31d7ac8938f2aa09b0e900460c6b7533c07b95
+DIST seafile-client-6.0.7.tar.gz 2192384 SHA256 
3212acab89ec3cee1508dd37826303447b7a738232e455b44ffc1a29d3c48baf SHA512 
4baa15d454a9c937c9ae944b2bcc6b549fc41a1558e40578a273497ccb120a9131580f2b5db047ce6d7e0503105bd0fa5312e823ab475241fb07f5ba0021224f
 WHIRLPOOL 
b5b4595038c237a01d3421411047b99dc3189708dfd2cb0de90fe7b113a791d946fc4c65434ff8dc9996684b38aeda11b2a776a81cd5b12b2d88d69cde372a4a



  1   2   3   >