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

2016-06-14 Thread Yixun Lan
commit: 79280cb8c15305edfe9353d20d17ad6310cba055
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun 15 06:03:22 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun 15 06:10:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79280cb8

net-fs/autofs: version bump 5.1.2

Package-Manager: portage-2.3.0_rc1

 net-fs/autofs/Manifest|   1 +
 net-fs/autofs/autofs-5.1.2.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/net-fs/autofs/Manifest b/net-fs/autofs/Manifest
index 01b5e44..f8aa7c3 100644
--- a/net-fs/autofs/Manifest
+++ b/net-fs/autofs/Manifest
@@ -4,3 +4,4 @@ DIST autofs-5.0.7.tar.bz2 319117 SHA256 
08c4304d8076dc80c14df559bc5fd821b67ef345
 DIST autofs-5.1.0.tar.xz 288288 SHA256 
f4b343797e6df03627a9fd41bda6fd85acb84aa3fdd15694eec03ec90a52bc27 SHA512 
a455df8d93bc29aa87c3f928edea5bb3f91ab9c7bd7bbca8eb1370fdcc4c32b3a30d7f2c0d79800f65ac08716634f118c81ede7e816ef567048e4361aafac476
 WHIRLPOOL 
ed265b1a9e697c08e802f0a17c0de482e5f1f292aecf8ab42cd7cf7177a605b0337ff6ab81b72950fc38687d31c47f9c01ff68cd0a8f10952a59b69a590e19ca
 DIST autofs-5.1.1-patches-0.tar.lzma 41178 SHA256 
ef9f94aacff845d29d3118c73ca7d08199d40a7de5edae1025d341530e7dc2b4 SHA512 
5c3ba26711401b3f9dc8cd36d3a85b1a8efce409621efedfc4f1caf2a15536646f6f89a79b8e12c703d3b3a4627ecda8c800386ebff34e20fdfad39041d91aa4
 WHIRLPOOL 
d3d91c432e643911a4d8b5463e056aa50c717c08287e6ccf75bf1d6ca071460cc709aa32387f53cbe763de27b86eef1e26ab75a2fd334c783fd024b9f1d47ba3
 DIST autofs-5.1.1.tar.xz 290300 SHA256 
e08ff0ef9ff365d87b6c33dca136d20e4e07675197a324f2816894cb437021c3 SHA512 
37c0f10ee06bbfc76059ff9ae54d9b462f1c2bc39e8779e96dd5bfc2b07055606c0710f1c3de95e6f099edd2c5bb5a6f8a341be989d7554bf80011bfbe90c905
 WHIRLPOOL 
063e7bcabb3e93a17e8e7da75e6b42af59769e794e3b31240762a4617cc2ac626b4b4985a38455bdca56753fb897fed1a3173c633f1f9a594e79f891dc41f523
+DIST autofs-5.1.2.tar.xz 294792 SHA256 
88b7de39088aead983e02072a7b753d5ee52ce419c8913f7a3d4ff5521313f0c SHA512 
435bcb41c9d467947c194d879e46692b5976131b8e923793bdeac34f70420ede740c4d70ec393413fff0b1010495ac7fe5fa8b45a59d15a2430ecae9ec3fe7e1
 WHIRLPOOL 
d0e53d1d41bf31c8bf6358053b1a0668dcc0a84ee92ff69ade86a6731bfb0945f41cab5b2dd62d7c086219095c20db43c91a074ce321fd5db870a5f16af7bce0

diff --git a/net-fs/autofs/autofs-5.1.2.ebuild 
b/net-fs/autofs/autofs-5.1.2.ebuild
new file mode 100644
index 000..685e0bb
--- /dev/null
+++ b/net-fs/autofs/autofs-5.1.2.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+AUTOTOOLS_IN_SOURCE_BUILD=true
+
+inherit autotools-utils linux-info multilib systemd toolchain-funcs
+
+PATCH_VER=
+[[ -n ${PATCH_VER} ]] && \
+   
PATCHSET_URI="https://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma";
+
+DESCRIPTION="Kernel based automounter"
+HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html";
+SRC_URI="
+   mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.xz
+   ${PATCHSET_URI}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
+
+# USE="sasl" adds SASL support to the LDAP module which will not be build. If
+# SASL support should be available, please add "ldap" to the USE flags.
+REQUIRED_USE="sasl? ( ldap )"
+
+# currently, sasl code assumes the presence of kerberosV
+RDEPEND=">=sys-apps/util-linux-2.20
+   dmalloc? ( dev-libs/dmalloc[threads] )
+   hesiod? ( net-dns/hesiod )
+   ldap? ( >=net-nds/openldap-2.0
+   sasl? (
+   dev-libs/cyrus-sasl
+   dev-libs/libxml2
+   virtual/krb5
+   )
+   )
+   libtirpc? ( net-libs/libtirpc )"
+
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/yacc"
+
+CONFIG_CHECK="~AUTOFS4_FS"
+
+src_prepare() {
+   # Upstream's patchset
+   if [[ -n ${PATCH_VER} ]]; then
+   EPATCH_SUFFIX="patch" \
+   epatch "${WORKDIR}"/patches
+   fi
+
+   sed -i -e "s:/usr/bin/kill:/bin/kill:" samples/autofs.service.in || die 
#bug #479492
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   # bug #483716
+   tc-export AR
+   # --with-confdir is for bug #361481
+   # --with-mapdir is for bug #385113
+   local myeconfargs=(
+   --with-confdir=/etc/conf.d
+   --with-mapdir=/etc/autofs
+   $(use_with dmalloc)
+   $(use_with ldap openldap)
+   $(use_with libtirpc)
+   $(use_with sasl)
+   $(use_with hesiod)
+   $(use_enable mount-locking)
+   --disable-ext-env
+   --enable-sloppy-mount # bug #453778
+   --enable-force-shutdown
+   --enable-ignore-busy
+   --with-syste

[gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/files/, net-fs/autofs/

2016-06-14 Thread Yixun Lan
commit: 313bf81680a5f74dce64f83eab3d7aea8458084e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun 15 06:10:16 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun 15 06:10:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313bf816

net-fs/autofs: drop old

Package-Manager: portage-2.3.0_rc1

 net-fs/autofs/Manifest |   1 -
 net-fs/autofs/autofs-5.1.0-r1.ebuild   | 120 -
 net-fs/autofs/autofs-5.1.1.ebuild  | 115 
 .../autofs/files/autofs-5.0.8-ldap-wo-sasl.patch   |  27 -
 .../files/autofs-5.1.0-fix-missing-stdarg.patch|  43 
 5 files changed, 306 deletions(-)

diff --git a/net-fs/autofs/Manifest b/net-fs/autofs/Manifest
index f8aa7c3..60371f0 100644
--- a/net-fs/autofs/Manifest
+++ b/net-fs/autofs/Manifest
@@ -1,7 +1,6 @@
 DIST autofs-5.0.10.tar.xz 258480 SHA256 
98150c09639112a125a6d0ddc6aa1920ae4e6c41736e65d8a004c3171fcca70b SHA512 
899d3b7040d1162312f9d595df0fd6c40489e4aefb7086893b51993446da78f10707d7e8caf8440ff24000d54794faca869aaf8564e5622caf8bb046af6fcf3b
 WHIRLPOOL 
32c964a58f5125dfbfe589345e1fdf3da357fdadead790e3adbc840f0fc1b7093a0191224ac8d07ac792184914f6630ba08d572ffdcca0423e2a41bb2892ceaf
 DIST autofs-5.0.7-patches-3.tar.lzma 37967 SHA256 
16de3486573a94d476f70f2c422656d6fddd79b3581ce05faeb5dd55748ba1cb SHA512 
8cbb683a82d2cdc5e3c97921ba3a5bc5af5ab9fb45e4802de021a6161eaeaebb192790a351d281d48b68ed0f8ea6e3a0c0514a4f4a1c546191d8acca9e856ca7
 WHIRLPOOL 
a42f6d609ee4160dfb2d84d94516667f41b8dbe9bf6bdef923f424f82ec00f6115f211dc2985170c45be53bdc45ea47026cc3750c61c7e14aa02ce3384bb9908
 DIST autofs-5.0.7.tar.bz2 319117 SHA256 
08c4304d8076dc80c14df559bc5fd821b67ef3457b245f61068bd053d8f94ccc SHA512 
672c53e0a5477097779088d8654edaad4cb01ab68ade2ee175d963c7d4895d1bdeeeabc87057ecca2f4f3a0f08014298dae40e5e8e862c20c0b1477d72431f84
 WHIRLPOOL 
220cbd618ee4f34c82eaad823312284cc787aa28a0a8b9638a4b495cf38a3a6f9da194e74722febe04ee2b5ac4e1e9ede1f562d0d554f1e8a5ff4b5faec8
-DIST autofs-5.1.0.tar.xz 288288 SHA256 
f4b343797e6df03627a9fd41bda6fd85acb84aa3fdd15694eec03ec90a52bc27 SHA512 
a455df8d93bc29aa87c3f928edea5bb3f91ab9c7bd7bbca8eb1370fdcc4c32b3a30d7f2c0d79800f65ac08716634f118c81ede7e816ef567048e4361aafac476
 WHIRLPOOL 
ed265b1a9e697c08e802f0a17c0de482e5f1f292aecf8ab42cd7cf7177a605b0337ff6ab81b72950fc38687d31c47f9c01ff68cd0a8f10952a59b69a590e19ca
 DIST autofs-5.1.1-patches-0.tar.lzma 41178 SHA256 
ef9f94aacff845d29d3118c73ca7d08199d40a7de5edae1025d341530e7dc2b4 SHA512 
5c3ba26711401b3f9dc8cd36d3a85b1a8efce409621efedfc4f1caf2a15536646f6f89a79b8e12c703d3b3a4627ecda8c800386ebff34e20fdfad39041d91aa4
 WHIRLPOOL 
d3d91c432e643911a4d8b5463e056aa50c717c08287e6ccf75bf1d6ca071460cc709aa32387f53cbe763de27b86eef1e26ab75a2fd334c783fd024b9f1d47ba3
 DIST autofs-5.1.1.tar.xz 290300 SHA256 
e08ff0ef9ff365d87b6c33dca136d20e4e07675197a324f2816894cb437021c3 SHA512 
37c0f10ee06bbfc76059ff9ae54d9b462f1c2bc39e8779e96dd5bfc2b07055606c0710f1c3de95e6f099edd2c5bb5a6f8a341be989d7554bf80011bfbe90c905
 WHIRLPOOL 
063e7bcabb3e93a17e8e7da75e6b42af59769e794e3b31240762a4617cc2ac626b4b4985a38455bdca56753fb897fed1a3173c633f1f9a594e79f891dc41f523
 DIST autofs-5.1.2.tar.xz 294792 SHA256 
88b7de39088aead983e02072a7b753d5ee52ce419c8913f7a3d4ff5521313f0c SHA512 
435bcb41c9d467947c194d879e46692b5976131b8e923793bdeac34f70420ede740c4d70ec393413fff0b1010495ac7fe5fa8b45a59d15a2430ecae9ec3fe7e1
 WHIRLPOOL 
d0e53d1d41bf31c8bf6358053b1a0668dcc0a84ee92ff69ade86a6731bfb0945f41cab5b2dd62d7c086219095c20db43c91a074ce321fd5db870a5f16af7bce0

diff --git a/net-fs/autofs/autofs-5.1.0-r1.ebuild 
b/net-fs/autofs/autofs-5.1.0-r1.ebuild
deleted file mode 100644
index 4bae7e2..000
--- a/net-fs/autofs/autofs-5.1.0-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-AUTOTOOLS_IN_SOURCE_BUILD=true
-
-inherit autotools-utils linux-info multilib systemd toolchain-funcs
-
-PATCH_VER=
-[[ -n ${PATCH_VER} ]] && \
-   
PATCHSET_URI="https://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma";
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html";
-SRC_URI="
-   mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.xz
-   ${PATCHSET_URI}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
-
-# USE="sasl" adds SASL support to the LDAP module which will not be build. If
-# SASL support should be available, please add "ldap" to the USE flags.
-REQUIRED_USE="sasl? ( ldap )"
-
-# currently, sasl code assumes the presence of kerberosV
-RDEPEND=">=sys-apps/util-linux-2.20
-   dmalloc? ( dev-libs/dmalloc[threads] )
-   hesiod? ( net-dns/hesiod )
-   ldap? ( >=net-nds/openldap-2.0
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/

2016-06-14 Thread Andrey Grozin
commit: 13e565e6093eab977449865e872d797bbcd2e650
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Jun 15 05:34:48 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Jun 15 05:34:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e565e6

dev-lisp/sbcl: bump to 1.3.6

Package-Manager: portage-2.3.0_rc1

 dev-lisp/sbcl/Manifest  |   2 +
 dev-lisp/sbcl/sbcl-1.3.6.ebuild | 245 
 2 files changed, 247 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index 98f3e61..32d0cbd 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -20,3 +20,5 @@ DIST sbcl-1.3.3-x86-64-linux-binary.tar.bz2 9475261 SHA256 
e8b1730c42e4a702f9b44
 DIST sbcl-1.3.4-source.tar.bz2 5740928 SHA256 
91e2fd975bbf729229a056882869e72468fc7896778d56b659815bd707f9a67f SHA512 
8a10ec17f89d2c046415e623286c68d2255d7849448fe549e36bfe5fc73d4f28a5a44ccab4e95f3cddf60c8b3b2032d612d837b69c1c245a341681dc54a9b001
 WHIRLPOOL 
6328f38875ca0a4fa3fc68c02580009fc122792e12e8572067f1a3eb624b77be4118fcb34bd4292560176a637d616171018dbe333a09f8a73e8327ff4e154f15
 DIST sbcl-1.3.4-x86-64-linux-binary.tar.bz2 9416604 SHA256 
b856ca671b869d37b08b60179b9bc87d45a3fb1521698815233a7d28ebbe5f93 SHA512 
4cadd0ece3877192105f970c2c21c12bb76431a948036a302890731a69d2fe18156cdb102c9fd1fecef8ac060893a7f1cd1e9a0cf551a9b4579fb23ef7e1d694
 WHIRLPOOL 
ec6db86bf5766fa7f1a92e53f390a2da10ec8455bfd7838bab6f8955925c4d50c5e0b9768a1885fe193e8b80e6b43593e8cafc902e4efd73d08ca18f85da
 DIST sbcl-1.3.5-source.tar.bz2 5741124 SHA256 
c8f1e16f8662313948531135b5e7d26eb57548e1bc4643832588b2c6f74a6e5c SHA512 
3474e5df2dce38db2dbb977143383b94a11ebdf520d2f23c536cd3bf86e1d507e86c39b338f40fb27d17368c1b390d0e50745b2223fdafc3b88c62024fd156a6
 WHIRLPOOL 
eecd5cf1c69f0e5229ffa1a909f4494a4e6b769b5abc2ade4272a1248b7fdf1f6411f7c4417b26b271bf41d8eca2fb53ac9fb70de6016a43993594fb04f56c46
+DIST sbcl-1.3.6-source.tar.bz2 5744537 SHA256 
f017ac1bd8fe0ad56a4cfda4f7543a06a8993db8da1c9c079e188c28c551b0d9 SHA512 
f1baa14f47832788107a2436901135d946b41e5ff86d9fc550e31cee0224ec012b7342011d44b1bdd454261bf12f6c0315599fad452a9233c2054f187e8c6b8c
 WHIRLPOOL 
f5b9f9aa9005b402d072cb8f51cb61f5eaafecdec78e0cc42532737da7ff220004fddafe6537bd50b5ccc1d9f164f3f0dd9054d0cc7c55de514a29678237ac7f
+DIST sbcl-1.3.6-x86-64-linux-binary.tar.bz2 9489811 SHA256 
2f0c9e5ab2c6b7d669df03ca6eea0c7abd5e01fb26bfde0bfe91fac9a40099e3 SHA512 
5fc170c2396299fba62d46869fce8e69a1fc3d62b9f1061e962bbba219e064c9f21992cb4b929ddc2661c8e24c8bb7b6bbfa8644db70371cba16492c84d12faf
 WHIRLPOOL 
a175678b4bef14e0b6c0061b2269f9b8e76846e72cf463c25dd4144face1f507a105d9d762fa9fb7998306f4d643cf3efff2c140d8f880fb868ab94385ed738f

diff --git a/dev-lisp/sbcl/sbcl-1.3.6.ebuild b/dev-lisp/sbcl/sbcl-1.3.6.ebuild
new file mode 100644
index 000..9b03c1f
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.3.6.ebuild
@@ -0,0 +1,245 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.2.7
+BV_AMD64=1.3.6
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.2.7
+BV_ARM64=1.3.6
+BV_PPC_MACOS=1.0.47
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_SPARC_SOLARIS=1.0.23
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/";
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND="${CDEPEND

[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2016-06-14 Thread Jeroen Roovers
commit: 9cd7eda73b1212e40681f59fa3cde3461d4d8dec
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun 15 05:25:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun 15 05:25:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd7eda7

www-client/opera: Old.

Package-Manager: portage-2.3.0_rc1

 www-client/opera/Manifest  |  2 -
 www-client/opera/opera-37.0.2178.54.ebuild | 86 --
 2 files changed, 88 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 7618c17..ca91275 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,8 +2,6 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
-DIST opera-stable_37.0.2178.54_amd64.deb 48512846 SHA256 
25a3e7a2ebc2468e251cc840a54fd4d16e3ff7d49fa1bb71511b34458179a4fc SHA512 
953c8e0cce49c61e4e6ea26ef482cef1ea2a60326d0577ceeeb8c81ffdb52d42321f0e108da8330501c2ad8dbc41498ab0cb5930be2b9f5ad0c51aca49d38bb5
 WHIRLPOOL 
9333ca21aeafa0ddf3d1522de2c56823ccd3f8a98cddccbf7c5128dc6f4049fa7bcc8d1c8850991e63b7503205bc0719fbc4f13265c5ab13b553d3cf1128fc03
-DIST opera-stable_37.0.2178.54_i386.deb 50175044 SHA256 
67b5637261a1973d2fa302b03a5c21c3751bc86bb3e84d2a49f1096efdf3fc2c SHA512 
1e5201430dc39424d5ec82f6f32b5583c083cdd0f3a8f8263dc40d8251aa0e7491a09a7a7eec362d2032955ae5c15c407eff874a4c5f2028d9eec85448bc0865
 WHIRLPOOL 
3c694e57df031046f68cefb227e4736cd1e32966b31d5eea685eba9bd8ff6c4dcef045fe903e25c507de8cdc4f9945bb1a777ca0a743e85fa14a7006a8839053
 DIST opera-stable_38.0.2220.29_amd64.deb 49285042 SHA256 
57048c5eab3382c83a7af1962390bcd0d1edc86d9625a20c75bbbfd1a2b17636 SHA512 
68897a2f83a08b81b59a4fe7ea47ee590f6fa5a5b25c1c125826a74498d5ba33eee6aa6b7bd7ea88066032cf837f5a942659c6d4c33df0bd00f18fa94dc731c0
 WHIRLPOOL 
034b44d61e6f55834032e0b8eb61215913710836299fe8e9428dd260d884bceef3c8703bd1c36db5ce5e97a4097ad64e49b3fee5ddabe09ed3c01a3a863e59e8
 DIST opera-stable_38.0.2220.29_i386.deb 51506326 SHA256 
06015b90bc825f5f61428f2c4d884a1c731cf508f2013b2fee1191a8fdede57e SHA512 
6e5ff9724e85bc01900ea75af1ed4317c0539b0300a5f309c61c20be0930991a6cc5512379b43375fd9bcdfd7c4df8d7e95acfa0e5929304b5fc12a94f59c17e
 WHIRLPOOL 
1447698a9eeb24bc07e21842adcf27a51f2e74e87bfeb74fa1b4d7b492121d26817d008339d2900ebea7d7261391a05e46547cab7792fa83fd3b5f65e5fc2a8c
 DIST opera-stable_38.0.2220.31_amd64.deb 49275092 SHA256 
1e83f335c07db6ef9de6e3336de7ad2863fc61d65d7da07394913ee141a3e37e SHA512 
fd49a93e2070b9555da6c2916676a240a2a5d958ca88db0ca89eee8cb03860837127642cf199a308309db4d6962137690ddb7d8510ec89f5826ac9cd2f7eca09
 WHIRLPOOL 
0dc30d9b9ca1d9fad791415c15200a91fe38d421216ed2130a8de6891ef74e4f7665d07d4bf1500949f73a29a5e569482d1f8a37cc87bc03caa66e31ceae2fd8

diff --git a/www-client/opera/opera-37.0.2178.54.ebuild 
b/www-client/opera/opera-37.0.2178.54.ebuild
deleted file mode 100644
index c8868b9..000
--- a/www-client/opera/opera-37.0.2178.54.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
-   he hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro 
ru
-   sk sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
-"
-inherit chromium multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/";
-SRC_URI="
-   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
-   x86? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_i386.deb" )
-"
-KEYWORDS

[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2016-06-14 Thread Jeroen Roovers
commit: 451af8afdecd7f3662b0126048ebcd63fac711cf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun 15 05:25:07 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun 15 05:25:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451af8af

www-client/opera: Version bump.

Package-Manager: portage-2.3.0_rc1

 www-client/opera/Manifest  |  2 +
 www-client/opera/opera-38.0.2220.31.ebuild | 86 ++
 2 files changed, 88 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index eb5ff81..7618c17 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -6,3 +6,5 @@ DIST opera-stable_37.0.2178.54_amd64.deb 48512846 SHA256 
25a3e7a2ebc2468e251cc84
 DIST opera-stable_37.0.2178.54_i386.deb 50175044 SHA256 
67b5637261a1973d2fa302b03a5c21c3751bc86bb3e84d2a49f1096efdf3fc2c SHA512 
1e5201430dc39424d5ec82f6f32b5583c083cdd0f3a8f8263dc40d8251aa0e7491a09a7a7eec362d2032955ae5c15c407eff874a4c5f2028d9eec85448bc0865
 WHIRLPOOL 
3c694e57df031046f68cefb227e4736cd1e32966b31d5eea685eba9bd8ff6c4dcef045fe903e25c507de8cdc4f9945bb1a777ca0a743e85fa14a7006a8839053
 DIST opera-stable_38.0.2220.29_amd64.deb 49285042 SHA256 
57048c5eab3382c83a7af1962390bcd0d1edc86d9625a20c75bbbfd1a2b17636 SHA512 
68897a2f83a08b81b59a4fe7ea47ee590f6fa5a5b25c1c125826a74498d5ba33eee6aa6b7bd7ea88066032cf837f5a942659c6d4c33df0bd00f18fa94dc731c0
 WHIRLPOOL 
034b44d61e6f55834032e0b8eb61215913710836299fe8e9428dd260d884bceef3c8703bd1c36db5ce5e97a4097ad64e49b3fee5ddabe09ed3c01a3a863e59e8
 DIST opera-stable_38.0.2220.29_i386.deb 51506326 SHA256 
06015b90bc825f5f61428f2c4d884a1c731cf508f2013b2fee1191a8fdede57e SHA512 
6e5ff9724e85bc01900ea75af1ed4317c0539b0300a5f309c61c20be0930991a6cc5512379b43375fd9bcdfd7c4df8d7e95acfa0e5929304b5fc12a94f59c17e
 WHIRLPOOL 
1447698a9eeb24bc07e21842adcf27a51f2e74e87bfeb74fa1b4d7b492121d26817d008339d2900ebea7d7261391a05e46547cab7792fa83fd3b5f65e5fc2a8c
+DIST opera-stable_38.0.2220.31_amd64.deb 49275092 SHA256 
1e83f335c07db6ef9de6e3336de7ad2863fc61d65d7da07394913ee141a3e37e SHA512 
fd49a93e2070b9555da6c2916676a240a2a5d958ca88db0ca89eee8cb03860837127642cf199a308309db4d6962137690ddb7d8510ec89f5826ac9cd2f7eca09
 WHIRLPOOL 
0dc30d9b9ca1d9fad791415c15200a91fe38d421216ed2130a8de6891ef74e4f7665d07d4bf1500949f73a29a5e569482d1f8a37cc87bc03caa66e31ceae2fd8
+DIST opera-stable_38.0.2220.31_i386.deb 51520134 SHA256 
59afa71790a50eb84500c49d1ecbfb982892e15e52d86ab8b079cc96298ee740 SHA512 
462e508cecbd24cdc06592928938e81412977364907951ecc30bacc38681aa42e7538ba90eea3c91aad4d8141197bf2d5958c74ed2ba0dd182617cb3b604104c
 WHIRLPOOL 
f468a35849ca77b693e817483a3fd6c418d88a6c09ceb8a6be386aa4d93eb80768a8508b46169e75cbca679e99f78e309f76d443d158a8e502b8ae1729a5576b

diff --git a/www-client/opera/opera-38.0.2220.31.ebuild 
b/www-client/opera/opera-38.0.2220.31.ebuild
new file mode 100644
index 000..c8868b9
--- /dev/null
+++ b/www-client/opera/opera-38.0.2220.31.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
+   he hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro 
ru
+   sk sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
+"
+inherit chromium multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/";
+SRC_URI="
+   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
+   x86? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/local

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

2016-06-14 Thread Hans de Graaff
commit: 006793683d91882d6496947216f76c8d6597baf7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 04:52:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:07:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00679368

dev-ruby/selenium-webdriver: add 2.53.3

Package-Manager: portage-2.2.28

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-2.53.3.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 68a8c32..d95ecad 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,3 +1,4 @@
 DIST selenium-webdriver-2.52.0.gem 890880 SHA256 
1faa96cbf02cc4f0f57e0f40db26e4f4a26d1a2f6a7eecd852f2e9df11ea0820 SHA512 
0cf7029ac0d0bfc7b0e26dda494d2fa5e6ba49b591206b7fc3b8ffe42dbe836126d9d2958d690a0b4e79c6e0918dd2de87e07b21645d101caeeb645779f07b84
 WHIRLPOOL 
8fad185e712eccf1de073fdd9fed8e804892684507d9d065fa846e7c8adbc9a439548c44000c172204fad0d847be55cad9fd36c07d02585d74524837f70dc909
 DIST selenium-webdriver-2.53.0.gem 897536 SHA256 
6e79499ef8a5fd14c545a437dcb91795c83132fad9ddf65b7610889ae0fa3a87 SHA512 
0f40520d88d00ed6c4e48aab41e8c02386a82aae16053bb8d763cef5361447ff4afb74cfa756bcaf1801f53c68aaf557eaf9859751c2e66c27c70aaf406d85dc
 WHIRLPOOL 
27057f40f3a82e49f7db43a985af33cbe8e06ed2baf38d3fdea6330426607f674803fae46542e65e62e89c7e2194e9b8389e9f020dda7352d6de0e0ff4b54fb1
 DIST selenium-webdriver-2.53.1.gem 897536 SHA256 
be70ead03df1ec6f579cc64a782b0c1f0657f4fddfbf54cd499577bc0ccba32a SHA512 
5087a926d67f0359e253c0a31c0de92fb03d2fbcb5e21df7cc8ab9150eec0aedc9d6aceee151e8ab70751cba55c3c341ceafd960a9e7fe3c8dbc281493263dbc
 WHIRLPOOL 
8cd436130010c0c8ce4391042363b8233abb503fe130ac1a1f2eca8702e2ac1efa4459463ce123bdc1796fcf0a60421bd6c6c250057907d7012d41a1c4b1ac3d
+DIST selenium-webdriver-2.53.3.gem 897536 SHA256 
5e656fb06c0204e056e94b1698cb88b800598e04ebe38b514ea45f0014f2ce15 SHA512 
d856f5a6832ca9df191c58a67b2cebb5afcc70a229ab3f8c76a61d59de5a1b9737b866e44722051ef3c3c0aee87ac3a8648e5e59dbd91f000ecab52dce165636
 WHIRLPOOL 
181c5dcb637d892a04683696ca7e2f51f47c3e90e33304d3e9cc833c934bbf56636d207183616b45912a93c9f4849b75c2e8ac9938d0740fa09df0e9033140ad

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.3.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.3.ebuild
new file mode 100644
index 000..6e679c4
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="http://gemcutter.org/gems/selenium-webdriver";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
+   dev-ruby/rubyzip:1"
+
+all_ruby_prepare() {
+   # Make websocket a development dependency since it is only needed
+   # for the safari driver which we don't support on Gentoo.
+   sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' 
../metadata || die
+}



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

2016-06-14 Thread Hans de Graaff
commit: 2f17609f24a74bb165a64fba9aafed34e3365795
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 05:04:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:07:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f17609f

dev-ruby/tidy-ext: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/tidy-ext/tidy-ext-0.1.14-r2.ebuild | 39 -
 1 file changed, 39 deletions(-)

diff --git a/dev-ruby/tidy-ext/tidy-ext-0.1.14-r2.ebuild 
b/dev-ruby/tidy-ext/tidy-ext-0.1.14-r2.ebuild
deleted file mode 100644
index ac9b6a1..000
--- a/dev-ruby/tidy-ext/tidy-ext-0.1.14-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="W3C HTML Tidy library implemented as a Ruby extension"
-HOMEPAGE="https://github.com/carld/tidy";
-
-LICENSE="HTML-Tidy"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   mkdir lib || die
-
-   # Remove reference to rspec 1
-   sed -i -e '/spec/d' spec/spec_helper.rb || die
-
-   # Avoid spec that needs network connectivity.
-   rm spec/tidy/remote_uri_spec.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/tidy extconf.rb || die "Unable to configure extension."
-}
-
-each_ruby_compile() {
-   emake -Cext/tidy V=1
-   cp ext/tidy/tidy$(get_modname) lib/ || die "Unable to copy extension."
-}



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

2016-06-14 Thread Hans de Graaff
commit: 0b604d0d0d0a933b776ebf6c6996f7bf6641200c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 04:45:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b604d0d

dev-ruby/rouge: add 1.11.1

Package-Manager: portage-2.2.28

 dev-ruby/rouge/Manifest|  1 +
 dev-ruby/rouge/rouge-1.11.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index cfd7955..66f4114 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,2 +1,3 @@
 DIST rouge-1.10.1.tar.gz 410921 SHA256 
b149923df1b62d2c0f6a3d6fda725edff2267d3c89572e90108c489f6daceb77 SHA512 
10f7ca3c3901fb3cbaa14f3d767d710b38c57cc01716a8f8332b02bdcaad82a1bdb0c6670114a8746cec3c7e0f89943ea30cf3a7b74480d494e90633f705d50c
 WHIRLPOOL 
3d948f0732e3a8c93ac381a2873d490888ff8662d1ceff8ad3213f734e2270109e7b7a97c8f0a7a5cdb21ce4413a72680d8143307ed6f2b3386797a13e70b15b
 DIST rouge-1.11.0.tar.gz 482149 SHA256 
fedf0d1e0852a51a5c4cf7c51155bb7bfd5bc6a80aee71e9b9eefda7b54f011a SHA512 
88f2de47c142c1257f278233fe34c3d6502a39f2231ad6970b7dc6725aa7b5c1356d33052552ded74e2fc9ecd04a8689e6046495913f363907aa1e4d50581754
 WHIRLPOOL 
fd511b8edee2b3c1db6acd880f97e92f328b9d33a9addd0009376074e22f6fa9025bceee01f365efd1182b7fb522b999a721e26b0e9cf43ac4f992d2aeb573f1
+DIST rouge-1.11.1.tar.gz 491281 SHA256 
da89a26cc995b9084e75041fbca8425c57fbe9576339b6b6c10be42fad038cb0 SHA512 
0419c4c1ca4fa4acc250349d9fd72164c7f293facc31588e5cffb533f3d321787cd3cc50acd7bfd13037d1ba77ee2f91ec37ddaeeb80180f6958f05d52181f56
 WHIRLPOOL 
a915e367ff2edf776ffc6b8b33b200dba840db2cc263bf70613cbd493bdc951c31a74de6116bde9e811351f4686be042fd6d9b4c8d1eb48197be779bfcde93c8

diff --git a/dev-ruby/rouge/rouge-1.11.1.ebuild 
b/dev-ruby/rouge/rouge-1.11.1.ebuild
new file mode 100644
index 000..f797649
--- /dev/null
+++ b/dev-ruby/rouge/rouge-1.11.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
+HOMEPAGE="https://github.com/jneen/rouge";
+SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"
+ruby_add_rdepend "dev-ruby/redcarpet"
+
+RESTRICT="test"
+# Depends on dev-ruby/wrong, which is not packaged yet.



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

2016-06-14 Thread Hans de Graaff
commit: 87d9a9dc3827cefdc00ad155ec4ca60efd9fff69
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 04:51:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:07:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d9a9dc

dev-ruby/websocket: add ruby23

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/websocket/websocket-1.2.3.ebuild 
b/dev-ruby/websocket/websocket-1.2.3.ebuild
index 4a40bff..ad1944a 100644
--- a/dev-ruby/websocket/websocket-1.2.3.ebuild
+++ b/dev-ruby/websocket/websocket-1.2.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2016-06-14 Thread Hans de Graaff
commit: 066074f3c7dc9d097a79a440853f79383f3397a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 05:05:39 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:07:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066074f3

dev-ruby/vlad: add 2.7.0

Package-Manager: portage-2.2.28

 dev-ruby/vlad/Manifest  |  1 +
 dev-ruby/vlad/vlad-2.7.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/vlad/Manifest b/dev-ruby/vlad/Manifest
index ffe2f55..39a1fe5 100644
--- a/dev-ruby/vlad/Manifest
+++ b/dev-ruby/vlad/Manifest
@@ -1 +1,2 @@
 DIST vlad-2.6.5.gem 29184 SHA256 
2447cce7b2db8695fcb9eb4fef5ed22932f217132e65ef95c3d66c5a07976044 SHA512 
d1cf81372b973ad383cba7ad42512e9f734efc2034ae40ba6ef68277693c01568ee68613b97c8ead81793c748b848d5201f3b45cc00c16e3b460a95e42702f4f
 WHIRLPOOL 
50942dd5fb0cff59da56613b146edc2bc565b5e755bfea8cc6dc0df9f3e9e73590ddc3063068df134cbfd1600e43cf0cd6b6a61dd41ebc5c2993c79910a75fcc
+DIST vlad-2.7.0.gem 29184 SHA256 
74afe258addc79c66f8721befb6cbe483f5d7e4a326c32600bbf7d9439def5c6 SHA512 
088739f975e7b9b218b76518a690a7a1fbc534dbc169a704b769a8e99bc5efe0c915012d65a35590fb8f1a27caff4d7c7eaae325431a28ffa973afb25d5890fb
 WHIRLPOOL 
b57ab1d2ef11972c23836c9165c09172fb3f9feb90b641cf82c85e074c3e6554bc1af78d667e69bfb2dc4d3b6b1d12d31ffadc300f73e1c59c7b401eee441418

diff --git a/dev-ruby/vlad/vlad-2.7.0.ebuild b/dev-ruby/vlad/vlad-2.7.0.ebuild
new file mode 100644
index 000..c2291c6
--- /dev/null
+++ b/dev-ruby/vlad/vlad-2.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pragmatic application deployment automation, without mercy"
+HOMEPAGE="https://github.com/seattlerb/vlad";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend ">=dev-ruby/hoe-3.13
+   test? ( >=dev-ruby/minitest-5.7 )"
+ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.3"
+
+all_ruby_prepare() {
+   # Keep Isolate from managing the dependencies.
+   sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die
+}



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

2016-06-14 Thread Hans de Graaff
commit: 6849c5afcdf2401c88fd4f68eb3479f4590baa4b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 14 05:14:35 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:06:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6849c5af

dev-ruby/sshkit: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/sshkit/Manifest|  2 --
 dev-ruby/sshkit/sshkit-1.8.1.ebuild | 37 -
 dev-ruby/sshkit/sshkit-1.9.0.ebuild | 37 -
 3 files changed, 76 deletions(-)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index e04d46b..543fdf5 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1 @@
 DIST sshkit-1.10.0.gem 144896 SHA256 
52be5c07361644f7ab461e14ffd2455a3ee5a7df01b03428bfa3716c830344a4 SHA512 
e89a91acd073ccfc73e15eff5c163273c80ef086bfe97e3df3af7b6ee3ce6b425b2bc4d0031526092cb709ec84a4643d3c8719b1341c5e406455dcac5f9e8c91
 WHIRLPOOL 
eb389dd4103df89d1614826cbca0d6a93bc8f8594a264a0cd5916d4097cded107cb61ac180727f9fbda384d3bc0136d466e81af64ea4bc2ce186cc96969b0fea
-DIST sshkit-1.8.1.gem 139264 SHA256 
ff272ca4d54fcdfab2874c70de3d4e26846762e091f83d2bbfaa96ecaa8c0617 SHA512 
59fcc3f24d6ca6c7acf8f753959aee993dbbcd452477f3124d5444f7e19a9885efde9d5ea5803ffc366b9f6638a4d93472cc51b343a6d7a39a708528def6e9e9
 WHIRLPOOL 
48c35a2dbd3b820dccb69b366903e803ff4eb62d250aa5a2c985d510f245529e049933501ed51d0f6e23926d7b3fd5c526c61c932dcc6f1840ec911e82469dbb
-DIST sshkit-1.9.0.gem 142336 SHA256 
7e3d840aeb81a282075c8c63276c9788b57914ab22281b8ba428a69d54ad8703 SHA512 
f4883e5f369a14253a9e5ed7929c0528030635687b50d64aecf845ccd0194816893c638c8a185c0a1c6c6ab6a01b42d4fd9209f1e87f296556ef1c8bc591e6dd
 WHIRLPOOL 
8571ef46dbd2f8c12fd26c4e7e9219f0fc62b88698602f33eae89a0eca314c874ab173298028e29e03ffd52d193812fb26ccab84c9923d4816de07c98f7ec1c2

diff --git a/dev-ruby/sshkit/sshkit-1.8.1.ebuild 
b/dev-ruby/sshkit/sshkit-1.8.1.ebuild
deleted file mode 100644
index fd1ec42..000
--- a/dev-ruby/sshkit/sshkit-1.8.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/net-ssh-2.8.0:*
-   >=dev-ruby/net-scp-1.1.2
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-   sed -i -e '/\(turn\|unindent\)/I s:^:#:' test/helper.rb || die
-
-   # Fix assumption about parent directory name
-   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
-}

diff --git a/dev-ruby/sshkit/sshkit-1.9.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.9.0.ebuild
deleted file mode 100644
index da6debd..000
--- a/dev-ruby/sshkit/sshkit-1.9.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/net-ssh-2.8.0:*
-   >=dev-ruby/net-scp-1.1.2
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' test/helper.rb || 
die
-
-   # Fix assumption about parent directory name
-   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
-}



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

2016-06-14 Thread Hans de Graaff
commit: d1afc7bd71c578b8fadae2440a23db33ade8ca69
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 04:55:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:07:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1afc7bd

dev-ruby/multi_xml: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild | 4 ++--
 dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
index 71e7401..31147fc 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:yard"

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
index f5fe3d7..1c998e5 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:yard"



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

2016-06-14 Thread Mike Frysinger
commit: 36a218b1250b3f1d4232f9b7ce87d5b0ce585617
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jun 15 05:02:31 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 05:03:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a218b1

app-portage/portage-utils: mark 0.62 arm64/ia64/m68k/ppc/s390/sh/sparc stable

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

diff --git a/app-portage/portage-utils/portage-utils-0.62.ebuild 
b/app-portage/portage-utils/portage-utils-0.62.ebuild
index 44ef48e..b792cc1 100644
--- a/app-portage/portage-utils/portage-utils-0.62.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.62.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 RDEPEND="dev-libs/iniparser:0"



[gentoo-commits] proj/portage-utils:master commit in: man/include/

2016-06-14 Thread Mike Frysinger
commit: 3fb265e0863689e3e352fc6abcedc77a262323f2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jun 15 04:55:06 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 04:55:06 2016 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3fb265e0

man: drop qfile --from docs

URL: https://bugs.gentoo.org/573574
Reported-by: Rick Farina  gentoo.org>

 man/include/qfile-04-from.include | 61 ---
 1 file changed, 61 deletions(-)

diff --git a/man/include/qfile-04-from.include 
b/man/include/qfile-04-from.include
deleted file mode 100644
index 47652bb..000
--- a/man/include/qfile-04-from.include
+++ /dev/null
@@ -1,61 +0,0 @@
-.SH "READING ARGUMENTS FROM A FILE/STDIN"
-.PP
-When you try to launch \fBqfile\fP with a large number of arguments, you may
-hit the following shell error:
-.nf\fI
-   $ qfile -o $(find /usr/lib)
-   bash: ./qfile: Argument list too long
-.fi
-.PP
-To avoid that, you must use the \fB\-\-from\fP (\fB\-f\fP) option, which
-allows reading your arguments list in a file:
-.nf\fI
-   $ find /usr/lib > ~/usr-lib.list
-   $ qfile -o -f ~/usr-lib.list
-   /usr/lib/libMagick-5.5.7-Q16.so.0.0.0
-   /usr/lib/libGL.so
-   ...
-.fi
-.PP
-Your arguments list must be formatted with one file per line, and without any
-kind of garbage (no leading or trailing space, no empty line, etc.).  The 
-default \fBfind\fP output format is just fine in general.
-.PP
-You can also read the arguments list from standard input with the "\fB\-\fP" 
-pseudo filename, which is useful with shell pipes:
-.nf\fI
-   $ find /usr/lib | qfile -o -f -
-   /usr/lib/libMagick-5.5.7-Q16.so.0.0.0
-   /usr/lib/libGL.so
-   ...
-.fi
-.PP
-Here is an other example of use.  This script lists some files which may be
-orphan config files left behind by Portage after uninstallation or upgrade of 
-some packages:
-.nf\fI
-   #!/bin/bash
-   SEARCH_PATHS="$(portageq envvar CONFIG_PROTECT)"
-   SEARCH_MASK="$(portageq envvar CONFIG_PROTECT_MASK) \\
-   /etc/runlevels /etc/portage \\
-   /etc/ssl/certs /etc/ssh \\
-   /etc/bash_completion.d /etc/cups"
-   for path in ${SEARCH_MASK} ; do
-   EXCLUDE="${EXCLUDE} -not -path ${path}/*"
-   done
-   set -f
-   find ${SEARCH_PATHS} ${EXCLUDE} | qfile -o -f -
-.fi
-.PP
-\fBIMPORTANT:\fP this script is just a quick example.  Do not blindly delete 
the
-files it will list!
-.PP
-When reading arguments from a file or from stdin, \fBqfile\fP will, for
-performances reasons, treat then by groups of 5000 (search owners of the
-5000 first files, then of the 5000 following ones, etc.).  This magic value
-should be fine in most cases, but you can change it if you really want, using
-the \fB\-\-max\-args\fP option (\fB\-m\fP).  Using a greater value will eat a
-bit more memory, but may be a bit faster for really big queries.  Be careful
-though, using some stupidly high or low value can completly kill the
-performances.  In short, you probably don't want to touch this option.
-.PP



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2016-06-14 Thread Matthias Maier
commit: af672b80bbf952b557244f39f8f77c3fa9c3c7f3
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun 15 04:18:27 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun 15 04:18:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af672b80

app-doc/doxygen: remove LINGUAS use expand, bug #584782

doxygen has language support in form of quite a number of "translator"
units. We had the habit of fine-tuning the translator units that are
actually built via the LINGUAS use expand mechanism.

But this is a broken approach due to the following reasons:

 - "translator" units are lightweight header files that are built into
   doxygen during compilation. No external dependencies are required.

 - Traditionally, the LINGUAS variable is used for packages to determine
   runtime language support (especially for GUI programs, etc) that usually
   requires additional packages to be installed - i.e., LINGUAS controls
   the languages supported in CLI and GUI applications.

   doxygen's support for translator units does *not* fit into this scheme
   at all.

 - Not all translator units have a LINGUAS equivalent (!!)

 - Hand selecting supported LINGUAS is a maintenance burden.

Therefore, I just got rid of it and install *all supported* "translator"
unconditionally.

Package-Manager: portage-2.2.28

 ...n-1.8.11-r1.ebuild => doxygen-1.8.11-r2.ebuild} | 36 --
 app-doc/doxygen/doxygen-.ebuild| 36 --
 2 files changed, 72 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.8.11-r1.ebuild 
b/app-doc/doxygen/doxygen-1.8.11-r2.ebuild
similarity index 81%
rename from app-doc/doxygen/doxygen-1.8.11-r1.ebuild
rename to app-doc/doxygen/doxygen-1.8.11-r2.ebuild
index d7d281d..6f49a8b 100644
--- a/app-doc/doxygen/doxygen-1.8.11-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.11-r2.ebuild
@@ -24,13 +24,6 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU"
 
-#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
-LANGS=(hy ar pt_BR ca zh cs de da eo es fa fi fr el hr hu id it ja ko lt mk
-nl nb pl pt ro ru sl sk sr sv tr uk vi af)
-for X in "${LANGS[@]}" ; do
-   IUSE="${IUSE} linguas_${X}"
-done
-
 RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
media-libs/libpng:0=
@@ -61,34 +54,6 @@ DEPEND="sys-apps/sed
 RESTRICT="test"
 EPATCH_SUFFIX="patch"
 
-get_langs() {
-   # using only user set linguas also fixes #263641
-   my_linguas=()
-   for lingua in ${LINGUAS}; do
-   if has ${lingua} "${LANGS[@]}"; then
-   case ${lingua} in
-   hy) lingua=am ;;
-   pt_BR) lingua=br ;;
-   zh*) lingua=cn ;;
-   cs) lingua=cz ;;
-   da) lingua=dk ;;
-   el*) lingua=gr ;;
-   ja*) lingua=jp ;;
-   ko) lingua=kr ;;
-   nb) lingua=no ;;
-   sl) lingua=si ;;
-   tr*) lingua=tr ;;
-   uk) lingua=ua ;;
-   af) lingua=za ;;
-   esac
-   has ${lingua} "${my_linguas[@]}" ||
-   my_linguas+=(${lingua})
-   fi
-   done
-   f_langs="${my_linguas[@]^^}"
-   echo ${f_langs// /;}
-}
-
 pkg_setup() {
use doc && python-any-r1_pkg_setup
 }
@@ -126,7 +91,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DDOC_INSTALL_DIR="share/doc/${P}"
-   -DLANG_CODES="$(get_langs)"
$(cmake-utils_use clang use_libclang)
$(cmake-utils_use doc build_doc)
$(cmake-utils_use doxysearch build_search)

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index fbd083e..ec664ad 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -25,13 +25,6 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU"
 
-#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
-LANGS=(hy ar pt_BR ca zh cs de da eo es fa fi fr el hr hu id it ja ko lt mk
-nl nb pl pt ro ru sl sk sr sv tr uk vi af)
-for X in "${LANGS[@]}" ; do
-   IUSE="${IUSE} linguas_${X}"
-done
-
 RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
media-libs/libpng:0=
@@ -62,34 +55,6 @@ DEPEND="sys-apps/sed
 RESTRICT="test"
 EPATCH_SUFFIX="patch"
 
-get_langs() {
-   # using only user set linguas also fixes #263641
-   my_linguas=()
-   for lingua in ${LINGUAS}; do
-   if has ${lingua} "${LANGS[@]}"; then
-   case ${lingua} in
-   hy) lingua=am ;;
- 

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

2016-06-14 Thread Mike Frysinger
commit: fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jun 15 00:00:32 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 03:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc85cee6

dev-python/retry-decorator: add py3.5 love

 dev-python/retry-decorator/retry-decorator-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild 
b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
index 4751a21..8b695d0 100644
--- a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
+++ b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2016-06-14 Thread Mike Frysinger
commit: a67236e9d5d58cc06485a729d330cd667374fff5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jun 15 00:06:57 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 03:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67236e9

dev-python/oauth2client: version bump to 2.1.0 & 2.2.0

 dev-python/oauth2client/Manifest  |  2 +
 dev-python/oauth2client/oauth2client-2.1.0.ebuild | 45 +++
 dev-python/oauth2client/oauth2client-2.2.0.ebuild | 45 +++
 3 files changed, 92 insertions(+)

diff --git a/dev-python/oauth2client/Manifest b/dev-python/oauth2client/Manifest
index bfe551d..fcc8cae 100644
--- a/dev-python/oauth2client/Manifest
+++ b/dev-python/oauth2client/Manifest
@@ -5,3 +5,5 @@ DIST oauth2client-1.5.1.tar.gz 130237 SHA256 
3e4ad7b3399cd9c4b8785acbbba2ca55eae
 DIST oauth2client-1.5.2.tar.gz 131665 SHA256 
b8df20b122e4f49a5fe5bc3c825d16015f5012c171c6c81eb4048e4d8c2ffee3 SHA512 
15f10b52aa93fc10289658d5ff671a247e5c92c5ff2be424a04617fee1a3a82439b829b0f5dcb04e3e84802e02580e366e08356df7ec6e24563a530d2f6b1db5
 WHIRLPOOL 
00f3033359eceda12528ef4caffc0a9d7d6561919272fe98e09d2599114f07d9be42eb32a4038c155c621581f98ecc0eb516bcaa018d4376e30906dd4a0adfbc
 DIST oauth2client-2.0.1.tar.gz 153127 SHA256 
fa0357fca4ce431073ead236256347aafe3d368c16c5edaeba7f826b1b1d5fb6 SHA512 
66179a604418a8aee9ca9dbfc5ad18356d5130a588e85f4dab3330feef194af2114bc2eb18ec625acf791938e4d7f78ee55284f45a67a48c775676697ce2b183
 WHIRLPOOL 
bef0f7394cbeade328f74288bd602973a7828915ff616c7331d6c1910be02bc74a8e11062bd0602a2c4f1681d7d8c6558aecd695df3ef711f74ba81fad0b1ab3
 DIST oauth2client-2.0.2.tar.gz 164190 SHA256 
f1e7f1453714a3861ca0827959e507160ba065503f17d49f5a84c5eb47b86514 SHA512 
ef8c81fe7f0d254c71a15115be58787bbf771b824e988b56ba9561c58b4726b03b4fce1b8c8f50c971236c558b0205fff11b949f7b70fcf749f3eb210c8dab0b
 WHIRLPOOL 
5958b658e8af39ee7789b268b1d091489bbd1aa08bf5ede58c49492e05092e25a9907b594238e54526dabfa5acfcfe024f9926bbb9ec52cb975766b4e34847c9
+DIST oauth2client-2.1.0.tar.gz 166673 SHA256 
2c9f26468ea56c2e223b01224558f807d8645a2f1d5792b5b50f99e442827e19 SHA512 
9db47b332c8a79f080b339fc7145fd8c5864c179032cbd703e0f236cc87412e015d2590ee22d031257d0003b09b3165e27c22a52bb789686613426104eb42cc7
 WHIRLPOOL 
87f36695cd0d37292f7544a258f6f38693a01351b1076e58dea2e9336a2691dd44d99663d94c124565407ec3727bf5cd86c031915bc170e79bb3d7805b271337
+DIST oauth2client-2.2.0.tar.gz 167484 SHA256 
07b44748059d6390ce2247195b2ae2117773617614f76ec9375e56fd43295f06 SHA512 
1e23c3f655e955dbf0cdb2b78613768ca4c6eb4336b555e3553da212fd762ba12329584f108d8145810228cf44da018675b38dd152b06e58be4eb18d4f8127c6
 WHIRLPOOL 
6cb1b3a6dbc4d3e0fca8d72417810873f11428afb4d4f52b08f7028c984bd330acf043ca10c339453c6f4e38c1f179c2e9126a9f6cb419323a53cbc769ebbe8f

diff --git a/dev-python/oauth2client/oauth2client-2.1.0.ebuild 
b/dev-python/oauth2client/oauth2client-2.1.0.ebuild
new file mode 100644
index 000..f0ad413
--- /dev/null
+++ b/dev-python/oauth2client/oauth2client-2.1.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Library for accessing resources protected by OAuth 2.0"
+HOMEPAGE="https://github.com/google/oauth2client";
+SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.0.5[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+   !<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}"/${P/_p/-post}
+
+# Needs network
+RESTRICT=test
+
+python_prepare_all() {
+   sed -i \
+   -e 
"s:find_packages():find_packages(exclude=['tests','tests.*']):" \
+   setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests || die
+}

diff --git a/dev-python/oauth2client/oauth2client-2.2.0.ebuild 
b/dev-python/oauth2client/oauth2client-2.2.0.ebuild
new file mode 100644
index 000..f0ad413
--- /dev/null
+++ b/dev-python/oauth2client/oauth2client-2.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Library for accessing resources protected by OAuth 2.0"
+HOMEPAGE="https://github.com/google/oauth2client";
+SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz 
-

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

2016-06-14 Thread Mike Frysinger
commit: ecf83ef546d912f6b200820073ad3f7a336bcb95
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 14 23:53:44 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 03:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf83ef5

dev-python/freezegun: add py3.5 & arm/x86 love

 dev-python/freezegun/freezegun-0.3.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/freezegun/freezegun-0.3.7.ebuild 
b/dev-python/freezegun/freezegun-0.3.7.ebuild
index 72f34b8..bb7bc56 100644
--- a/dev-python/freezegun/freezegun-0.3.7.ebuild
+++ b/dev-python/freezegun/freezegun-0.3.7.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/python-dateutil



[gentoo-commits] repo/gentoo:master commit in: dev-python/gcs-oauth2-boto-plugin/files/, dev-python/gcs-oauth2-boto-plugin/

2016-06-14 Thread Mike Frysinger
commit: 28ab49214e04334902210ec62c8d0ed84c422397
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jun 15 03:55:32 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 03:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ab4921

dev-python/gcs-oauth2-boto-plugin: version bump to 1.13

 dev-python/gcs-oauth2-boto-plugin/Manifest |  1 +
 .../files/gcs-oauth2-boto-plugin-1.13-py3.patch| 60 ++
 ...to-plugin-1.13-use-friendy-version-checks.patch | 13 +
 .../gcs-oauth2-boto-plugin-1.13.ebuild | 53 +++
 4 files changed, 127 insertions(+)

diff --git a/dev-python/gcs-oauth2-boto-plugin/Manifest 
b/dev-python/gcs-oauth2-boto-plugin/Manifest
index 200d8f1..950bcd2 100644
--- a/dev-python/gcs-oauth2-boto-plugin/Manifest
+++ b/dev-python/gcs-oauth2-boto-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST gcs-oauth2-boto-plugin-1.12.tar.gz 14601 SHA256 
4d35958f3724d6632f91a70acb3761c3860425ea6438c001e7e6b94d1431ad23 SHA512 
998bc3187ef1483d8301f952dd68daf1dabf5775c7c948a18bdec1ed1c0ecacc336d8a0b4401e93f10e7d2b70a2fd4675c2c9d8f077fed5f126ee334e966ca19
 WHIRLPOOL 
48bda2622963b93b3d87abd2c3744ca9a21ba1e9f574b0a29c02e1de7379f4f4af35612b89cfcce60e09ee629960f2491347b11f7cfe26b6ae4d5199c2783af1
+DIST gcs-oauth2-boto-plugin-1.13.tar.gz 14960 SHA256 
e8d583ce47f14f2975deae7139824f7756a8487ae36f4f37ad08d637f6a5afd2 SHA512 
db56b040789418c5c4f546bfbf51dd00ee15e19736d8e92713fff3ab1d633d738a089b109c4051e625ed7f42cfd05f4656ab9a605fb70bd2de6e051284105e08
 WHIRLPOOL 
a5032fd9802a5a490fb2b27cfc65e5dd2d887faef31cacdd7d81a3d8ec57577021e07385ec1552de6543eb2d036032d3eaf8317a3d5e37bb45926bebbf2bb537
 DIST gcs-oauth2-boto-plugin-1.8.tar.gz 13248 SHA256 
cb4f3c608c953c9f6eecbad0dd33c6a2dba283cf1cd332ceaac1a9ba8a17c64b SHA512 
5504fc38d58ee68a78ee2b8e6c3757045494d000748382bc26888a65085cec08d2d137c63cb51afd1cef72d31b3f0cac5d40014548cca47c5322a67a7f1ef204
 WHIRLPOOL 
238ee67cdad11162abe614fad7d6eb6175a27fc132c790e17f4380373b8c8d48906e5ac361c4d3c34fbac85e851bdf6426c3660434bf809d4abca87f6cb995a9
 DIST gcs-oauth2-boto-plugin-1.9.tar.gz 14625 SHA256 
82e70621354a0291ff312d060fedf25f8016eb0af215d443562ac2b26f94b28d SHA512 
439def0c7b78a103bd3041600e25eaede44c3aac8a161f12acd6dee98cd8404b03229df24cf4e7814d63600ca50793496a80893f1e32f8ed8ac4a2825dd07df8
 WHIRLPOOL 
ba28ac45e909a2410f36c81ba7f5e83e9c71963b1fd4d69df7fe425d26f066ea8376cf935f6b732c57d98b7d2e770d68a2658953279f0985725970af9d206dd6

diff --git 
a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.13-py3.patch 
b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.13-py3.patch
new file mode 100644
index 000..15f6fc3
--- /dev/null
+++ 
b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.13-py3.patch
@@ -0,0 +1,60 @@
+https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin/pull/18
+
+--- a/gcs_oauth2_boto_plugin/oauth2_client.py
 b/gcs_oauth2_boto_plugin/oauth2_client.py
+@@ -122,7 +122,7 @@ except ImportError:
+   retval.token_expiry = datetime.datetime.strptime(
+   data['token_expiry'], EXPIRY_FORMAT)
+ return retval
+-  except KeyError, e:
++  except KeyError as e:
+ raise Exception('Your JSON credentials are invalid; '
+ 'missing required entry %s.' % e[0])
+   # pylint: enable=protected-access
+@@ -274,7 +274,7 @@ class FileSystemTokenCache(TokenCache):
+   flags |= os.O_BINARY
+ 
+ try:
+-  fd = os.open(cache_file, flags, 0600)
++  fd = os.open(cache_file, flags, 0o0600)
+ except (OSError, IOError) as e:
+   LOG.warning('FileSystemTokenCache.PutToken: '
+   'Failed to create cache file %s: %s', cache_file, e)
+@@ -633,7 +633,7 @@ class OAuth2UserAccountClient(OAuth2Client):
+   return AccessToken(
+   credentials.access_token, credentials.token_expiry,
+   datetime_strategy=self.datetime_strategy)
+-except AccessTokenRefreshError, e:
++except AccessTokenRefreshError as e:
+   if 'Invalid response 403' in e.message:
+ # This is the most we can do at the moment to accurately detect rate
+ # limiting errors since they come back as 403s with no further
+@@ -669,7 +669,7 @@ class OAuth2GCEClient(OAuth2Client):
+   http = httplib2.Http()
+   response, content = http.request(META_TOKEN_URI, method='GET',
+body=None, headers=META_HEADERS)
+-except Exception, e:
++except Exception as e:
+   raise GsAccessTokenRefreshError(e)
+ 
+ if response.status == 200:
+@@ -695,7 +695,7 @@ def _IsGCE():
+ # this approach, we'll avoid having to enumerate all possible 
non-transient
+ # socket errors.
+ return False
+-  except Exception, e:  # pylint: disable=broad-except
++  except Exception as e:  # pylint: disable=broad-except
+ LOG.warning("Failed to determine whether we're running on GCE, so we'll"
+  

[gentoo-commits] repo/gentoo:master commit in: dev-python/gcs-oauth2-boto-plugin/

2016-06-14 Thread Mike Frysinger
commit: 98a1065abbd3eeb27990498ca77b1a71ec6fef2d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jun 15 03:52:55 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun 15 03:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a1065a

dev-python/gcs-oauth2-boto-plugin: block oauth2client-2

This version only works with the oauth2client-1.x releases.
The newer boto release adds support for oauth2client-2.

 dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild 
b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild
index c4af2e6..f10f30c 100644
--- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild
+++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild
@@ -29,6 +29,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/boto-2.29.1[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
>=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}]
+   !=dev-python/oauth2client-2*
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/files/, app-crypt/johntheripper/

2016-06-14 Thread Austin English
commit: f44215bc85605856c871874d5dd3837be93838cf
Author: Austin English  gentoo  org>
AuthorDate: Thu Jun  2 07:45:28 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jun 15 03:42:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44215bc

app-crypt/johntheripper: fix building with clang

Gentoo-Bug: https://bugs.gentoo.org/554392

 .../files/johntheripper-1.7.9-clang.patch  |  15 ++
 .../johntheripper/johntheripper-1.7.9-r11.ebuild   | 274 +
 2 files changed, 289 insertions(+)

diff --git a/app-crypt/johntheripper/files/johntheripper-1.7.9-clang.patch 
b/app-crypt/johntheripper/files/johntheripper-1.7.9-clang.patch
new file mode 100644
index 000..1b85914
--- /dev/null
+++ b/app-crypt/johntheripper/files/johntheripper-1.7.9-clang.patch
@@ -0,0 +1,15 @@
+Fix for building johntheripper with clang.
+
+https://bugs.gentoo.org/show_bug.cgi?id=554392 
+
+--- john-1.7.9-jumbo-7/src/rawSHA1_ng_fmt.c
 john-1.7.9-jumbo-7/src/rawSHA1_ng_fmt.c
+@@ -530,7 +530,7 @@
+ 
+ #if defined(__SSE4_1__)
+ 
+-# if !defined(__INTEL_COMPILER)
++# if !defined(__INTEL_COMPILER) && !defined(__clang__)
+ // This intrinsic is not always available in GCC, so define it here.
+ static inline int _mm_testz_si128 (__m128i __M, __m128i __V)
+ {

diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild 
b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
new file mode 100644
index 000..2ebce22
--- /dev/null
+++ b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit cuda eutils flag-o-matic toolchain-funcs pax-utils multilib
+
+MY_PN="john"
+MY_P="${MY_PN}-${PV}"
+
+JUMBO="jumbo-7"
+
+DESCRIPTION="fast password cracker"
+HOMEPAGE="http://www.openwall.com/john/";
+
+SRC_URI="http://www.openwall.com/john/g/${MY_P}.tar.bz2
+   !minimal? ( http://www.openwall.com/john/g/${MY_P}-${JUMBO}.diff.gz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+#Remove AltiVec USE flag. Appears to be an upstream issue.
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx libressl mozilla mpi 
opencl openmp cpu_flags_x86_sse2"
+REQUIRED_USE="openmp? ( !minimal )
+   mpi? ( !minimal )
+   cuda? ( !minimal )
+   opencl? ( !minimal )
+   mozilla? ( !minimal )"
+
+DEPEND="sys-libs/zlib
+   !minimal? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   mpi? ( virtual/mpi )
+   cuda? ( x11-drivers/nvidia-drivers
+   dev-util/nvidia-cuda-toolkit:= )
+   opencl? ( virtual/opencl )
+   mozilla? ( dev-libs/nss dev-libs/nspr )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+has_xop() {
+   echo | $(tc-getCC) ${CFLAGS} -E -dM - | grep -q "#define __XOP__ 1"
+}
+
+has_avx() {
+   echo | $(tc-getCC) ${CFLAGS} -E -dM - | grep -q "#define __AVX__ 1"
+}
+
+get_target() {
+   if use alpha; then
+   echo "linux-alpha"
+   elif use amd64; then
+   if has_xop; then
+   echo "linux-x86-64-xop"
+   elif has_avx; then
+   echo "linux-x86-64-avx"
+   else
+   echo "linux-x86-64"
+   fi
+   elif use ppc; then
+   #if use altivec; then
+   #   echo "linux-ppc32-altivec"
+   #else
+   echo "linux-ppc32"
+   #fi
+   elif use ppc64; then
+   #if use altivec; then
+   #   echo "linux-ppc32-altivec"
+   #else
+   echo "linux-ppc64"
+   #fi
+   # linux-ppc64-altivec is slightly slower than 
linux-ppc32-altivec for most hash types.
+   # as per the Makefile comments
+   elif use sparc; then
+   echo "linux-sparc"
+   elif use x86; then
+   if has_xop; then
+   echo "linux-x86-xop"
+   elif has_avx; then
+   echo "linux-x86-avx"
+   elif use cpu_flags_x86_sse2; then
+   echo "linux-x86-sse2"
+   elif use cpu_flags_x86_mmx; then
+   echo "linux-x86-mmx"
+   else
+   echo "linux-x86-any"
+   fi
+   elif use ppc-macos; then
+   # force AltiVec, the non-altivec profile contains ancient compiler cruft
+   #   if use altivec; then
+   echo "macosx-ppc32-altivec"
+   #   else
+   #   echo "macosx-ppc32"
+   #   fi
+   # for Tiger this can be macosx-ppc64
+   elif use x86-macos; then
+   if use cpu_flags_x86_sse2; then
+ 

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

2016-06-14 Thread Austin English
commit: e3fefa967b840fb928c2cf21930bcf50ea62d713
Author: Austin English  gentoo  org>
AuthorDate: Thu Jun  2 07:07:09 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jun 15 03:35:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fefa96

mail-filter/procmail: fix building with clang

Gentoo-Bug: https://bugs.gentoo.org/526842

Also update to EAPI 6

Reviewed-by: Robin H. Johnson  gentoo.org>

 mail-filter/procmail/procmail-3.22-r11.ebuild | 116 ++
 1 file changed, 116 insertions(+)

diff --git a/mail-filter/procmail/procmail-3.22-r11.ebuild 
b/mail-filter/procmail/procmail-3.22-r11.ebuild
new file mode 100644
index 000..8d0e7c2
--- /dev/null
+++ b/mail-filter/procmail/procmail-3.22-r11.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs prefix
+
+DESCRIPTION="Mail delivery agent/filter"
+HOMEPAGE="http://www.procmail.org/";
+SRC_URI="http://www.procmail.org/${P}.tar.gz";
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
+IUSE="mbox selinux"
+
+DEPEND="virtual/mta"
+RDEPEND="selinux? ( sec-policy/selinux-procmail )"
+
+src_prepare() {
+   # disable flock, using both fcntl and flock style locking
+   # doesn't work with NFS with 2.6.17+ kernels, bug #156493
+
+   sed -e "s:/\*#define NO_flock_LOCK:#define NO_flock_LOCK:" \
+   -i config.h || die "sed failed"
+
+   if ! use mbox ; then
+   echo "# Use maildir-style mailbox in user's home directory" > 
"${S}"/procmailrc || die
+   echo 'DEFAULT=$HOME/.maildir/' >> "${S}"/procmailrc || die
+   cd "${S}" || die
+   eapply "${FILESDIR}/gentoo-maildir3.diff"
+   else
+   echo '# Use mbox-style mailbox in /var/spool/mail' > 
"${S}"/procmailrc || die
+   echo 'DEFAULT=${EPREFIX}/var/spool/mail/$LOGNAME' >> 
"${S}"/procmailrc || die
+   fi
+
+   # Do not use lazy bindings on lockfile and procmail
+   if [[ ${CHOST} != *-darwin* && ${CHOST} != *-interix* ]]; then
+   eapply -p0 "${FILESDIR}/${PN}-lazy-bindings.diff"
+   fi
+
+   # Fix for bug #102340
+   eapply -p0 "${FILESDIR}/${PN}-comsat-segfault.diff"
+
+   # Fix for bug #119890
+   eapply -p0 "${FILESDIR}/${PN}-maxprocs-fix.diff"
+
+   # Prefixify config.h
+   eapply -p0 "${FILESDIR}"/${PN}-prefix.patch
+   eprefixify config.h Makefile src/autoconf src/recommend.c
+
+   # Fix for bug #26
+   eapply "${FILESDIR}/${PN}-pipealloc.diff"
+
+   # Fix for bug #270551
+   eapply "${FILESDIR}/${PN}-3.22-glibc-2.10.patch"
+
+   # Fix for x86-interix - doesn't have initgroups
+   eapply "${FILESDIR}"/${P}-interix.patch
+
+   eapply_user
+}
+
+src_compile() {
+   # -finline-functions (implied by -O3) leaves strstr() in an infinite 
loop.
+   # To work around this, we append -fno-inline-functions to CFLAGS
+   # Since GCC 4.7 we also need -fno-ipa-cp-clone (bug #466552)
+   # If it's clang, ignore -fno-ipa-cp-clone, as clang doesn't support this
+   case "$(tc-getCC)" in
+   "clang") append-flags -fno-inline-functions ;;
+   "gcc"|*) append-flags -fno-inline-functions -fno-ipa-cp-clone ;;
+   esac
+
+   sed -e "s:CFLAGS0 = -O:CFLAGS0 = ${CFLAGS}:" \
+   -e "s:LDFLAGS0= -s:LDFLAGS0 = ${LDFLAGS}:" \
+   -e "s:LOCKINGTEST=__defaults__:#LOCKINGTEST=__defaults__:" \
+   -e "s:#LOCKINGTEST=/tmp:LOCKINGTEST=/tmp:" \
+   -i Makefile || die "sed failed"
+
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   cd "${S}"/new || die
+   insinto /usr/bin
+   insopts -m 6755
+   doins procmail
+
+   doins lockfile
+   fowners root:mail /usr/bin/lockfile
+   fperms 2755 /usr/bin/lockfile
+
+   dobin formail mailstat
+   insopts -m 0644
+
+   doman *.1 *.5
+
+   cd "${S}" || die
+   dodoc FAQ FEATURES HISTORY INSTALL KNOWN_BUGS README
+
+   insinto /etc
+   doins procmailrc
+
+   docinto examples
+   dodoc examples/*
+}
+
+pkg_postinst() {
+   if ! use mbox ; then
+   elog "Starting with mail-filter/procmail-3.22-r9 you'll need to 
ensure"
+   elog "that you configure a mail storage location using DEFAULT 
in"
+   elog "/etc/procmailrc, for example:"
+   elog "\tDEFAULT=\$HOME/.maildir/"
+   fi
+}



[gentoo-commits] proj/android:master commit in: sys-apps/portage/files/, sys-apps/portage/

2016-06-14 Thread Benda XU
commit: 5166c7d8597780616103b48132d33049d740964f
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun 15 03:17:26 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jun 15 03:17:26 2016 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=5166c7d8

sys-apps/portage: remove host PATH.
Bug: 585986

 sys-apps/portage/Manifest  |  3 ++-
 .../files/portage-2.3.0-prefix-path-only.patch | 31 ++
 sys-apps/portage/portage-2.3.0_rc1-r1.ebuild   |  1 +
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index b9432dc..794f025 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,9 +1,10 @@
 AUX README.RESCUE 137 SHA256 
69bea0c755eab59b6b4d90838b8551744f0b0c8eeac170b1cd13a71ee83f9ac4 SHA512 
dba0f0d6d4cd140e636cc70dfb7bdb298e2f2fb040bc07b0874cac994bdbabd26bfd9361d85a0f8b9a92a185281e4901606b9e4f563afdc8867341bbe6af1cb0
 WHIRLPOOL 
713fcc790442999d56e13efaf536fec9954dadeda680b3642d0358311332096ddedf8b55697bd1ca620d84f0dc7d025ff7931e086c74c1f5032be72dca2ff8f5
 AUX portage-2.2.28-distcc-eprefix.patch 1215 SHA256 
15de29f5b8bf9b3f49c730bbeaa4414b55866a82874a54f0ecbbb0f58a16d781 SHA512 
bb630624d61d546d2ecfaad18274ae66139d3e0848293c64c69806ae13d380dc979ff658b517801ba407062270a49ca525b62ee89c47b83c324b664b364e37b6
 WHIRLPOOL 
ccc5c5aff1d2b426e9603a16ef455a81ee5ae0cd03043adf704b7b091b536543018a8f32e995c0668fe02fdfc7bec5a6c6b1060162c424061375458fd0e820c8
+AUX portage-2.3.0-prefix-path-only.patch 1089 SHA256 
e72cb1f1c1ad9d2c5b6179930d87fcb5fc58cc8a25eed654a166463d5a75749a SHA512 
6b28b9df57651237599736bf582e286e44353f47d5f0f0e4a65cd6d3ff87a0f216e0948f0e0aa2874d86233e14c832f0060cc264eee7c668e2d9be3df1279823
 WHIRLPOOL 
eb100086ebd20f7956c47320159f6ce1aed22edd5f48671f8e2bd11d66e979fd0175a6e0bf1ad1caf5860ae51635fe197d74ae7c13f025778ede8f5a81bf4caa
 AUX portage-2.3.0-scanelf-path.patch 948 SHA256 
b87d80dcdb9588ae92ab8824ad64df43351b89142a9a2f0a0a20dbd3f0b8a8f5 SHA512 
fef3ae7a5f6ee4d6a2469670a2ec04b697d4a5cd1950c638fdd3ab4f290f8b45f26f3c521c614140ea22d05be60080bb7c685f3b167a7554a17f51903278a25d
 WHIRLPOOL 
a2b6287f7f367e599a70df50cfd541b9d2ddf9f7c72140055cc1674b22997bdacb1a6b414765db63ebdb98f6d8231f59c8e3e223369d8f386c001fd5c6cd2db4
 AUX portage-2.3.0_rc1.patch 2278 SHA256 
5c10f7bf71250a87576bf81635a765e6fdfdaa7882fe7e1949c736ae1472c2d6 SHA512 
0e26adc69b3b716c7435d54a2ed4252045cb24e7891eed5d88514e6066ee4b1fc32ba89d63dc63e2341456110bc7def0bf1a49c1cb3cb53c0d9092bb251f9151
 WHIRLPOOL 
3964864f80131293283aa79ef1e87e5975e2543e456515c00cf6bd38905c2502539b9698634a44123db9e8ab3c566645b5424c29390a0f47ae7df62431355928
 DIST portage-2.2.28.tar.bz2 969138 SHA256 
da8148a1a9275c87f535679e41b1bb3a1380ba0f903b80510017517e4c5229d0 SHA512 
d21bf7e7dcc0a779a13df6a959e5d4291492fce2a5525b67e9a4705888021f9c08b8d78cd32b2eb930ac5428c40383e4e46da5a7b1ed5c9c9c42314c0f1c6a0b
 WHIRLPOOL 
1b9584b0243b46c70d0778aad57df2d3ea99e19f243280e542c29e6fed0634b72de6b203a3c296c2977d1a6e5e5250b910574176c692d2c7c27c0938528bb43d
 DIST portage-2.3.0_rc1.tar.bz2 910204 SHA256 
52cf0837975c4b2a8e1d3d18e3334a735b14e4ebdbdca8992548b86c1d5bebd1 SHA512 
d7a5ce8800668606a2e3549621686bb8bb30bd2f5d7a57b106efc1c58d34b95cef4605f5067824db0beb6f870c9e81cb3fdb5c074e9e64bef40a9df6f524ad13
 WHIRLPOOL 
c4c86fe20606e93ecf4d125f436077ec4d15cb453c98e83894a8383f1654a9b294107c9c04bb3019f66a643ff42c333060319d59dda47c323e9711723c3b9cfe
 EBUILD portage-2.2.28.ebuild 11798 SHA256 
167af8bf2aaa76fa2b36dce1b3396f81f1bd5af2b0daffc710402780eeb823b3 SHA512 
a7500e828da21775412b655eae1f7dac49eab7cd55c18f774ddbec501d4f2c2364cdff94b6d2faa4b230ff9ca63084dd3c8c8d28234c3f40150bb9a02d6e3935
 WHIRLPOOL 
9267f3f7ecd8aecf126dd4d92b9412dedf0335365798dc411f51d062f0328f852b387b5594f797ee49603fe0355670eb6ff401b71fcf736a944b4e2970da01c5
-EBUILD portage-2.3.0_rc1-r1.ebuild 11554 SHA256 
311c46e34390c121074a2d838d73baf03b428a6ad9dde3534f51a1c59554d0ec SHA512 
8c8a4dcd5c123568716cbfc1609786b31e084b92c42084b3d86ddd460798e68223511beb2924e545f050dd53583d1a27a44a6c36baf03338721b43ceaef3e558
 WHIRLPOOL 
85f0bfec78682942b4f75e0ca78c83b83265e977c6d6110c7bdfe5637d6ecbdf2339ea6fb200431bc6c36cf30e7e26a94302358c1934995a00ec9e76aa5d8567
+EBUILD portage-2.3.0_rc1-r1.ebuild 11604 SHA256 
2b2425bce224c20b1491d8917ab6288cf2936cda29426fbf2a3d37f4c936f458 SHA512 
b82f75de8aa1e91242eae29864121cf5a1420be8eea715168f8b13ae1dd01d0c1d5e9b18160055a079d1176e4e2a2bb3d6b6f93e8c3052e590c881c31fa07698
 WHIRLPOOL 
c5cb05de853f8e26aa59b9675efac221c800baed720b5fb388816bbe2374cc4452e372ec2d1c45a50e4fe1cfc2317b425814f842aa811406803a2862f9c24db0
 MISC metadata.xml 1017 SHA256 
78bf0d7e87b917ab6eb9c43835c9c688dc3c5ab0a1043608448e12e6bad715bc SHA512 
40315f8375409a6e8b86b2d11dc33b28a019911348d66f05fdd1194a4f0859f3f2ebf9c6922b795194669d992901c1fdda4cd147100979a7f661915c4094fd35
 WHIRLPOOL 
c2817f5c0005da6f1bf0ecb8d1bde9a6b9379e3022b9e456ee5e932974493a0454166e0113092aae7de2725b0718b

[gentoo-commits] proj/rbot-gentoo:master commit in: /

2016-06-14 Thread Robin H. Johnson
commit: 39c34e113636135e7ec76dee90168d355b29c7b7
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 15 03:13:28 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 15 03:13:28 2016 +
URL:https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=39c34e11

!meta -v: fix project expansion.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=585982
Signed-off-by: Robin H. Johnson  gentoo.org>

 gentoo-data.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gentoo-data.rb b/gentoo-data.rb
index 2d651b3..792244a 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -114,7 +114,7 @@ class GentooPlugin < Plugin
 
 meta_print(m, pkg)
 pkg['maintainers'].each { |maint|
-  return if maint['type'] != 'project'
+  next if maint['type'] != 'project'
   debug("meta -v calling proj for #{maint['email']}")
   p = params.clone
   p[:project] = maint['email']



[gentoo-commits] repo/gentoo:master commit in: games-emulation/sdlmame/files/, games-emulation/sdlmame/

2016-06-14 Thread Michael Sterrett
commit: 984b9ebf358f20f8c0ae724bf62a321569164c57
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed Jun 15 03:07:53 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed Jun 15 03:11:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984b9ebf

games-emulation/sdlmame: version bump

Package-Manager: portage-2.2.28

 games-emulation/sdlmame/Manifest   |   1 +
 .../sdlmame/files/sdlmame-0.174-cxx14.patch|  28 +++
 .../sdlmame/files/sdlmame-0.174-qt.patch   |  29 +++
 games-emulation/sdlmame/sdlmame-0.174.ebuild   | 235 +
 4 files changed, 293 insertions(+)

diff --git a/games-emulation/sdlmame/Manifest b/games-emulation/sdlmame/Manifest
index 95551bb..d42bcb3 100644
--- a/games-emulation/sdlmame/Manifest
+++ b/games-emulation/sdlmame/Manifest
@@ -1,2 +1,3 @@
 DIST mame-0.168.zip 82770536 SHA256 
f91e014c3d3bf3da790284a25437f231a84228a6adbf42db35ca34a57f8a3092 SHA512 
14b0519682f8aeb2379cd29b9e0ad8f3c54866296ac158876435425b79c3bf19a2dc520df7a44fe301a8e8cbbc335185602f4998edf6e95324f527c50c72411e
 WHIRLPOOL 
41ddbe191423e3653a52f7734cc85088f1c663fd9aefdbd00ceefbe86f27bde190d14505be7fa69f76c7a39c6bbb5ab196685c2e001c8517cb90f4f7f27e8a51
 DIST mame-0.173.zip 92387665 SHA256 
45a31815838abfab10d4b0c13be013c24385f1ff07aaeafa8e86014b996376a5 SHA512 
e4ca67cf313b23c49a30914299878270caddd24b5f26aefb6a5dc3ae0720847aff63e999237997edb01492afd60e3afd4be54ff885595e2f043ac4c0b647488b
 WHIRLPOOL 
d7065575ea842e63efd0494b1ba477524b4185b7ebd651bb7a60240b38b692245c53bf3a6044c251805bb80b7cd053f0f903259da36e9d109039579372255956
+DIST mame-0.174.zip 95944685 SHA256 
b9b1a65e855b055b0b6b262a7644d2b9a57c73541c55ee9eb60158508348a6fd SHA512 
9db4d98fb5f5373529808f3bc41fddefa65ebbf7c26d946ebf886cab25e5abf7c4d539d96dfd6af5e62f4366b2bb0b0b59d40fe7a722698f3707eb8ea4c12a0b
 WHIRLPOOL 
02a66870e5e27b4ea5cea8a53f3e2b629cdbf86090e0ba7c80fd4a0f1f7a866e67ff730e3cf14aa416560fab172dd65a9235013be97a9b61a451227649a551cc

diff --git a/games-emulation/sdlmame/files/sdlmame-0.174-cxx14.patch 
b/games-emulation/sdlmame/files/sdlmame-0.174-cxx14.patch
new file mode 100644
index 000..bd88cb4
--- /dev/null
+++ b/games-emulation/sdlmame/files/sdlmame-0.174-cxx14.patch
@@ -0,0 +1,28 @@
+# work around gcc-4.9.3's implementation of cxx14
+# bug  582576 with patch from Alexander Miller
+# https://bugs.gentoo.org/show_bug.cgi?id=582576
+
+--- a/src/lib/util/strformat.h
 b/src/lib/util/strformat.h
+@@ -185,9 +185,8 @@
+ #include 
+ #include 
+ 
+-#if defined(__GLIBCXX__) && (__GLIBCXX__ < 20150413)
+-namespace std
+-{
++namespace std {
++namespace mame_cxx14_compat {
+ template
+   inline constexpr auto
+   cbegin(const _Container& __cont) 
noexcept(noexcept(std::begin(__cont)))-> decltype(std::begin(__cont))
+@@ -198,7 +197,8 @@
+   cend(const _Container& __cont) noexcept(noexcept(std::end(__cont)))-> 
decltype(std::end(__cont))
+   { return std::end(__cont); }
+ }
+-#endif
++using namespace mame_cxx14_compat;
++}
+ 
+ namespace util {
+ namespace detail {

diff --git a/games-emulation/sdlmame/files/sdlmame-0.174-qt.patch 
b/games-emulation/sdlmame/files/sdlmame-0.174-qt.patch
new file mode 100644
index 000..f9c384d
--- /dev/null
+++ b/games-emulation/sdlmame/files/sdlmame-0.174-qt.patch
@@ -0,0 +1,29 @@
+No point in adding qt-related things to the compile line unless the qt 
debugger is wanted
+
+--- scripts/src/osd/sdl_cfg.lua.orig
 scripts/src/osd/sdl_cfg.lua
+@@ -115,14 +115,16 @@
+   configuration { }
+ 
+ elseif _OPTIONS["targetos"]=="linux" then
+-  if _OPTIONS["QT_HOME"]~=nil then
+-  buildoptions {
+-  "-I" .. backtick(_OPTIONS["QT_HOME"] .. "/bin/qmake 
-query QT_INSTALL_HEADERS"),
+-  }
+-  else
+-  buildoptions {
+-  backtick("pkg-config --cflags Qt5Widgets"),
+-  }
++  if _OPTIONS["USE_QTDEBUG"]=="1" then
++  if _OPTIONS["QT_HOME"]~=nil then
++  buildoptions {
++  "-I" .. backtick(_OPTIONS["QT_HOME"] .. 
"/bin/qmake -query QT_INSTALL_HEADERS"),
++  }
++  else
++  buildoptions {
++  backtick("pkg-config --cflags Qt5Widgets"),
++  }
++  end
+   end
+ elseif _OPTIONS["targetos"]=="macosx" then
+   defines {

diff --git a/games-emulation/sdlmame/sdlmame-0.174.ebuild 
b/games-emulation/sdlmame/sdlmame-0.174.ebuild
new file mode 100644
index 000..59d21f2
--- /dev/null
+++ b/games-emulation/sdlmame/sdlmame-0.174.ebuild
@@ -0,0 +1,235 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-any-r1 toolchain-funcs qmake-utils games
+
+MY_PV="${PV/.}"
+
+DESCRIPTION="Multiple Arcade Machine Emulator + Multi Emulat

[gentoo-commits] repo/gentoo:master commit in: games-emulation/sdlmame/files/, games-emulation/sdlmame/

2016-06-14 Thread Michael Sterrett
commit: e6f0576d0a5e1f59940c5e51b8480907d6667c0d
Author: Michael Sterrett  gentoo  org>
AuthorDate: Wed Jun 15 03:09:39 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Wed Jun 15 03:11:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f0576d

games-emulation/sdlmame: clean old

Package-Manager: portage-2.2.28

 games-emulation/sdlmame/Manifest   |   1 -
 .../sdlmame/files/sdlmame-0.173-cxx14.patch|  28 ---
 .../sdlmame/files/sdlmame-0.173-qt.patch   |  29 ---
 games-emulation/sdlmame/sdlmame-0.173.ebuild   | 235 -
 4 files changed, 293 deletions(-)

diff --git a/games-emulation/sdlmame/Manifest b/games-emulation/sdlmame/Manifest
index d42bcb3..4298e3e 100644
--- a/games-emulation/sdlmame/Manifest
+++ b/games-emulation/sdlmame/Manifest
@@ -1,3 +1,2 @@
 DIST mame-0.168.zip 82770536 SHA256 
f91e014c3d3bf3da790284a25437f231a84228a6adbf42db35ca34a57f8a3092 SHA512 
14b0519682f8aeb2379cd29b9e0ad8f3c54866296ac158876435425b79c3bf19a2dc520df7a44fe301a8e8cbbc335185602f4998edf6e95324f527c50c72411e
 WHIRLPOOL 
41ddbe191423e3653a52f7734cc85088f1c663fd9aefdbd00ceefbe86f27bde190d14505be7fa69f76c7a39c6bbb5ab196685c2e001c8517cb90f4f7f27e8a51
-DIST mame-0.173.zip 92387665 SHA256 
45a31815838abfab10d4b0c13be013c24385f1ff07aaeafa8e86014b996376a5 SHA512 
e4ca67cf313b23c49a30914299878270caddd24b5f26aefb6a5dc3ae0720847aff63e999237997edb01492afd60e3afd4be54ff885595e2f043ac4c0b647488b
 WHIRLPOOL 
d7065575ea842e63efd0494b1ba477524b4185b7ebd651bb7a60240b38b692245c53bf3a6044c251805bb80b7cd053f0f903259da36e9d109039579372255956
 DIST mame-0.174.zip 95944685 SHA256 
b9b1a65e855b055b0b6b262a7644d2b9a57c73541c55ee9eb60158508348a6fd SHA512 
9db4d98fb5f5373529808f3bc41fddefa65ebbf7c26d946ebf886cab25e5abf7c4d539d96dfd6af5e62f4366b2bb0b0b59d40fe7a722698f3707eb8ea4c12a0b
 WHIRLPOOL 
02a66870e5e27b4ea5cea8a53f3e2b629cdbf86090e0ba7c80fd4a0f1f7a866e67ff730e3cf14aa416560fab172dd65a9235013be97a9b61a451227649a551cc

diff --git a/games-emulation/sdlmame/files/sdlmame-0.173-cxx14.patch 
b/games-emulation/sdlmame/files/sdlmame-0.173-cxx14.patch
deleted file mode 100644
index bd88cb4..000
--- a/games-emulation/sdlmame/files/sdlmame-0.173-cxx14.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-# work around gcc-4.9.3's implementation of cxx14
-# bug  582576 with patch from Alexander Miller
-# https://bugs.gentoo.org/show_bug.cgi?id=582576
-
 a/src/lib/util/strformat.h
-+++ b/src/lib/util/strformat.h
-@@ -185,9 +185,8 @@
- #include 
- #include 
- 
--#if defined(__GLIBCXX__) && (__GLIBCXX__ < 20150413)
--namespace std
--{
-+namespace std {
-+namespace mame_cxx14_compat {
- template
-   inline constexpr auto
-   cbegin(const _Container& __cont) 
noexcept(noexcept(std::begin(__cont)))-> decltype(std::begin(__cont))
-@@ -198,7 +197,8 @@
-   cend(const _Container& __cont) noexcept(noexcept(std::end(__cont)))-> 
decltype(std::end(__cont))
-   { return std::end(__cont); }
- }
--#endif
-+using namespace mame_cxx14_compat;
-+}
- 
- namespace util {
- namespace detail {

diff --git a/games-emulation/sdlmame/files/sdlmame-0.173-qt.patch 
b/games-emulation/sdlmame/files/sdlmame-0.173-qt.patch
deleted file mode 100644
index f9c384d..000
--- a/games-emulation/sdlmame/files/sdlmame-0.173-qt.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-No point in adding qt-related things to the compile line unless the qt 
debugger is wanted
-
 scripts/src/osd/sdl_cfg.lua.orig
-+++ scripts/src/osd/sdl_cfg.lua
-@@ -115,14 +115,16 @@
-   configuration { }
- 
- elseif _OPTIONS["targetos"]=="linux" then
--  if _OPTIONS["QT_HOME"]~=nil then
--  buildoptions {
--  "-I" .. backtick(_OPTIONS["QT_HOME"] .. "/bin/qmake 
-query QT_INSTALL_HEADERS"),
--  }
--  else
--  buildoptions {
--  backtick("pkg-config --cflags Qt5Widgets"),
--  }
-+  if _OPTIONS["USE_QTDEBUG"]=="1" then
-+  if _OPTIONS["QT_HOME"]~=nil then
-+  buildoptions {
-+  "-I" .. backtick(_OPTIONS["QT_HOME"] .. 
"/bin/qmake -query QT_INSTALL_HEADERS"),
-+  }
-+  else
-+  buildoptions {
-+  backtick("pkg-config --cflags Qt5Widgets"),
-+  }
-+  end
-   end
- elseif _OPTIONS["targetos"]=="macosx" then
-   defines {

diff --git a/games-emulation/sdlmame/sdlmame-0.173.ebuild 
b/games-emulation/sdlmame/sdlmame-0.173.ebuild
deleted file mode 100644
index 0c3368e..000
--- a/games-emulation/sdlmame/sdlmame-0.173.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-any-r1 toolchain-funcs qmake-utils games
-
-MY_PV="${PV/.}"
-
-DESCRIPTION="Multiple Arcade Machine Emulator + Mult

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

2016-06-14 Thread Ryan Hill
commit: 44bfc2d56f1fab1ad9152b4fbccefc7d481256f5
Author: Ryan Hill  gentoo  org>
AuthorDate: Wed Jun 15 02:43:37 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Wed Jun 15 02:43:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bfc2d5

media-gfx/mcomix: Remove old.

Package-Manager: portage-2.3.0_rc1
Signed-off-by: Ryan Hill  gentoo.org>

 media-gfx/mcomix/Manifest  |  2 --
 media-gfx/mcomix/mcomix-1.00-r1.ebuild | 48 -
 media-gfx/mcomix/mcomix-1.01.ebuild| 49 --
 3 files changed, 99 deletions(-)

diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
index 54fab46..21414ec 100644
--- a/media-gfx/mcomix/Manifest
+++ b/media-gfx/mcomix/Manifest
@@ -1,3 +1 @@
-DIST mcomix-1.00.tar.bz2 527779 SHA256 
d8453109a297153f67fdc898d822fa57057d575b71ed857e538da9a7426f0cde SHA512 
9fc975afa92ad7130fe0d39058463cf26f8a9415257869e45e4cf83fae5e2bd8f4f264821046fcf425ee3729ec3dacfa59cd52342055a6246cf0b61b866f09b1
 WHIRLPOOL 
6aed2176904d5f12cd66e7f6f41fc23914d5a81cd514242a209994222b7ee1d18ceca4367e78f8a61bb6edbec559d0da94165f4db841c44840d6d768ba700f14
-DIST mcomix-1.01.tar.bz2 543293 SHA256 
da333d0bce5157fc8e15d13de6d9ce46b1c35692aa510cb20d6b2230f7c2774c SHA512 
d31ed5d851c761d9680643df5c5bac1af817c61b49455bfd887381e0d7651593f9fb70fdbdb7533ae7bb6f8a203f0cabcbfdcce8a9681aa1d9ceaa3a411c1e70
 WHIRLPOOL 
eb57890b612341d9920894b757c2eed8d1b6e8d31c911f2d7aff33a76c7cc2d1c3f5ebf3bfe96945fc0fa3ad612c369e6d96517b200ead3679559be69924329a
 DIST mcomix-1.2.1.tar.bz2 571128 SHA256 
7e43159dc585bc9bc31970a44bd2b4e42c303660c4c8cf7f0eda413a6f72fa3b SHA512 
efa4d57edc3a48d9e711767fb3e233ef9b334ff8ba467999e572e60ed747a4ee4aa420c8aa7788b16d7eb6e0901d454d6a405fcec47a8c74098a49491e915cd0
 WHIRLPOOL 
cabebccb5793bdd78686c22448688826bc4ba7b9e422e3aa712f0930b8e8029721cf48bbe4e8d06e34c8f76515785ff259d08a7021e60beb1719c9b35d356619

diff --git a/media-gfx/mcomix/mcomix-1.00-r1.ebuild 
b/media-gfx/mcomix/mcomix-1.00-r1.ebuild
deleted file mode 100644
index 303312b..000
--- a/media-gfx/mcomix/mcomix-1.00-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 eutils fdo-mime
-
-DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives"
-HOMEPAGE="http://mcomix.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]
-   virtual/jpeg
-   dev-python/pillow[${PYTHON_USEDEP}]
-   x11-libs/gdk-pixbuf
-   !media-gfx/comix"
-
-DOCS=( ChangeLog README )
-
-pkg_postinst() {
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-   echo
-   elog "Additional packages are required to open most common comic files:"
-   elog
-   elog "cbr: app-arch/unrar"
-   elog "cbz: app-arch/unzip"
-   elog
-   elog "You can also add support for 7z or LHA archives by installing"
-   elog "app-arch/p7zip or app-arch/lha."
-   echo
-}
-
-pkg_postrm() {
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-}

diff --git a/media-gfx/mcomix/mcomix-1.01.ebuild 
b/media-gfx/mcomix/mcomix-1.01.ebuild
deleted file mode 100644
index e2a27e7..000
--- a/media-gfx/mcomix/mcomix-1.01.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 eutils fdo-mime
-
-DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives"
-HOMEPAGE="http://mcomix.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]
-   virtual/jpeg
-   dev-python/pillow[${PYTHON_USEDEP}]
-   x11-libs/gdk-pixbuf
-   !media-gfx/comix"
-
-DOCS=( ChangeLog README )
-
-pkg_postinst() {
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-   echo
-   elog "Additional packages are required to open the most common comic 
archives:"
-   elog
-   elog "cbr: app-arch/unrar"
-   elog "cbz: app-arch/unzip"
-   elog
-   elog "You can also add support for 7z or LHA archives by installing"
-   elog "app-arch/p7zip or app-arch/lha. Install app-text/mupdf for"
-   elog "pdf support."
-   echo
-}
-
-pkg_postrm() {
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-}



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

2016-06-14 Thread Tim Harder
commit: eeb06e9461ac2918b0183e66e3f8429b1d6280a4
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:39:24 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb06e94

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  2 --
 x11-wm/qtile/qtile-0.10.1.ebuild | 56 
 x11-wm/qtile/qtile-0.10.2.ebuild | 56 
 3 files changed, 114 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 598bdb8..7053e9b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,4 +1,2 @@
-DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
-DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
 DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.1.ebuild b/x11-wm/qtile/qtile-0.10.1.ebuild
deleted file mode 100644
index b59d1b1..000
--- a/x11-wm/qtile/qtile-0.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}

diff --git a/x11-wm/qtile/qtile-0.10.2.ebuild b/x11-wm/qtile/qtile-0.10.2.ebuild
deleted file mode 100644
index 4a120e2..000
--- a/x11-wm/qtile/qtile-0.10.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/s

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

2016-06-14 Thread Tim Harder
commit: eb0f574830ae9cca96b3069859447f9f157514b2
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:31:46 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0f5748

x11-wm/qtile: add xcb use flag dep on cairo (bug #559558)

Bump to EAPI 6.

 x11-wm/qtile/qtile-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index 1968195..0ab3dd7 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 virtualx
@@ -23,7 +23,9 @@ SLOT="0"
 IUSE="test"
 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
 
-RDEPEND="x11-libs/pango
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]



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

2016-06-14 Thread Tim Harder
commit: 1bc4b30aa9110d6a644c26211ad7252d1d321e32
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jun 15 02:36:31 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jun 15 02:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc4b30a

x11-wm/qtile: version bump to 0.10.6

 x11-wm/qtile/Manifest|  1 +
 x11-wm/qtile/qtile-0.10.6.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index fdd0c66..598bdb8 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
+DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
new file mode 100644
index 000..0ab3dd7
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.10.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+   x11-libs/cairo[xcb]
+   x11-libs/pango
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   x11-base/xorg-server[kdrive]
+   )
+"
+
+RESTRICT="test"
+
+python_test() {
+   VIRTUALX_COMMAND="nosetests" virtualmake
+}
+
+python_install_all() {
+   local DOCS=( CHANGELOG README.rst )
+   distutils-r1_python_install_all
+
+   insinto /usr/share/xsessions
+   doins resources/qtile.desktop
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, net-firewall/nftables/files/libexec/, ...

2016-06-14 Thread Göktürk Yüksek
commit: 9b897d91dd4f6a7b8434b08798a9187e54b9c007
Author: Nicholas Vinson  gmail  com>
AuthorDate: Mon Jun 13 14:33:58 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jun 15 01:34:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b897d91

net-firewall/nftables: Remove bashism from nftables.sh

Remove [[ ... ]] bashism from use_legacy() function.
Add missing dependencies and add doc use flag.
Mask doc USE flag on arm due to the unkeyworded dep.

Gentoo-bug: 585800
Closes: https://github.com/gentoo/gentoo/pull/1673
Package-Manager: portage-2.3.0_rc1

 net-firewall/nftables/files/libexec/nftables.sh|  2 +-
 .../nftables/files/nftables-0.5-pdf-doc.patch  | 52 ++
 ...tables-0.5-r2.ebuild => nftables-0.5-r3.ebuild} | 13 --
 profiles/arch/arm/package.use.mask |  5 +++
 4 files changed, 67 insertions(+), 5 deletions(-)

diff --git a/net-firewall/nftables/files/libexec/nftables.sh 
b/net-firewall/nftables/files/libexec/nftables.sh
index 0d7c091..2d8c9f0 100755
--- a/net-firewall/nftables/files/libexec/nftables.sh
+++ b/net-firewall/nftables/files/libexec/nftables.sh
@@ -100,7 +100,7 @@ use_legacy() {
 major_ver=$(uname -r | cut -d '.' -f1)
 minor_ver=$(uname -r | cut -d '.' -f2)
 
-[[ $major_ver -ge 4 || $major_ver -eq 3 && $minor_ver -ge 18 ]] && return 1
+[ $major_ver -ge 4 -o $major_ver -eq 3 -a $minor_ver -ge 18 ] && return 1
 return 0
 }
 

diff --git a/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch 
b/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch
new file mode 100644
index 000..b6f7834
--- /dev/null
+++ b/net-firewall/nftables/files/nftables-0.5-pdf-doc.patch
@@ -0,0 +1,52 @@
+Update configure script to include option to enable and disable PDF man page
+generation.
+
+--- a/configure.ac
 b/configure.ac
+@@ -27,10 +27,16 @@
+ AS_IF([test "x$enable_debug" = "xno"], [with_debug=no], 
[with_debug=yes]),
+ [with_debug=yes])
+ AC_SUBST(with_debug)
+ AM_CONDITIONAL([BUILD_DEBUG], [test "x$with_debug" != xno])
+ 
++AC_ARG_ENABLE([pdf-doc],
++AS_HELP_STRING([--enable-pdf-doc], [Enable PDF documentation]),
++AS_IF([test "x$enable_pdf_doc" = "xno"], [enable_pdf_doc=no],
++[enable_pdf_doc=yes]), [enable_pdf_doc=no])
++AM_CONDITIONAL([BUILD_PDF], [test "x$enable_pdf_doc" == "xyes" ])
++
+ # Checks for programs.
+ AC_PROG_CC
+ AC_PROG_MKDIR_P
+ AC_PROG_INSTALL
+ AC_PROG_SED
+@@ -61,15 +67,15 @@
+   )]
+ )
+ AC_SUBST(DB2MAN)
+ AM_CONDITIONAL([BUILD_MAN], [test -n "$DB2MAN"])
+ 
+-AC_CHECK_PROG(DBLATEX, [dblatex], [found], [no])
+-AS_IF([test "$DBLATEX" == "no"],
+-  [AC_MSG_WARN([dblatex not found, no PDF manpages will be built])]
+-)
+-AM_CONDITIONAL([BUILD_PDF], [test "$DBLATEX" == "found"])
++AM_COND_IF([BUILD_PDF], [
++  AC_CHECK_PROG(DBLATEX, [dblatex], [found], [no])
++  AS_IF([test "$DBLATEX" == "no"],
++[AC_MSG_ERROR([dblatex not found])])
++])
+ 
+ # Checks for libraries.
+ PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])
+ PKG_CHECK_MODULES([LIBNFTNL], [libnftnl >= 1.0.5])
+ 
+@@ -134,6 +140,7 @@
+ 
+ echo "
+ nft configuration:
+   cli support:${with_cli}
+   enable debugging:   ${with_debug}
+-  use mini-gmp:   ${with_mini_gmp}"
++  use mini-gmp:   ${with_mini_gmp}
++  enable pdf documentation:   ${enable_pdf_doc}"

diff --git a/net-firewall/nftables/nftables-0.5-r2.ebuild 
b/net-firewall/nftables/nftables-0.5-r3.ebuild
similarity index 81%
rename from net-firewall/nftables/nftables-0.5-r2.ebuild
rename to net-firewall/nftables/nftables-0.5-r3.ebuild
index a495588..aa54e05 100644
--- a/net-firewall/nftables/nftables-0.5-r2.ebuild
+++ b/net-firewall/nftables/nftables-0.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug gmp +readline"
+IUSE="debug doc gmp +readline"
 
 RDEPEND=">=net-libs/libmnl-1.0.3
>=net-libs/libnftnl-1.0.5
@@ -21,8 +21,10 @@ RDEPEND=">=net-libs/libmnl-1.0.3
readline? ( sys-libs/readline:0= )"
 DEPEND="${RDEPEND}
>=app-text/docbook2X-0.8.8-r4
+   doc? ( >=app-text/dblatex-0.3.7 )
sys-devel/bison
-   sys-devel/flex"
+   sys-devel/flex
+   virtual/pkgconfig"
 
 S="${WORKDIR}"/v${PV}
 
@@ -36,6 +38,7 @@ pkg_setup() {
 }
 
 src_prepare() {
+   epatch -p1 "${FILESDIR}/${P}-pdf-doc.patch"
epatch_user
eautoreconf
 }
@@ -44,6 +47,7 @@ src_configure() {
econf \
--sbindir="${EPREFIX}"/sbin \
$(use_enable debug) \
+   $(use_enable doc pdf-doc) \
$(use_with readline cli)

[gentoo-commits] proj/releng:catalyst3 commit in: tools/

2016-06-14 Thread Robin H. Johnson
commit: b3a87345a06709538a85d77c6dffa43c97ec1a8e
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 15 01:29:20 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 15 01:33:50 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=b3a87345

catalyst-auto: squelch all pushd/popd

Have some sed magic, including a negative match.

git grep -l -e pushd -e popd \
| xargs sed -i -r \
  -e '/(pushd|popd)/{ /null/! { s,$, >/dev/null,g } }'

Signed-off-by: Robin H. Johnson  gentoo.org>

 tools/catalyst-auto-alpha.conf  |  4 ++--
 tools/catalyst-auto-amd64-experimental.conf | 14 +++---
 tools/catalyst-auto-amd64.conf  | 14 +++---
 tools/catalyst-auto-armv4tl.conf|  4 ++--
 tools/catalyst-auto-armv5tel.conf   |  4 ++--
 tools/catalyst-auto-armv6j.conf |  4 ++--
 tools/catalyst-auto-armv6j_hardfp.conf  |  4 ++--
 tools/catalyst-auto-armv7a.conf |  4 ++--
 tools/catalyst-auto-armv7a_hardfp.conf  |  4 ++--
 tools/catalyst-auto-hppa.conf   |  4 ++--
 tools/catalyst-auto-ia64.conf   |  4 ++--
 tools/catalyst-auto-ppc.conf|  4 ++--
 tools/catalyst-auto-ppc64.conf  |  4 ++--
 tools/catalyst-auto-s390.conf   |  4 ++--
 tools/catalyst-auto-s390x.conf  |  4 ++--
 tools/catalyst-auto-sparc64.conf|  4 ++--
 tools/catalyst-auto-x86-experimental.conf   | 14 +++---
 tools/catalyst-auto-x86.conf| 14 +++---
 18 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index ae5ec8b..e98fba0 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -29,13 +29,13 @@ pre_build() {
 
   # Symlink the latest stages3 to build from
   for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
-pushd $d
+pushd $d >/dev/null
 for f in $(ls stage3*bz2 | grep -v latest | give_latest_from_dates ) ; do
   of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
   of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for $
   ln -sf $f $of
 done
-popd
+popd >/dev/null
   done
 }
 

diff --git a/tools/catalyst-auto-amd64-experimental.conf 
b/tools/catalyst-auto-amd64-experimental.conf
index dd5e270..674dadd 100644
--- a/tools/catalyst-auto-amd64-experimental.conf
+++ b/tools/catalyst-auto-amd64-experimental.conf
@@ -51,24 +51,24 @@ give_latest_from_dates() {
 }
 
 pre_build() {
-   pushd ${REPO_DIR}
+   pushd ${REPO_DIR} >/dev/null
git pull
-   popd
+   popd >/dev/null
 
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
-   pushd $d
+   pushd $d >/dev/null
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | 
give_latest_from_dates ) ; do
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for 
20YYMMDD stuff
ln -sf $f $of
done
-   popd
+   popd >/dev/null
done
 }
 
 post_build() {
-   pushd ${BUILD_SRCDIR_BASE}/default
+   pushd ${BUILD_SRCDIR_BASE}/default >/dev/null
mkdir -p ${BUILD_DESTDIR_BASE}/${TYPE}/${ARCH}/default/${DATESTAMP}
for file in $(ls stage{3,4}*${DATESTAMP}*${EXTENSIONS} ); do
if [ -f $file ]; then
@@ -78,9 +78,9 @@ post_build() {
if [ -f *${DATESTAMP}*.iso ]; then
cp *${DATESTAMP}*.iso* 
${BUILD_DESTDIR_BASE}/${TYPE}/${ARCH}/default/${DATESTAMP}
fi
-   popd
+   popd >/dev/null
 
-   pushd ${BUILD_SRCDIR_BASE}/hardened
+   pushd ${BUILD_SRCDIR_BASE}/hardened >/dev/null
mkdir -p ${BUILD_DESTDIR_BASE}/${TYPE}/${ARCH}/hardened/${DATESTAMP}
for file in $(ls stage{3,4}*${DATESTAMP}*${EXTENSIONS} ); do
if [ -f $file ]; then

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 8017935..f812055 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -61,25 +61,25 @@ give_latest_from_dates() {
 update_symlinks() {
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
-   pushd $d
+   pushd $d >/dev/null
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | 
give_latest_from_dates ) ; do
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for 
20YYMMDD stuff
ln -sf $f $of
done
-   popd
+   popd >/dev/null
done
 }
 
 pre_build() {
-   pushd ${REPO_DIR}
+   pushd ${REPO_DIR} >/dev/null
git pull
-   popd
+  

[gentoo-commits] proj/releng:master commit in: tools/

2016-06-14 Thread Robin H. Johnson
commit: e243f99edf0080848382ddeb6dc5fe9035aef871
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 15 01:29:20 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 15 01:31:06 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e243f99e

catalyst-auto: squelch all pushd/popd

Have some sed magic, including a negative match.

git grep -l -e pushd -e popd \
| xargs sed -i -r \
  -e '/(pushd|popd)/{ /null/! { s,$, >/dev/null,g } }'

Signed-off-by: Robin H. Johnson  gentoo.org>

 tools/catalyst-auto-alpha.conf  |  4 ++--
 tools/catalyst-auto-amd64-experimental.conf | 14 +++---
 tools/catalyst-auto-amd64.conf  | 14 +++---
 tools/catalyst-auto-armv4tl.conf|  4 ++--
 tools/catalyst-auto-armv5tel.conf   |  4 ++--
 tools/catalyst-auto-armv6j.conf |  4 ++--
 tools/catalyst-auto-armv6j_hardfp.conf  |  4 ++--
 tools/catalyst-auto-armv7a.conf |  4 ++--
 tools/catalyst-auto-armv7a_hardfp.conf  |  4 ++--
 tools/catalyst-auto-hppa.conf   |  4 ++--
 tools/catalyst-auto-ia64.conf   |  4 ++--
 tools/catalyst-auto-ppc.conf|  4 ++--
 tools/catalyst-auto-ppc64.conf  |  4 ++--
 tools/catalyst-auto-s390.conf   |  4 ++--
 tools/catalyst-auto-s390x.conf  |  4 ++--
 tools/catalyst-auto-sparc64.conf|  4 ++--
 tools/catalyst-auto-x86-experimental.conf   | 14 +++---
 tools/catalyst-auto-x86.conf| 14 +++---
 18 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index ae5ec8b..e98fba0 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -29,13 +29,13 @@ pre_build() {
 
   # Symlink the latest stages3 to build from
   for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
-pushd $d
+pushd $d >/dev/null
 for f in $(ls stage3*bz2 | grep -v latest | give_latest_from_dates ) ; do
   of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
   of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for $
   ln -sf $f $of
 done
-popd
+popd >/dev/null
   done
 }
 

diff --git a/tools/catalyst-auto-amd64-experimental.conf 
b/tools/catalyst-auto-amd64-experimental.conf
index 9317650..4dc879a 100644
--- a/tools/catalyst-auto-amd64-experimental.conf
+++ b/tools/catalyst-auto-amd64-experimental.conf
@@ -51,24 +51,24 @@ give_latest_from_dates() {
 }
 
 pre_build() {
-   pushd ${REPO_DIR}
+   pushd ${REPO_DIR} >/dev/null
git pull
-   popd
+   popd >/dev/null
 
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
-   pushd $d
+   pushd $d >/dev/null
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | 
give_latest_from_dates ) ; do
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for 
20YYMMDD stuff
ln -sf $f $of
done
-   popd
+   popd >/dev/null
done
 }
 
 post_build() {
-   pushd ${BUILD_SRCDIR_BASE}/default
+   pushd ${BUILD_SRCDIR_BASE}/default >/dev/null
 
mkdir -p ${BUILD_DESTDIR_BASE}/default/${DATESTAMP}
for file in $(ls stage{3,4}*${DATESTAMP}*${EXTENSIONS} ); do
@@ -79,9 +79,9 @@ post_build() {
if [ -f *${DATESTAMP}*.iso ]; then
cp *${DATESTAMP}*.iso* 
${BUILD_DESTDIR_BASE}/${TYPE}/${ARCH}/default/${DATESTAMP}
fi
-   popd
+   popd >/dev/null
 
-   pushd ${BUILD_SRCDIR_BASE}/hardened
+   pushd ${BUILD_SRCDIR_BASE}/hardened >/dev/null
 
mkdir -p ${BUILD_DESTDIR_BASE}/hardened/${DATESTAMP}
for file in $(ls stage{3,4}*${DATESTAMP}*${EXTENSIONS} ); do

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 80bf8b7..ea0a6ce 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -62,25 +62,25 @@ give_latest_from_dates() {
 update_symlinks() {
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
-   pushd $d
+   pushd $d >/dev/null
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | 
give_latest_from_dates ) ; do
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for 
20YYMMDD stuff
ln -sf $f $of
done
-   popd
+   popd >/dev/null
done
 }
 
 pre_build() {
-   pushd ${REPO_DIR}
+   pushd ${REPO_DIR} >/dev/null
git pull
-   popd
+   popd >/dev/null
update_symlinks
 }
 
 post_build() {
-   pushd ${BUILD_SRCDIR_BASE}/def

[gentoo-commits] proj/releng:catalyst3 commit in: /

2016-06-14 Thread Robin H. Johnson
commit: 827d10f5cf3128ef72113d8b5eb0d15c286f5b9b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 15 01:36:39 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 15 01:36:39 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=827d10f5

Merge branch 'master' into catalyst3




[gentoo-commits] proj/releng:catalyst3 commit in: /

2016-06-14 Thread Robin H. Johnson
commit: 615e705fb8d75a259a8a311cfab992e34f918b9d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 15 01:31:40 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 15 01:31:40 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=615e705f

Merge remote-tracking branch 'origin/master' into catalyst3

 tools-uclibc/portage.armv7a.hardened/env/perl.conf   | 1 +
 .../{portage.i686.hardened => portage.armv7a.hardened}/package.env   | 0
 tools-uclibc/portage.armv7a.vanilla/env/perl.conf| 1 +
 .../{portage.i686.hardened => portage.armv7a.vanilla}/package.env| 0
 4 files changed, 2 insertions(+)



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm/

2016-06-14 Thread Joe Sapp
commit: 7c812c9f5f6ae73a760f021e39b37ff2ba747aaf
Author: Joe Sapp  gentoo  org>
AuthorDate: Wed Jun 15 01:22:02 2016 +
Commit: Joe Sapp  gentoo  org>
CommitDate: Wed Jun 15 01:22:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c812c9f

sci-geosciences/josm: Version bump to 10327

Package-Manager: portage-2.3.0_rc1

 sci-geosciences/josm/Manifest  |  1 +
 sci-geosciences/josm/josm-10327.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/sci-geosciences/josm/Manifest b/sci-geosciences/josm/Manifest
index 5cbb181..5e3f56c 100644
--- a/sci-geosciences/josm/Manifest
+++ b/sci-geosciences/josm/Manifest
@@ -1,3 +1,4 @@
+DIST josm-10327.tar.gz 53601409 SHA256 
d5ec24cb47c3e6c7423efe4eeedbe419c9d16b9764f9dfd491445b2d2b085630 SHA512 
a7c0ecb0e9a8d76b26ab2a8d3e3f8a066133ce4de30eb32a645e0efb7772d5e4f52129804103c1ffe2816f8daf8937ad15fc915c7aad29f6a1897dc003bc521a
 WHIRLPOOL 
3638921c85176678a26677581c8bc8b5aa5ea1babafe1f41d7458031d1a2b1c0189800395a29dd3c8117623918fe3f116fb26a3e39664e5dec6e2352a3df7b5c
 DIST josm-8800.tar.gz 39442264 SHA256 
50859314c18118e93788b511660012eb9eefc9e90653e72be999bc6aa0e24ea3 SHA512 
3a002d49508386daaad656feff9e305734f3fdedfc7da29fd3f821a623c875f25f3855e1cc0a073cee119e66e7dc05f732b4eccf23a2cb1ae0a0eda9d5fc5f86
 WHIRLPOOL 
2ad4397d34d15efff1233aad593042a90a552574ecd1f89c6b7953133fd9803de348de9a27f89bdc509b3b691e9ce618e6b32a8aba669ed032768873a4a23a54
 DIST josm-9060.tar.gz 39757613 SHA256 
a6be6ce30f48b9dde83b2a8489fa2b406394c7168763d66bc8d0f6110a3df6e6 SHA512 
e5506cd38ba5dec88f66becfd7cdc33741ddebe8fc8cc31c0af20c818c2201a39936f27cad6cd6be9a5bbdbc69c52ccf0fd58f771477f537430dea68d89384bf
 WHIRLPOOL 
13daab7bfa2f0c4b334e821a940f51ecba246c23bd4fe8f3fde3106f7048662ab94a2319117d4faa2b49c4341683ea036a9f69027b345653ae63735776268f8d
 DIST josm-9900.tar.gz 51719690 SHA256 
39bd285ec5c461a73b864b26f30c659b15d296c80f503e0073bde3fbfad0998d SHA512 
b32c63abd9b57c244de9f30f4f43cf1ef095f0bc4a21aa8e30d56e226f4e5efb97800be721c8331f6ad9bc780b63572a2801101afb7c252386e36c5ef2caff3b
 WHIRLPOOL 
f0b2595205e522b0e492ebd2680316e20baf529009dd497aa8b3dfb33a83c7e59de870cdfa923e58c109e0bd3a08a1ee043082293a194e2b93a589b8f12d1c85

diff --git a/sci-geosciences/josm/josm-10327.ebuild 
b/sci-geosciences/josm/josm-10327.ebuild
new file mode 100644
index 000..ffdc8e0
--- /dev/null
+++ b/sci-geosciences/josm/josm-10327.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_ANT_ENCODING=UTF-8
+
+[[ ${PV} == "" ]] && SUBVERSION_ECLASS="subversion"
+ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk";
+inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
+unset SUBVERSION_ECLASS
+
+DESCRIPTION="Java-based editor for the OpenStreetMap project"
+HOMEPAGE="http://josm.openstreetmap.de/";
+# Upstream doesn't provide versioned tarballs, so we'll have to create one on 
our own:
+# REVISION=${PV}
+# mkdir -p josm-${REVISION}
+# svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ 
josm-${REVISION}
+# cd josm-${REVISION} && ant init-svn-revision-xml && cd -
+# tar -cz  --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz 
josm-${REVISION}
+[[ ${PV} == "" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == "" ]] || \
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+IUSE=""
+
+src_prepare() {
+
+   if [[ ${PV} == "" ]]; then
+
+   # create-revision needs the compile directory to be a svn 
directory
+   # see also 
http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
+   sed -i \
+   -e "s:arg[ ]value=\".\":arg 
value=\"${ESVN_STORE_DIR}\/${PN}\/trunk\":" \
+   build.xml || die "sed failed"
+
+   else
+
+   # Remove dependency on git and svn just for generating a
+   # revision - the tarball should already have REVISION.XML
+   sed -i -e 's:, *init-git-revision-xml::g' \
+   -e '/

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

2016-06-14 Thread Benda XU
commit: cb624b4b07da1b13ceec5cf01cee3daffa9fc932
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Jun 13 14:37:13 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Jun 13 14:37:13 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=cb624b4b

bootstrap-prefix.sh: add sys-apps/diffutils in stage2.

  It is needed by bison-3 build system.

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index e164f6b..b242491 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1283,10 +1283,10 @@ bootstrap_stage2() {
dev-libs/libffi
sys-devel/m4
sys-devel/flex
+   sys-apps/diffutils # needed by bison-3 build system
sys-devel/bison
sys-devel/patch
$(rapx "" sys-devel/binutils-config)
-   $([[ ${CHOST} == *-aix* ]] && echo sys-apps/diffutils ) # gcc 
can't deal with aix diffutils, gcc PR14251
)
 
# Most binary Linux distributions seem to fancy toolchains that



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

2016-06-14 Thread Benda XU
commit: 6f8399cca7ce9cfd6f5b5ebc4307c12405d190e0
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Jun 13 14:15:04 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Jun 13 14:15:04 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6f8399cc

bootstrap-prefix.sh: add move up curl

  add -f option to test against download failures.

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

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 6fd749c..e164f6b 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -47,13 +47,13 @@ efetch() {
# curl, FreeBSD's fetch and ftp.
if [[ x$(type -t wget) == "xfile" ]] ; then
FETCH_COMMAND="wget"
-   elif [[ x$(type -t ftp) == "xfile" ]] ; then
-   FETCH_COMMAND="ftp"
elif [[ x$(type -t curl) == "xfile" ]] ; then
einfo "WARNING: curl doesn't fail when 
downloading fails, please check its output carefully!"
-   FETCH_COMMAND="curl -L -O"
+   FETCH_COMMAND="curl -f -L -O"
elif [[ x$(type -t fetch) == "xfile" ]] ; then
FETCH_COMMAND="fetch"
+   elif [[ x$(type -t ftp) == "xfile" ]] ; then
+   FETCH_COMMAND="ftp"
else
eerror "no suitable download manager found 
(need wget, curl, fetch or ftp)"
eerror "could not download ${1##*/}"



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

2016-06-14 Thread Austin English
commit: e91dc1e6c7786a2d409df4b5f97f8322f950329f
Author: Austin English  gentoo  org>
AuthorDate: Tue Jun 14 20:22:05 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Jun 14 20:22:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91dc1e6

dev-util/artifactory-bin: version bump - artifactory-4.8.1

Package-Manager: portage-2.2.28

 dev-util/artifactory-bin/Manifest  |  1 +
 .../artifactory-bin/artifactory-bin-4.8.1.ebuild   | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-util/artifactory-bin/Manifest 
b/dev-util/artifactory-bin/Manifest
index ae78f5b..3d59939 100644
--- a/dev-util/artifactory-bin/Manifest
+++ b/dev-util/artifactory-bin/Manifest
@@ -1,3 +1,4 @@
 DIST artifactory-4.7.6.zip 40332783 SHA256 
8f2ee405e7b13ea2121a0e1c97ef3097ae54e9753d7288cc4ee95d3831cb01dd SHA512 
06d102b8a17172a8f6a67e9f166278b59569ba8439c9eea02bc1a7401182f72bc00da8ea3484a30b1c96ab167d331868169edd3051f6e027d772a9c5ede50852
 WHIRLPOOL 
296dc74c9698058b2fc020ce0561929a7a75dc47ad48cce37be1d4e86e0c4bbddfb7ab108f58ee1175bb0fff113a4a216a11c6ddf01380d3fd8c826607712990
 DIST artifactory-4.7.7.zip 40327123 SHA256 
953a208daa35767ca915a9bab20310493c9abd78f238f787387c89077d377716 SHA512 
2ebda9b45a819c9f060a7d789878f09ffb5e8791f9913ba5f86498ad69a01731fca9efde7c0ed9e206ea35a98d733052146c407208f28a3efc0b25423b11a894
 WHIRLPOOL 
57e60d9426849f140fdd67bc775c9d9e08c0c78926347dc5bd64cf0c5d0fd1ab759539756e98183e093e6e9b27301d5bb6192ca5c023c71664a49bded23b8a0e
 DIST artifactory-4.8.0.zip 41084705 SHA256 
2de13962ad1e6f4f1537e1fd86b6e70da6afae67a2449bf0cb369d3a84267647 SHA512 
a21310a7699c63a2fe3f305f42fef0aab6a0b9d43b2b8ba89d2360e5f8364d233f6f64616271d6cd4e79c1cecd18b1a7197fbb034a5eabd77d97b257e09b2910
 WHIRLPOOL 
e6a62c25f2927ea069fa512c40f8b7ea4cecb8625acdd8149c1f2db298b7375e362ee616562b37e9a00d5ed5451cb5861bf906d4d5c796eec9735e62b2a46e88
+DIST artifactory-4.8.1.zip 40949993 SHA256 
12218335d6f45d1ffca0bce2cbe636cf4d8c9fe71747dc9ce04a7be78acd9529 SHA512 
0873003d307187adcaff77ab52daebdcffbc96748f2203ead169148fdb3860fd90d28c68bacf58fc928c5608303d5d4fdb839ed7d5c6f5a4ddca573e91946c85
 WHIRLPOOL 
a6c38a5d38ea3034c578b47b7021146cb960e25833155606d9cd2d301c644b400af81a28c4779caec82ae0296f04185225d3bb6cee06dffdb224937430df390a

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.8.1.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.8.1.ebuild
new file mode 100644
index 000..211224d
--- /dev/null
+++ b/dev-util/artifactory-bin/artifactory-bin-4.8.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Using a binary ebuild until a source ebuild is doable.
+# This was previously blocked by two major bugs upstream:
+# A lack of documented build instructions - 
https://www.jfrog.com/jira/browse/RTFACT-8960
+# A lack of source releases - https://www.jfrog.com/jira/browse/RTFACT-8961
+# Upstream now releases source and instructions (yay!), but most of 
artifactory's
+# dependencies are not in portage yet.
+
+EAPI=6
+
+inherit user
+
+MY_P="${P/-bin}"
+MY_PN="${PN/-bin}"
+MY_PV="${PV/-bin}"
+
+DESCRIPTION="The world's most advanced repository manager for maven"
+HOMEPAGE="http://www.jfrog.org/products.php";
+SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="ssl"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=">=virtual/jdk-1.8
+   app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}-oss-${MY_PV}"
+
+pkg_setup() {
+   enewgroup artifactory
+   enewuser artifactory -1 /bin/sh -1 artifactory
+}
+
+src_prepare() {
+   default
+
+   if use ssl ; then
+   cp "${FILESDIR}/artifactory.xml" 
tomcat/conf/Catalina/localhost/artifactory.xml || die
+   cp "${FILESDIR}/server.xml" tomcat/conf/server.xml || die
+   fi
+
+   # Reverse https://www.jfrog.com/jira/browse/RTFACT-7123
+   sed -i -e 
"s%artifactory.repo.global.disabled=true%artifactory.repo.global.disabled=false%g;"
 \
+   etc/artifactory.system.properties || die
+
+   # See FIXME in src_install(), this can probably go away,
+   # but catalina.sh may need to be fixed for that:
+   sed -i -e 
"s%/etc/opt/jfrog/artifactory/default%/etc/conf.d/${MY_PN}%g;" \
+   misc/service/setenv.sh || die
+}
+
+src_install() {
+   local ARTIFACTORY_HOME="/opt/artifactory"
+   local TOMCAT_HOME="${ARTIFACTORY_HOME}/tomcat"
+
+   insinto ${ARTIFACTORY_HOME}
+   doins -r etc logs misc tomcat webapps
+
+   dodir /etc/opt/jfrog
+   dosym ${ARTIFACTORY_HOME}/etc /etc/opt/jfrog/artifactory
+
+   dosym ${ARTIFACTORY_HOME}/logs /var/log/artifactory
+
+   exeinto ${ARTIFACTORY_HOME}/bin
+   doexe bin/*
+
+   # FIXME: this is called by catalina.sh (it echoes the variables before 
starting
+ 

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

2016-06-14 Thread Austin English
commit: 102ba791f5e1b050d87b3f756537857b35b0074e
Author: Austin English  gentoo  org>
AuthorDate: Tue Jun 14 20:20:34 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Jun 14 20:22:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102ba791

dev-util/artifactory-bin: fix LICENSE (LGPL-3+, not Apache-2.0)

Package-Manager: portage-2.2.28

 dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild | 2 +-
 dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild | 2 +-
 dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild
index 7698961..27d65dc 100644
--- a/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild
+++ b/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="The world's most advanced repository manager for 
maven"
 HOMEPAGE="http://www.jfrog.org/products.php";
 
SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
 
-LICENSE="Apache-2.0"
+LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="ssl"

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild
index 7698961..27d65dc 100644
--- a/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild
+++ b/dev-util/artifactory-bin/artifactory-bin-4.7.7.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="The world's most advanced repository manager for 
maven"
 HOMEPAGE="http://www.jfrog.org/products.php";
 
SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
 
-LICENSE="Apache-2.0"
+LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="ssl"

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild
index b11f9b2..8c147a1 100644
--- a/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild
+++ b/dev-util/artifactory-bin/artifactory-bin-4.8.0.ebuild
@@ -21,7 +21,7 @@ DESCRIPTION="The world's most advanced repository manager for 
maven"
 HOMEPAGE="http://www.jfrog.org/products.php";
 
SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
 
-LICENSE="Apache-2.0"
+LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="ssl"



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

2016-06-14 Thread Brian Evans
commit: bcfe28f77691c1e12ae6bd40ad7130638f07d704
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jun 14 19:53:15 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jun 14 19:53:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfe28f7

package.use.mask: Mask igbinary USE from new pecl-redis

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d0966c3..e4f6e26 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Brian Evans  (14 Jun 2016)
+# Igbinary is not ready for php 7
+>=dev-php/pecl-redis-3.0 igbinary
+
 # Matthew Brewer  (02 June 2016)
 # Acked-by: Amy Winston 
 # Currently broken upstream.



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

2016-06-14 Thread Brian Evans
commit: 558106c5ce80dbeac9709d0a9d56dba8b4d7120e
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jun 14 20:00:24 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jun 14 20:00:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558106c5

dev-php/pecl-redis: Version bump to new slot wrt bug 585912

This ebuild pulls in the old slot for targets it does not support

Package-Manager: portage-2.3.0_rc1

 dev-php/pecl-redis/Manifest|  1 +
 dev-php/pecl-redis/pecl-redis-3.0.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-php/pecl-redis/Manifest b/dev-php/pecl-redis/Manifest
index 58bb610..3cf3ff7 100644
--- a/dev-php/pecl-redis/Manifest
+++ b/dev-php/pecl-redis/Manifest
@@ -1 +1,2 @@
 DIST redis-2.2.7.tgz 134340 SHA256 
95e5331cd7e709771eb4479c455bcf326a74b2aea3b1a5cba00b4c95e66dc902 SHA512 
88be2abeda62b7c1c95b6d399bbb5f97774d956001b4d13a8e5f183e86fe6336d91f479a8125adcaeff1ad5617a920953961360fc3484ebafc3ed915bcd7f86c
 WHIRLPOOL 
e7c8ea7c0c4578933211d4571d742ad09eadb5dd93e207d4f0d5858bfacb7a78eb4bd7ed34cafbc17b465b0d423ea0ff788dee907d89c4939ee4a9acbbe8b95d
+DIST redis-3.0.0.tgz 189720 SHA256 
de0e349027ea0821fbfb7f1961226223f3179bb84c6dada515f0145227993f70 SHA512 
0dc4a6363e6bcefdbb50abec500558aaf709ca4e418d11dcebc15509684c81c5286781003725346d7ff748d8b4eea9735cdc82dc9c37fa54c8e7009f6e8bc494
 WHIRLPOOL 
fa612b130ff6611425a4a7e3bb85c40148c006627fce04cd3fd1efcbdbe4780bb3cd3cdb2483d9c385eadf3ba97b82ffd43c906611dd8b5f03b4272a0e24bc4e

diff --git a/dev-php/pecl-redis/pecl-redis-3.0.0.ebuild 
b/dev-php/pecl-redis/pecl-redis-3.0.0.ebuild
new file mode 100644
index 000..7fe79dd
--- /dev/null
+++ b/dev-php/pecl-redis/pecl-redis-3.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_EXT_NAME="redis"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6 php7-0"
+
+DOCS="arrays.markdown README.markdown"
+
+inherit php-ext-pecl-r2
+
+#redefine in order to only build for 7.0
+USE_PHP="php7-0"
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="PHP extension for interfacing with Redis"
+LICENSE="PHP-3.01"
+SLOT="7"
+IUSE="igbinary"
+
+DEPEND="igbinary? ( php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] 
) )"
+RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-redis:0 )"
+
+src_configure() {
+   my_conf="--enable-redis
+   $(use_enable igbinary redis-igbinary)"
+
+   php-ext-source-r2_src_configure
+}
+
+src_install() {
+   if use php_targets_php7-0 ; then
+   php-ext-pecl-r2_src_install
+   fi
+}



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

2016-06-14 Thread Markus Meier
commit: 686b40ad45d464e9540bea9d0d56e4cb64eeac93
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:35:48 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:35:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686b40ad

dev-ruby/nokogiri: add ~arm, bug #585240

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/nokogiri/nokogiri-1.6.8.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.6.8.ebuild
index f627b5b..1980e4d 100644
--- a/dev-ruby/nokogiri/nokogiri-1.6.8.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.6.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://nokogiri.org/";
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~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 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2016-06-14 Thread Markus Meier
commit: 52c84c64613375bd005fd06aee17a775351ed94b
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:34:51 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:34:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c84c64

dev-ruby/pkg-config: add ~arm, bug #585240

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-ruby/pkg-config/pkg-config-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild
index 054478b..852fde8 100644
--- a/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild
+++ b/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="A pkg-config implementation by Ruby"
 HOMEPAGE="https://github.com/rcairo/pkg-config";
 LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
 
-KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Unidecode/

2016-06-14 Thread Markus Meier
commit: 7b5fd4a8e76b625bb522e28330afd27ccc40d245
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:33:57 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:33:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5fd4a8

dev-perl/Text-Unidecode: arm stable, bug #585620

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild 
b/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild
index 89ceb4f..767bcf8 100644
--- a/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild
+++ b/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Plain ASCII transliterations of Unicode text"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2016-06-14 Thread Markus Meier
commit: d7e93b35008bd8e7c99f2497cbe15e10c5a71a20
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:33:15 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:33:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e93b35

dev-ruby/mime-types: add ~arm, bug #583470

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-ruby/mime-types/mime-types-3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild 
b/dev-ruby/mime-types/mime-types-3.0-r1.ebuild
index bf94a1b..1ac396f 100644
--- a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild
+++ b/dev-ruby/mime-types/mime-types-3.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types";
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 
dev-ruby/minitest-bonus-assertions:2 )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-bonus-assertions/

2016-06-14 Thread Markus Meier
commit: e254481705e5ef9821694da3ad2e4715e6b7ed23
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:32:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:32:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2544817

dev-ruby/minitest-bonus-assertions: add ~arm, bug #583470

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-2.0.ebuild 
b/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-2.0.ebuild
index ab0c39f..1a9a881 100644
--- a/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-2.0.ebuild
+++ b/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-2.0.ebuild
@@ -16,7 +16,7 @@ 
HOMEPAGE="https://github.com/halostatue/minitest-bonus-assertions";
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/minitest-pretty_diff )"



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

2016-06-14 Thread Markus Meier
commit: cfda313ed6b61deed52db33ec0007403c32e3f29
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:31:45 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:31:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfda313e

dev-ruby/minitest-pretty_diff: add ~arm, bug #583470

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild 
b/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild
index 3570dd9..07a4b6f 100644
--- a/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild
+++ b/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/adammck/minitest-pretty_diff";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 each_ruby_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Diff/

2016-06-14 Thread Markus Meier
commit: 908389f439ae3f6e576df18718914870a93eca5b
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:30:47 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:30:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908389f4

dev-perl/Text-Diff: arm stable, bug #585614

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild 
b/dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild
index b8c5198..1dc762e 100644
--- a/dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild
+++ b/dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perform diffs on files and record sets"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2016-06-14 Thread Markus Meier
commit: eb68e4ce96164b5e1adb6c475c3d6fa8cb37478c
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:29:57 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:29:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb68e4ce

dev-perl/Text-CSV_XS: arm stable, bug #585612

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild
index e126909..c01dcd1 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.230.0.ebuild
@@ -13,7 +13,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV/

2016-06-14 Thread Markus Meier
commit: aaa6f5bd399b17ed5cfa3b5ed33952f3b5178a7c
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:29:07 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:29:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa6f5bd

dev-perl/Text-CSV: arm stable, bug #585610

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild 
b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild
index 3c2f005..83a7b25 100644
--- a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild
+++ b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Manipulate comma-separated value strings"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Encode/

2016-06-14 Thread Markus Meier
commit: ac53e102c19aac32dc94e73f118eaa6c1aa10653
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:28:25 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:28:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac53e102

dev-perl/LaTeX-Encode: add ~arm, bug #583444

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild 
b/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild
index 0d5891c..deb5754 100644
--- a/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild
+++ b/dev-perl/LaTeX-Encode/LaTeX-Encode-0.91.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Encode characters for LaTeX formatting"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Always/

2016-06-14 Thread Markus Meier
commit: 4d6e8fce3552e1352ccf7e4685086ea9ac4eab01
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:27:39 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:27:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6e8fce

dev-perl/Carp-Always: add ~arm, bug #583444

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild 
b/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild
index b9757df..2bdbc22 100644
--- a/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild
+++ b/dev-perl/Carp-Always/Carp-Always-0.130.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Warns and dies noisily with stack backtraces"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="



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

2016-06-14 Thread Markus Meier
commit: 01502b6160eb3b9dbef5d356c6f3cc5b4f9346ac
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:26:32 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:26:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01502b61

app-admin/emacs-updater: arm stable, bug #585320

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index 9c7b3ad..0ff9de5 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-06-14 Thread Amadeusz Piotr Żołnowski
commit: fa0026cee40ef1c4f31a181a2715849f50e90a89
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Jun 14 19:17:14 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Jun 14 19:21:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0026ce

net-im/ejabberd: Remove double leading slash

Package-Manager: portage-2.3.0_rc1

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

diff --git a/net-im/ejabberd/ejabberd-16.04.ebuild 
b/net-im/ejabberd/ejabberd-16.04.ebuild
index 56e0c9f..b7f818f 100644
--- a/net-im/ejabberd/ejabberd-16.04.ebuild
+++ b/net-im/ejabberd/ejabberd-16.04.ebuild
@@ -228,7 +228,7 @@ pkg_postinst() {
elog "  /usr/share/doc/${PF}/html/guide.html"
elog "or the online version at"
elog "  http://www.process-one.net/en/ejabberd/docs/";
-   elif [[ -f ${EROOT}/etc/jabber/ejabberd.cfg ]]; then
+   elif [[ -f ${EROOT}etc/jabber/ejabberd.cfg ]]; then
elog "Ejabberd now defaults to using a YAML format for its 
config file."
elog "The old ejabberd.cfg file can be converted using the 
following instructions:"
echo



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-builder-convert/

2016-06-14 Thread Pacho Ramos
commit: 1cde25c28aa546cd3f8cdad60c1857fdb18e4542
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 14 19:12:15 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 14 19:19:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cde25c2

dev-util/gtk-builder-convert: Version bump (#585892)

Package-Manager: portage-2.3.0_rc1

 dev-util/gtk-builder-convert/Manifest  |  1 +
 .../gtk-builder-convert-2.24.30.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/gtk-builder-convert/Manifest 
b/dev-util/gtk-builder-convert/Manifest
index ed54b12..afc8bf2 100644
--- a/dev-util/gtk-builder-convert/Manifest
+++ b/dev-util/gtk-builder-convert/Manifest
@@ -1,2 +1,3 @@
 DIST gtk+-2.24.28.tar.xz 13354884 SHA256 
b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656 SHA512 
86d563645ca70c1e14afd4b38d925f496e596cbf6181f2e95310f58c2f4152aaecc559e3c513e6d405fcf48d8d413d59a9d72782216529c1280bd8e1947d7760
 WHIRLPOOL 
b4943bb7792f962e0fc50a118f0dbce58a79678e1a98632717a2f3bda4ddd99b62ce9aed3b14f1c0912a4b53eb975991527843985f625c5a9e052db4889acfb0
 DIST gtk+-2.24.29.tar.xz 13143648 SHA256 
0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8 SHA512 
3cdc868b74831c35b9181edfe29fc7743118b5db6b4e742cc684cf5b7d8e87686f53c4460ee14dee635c25cfd1fd7aefb5cc472d022f0f77d83b6d3a881eff26
 WHIRLPOOL 
9a7bf26647ac9f10dea2d1f7a50fe36ba9d88c74784b6863e0e6572ab165a716774c84c1e067c61920e9a8bb08068bc765099d65d975b3778fee2abd8f80af37
+DIST gtk+-2.24.30.tar.xz 12800276 SHA256 
0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50 SHA512 
13373e4809b48acefdbf09f18f0f18b562f05b3ce2e3169c5aa80722a262405b3b4a220ecee54c59ef03ef89be9850dc659f6da9251abaf7c577599b7a4319b1
 WHIRLPOOL 
4038ccc5d6a17796acdf22b9240257299770b755e84a9396cf660f80f973f9fc75f0ae3a51b83dff2dc42102d6141e57bdd4e3fb8f9b11cae9ecd72e139746a3

diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild 
b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
new file mode 100644
index 000..be7cff5
--- /dev/null
+++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME_ORG_MODULE="gtk+"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit gnome.org python-single-r1
+
+DESCRIPTION="Converts Glade files to GtkBuilder XML format"
+HOMEPAGE="http://www.gtk.org/";
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# gtk-builder-convert was part of gtk+ until 2.24.10-r1
+COMMON_DEPEND="${PYTHON_DEPS}"
+
+RDEPEND="${COMMON_DEPEND}
+   !<=x11-libs/gtk+-2.24.10:2
+"
+
+DEPEND="${COMMON_DEPEND}"
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+   cd gtk || die
+   python_doscript gtk-builder-convert
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-builder-convert/

2016-06-14 Thread Pacho Ramos
commit: aa443f90657cc471228611a95a73e4ec9eac9ed1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 14 19:15:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 14 19:19:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa443f90

dev-util/gtk-builder-convert: Stabilize in arches with newer gtk+:2, this is 
installing the same file as 2.24.29 anyway  (#585892)

Package-Manager: portage-2.3.0_rc1

 dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild 
b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
index be7cff5..6f802bb 100644
--- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
+++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-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 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2016-06-14 Thread David Seifert
commit: d4b1d6a5a66b4dd0457cb62dd58c8bf9317c5470
Author: Sven Eden  gmx  net>
AuthorDate: Wed Jun  8 14:35:37 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 14 19:09:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b1d6a5

sci-misc/boinc: New ebuild for boinc-7.6.33

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1629

Signed-off-by: David Seifert  gentoo.org>

 sci-misc/boinc/Manifest|   3 +
 sci-misc/boinc/boinc-7.6.33.ebuild | 154 +
 2 files changed, 157 insertions(+)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index 4f1d78d..1dc63ac 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,3 +1,6 @@
 DIST boinc-7.2.42.tar.gz 45420832 SHA256 
c4e9c6aef80db15afa3617804f6cdbf15586865d260b242a06197681a8ac86e6 SHA512 
c702597b2469e40cdb1fe4d47ac7b808a2f5702d7199e8bc4f2e50ec7a1058057f4edc6baec9ff64b877da788a13bd74049348286c7cbc98a7f73232f25749d0
 WHIRLPOOL 
ddade063072bef0a9dfcba50ce3878c8d0318e8ed607af045e7c7561296742dd66612d68d013be627692a3dbf54296b02dbc50533cd1d0d4a6b2deb53c99305e
+DIST boinc-7.2.44.tar.gz 46626134 SHA256 
bae214f238b8b3d1826a44e3a9e5d91cbad165e7df6daf8a7f208f36c51c5425 SHA512 
60f58eecbe1f8d1a272b338d0c2b2fcbfb95538c448cbfdab25d3e860129b519a2c3b2608a909e285bdf4378c23a71107a6d3c2d3aa519ec906480d81be19ca9
 WHIRLPOOL 
f071fce088769ca35bacc9466e3a863bc619d025e14aa26b96a5a736027e4438a2d660df804d95cc635c4bd83e636c0c79e2712f2953bbc2fd905091ec1a1589
 DIST boinc-7.4.42.tar.gz 44075908 SHA256 
2656727628cae8b15c39e48e08e0521aae345dd1cf4674c6730150500b30145f SHA512 
6eabb130d38c55b551ce216afcb8b4a27d9755c4a20dfc30e7ab0c7e8ba5ab5af6995348ec5fee6b9711aa85f7fdbcef78b05894873d8780f20c9e29e17c8ad1
 WHIRLPOOL 
3b61de0a5a443d457ceda3c01bf824fa5d9a72c7e5d8e8da1bf35f1510a7d3fb72dbbf8ce329b2f8ca18c82afc16852df0cd047d4870b06537ddff473277d655
+DIST boinc-7.4.43.tar.gz 44144046 SHA256 
f7b6c093e88227093cdc7c7a337eafe3d10ec4071bfe5cdc20dfa9fdd74fcb9b SHA512 
3c9b95daa2083c61f7794482fb1a23e2eacd6f08da49e7378450bdffab15458c58405b2945cca24bd724018859b77474e220bef94dd78c7e42eb51f8789ede63
 WHIRLPOOL 
570d9fb837bcdf74985944894719aea4bdfff174da1d1b60592a895540e3d9d160759658a0fb452a51e796dc5f9111f3f9bd05e2a1e2a54d4fdefcf7847d3598
 DIST boinc-7.6.31.tar.gz 43534132 SHA256 
133490409d4a8513024253dd22ccf6ab26f210226db97f2021fd75eb79a27f08 SHA512 
b2f35e7446bf01f4557a0d3c18ccad49a3e71d72fd25d69ff2e023ac51b1293ce3a7066ca0959e35301d1d99fc66eabf11dd89845ac120326f27fcdfa30fcdeb
 WHIRLPOOL 
0d5de909dbe8a7f961d221f01e2ffc57bacc72fc91ac26bdf30fff73f4ce80c1b60f5a7e782da8b8cda222a23455275fd96f18b902c77c971aa86a4c4a010641
+DIST boinc-7.6.33.tar.gz 43569544 SHA256 
c4b1c29b9655013e0ac61dddf47ad7f30f38c46159f02a9d9dc8ab854e99aa6d SHA512 
c1a98d1a489835abdac72b300c0c8ce82eec9a677ff891c57da4df9875a9bbdd4b45dd9d5ae6ddc2926a0e47ae281fb94ff87815b8aeab0786e15062465e2c20
 WHIRLPOOL 
118578c4058b3f19fab61982a2f2007379790f37cd077f80f7e4c6a7bed30016142c3236af6274553c19ac1a662b4022ddf6323e22c7dc697ea30ca0bccfbaeb

diff --git a/sci-misc/boinc/boinc-7.6.33.ebuild 
b/sci-misc/boinc/boinc-7.6.33.ebuild
new file mode 100644
index 000..3daf627
--- /dev/null
+++ b/sci-misc/boinc/boinc-7.6.33.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=3.0
+
+inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+
+MY_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
+HOMEPAGE="http://boinc.ssl.berkeley.edu/";
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X cuda curl_ssl_libressl +curl_ssl_openssl static-libs"
+
+REQUIRED_USE="^^ ( curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
+RDEPEND="
+   !sci-misc/boinc-bin
+   !app-admin/quickswitch
+   >=app-misc/ca-certificates-20080809
+   
net-misc/curl[-curl_ssl_gnutls(-),curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
+   cuda? (
+   >=dev-util/nvidia-cuda-toolkit-2.1
+   >=x11-drivers/nvidia-drivers-180.22
+   )
+   X? (
+   dev-db/sqlite:3
+   media-libs/freeglut
+   sys-libs/glibc:2.2
+   virtual/jpeg:0=
+   x11-libs/gtk+:2
+   >=x11-libs/libnotify-0.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   app-text/docbook-xml-dtd:4.4
+   

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2016-06-14 Thread David Seifert
commit: 0ce3732615dffa55ed07837950e4c718470f635c
Author: Sven Eden  gmx  net>
AuthorDate: Wed Jun  8 14:34:00 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 14 19:09:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce37326

sci-misc/boinc: New ebuild for boinc-7.2.44

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1629

Signed-off-by: David Seifert  gentoo.org>

 sci-misc/boinc/boinc-7.2.44.ebuild | 154 +
 1 file changed, 154 insertions(+)

diff --git a/sci-misc/boinc/boinc-7.2.44.ebuild 
b/sci-misc/boinc/boinc-7.2.44.ebuild
new file mode 100644
index 000..c36fd44
--- /dev/null
+++ b/sci-misc/boinc/boinc-7.2.44.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=2.8
+
+inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+
+MY_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
+HOMEPAGE="http://boinc.ssl.berkeley.edu/";
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X cuda curl_ssl_libressl +curl_ssl_openssl static-libs"
+
+REQUIRED_USE="^^ ( curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
+RDEPEND="
+   !sci-misc/boinc-bin
+   !app-admin/quickswitch
+   >=app-misc/ca-certificates-20080809
+   
net-misc/curl[-curl_ssl_gnutls(-),curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
+   cuda? (
+   >=dev-util/nvidia-cuda-toolkit-2.1
+   >=x11-drivers/nvidia-drivers-180.22
+   )
+   X? (
+   dev-db/sqlite:3
+   media-libs/freeglut
+   sys-libs/glibc:2.2
+   virtual/jpeg:0=
+   x11-libs/gtk+:2
+   >=x11-libs/libnotify-0.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   app-text/docbook-xml-dtd:4.4
+   app-text/docbook2X
+"
+
+S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
+
+pkg_setup() {
+   # Bug 578750
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   if ! linux_config_exists; then
+   ewarn "Can't check the linux kernel configuration."
+   ewarn "You might be missing vsyscall support."
+   elif   kernel_is -ge 4 4 \
+   && linux_chkconfig_present LEGACY_VSYSCALL_NONE; then
+   ewarn "You do not have vsyscall emulation enabled."
+   ewarn "This will prevent some boinc projects from 
running."
+   ewarn "Please enable vsyscall emulation:"
+   ewarn "CONFIG_LEGACY_VSYSCALL_EMULATE=y"
+   ewarn "in /usr/src/linux/.config, to be found at"
+   ewarn "Processor type and features --->"
+   ewarn "vsyscall table for legacy applications 
(None) --->"
+   ewarn "(X) Emulate"
+   ewarn "Alternatively, you can enable 
CONFIG_LEGACY_VSYSCALL_NATIVE."
+   ewarn "However, this has security implications and is 
not recommended."
+   fi
+   fi
+}
+
+src_prepare() {
+   # prevent bad changes in compile flags, bug 286701
+   sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
+
+   eautoreconf
+
+   use X && need-wxwidgets unicode
+}
+
+src_configure() {
+   econf --disable-server \
+   --enable-client \
+   --enable-dynamic-client-linkage \
+   --disable-static \
+   --enable-unicode \
+   --with-ssl \
+   $(use_with X x) \
+   $(use_enable X manager) \
+   $(usex X --with-wx-config="${WX_CONFIG}" --without-wxdir)
+}
+
+src_install() {
+   default
+
+   keepdir /var/lib/${PN}
+
+   if use X; then
+   newicon "${S}"/packages/generic/sea/${PN}mgr.48x48.png ${PN}.png
+   make_desktop_entry boincmgr "${PN}" "${PN}" "Math;Science" 
"Path=/var/lib/${PN}"
+   fi
+
+   # cleanup cruft
+   rm -rf "${ED}"/etc || die "rm failed"
+
+   newinitd "${FILESDIR}"/${PN}.init ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+pkg_preinst() {
+   enewgroup ${PN}
+   # note this works only for first install so we have t

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2016-06-14 Thread David Seifert
commit: f001ab2981417a0f5a8f5249f3708da7ebcb3148
Author: Sven Eden  gmx  net>
AuthorDate: Wed Jun  8 14:35:11 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 14 19:09:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f001ab29

sci-misc/boinc: New ebuild for boinc-7.4.43

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1629

Signed-off-by: David Seifert  gentoo.org>

 sci-misc/boinc/boinc-7.4.43.ebuild | 154 +
 1 file changed, 154 insertions(+)

diff --git a/sci-misc/boinc/boinc-7.4.43.ebuild 
b/sci-misc/boinc/boinc-7.4.43.ebuild
new file mode 100644
index 000..3daf627
--- /dev/null
+++ b/sci-misc/boinc/boinc-7.4.43.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=3.0
+
+inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+
+MY_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
+HOMEPAGE="http://boinc.ssl.berkeley.edu/";
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X cuda curl_ssl_libressl +curl_ssl_openssl static-libs"
+
+REQUIRED_USE="^^ ( curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
+RDEPEND="
+   !sci-misc/boinc-bin
+   !app-admin/quickswitch
+   >=app-misc/ca-certificates-20080809
+   
net-misc/curl[-curl_ssl_gnutls(-),curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
+   cuda? (
+   >=dev-util/nvidia-cuda-toolkit-2.1
+   >=x11-drivers/nvidia-drivers-180.22
+   )
+   X? (
+   dev-db/sqlite:3
+   media-libs/freeglut
+   sys-libs/glibc:2.2
+   virtual/jpeg:0=
+   x11-libs/gtk+:2
+   >=x11-libs/libnotify-0.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   app-text/docbook-xml-dtd:4.4
+   app-text/docbook2X
+"
+
+S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
+
+pkg_setup() {
+   # Bug 578750
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   if ! linux_config_exists; then
+   ewarn "Can't check the linux kernel configuration."
+   ewarn "You might be missing vsyscall support."
+   elif   kernel_is -ge 4 4 \
+   && linux_chkconfig_present LEGACY_VSYSCALL_NONE; then
+   ewarn "You do not have vsyscall emulation enabled."
+   ewarn "This will prevent some boinc projects from 
running."
+   ewarn "Please enable vsyscall emulation:"
+   ewarn "CONFIG_LEGACY_VSYSCALL_EMULATE=y"
+   ewarn "in /usr/src/linux/.config, to be found at"
+   ewarn "Processor type and features --->"
+   ewarn "vsyscall table for legacy applications 
(None) --->"
+   ewarn "(X) Emulate"
+   ewarn "Alternatively, you can enable 
CONFIG_LEGACY_VSYSCALL_NATIVE."
+   ewarn "However, this has security implications and is 
not recommended."
+   fi
+   fi
+}
+
+src_prepare() {
+   # prevent bad changes in compile flags, bug 286701
+   sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
+
+   eautoreconf
+
+   use X && need-wxwidgets unicode
+}
+
+src_configure() {
+   econf --disable-server \
+   --enable-client \
+   --enable-dynamic-client-linkage \
+   --disable-static \
+   --enable-unicode \
+   --with-ssl \
+   $(use_with X x) \
+   $(use_enable X manager) \
+   $(usex X --with-wx-config="${WX_CONFIG}" --without-wxdir)
+}
+
+src_install() {
+   default
+
+   keepdir /var/lib/${PN}
+
+   if use X; then
+   newicon "${S}"/packages/generic/sea/${PN}mgr.48x48.png ${PN}.png
+   make_desktop_entry boincmgr "${PN}" "${PN}" "Math;Science" 
"Path=/var/lib/${PN}"
+   fi
+
+   # cleanup cruft
+   rm -rf "${ED}"/etc || die "rm failed"
+
+   newinitd "${FILESDIR}"/${PN}.init ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+pkg_preinst() {
+   enewgroup ${PN}
+   # note this works only for first install so we

[gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-protocol/

2016-06-14 Thread Matthias Maier
commit: 94fab03e7f5ccdca5d8748253840c027df9c991e
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jun 14 18:27:27 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jun 14 19:02:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fab03e

app-emulation/spice-protocol: update metadata.xml

Package-Manager: portage-2.2.28

 app-emulation/spice-protocol/metadata.xml | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-emulation/spice-protocol/metadata.xml 
b/app-emulation/spice-protocol/metadata.xml
index e225897..121cd46 100644
--- a/app-emulation/spice-protocol/metadata.xml
+++ b/app-emulation/spice-protocol/metadata.xml
@@ -1,12 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-dev-z...@gentoo.org
-Tiziano Müller
-  
-
-virtualizat...@gentoo.org
-Gentoo Virtualization Project
-  
+   
+   virtualizat...@gentoo.org
+   Gentoo Virtualization Project
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/

2016-06-14 Thread Matthias Maier
commit: 75cb57efb3f3fcfb06b6535a57a2481ec00d7568
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jun 14 18:26:29 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jun 14 19:02:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cb57ef

app-emulation/spice: update metadata.xml

Package-Manager: portage-2.2.28

 app-emulation/spice/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-emulation/spice/metadata.xml b/app-emulation/spice/metadata.xml
index acfc46a..0f32fa2 100644
--- a/app-emulation/spice/metadata.xml
+++ b/app-emulation/spice/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   dev-z...@gentoo.org
-   Tiziano Müller
-   

virtualizat...@gentoo.org
Gentoo Virtualization Project



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

2016-06-14 Thread Matthias Maier
commit: 8a280a29f985b5caa977ef4c7624fca8f3bdda07
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jun 14 18:45:32 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jun 14 19:02:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a280a29

app-emulation/spice-vdagent: bump to 0.17.0

Package-Manager: portage-2.2.28

 app-emulation/spice-vdagent/Manifest   |  1 +
 .../spice-vdagent/files/spice-vdagent.confd|  7 ---
 .../{spice-vdagent.initd => spice-vdagent.initd-3} | 19 ++--
 .../spice-vdagent/spice-vdagent-0.17.0.ebuild  | 56 ++
 4 files changed, 72 insertions(+), 11 deletions(-)

diff --git a/app-emulation/spice-vdagent/Manifest 
b/app-emulation/spice-vdagent/Manifest
index 628197d..92e95de 100644
--- a/app-emulation/spice-vdagent/Manifest
+++ b/app-emulation/spice-vdagent/Manifest
@@ -1 +1,2 @@
 DIST spice-vdagent-0.16.0.tar.bz2 128174 SHA256 
5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d SHA512 
033fe60f152daceb05b51963b78daf6f757d0ad26398f47479c957c5c0f1735e26019c05ef30e485317ba75dd1a57ee1bffbab20eb2c46614d88ed7401795a97
 WHIRLPOOL 
b94a60e15eb0ea107e974ad68bd07296eec9e08840afb2e57da64b35f26a613637975791e1a615af260acf9345ec016564ab15d96a00443665b5d1880b267d71
+DIST spice-vdagent-0.17.0.tar.bz2 130413 SHA256 
f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d SHA512 
b26e44f6463ba70d5815956b301cc2351db22de41ed2ce8b2828d9bfa1cc581c86acd433f8f0d35d552d20f6ca140f88fa39b079ba26e9166dc07ad35bee502e
 WHIRLPOOL 
b83d034897c0a9ebc224072214081847ab0276edde82ad0d94d107421971fe64afc03ba3f7464735911fd57cf7a05b0cfcb0ecbb32eb4d55adc8abcf23fe8d09

diff --git a/app-emulation/spice-vdagent/files/spice-vdagent.confd 
b/app-emulation/spice-vdagent/files/spice-vdagent.confd
deleted file mode 100644
index 326f894..000
--- a/app-emulation/spice-vdagent/files/spice-vdagent.confd
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# The virtual communication port provided by the hypervisor/vm
-PORT="/dev/virtio-ports/com.redhat.spice.0"
-
-# extra arguments for spice-vdagentd
-SPICE_VDAGENT_ARGS=""
-

diff --git a/app-emulation/spice-vdagent/files/spice-vdagent.initd 
b/app-emulation/spice-vdagent/files/spice-vdagent.initd-3
similarity index 71%
rename from app-emulation/spice-vdagent/files/spice-vdagent.initd
rename to app-emulation/spice-vdagent/files/spice-vdagent.initd-3
index d9ab902..02902fe 100644
--- a/app-emulation/spice-vdagent/files/spice-vdagent.initd
+++ b/app-emulation/spice-vdagent/files/spice-vdagent.initd-3
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,15 +10,22 @@ depend() {
 PIDFILE="/var/run/spice-vdagentd/spice-vdagentd.pid"
 
 start() {
+PORT="${PORT:-/dev/virtio-ports/com.redhat.spice.0}"
+DEVICE="${DEVICE:-/dev/uinput}"
+
 ebegin "Checking for required modules and devices"
 
-if [[ ! -d /sys/module/uinput ]] ; then
+if [ ! -d /sys/module/uinput ]; then
+modprobe -q uinput
+fi
+
+if [ ! -d /sys/module/uinput ]; then
 eerror "Module 'uinput' not loaded or not enabled in the kernel"
 eend 1
 return 1
 fi
 
-if [[ ! -c "${PORT}" ]] ; then
+if [ ! -c "${PORT}" ] ; then
 eerror "Required virtio port does not exist. Make sure you"
 eerror "started the virtual machine with appropriate parameters."
 eend 1
@@ -26,6 +33,10 @@ start() {
 fi
 eend 0
 
+if [ ! -c ${DEVICE} -a -c /dev/input/uinput ]; then
+DEVICE=/dev/input/uinput
+fi
+
 # recreate the directory since /var/run may reside on a ramdisk
 mkdir -p /var/run/spice-vdagentd
 
@@ -37,7 +48,7 @@ start() {
 --start \
 --pidfile "${PIDFILE}" \
 --exec /usr/sbin/spice-vdagentd \
--- ${SPICE_VDAGENT_ARGS}
+-- -u "${DEVICE}" ${SPICE_VDAGENT_ARGS}
 eend $?
 }
 

diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild 
b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
new file mode 100644
index 000..07947b0
--- /dev/null
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info
+
+DESCRIPTION="SPICE VD Linux Guest Agent"
+HOMEPAGE="http://spice-space.org/";
+SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+consolekit selinux systemd"
+
+CDEPEND="media-libs/alsa-lib
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libX11
+   x11-libs/libXinerama
+   >=x11-libs/libpciaccess-0.10
+   >=app-emulation/spice-protocol-0.12.8
+   consolekit? ( sys-auth/consolekit sys-apps/dbus )
+   systemd? ( sys-apps/systemd )"
+DEPEN

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

2016-06-14 Thread Matthias Maier
commit: 6bb3a43beb9642696c52a0b8029f864e9ae2ca9b
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jun 14 18:29:35 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jun 14 19:02:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb3a43b

net-misc/spice-gtk: update metadata.xml

Package-Manager: portage-2.2.28

 net-misc/spice-gtk/metadata.xml | 33 +++--
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/net-misc/spice-gtk/metadata.xml b/net-misc/spice-gtk/metadata.xml
index 9309b17..92aeee0 100644
--- a/net-misc/spice-gtk/metadata.xml
+++ b/net-misc/spice-gtk/metadata.xml
@@ -1,25 +1,22 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-dev-z...@gentoo.org
-Tiziano Müller
-  
-  
-virtualizat...@gentoo.org
-Gentoo Virtualization Project
-  
-  
-Support for desktop integration such as
+   
+   virtualizat...@gentoo.org
+   Gentoo Virtualization Project
+   
+   
+   Support for desktop integration such as
automounting and other APIs exposed by your DE via 
D-Bus
-Link against x11-libs/gtk+:3 instead of
-   x11-libs/gtk+:2
-Enable support for LZ4 compression using 
app-arch/lz4
-Enable sys-auth/polkit support for the
+   Link against x11-libs/gtk+:3 
instead of
+   x11-libs/gtk+:2
+   Enable support for LZ4 compression using
+   app-arch/lz4
+   Enable sys-auth/polkit 
support for the
usbredir acl helper
-Use sys-apps/usbredir to redirect USB
+   Use sys-apps/usbredir to 
redirect USB
devices to another machine over TCP
-Support for folder-sharing between guest and client
-   using net-libs/phodav
-  
+   Support for folder-sharing between guest 
and client
+   using net-libs/phodav
+   
 



[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/files/, dev-qt/qtx11extras/, dev-qt/qttest/, dev-qt/qtbluetooth/, ...

2016-06-14 Thread Davide Pesavento
commit: 60f473fa8ea41ee9fce1ae80263b56712a305fbc
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jun 14 18:58:07 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jun 14 18:58:07 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=60f473fa

dev-qt: Qt 5.6.1 moved to the main tree

Package-Manager: portage-2.3.0_rc1

 dev-qt/assistant/Manifest  |   1 -
 dev-qt/assistant/assistant-5.6.1.ebuild|  38 -
 dev-qt/designer/Manifest   |   1 -
 dev-qt/designer/designer-5.6.1.ebuild  |  41 -
 dev-qt/linguist-tools/Manifest |   1 -
 dev-qt/linguist-tools/linguist-tools-5.6.1.ebuild  |  36 -
 dev-qt/linguist/Manifest   |   1 -
 dev-qt/linguist/linguist-5.6.1.ebuild  |  29 
 dev-qt/pixeltool/Manifest  |   1 -
 dev-qt/pixeltool/pixeltool-5.6.1.ebuild|  27 
 dev-qt/qdbus/Manifest  |   1 -
 dev-qt/qdbus/qdbus-5.6.1.ebuild|  26 ---
 dev-qt/qdbusviewer/Manifest|   1 -
 dev-qt/qdbusviewer/qdbusviewer-5.6.1.ebuild|  28 
 dev-qt/qdoc/Manifest   |   1 -
 dev-qt/qdoc/qdoc-5.6.1.ebuild  |  25 ---
 dev-qt/qtbluetooth/Manifest|   1 -
 dev-qt/qtbluetooth/qtbluetooth-5.6.1.ebuild|  34 
 dev-qt/qtconcurrent/Manifest   |   1 -
 dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild  |  24 ---
 dev-qt/qtcore/Manifest |   1 -
 dev-qt/qtcore/files/qtcore-5.5.1-libsystemd.patch  |  56 ---
 dev-qt/qtcore/qtcore-5.6.1.ebuild  |  41 -
 dev-qt/qtdbus/Manifest |   1 -
 dev-qt/qtdbus/qtdbus-5.6.1.ebuild  |  39 -
 dev-qt/qtdeclarative/Manifest  |   1 -
 dev-qt/qtdeclarative/qtdeclarative-5.6.1.ebuild|  51 --
 dev-qt/qtdiag/Manifest |   1 -
 dev-qt/qtdiag/qtdiag-5.6.1.ebuild  |  26 ---
 dev-qt/qtgraphicaleffects/Manifest |   1 -
 .../qtgraphicaleffects-5.6.1.ebuild|  22 ---
 dev-qt/qtgui/Manifest  |   1 -
 dev-qt/qtgui/qtgui-5.6.1.ebuild| 175 -
 dev-qt/qthelp/Manifest |   1 -
 dev-qt/qthelp/qthelp-5.6.1.ebuild  |  32 
 dev-qt/qtimageformats/Manifest |   1 -
 dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild  |  24 ---
 dev-qt/qtlocation/Manifest |   1 -
 dev-qt/qtlocation/qtlocation-5.6.1.ebuild  |  30 
 dev-qt/qtmultimedia/Manifest   |   1 -
 dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild  |  77 -
 dev-qt/qtnetwork/Manifest  |   1 -
 dev-qt/qtnetwork/qtnetwork-5.6.1.ebuild|  54 ---
 dev-qt/qtopengl/Manifest   |   1 -
 dev-qt/qtopengl/qtopengl-5.6.1.ebuild  |  35 -
 dev-qt/qtpaths/Manifest|   1 -
 dev-qt/qtpaths/qtpaths-5.6.1.ebuild|  24 ---
 dev-qt/qtplugininfo/Manifest   |   1 -
 dev-qt/qtplugininfo/qtplugininfo-5.6.1.ebuild  |  24 ---
 dev-qt/qtpositioning/Manifest  |   1 -
 dev-qt/qtpositioning/qtpositioning-5.6.1.ebuild|  35 -
 dev-qt/qtprintsupport/Manifest |   1 -
 dev-qt/qtprintsupport/qtprintsupport-5.6.1.ebuild  |  43 -
 dev-qt/qtquickcontrols/Manifest|   1 -
 .../qtquickcontrols/qtquickcontrols-5.6.1.ebuild   |  33 
 dev-qt/qtscript/Manifest   |   1 -
 dev-qt/qtscript/qtscript-5.6.1.ebuild  |  37 -
 dev-qt/qtsensors/Manifest  |   1 -
 dev-qt/qtsensors/qtsensors-5.6.1.ebuild|  27 
 dev-qt/qtserialport/Manifest   |   1 -
 dev-qt/qtserialport/qtserialport-5.6.1.ebuild  |  28 
 dev-qt/qtsql/Manifest  |   1 -
 dev-qt/qtsql/qtsql-5.6.1.ebuild|  54 ---
 dev-qt/qtsvg/Manifest  |   1 -
 dev-qt/qtsvg/qtsvg-5.6.1.ebuild|  24 ---
 dev-qt/qttest/Manifest |   1 -
 dev-qt/qttest/qttest-5.6.1.ebuild  |  30 
 dev-qt/qttranslations/Manifest |   1 -
 dev-qt/qttranslations/qttranslations-5.6.1.ebuild  |  20 ---
 dev-qt/qtwayland/Manifest  |   1 -
 dev-qt/qtwayland/qtwayland-5.6.1.ebuild|  41 -
 dev-qt/qtwebchannel/Manifest   |   1 -
 dev-qt/qtwebchannel/qtwebchannel-5.6.1.ebuild  |  27 
 dev-qt/qtwebengine/Manifest|   1 -
 dev-qt/qtwebengine/qtwebengine-5.6.1.ebui

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

2016-06-14 Thread Sergei Trofimovich
commit: eed58fcfc03f9e421c092f02d8aae108aef8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun 14 18:30:12 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 14 18:37:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed58fcf

x11-plugins/pidgin-window_merge: new package, all pidgin UI in a single window, 
bug #412149

Bug: https://bugs.gentoo.org/412149

Package-Manager: portage-2.3.0_rc1

 x11-plugins/pidgin-window_merge/Manifest   |  1 +
 x11-plugins/pidgin-window_merge/metadata.xml   |  9 
 .../pidgin-window_merge-0.3.ebuild | 27 ++
 3 files changed, 37 insertions(+)

diff --git a/x11-plugins/pidgin-window_merge/Manifest 
b/x11-plugins/pidgin-window_merge/Manifest
new file mode 100644
index 000..94b62cb
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/Manifest
@@ -0,0 +1 @@
+DIST window_merge-0.3.tar.gz 328953 SHA256 
e890c829f8f074ca0bbf32a0bd3c9b8008802f2795d6f40a19756379e2ce6531 SHA512 
6863c58b3054aac51ed109ca8fff5e02459220648e6afa700c7231e259e71893ec7ca237263c230632a512d470c6907d3e8cfc9516cb752c1e78bbfdb05a50d3
 WHIRLPOOL 
8c459459078b6ca4b06e8afc5273426344bda8b939068c91facf527ac3f1ca8c8a4c65cdc5ede7eda6bd036c61e897c685f857fec86a1c2fc9275500820afb8f

diff --git a/x11-plugins/pidgin-window_merge/metadata.xml 
b/x11-plugins/pidgin-window_merge/metadata.xml
new file mode 100644
index 000..248be00
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   sly...@gentoo.org
+   Sergei Trofimovich
+   Primary Maintainer
+   
+

diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild 
b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
new file mode 100644
index 000..ea2779c
--- /dev/null
+++ b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a 
conversation window"
+HOMEPAGE="https://github.com/dm0-/window_merge";
+SRC_URI="mirror://github/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2=
+   net-im/pidgin:0=[gtk]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${P#pidgin-}
+
+pkg_postinst() {
+   ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
+   ewarn "at the same time cause a segfault in pidgin"
+   ewarn "see https://github.com/dm0-/window_merge/issues/4";
+}



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

2016-06-14 Thread Lars Wendler
commit: d1c15ba262725a17ee965a9a9b875e97bc119eae
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 14 18:37:49 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 14 18:39:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c15ba2

dev-libs/libpcre: Bump to version 8.39

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/libpcre/Manifest|  1 +
 dev-libs/libpcre/libpcre-8.39.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/dev-libs/libpcre/Manifest b/dev-libs/libpcre/Manifest
index 1e875c9..77a27a7 100644
--- a/dev-libs/libpcre/Manifest
+++ b/dev-libs/libpcre/Manifest
@@ -1,2 +1,3 @@
 DIST pcre-7.9.tar.bz2 861580 SHA256 
40a13a9759f1de5b16bc2f0d47b6aa5f0ec010325646922f54b013c040dcd740 SHA512 
b4c47a9b196750d4bead9e3904702fc793d282a22af1b34e24081077b4c167ec787cf7dec9a565fa9df4dafb5927b7accdd49568f5c2f8733842cbbec5d4d25c
 WHIRLPOOL 
412cf0a128861cbb991a0424e9f4ba551093b7853465776e17465f9c2b4222002a8b26d7a234b91a49e055a04ae840ad5d6c1613615c98db3d44413a723a6152
 DIST pcre-8.38.tar.bz2 1562265 SHA256 
b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df SHA512 
ad3412ceee8f992787a3e7cbe0155ffba67affd4b2dfece6c4501dc8d2012f52dcc1ee1f56759362e04bbbd10ea9370b3e46f238e2f75005cb69f6c8439e52c0
 WHIRLPOOL 
68533f741a3faa618f4d7341bfa59aaac295ac6af6085772e4c169ad73fae38e98cace2ce2af2899a619bb05dce79859dcd175a158a73729082f7cf52107d1df
+DIST pcre-8.39.tar.bz2 1560758 SHA256 
b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b SHA512 
8b0f14ae5947c4b2d74876a795b04e532fd71c2479a64dbe0ed817e7c7894ea3cae533413de8c17322d305cb7f4e275d72b43e4e828eaca77dc4bcaf04529cf6
 WHIRLPOOL 
00e8e7fb3dc60cbbd2ee185e269696058b568a0f269749386bad44cb474f723c9ed3dfd2af91ddce0b5047aab459864f07e05940af17d3d51d2f1b068415b1ed

diff --git a/dev-libs/libpcre/libpcre-8.39.ebuild 
b/dev-libs/libpcre/libpcre-8.39.ebuild
new file mode 100644
index 000..8396042
--- /dev/null
+++ b/dev-libs/libpcre/libpcre-8.39.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-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() {
+   ECONF_SOURCE="${S}" econf \
+   --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}
+}
+
+multilib_src_compile() {
+   emake V=1 $(multilib_is_native_abi || echo "bin_PROGRAMS=")
+}
+
+multilib_src_in

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

2016-06-14 Thread Lars Wendler
commit: e992bbc5c6cd3d14ae5742cd58e0549b647da18f
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 14 18:38:46 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 14 18:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e992bbc5

dev-libs/libpcre: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/libpcre/Manifest  |  1 -
 .../libpcre/files/libpcre-7.9-pkg-config.patch | 48 -
 dev-libs/libpcre/libpcre-7.9-r1.ebuild | 61 --
 3 files changed, 110 deletions(-)

diff --git a/dev-libs/libpcre/Manifest b/dev-libs/libpcre/Manifest
index 77a27a7..acbed3f 100644
--- a/dev-libs/libpcre/Manifest
+++ b/dev-libs/libpcre/Manifest
@@ -1,3 +1,2 @@
-DIST pcre-7.9.tar.bz2 861580 SHA256 
40a13a9759f1de5b16bc2f0d47b6aa5f0ec010325646922f54b013c040dcd740 SHA512 
b4c47a9b196750d4bead9e3904702fc793d282a22af1b34e24081077b4c167ec787cf7dec9a565fa9df4dafb5927b7accdd49568f5c2f8733842cbbec5d4d25c
 WHIRLPOOL 
412cf0a128861cbb991a0424e9f4ba551093b7853465776e17465f9c2b4222002a8b26d7a234b91a49e055a04ae840ad5d6c1613615c98db3d44413a723a6152
 DIST pcre-8.38.tar.bz2 1562265 SHA256 
b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df SHA512 
ad3412ceee8f992787a3e7cbe0155ffba67affd4b2dfece6c4501dc8d2012f52dcc1ee1f56759362e04bbbd10ea9370b3e46f238e2f75005cb69f6c8439e52c0
 WHIRLPOOL 
68533f741a3faa618f4d7341bfa59aaac295ac6af6085772e4c169ad73fae38e98cace2ce2af2899a619bb05dce79859dcd175a158a73729082f7cf52107d1df
 DIST pcre-8.39.tar.bz2 1560758 SHA256 
b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b SHA512 
8b0f14ae5947c4b2d74876a795b04e532fd71c2479a64dbe0ed817e7c7894ea3cae533413de8c17322d305cb7f4e275d72b43e4e828eaca77dc4bcaf04529cf6
 WHIRLPOOL 
00e8e7fb3dc60cbbd2ee185e269696058b568a0f269749386bad44cb474f723c9ed3dfd2af91ddce0b5047aab459864f07e05940af17d3d51d2f1b068415b1ed

diff --git a/dev-libs/libpcre/files/libpcre-7.9-pkg-config.patch 
b/dev-libs/libpcre/files/libpcre-7.9-pkg-config.patch
deleted file mode 100644
index 3015d78..000
--- a/dev-libs/libpcre/files/libpcre-7.9-pkg-config.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -NrU5 pcre-7.9.orig/configure.ac pcre-7.9/configure.ac
 pcre-7.9.orig/configure.ac 2009-04-11 16:09:54.0 +0200
-+++ pcre-7.9/configure.ac  2009-04-18 22:40:50.0 +0200
-@@ -598,10 +598,11 @@
- 
- # Produce these files, in addition to config.h.
- AC_CONFIG_FILES(
-   Makefile
-   libpcre.pc
-+  libpcreposix.pc
-   libpcrecpp.pc
-   pcre-config
-   pcre.h
-   pcre_stringpiece.h
-   pcrecpparg.h
-diff -NrU5 pcre-7.9.orig/libpcreposix.pc.in pcre-7.9/libpcreposix.pc.in
 pcre-7.9.orig/libpcreposix.pc.in   1970-01-01 01:00:00.0 +0100
-+++ pcre-7.9/libpcreposix.pc.in2009-04-18 22:38:02.0 +0200
-@@ -0,0 +1,13 @@
-+# Package Information for pkg-config
-+
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
-+libdir=@libdir@
-+includedir=@includedir@
-+
-+Name: libpcreposix
-+Description: PCREPosix - Posix compatible regular expressions C library
-+Version: @PACKAGE_VERSION@
-+Libs: -L${libdir} -lpcreposix
-+Cflags: -I${includedir}
-+Requires.private: libpcre
-diff -NrU5 pcre-7.9.orig/Makefile.am pcre-7.9/Makefile.am
 pcre-7.9.orig/Makefile.am  2009-02-27 17:02:49.0 +0100
-+++ pcre-7.9/Makefile.am   2009-04-18 22:40:00.0 +0200
-@@ -325,11 +325,11 @@
-   $(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" 
$(DLL_OBJS)
- 
- 
- # We have .pc files for pkg-config users.
- pkgconfigdir = $(libdir)/pkgconfig
--pkgconfig_DATA = libpcre.pc
-+pkgconfig_DATA = libpcre.pc libpcreposix.pc
- if WITH_PCRE_CPP
- pkgconfig_DATA += libpcrecpp.pc
- endif
- 
- dist_man_MANS = \

diff --git a/dev-libs/libpcre/libpcre-7.9-r1.ebuild 
b/dev-libs/libpcre/libpcre-7.9-r1.ebuild
deleted file mode 100644
index 3d1ff6b..000
--- a/dev-libs/libpcre/libpcre-7.9-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit libtool eutils toolchain-funcs autotools multilib
-
-DESCRIPTION="Perl-compatible regular expression library"
-HOMEPAGE="http://www.pcre.org/";
-if [[ ${PV} == ${PV/_rc} ]]
-then
-   MY_P="pcre-${PV}"
-   
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2";
-else
-   MY_P="pcre-${PV/_rc/-RC}"
-   
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 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
~sparc-fbsd x86 ~x86-fbsd"
-IUSE="bzip2 +cxx doc unicode zlib static-libs"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   sed -i -e "s:libdir=@libdir@:li

[gentoo-commits] repo/gentoo:master commit in: dev-qt/assistant/, dev-qt/qtsql/, dev-qt/qtdiag/, dev-qt/qtimageformats/, ...

2016-06-14 Thread Davide Pesavento
commit: 83c74e8e63a586c11302e92bcc9b6b5bcda8346c
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jun 14 18:28:01 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jun 14 18:28:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c74e8e

dev-qt: Qt 5.6.1 version bump

Package-Manager: portage-2.3.0_rc1

 dev-qt/assistant/Manifest  |   1 +
 dev-qt/assistant/assistant-5.6.1.ebuild|  38 +
 dev-qt/designer/Manifest   |   1 +
 dev-qt/designer/designer-5.6.1.ebuild  |  41 +
 dev-qt/linguist-tools/Manifest |   1 +
 dev-qt/linguist-tools/linguist-tools-5.6.1.ebuild  |  36 +
 dev-qt/linguist/Manifest   |   1 +
 dev-qt/linguist/linguist-5.6.1.ebuild  |  29 
 dev-qt/pixeltool/Manifest  |   1 +
 dev-qt/pixeltool/pixeltool-5.6.1.ebuild|  27 
 dev-qt/qdbus/Manifest  |   1 +
 dev-qt/qdbus/qdbus-5.6.1.ebuild|  26 +++
 dev-qt/qdbusviewer/Manifest|   1 +
 dev-qt/qdbusviewer/qdbusviewer-5.6.1.ebuild|  28 
 dev-qt/qdoc/Manifest   |   1 +
 dev-qt/qdoc/qdoc-5.6.1.ebuild  |  25 +++
 dev-qt/qtbluetooth/Manifest|   1 +
 dev-qt/qtbluetooth/qtbluetooth-5.6.1.ebuild|  34 
 dev-qt/qtconcurrent/Manifest   |   1 +
 dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild  |  24 +++
 dev-qt/qtcore/Manifest |   1 +
 dev-qt/qtcore/qtcore-5.6.1.ebuild  |  41 +
 dev-qt/qtdbus/Manifest |   1 +
 dev-qt/qtdbus/qtdbus-5.6.1.ebuild  |  39 +
 dev-qt/qtdeclarative/Manifest  |   1 +
 dev-qt/qtdeclarative/qtdeclarative-5.6.1.ebuild|  51 ++
 dev-qt/qtdiag/Manifest |   1 +
 dev-qt/qtdiag/qtdiag-5.6.1.ebuild  |  26 +++
 dev-qt/qtgraphicaleffects/Manifest |   1 +
 .../qtgraphicaleffects-5.6.1.ebuild|  22 +++
 dev-qt/qtgui/Manifest  |   1 +
 dev-qt/qtgui/qtgui-5.6.1.ebuild| 175 +
 dev-qt/qthelp/Manifest |   1 +
 dev-qt/qthelp/qthelp-5.6.1.ebuild  |  32 
 dev-qt/qtimageformats/Manifest |   1 +
 dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild  |  24 +++
 dev-qt/qtlocation/Manifest |   1 +
 dev-qt/qtlocation/qtlocation-5.6.1.ebuild  |  30 
 dev-qt/qtmultimedia/Manifest   |   1 +
 dev-qt/qtmultimedia/qtmultimedia-5.6.1.ebuild  |  77 +
 dev-qt/qtnetwork/Manifest  |   1 +
 dev-qt/qtnetwork/qtnetwork-5.6.1.ebuild|  54 +++
 dev-qt/qtopengl/Manifest   |   1 +
 dev-qt/qtopengl/qtopengl-5.6.1.ebuild  |  35 +
 dev-qt/qtpaths/Manifest|   1 +
 dev-qt/qtpaths/qtpaths-5.6.1.ebuild|  24 +++
 dev-qt/qtplugininfo/Manifest   |   1 +
 dev-qt/qtplugininfo/qtplugininfo-5.6.1.ebuild  |  24 +++
 dev-qt/qtpositioning/Manifest  |   1 +
 dev-qt/qtpositioning/qtpositioning-5.6.1.ebuild|  35 +
 dev-qt/qtprintsupport/Manifest |   1 +
 dev-qt/qtprintsupport/qtprintsupport-5.6.1.ebuild  |  43 +
 dev-qt/qtquickcontrols/Manifest|   1 +
 .../qtquickcontrols/qtquickcontrols-5.6.1.ebuild   |  33 
 dev-qt/qtscript/Manifest   |   1 +
 dev-qt/qtscript/qtscript-5.6.1.ebuild  |  37 +
 dev-qt/qtsensors/Manifest  |   1 +
 dev-qt/qtsensors/qtsensors-5.6.1.ebuild|  27 
 dev-qt/qtserialport/Manifest   |   1 +
 dev-qt/qtserialport/qtserialport-5.6.1.ebuild  |  28 
 dev-qt/qtsql/Manifest  |   1 +
 dev-qt/qtsql/qtsql-5.6.1.ebuild|  54 +++
 dev-qt/qtsvg/Manifest  |   1 +
 dev-qt/qtsvg/qtsvg-5.6.1.ebuild|  24 +++
 dev-qt/qttest/Manifest |   1 +
 dev-qt/qttest/qttest-5.6.1.ebuild  |  30 
 dev-qt/qttranslations/Manifest |   1 +
 dev-qt/qttranslations/qttranslations-5.6.1.ebuild  |  20 +++
 dev-qt/qtwayland/Manifest  |   1 +
 dev-qt/qtwayland/qtwayland-5.6.1.ebuild|  41 +
 dev-qt/qtwebchannel/Manifest   |   1 +
 dev-qt/qtwebchannel/qtwebchannel-5.6.1.ebuild  |  27 
 dev-qt/qtwebengine/Manifest|   1 +
 dev-qt/qtwebengine/qtwebengine-5.6.1.ebuild|  92 +++
 dev-qt/qtwebkit/Manifest   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2016-06-14 Thread Dirkjan Ochtman
commit: ef74d9d673b444998cbf233cdcf1f18a599cd64a
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jun 13 22:01:46 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue Jun 14 18:19:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef74d9d6

net-p2p/syncthing: bump to 0.13.7

Package-Manager: portage-2.3.0_rc1

 net-p2p/syncthing/Manifest|  1 +
 net-p2p/syncthing/syncthing-0.13.7.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 809aa44..a3ecfa9 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,3 +1,4 @@
 DIST syncthing-0.12.25.tar.gz 4469275 SHA256 
0374721434d0cb8bdd9464f63ff9705fe0ca14ab1e20d916780cb6347c91e72d SHA512 
5bdb03ae5f76faddd54304994e04683f2a950419c8b4902553ea83d623976039bc05195f77fe59e2ef19615e91da308adc93b05061265e485a9dc941f2b750d4
 WHIRLPOOL 
e6a10d1142dca73174bd9514526ad8f8357c930aa02fb2a2940adbd690fd209bcad15c3397daabd77052c5962d320665362a86fcafca3d19513ca6d06adcfd37
 DIST syncthing-0.13.4.tar.gz 3937983 SHA256 
c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b SHA512 
e7ffaa2f72e81e19ebe190db5384a72e19aae531c0ea7f9603f0683b9adae48ea2c637d0aaa86550b1b6e8f1543576caf9bec69be6264b460a91422cdd9df7df
 WHIRLPOOL 
87c82f8abd5edd3e8e08e5525fcd272db13226577a07478fedb8dd28280468e0862e37119d51eb663e501ce79d97c705ae337d55e35dae562d53dce59e4f8cfd
 DIST syncthing-0.13.5.tar.gz 4335533 SHA256 
c0427e28b4aa3f8e2f2d214132b1c65ac2b12a7c96bd7a0d46db0825e23f67ae SHA512 
a718a8a7d6a704ddadf3d8e701ce97eeba732593a1a8540a4423beb32a47c068e0d487e42a1827fc6d639ab0b3e920880e26554f009d1cd9c1d461b903a3e203
 WHIRLPOOL 
93e5b57d96d23eb4d369cfd59b6a2d1e0ea2c96b72a97e8c5c2c6031b5e6b28d3c984bf3999f7034b964c0cb9dc16b0fb8e8024ff327093c59414be73c59
+DIST syncthing-0.13.7.tar.gz 4331253 SHA256 
c487a489504e48bc7a94f25322da5485c23b3a8e3df2832b2454556ab86552c8 SHA512 
8e00355f9774329cb4da1173ad27528213520644c32d5b5ba2345b93787bc762d0498c33ccf2d72e91b770258e8a55d86573934baeff0bc0799416850320c82b
 WHIRLPOOL 
688ef2a997e3e3ad4a23b5baeba6566d39938b007092f40e767db6f6a92c33069bf0ee3afdee2df848a2edfee7846cfb3fbabdc81dcf1a40e795feafae29a221

diff --git a/net-p2p/syncthing/syncthing-0.13.7.ebuild 
b/net-p2p/syncthing/syncthing-0.13.7.ebuild
new file mode 100644
index 000..79d5258
--- /dev/null
+++ b/net-p2p/syncthing/syncthing-0.13.7.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/syncthing/syncthing"
+EGIT_COMMIT=v${PV}
+
+inherit golang-vcs-snapshot systemd user versionator
+
+DESCRIPTION="Open Source Continuous File Synchronization"
+HOMEPAGE="https://syncthing.net";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_compile() {
+   export GOPATH="${S}:$(get_golibdir_gopath)"
+   cd src/${EGO_PN}
+   go run build.go -version "v${PV}" -no-upgrade || die "build failed"
+}
+
+src_test() {
+   cd src/${EGO_PN}
+   go run build.go test || die "test failed"
+}
+
+src_install() {
+   cd src/${EGO_PN}
+   doman man/*.[157]
+   dobin bin/*
+   dodoc README.md AUTHORS CONTRIBUTING.md
+   systemd_dounit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}@.service \
+   
"${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}-resume.service
+   systemd_douserunit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/user/${PN}.service
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+   keepdir /var/{lib,log}/${PN}
+   fowners ${PN}:${PN} /var/{lib,log}/${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotate" ${PN}
+}
+
+pkg_postinst() {
+   if [[ $(get_version_component_range 2) -gt \
+   $(get_version_component_range 2 ${REPLACING_VERSIONS}) 
]]; then
+   ewarn "Version ${PV} is not protocol-compatible with version" \
+   "0.$(($(get_version_component_range 2) - 1)).x or 
lower."
+   ewarn "Make sure all your devices are running at least version" 
\
+   "0.$(get_version_component_range 2).0."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2016-06-14 Thread Dirkjan Ochtman
commit: 1bde9e72929d1a13e93b850f45040b093bc7b845
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jun 13 22:02:13 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue Jun 14 18:19:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bde9e72

net-p2p/syncthing: remove old

Package-Manager: portage-2.3.0_rc1

 net-p2p/syncthing/Manifest|  2 -
 net-p2p/syncthing/syncthing-0.13.4.ebuild | 64 ---
 net-p2p/syncthing/syncthing-0.13.5.ebuild | 64 ---
 3 files changed, 130 deletions(-)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index a3ecfa9..f6cfa12 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,4 +1,2 @@
 DIST syncthing-0.12.25.tar.gz 4469275 SHA256 
0374721434d0cb8bdd9464f63ff9705fe0ca14ab1e20d916780cb6347c91e72d SHA512 
5bdb03ae5f76faddd54304994e04683f2a950419c8b4902553ea83d623976039bc05195f77fe59e2ef19615e91da308adc93b05061265e485a9dc941f2b750d4
 WHIRLPOOL 
e6a10d1142dca73174bd9514526ad8f8357c930aa02fb2a2940adbd690fd209bcad15c3397daabd77052c5962d320665362a86fcafca3d19513ca6d06adcfd37
-DIST syncthing-0.13.4.tar.gz 3937983 SHA256 
c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b SHA512 
e7ffaa2f72e81e19ebe190db5384a72e19aae531c0ea7f9603f0683b9adae48ea2c637d0aaa86550b1b6e8f1543576caf9bec69be6264b460a91422cdd9df7df
 WHIRLPOOL 
87c82f8abd5edd3e8e08e5525fcd272db13226577a07478fedb8dd28280468e0862e37119d51eb663e501ce79d97c705ae337d55e35dae562d53dce59e4f8cfd
-DIST syncthing-0.13.5.tar.gz 4335533 SHA256 
c0427e28b4aa3f8e2f2d214132b1c65ac2b12a7c96bd7a0d46db0825e23f67ae SHA512 
a718a8a7d6a704ddadf3d8e701ce97eeba732593a1a8540a4423beb32a47c068e0d487e42a1827fc6d639ab0b3e920880e26554f009d1cd9c1d461b903a3e203
 WHIRLPOOL 
93e5b57d96d23eb4d369cfd59b6a2d1e0ea2c96b72a97e8c5c2c6031b5e6b28d3c984bf3999f7034b964c0cb9dc16b0fb8e8024ff327093c59414be73c59
 DIST syncthing-0.13.7.tar.gz 4331253 SHA256 
c487a489504e48bc7a94f25322da5485c23b3a8e3df2832b2454556ab86552c8 SHA512 
8e00355f9774329cb4da1173ad27528213520644c32d5b5ba2345b93787bc762d0498c33ccf2d72e91b770258e8a55d86573934baeff0bc0799416850320c82b
 WHIRLPOOL 
688ef2a997e3e3ad4a23b5baeba6566d39938b007092f40e767db6f6a92c33069bf0ee3afdee2df848a2edfee7846cfb3fbabdc81dcf1a40e795feafae29a221

diff --git a/net-p2p/syncthing/syncthing-0.13.4.ebuild 
b/net-p2p/syncthing/syncthing-0.13.4.ebuild
deleted file mode 100644
index 79d5258..000
--- a/net-p2p/syncthing/syncthing-0.13.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/syncthing/syncthing"
-EGIT_COMMIT=v${PV}
-
-inherit golang-vcs-snapshot systemd user versionator
-
-DESCRIPTION="Open Source Continuous File Synchronization"
-HOMEPAGE="https://syncthing.net";
-SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-}
-
-src_compile() {
-   export GOPATH="${S}:$(get_golibdir_gopath)"
-   cd src/${EGO_PN}
-   go run build.go -version "v${PV}" -no-upgrade || die "build failed"
-}
-
-src_test() {
-   cd src/${EGO_PN}
-   go run build.go test || die "test failed"
-}
-
-src_install() {
-   cd src/${EGO_PN}
-   doman man/*.[157]
-   dobin bin/*
-   dodoc README.md AUTHORS CONTRIBUTING.md
-   systemd_dounit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}@.service \
-   
"${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}-resume.service
-   systemd_douserunit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/user/${PN}.service
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-   newinitd "${FILESDIR}/${PN}.initd" ${PN}
-   keepdir /var/{lib,log}/${PN}
-   fowners ${PN}:${PN} /var/{lib,log}/${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotate" ${PN}
-}
-
-pkg_postinst() {
-   if [[ $(get_version_component_range 2) -gt \
-   $(get_version_component_range 2 ${REPLACING_VERSIONS}) 
]]; then
-   ewarn "Version ${PV} is not protocol-compatible with version" \
-   "0.$(($(get_version_component_range 2) - 1)).x or 
lower."
-   ewarn "Make sure all your devices are running at least version" 
\
-   "0.$(get_version_component_range 2).0."
-   fi
-}

diff --git a/net-p2p/syncthing/syncthing-0.13.5.ebuild 
b/net-p2p/syncthing/syncthing-0.13.5.ebuild
deleted file mode 100644
index 79d5258..000
--- a/net-p2p/syncthing/syncthing-0.13.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/syncthing/syncthing"
-E

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

2016-06-14 Thread Mike Frysinger
commit: 015385330d300ee85cad4500b1137d07177b7f7a
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 14 17:54:51 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 14 18:17:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01538533

dev-python/m2crypto: update HOMEPAGE after github->gitlab move

 dev-python/m2crypto/m2crypto-0.22.3-r4.ebuild | 2 +-
 dev-python/m2crypto/m2crypto-0.22.3-r5.ebuild | 2 +-
 dev-python/m2crypto/m2crypto-0.23.0.ebuild| 2 +-
 dev-python/m2crypto/m2crypto-0.24.0.ebuild| 2 +-
 dev-python/m2crypto/metadata.xml  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/m2crypto/m2crypto-0.22.3-r4.ebuild 
b/dev-python/m2crypto/m2crypto-0.22.3-r4.ebuild
index c39365d..9df0ec6 100644
--- a/dev-python/m2crypto/m2crypto-0.22.3-r4.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.22.3-r4.ebuild
@@ -12,7 +12,7 @@ inherit distutils-r1
 MY_PN="M2Crypto"
 
 DESCRIPTION="M2Crypto: A Python crypto and SSL toolkit"
-HOMEPAGE="https://github.com/martinpaljak/M2Crypto 
https://pypi.python.org/pypi/M2Crypto";
+HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.python.org/pypi/M2Crypto";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/m2crypto/m2crypto-0.22.3-r5.ebuild 
b/dev-python/m2crypto/m2crypto-0.22.3-r5.ebuild
index 70bd900..c98a564 100644
--- a/dev-python/m2crypto/m2crypto-0.22.3-r5.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.22.3-r5.ebuild
@@ -12,7 +12,7 @@ inherit distutils-r1
 MY_PN="M2Crypto"
 
 DESCRIPTION="M2Crypto: A Python crypto and SSL toolkit"
-HOMEPAGE="https://github.com/martinpaljak/M2Crypto 
https://pypi.python.org/pypi/M2Crypto";
+HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.python.org/pypi/M2Crypto";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/m2crypto/m2crypto-0.23.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.23.0.ebuild
index 5700645..438e794 100644
--- a/dev-python/m2crypto/m2crypto-0.23.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.23.0.ebuild
@@ -12,7 +12,7 @@ inherit distutils-r1
 MY_PN="M2Crypto"
 
 DESCRIPTION="M2Crypto: A Python crypto and SSL toolkit"
-HOMEPAGE="https://github.com/martinpaljak/M2Crypto 
https://pypi.python.org/pypi/M2Crypto";
+HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.python.org/pypi/M2Crypto";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/m2crypto/m2crypto-0.24.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.24.0.ebuild
index 132a499..c7509ea 100644
--- a/dev-python/m2crypto/m2crypto-0.24.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.24.0.ebuild
@@ -12,7 +12,7 @@ inherit distutils-r1
 MY_PN="M2Crypto"
 
 DESCRIPTION="M2Crypto: A Python crypto and SSL toolkit"
-HOMEPAGE="https://github.com/martinpaljak/M2Crypto 
https://pypi.python.org/pypi/M2Crypto";
+HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.python.org/pypi/M2Crypto";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/m2crypto/metadata.xml b/dev-python/m2crypto/metadata.xml
index 7bdb37c..ed10818 100644
--- a/dev-python/m2crypto/metadata.xml
+++ b/dev-python/m2crypto/metadata.xml
@@ -7,6 +7,6 @@
   
   
 M2Crypto
-martinpaljak/M2Crypto
+m2crypto/m2crypto
   
 



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

2016-06-14 Thread Dirkjan Ochtman
commit: 324624188ab406cd450bd166eb96bd0f0455ba78
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Tue Jun 14 17:22:13 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue Jun 14 17:22:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32462418

sys-libs/timezone-data: remove old version

Package-Manager: portage-2.2.28

 sys-libs/timezone-data/Manifest   |   2 -
 sys-libs/timezone-data/timezone-data-2016a.ebuild | 144 --
 2 files changed, 146 deletions(-)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index ba527327..7feb593 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,8 +1,6 @@
-DIST tzcode2016a.tar.gz 184047 SHA256 
11ae66d59b844e8c6c81914c9dd73b27bd7792855ba9de195eee4520c28d SHA512 
33a1078ba16aef19048aa97ce1816fc5368061bfe40eddc0e7e246ca57c4a535eaf2f03847128e971a6d959f34ea77224bf33fd53dc6a0c006450dde3523
 WHIRLPOOL 
794e57430145de46068ae84eb1ccc6714aade9f4f728aab288e78c5f9890e76f10fb0af01e8237bc496169ed2ffc6f6b02de9f1522b0ab2330cbc3acf533f7e9
 DIST tzcode2016c.tar.gz 192354 SHA256 
344b1bd486935bca2b7baa47db3b99b32211c45f31ec0d1ead8bacd103c5a416 SHA512 
813309b46e4214cbe7d22b9951bad15536f5d394d2f651b60ae66c14dd8c232d51991ad80f7f02c324f896e680c7efb0321a9e4799c96735f1a82e258a87dff7
 WHIRLPOOL 
97ceaf75521beea703ab9477dbd4eb12c167559b6f94626f28deefdc01cb58b2b516fddd0db9907399b3fdfbe132d054eb42abc5610065546ef49bda1b4b8188
 DIST tzcode2016d.tar.gz 192870 SHA256 
a8f33d6f87aef7e109e4769fc7f6e63637d52d07ddf6440a1a50df3d9a34e0ca SHA512 
c6f6259a78fadaab293be0a4123c226d1a327588639cfa8dadb5a74bd58552892a0c87cfd3a33888f886f51aff34465c89505f0892e6bcbe24247a9160e7328c
 WHIRLPOOL 
968e1e4d635853d81e3bb522543ca7c216f9110a0d20de612c0b1220fac926325e7b6f2a6381830ecb43e633ba29d66c08ec2c890cd8685793c4d66378022b82
 DIST tzcode2016e.tar.gz 194647 SHA256 
57d8c4fcd5e8a90657d0e298eac5effb1a642119c92308db68d13a4612fa459e SHA512 
dcaf615ada96920e60ffb336253f53541861153decc156d41661f43e0bfb128c6c231b0b776bbe3f2176549346275fc5a879074f4977d5141228e58cb33a41c6
 WHIRLPOOL 
e9397b1d4236062a95a46ed463378a295a1959593611536416aeeb8c72c98131cf059d065439f59ae2b40722129b1c2ede7d14dc131ed431042620e54133148d
-DIST tzdata2016a.tar.gz 302817 SHA256 
5efa6b324e64ef921ef700ac3273a51895f672684a30e342f68e47871c6a8cd1 SHA512 
9aa5f61a73afa5070dfb1d1982945d268ea8215663d0cd594216500aff14797ea5591ccfd488dc2280902fa1820bf782623624912b669873728431258fe10ec1
 WHIRLPOOL 
0ed0d93dfff5ee708132ddad8c2f3f4b3e71ed323876847e83c515ca03bfa098863e4aab8abd20a4397e20953b7dc73e042e184ecdbbba5d74430f3714c453ec
 DIST tzdata2016c.tar.gz 308625 SHA256 
8700d981e6f2007ac037dabb5d2b12f390e8629bbc30e564bc21cf0c069a2d48 SHA512 
03eab77c8b3176da1dd17d1d9062b151036b01d224f1e4b60f34a2db6899150431f34f4d9f39652648aae3a55326fd6f85d6deefe3f27b36eaed9ef39ed3f53c
 WHIRLPOOL 
5d347c99312962ca5205eb6892febe72c0ab0dcb0a9c6d047dc3c81cdfa787014aa7b06713494cbf4d5d7a52859df04ae5e7b6789c5fe3dce0f8aa3d91af7886
 DIST tzdata2016d.tar.gz 312481 SHA256 
d9554dfba0efd76053582bd89e8c7036ef12eee14fdd506675b08a5b59f0a1b4 SHA512 
f1beb1793c4c7d18f2dadaf4a928b1476f66b400bda0c87b06155c0dd1c4b4a26bb2f37dc17a3676a2bbe9c1e71a5d8b27a171c797a86464b0bc0d13abfb2f99
 WHIRLPOOL 
c6933da933c10bb518fffb5b135bc0d5a717cc955cc75fe36e97e2df08bf07663e493786640def956055cab28e3ea3edfc0b71fa2303788fcafb82312380b060
 DIST tzdata2016e.tar.gz 313684 SHA256 
ba00f899f18dc4048d7fa21f5e1fdef434496084eedc06f6caa15e5ecdb6bd81 SHA512 
dace0f6fc87a73879ca3a1b143d7dcf9c50803e23e6b8c91f83711704e28129af776676c547c42f14dee7f1e8e285ce25296e53a52d11f4c8f155b5f80f4beb3
 WHIRLPOOL 
69f5e70ae836c71c84c3bb1653887b15e2d408fe0927397a8f16f81b13ce1a23e1ad881084eb36b7785b3f129299830d03a5d2722029fdb8eed305c851661b7d

diff --git a/sys-libs/timezone-data/timezone-data-2016a.ebuild 
b/sys-libs/timezone-data/timezone-data-2016a.ebuild
deleted file mode 100644
index edb7729..000
--- a/sys-libs/timezone-data/timezone-data-2016a.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-code_ver=${PV}
-data_ver=${PV}
-DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
-HOMEPAGE="http://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm";
-SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
-   
http://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz";
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="nls leaps_timezone elibc_FreeBSD elibc_glibc"
-
-RDEPEND="!sys-libs/glibc[vanilla(+)]"
-
-S=${WORKDIR}
-
-src_prepare() {
-  

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

2016-06-14 Thread Dirkjan Ochtman
commit: 7f3ed02f81affd314fd18dff3e7bb483edd312af
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Tue Jun 14 17:21:15 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue Jun 14 17:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3ed02f

sys-libs/timezone-data: version bump to 2016e

Package-Manager: portage-2.2.28

 sys-libs/timezone-data/Manifest   |   2 +
 sys-libs/timezone-data/timezone-data-2016e.ebuild | 157 ++
 2 files changed, 159 insertions(+)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index f9865ef..ba527327 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,6 +1,8 @@
 DIST tzcode2016a.tar.gz 184047 SHA256 
11ae66d59b844e8c6c81914c9dd73b27bd7792855ba9de195eee4520c28d SHA512 
33a1078ba16aef19048aa97ce1816fc5368061bfe40eddc0e7e246ca57c4a535eaf2f03847128e971a6d959f34ea77224bf33fd53dc6a0c006450dde3523
 WHIRLPOOL 
794e57430145de46068ae84eb1ccc6714aade9f4f728aab288e78c5f9890e76f10fb0af01e8237bc496169ed2ffc6f6b02de9f1522b0ab2330cbc3acf533f7e9
 DIST tzcode2016c.tar.gz 192354 SHA256 
344b1bd486935bca2b7baa47db3b99b32211c45f31ec0d1ead8bacd103c5a416 SHA512 
813309b46e4214cbe7d22b9951bad15536f5d394d2f651b60ae66c14dd8c232d51991ad80f7f02c324f896e680c7efb0321a9e4799c96735f1a82e258a87dff7
 WHIRLPOOL 
97ceaf75521beea703ab9477dbd4eb12c167559b6f94626f28deefdc01cb58b2b516fddd0db9907399b3fdfbe132d054eb42abc5610065546ef49bda1b4b8188
 DIST tzcode2016d.tar.gz 192870 SHA256 
a8f33d6f87aef7e109e4769fc7f6e63637d52d07ddf6440a1a50df3d9a34e0ca SHA512 
c6f6259a78fadaab293be0a4123c226d1a327588639cfa8dadb5a74bd58552892a0c87cfd3a33888f886f51aff34465c89505f0892e6bcbe24247a9160e7328c
 WHIRLPOOL 
968e1e4d635853d81e3bb522543ca7c216f9110a0d20de612c0b1220fac926325e7b6f2a6381830ecb43e633ba29d66c08ec2c890cd8685793c4d66378022b82
+DIST tzcode2016e.tar.gz 194647 SHA256 
57d8c4fcd5e8a90657d0e298eac5effb1a642119c92308db68d13a4612fa459e SHA512 
dcaf615ada96920e60ffb336253f53541861153decc156d41661f43e0bfb128c6c231b0b776bbe3f2176549346275fc5a879074f4977d5141228e58cb33a41c6
 WHIRLPOOL 
e9397b1d4236062a95a46ed463378a295a1959593611536416aeeb8c72c98131cf059d065439f59ae2b40722129b1c2ede7d14dc131ed431042620e54133148d
 DIST tzdata2016a.tar.gz 302817 SHA256 
5efa6b324e64ef921ef700ac3273a51895f672684a30e342f68e47871c6a8cd1 SHA512 
9aa5f61a73afa5070dfb1d1982945d268ea8215663d0cd594216500aff14797ea5591ccfd488dc2280902fa1820bf782623624912b669873728431258fe10ec1
 WHIRLPOOL 
0ed0d93dfff5ee708132ddad8c2f3f4b3e71ed323876847e83c515ca03bfa098863e4aab8abd20a4397e20953b7dc73e042e184ecdbbba5d74430f3714c453ec
 DIST tzdata2016c.tar.gz 308625 SHA256 
8700d981e6f2007ac037dabb5d2b12f390e8629bbc30e564bc21cf0c069a2d48 SHA512 
03eab77c8b3176da1dd17d1d9062b151036b01d224f1e4b60f34a2db6899150431f34f4d9f39652648aae3a55326fd6f85d6deefe3f27b36eaed9ef39ed3f53c
 WHIRLPOOL 
5d347c99312962ca5205eb6892febe72c0ab0dcb0a9c6d047dc3c81cdfa787014aa7b06713494cbf4d5d7a52859df04ae5e7b6789c5fe3dce0f8aa3d91af7886
 DIST tzdata2016d.tar.gz 312481 SHA256 
d9554dfba0efd76053582bd89e8c7036ef12eee14fdd506675b08a5b59f0a1b4 SHA512 
f1beb1793c4c7d18f2dadaf4a928b1476f66b400bda0c87b06155c0dd1c4b4a26bb2f37dc17a3676a2bbe9c1e71a5d8b27a171c797a86464b0bc0d13abfb2f99
 WHIRLPOOL 
c6933da933c10bb518fffb5b135bc0d5a717cc955cc75fe36e97e2df08bf07663e493786640def956055cab28e3ea3edfc0b71fa2303788fcafb82312380b060
+DIST tzdata2016e.tar.gz 313684 SHA256 
ba00f899f18dc4048d7fa21f5e1fdef434496084eedc06f6caa15e5ecdb6bd81 SHA512 
dace0f6fc87a73879ca3a1b143d7dcf9c50803e23e6b8c91f83711704e28129af776676c547c42f14dee7f1e8e285ce25296e53a52d11f4c8f155b5f80f4beb3
 WHIRLPOOL 
69f5e70ae836c71c84c3bb1653887b15e2d408fe0927397a8f16f81b13ce1a23e1ad881084eb36b7785b3f129299830d03a5d2722029fdb8eed305c851661b7d

diff --git a/sys-libs/timezone-data/timezone-data-2016e.ebuild 
b/sys-libs/timezone-data/timezone-data-2016e.ebuild
new file mode 100644
index 000..570028d
--- /dev/null
+++ b/sys-libs/timezone-data/timezone-data-2016e.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs flag-o-matic
+
+code_ver=${PV}
+data_ver=${PV}
+DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
+HOMEPAGE="http://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm";
+SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
+   
http://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz";
+
+LICENSE="BSD public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="nls leaps_timezone elibc_FreeBSD"
+
+DEPEND="nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   !sys-libs/glibc[v

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-06-14 Thread Mike Gilbert
commit: 9e6580d42c5b956cc963c4d1c81e07796c70b475
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun 14 17:05:41 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 14 17:05:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6580d4

www-client/chromium: remove pointless dollar sign

Package-Manager: portage-2.3.0_rc1_p20

 www-client/chromium/chromium-53.0.2763.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-53.0.2763.0.ebuild 
b/www-client/chromium/chromium-53.0.2763.0.ebuild
index 1238b58..32b7ab1 100644
--- a/www-client/chromium/chromium-53.0.2763.0.ebuild
+++ b/www-client/chromium/chromium-53.0.2763.0.ebuild
@@ -156,7 +156,7 @@ For other desktop environments, try one of the following:
 "
 
 pkg_pretend() {
-   if [[ $(tc-getCC)$ == *gcc* ]] && \
+   if [[ $(tc-getCC) == *gcc* ]] && \
[[ $(gcc-major-version)$(gcc-minor-version) -lt 48 ]]; then
die 'At least gcc 4.8 is required, see bugs: #535730, #525374, 
#518668.'
fi



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

2016-06-14 Thread Tobias Klausmann
commit: c371d06997ebab0839ecc91283820cf2b45b08fc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 14 16:32:03 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 14 16:32:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c371d069

net-misc/wget-1.18-r0: add alpha keyword

Gentoo-Bug: 585926

Package-Manager: portage-2.3.0_rc1

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

diff --git a/net-misc/wget/wget-1.18.ebuild b/net-misc/wget/wget-1.18.ebuild
index 4b26b21..3e8fa00 100644
--- a/net-misc/wget/wget-1.18.ebuild
+++ b/net-misc/wget/wget-1.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



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

2016-06-14 Thread Lars Wendler
commit: 0679007f607dda56123947c8af9cb9dfa04e4e5e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 14 16:22:35 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 14 16:22:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0679007f

media-sound/pulseaudio: depend on  gentoo.org>

 media-sound/pulseaudio/pulseaudio-7.1.ebuild | 4 ++--
 media-sound/pulseaudio/pulseaudio-8.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/pulseaudio/pulseaudio-7.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-7.1.ebuild
index 10bcdfd..1385ebb 100644
--- a/media-sound/pulseaudio/pulseaudio-7.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -76,7 +76,7 @@ RDEPEND="
)
>=media-libs/speex-1.2_rc1
gdbm? ( sys-libs/gdbm )
-   webrtc-aec? ( media-libs/webrtc-audio-processing )
+   webrtc-aec? ( =dev-libs/json-c-0.11[${MULTILIB_USEDEP}]

diff --git a/media-sound/pulseaudio/pulseaudio-8.0.ebuild 
b/media-sound/pulseaudio/pulseaudio-8.0.ebuild
index 7ade3cb..db871b7 100644
--- a/media-sound/pulseaudio/pulseaudio-8.0.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-8.0.ebuild
@@ -76,7 +76,7 @@ RDEPEND="
)
>=media-libs/speex-1.2_rc1
gdbm? ( sys-libs/gdbm )
-   webrtc-aec? ( media-libs/webrtc-audio-processing )
+   webrtc-aec? ( =dev-libs/json-c-0.11[${MULTILIB_USEDEP}]



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

2016-06-14 Thread Michał Górny
commit: e15c9874ab45e883386f8de9f4b2b604d9b9bf1f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 14 15:47:23 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 14 15:47:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15c9874

app-arch/plzip: Bump to 1.5

 app-arch/plzip/Manifest |  1 +
 app-arch/plzip/plzip-1.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-arch/plzip/Manifest b/app-arch/plzip/Manifest
index 323b329..2c3b62a 100644
--- a/app-arch/plzip/Manifest
+++ b/app-arch/plzip/Manifest
@@ -1,2 +1,3 @@
 DIST plzip-1.3.tar.gz 60027 SHA256 
45f631ae849cb1372317432478c815725ba00ae67fd7df9fb97df994720234a7 SHA512 
7f32978b1c68d546df8c2a60f0dec3594981f08710216ec79d6cbe6fbc4163c5ab54781165689fd30b512159fc02a00a62d588b13166b53ccf94a544f1586173
 WHIRLPOOL 
e943978d600f4eac00c390cdf2168b1cc97a0e888c4be3f1f76814edbbca81c5d1ff2792249d923dd4c4d2f20f7f79dff3b436e78a6f10827583a572b94e428a
 DIST plzip-1.4.tar.gz 60291 SHA256 
2a152ee429495cb96c22a51b618d1d19882db3e24aff79329d9c755a2a2f67bb SHA512 
f093a121dd94622c666b9bf77ee88f1b6b32647331829b33b49f3e59b7a6c48a700b1f0091b691cd37a67f0a65477d2cc285d95b44db0d262fec5274c53a1755
 WHIRLPOOL 
cdcc3b55b50aaab6f6c66db24d5cfa536bc32475f8af91f435b073c3fec7e3446592e304436e13a09b24367f68dfb515705d545eb019f0b982f14c31eb1497a4
+DIST plzip-1.5.tar.gz 62874 SHA256 
cd401683c2c57ecf170c99a873e41e9e5fee0e9680341646e31032e31489cc8a SHA512 
af3f7b6cb249686286d90683c3040591e0bc362dc4c10c054836de179e52755539650963c06a21f76f3db418ed08606c754af73af1d5baf081f434ddcadd01c5
 WHIRLPOOL 
d344dc89b8f3f0afcc2b02f740b83f47717a563e2cd2e88bd73deb0822ee4f1954b0ed0f641bb361fd7a55a8832419797e0cf6b6a533525b3fe026189df1a52b

diff --git a/app-arch/plzip/plzip-1.5.ebuild b/app-arch/plzip/plzip-1.5.ebuild
new file mode 100644
index 000..75583ce
--- /dev/null
+++ b/app-arch/plzip/plzip-1.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Parallel lzip compressor"
+HOMEPAGE="http://www.nongnu.org/lzip/plzip.html";
+SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-arch/lzlib:0="
+DEPEND=${RDEPEND}
+
+src_configure() {
+   # not autotools-based
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   CXX="$(tc-getCXX)" \
+   CPPFLAGS="${CPPFLAGS}" \
+   CXXFLAGS="${CXXFLAGS}" \
+   LDFLAGS="${LDFLAGS}" || die
+}



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

2016-06-14 Thread Alon Bar-Lev
commit: fdcd9ebb6521d41c0b95602b559c81983695de64
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Jun 14 15:46:24 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Jun 14 15:46:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcd9ebb

net-libs/gnutls: version bump

Package-Manager: portage-2.2.28

 net-libs/gnutls/Manifest   |   1 +
 net-libs/gnutls/files/gnutls-3.5.0-build.patch |  26 -
 net-libs/gnutls/gnutls-3.5.1.ebuild| 127 +
 3 files changed, 128 insertions(+), 26 deletions(-)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 11eb943..8f7713e 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -2,3 +2,4 @@ DIST gnutls-3.3.17.1.tar.xz 6339588 SHA256 
b40f158030a92f450a07b20300a3996710ca1
 DIST gnutls-3.3.23.tar.xz 6304332 SHA256 
f53453857e369d66d665c40389201c0b9dacb7ccda560fd21b20b798687a4239 SHA512 
5c2e93ddbff3ca2fc5f8fca8eeaef363bf8fe0f5dce2f4a9448e3235c930baa09d59a456a019283a451d19e0497d3ae645786080aa31febc7f1bcd71c6de1e09
 WHIRLPOOL 
fa082db1933eefc7e061dc7f7e6584d03920f40584865e2983250097db9acea0e6d0c075e8207a2e5b96e37ae77db2b91bcf21e97cc7dfdec0744904de4b5866
 DIST gnutls-3.4.13.tar.xz 6670508 SHA256 
fd3386e8e72725980bcd7f40949aa0121dcb7650b5147c6490e794555ed25859 SHA512 
bec4832560945ca127524a7b529757aa36b7eb9a070d7385f8e5d10628e39b76ae20c1c146fab286860c70add8755f17a4b61bfa1a266eeb30d481f259120406
 WHIRLPOOL 
aaee0a5b597305a2dab0064e9ef1fb1cf05f1f301de30601fa8a8c81f9c35f72c82df8c1c24e57c7f4beb132b4c50285f765ba998829ba7ab0681eadf7cfe7f7
 DIST gnutls-3.5.0.tar.xz 6716848 SHA256 
fc6b3b544d411e6ca54dd6167541770559070ea15e6868946cf56a621d58ae25 SHA512 
0b53b8084972e9b47e71c47ca9a42d0413c781641f4da640a1016aa0c1a736863a57eadbd9bb81248d3fdf723796edbb1424b14f9846b2300ad7650925f2ac27
 WHIRLPOOL 
0f1b3e07f94f101b004ecb1024424a10826d32bab0168076e412cd8d3881af8d77b440395b1811a910188d950ed71a2eb13e87dae029ee4c8c461a3d71077ba3
+DIST gnutls-3.5.1.tar.xz 6799264 SHA256 
bc4a0f80a627c3aca6e7ea59d30e50cda118c61e0e3fab367ff1451d6ec8bdbd SHA512 
d59d0a7624a2783645d217a2f6955e8a5e67eea4a9bc682b101cf939f7b623f046b381bc12ae0bae08c17031e4bd178e615afbe2cdde3914433b8d829c353e14
 WHIRLPOOL 
1ce587c664896115a0b8f4d8bfadb562738b85db15dc592d049c89a10c1386ec2ec73f7bc94a7291188e590cd862419a15dac8ac37670629998231216a2450ce

diff --git a/net-libs/gnutls/files/gnutls-3.5.0-build.patch 
b/net-libs/gnutls/files/gnutls-3.5.0-build.patch
deleted file mode 100644
index 3e0ca33..000
--- a/net-libs/gnutls/files/gnutls-3.5.0-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/extra/openssl_compat.c b/extra/openssl_compat.c
-index 399df90..4cee4cd 100644
 a/extra/openssl_compat.c
-+++ b/extra/openssl_compat.c
-@@ -26,8 +26,6 @@
- 
- #include "gnutls_int.h"
- 
--#include 
--#include 
- #include/* memset */
- #include 
- #include 
-diff --git a/tests/windows/cng-windows.c b/tests/windows/cng-windows.c
-index f435afb..e92f7b0 100644
 a/tests/windows/cng-windows.c
-+++ b/tests/windows/cng-windows.c
-@@ -31,6 +31,8 @@
- 
- #ifndef _WIN32
- 
-+#include 
-+
- void doit()
- {
-   exit(77);

diff --git a/net-libs/gnutls/gnutls-3.5.1.ebuild 
b/net-libs/gnutls/gnutls-3.5.1.ebuild
new file mode 100644
index 000..efe6884
--- /dev/null
+++ b/net-libs/gnutls/gnutls-3.5.1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools libtool eutils multilib-minimal versionator
+
+DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
+HOMEPAGE="http://www.gnutls.org/";
+SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
+
+# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
+# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
+LICENSE="GPL-3 LGPL-3"
+SLOT="0/30" # libgnutls.so number
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
+IUSE="+cxx dane doc examples guile nls +openssl pkcs11 static-libs test +tools 
zlib ${IUSE_LINGUAS// / linguas_}"
+# heartbeat support is not disabled until re-licensing happens fullyf
+
+# NOTICE: sys-devel/autogen is required at runtime as we
+# use system libopts
+RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
+   >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
+   >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
+   tools? ( sys-devel/autogen )
+   dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
+   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_U

[gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/

2016-06-14 Thread Michael Sterrett
commit: 53db1425bce36548ea3e530367e5bff21da18537
Author: Michael Sterrett  gentoo  org>
AuthorDate: Mon Jun 13 16:01:50 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Jun 14 14:59:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53db1425

games-engines/scummvm: version bump

Package-Manager: portage-2.2.28

 games-engines/scummvm/Manifest |   1 +
 games-engines/scummvm/scummvm-1.8.1.ebuild | 110 +
 2 files changed, 111 insertions(+)

diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
index e334089..5fea61a 100644
--- a/games-engines/scummvm/Manifest
+++ b/games-engines/scummvm/Manifest
@@ -1,2 +1,3 @@
 DIST scummvm-1.7.0.tar.bz2 20018016 SHA256 
d9ff0e8cf911afa466d5456d28fef692a17d47ddecfd428bf2fef591237c2e66 SHA512 
0133feb2df58461fb0e42b1e84cfb309bd964dad239f7ca0c7529edd4f4716895a45491e31597ec6f6d17361b0ce8f73c317399db07a1249b2ab570e4829000e
 WHIRLPOOL 
077eb74cf46dfb15eaa2d473b627d953bc8e13bd0ae87a4fdc16282e468cf237bd9173b761cc9f89b9d6a13ce76db40aa67d5092e2e77eba2a0c6dab097b0fb4
 DIST scummvm-1.8.0.tar.xz 17385064 SHA256 
a85c23a2b1fcb7586a7527ecdbdf6c899a45ecbdcba28b9322057dc27914daa8 SHA512 
2fb25467854d6115cf09fd40536728e2c1943c16d8bcb29ebbc3c37fa5dc750a72258e0b0dac6244e5ddcc5f2dfc69af3d7fdff83c98a92a546f8669daa8da27
 WHIRLPOOL 
55202291d09c86b250dc0ee24fdd3b34dd54924c4b5bb9889d6f2ef84f06db3caebc6bb36a9c1a9ccddd93cfdfaf5feac4982b4b0dc74305819af75031a68524
+DIST scummvm-1.8.1.tar.xz 17807468 SHA256 
935f53d7e4c460fbc22c58fee5007d4858891e4961831f53f575a3594b7f612a SHA512 
e67ee332668b14432dcd675051384bd4fee2c1a0ddf44f6f8aeaf889d5027a834187e2632d18959583fa258cf03f259a54fd2d88120fa62ef7496232b4e6bdb4
 WHIRLPOOL 
597e6f4f21c4b80720a86d1f55518ba834d814ea9b9de365e19bdd070b0c8a81ce451d63169597bd54eb6e86876b5506a9f361d8c649c689dce304597b9390af

diff --git a/games-engines/scummvm/scummvm-1.8.1.ebuild 
b/games-engines/scummvm/scummvm-1.8.1.ebuild
new file mode 100644
index 000..6aff612
--- /dev/null
+++ b/games-engines/scummvm/scummvm-1.8.1.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic gnome2-utils toolchain-funcs games
+
+DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts 
adventures"
+HOMEPAGE="http://scummvm.sourceforge.net/";
+SRC_URI="http://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz";
+
+LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="aac alsa debug flac fluidsynth jpeg mpeg2 mp3 opengl png theora truetype 
unsupported vorbis zlib"
+RESTRICT="test"  # it only looks like there's a test there #77507
+
+RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video]
+   zlib? ( sys-libs/zlib )
+   jpeg? ( virtual/jpeg:0 )
+   png? ( media-libs/libpng:0 )
+   vorbis? ( media-libs/libogg media-libs/libvorbis )
+   theora? ( media-libs/libtheora )
+   aac? ( media-libs/faad2 )
+   alsa? ( media-libs/alsa-lib )
+   mp3? ( media-libs/libmad )
+   mpeg2? ( media-libs/libmpeg2 )
+   flac? ( media-libs/flac )
+   opengl? ( virtual/opengl )
+   truetype? ( media-libs/freetype:2 )
+   fluidsynth? ( media-sound/fluidsynth )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   x86? ( dev-lang/nasm )"
+
+S=${WORKDIR}/${P/_/}
+
+src_prepare() {
+   # -g isn't needed for nasm here
+   sed -i \
+   -e '/NASMFLAGS/ s/-g//' \
+   configure || die
+   sed -i \
+   -e '/INSTALL.*doc/d' \
+   -e '/INSTALL.*\/pixmaps/d' \
+   -e 's/-s //' \
+   ports.mk || die
+}
+
+src_configure() {
+   local myconf
+
+   # bug #137547
+   use fluidsynth || myconf="${myconf} --disable-fluidsynth"
+
+   use x86 && append-ldflags -Wl,-z,noexecstack
+
+   # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
+   ./configure \
+   --backend=sdl \
+   --host=$CHOST \
+   --enable-verbose-build \
+   --prefix=/usr \
+   --bindir="${GAMES_BINDIR}" \
+   --datadir="${GAMES_DATADIR}"/${PN} \
+   --libdir="${GAMES_LIBDIR}" \
+   --enable-zlib \
+   $(use_enable debug) \
+   $(use_enable !debug release-mode) \
+   $(use_enable zlib) \
+   $(use_enable aac faad) \
+   $(use_enable alsa) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable mp3 mad) \
+   $(use_enable mpeg2) \
+   $(use_enable flac) \
+   $(use_enable opengl) \
+   $(use_enable vorbis) \
+   $(use_enable theora theoradec) \
+   $(use_enable truetype freetype2) \
+   $(use_enable x86 nasm) \
+   $(use u

[gentoo-commits] dev/dev-zero:master commit in: dev-haskell/hslua/

2016-06-14 Thread Tiziano Müller
commit: 6cd1ca633acef2efb31ba28be43fd77179bf0a47
Author: Tiziano Müller  gentoo  org>
AuthorDate: Tue Jun 14 14:55:40 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Tue Jun 14 14:55:40 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=6cd1ca63

dev-haskell/hslua: EROOT->EPREFIX (thanks to slyfox)

 dev-haskell/hslua/hslua-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hslua/hslua-0.4.1.ebuild 
b/dev-haskell/hslua/hslua-0.4.1.ebuild
index 4e30e80..383ddfd 100644
--- a/dev-haskell/hslua/hslua-0.4.1.ebuild
+++ b/dev-haskell/hslua/hslua-0.4.1.ebuild
@@ -35,6 +35,6 @@ src_configure() {
haskell-cabal_src_configure \
$(cabal_flag apicheck apicheck) \
$(cabal_flag luajit) \
-   $(usex luajit 
--extra-include-dirs="${EROOT}/usr/include/luajit-2.0") \
+   $(usex luajit 
--extra-include-dirs="${EPREFIX}/usr/include/luajit-2.0") \
$(cabal_flag system-lua system-lua)
 }



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

2016-06-14 Thread Nicolas Bock
commit: 8981f2ac7f9d22f08796d16af907b99c99258d63
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Jun 14 14:54:36 2016 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Jun 14 14:55:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8981f2ac

app-crypt/keybase: Version bump

Package-Manager: portage-2.2.28

 app-crypt/keybase/Manifest  |  1 +
 app-crypt/keybase/keybase-1.0.16.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/app-crypt/keybase/Manifest b/app-crypt/keybase/Manifest
index ebd5ba0..d4ddf41 100644
--- a/app-crypt/keybase/Manifest
+++ b/app-crypt/keybase/Manifest
@@ -6,5 +6,6 @@ DIST keybase-0.8.24.tar.gz 7109062 SHA256 
680eaadbae16724912c4bbbd916b20a116fb5d
 DIST keybase-0.8.25.tar.gz 7109238 SHA256 
e34b128f48e27a1c3066b5f3f19d99df735f9be4f1c867d1d3d408c8e12983fd SHA512 
b6986063c34a18bd91148e588d43545f8baf7849cf80ea03b88d26e1f3dd6684cc9e5ebd5e10ff5ac0639fa308c2e07f577b6a7ded6f5bf4bd4510e64bb31025
 WHIRLPOOL 
1413eed7f26ec6b2d17f63d6315baac48d6a7f0935c3608e4ffcd5cd8df7f13db01e8d93ce76b33b4e0ceb322f508a3601e37be6cad86c20e976bb33012f28db
 DIST keybase-1.0.12.0.tar.gz 43440809 SHA256 
b45e25bbe40684c1f58e69bd2a35c2b8f0936477e28b2c54cab9d8783fed0e0e SHA512 
1a6ce04c46c88c2607f70e591557b46bb836c366fb7d6d50056456403de2868a9da14b45ef96732e4f6d3cc1759ed492e610143e7cae370594e36bf898ecccee
 WHIRLPOOL 
06325be4b35dc7c2f3f85033da857669c1ccf2e3e610254837ef44a1811234914195c3ddde2068a8a81d7c1e362021a79a3be9957b9dc4af2d0102977ca3450a
 DIST keybase-1.0.15.tar.gz 45781588 SHA256 
6fe66b07772ca000879bda65cb9d112d2dbbc301d6afa4d4b46055d385f86e36 SHA512 
623a952d88e4c9519073c9e8c81b2d53bddd081e048dbe127b658f91e97a37493767ced36a07dcb65791f1f3abc398bcb6456a921b4301f86c31dda5b8fdccce
 WHIRLPOOL 
64b8456bd12452a70920e3dea93b0fda6c2f0f3a48449d0aeefc1e335aaa140f25ed5f2c5bb3c61828dbe268851631553b760c0e1a6a43fdc3d1198d2d2420a5
+DIST keybase-1.0.16.tar.gz 41810206 SHA256 
e8a7ecb56153c1068432ee7d13b861987066217eaa8d5346cc518468b618a112 SHA512 
47fcc2034070e84f9d1f1925a98e030c95ccc766b52ac734c2b746bd719cabc3f3cac95ea00efacd42ccc95945318c5fa5e3272406f32c50530339fc4524ef23
 WHIRLPOOL 
1ea1d2b14852e63aadbf0607255ae0dd37d7e27b34d6ba86e8ae656146c0d81956c8ea65386f574893e5c5343f660ca7b131b9fd356a306566cd726217fe6794
 DIST keybase-1.0.8.0.tar.gz 42949716 SHA256 
b43fc29e9ec6d06fb7371a597ad7a2f28ee8e125ae8b9c9c34d1c4d176b6a76d SHA512 
a4030d00415961d2c7d5d65ca682a11f6cd82b0d64bcbf9de6e4ce8f969faea05f3fc8a0084def9bd39528a75dfd80dcb6bbdae16e73d71b1c9dc6a7ece58771
 WHIRLPOOL 
f8a59464759875e195068fe7422962ad570794442c408e99a55c4f4724108a086727c67fe753e698f3d653f1101278d1be657ca2889d7aaa878489f232574745
 DIST keybase-1.0.9.0.tar.gz 43337746 SHA256 
01999048454877bc3b6a2934a8c1bfda4ebef31400698627a23b94450d5b2409 SHA512 
7b6e0defe378fd3fa7d4577f95484947c6898079541448cb0f8c180fe5efdc43da42bd6b67c350c38701a01e62802041c5840315be877ace88e8d1f26d667c7f
 WHIRLPOOL 
f63c07b79eb9a96673cd5b909ce1c1877a4d5ff45a2275a8dfc9a6262c8a6f2784b05301023f9fce6b98044d4703721513751aec31bc4fa99dafc27e0deca04a

diff --git a/app-crypt/keybase/keybase-1.0.16.ebuild 
b/app-crypt/keybase/keybase-1.0.16.ebuild
new file mode 100644
index 000..184ba0a
--- /dev/null
+++ b/app-crypt/keybase/keybase-1.0.16.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils versionator
+
+MY_PV=$(replace_version_separator 3 '-')
+
+DESCRIPTION="Client for keybase.io"
+HOMEPAGE="https://keybase.io/";
+SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-lang/go-1.5:0"
+RDEPEND="
+   app-crypt/gnupg"
+
+S="${WORKDIR}/src/github.com/keybase/client"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mkdir -p "$(dirname "${S}")" || die
+   mv "client-${MY_PV}" "${S}" || die
+}
+
+src_compile() {
+   GO15VENDOREXPERIMENT=1 \
+   GOPATH="${WORKDIR}:${S}/go/vendor" \
+   go build -v -x \
+   -tags production \
+   -o "${T}/keybase" \
+   github.com/keybase/client/go/keybase || die
+}
+
+src_install() {
+   dobin "${T}/keybase"
+}



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

2016-06-14 Thread Ian Stakenvicius
commit: 3f13ba2943d8c43020d0a8709e10304e7afd3e7c
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Jun 14 14:52:23 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Jun 14 14:52:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f13ba29

mozcoreconf-v4.eclass: fix typo in '@DESCRIPTION' tag

Bug: http://bugs.gentoo.org/585922

 eclass/mozcoreconf-v4.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index 88f7b4b..fc5a079 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -2,16 +2,16 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 #
-# @ECLASS: mozcoreconf.eclass
+# @ECLASS: mozcoreconf-v4.eclass
 # @MAINTAINER:
 # Mozilla team 
 # @BLURB: core options and configuration functions for mozilla
 # @DESCRIPTION:
 #
-# inherit mozconfig-v5.* or above for mozilla configuration support
+# inherit mozconfig-v6.* or above for mozilla configuration support
 
 # @ECLASS-VARIABLE: MOZILLA_FIVE_HOME
-# @DESCCRIPTION:
+# @DESCRIPTION:
 # This is an eclass-generated variable that defines the rpath that the mozilla
 # product will be installed in.  Read-only
 



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

2016-06-14 Thread Sergei Trofimovich
commit: 7fd3c054e4beedd4dbcecfa7033dd2594256bdfa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun 14 14:24:17 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 14 14:24:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd3c054

media-sound/xmms2: populate REQUIRED_USE from python-single-r1.eclass

Package-Manager: portage-2.3.0_rc1

 media-sound/xmms2/xmms2-0.8-r4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-sound/xmms2/xmms2-0.8-r4.ebuild 
b/media-sound/xmms2/xmms2-0.8-r4.ebuild
index be25c41..894796b 100644
--- a/media-sound/xmms2/xmms2-0.8-r4.ebuild
+++ b/media-sound/xmms2/xmms2-0.8-r4.ebuild
@@ -83,6 +83,8 @@ DEPEND="${RDEPEND}
valgrind? ( dev-util/valgrind ) )
 "
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 S="${WORKDIR}/${MY_P}"
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/2.2/, sys-process/criu/

2016-06-14 Thread Yixun Lan
commit: af6724544b88a1dfbad3dcc14ca932516e299b2d
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun 14 14:20:25 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 14 14:21:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af672454

sys-process/criu: fixed to not use git cmd

Gentoo-Bug: 580420

Package-Manager: portage-2.3.0_rc1

 sys-process/criu/criu-2.2.ebuild |  1 +
 sys-process/criu/files/2.2/criu-2.2-no-git.patch | 16 
 2 files changed, 17 insertions(+)

diff --git a/sys-process/criu/criu-2.2.ebuild b/sys-process/criu/criu-2.2.ebuild
index c18ed46..a2bb1740 100644
--- a/sys-process/criu/criu-2.2.ebuild
+++ b/sys-process/criu/criu-2.2.ebuild
@@ -38,6 +38,7 @@ RESTRICT="test"
 PATCHES=(
"${FILESDIR}"/${PV}/${P}-flags.patch
"${FILESDIR}"/${PV}/${P}-makefile.patch
+   "${FILESDIR}"/${PV}/${P}-no-git.patch
"${FILESDIR}"/2.0/${PN}-2.0-automagic-libbsd.patch
"${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
 )

diff --git a/sys-process/criu/files/2.2/criu-2.2-no-git.patch 
b/sys-process/criu/files/2.2/criu-2.2-no-git.patch
new file mode 100644
index 000..065
--- /dev/null
+++ b/sys-process/criu/files/2.2/criu-2.2-no-git.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile b/Makefile
+index 7c85403..20992ed 100644
+--- a/Makefile
 b/Makefile
+@@ -179,9 +179,9 @@ test: zdtm
+ # Generating tar requires tag matched CRIU_VERSION.
+ # If not found then simply use GIT's describe with
+ # "v" prefix stripped.
+-head-name := $(shell git tag -l v$(CRIU_VERSION))
++head-name := $(shell if [ -d ".git" ]; then git tag -l v$(CRIU_VERSION); fi)
+ ifeq ($(head-name),)
+-head-name := $(shell git describe)
++head-name := $(shell if [ -d ".git" ]; then git describe; fi)
+ endif
+ tar-name := $(shell echo $(head-name) | sed -e 's/^v//g')
+ criu-$(tar-name).tar.bz2:



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

2016-06-14 Thread Tobias Klausmann
commit: 194b63a44c70938b29c1d157439feeaa33b3494a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 14 13:46:32 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 14 13:47:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194b63a4

media-gfx/wings: Drop alpha keyword

!!! All ebuilds that could satisfy 
">=media-libs/mesa-9.1.6[opencl,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]"
 have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/mesa-::gentoo (masked by: missing keyword)

(dependency required by "virtual/opencl-0-r4::gentoo" [ebuild])
(dependency required by "dev-libs/cl-1.2.1-r1::gentoo" [ebuild])
(dependency required by "=dev-libs/cl-1.2.1-r1" [argument])

This is a result of:

RDEPEND="app-eselect/eselect-opencl
|| (
>=media-libs/mesa-9.1.6[opencl,${MULTILIB_USEDEP}]
video_cards_fglrx? (
>=x11-drivers/ati-drivers-12.1-r1 )
video_cards_nvidia? (
>=x11-drivers/nvidia-drivers-290.10-r2 )
abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) )
)"

This is just not satisfiable on Alpha at the moment. Also, wings has never been
stable on alpha (and is a bit niche), so I'll drop the alpha keyword for 1.1.1
and opt Alpha out.

Gentoo-Bug: 585588

Package-Manager: portage-2.3.0_rc1

 media-gfx/wings/wings-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/wings/wings-1.1.1.ebuild 
b/media-gfx/wings/wings-1.1.1.ebuild
index 2e0636a..c20aff9 100644
--- a/media-gfx/wings/wings-1.1.1.ebuild
+++ b/media-gfx/wings/wings-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wings/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/erlang-13.0



[gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/, net-nntp/sabnzbd/files/1.x/

2016-06-14 Thread Justin Bronder
commit: 0ee47dab119883a5ba9bd5ef7ce95105afa47654
Author: Justin Bronder  gentoo  org>
AuthorDate: Tue Jun 14 13:40:34 2016 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Tue Jun 14 13:40:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee47dab

net-nntp/sabnzbd: bump 1.0.3

Update patches and unbundle rarlib which is now in portage.

Package-Manager: portage-2.2.26

 net-nntp/sabnzbd/Manifest  |   1 +
 .../0001-use-system-configobj-and-feedparser.patch |  52 +
 .../files/1.x/0002-growler-support-gntp-1.0.patch  |  31 +
 .../1.x/0003-cfg-disable-growl-by-default.patch|  34 ++
 .../files/1.x/0004-use-system-rarfile.patch|  68 +++
 net-nntp/sabnzbd/sabnzbd-1.0.3.ebuild  | 130 +
 6 files changed, 316 insertions(+)

diff --git a/net-nntp/sabnzbd/Manifest b/net-nntp/sabnzbd/Manifest
index 4bfb218..62744e6 100644
--- a/net-nntp/sabnzbd/Manifest
+++ b/net-nntp/sabnzbd/Manifest
@@ -3,3 +3,4 @@ DIST SABnzbd-0.7.17-src.tar.gz 2310300 SHA256 
a501517dbaf161deab2153118ff3b44512
 DIST SABnzbd-0.7.18-src.tar.gz 2317137 SHA256 
aa05697d901b3e334e92f274b2e8788973059840be656a1545e8f2a4b070b014 SHA512 
db7606be913fc89cdea0c037594b614c16f3887b32d1133c5f7a6c92f3dac5bec2250972e35941cd462e65bb29e91db2a43ff1e6624d827223afb957ec7922fe
 WHIRLPOOL 
313e7442af3dc86e111440974fefef42531018faad14a2a39649cef21a2b2d1d5a917c4ec13089ef9a46a2c31fe56b544ae0fa72628497782be756e8014f
 DIST SABnzbd-0.7.19-src.tar.gz 2386744 SHA256 
31ad0ae24db3873011db816e1b100f4429734b2260f4c669b7261d2f85717487 SHA512 
383788d87a3ee4e69ba818f6614f6929aa328d1153b746e04736868de598ee35e556a07cced7c74bc89c54fe77c1e52c4cdde8ed37d536a09bd1c605c551b9e7
 WHIRLPOOL 
fbf1ab129a403011bd6957272d348fd745621e9c13f46f3988362bb8bb7a6ceb26b57253978ec5f5ae97c2ea942ba80ff1cab0ca1d1f99d33a1c55fc03b0dad9
 DIST SABnzbd-0.7.20-src.tar.gz 2389762 SHA256 
20b3a4613a0ecdede4fdfeb628ae806e458ac1a6fb684306328dd4ed1faf8742 SHA512 
51ea888fcb7b49156cb719cb4fe75725d69acd726097d8b2526d6af87d0404bf08d0ab4b82f25dae7ac9a52d6c639e57a145bf5af6005fa435ad31f239a716d5
 WHIRLPOOL 
2686160be649c051ac1186481dae1e876650fbc91fe3ea1ab2d1569baea51f0ab7d0be6c7942b9facd6e5f856ab24ab36d1dc2f55dc645f06be275b2e43abb4b
+DIST SABnzbd-1.0.3-src.tar.gz 2975111 SHA256 
cf87d3f17fc03e8b3a4b3010261115c2ad7e2f773b5ede95a80025b340dbbd35 SHA512 
6213cb73f6d2127133c5ab292e5ac2bcf6f4c780b5345b54b91459271c1acad6c6c95c4ba1ebc1e34341d5dc09d14e4806b84b977fc90f5ff0a49725b08a77e9
 WHIRLPOOL 
021a864f8d2b90481da5f4d1b3b1a5a5478230c3a61af2c30ba2be65594224863a48d58d475fc2e79986274e48e5ad83b5d13a6bc0a7829e99552062fdf185a7

diff --git 
a/net-nntp/sabnzbd/files/1.x/0001-use-system-configobj-and-feedparser.patch 
b/net-nntp/sabnzbd/files/1.x/0001-use-system-configobj-and-feedparser.patch
new file mode 100644
index 000..3cc1c7c
--- /dev/null
+++ b/net-nntp/sabnzbd/files/1.x/0001-use-system-configobj-and-feedparser.patch
@@ -0,0 +1,52 @@
+From 75608455ab239c8dd05280e858f10026a31a5eac Mon Sep 17 00:00:00 2001
+From: Justin Bronder 
+Date: Thu, 3 Jan 2013 04:10:37 -0500
+Subject: [PATCH 1/4] use system configobj and feedparser
+
+---
+ sabnzbd/config.py | 4 +++-
+ sabnzbd/rss.py| 3 ++-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/sabnzbd/config.py b/sabnzbd/config.py
+index 3bf777a..3e6551a 100644
+--- a/sabnzbd/config.py
 b/sabnzbd/config.py
+@@ -24,10 +24,12 @@ import re
+ import logging
+ import threading
+ import shutil
++
++import configobj
++
+ import sabnzbd.misc
+ from sabnzbd.constants import CONFIG_VERSION, NORMAL_PRIORITY, 
DEFAULT_PRIORITY, MAX_WIN_DFOLDER
+ from sabnzbd.utils import listquote
+-from sabnzbd.utils import configobj
+ from sabnzbd.decorators import synchronized
+ 
+ CONFIG_LOCK = threading.Lock()
+diff --git a/sabnzbd/rss.py b/sabnzbd/rss.py
+index 67ff94b..8b7d8c1 100644
+--- a/sabnzbd/rss.py
 b/sabnzbd/rss.py
+@@ -26,6 +26,8 @@ import threading
+ import urllib
+ import os
+ 
++import feedparser
++
+ import sabnzbd
+ from sabnzbd.constants import *
+ from sabnzbd.decorators import synchronized
+@@ -36,7 +38,6 @@ from sabnzbd.misc import cat_convert, sanitize_foldername, 
wildcard_to_re, cat_t
+ import sabnzbd.emailer as emailer
+ from sabnzbd.encoding import unicoder, xml_name
+ 
+-import sabnzbd.utils.feedparser as feedparser
+ 
+ __RSS = None  # Global pointer to RSS-scanner instance
+ 
+-- 
+2.4.10
+

diff --git a/net-nntp/sabnzbd/files/1.x/0002-growler-support-gntp-1.0.patch 
b/net-nntp/sabnzbd/files/1.x/0002-growler-support-gntp-1.0.patch
new file mode 100644
index 000..845ab15
--- /dev/null
+++ b/net-nntp/sabnzbd/files/1.x/0002-growler-support-gntp-1.0.patch
@@ -0,0 +1,31 @@
+From 14eabdcd495be61bb14ecc8152058f92bd71a2db Mon Sep 17 00:00:00 2001
+From: Justin Bronder 
+Date: Mon, 24 Jun 2013 19:03:17 -0400
+Subject: [PATCH 2/4] growler: support >=gntp-1.0
+
+Fixes Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=474540
+

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

2016-06-14 Thread Nicolas Bock
commit: 66f9c130c36b5381c1e17faa71b53880054a96fc
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Jun 14 13:14:15 2016 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Jun 14 13:14:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f9c130

app-text/jabref-bin: Drop dependency on virtual/jdk

Package-Manager: portage-2.2.28

 app-text/jabref-bin/jabref-bin-3.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-text/jabref-bin/jabref-bin-3.4.ebuild 
b/app-text/jabref-bin/jabref-bin-3.4.ebuild
index 86add2d..a52e398 100644
--- a/app-text/jabref-bin/jabref-bin-3.4.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.4.ebuild
@@ -19,7 +19,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="|| ( >=virtual/jre-1.8 >=virtual/jdk-1.8 )"
+RDEPEND="
+   >=virtual/jre-1.8
+"
 
 S="${WORKDIR}"
 



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

2016-06-14 Thread Amy Winston
commit: b74c0805173ec2541a41e27a06ae4500b6953f6e
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Jun 14 13:01:10 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Jun 14 13:01:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74c0805

net-libs/telepathy-qt: version bump 0.9.7 bug #585908 by Alexandr Akulich

Package-Manager: portage-2.2.28

 net-libs/telepathy-qt/Manifest  |   1 +
 net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild | 107 
 2 files changed, 108 insertions(+)

diff --git a/net-libs/telepathy-qt/Manifest b/net-libs/telepathy-qt/Manifest
index 30ff988..dd26617 100644
--- a/net-libs/telepathy-qt/Manifest
+++ b/net-libs/telepathy-qt/Manifest
@@ -1 +1,2 @@
 DIST telepathy-qt-0.9.6.1.tar.gz 6067468 SHA256 
496eb4951ea9b181d7d68a2122a885474c4f73b519319496aa1b97d9b361a1f8 SHA512 
d15bdf94ef2b546270130012e8636fb2801b0c4fb50513ac0dbc0e1f6255d84da6df12195b3d26dc6df5a9466929a1073e87d2a9e600c7bf26c3e1aa112113b7
 WHIRLPOOL 
621137fc10ce3db1d834711aaf876adf98056a5ca8bab22c011e881e71522060cd6110733880db4f6646872501b870305d3590428ea3d809b4b512bbc21e653b
+DIST telepathy-qt-0.9.7.tar.gz 6213405 SHA256 
21bad30be7ebc4ba667d53d92cd1cec1be23114103f2149404d9740721693d4f SHA512 
081daecb2509ea690079014bcc88eacbf2b3e4f4ac42aaf1b0cb264c01b801bc499a041482571d383f258cb3d3e2c6ffa5682fbe417fe807fcc25a06d2ead877
 WHIRLPOOL 
81569b648ae51ba932d1a212d69cd51a727201f5c36f7b91fe2da52ec0ed3a3fc01165a260f262e182474a383ff614ea6e4ee7dd6691add04052b1f4d14cd63d

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
new file mode 100644
index 000..be29795
--- /dev/null
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.7.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 cmake-utils virtualx multibuild
+
+DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
+HOMEPAGE="https://telepathy.freedesktop.org/";
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug farstream +qt4 qt5 test"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
+
+RDEPEND="
+   farstream? (
+   >=net-libs/telepathy-farstream-0.2.2
+   >=net-libs/telepathy-glib-0.18.0
+   )
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtxml:5
+   )
+   !net-libs/telepathy-qt4
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   test? (
+   dev-libs/dbus-glib
+   dev-libs/glib:2
+   dev-python/dbus-python
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )
+"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.6.1-yes-release.patch"
+   "${FILESDIR}/${PN}-0.9.6.1-qtpath.patch"
+)
+
+# bug 549448 - last checked with 0.9.7
+RESTRICT="test"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+
+   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=(
+   -DENABLE_DEBUG_OUTPUT=$(usex debug)
+   -DENABLE_FARSTREAM=$(usex farstream)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_EXAMPLES=OFF
+   )
+   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
+   mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
+   fi
+   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
+   mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
+   fi
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+   _test_runner() {
+   ctest -E '(CallChannel)'
+   }
+
+   mytest() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   virtx _test_runner
+   popd > /dev/null || die
+   }
+
+   multibuild_foreach_variant mytest
+}
+
+src_install() {
+   multibuild_foreach_variant cmake-utils_src_install
+}



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

2016-06-14 Thread Amy Winston
commit: 0d7d20fcf4816613269aae81bd46207e3b5581a1
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Jun 14 13:09:29 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Jun 14 13:09:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7d20fc

net-libs/telepathy-qt: add proxy-maintainer

Package-Manager: portage-2.2.28

 net-libs/telepathy-qt/metadata.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/net-libs/telepathy-qt/metadata.xml 
b/net-libs/telepathy-qt/metadata.xml
index d62898a..0bfa4d0 100644
--- a/net-libs/telepathy-qt/metadata.xml
+++ b/net-libs/telepathy-qt/metadata.xml
@@ -1,6 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   akulichalexan...@gmail.com
+   Alexandr Akulich
+   Proxy maintainer
+   
+   
+proxy-ma...@gentoo.org
+Proxy Maintainers
+

q...@gentoo.org
Gentoo Qt Project



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

2016-06-14 Thread Fabian Groffen
commit: b747996e4ae2d6b4bbb84995788272b9f1061db5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 14 12:50:50 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 14 12:50:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b747996e

profiles/prefix/sunos/solaris/package.mask: mask net-misc/wget-1.18

 profiles/prefix/sunos/solaris/package.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/sunos/solaris/package.mask 
b/profiles/prefix/sunos/solaris/package.mask
index c912aee..641346c 100644
--- a/profiles/prefix/sunos/solaris/package.mask
+++ b/profiles/prefix/sunos/solaris/package.mask
@@ -1,8 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 
+# Fabian Groffen  (14 Jun 2016)
+# Fails to link due to missing libiconv.so, bug #585924
+=net-misc/wget-1.18
+
 # Fabian Groffen  (13 Jun 2015)
 # Needs patching to compile (d_type and DT_REG), bug #551696
 =app-portage/portage-utils-0.56



[gentoo-commits] dev/graaff:master commit in: dev-ruby/icalendar-recurrence/

2016-06-14 Thread Hans de Graaff
commit: c5686cc6d8f6469f680f854baa38ed6352022ad9
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Jun 14 12:43:04 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 14 12:43:04 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=c5686cc6

dev-ruby/icalendar-recurrence: intiial import

Package-Manager: portage-2.2.28

 dev-ruby/icalendar-recurrence/Manifest |  1 +
 .../icalendar-recurrence-1.1.0.ebuild  | 30 ++
 dev-ruby/icalendar-recurrence/metadata.xml |  5 
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/icalendar-recurrence/Manifest 
b/dev-ruby/icalendar-recurrence/Manifest
new file mode 100644
index 000..e222c6f
--- /dev/null
+++ b/dev-ruby/icalendar-recurrence/Manifest
@@ -0,0 +1 @@
+DIST icalendar-recurrence-1.1.0.gem 15872 SHA256 
dd5b3f48bfcad06467dab69c0bf948d0a9f7cef905529a5ebcc2e5943772fdbc SHA512 
0ee9d0d0e7e10f65dad4c971132966d97b4c82f905f97b56d807fd92a6c418a2907f62437c7ba965c41753c5b6483c7fa8e9952eab34024e48ef32b566b4040a
 WHIRLPOOL 
58df8dc2a82953b8f44f6d8c5a1073dc955524d081b0c347e413e43bc9ff6913ef94683bf1e6fdb83a80d84a1b10c132931f7d577357a217e21e9e43114fd673

diff --git a/dev-ruby/icalendar-recurrence/icalendar-recurrence-1.1.0.ebuild 
b/dev-ruby/icalendar-recurrence/icalendar-recurrence-1.1.0.ebuild
new file mode 100644
index 000..4e35e2a
--- /dev/null
+++ b/dev-ruby/icalendar-recurrence/icalendar-recurrence-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides recurrence to icalendar gem"
+HOMEPAGE="https://github.com/icalendar/icalendar-recurrence";
+LICENSE="|| ( GPL-2 BSD Ruby )"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/icalendar:2 >=dev-ruby/ice_cube-0.13.0"
+
+all_ruby_prepare() {
+   sed -i -e 's/0.13.0/0.13/' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/\(awesome\|pry\)/ s:^:#:' spec/spec_helper.rb || die
+}

diff --git a/dev-ruby/icalendar-recurrence/metadata.xml 
b/dev-ruby/icalendar-recurrence/metadata.xml
new file mode 100644
index 000..0a1be5a
--- /dev/null
+++ b/dev-ruby/icalendar-recurrence/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+gra...@gentoo.org
+



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

2016-06-14 Thread Agostino Sarubbo
commit: c92dcba4bff806adfb426388fae77888fe8f49e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 14 12:35:01 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 14 12:35:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92dcba4

sys-kernel/vanilla-sources: Automated version bump to 3.10.102 - remove old.

Package-Manager: portage-2.2.28
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-3.10.101.ebuild => vanilla-sources-3.10.102.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e38646d..81ab386 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,7 +9,7 @@ DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc0
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
 DIST linux-4.5.tar.xz 88375040 SHA256 
a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c SHA512 
cb0d5f30baff37dfea40fbc1119a1482182f95858c883e019ee3f81055c8efbdb9dba7dfc02ebcc4216db38f03ece58688e69efc0fce1dade359af30bd5426de
 WHIRLPOOL 
8faa0b02c5733fc45dbe61f82a7022e9246b9b1665f27541d4afa5d14c310b9dce7a8532dfac8273898edf8c6923654ee2fbcf2cec1ec2a220f4c9f926f2b333
 DIST linux-4.6.tar.xz 89461728 SHA256 
a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866 SHA512 
df5ee40b0ebd89914a900f63c32a481cb4f405d8f792b2d03ea167ce9c5bdf75154c7bd8ecd7ebac77a8dbf2b077c972cbfe6b95163e27c38c1fefc6ddbdfa0b
 WHIRLPOOL 
50ee28a06930ffb29ade1aa5fb4e3bf165ead92cb660dc6771a265cdbc2240713ebf14fe235fa153d8b6e3ab853852ea06c2525209cd7989aa3d6f6fad5b7edf
-DIST patch-3.10.101.xz 1269636 SHA256 
6a23fe951e7c4f50b4b0ca54bc31a3190406327dfb44be91b351ad13cad39e4b SHA512 
90dc8a22653fbfda1214d382ae59408cd37479fe6e466d0ff66d13a2a44fd1c6a72e5c8658d0df39bb18d4306e58303d843fafdf527bd6d9b54386202059e80e
 WHIRLPOOL 
21364bf10c635cc941f8eedd726c267a0273ccc75c9cdc98f8a99d1a02f7cdebaf21dee46e8e133c6f45e8f0fc62b9a149a8cb99924a268e0c7d5ba8c2df44b3
+DIST patch-3.10.102.xz 1295268 SHA256 
148be5b90ce84a86bf23f8984808680696db19c08e97dcbb2a76bea2c9568c5d SHA512 
bbe6d9c416ec34e34f6fc695b066c6b4b1be1737a5f263e7e3a3d41044f0c4b702008a75c0da00148b9550e4a3e927025d3463f5cb2229b4e19413f3aa1c2b6d
 WHIRLPOOL 
f0dda5840d0927d68731695eb80bab0531f5a7d1570bd916b8b884801c410e0e603e82f0220f78f65e4abd96a24ae072c394231fa3f39c52594cb3cc701f9ff1
 DIST patch-3.12.60.xz 1561240 SHA256 
281de62e6d3c5908285b14dfb8385c62b4ca3405fb79f50ce8225a853e417e8a SHA512 
ffb15e5d7e9cc3005cce6e68a32f399f01f1ac6f3c1c70cd6962fe02ba4ff2acb270ae0ade1e5d2ae8f85a8417e7c182cede1976e0f040df0de6c19b5cd9d19f
 WHIRLPOOL 
724a4702b033db3720014c83ebbaabcec0141a34f8c6c31dd4b27a653b1ace04c176ff92c0e7283481c327e01bc447f8d55d253b01cd6355399ea16af2c6fa82
 DIST patch-3.14.72.xz 1173464 SHA256 
8069809c0b47f62d789676f660d2049314f5d4d8a8ad24e2567dd7a541d3174c SHA512 
3b491a9aa9102d442429eb49eb97a6f2460ea9142b17f40a929c58f1604cead87b6e484deae60d6c9ee8770b6c3a8f37d12a0146901345d096077d998c3904b6
 WHIRLPOOL 
719de3fbeeba4cb014c79940fd0c9cf49856d99d85934d694ddc79e0cf05ec4b8199f41bafbbfdb72420c1d2b59ccdbb12fb1ba6810c8c2b7aea561cdd55bf5c
 DIST patch-3.16.35.xz 1203316 SHA256 
721c550daf6caf0d6910787097fee9b4f5ed74daeee913bb3a0ad33bb45acf58 SHA512 
c23591049f4fe8b5d4e5b473a0209c779ac32d9eb365477bf75fbe68ccb9dcc5e2958b2df22111d8cdd7b5a982bbc04232e0d18f6999432560432a5ac4354ffd
 WHIRLPOOL 
ebed71eb081d80d50318a858ba6b5ef78d5ae9b664638ec0fc58c02ba94b2b3202e9c1493013c3c3527975eca8f9596cd879a6084eb63606c17d994b65112b6f

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.10.101.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-3.10.102.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-3.10.101.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-3.10.102.ebuild



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

2016-06-14 Thread Miroslav Šulc
commit: 377bf7ba3d1afd0cfb8274544e25938ff6ea3018
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jun 14 12:33:39 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jun 14 12:33:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377bf7ba

www-servers/tomcat: added new slot 8.5

Package-Manager: portage-2.3.0_rc1

 www-servers/tomcat/Manifest|   1 +
 .../tomcat/files/tomcat-8.5.3-build.xml.patch  | 259 +
 www-servers/tomcat/tomcat-8.5.3.ebuild | 154 
 3 files changed, 414 insertions(+)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index f3fa956..4c677ff 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -5,4 +5,5 @@ DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2
 DIST apache-tomcat-8.0.33-src.tar.gz 4969308 SHA256 
1a141b90111347640df57fe506d9da29ca959e44b5885795df603b621c2ccb4f SHA512 
f781c90dd0932082f0d9b154b634f147c909415ebf49242f047d29430e24e16086d392b982e16d13b4d5f848dc98fd6834c0768e1f9c60d99a35d7dad262265d
 WHIRLPOOL 
b1ca10a4c0ead57b75bade8f135eb943f4ca291bf85eae75d523b65e9538bd5b25a270a3f27c37d2c7ea6e1e847ed15e9fdcac923ceb8069282189976f9e8727
 DIST apache-tomcat-8.0.35-src.tar.gz 4980657 SHA256 
420036fde5e1bfe0a3d27299e355ee153b7c547d17c7b52fe4b15a1315d9c4e9 SHA512 
c56ba4339fc114cda9a784c7f37be99c82238bbe043f69a3bed2ec86a0bf60325af9105d74cfcffa144636fecc7f4730cee08eca3a22ed035dd5e3e483fa1742
 WHIRLPOOL 
38d2382eabe19be8b008eb8975ddf95e086b482eb58cb56f566cf4ec7c7628663260a550b611f4db57803e503ab6746aedaac279bff24868c5997eaee3514966
 DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
+DIST apache-tomcat-8.5.3-src.tar.gz 5001008 SHA256 
d0d1ecfd88d733cf3666cc39483ea092627840cd2cfab8fae09f93b7bf05d21d SHA512 
7c4da46725c6e34669f538f406e699c235b99b4ec47a289f4fcbf93b49a35082cea3e041bee8a2772a29c240521d8720b2b50b5cda7afe0ec0f2b4f5cb29bda5
 WHIRLPOOL 
2ad999e8ee068d66164e2a256ee58f47799251fab60cf9af3a67128b131a07116a2faf2da6eef132e13f5df6ed78f1c44ac69bf5615178b63452fbffc62a4852
 DIST apache-tomcat-9.0.0.M8-src.tar.gz 5024499 SHA256 
bef36f9ead80188a8859fc1fa9846e77e570c54c99c05388857dc6dd29f526f8 SHA512 
b1778709bddf6b0d1263115a57c743fcb58286b58dda384b06079ddcab8188a63de48efd3f47b6314c92154dd01c7bd1c8858ac2ea82d20a3d90c80899edcf87
 WHIRLPOOL 
8083b108a49ac0e066104a5849fcc6ef6c1355c09d9854d50a4108df769384664d0b37aa0cc85f59361a080e73fb585de36916855e1fcef1a441c4225653aca6

diff --git a/www-servers/tomcat/files/tomcat-8.5.3-build.xml.patch 
b/www-servers/tomcat/files/tomcat-8.5.3-build.xml.patch
new file mode 100644
index 000..cefd59f
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-8.5.3-build.xml.patch
@@ -0,0 +1,259 @@
+diff --git a/apache-tomcat-8.0.36-src/build.xml 
b/apache-tomcat-8.0.36-src/build.xml
+index 1ba0dae..81a0a2c 100644
+--- a/apache-tomcat-8.0.36-src/build.xml
 b/apache-tomcat-8.0.36-src/build.xml
+@@ -701,24 +701,29 @@
+   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
+ 
+ 
++
+ 
++
+ 
+ 
++
+ 
+ 
+ 
+-
++
+ 
+ 
+   
+@@ -1053,7 +1058,7 @@
+ 
+   
+ 
+-
++
+ 
+ 
+ 
+@@ -1087,7 +1092,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+ 
++
+ 
+@@ -1594,7 +1600,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1733,7 +1739,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1928,6 +1934,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
+ 
+   
++
+ 
+ 
+   
++
+   
+   http://docs.oracle.com/javase/7/docs/api/"/>
+   http://commons.apache.org/proper/commons-io/javadocs/api-release/"/>
+@@ -2757,7 +2767,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download (and build) components necessary to compile" 
unless="noget">
+ 
+ 
+   
+@@ -2791,7 +2801,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download additional components for the tests" 
unless="noget">
+ 
+ 
+   
+@@ -2848,7 +2858,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download additional components for a distribution" 
unless="noget">
+ 
+ 
+   
+@@ -2874,18 +2884,18 @@ skip.installer property in build.properties" />
+ 
+   
+ 
+-  
++  
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+   
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-06-14 Thread Miroslav Šulc
commit: 0248dbd0dbe50f8cf118aa3a296d1b8d9136ff27
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jun 14 12:31:17 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jun 14 12:31:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0248dbd0

dev-java/tomcat-servlet-api: added ebuild for Tomcat 8.5.x

Package-Manager: portage-2.3.0_rc1

 dev-java/tomcat-servlet-api/Manifest   |  1 +
 .../tomcat-servlet-api-8.5.3.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 5b688ab..1e9dea2 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -10,5 +10,6 @@ DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2
 DIST apache-tomcat-8.0.33-src.tar.gz 4969308 SHA256 
1a141b90111347640df57fe506d9da29ca959e44b5885795df603b621c2ccb4f SHA512 
f781c90dd0932082f0d9b154b634f147c909415ebf49242f047d29430e24e16086d392b982e16d13b4d5f848dc98fd6834c0768e1f9c60d99a35d7dad262265d
 WHIRLPOOL 
b1ca10a4c0ead57b75bade8f135eb943f4ca291bf85eae75d523b65e9538bd5b25a270a3f27c37d2c7ea6e1e847ed15e9fdcac923ceb8069282189976f9e8727
 DIST apache-tomcat-8.0.35-src.tar.gz 4980657 SHA256 
420036fde5e1bfe0a3d27299e355ee153b7c547d17c7b52fe4b15a1315d9c4e9 SHA512 
c56ba4339fc114cda9a784c7f37be99c82238bbe043f69a3bed2ec86a0bf60325af9105d74cfcffa144636fecc7f4730cee08eca3a22ed035dd5e3e483fa1742
 WHIRLPOOL 
38d2382eabe19be8b008eb8975ddf95e086b482eb58cb56f566cf4ec7c7628663260a550b611f4db57803e503ab6746aedaac279bff24868c5997eaee3514966
 DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
+DIST apache-tomcat-8.5.3-src.tar.gz 5001008 SHA256 
d0d1ecfd88d733cf3666cc39483ea092627840cd2cfab8fae09f93b7bf05d21d SHA512 
7c4da46725c6e34669f538f406e699c235b99b4ec47a289f4fcbf93b49a35082cea3e041bee8a2772a29c240521d8720b2b50b5cda7afe0ec0f2b4f5cb29bda5
 WHIRLPOOL 
2ad999e8ee068d66164e2a256ee58f47799251fab60cf9af3a67128b131a07116a2faf2da6eef132e13f5df6ed78f1c44ac69bf5615178b63452fbffc62a4852
 DIST apache-tomcat-9.0.0.M8-src.tar.gz 5024499 SHA256 
bef36f9ead80188a8859fc1fa9846e77e570c54c99c05388857dc6dd29f526f8 SHA512 
b1778709bddf6b0d1263115a57c743fcb58286b58dda384b06079ddcab8188a63de48efd3f47b6314c92154dd01c7bd1c8858ac2ea82d20a3d90c80899edcf87
 WHIRLPOOL 
8083b108a49ac0e066104a5849fcc6ef6c1355c09d9854d50a4108df769384664d0b37aa0cc85f59361a080e73fb585de36916855e1fcef1a441c4225653aca6
 DIST jakarta-servletapi-src.tar.gz 65342 SHA256 
404e2c55423c609122921a91e03f2b67d371fedc0af8996e005862d83d626697 SHA512 
7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084
 WHIRLPOOL 
beb0e14920a8623d276c8823e6291aacb4b4d5d0539f5de431ce6f94582df9b260d4e04e0d0b650c59f7ca168f4af9352fffbfc0506b2530464a3bcdcf6ac0d1

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.3.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.3.ebuild
new file mode 100644
index 000..7f90a43
--- /dev/null
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+JAVA_PKG_IUSE="source"
+
+inherit eutils java-pkg-2 java-ant-2
+
+MY_A="apache-${P}-src"
+MY_P="${MY_A/-servlet-api/}"
+DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3/EL API 3.0 implementation"
+HOMEPAGE="http://tomcat.apache.org/";
+SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="3.1"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${MY_P}/"
+
+java_prepare() {
+   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
+   rm -fR */*/build.xml
+   einfo "Removing bundled jars and classes"
+   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
+}
+
+src_install() {
+   java-pkg_dojar "${S}"/output/build/lib/*.jar
+   use source && java-pkg_dosrc java/javax/servlet/
+}



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

2016-06-14 Thread Miroslav Šulc
commit: 93bd6b7857d3d4c61ec86e1dcfcba5f1e3d5fbc1
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jun 14 12:16:36 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jun 14 12:18:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd6b78

www-servers/tomcat: version bump in slot 8

Package-Manager: portage-2.3.0_rc1

 www-servers/tomcat/Manifest|   1 +
 .../tomcat/files/tomcat-8.0.36-build.xml.patch | 259 +
 www-servers/tomcat/tomcat-8.0.36.ebuild| 154 
 3 files changed, 414 insertions(+)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index d103932..f3fa956 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -4,4 +4,5 @@ DIST apache-tomcat-7.0.69-src.tar.gz 4653637 SHA256 
fd29dc7ecd4796a693fdd7fc568e
 DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2ff18fd27a07f068cc6029f019b5d4c6de560 SHA512 
4c18b9ae77963d96ff59891564c4bc8f6aaba582776c319825e9b944dd8cf10747dfc5b3cbc9cfa2ff10f6d889b404902fecd6b49fdde7b3741f9ba90dc6221c
 WHIRLPOOL 
77be9ea10ffd2e606367d477ba13c717294fe49b65ecef6fdc910e53fa2d987f38a8b299c28a340ea7684a16feb6ca3bd0b5e662e3875af73f4735e1ff623a79
 DIST apache-tomcat-8.0.33-src.tar.gz 4969308 SHA256 
1a141b90111347640df57fe506d9da29ca959e44b5885795df603b621c2ccb4f SHA512 
f781c90dd0932082f0d9b154b634f147c909415ebf49242f047d29430e24e16086d392b982e16d13b4d5f848dc98fd6834c0768e1f9c60d99a35d7dad262265d
 WHIRLPOOL 
b1ca10a4c0ead57b75bade8f135eb943f4ca291bf85eae75d523b65e9538bd5b25a270a3f27c37d2c7ea6e1e847ed15e9fdcac923ceb8069282189976f9e8727
 DIST apache-tomcat-8.0.35-src.tar.gz 4980657 SHA256 
420036fde5e1bfe0a3d27299e355ee153b7c547d17c7b52fe4b15a1315d9c4e9 SHA512 
c56ba4339fc114cda9a784c7f37be99c82238bbe043f69a3bed2ec86a0bf60325af9105d74cfcffa144636fecc7f4730cee08eca3a22ed035dd5e3e483fa1742
 WHIRLPOOL 
38d2382eabe19be8b008eb8975ddf95e086b482eb58cb56f566cf4ec7c7628663260a550b611f4db57803e503ab6746aedaac279bff24868c5997eaee3514966
+DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
 DIST apache-tomcat-9.0.0.M8-src.tar.gz 5024499 SHA256 
bef36f9ead80188a8859fc1fa9846e77e570c54c99c05388857dc6dd29f526f8 SHA512 
b1778709bddf6b0d1263115a57c743fcb58286b58dda384b06079ddcab8188a63de48efd3f47b6314c92154dd01c7bd1c8858ac2ea82d20a3d90c80899edcf87
 WHIRLPOOL 
8083b108a49ac0e066104a5849fcc6ef6c1355c09d9854d50a4108df769384664d0b37aa0cc85f59361a080e73fb585de36916855e1fcef1a441c4225653aca6

diff --git a/www-servers/tomcat/files/tomcat-8.0.36-build.xml.patch 
b/www-servers/tomcat/files/tomcat-8.0.36-build.xml.patch
new file mode 100644
index 000..cefd59f
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-8.0.36-build.xml.patch
@@ -0,0 +1,259 @@
+diff --git a/apache-tomcat-8.0.36-src/build.xml 
b/apache-tomcat-8.0.36-src/build.xml
+index 1ba0dae..81a0a2c 100644
+--- a/apache-tomcat-8.0.36-src/build.xml
 b/apache-tomcat-8.0.36-src/build.xml
+@@ -701,24 +701,29 @@
+   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
+ 
+ 
++
+ 
++
+ 
+ 
++
+ 
+ 
+ 
+-
++
+ 
+ 
+   
+@@ -1053,7 +1058,7 @@
+ 
+   
+ 
+-
++
+ 
+ 
+ 
+@@ -1087,7 +1092,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+ 
++
+ 
+@@ -1594,7 +1600,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1733,7 +1739,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1928,6 +1934,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
+ 
+   
++
+ 
+ 
+   
++
+   
+   http://docs.oracle.com/javase/7/docs/api/"/>
+   http://commons.apache.org/proper/commons-io/javadocs/api-release/"/>
+@@ -2757,7 +2767,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download (and build) components necessary to compile" 
unless="noget">
+ 
+ 
+   
+@@ -2791,7 +2801,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download additional components for the tests" 
unless="noget">
+ 
+ 
+   
+@@ -2848,7 +2858,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download additional components for a distribution" 
unless="noget">
+ 
+ 
+   
+@@ -2874,18 +2884,18 @@ skip.installer property in build.properties" />
+ 
+   
+ 
+-  
++  
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-06-14 Thread Miroslav Šulc
commit: 02b47b56d66d1957b631259cd1b478c8f96433bb
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jun 14 12:14:28 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jun 14 12:18:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b47b56

dev-java/tomcat-servlet-api: version bump for Tomcat 8.0.x

Package-Manager: portage-2.3.0_rc1

 dev-java/tomcat-servlet-api/Manifest   |  1 +
 .../tomcat-servlet-api-8.0.36.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 4d05fa7..5b688ab 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -9,5 +9,6 @@ DIST apache-tomcat-7.0.69-src.tar.gz 4653637 SHA256 
fd29dc7ecd4796a693fdd7fc568e
 DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2ff18fd27a07f068cc6029f019b5d4c6de560 SHA512 
4c18b9ae77963d96ff59891564c4bc8f6aaba582776c319825e9b944dd8cf10747dfc5b3cbc9cfa2ff10f6d889b404902fecd6b49fdde7b3741f9ba90dc6221c
 WHIRLPOOL 
77be9ea10ffd2e606367d477ba13c717294fe49b65ecef6fdc910e53fa2d987f38a8b299c28a340ea7684a16feb6ca3bd0b5e662e3875af73f4735e1ff623a79
 DIST apache-tomcat-8.0.33-src.tar.gz 4969308 SHA256 
1a141b90111347640df57fe506d9da29ca959e44b5885795df603b621c2ccb4f SHA512 
f781c90dd0932082f0d9b154b634f147c909415ebf49242f047d29430e24e16086d392b982e16d13b4d5f848dc98fd6834c0768e1f9c60d99a35d7dad262265d
 WHIRLPOOL 
b1ca10a4c0ead57b75bade8f135eb943f4ca291bf85eae75d523b65e9538bd5b25a270a3f27c37d2c7ea6e1e847ed15e9fdcac923ceb8069282189976f9e8727
 DIST apache-tomcat-8.0.35-src.tar.gz 4980657 SHA256 
420036fde5e1bfe0a3d27299e355ee153b7c547d17c7b52fe4b15a1315d9c4e9 SHA512 
c56ba4339fc114cda9a784c7f37be99c82238bbe043f69a3bed2ec86a0bf60325af9105d74cfcffa144636fecc7f4730cee08eca3a22ed035dd5e3e483fa1742
 WHIRLPOOL 
38d2382eabe19be8b008eb8975ddf95e086b482eb58cb56f566cf4ec7c7628663260a550b611f4db57803e503ab6746aedaac279bff24868c5997eaee3514966
+DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
 DIST apache-tomcat-9.0.0.M8-src.tar.gz 5024499 SHA256 
bef36f9ead80188a8859fc1fa9846e77e570c54c99c05388857dc6dd29f526f8 SHA512 
b1778709bddf6b0d1263115a57c743fcb58286b58dda384b06079ddcab8188a63de48efd3f47b6314c92154dd01c7bd1c8858ac2ea82d20a3d90c80899edcf87
 WHIRLPOOL 
8083b108a49ac0e066104a5849fcc6ef6c1355c09d9854d50a4108df769384664d0b37aa0cc85f59361a080e73fb585de36916855e1fcef1a441c4225653aca6
 DIST jakarta-servletapi-src.tar.gz 65342 SHA256 
404e2c55423c609122921a91e03f2b67d371fedc0af8996e005862d83d626697 SHA512 
7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084
 WHIRLPOOL 
beb0e14920a8623d276c8823e6291aacb4b4d5d0539f5de431ce6f94582df9b260d4e04e0d0b650c59f7ca168f4af9352fffbfc0506b2530464a3bcdcf6ac0d1

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.36.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.36.ebuild
new file mode 100644
index 000..7f90a43
--- /dev/null
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.36.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+JAVA_PKG_IUSE="source"
+
+inherit eutils java-pkg-2 java-ant-2
+
+MY_A="apache-${P}-src"
+MY_P="${MY_A/-servlet-api/}"
+DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3/EL API 3.0 implementation"
+HOMEPAGE="http://tomcat.apache.org/";
+SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="3.1"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${MY_P}/"
+
+java_prepare() {
+   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
+   rm -fR */*/build.xml
+   einfo "Removing bundled jars and classes"
+   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
+}
+
+src_install() {
+   java-pkg_dojar "${S}"/output/build/lib/*.jar
+   use source && java-pkg_dosrc java/javax/servlet/
+}



[gentoo-commits] dev/dev-zero:master commit in: app-office/toggldesktop/

2016-06-14 Thread Tiziano Müller
commit: 61bf5f95bba23f5a921fd3a7f3509afbdbe4eac2
Author: Tiziano Müller  gentoo  org>
AuthorDate: Tue Jun 14 12:17:32 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Tue Jun 14 12:17:32 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=61bf5f95

app-office/toggldesktop: fix library and certificate install

 app-office/toggldesktop/toggldesktop-7.3.321.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-office/toggldesktop/toggldesktop-7.3.321.ebuild 
b/app-office/toggldesktop/toggldesktop-7.3.321.ebuild
index 1caec43..61051f9 100644
--- a/app-office/toggldesktop/toggldesktop-7.3.321.ebuild
+++ b/app-office/toggldesktop/toggldesktop-7.3.321.ebuild
@@ -20,7 +20,8 @@ DEPEND="dev-libs/poco:=[crypto,data,json,net,sqlite,ssl,xml]
dev-qt/qtcore:5=
dev-qt/qtgui:5=
dev-lang/lua:5.2
-   dev-libs/openssl:="
+   dev-libs/openssl:=
+   app-misc/ca-certificates[cacert]"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-unbundle.patch" )
@@ -34,6 +35,11 @@ src_configure() {
-e '/urls::SetUseStagingAsBackend/,+1d' \
src/context.cc || die
 
+   # use our installed cacert root certificate
+   sed -i \
+   -e 
's|cacert.pem|../share/ca-certificates/cacert.org/cacert.org_root.crt|' \
+   src/ui/linux/TogglDesktop/toggl.cpp || die
+
cd "${S}/src/lib/linux/TogglDesktopLibrary"
eqmake5 TogglDesktopLibrary.pro
 
@@ -47,7 +53,7 @@ src_compile() {
 }
 
 src_install() {
-   dolib 
src/lib/linux/TogglDesktopLibrary/build/release/libTogglDesktopLibrary.so.1
+   dolib 
src/lib/linux/TogglDesktopLibrary/build/release/libTogglDesktopLibrary.so.*
dobin src/ui/linux/TogglDesktop/build/release/TogglDesktop
 
dodoc -r AUTHORS README.md docs/



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2016-06-14 Thread Tobias Klausmann
commit: 12d662056e27a59135037d0540a9e65dcf1e5f2d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 14 12:08:13 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 14 12:09:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d66205

sci-visualization/gnuplot-5.0.1-r1: add alpha keyword

Gentoo-Bug: 574242

Package-Manager: portage-2.3.0_rc1

 sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild
index 8e1080b..4a986be 100644
--- a/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild
@@ -18,11 +18,11 @@ if [[ -z ${PV%%*} ]]; then
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
SRC_URI=""
-   KEYWORDS="arm"
+   KEYWORDS="alpha arm"
 else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
inherit autotools
 fi
 



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

2016-06-14 Thread Tobias Klausmann
commit: 546c562f06e4c69a463d3562156445d2c71d3216
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 14 12:07:14 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 14 12:07:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546c562f

net-misc/chrony: Add ~alpha keyword

Gentoo-Bug: 583390

Package-Manager: portage-2.3.0_rc1

 net-misc/chrony/chrony-2.4_pre1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-2.4_pre1-r3.ebuild 
b/net-misc/chrony/chrony-2.4_pre1-r3.ebuild
index 4f9b613..118fd06 100644
--- a/net-misc/chrony/chrony-2.4_pre1-r3.ebuild
+++ b/net-misc/chrony/chrony-2.4_pre1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~hppa ~ppc64"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64"
 IUSE="caps +cmdmon html ipv6 libedit +ntp +phc +pps readline +refclock +rtc 
selinux +adns"
 REQUIRED_USE="
?? ( libedit readline )



  1   2   >