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

2016-02-17 Thread Yixun Lan
commit: 7456af6ed56ec4c748f0593a6503a4d1ec0787fe
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 07:41:30 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 07:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7456af6e

dev-util/lttng-ust: drop old

Package-Manager: portage-2.2.27

 dev-util/lttng-ust/Manifest   |  3 ---
 dev-util/lttng-ust/lttng-ust-2.5.0.ebuild | 27 -
 dev-util/lttng-ust/lttng-ust-2.5.1.ebuild | 27 -
 dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild | 29 ---
 4 files changed, 86 deletions(-)

diff --git a/dev-util/lttng-ust/Manifest b/dev-util/lttng-ust/Manifest
index 7299aeb..7862263 100644
--- a/dev-util/lttng-ust/Manifest
+++ b/dev-util/lttng-ust/Manifest
@@ -1,5 +1,2 @@
-DIST lttng-ust-2.5.0.tar.bz2 583293 SHA256 
dcd0bb81a12833e6edea110a0cc97108a7e55b1dc95ff2c97d06796866f5c3aa SHA512 
15e614a0b66d668e00de56275f80f67a3ee159642e06a5c2981ac3bd2266c0f3c2cbad8dd3e4b5158ef85070bdcf9b513e17de346dbc628878c2de68768dd634
 WHIRLPOOL 
3cac7a2d905a2ab913220d13ffd295e442e7e0b676b68e501542b799092a7d6d8e45211fd8cf98939478958aee739e86041b797229207820172cce2726c86677
-DIST lttng-ust-2.5.1.tar.bz2 589487 SHA256 
fbd9e2d78641e5c659f1d51f8097c8279c155ff50f8e38a4c57f188ca4b84546 SHA512 
718f0f50077ed7d1c9647de7714c237fde619ea23de8160af508fd1e6a60fb3594b0424b93a7ad5cbc47f4106721e7ef75ea82f1976a0a8fbf3305e8179769b6
 WHIRLPOOL 
38ea8fbdc6461f3a8af914b289cf8496c6a6fa48efcb0ed29be6f404310624602e7b8402b3ec2ad89a2a45c1a441afc162e83b09ecd9cd3654cf1e2638599575
-DIST lttng-ust-2.6.0-rc2.tar.bz2 608934 SHA256 
664fabe883c863f8ba1f83b2fa030c097181aed44bd75979431c0fc0e1e71598 SHA512 
a7ccf10e03693397168cca34b5008609a2c6dbf1bd88b84e42014861af432379efdbb040a31c77bf20014838d491fcb05ab67ca47c6924c7f74ca539c3019f3b
 WHIRLPOOL 
7fd15c99e57cc21c6d9ce46ecab07da2389a2364d7de5a0b34357465a404bbd15d756d4ce54460ae52a923bb644e6719fcf4527773400e2aeef4c1a70bf84c5f
 DIST lttng-ust-2.6.5.tar.bz2 619053 SHA256 
31ad8ae3a63a5009747732b5d015d19cd3fdb9a4524dcdc7b92c6b29b2120d8a SHA512 
bf144c987b7ff62f70551db51a5605bc006b1d8a0e7f4197e1a2c7a7d79a1e4e786a658d0ec885f7d56c4d4f405da23717137c8b0d2be6289fc16ca84f06a230
 WHIRLPOOL 
bec7bf92e07c2b606c726b48c691524f4821ce1dd7715a0784603968f40f2e1b01558f92d5a7019e060aa413624c96b35ad8242b261d2e936b0a315ca8529858
 DIST lttng-ust-2.7.1.tar.bz2 643906 SHA256 
878438f10a488aa5855615a3108f4759bd123fa795d70c34647146d70103ce16 SHA512 
80ba4b79df2a0ba0606a31145a427c8c5b30e2a4ace20f9e4602738ace99fe88146569de549288ff33c809a606b6973c17c3effcf9699b5dca3383b8da5b10ee
 WHIRLPOOL 
b6f5d40594bddf60c5463167d70d09633b0bca9593c5b018ecf3220819926a0d44af6288340d76c3dfe2aea9b4c29a9301285b98f5aa55884a9efa39f7e82287

diff --git a/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild
deleted file mode 100644
index 88522a5..000
--- a/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="Linux Trace Toolkit - UST library"
-HOMEPAGE="http://lttng.org;
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-libs/userspace-rcu"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   if ! use examples; then
-   sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
-   fi
-   eautoreconf
-}

diff --git a/dev-util/lttng-ust/lttng-ust-2.5.1.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.5.1.ebuild
deleted file mode 100644
index 88522a5..000
--- a/dev-util/lttng-ust/lttng-ust-2.5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="Linux Trace Toolkit - UST library"
-HOMEPAGE="http://lttng.org;
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-libs/userspace-rcu"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   if ! use examples; then
-   sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
-   fi
-   eautoreconf
-}

diff --git a/dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild
deleted file mode 100644
index 136b757..000
--- a/dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="Linux Trace Toolkit - UST library"
-HOMEPAGE="http://lttng.org;

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

2016-02-17 Thread Yixun Lan
commit: 2ce3ceeb1f6dd8a80715e72a0596cbfaf8145e7c
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 06:50:30 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 07:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce3ceeb

ev-util/lttng-ust: version bump

Package-Manager: portage-2.2.27

 dev-util/lttng-ust/Manifest   |  2 ++
 dev-util/lttng-ust/lttng-ust-2.6.5.ebuild | 31 +++
 dev-util/lttng-ust/lttng-ust-2.7.1.ebuild | 31 +++
 3 files changed, 64 insertions(+)

diff --git a/dev-util/lttng-ust/Manifest b/dev-util/lttng-ust/Manifest
index dabba7e..7299aeb 100644
--- a/dev-util/lttng-ust/Manifest
+++ b/dev-util/lttng-ust/Manifest
@@ -1,3 +1,5 @@
 DIST lttng-ust-2.5.0.tar.bz2 583293 SHA256 
dcd0bb81a12833e6edea110a0cc97108a7e55b1dc95ff2c97d06796866f5c3aa SHA512 
15e614a0b66d668e00de56275f80f67a3ee159642e06a5c2981ac3bd2266c0f3c2cbad8dd3e4b5158ef85070bdcf9b513e17de346dbc628878c2de68768dd634
 WHIRLPOOL 
3cac7a2d905a2ab913220d13ffd295e442e7e0b676b68e501542b799092a7d6d8e45211fd8cf98939478958aee739e86041b797229207820172cce2726c86677
 DIST lttng-ust-2.5.1.tar.bz2 589487 SHA256 
fbd9e2d78641e5c659f1d51f8097c8279c155ff50f8e38a4c57f188ca4b84546 SHA512 
718f0f50077ed7d1c9647de7714c237fde619ea23de8160af508fd1e6a60fb3594b0424b93a7ad5cbc47f4106721e7ef75ea82f1976a0a8fbf3305e8179769b6
 WHIRLPOOL 
38ea8fbdc6461f3a8af914b289cf8496c6a6fa48efcb0ed29be6f404310624602e7b8402b3ec2ad89a2a45c1a441afc162e83b09ecd9cd3654cf1e2638599575
 DIST lttng-ust-2.6.0-rc2.tar.bz2 608934 SHA256 
664fabe883c863f8ba1f83b2fa030c097181aed44bd75979431c0fc0e1e71598 SHA512 
a7ccf10e03693397168cca34b5008609a2c6dbf1bd88b84e42014861af432379efdbb040a31c77bf20014838d491fcb05ab67ca47c6924c7f74ca539c3019f3b
 WHIRLPOOL 
7fd15c99e57cc21c6d9ce46ecab07da2389a2364d7de5a0b34357465a404bbd15d756d4ce54460ae52a923bb644e6719fcf4527773400e2aeef4c1a70bf84c5f
+DIST lttng-ust-2.6.5.tar.bz2 619053 SHA256 
31ad8ae3a63a5009747732b5d015d19cd3fdb9a4524dcdc7b92c6b29b2120d8a SHA512 
bf144c987b7ff62f70551db51a5605bc006b1d8a0e7f4197e1a2c7a7d79a1e4e786a658d0ec885f7d56c4d4f405da23717137c8b0d2be6289fc16ca84f06a230
 WHIRLPOOL 
bec7bf92e07c2b606c726b48c691524f4821ce1dd7715a0784603968f40f2e1b01558f92d5a7019e060aa413624c96b35ad8242b261d2e936b0a315ca8529858
+DIST lttng-ust-2.7.1.tar.bz2 643906 SHA256 
878438f10a488aa5855615a3108f4759bd123fa795d70c34647146d70103ce16 SHA512 
80ba4b79df2a0ba0606a31145a427c8c5b30e2a4ace20f9e4602738ace99fe88146569de549288ff33c809a606b6973c17c3effcf9699b5dca3383b8da5b10ee
 WHIRLPOOL 
b6f5d40594bddf60c5463167d70d09633b0bca9593c5b018ecf3220819926a0d44af6288340d76c3dfe2aea9b4c29a9301285b98f5aa55884a9efa39f7e82287

diff --git a/dev-util/lttng-ust/lttng-ust-2.6.5.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.6.5.ebuild
new file mode 100644
index 000..c3f261f
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.6.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - UST library"
+HOMEPAGE="http://lttng.org;
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-libs/userspace-rcu"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+   if ! use examples; then
+   sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
+   fi
+   eautoreconf
+}

diff --git a/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild
new file mode 100644
index 000..c3f261f
--- /dev/null
+++ b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - UST library"
+HOMEPAGE="http://lttng.org;
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-libs/userspace-rcu"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+   if ! use examples; then
+   sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die
+   fi
+   eautoreconf
+}



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

2016-02-17 Thread Yixun Lan
commit: 1c9034e30acdfc4cfa9da6eb7012ce5bbb1b5e22
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 07:42:13 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 07:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9034e3

dev-util/lttng-tools: drop old

Package-Manager: portage-2.2.27

 dev-util/lttng-tools/Manifest |  3 --
 dev-util/lttng-tools/lttng-tools-2.5.0.ebuild | 38 ---
 dev-util/lttng-tools/lttng-tools-2.5.2.ebuild | 38 ---
 dev-util/lttng-tools/lttng-tools-2.6.0_rc3.ebuild | 38 ---
 4 files changed, 117 deletions(-)

diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
index 5d84612..cd63a29 100644
--- a/dev-util/lttng-tools/Manifest
+++ b/dev-util/lttng-tools/Manifest
@@ -1,5 +1,2 @@
-DIST lttng-tools-2.5.0.tar.bz2 867879 SHA256 
dad8b8f9d7209dcf91b2bf6ec34a0b31d1cf3c6a81698492a6e9cff2d11e1ca7 SHA512 
91ccdcd2f02999c97bb218147aab28a4e8c5e6b4813e97c690da965f8f54c312fc1e0487a200558e2101938096f2ba3e22f09fbbcd6b7abcdd800215f328dfd5
 WHIRLPOOL 
d9af3d5c4267acaadb5296db42322e7a475e1366f4ff7f83b3dcfe7fa5507261eb938920c2bdc95395eff528a1022cee33665f1781a2172958b4e57d96ab764c
-DIST lttng-tools-2.5.2.tar.bz2 876344 SHA256 
1f52d342fb5b56a6675748f0b8e8557ec7c4e90732c3d8f5732bd10b920b233d SHA512 
c556b54d1b571f9f5e3b95b729536ada179d899227b6fd0f0fb3482572ca775d4d8212aab4782d6048587df225846d90ba947730e1ca0101f4c54de0819f421d
 WHIRLPOOL 
e0552e68a2c3b4c50cefafd600c1dd6e5e586e16eb1c64d5b0b6749e197a754a982f2e8a3915ab5f76f92295cb4bcb9a20266a32a178bfbc4adc4c14a3ec3206
-DIST lttng-tools-2.6.0-rc3.tar.bz2 913287 SHA256 
c11d6158d8865b6329d9e1eabc938fc81f33b18634d7c9a2a27a82cea1c63f2d SHA512 
db40ee1fe0ec7d93a7e35a742f945cbb89399f56c406f276512e5f9a44907ce0dd195c5f6d763adb13015c8beef74e09019ca3535d7be619dd072e5cf5650dab
 WHIRLPOOL 
aa331e76cd4f9b035a50a2b65778cf602f9c7f34d318338d2ad20baa95cb798a9077518966fc4a14b5e288be21246ec9ac403c2fca2b37e277e26d0091bb0e48
 DIST lttng-tools-2.6.1.tar.bz2 956120 SHA256 
70ec8e24f8ea12f593d77c6bdc5348e4124dcb4897e8c0eb6fba25048fd31137 SHA512 
7b2de0a42975e3c8ced67ed877417684892322c477a35a310c13ddbf84fcf125ee87156bae56b802eacec7757a927388d764e917ce8da8e57bfd33fdae3da469
 WHIRLPOOL 
22596b4572ffddd025c89c51eb234096105526614e2c5616bdc0f0ee97c83aab03852cd02af6890c2cb590b6c003dcd8a02ab87c849d792763624442f45c3b00
 DIST lttng-tools-2.7.1.tar.bz2 984351 SHA256 
0c799fb21dfa42475feaa1507ded934608b2e531039b46c40e944a5b81c7b21c SHA512 
b0cafa5b74182a077232dbe2b73ed4e2267a921a62163367f0e7e14463e176d4538fc6ec27b8737f55fc417734677e5d22efc65685f885fa5f892f7900ee0e2d
 WHIRLPOOL 
cfe0db0679e12dfe0061bfaeb5b8b337900a1b1e84cf1aaafec230638e67744cc0873f2959456f3cc1c91e6c9c9458f64a10c2fe835e34af4bf2778b956b

diff --git a/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild 
b/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild
deleted file mode 100644
index b2fdfcd..000
--- a/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="Linux Trace Toolkit - next generation"
-HOMEPAGE="http://lttng.org;
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ust"
-
-DEPEND="dev-libs/userspace-rcu
-   dev-libs/popt
-   dev-libs/libxml2
-   ust? ( dev-util/lttng-ust )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_pretend() {
-   if kernel_is -lt 2 6 27; then
-   ewarn "${PN} require Linux kernel >= 2.6.27"
-   ewarn "   pipe2(), epoll_create1() and SOCK_CLOEXEC are needed 
to run"
-   ewarn "   the session daemon. There were introduce in the 
2.6.27"
-   fi
-}
-
-src_configure() {
-   econf $(use_enable ust lttng-ust)
-}

diff --git a/dev-util/lttng-tools/lttng-tools-2.5.2.ebuild 
b/dev-util/lttng-tools/lttng-tools-2.5.2.ebuild
deleted file mode 100644
index b2fdfcd..000
--- a/dev-util/lttng-tools/lttng-tools-2.5.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="Linux Trace Toolkit - next generation"
-HOMEPAGE="http://lttng.org;
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ust"
-
-DEPEND="dev-libs/userspace-rcu
-   dev-libs/popt
-   dev-libs/libxml2
-   ust? ( dev-util/lttng-ust )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_pretend() {
-   if kernel_is -lt 2 6 27; then
-   ewarn "${PN} require Linux kernel >= 2.6.27"
-   ewarn "   pipe2(), epoll_create1() and SOCK_CLOEXEC are needed 
to run"
-   ewarn "  

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

2016-02-17 Thread Yixun Lan
commit: 62ebb071f66013705c9823d82324685f19e1e243
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 07:42:49 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 07:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ebb071

dev-util/lttng-modules: drop old

Package-Manager: portage-2.2.27

 dev-util/lttng-modules/Manifest|  3 --
 dev-util/lttng-modules/lttng-modules-2.5.0.ebuild  | 44 --
 dev-util/lttng-modules/lttng-modules-2.5.1.ebuild  | 44 --
 .../lttng-modules/lttng-modules-2.6.0_rc1.ebuild   | 44 --
 4 files changed, 135 deletions(-)

diff --git a/dev-util/lttng-modules/Manifest b/dev-util/lttng-modules/Manifest
index de5f3f1..8db4416 100644
--- a/dev-util/lttng-modules/Manifest
+++ b/dev-util/lttng-modules/Manifest
@@ -1,5 +1,2 @@
-DIST lttng-modules-2.5.0.tar.bz2 275319 SHA256 
3dfa268024834a4598bbd356d2ae7ea1e2ad828c625943ea5f5ead484e8ad82b SHA512 
c266d51af66958f25137db352e2df4497126afc4d448a226b1a03e422702e2aba8fed10ace68c50408ccdc99380f8cf4e85b44f08f9f1dd17efdb6f7d051ac0d
 WHIRLPOOL 
87a21dd546342d8448ab1f7f4870c970d35133c1c1876b6d6147f50dd4ab8a86bd500fc6df208425a08348058d4e5f9da65f39ae481f54cdd268dcb7525f866c
-DIST lttng-modules-2.5.1.tar.bz2 277110 SHA256 
962238175f0959ac71b97fdde144a3f76a84f63aea6b3645f94da88512bcccdb SHA512 
f144710483660edd59e328fae89a72510a8e295aa29c3c7d6ff2da5900fe6d7f746970068e7a43c18ec6f987635563629c918471cdd7e2b2f6a2bc8fffdeefb4
 WHIRLPOOL 
29bd62f0b87c19f14278cc82c61c8c11c78a9c3fbd1548b7c2a6c9fae0c612849d00ff8acbb454389e8fa298cfad4bcbfefb5d001514be1b17bfa1f23ed754e3
-DIST lttng-modules-2.6.0-rc1.tar.bz2 295707 SHA256 
5faf1a460b34235574c71acfb97ba93bce2e8b4b79c17735939d4cd849a4e439 SHA512 
995544f9e966cfc7ba2a2e1d510d70eba4101117ea877e11597654768e2a2ec7f09c5ff2280a3d51a99b3b32918d5a3ff7e16d2e0de70cb5abe412a13a8f8a79
 WHIRLPOOL 
253ffb2f23db074a286a570bc2e9f66aa7e7198d0911565b472b122ed4d8b460c88ebfa62d35cfdf1b7aa19cdd8f8d5114004a4c0487cee42c7bc3d0836a0aec
 DIST lttng-modules-2.6.4.tar.bz2 295609 SHA256 
2e476958563839140a1d5f4316a51ea73fd54283464e050494977a62846099e0 SHA512 
ec93456829b04964d0c9befd1071e220bc047e3bf57978bf9e6a666d0be418c5825873746604e0758cd8fcd47f70f4471e0b190ad87f53b79d7efa94febeef03
 WHIRLPOOL 
4a1bb3f04e91eba8e668efe156dc3e553090071777aef9773d17c8235fffc7746635e34eaa979cd736a43b51047f5251f44a74d85c70d0f602a0704d6152aa10
 DIST lttng-modules-2.7.1.tar.bz2 297555 SHA256 
3ce48a0d0fef39d2cc4687ec866de8f2fe49289faad02425b689559d7ddd077f SHA512 
77609c7b7bc0a8315dd4c635c1be2d84cc1a946438323b362bd25cfcd97f2cf9655aefdbca8b96fceb61db7b733219251d2f9f2e1a46c7534c5d1c622c03b744
 WHIRLPOOL 
671f9eb773742ea8409806cf1ed26911654910c8c75a719654c6c0e154b80b07c4319cbf94b4a1114ffbca4d935e4631d7128701764d84622117c5f1d1b033bb

diff --git a/dev-util/lttng-modules/lttng-modules-2.5.0.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.5.0.ebuild
deleted file mode 100644
index 14fd7ad..000
--- a/dev-util/lttng-modules/lttng-modules-2.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-mod
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="LTTng Kernel Tracer Modules"
-HOMEPAGE="http://lttng.org;
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BUILD_TARGETS="default"
-
-CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
-   ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES 
KRETPROBES"
-
-MODULE_NAMES="true"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_pretend() {
-   if kernel_is lt 2 6 27; then
-   eerror "${PN} require Linux kernel >= 2.6.27"
-   die "Please update your kernel!"
-   fi
-}
-
-src_install() {
-   for i in $(find "${S}" -name "*.ko" -print); do
-   local val=${i##${S}/}
-   local modules+="${val%%.ko}(misc:) "
-   done
-   MODULE_NAMES=${modules}
-
-   linux-mod_src_install
-   dodoc ChangeLog README TODO
-}

diff --git a/dev-util/lttng-modules/lttng-modules-2.5.1.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.5.1.ebuild
deleted file mode 100644
index 14fd7ad..000
--- a/dev-util/lttng-modules/lttng-modules-2.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-mod
-
-MY_P="${P/_rc/-rc}"
-DESCRIPTION="LTTng Kernel Tracer Modules"
-HOMEPAGE="http://lttng.org;
-SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BUILD_TARGETS="default"
-
-CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
-   ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES 
KRETPROBES"
-
-MODULE_NAMES="true"
-
-S="${WORKDIR}/${MY_P}"
-

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

2016-02-17 Thread Yixun Lan
commit: f4f3d15a8796f11800d28117bc39ccc0ef6a56bb
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 07:35:47 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 07:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f3d15a

dev-util/lttng-modules: version bump

Package-Manager: portage-2.2.27

 dev-util/lttng-modules/Manifest   |  2 +
 dev-util/lttng-modules/lttng-modules-2.6.4.ebuild | 46 +++
 dev-util/lttng-modules/lttng-modules-2.7.1.ebuild | 46 +++
 3 files changed, 94 insertions(+)

diff --git a/dev-util/lttng-modules/Manifest b/dev-util/lttng-modules/Manifest
index 58df523..de5f3f1 100644
--- a/dev-util/lttng-modules/Manifest
+++ b/dev-util/lttng-modules/Manifest
@@ -1,3 +1,5 @@
 DIST lttng-modules-2.5.0.tar.bz2 275319 SHA256 
3dfa268024834a4598bbd356d2ae7ea1e2ad828c625943ea5f5ead484e8ad82b SHA512 
c266d51af66958f25137db352e2df4497126afc4d448a226b1a03e422702e2aba8fed10ace68c50408ccdc99380f8cf4e85b44f08f9f1dd17efdb6f7d051ac0d
 WHIRLPOOL 
87a21dd546342d8448ab1f7f4870c970d35133c1c1876b6d6147f50dd4ab8a86bd500fc6df208425a08348058d4e5f9da65f39ae481f54cdd268dcb7525f866c
 DIST lttng-modules-2.5.1.tar.bz2 277110 SHA256 
962238175f0959ac71b97fdde144a3f76a84f63aea6b3645f94da88512bcccdb SHA512 
f144710483660edd59e328fae89a72510a8e295aa29c3c7d6ff2da5900fe6d7f746970068e7a43c18ec6f987635563629c918471cdd7e2b2f6a2bc8fffdeefb4
 WHIRLPOOL 
29bd62f0b87c19f14278cc82c61c8c11c78a9c3fbd1548b7c2a6c9fae0c612849d00ff8acbb454389e8fa298cfad4bcbfefb5d001514be1b17bfa1f23ed754e3
 DIST lttng-modules-2.6.0-rc1.tar.bz2 295707 SHA256 
5faf1a460b34235574c71acfb97ba93bce2e8b4b79c17735939d4cd849a4e439 SHA512 
995544f9e966cfc7ba2a2e1d510d70eba4101117ea877e11597654768e2a2ec7f09c5ff2280a3d51a99b3b32918d5a3ff7e16d2e0de70cb5abe412a13a8f8a79
 WHIRLPOOL 
253ffb2f23db074a286a570bc2e9f66aa7e7198d0911565b472b122ed4d8b460c88ebfa62d35cfdf1b7aa19cdd8f8d5114004a4c0487cee42c7bc3d0836a0aec
+DIST lttng-modules-2.6.4.tar.bz2 295609 SHA256 
2e476958563839140a1d5f4316a51ea73fd54283464e050494977a62846099e0 SHA512 
ec93456829b04964d0c9befd1071e220bc047e3bf57978bf9e6a666d0be418c5825873746604e0758cd8fcd47f70f4471e0b190ad87f53b79d7efa94febeef03
 WHIRLPOOL 
4a1bb3f04e91eba8e668efe156dc3e553090071777aef9773d17c8235fffc7746635e34eaa979cd736a43b51047f5251f44a74d85c70d0f602a0704d6152aa10
+DIST lttng-modules-2.7.1.tar.bz2 297555 SHA256 
3ce48a0d0fef39d2cc4687ec866de8f2fe49289faad02425b689559d7ddd077f SHA512 
77609c7b7bc0a8315dd4c635c1be2d84cc1a946438323b362bd25cfcd97f2cf9655aefdbca8b96fceb61db7b733219251d2f9f2e1a46c7534c5d1c622c03b744
 WHIRLPOOL 
671f9eb773742ea8409806cf1ed26911654910c8c75a719654c6c0e154b80b07c4319cbf94b4a1114ffbca4d935e4631d7128701764d84622117c5f1d1b033bb

diff --git a/dev-util/lttng-modules/lttng-modules-2.6.4.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.6.4.ebuild
new file mode 100644
index 000..374c4d9
--- /dev/null
+++ b/dev-util/lttng-modules/lttng-modules-2.6.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-mod versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+DESCRIPTION="LTTng Kernel Tracer Modules"
+HOMEPAGE="http://lttng.org;
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BUILD_TARGETS="default"
+
+CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
+   ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES 
KRETPROBES"
+
+MODULE_NAMES="true"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_pretend() {
+   if kernel_is lt 2 6 27; then
+   eerror "${PN} require Linux kernel >= 2.6.27"
+   die "Please update your kernel!"
+   fi
+}
+
+src_install() {
+   for i in $(find "${S}" -name "*.ko" -print); do
+   local val=${i##${S}/}
+   local modules+="${val%%.ko}(misc:) "
+   done
+   MODULE_NAMES=${modules}
+
+   linux-mod_src_install
+   dodoc ChangeLog README.md TODO
+}

diff --git a/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild 
b/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild
new file mode 100644
index 000..b24347e
--- /dev/null
+++ b/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-mod versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+DESCRIPTION="LTTng Kernel Tracer Modules"
+HOMEPAGE="http://lttng.org;
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BUILD_TARGETS="default"
+
+CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
+   ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES 
KRETPROBES"
+

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

2016-02-17 Thread Yixun Lan
commit: f049ef9cda34f1734d7482b50fee6f86b8cf83a7
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 07:34:41 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 07:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f049ef9c

dev-util/lttng-tools: version bump

Package-Manager: portage-2.2.27

 dev-util/lttng-tools/Manifest |  2 ++
 dev-util/lttng-tools/lttng-tools-2.6.1.ebuild | 40 +++
 dev-util/lttng-tools/lttng-tools-2.7.1.ebuild | 40 +++
 3 files changed, 82 insertions(+)

diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
index df1c1c0..5d84612 100644
--- a/dev-util/lttng-tools/Manifest
+++ b/dev-util/lttng-tools/Manifest
@@ -1,3 +1,5 @@
 DIST lttng-tools-2.5.0.tar.bz2 867879 SHA256 
dad8b8f9d7209dcf91b2bf6ec34a0b31d1cf3c6a81698492a6e9cff2d11e1ca7 SHA512 
91ccdcd2f02999c97bb218147aab28a4e8c5e6b4813e97c690da965f8f54c312fc1e0487a200558e2101938096f2ba3e22f09fbbcd6b7abcdd800215f328dfd5
 WHIRLPOOL 
d9af3d5c4267acaadb5296db42322e7a475e1366f4ff7f83b3dcfe7fa5507261eb938920c2bdc95395eff528a1022cee33665f1781a2172958b4e57d96ab764c
 DIST lttng-tools-2.5.2.tar.bz2 876344 SHA256 
1f52d342fb5b56a6675748f0b8e8557ec7c4e90732c3d8f5732bd10b920b233d SHA512 
c556b54d1b571f9f5e3b95b729536ada179d899227b6fd0f0fb3482572ca775d4d8212aab4782d6048587df225846d90ba947730e1ca0101f4c54de0819f421d
 WHIRLPOOL 
e0552e68a2c3b4c50cefafd600c1dd6e5e586e16eb1c64d5b0b6749e197a754a982f2e8a3915ab5f76f92295cb4bcb9a20266a32a178bfbc4adc4c14a3ec3206
 DIST lttng-tools-2.6.0-rc3.tar.bz2 913287 SHA256 
c11d6158d8865b6329d9e1eabc938fc81f33b18634d7c9a2a27a82cea1c63f2d SHA512 
db40ee1fe0ec7d93a7e35a742f945cbb89399f56c406f276512e5f9a44907ce0dd195c5f6d763adb13015c8beef74e09019ca3535d7be619dd072e5cf5650dab
 WHIRLPOOL 
aa331e76cd4f9b035a50a2b65778cf602f9c7f34d318338d2ad20baa95cb798a9077518966fc4a14b5e288be21246ec9ac403c2fca2b37e277e26d0091bb0e48
+DIST lttng-tools-2.6.1.tar.bz2 956120 SHA256 
70ec8e24f8ea12f593d77c6bdc5348e4124dcb4897e8c0eb6fba25048fd31137 SHA512 
7b2de0a42975e3c8ced67ed877417684892322c477a35a310c13ddbf84fcf125ee87156bae56b802eacec7757a927388d764e917ce8da8e57bfd33fdae3da469
 WHIRLPOOL 
22596b4572ffddd025c89c51eb234096105526614e2c5616bdc0f0ee97c83aab03852cd02af6890c2cb590b6c003dcd8a02ab87c849d792763624442f45c3b00
+DIST lttng-tools-2.7.1.tar.bz2 984351 SHA256 
0c799fb21dfa42475feaa1507ded934608b2e531039b46c40e944a5b81c7b21c SHA512 
b0cafa5b74182a077232dbe2b73ed4e2267a921a62163367f0e7e14463e176d4538fc6ec27b8737f55fc417734677e5d22efc65685f885fa5f892f7900ee0e2d
 WHIRLPOOL 
cfe0db0679e12dfe0061bfaeb5b8b337900a1b1e84cf1aaafec230638e67744cc0873f2959456f3cc1c91e6c9c9458f64a10c2fe835e34af4bf2778b956b

diff --git a/dev-util/lttng-tools/lttng-tools-2.6.1.ebuild 
b/dev-util/lttng-tools/lttng-tools-2.6.1.ebuild
new file mode 100644
index 000..7f5af9a
--- /dev/null
+++ b/dev-util/lttng-tools/lttng-tools-2.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - next generation"
+HOMEPAGE="http://lttng.org;
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ust"
+
+DEPEND="dev-libs/userspace-rcu
+   dev-libs/popt
+   dev-libs/libxml2
+   ust? ( dev-util/lttng-ust:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_pretend() {
+   if kernel_is -lt 2 6 27; then
+   ewarn "${PN} require Linux kernel >= 2.6.27"
+   ewarn "   pipe2(), epoll_create1() and SOCK_CLOEXEC are needed 
to run"
+   ewarn "   the session daemon. There were introduce in the 
2.6.27"
+   fi
+}
+
+src_configure() {
+   econf $(use_enable ust lttng-ust)
+}

diff --git a/dev-util/lttng-tools/lttng-tools-2.7.1.ebuild 
b/dev-util/lttng-tools/lttng-tools-2.7.1.ebuild
new file mode 100644
index 000..7f5af9a
--- /dev/null
+++ b/dev-util/lttng-tools/lttng-tools-2.7.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info versionator
+
+MY_P="${P/_rc/-rc}"
+MY_SLOT="$(get_version_component_range 1-2)"
+
+DESCRIPTION="Linux Trace Toolkit - next generation"
+HOMEPAGE="http://lttng.org;
+SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/${MY_SLOT}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ust"
+
+DEPEND="dev-libs/userspace-rcu
+   dev-libs/popt
+   dev-libs/libxml2
+   ust? ( dev-util/lttng-ust:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_pretend() {
+   if kernel_is -lt 2 6 27; then
+   ewarn "${PN} require Linux kernel >= 2.6.27"
+   ewarn "   pipe2(), epoll_create1() and 

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

2016-02-17 Thread Hans de Graaff
commit: bb16947f3aea80f51468b8daf511ff982ecbd42a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 18 06:36:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 18 06:36:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb16947f

dev-ruby/rack-attack: add 4.4.1

Package-Manager: portage-2.2.26

 dev-ruby/rack-attack/Manifest |  1 +
 dev-ruby/rack-attack/rack-attack-4.4.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/rack-attack/Manifest b/dev-ruby/rack-attack/Manifest
index 9f6a916..c912b7f 100644
--- a/dev-ruby/rack-attack/Manifest
+++ b/dev-ruby/rack-attack/Manifest
@@ -1,2 +1,3 @@
 DIST rack-attack-4.3.1.gem 16384 SHA256 
9a2ea5df8c9b4a715ecd6497e7553c7e50fdb1452abe724bd8ae359115621146 SHA512 
6f89b7f8afb8adab09b0df984df2ad4dbd043ad73dbb7adad11a87f9f4041194bb4f63399fd5c5d15bec1ee47a682247a9f01217ada8eeda1fb09235dd00ffaa
 WHIRLPOOL 
e9f45190635229975bb02abe2f6996d6de82f7486339c3bc26ac65dfa6a6f1da5e58a1f6f92b835388ddc218ff2971dec3a223e6c6be4e06c7eb034d06e1e1d2
 DIST rack-attack-4.4.0.gem 16896 SHA256 
8e20760712a51a51f9919ffd24f8c638d2e1bbe13340b61fbc0c984a4cb40d6e SHA512 
2c9d0a90c99481990d2cc777dfa4875b23fab16f542645a610619f870a8373ffe205ff0785732045216f3b97bfbc983dedd76941a12c0e36baf0050477a3
 WHIRLPOOL 
6e9d131ad525f83d2d2eb699d148dfd276199fa491f86c9bca9fa399c1f6cd53390558c24f137298651d29c71483d56567f24c9d3f529e0b60d37ca0bd18fa1b
+DIST rack-attack-4.4.1.gem 16896 SHA256 
81367dad64d7e7ce560b9427b0334eae674accd2cdb6d982f02875702e32fdb3 SHA512 
1373cd47fdc06a1d4bfc751f3c8ca7c7394117090d190f5b58c4d7b91ac91babfc7bfed7690961ad6534ccb0ce8918f721d3e1b33902d12e686978c1c459e572
 WHIRLPOOL 
3ac1f89ead19272f6078cefd1df50f8a144b6c3b7a7dd9848709dae6a39e4563d367975bf26c46b7cfe5066542c17efde622653d60db0a75dc14ab7e9fbba0a7

diff --git a/dev-ruby/rack-attack/rack-attack-4.4.1.ebuild 
b/dev-ruby/rack-attack/rack-attack-4.4.1.ebuild
new file mode 100644
index 000..232152e
--- /dev/null
+++ b/dev-ruby/rack-attack/rack-attack-4.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+# Skip integration tests since they require additional unpackaged
+# dependencies and running daemons.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A DSL for blocking & throttling abusive clients"
+HOMEPAGE="https://github.com/kickstarter/rack-attack;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rack:*"
+ruby_add_bdepend "test? ( dev-ruby/activesupport
+   dev-ruby/rack-test
+   dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' Rakefile spec/spec_helper.rb || die
+}



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

2016-02-17 Thread Hans de Graaff
commit: e30c3d3f091ebd55319beea33363c490089d6ca1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 18 06:47:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 18 06:47:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30c3d3f

dev-ruby/kramdown: add 1.9.0

Package-Manager: portage-2.2.26

 dev-ruby/kramdown/Manifest  |  1 +
 dev-ruby/kramdown/kramdown-1.9.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
index ca39b00..ba20d96 100644
--- a/dev-ruby/kramdown/Manifest
+++ b/dev-ruby/kramdown/Manifest
@@ -1,2 +1,3 @@
 DIST kramdown-1.4.2.gem 226816 SHA256 
ae9b9456c69fa06f9c3058841e09b85e07cda875eb36c3202ea46baf8e123ea8 SHA512 
31e7a30bcc453968ec6db0c1f0e5f8cea222dde8b8f6a26da72e0cf1b049c9f4c4e8384685a5e241e41fda526cd0f5fba4ac7debd0fb0d3eb6539dd9afc1dd27
 WHIRLPOOL 
aa0166861584c2e3115923db1de9203581c02f4cab42866a88947a3e52fb32eee4ab2cdcc2fd623669a4c8a2e1972a340d9100a04fbc595bb40bde46e553223f
 DIST kramdown-1.8.0.gem 238080 SHA256 
54287608f4399006ae5549f009053d2029ad75bf462dc70203c116580ac0d867 SHA512 
8dace5b6ad764654c4375a4c2fad171e88448281936ced8d4efc5956e291e7c31b0ef295845241cb3e36976dc4a1e78886d2dff9fc172845622ab74a3b062230
 WHIRLPOOL 
a58df1a8b19b274baea9feb7658b17d524c3abf983c9f56c80c69a7c180e1c48f22b106c2685acb950504531cf10dd388eaf0fc3699eeb3d8aac82cb3521adb7
+DIST kramdown-1.9.0.gem 238592 SHA256 
e00ef90f083f845118577dd6a040b4a4aa475bd7a2a645b2ad6944da098b SHA512 
0ac14adec59c4032d27ac0e3c66a0737688295562782c86f80c953fdca56b5611b7f32dfb570649421fdc1b47deea72715a21c907124c99663bc1a23c1f489ec
 WHIRLPOOL 
ba34d5e746e6e3515c40dd3716d4e277ba5c15978095dc91f4a74e2c981dbf4e04717185870f7cfba5e76edc7f3bd209aa6d51f901673ec9dcc6d1ba7c635775

diff --git a/dev-ruby/kramdown/kramdown-1.9.0.ebuild 
b/dev-ruby/kramdown/kramdown-1.9.0.ebuild
new file mode 100644
index 000..fbace93
--- /dev/null
+++ b/dev-ruby/kramdown/kramdown-1.9.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
+HOMEPAGE="http://kramdown.gettalong.org/;
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="latex"
+
+LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
+RDEPEND+=" ${LATEX_DEPS}"
+DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
+
+ruby_add_rdepend "dev-ruby/prawn:2
+   dev-ruby/prawn-table
+   >=dev-ruby/rouge-1.8
+   >=dev-ruby/itextomml-1.5
+   >=dev-ruby/coderay-1.0.0
+   >=dev-ruby/ritex-1.0
+   >=dev-ruby/stringex-1.5.1"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )
+   test? ( >=dev-ruby/minitest-5.0 )"
+
+all_ruby_prepare() {
+   if ! use latex; then
+   # Remove latex tests. They will fail gracefully when latex isn't
+   # present at all, but not when components are missing (most
+   # notable ucs.sty).
+   sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
+   fi
+
+   # Avoid tests requiring node to be installed with mathjaxnode.
+   rm -f test/testcases/span/math/mathjaxnode* \
+  test/testcases/block/15_math/mathjaxnode* || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/man1/kramdown.1
+}



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

2016-02-17 Thread Hans de Graaff
commit: 463f29ac6aec1f99fbff6015174c92145982b85d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 22:07:49 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 18 06:32:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463f29ac

dev-ruby/http: add ruby22

Package-Manager: portage-2.2.26

 dev-ruby/http/http-0.9.8.ebuild | 4 ++--
 dev-ruby/http/http-1.0.2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/http/http-0.9.8.ebuild b/dev-ruby/http/http-0.9.8.ebuild
index d4751d4..53cfb50 100644
--- a/dev-ruby/http/http-0.9.8.ebuild
+++ b/dev-ruby/http/http-0.9.8.ebuild
@@ -1,9 +1,9 @@
-# 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"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 

diff --git a/dev-ruby/http/http-1.0.2.ebuild b/dev-ruby/http/http-1.0.2.ebuild
index e29d6a7..bfc4058 100644
--- a/dev-ruby/http/http-1.0.2.ebuild
+++ b/dev-ruby/http/http-1.0.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2016-02-17 Thread Hans de Graaff
commit: 557307070c3f73410bf103b9ed68d49c3558ae18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 22:20:53 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 18 06:32:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55730707

dev-ruby/webmock: add ruby22

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/webmock/webmock-1.22.6.ebuild 
b/dev-ruby/webmock/webmock-1.22.6.ebuild
index cf816c2..318e71a 100644
--- a/dev-ruby/webmock/webmock-1.22.6.ebuild
+++ b/dev-ruby/webmock/webmock-1.22.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
 



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

2016-02-17 Thread Hans de Graaff
commit: 920167bd97ceb71e0bcf4393723ac6932ae9fb01
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 21:52:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 18 06:32:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920167bd

dev-ruby/certificate_authority: add ruby22

Package-Manager: portage-2.2.26

 dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild 
b/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild
index a891032..2f3c16f 100644
--- a/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild
+++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild
@@ -1,9 +1,9 @@
-# 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"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2016-02-17 Thread Yixun Lan
commit: 7561a90f25f1e1c5c4c64b70faf76c379579ec50
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 04:23:07 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 04:23:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7561a90f

sys-cluster/ceph: fix missing inherit versionator eclass

Package-Manager: portage-2.2.27

 sys-cluster/ceph/ceph-10.0.0.ebuild | 2 +-
 sys-cluster/ceph/ceph-9.2.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/ceph/ceph-10.0.0.ebuild 
b/sys-cluster/ceph/ceph-10.0.0.ebuild
index 5eb497c..ad1f5a7 100644
--- a/sys-cluster/ceph/ceph-10.0.0.ebuild
+++ b/sys-cluster/ceph/ceph-10.0.0.ebuild
@@ -16,7 +16,7 @@ else
 fi
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
-inherit check-reqs autotools eutils multilib python-single-r1 udev user 
readme.gentoo systemd ${scm_eclass}
+inherit check-reqs autotools eutils multilib python-single-r1 udev user 
readme.gentoo systemd versionator ${scm_eclass}
 
 DESCRIPTION="Ceph distributed filesystem"
 HOMEPAGE="http://ceph.com/;

diff --git a/sys-cluster/ceph/ceph-9.2.0.ebuild 
b/sys-cluster/ceph/ceph-9.2.0.ebuild
index 0f82103..a3999e0 100644
--- a/sys-cluster/ceph/ceph-9.2.0.ebuild
+++ b/sys-cluster/ceph/ceph-9.2.0.ebuild
@@ -16,7 +16,7 @@ else
 fi
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
-inherit check-reqs autotools eutils multilib python-single-r1 udev user 
readme.gentoo systemd ${scm_eclass}
+inherit check-reqs autotools eutils multilib python-single-r1 udev user 
readme.gentoo systemd versionator ${scm_eclass}
 
 DESCRIPTION="Ceph distributed filesystem"
 HOMEPAGE="http://ceph.com/;



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

2016-02-17 Thread Ryan Hill
commit: afa5dd7f29da656d8534018dc726c307ab9c9748
Author: Ryan Hill  gentoo  org>
AuthorDate: Thu Feb 18 03:43:45 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Thu Feb 18 03:44:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa5dd7f

media-gfx/mcomix: Version bump (bug #574928).

Also added l10n support.

Package-Manager: portage-2.2.27

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

diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
index 848fefe..54fab46 100644
--- a/media-gfx/mcomix/Manifest
+++ b/media-gfx/mcomix/Manifest
@@ -1,2 +1,3 @@
 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.2.1.ebuild 
b/media-gfx/mcomix/mcomix-1.2.1.ebuild
new file mode 100644
index 000..4e1087f
--- /dev/null
+++ b/media-gfx/mcomix/mcomix-1.2.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+PLOCALES="ca cs de el es fa fr gl he hr hu id it ja ko nl pl pt_BR ru sv uk 
zh_CN zh_TW"
+
+inherit distutils-r1 fdo-mime l10n
+
+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 )
+
+src_prepare() {
+   local checklocales
+   for l in $(find "${S}"/mcomix/messages/* -maxdepth 0 -type d);
+   do checklocales+="$(basename $l) "
+   done
+
+   [[ ${PLOCALES} == ${checklocales% } ]] \
+   || eqawarn "Update to PLOCALES=\"${checklocales% }\""
+
+   my_rm_loc() {
+   rm -rf "${S}/mcomix/messages/${1}/LC_MESSAGES" || die
+   rmdir "${S}/mcomix/messages/${1}" || die
+   }
+
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   distutils-r1_src_prepare
+}
+
+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: dev-libs/boehm-gc/

2016-02-17 Thread Mike Frysinger
commit: 490bd6bbafeb5152b115a60493fe50ee480b1baf
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Feb 18 03:30:50 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 18 03:31:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490bd6bb

dev-libs/boehm-gc: workaround sparc build failure #574566

 dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild | 1 +
 dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
index 5f49136..acfac76 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
@@ -35,6 +35,7 @@ src_configure() {
 src_compile() {
# Workaround build errors. #574566
use ia64 && emake src/ia64_save_regs_in_stack.lo
+   use sparc && emake src/sparc_mach_dep.lo
default
 }
 

diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
index 7a4be80..fa6d46c 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
@@ -35,6 +35,7 @@ src_configure() {
 src_compile() {
# Workaround build errors. #574566
use ia64 && emake src/ia64_save_regs_in_stack.lo
+   use sparc && emake src/sparc_mach_dep.lo
default
 }
 



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

2016-02-17 Thread Yixun Lan
commit: 223a79a902da106e37f1147f4ccc6588866389dd
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 02:56:36 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 03:06:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223a79a9

app-emulation/xen: bump to 4.6.1

Package-Manager: portage-2.2.27

 app-emulation/xen/Manifest |   1 +
 app-emulation/xen/xen-4.6.1.ebuild | 197 +
 2 files changed, 198 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 09a51fb..14b1aeb 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,6 +1,7 @@
 DIST xen-4.5.2.tar.gz 18416220 SHA256 
4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 SHA512 
e0ce01a5356c254bfde48fae0b0e005c42c1615a7ccf4c1ba7dcf90784777b53995e9a9ae4575e3f19ef341014b34cb8c06e39d68be359f7fd69830501a144dd
 WHIRLPOOL 
b50ce28e58d8419915f7f85de7ab23128719fa07c54f28165c4ba864ffe57230230fa7cb61dd2ed7608b8bc178a072124aedc30c61a45fb8b745fc616715219b
 DIST xen-4.6.0-upstream-patches-0.tar.xz 19280 SHA256 
8ef2d139f86cb52d2208a17c974e5a85356183ee359ab4b91882067548806e0c SHA512 
9fde8d9def1d75e50c10069af7f9fea4b5b6992b7089eb554e1e2a4c78dd080f2977128d0dd541eeb735b951e7d6614a07101f7703457e7743ac6b3be962cdfe
 WHIRLPOOL 
861c7f150811912422f6f5eb77437744d1456740a43bef3dfd88a2e6d6836c0e8460b788ccd4f14a7144652d65a825c08aa984ec4240b2b1ac6d09237695d19d
 DIST xen-4.6.0.tar.gz 19694350 SHA256 
6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909 SHA512 
b4b02f306ffea360f539dd8c231b2f58c00c3638fdb665cb659c7291b475b40f1075bc59d49a6144767729e57b8bc40a1cfd9030d61de2b8fa4ac97d43655c2b
 WHIRLPOOL 
d3f01183440ca1875b6e850bd116db0c382383433e50c0902d3268e9e36b39d184fc65e925bdb5363ef4ca7a232fee15b4749c89baf789137b8a8248565c75a8
+DIST xen-4.6.1.tar.gz 19693042 SHA256 
44cc2fccba1e147ef4c8da0584ce0f24189c8743de0e3e9a9226da88ddb5f589 SHA512 
f01a0b7874abf8b3a81432428d7ba2d5aceb9d75ae20310f8ef49a3a0df927720a51d49090f74fda7f374c779e121ad26da6966a6f2623ed1a7743b4c080427c
 WHIRLPOOL 
b4eec12118d602d1b41edee32ed7c0c61646974060bc44e3eedaf78f7c3015c151998f72573fd2bab1992263dd98f09992772334bae7826048d187de7ed022e5
 DIST xen-security-patches-0.tar.xz 5944 SHA256 
c0456793064185f0781668264a09a2412a25e2ff8c4ce0d332204e37b94d7e96 SHA512 
de812e66563e608548b220aa00c8fd71973af748a00cea79959f46a5b6893a38248d2ea455026af43f47e3f5e566d08b5a6f3d18f22e940d75d2a2ca76cec3d3
 WHIRLPOOL 
3e18d32798bdfe584ee8d102963090b569ec3660fd5723d8c608091e5c7d935c1edced5e258d92bf51fe06975455a3ae33dfedd01702c6076aedf97ea61f2d1b
 DIST xen-security-patches-1.tar.gz 7040 SHA256 
30733e9ca71bf4291ff212eb191afb22687ccd9b2579767fe0ee013152980c76 SHA512 
89c72897f18a86c2060bb76a182e7cca72ad2f33a3aab964ecae66e057aeecafee2e9986204d6feb98f81ccb740460ee2cb37663b1ab79f47adc1dd73e0091bc
 WHIRLPOOL 
c27e612b87b4a30abbf59e6be019e2c21a78bfbdf1715da5498d95607d390d616251768d419ac5ce76087bbf7cdfc410dd0088ba48e425082cea971efcb64346
 DIST xen-security-patches-2.tar.gz 7370 SHA256 
f24bf4b0cba29b51ee71f6ef82654cddf157c63d62fc1119f17255b2388e03ab SHA512 
209dea670467ff1df18428c15b25229c05d676d1a2f646cddb221544ae888241ade48a22be037f97dce249ac322c1f30bb477675e5e2cc04a2fbd839e02f1f57
 WHIRLPOOL 
ae66a2fbc0d0f0a555d407ebd3198fa58ee043515fb9821d7b9eda46d088bc87b3de16fe015fd1142294429dd2c1c7826e414a55980e27123185c1a86fb0a8a6

diff --git a/app-emulation/xen/xen-4.6.1.ebuild 
b/app-emulation/xen/xen-4.6.1.ebuild
new file mode 100644
index 000..3a1959d
--- /dev/null
+++ b/app-emulation/xen/xen-4.6.1.ebuild
@@ -0,0 +1,197 @@
+# 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 multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${PV/_/-}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~arm64 -x86"
+   UPSTREAM_VER=
+   SECURITY_VER=
+   # var set to reflect https://dev.gentoo.org/~idella4/
+   # first instance of UPS_VER (usptream ver)
+   UPS_VER=
+   SEC_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://dev.gentoo.org/~idella4/distfiles/${PN}-upstream-patches-${UPS_VER}.tar.gz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz
+   
https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches-${SEC_VER}.tar.gz;
+   [[ -n ${GENTOO_VER} ]] && \
+   

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

2016-02-17 Thread Yixun Lan
commit: 73f23e40d4d51cbe2e92edb340eb174b044aab06
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 02:55:00 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 03:06:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f23e40

app-emulation/xen-tools: bump to 4.6.1, update ovmf-20151110

Package-Manager: portage-2.2.27

 app-emulation/xen-tools/Manifest  |   3 +
 app-emulation/xen-tools/files/gentoo-patches.conf |   7 +
 app-emulation/xen-tools/xen-tools-4.6.1.ebuild| 470 ++
 3 files changed, 480 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 4a880d3..e4b823f 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -1,11 +1,14 @@
 DIST ovmf-20150629.tar.bz2 24265640 SHA256 
9f316dc44e192fa9d5d7486cf1dae3f3094ab4f20f282f80d6251632c2cd6118 SHA512 
b15a896b5222b920a500ec8a1eba5d670505441ffd02accf9b6c0deb9a12c1c5513a016f91eae5cb33f75ee9f28435dc957686e6ce8b5d0744c11a7d7262fffd
 WHIRLPOOL 
8db4360dcb85f183dbd827f7381787c84065f94eaf746068b11ef7b30412b16cc0ba75effb04f01dea5f4f67967721f7aca11a2550035e95c59645c7964526ac
+DIST ovmf-20151110.tar.bz2 27518370 SHA256 
74199f6b5c6f756881323242742c396c52096db5f61700a4eb839343f9ab0604 SHA512 
dda185af2fc0b9a8d5fc7e1e96db6aa31807782fe77d38491896164d125c30d2277db3d71a7dce7bbd569723b344b97dfebbc78ca0a095721f6b1ae3a1d3
 WHIRLPOOL 
145fb1c873cce96b81b269b44800987ca1b7350425b682fd5a5799648b0270c6c17bb337ad7e06650e6b66a9ac6eef8d9c9239f1478a687be4af187e60c3f3f5
 DIST seabios-1.7.5.tar.gz 537566 SHA256 
858d9eda4ad91efa1c45a5a401d560ef9ca8dd172f03b0a106f06661c252dc51 SHA512 
ecf5fb9ac44dde6e4ac00baa6c920dde51b923f23dd74e62c5a02eceaf235e57b885975c5a8bd0927e268115c72bd1143a080fdfd4eff4e168ebeaa30436280e
 WHIRLPOOL 
5e1e99b3bd82a8607c5986fde4592c7437bec4bd78abd5873710f6c431d075436725e8d0d32e9f0dd2921c9d84b8613108b21d31c5309a73e337ead7adf35e90
 DIST seabios-1.8.2.tar.gz 538497 SHA256 
f59479307fdae840de398b75aacb2333c8eba24a5964d68c77e32ca6c987ee61 SHA512 
798d222d5f5725a805cde9e6000b5ce714d0551fd4a3c2642cc6e77b2bdab1a9e239939a358a23bbe0e00112f5ad70696c87d20b90655463c835541fc04e1a00
 WHIRLPOOL 
9cda0ad502a59dd718c543b759ac3fcf5acb4adee70c3da9bfea95ab188415acf6425827de77f45421ec3be8fd9e0c37fb486e62828217ba3e83f88d942a3f4a
 DIST xen-4.5.2.tar.gz 18416220 SHA256 
4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 SHA512 
e0ce01a5356c254bfde48fae0b0e005c42c1615a7ccf4c1ba7dcf90784777b53995e9a9ae4575e3f19ef341014b34cb8c06e39d68be359f7fd69830501a144dd
 WHIRLPOOL 
b50ce28e58d8419915f7f85de7ab23128719fa07c54f28165c4ba864ffe57230230fa7cb61dd2ed7608b8bc178a072124aedc30c61a45fb8b745fc616715219b
 DIST xen-4.6.0-upstream-patches-0.tar.xz 19280 SHA256 
8ef2d139f86cb52d2208a17c974e5a85356183ee359ab4b91882067548806e0c SHA512 
9fde8d9def1d75e50c10069af7f9fea4b5b6992b7089eb554e1e2a4c78dd080f2977128d0dd541eeb735b951e7d6614a07101f7703457e7743ac6b3be962cdfe
 WHIRLPOOL 
861c7f150811912422f6f5eb77437744d1456740a43bef3dfd88a2e6d6836c0e8460b788ccd4f14a7144652d65a825c08aa984ec4240b2b1ac6d09237695d19d
 DIST xen-4.6.0.tar.gz 19694350 SHA256 
6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909 SHA512 
b4b02f306ffea360f539dd8c231b2f58c00c3638fdb665cb659c7291b475b40f1075bc59d49a6144767729e57b8bc40a1cfd9030d61de2b8fa4ac97d43655c2b
 WHIRLPOOL 
d3f01183440ca1875b6e850bd116db0c382383433e50c0902d3268e9e36b39d184fc65e925bdb5363ef4ca7a232fee15b4749c89baf789137b8a8248565c75a8
+DIST xen-4.6.1.tar.gz 19693042 SHA256 
44cc2fccba1e147ef4c8da0584ce0f24189c8743de0e3e9a9226da88ddb5f589 SHA512 
f01a0b7874abf8b3a81432428d7ba2d5aceb9d75ae20310f8ef49a3a0df927720a51d49090f74fda7f374c779e121ad26da6966a6f2623ed1a7743b4c080427c
 WHIRLPOOL 
b4eec12118d602d1b41edee32ed7c0c61646974060bc44e3eedaf78f7c3015c151998f72573fd2bab1992263dd98f09992772334bae7826048d187de7ed022e5
 DIST xen-gentoo-patches-4.tar.xz 23632 SHA256 
5cdb0f93ee32d0a5fc4fc7282270ace73acfdc4df694f7b29c1135180d902049 SHA512 
3006ce4cd67e80a9f79d9ba3814a64704b0d762159a439a140b1ec0a2699473cd5537950f0913b55f8f7e3d0fd2e9861f3199793120d8d2502aa3f8ef7816c8f
 WHIRLPOOL 
4a921103df2825ccd8b0481708e7cd692fa45d5aadae286c1522c144a1576920e7d3567648565bb9af85bb6bb597ea9d0ec04ea6abd2115db4caf7e739717b1a
 DIST xen-ovmf-patches-1.tar.xz 4724 SHA256 
d14e98e62c78c9f4b8a7e7b4a04de6dabf300f393eff44154d06f93aa43d7703 SHA512 
a17467762f6d92018ff9bce783ce148039f23159405e801ec2aef4c3db72c3976c6f1e41d8c2a2cb704a9654556a2050302f284cfe8e32f28f393b8e2c6d2f1c
 WHIRLPOOL 
de53ad07f20aa14fe76d974db92d5b6808f0a2dd26a627b818914990add7adad8e6135d42641819dc22947031981c5815bae5aeeed0f28785c90beda0a6ff6c8
+DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 WHIRLPOOL 

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

2016-02-17 Thread Yixun Lan
commit: c177ec83dfd2dc7053b2761ae5415ce7b9a0fd3b
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 02:57:41 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 03:06:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c177ec83

app-emulation/xen-pvgrub: bump 4.6.1

Package-Manager: portage-2.2.27

 app-emulation/xen-pvgrub/Manifest|   1 +
 app-emulation/xen-pvgrub/xen-pvgrub-4.6.1.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/app-emulation/xen-pvgrub/Manifest 
b/app-emulation/xen-pvgrub/Manifest
index 83297a8..f29dd76 100644
--- a/app-emulation/xen-pvgrub/Manifest
+++ b/app-emulation/xen-pvgrub/Manifest
@@ -5,4 +5,5 @@ DIST pciutils-2.2.9.tar.bz2 212265 SHA256 
f60ae61cfbd5da1d849d0beaa21f593c38dac9
 DIST polarssl-1.1.4-gpl.tgz 611340 SHA256 
2d29fd04a0d0ba29dae6bd29fb418944c08d3916665dcca74afb297ef37584b6 SHA512 
88da614e4d3f4409c4fd3bb3e44c7587ba051e3fed4e33d526069a67e8180212e1ea22da984656f50e290049f60ddca65383e5983c0f8884f648d71f698303ad
 WHIRLPOOL 
39448c00dda142a836a78381b446c7b586272a44d8afc867a7ea702228f105bb2adffe757bd6c23af090cff64ef32e7af0c373dccc5145ff4c11552cf3f28383
 DIST xen-4.5.2.tar.gz 18416220 SHA256 
4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 SHA512 
e0ce01a5356c254bfde48fae0b0e005c42c1615a7ccf4c1ba7dcf90784777b53995e9a9ae4575e3f19ef341014b34cb8c06e39d68be359f7fd69830501a144dd
 WHIRLPOOL 
b50ce28e58d8419915f7f85de7ab23128719fa07c54f28165c4ba864ffe57230230fa7cb61dd2ed7608b8bc178a072124aedc30c61a45fb8b745fc616715219b
 DIST xen-4.6.0.tar.gz 19694350 SHA256 
6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909 SHA512 
b4b02f306ffea360f539dd8c231b2f58c00c3638fdb665cb659c7291b475b40f1075bc59d49a6144767729e57b8bc40a1cfd9030d61de2b8fa4ac97d43655c2b
 WHIRLPOOL 
d3f01183440ca1875b6e850bd116db0c382383433e50c0902d3268e9e36b39d184fc65e925bdb5363ef4ca7a232fee15b4749c89baf789137b8a8248565c75a8
+DIST xen-4.6.1.tar.gz 19693042 SHA256 
44cc2fccba1e147ef4c8da0584ce0f24189c8743de0e3e9a9226da88ddb5f589 SHA512 
f01a0b7874abf8b3a81432428d7ba2d5aceb9d75ae20310f8ef49a3a0df927720a51d49090f74fda7f374c779e121ad26da6966a6f2623ed1a7743b4c080427c
 WHIRLPOOL 
b4eec12118d602d1b41edee32ed7c0c61646974060bc44e3eedaf78f7c3015c151998f72573fd2bab1992263dd98f09992772334bae7826048d187de7ed022e5
 DIST zlib-1.2.3.tar.gz 496597 SHA256 
1795c7d067a43174113fdf03447532f373e1c6c57c08d61d9e4e9be5e244b05e SHA512 
021b958fcd0d346c4ba761bcf0cc40f3522de6186cf5a0a6ea34a70504ce9622b1c2626fce40675bc8282cf5f5ade18473656abc38050f72f5d6480507a2106e
 WHIRLPOOL 
8fd7010faf6a48a9c7ff4bcfe3ce4fe9061eb541259e0a2d0def214e8c4becf2b22e8d6f96f65ca827abffeaa9d96e95ed2402844f99835f7b079fc9f3e84276

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.1.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.1.ebuild
new file mode 100644
index 000..bf577ad
--- /dev/null
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='xml,threads'
+
+inherit flag-o-matic eutils multilib python-single-r1 toolchain-funcs
+
+XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles;
+LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
+GRUB_URL=mirror://gnu-alpha/grub
+SRC_URI="
+   http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz
+   $GRUB_URL/grub-0.97.tar.gz
+   $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz
+   $LIBPCI_URL/pciutils-2.2.9.tar.bz2
+   $XEN_EXTFILES_URL/lwip-1.3.0.tar.gz
+   $XEN_EXTFILES_URL/newlib/newlib-1.16.0.tar.gz
+   $XEN_EXTFILES_URL/polarssl-1.1.4-gpl.tgz"
+
+S="${WORKDIR}/xen-${PV}"
+
+DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside 
guest filesystem"
+HOMEPAGE="http://xen.org/;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="custom-cflags"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="sys-devel/gettext
+   sys-devel/bin86
+   sys-apps/texinfo
+   x11-libs/pixman"
+
+RDEPEND=">=app-emulation/xen-tools-${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+retar-externals() {
+   # Purely to unclutter src_prepare
+   local set="grub-0.97.tar.gz lwip-1.3.0.tar.gz newlib-1.16.0.tar.gz 
polarssl-1.1.4-gpl.tgz zlib-1.2.3.tar.gz"
+
+   # epatch can't patch in $WORKDIR, requires a sed; Bug #455194. 
Patchable, but sed informative
+   sed -e s':AR=${AR-"ar rc"}:AR=${AR-"ar"}:' \
+   -i "${WORKDIR}"/zlib-1.2.3/configure
+   sed -e 's:^AR=ar rc:AR=ar:' \
+   -e s':$(AR) $@:$(AR) rc $@:' \
+   -i "${WORKDIR}"/zlib-1.2.3/{Makefile,Makefile.in}
+   einfo "zlib Makefile edited"
+
+   cd "${WORKDIR}"
+   tar czp zlib-1.2.3 -f zlib-1.2.3.tar.gz
+   tar czp grub-0.97 -f grub-0.97.tar.gz
+   tar 

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

2016-02-17 Thread Yixun Lan
commit: 1e4ed66f2c53e64a4c3d14e357a3ae97611c3b25
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 03:03:11 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 03:06:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4ed66f

app-emulation/xen-tools: drop old versions

Package-Manager: portage-2.2.27

 app-emulation/xen-tools/Manifest  |   3 -
 app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild | 472 -
 app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild | 473 --
 app-emulation/xen-tools/xen-tools-4.6.0-r4.ebuild | 463 -
 app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild | 465 -
 app-emulation/xen-tools/xen-tools-4.6.0-r6.ebuild | 469 -
 6 files changed, 2345 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index e4b823f..80dc2ff 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -10,9 +10,6 @@ DIST xen-gentoo-patches-4.tar.xz 23632 SHA256 
5cdb0f93ee32d0a5fc4fc7282270ace73a
 DIST xen-ovmf-patches-1.tar.xz 4724 SHA256 
d14e98e62c78c9f4b8a7e7b4a04de6dabf300f393eff44154d06f93aa43d7703 SHA512 
a17467762f6d92018ff9bce783ce148039f23159405e801ec2aef4c3db72c3976c6f1e41d8c2a2cb704a9654556a2050302f284cfe8e32f28f393b8e2c6d2f1c
 WHIRLPOOL 
de53ad07f20aa14fe76d974db92d5b6808f0a2dd26a627b818914990add7adad8e6135d42641819dc22947031981c5815bae5aeeed0f28785c90beda0a6ff6c8
 DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 WHIRLPOOL 
8346d68fa5d2a8e8a5c007b55e2b85cf48df045cc8c4818f09c756d28a52dd856671f37b4a53478e9b96ca9d2eca0c67fd15f009a94d1d2dfed8e83e596d9633
 DIST xen-qemu-patches-0.tar.gz 3224 SHA256 
ff1ac02a6d91e4abdbe069e1bb75d0b798deff5c2c72d1efb5459c72f4278f00 SHA512 
4fd0c663a733436188aca364e927ac430d9bbef9859da65c074d7fd66c330645b05ff1f3e849f4581dfcd7054801d65edcff8445c1c63c2725f11e3903415af0
 WHIRLPOOL 
5504d7ffbd3c1970026c1f43252d9c76f10c5448ede247719e2698aa8f8e93b20e4cc353da5582b3b6887fb3fd7d1e13765f664ea60daeb6020f052eaca9b9f4
-DIST xen-security-patches-1.tar.gz 7040 SHA256 
30733e9ca71bf4291ff212eb191afb22687ccd9b2579767fe0ee013152980c76 SHA512 
89c72897f18a86c2060bb76a182e7cca72ad2f33a3aab964ecae66e057aeecafee2e9986204d6feb98f81ccb740460ee2cb37663b1ab79f47adc1dd73e0091bc
 WHIRLPOOL 
c27e612b87b4a30abbf59e6be019e2c21a78bfbdf1715da5498d95607d390d616251768d419ac5ce76087bbf7cdfc410dd0088ba48e425082cea971efcb64346
-DIST xen-security-patches-2.tar.gz 7370 SHA256 
f24bf4b0cba29b51ee71f6ef82654cddf157c63d62fc1119f17255b2388e03ab SHA512 
209dea670467ff1df18428c15b25229c05d676d1a2f646cddb221544ae888241ade48a22be037f97dce249ac322c1f30bb477675e5e2cc04a2fbd839e02f1f57
 WHIRLPOOL 
ae66a2fbc0d0f0a555d407ebd3198fa58ee043515fb9821d7b9eda46d088bc87b3de16fe015fd1142294429dd2c1c7826e414a55980e27123185c1a86fb0a8a6
-DIST xen-security-patches-3.tar.gz 7349 SHA256 
a1876b918c0a608618f349deed11b547a65c5909c31d72a89340d4908c572f46 SHA512 
f5e8e7ab5d9be6aa036e52627931f1b2648de642664b2922f9cab64f44d19ac8682f5beb7fdbcb842ee19346202093fade3f10e39ba60fcb12a101deb4408818
 WHIRLPOOL 
14ee65babe4edd901914c8b8ddb5d7b54e6738d77642514fe611bf84541ae0a932bcb48f86179d5e7a6741135b9c7b129e8244cc22922c4e592604a696b6082f
 DIST xen-security-patches-5.tar.gz 8716 SHA256 
afd114f2cb1b623ac1709d75c771006f91b5b2a0a0695f4da3d6aa6f6b340d9f SHA512 
f2276759cb418e252052701f5e41e626e1d232098bd7e393e7e58286d356ef33f249c2f9d7b5b1219279de7c4c66832f0d4f761d36bc51e7c10cea973dd9882e
 WHIRLPOOL 
18cb29a0fde10f1bac698c577713db1307c02408778b5d128a4f017ae8be6fba893feb9b8f09fe2d8164dc761d136190d1dbee8a3eb4caa35d8bf976a498d405
 DIST xen-security-patches-6.tar.gz 8308 SHA256 
b0dc1df6b27073a83b12a17a04a01e74af8c19a1c96d9dda580bb738eaab25f3 SHA512 
b9155eef3f18e47288a6a6bb570a073d4c84449fe11fbac4c35cceaa4f7c06624597f63a8768bddd735c345b8c430aeee18b71f43e9b188de3cfa0cbf608dc0a
 WHIRLPOOL 
9933ed07a2419170070a9eedfda200ec5ebef67b6b98c1b435793008c126347cdc8c0ef9ff2cb4fe0b7333ff51211545a3fe2ff726ca7c22d46f231d6d1e82aa
 DIST xen-security-patches-7.tar.xz 22604 SHA256 
e831c71f830316f452eb8645a5e7ca497264587aa8b353945fd9535f485166e3 SHA512 
051769f4118f5c6d5d961759f547526d3fb0e86a4c1dee265a7f0224f10a88e2217b5b5fcf8dbfc706a1ec3c8d1632ab688d3f70dfd89d830261dc7391dd41c2
 WHIRLPOOL 
8e6dfb4e1700a07e3e3207b67afaddc5d6aa6fd84db9b3e76bd9ff54f682740fed01070e5860bb5378d50903d5777b55dff88eb3444d45bdd63dba657889393d

diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild 
b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild
deleted file mode 100644
index ba2f756..000
--- a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild
+++ /dev/null
@@ -1,472 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU 

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

2016-02-17 Thread Yixun Lan
commit: 05ef88b8287ea4e6002677e5a74223a239be528f
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Feb 18 03:06:04 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Feb 18 03:06:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ef88b8

app-emulation/xen: drop old versions

Package-Manager: portage-2.2.27

 app-emulation/xen/Manifest|   3 -
 app-emulation/xen/xen-4.5.2-r2.ebuild | 190 
 app-emulation/xen/xen-4.5.2-r3.ebuild | 192 -
 app-emulation/xen/xen-4.6.0-r5.ebuild | 190 
 app-emulation/xen/xen-4.6.0-r6.ebuild | 193 -
 app-emulation/xen/xen-4.6.0-r7.ebuild | 197 --
 6 files changed, 965 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 14b1aeb..09ead71 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -3,9 +3,6 @@ DIST xen-4.6.0-upstream-patches-0.tar.xz 19280 SHA256 
8ef2d139f86cb52d2208a17c97
 DIST xen-4.6.0.tar.gz 19694350 SHA256 
6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909 SHA512 
b4b02f306ffea360f539dd8c231b2f58c00c3638fdb665cb659c7291b475b40f1075bc59d49a6144767729e57b8bc40a1cfd9030d61de2b8fa4ac97d43655c2b
 WHIRLPOOL 
d3f01183440ca1875b6e850bd116db0c382383433e50c0902d3268e9e36b39d184fc65e925bdb5363ef4ca7a232fee15b4749c89baf789137b8a8248565c75a8
 DIST xen-4.6.1.tar.gz 19693042 SHA256 
44cc2fccba1e147ef4c8da0584ce0f24189c8743de0e3e9a9226da88ddb5f589 SHA512 
f01a0b7874abf8b3a81432428d7ba2d5aceb9d75ae20310f8ef49a3a0df927720a51d49090f74fda7f374c779e121ad26da6966a6f2623ed1a7743b4c080427c
 WHIRLPOOL 
b4eec12118d602d1b41edee32ed7c0c61646974060bc44e3eedaf78f7c3015c151998f72573fd2bab1992263dd98f09992772334bae7826048d187de7ed022e5
 DIST xen-security-patches-0.tar.xz 5944 SHA256 
c0456793064185f0781668264a09a2412a25e2ff8c4ce0d332204e37b94d7e96 SHA512 
de812e66563e608548b220aa00c8fd71973af748a00cea79959f46a5b6893a38248d2ea455026af43f47e3f5e566d08b5a6f3d18f22e940d75d2a2ca76cec3d3
 WHIRLPOOL 
3e18d32798bdfe584ee8d102963090b569ec3660fd5723d8c608091e5c7d935c1edced5e258d92bf51fe06975455a3ae33dfedd01702c6076aedf97ea61f2d1b
-DIST xen-security-patches-1.tar.gz 7040 SHA256 
30733e9ca71bf4291ff212eb191afb22687ccd9b2579767fe0ee013152980c76 SHA512 
89c72897f18a86c2060bb76a182e7cca72ad2f33a3aab964ecae66e057aeecafee2e9986204d6feb98f81ccb740460ee2cb37663b1ab79f47adc1dd73e0091bc
 WHIRLPOOL 
c27e612b87b4a30abbf59e6be019e2c21a78bfbdf1715da5498d95607d390d616251768d419ac5ce76087bbf7cdfc410dd0088ba48e425082cea971efcb64346
-DIST xen-security-patches-2.tar.gz 7370 SHA256 
f24bf4b0cba29b51ee71f6ef82654cddf157c63d62fc1119f17255b2388e03ab SHA512 
209dea670467ff1df18428c15b25229c05d676d1a2f646cddb221544ae888241ade48a22be037f97dce249ac322c1f30bb477675e5e2cc04a2fbd839e02f1f57
 WHIRLPOOL 
ae66a2fbc0d0f0a555d407ebd3198fa58ee043515fb9821d7b9eda46d088bc87b3de16fe015fd1142294429dd2c1c7826e414a55980e27123185c1a86fb0a8a6
-DIST xen-security-patches-4.tar.gz 7731 SHA256 
b51c6616a303b4d5123fed1e58240163c8e0cf8e0de32db58c11a40a48124d52 SHA512 
cef89bb68bdb4a5f947d6be8ae7a799276fd187e396c5ba85f8aa2b0b5349ba606d3742d5b8d8212df6da38f8af9711416d9a25176e713240a0a7f2194d84fc5
 WHIRLPOOL 
912dc869fa4eb355a86023133adcb818e87f4979d537a885b3f1c6e35ff141b7d7a33e81105dcddf34aafa4c306df79a210346f5037337173923e1dc8280ac47
 DIST xen-security-patches-5.tar.gz 8716 SHA256 
afd114f2cb1b623ac1709d75c771006f91b5b2a0a0695f4da3d6aa6f6b340d9f SHA512 
f2276759cb418e252052701f5e41e626e1d232098bd7e393e7e58286d356ef33f249c2f9d7b5b1219279de7c4c66832f0d4f761d36bc51e7c10cea973dd9882e
 WHIRLPOOL 
18cb29a0fde10f1bac698c577713db1307c02408778b5d128a4f017ae8be6fba893feb9b8f09fe2d8164dc761d136190d1dbee8a3eb4caa35d8bf976a498d405
 DIST xen-security-patches-6.tar.gz 8308 SHA256 
b0dc1df6b27073a83b12a17a04a01e74af8c19a1c96d9dda580bb738eaab25f3 SHA512 
b9155eef3f18e47288a6a6bb570a073d4c84449fe11fbac4c35cceaa4f7c06624597f63a8768bddd735c345b8c430aeee18b71f43e9b188de3cfa0cbf608dc0a
 WHIRLPOOL 
9933ed07a2419170070a9eedfda200ec5ebef67b6b98c1b435793008c126347cdc8c0ef9ff2cb4fe0b7333ff51211545a3fe2ff726ca7c22d46f231d6d1e82aa
 DIST xen-upstream-patches-0.tar.gz 2297 SHA256 
bf21272ad029391d30bf31896efcadc75267538f6c7de5d239453f19659d58ee SHA512 
3f5d60aaebd181bddab4dd02e0064de2f75672f44a687a7331fa40e81d56763fea84504081a449d11403b21ad0ba2dac075f0b1796809ef8d16e244f6be99e3d
 WHIRLPOOL 
4ebe79c8f2ea1c45e88e59941e477ed5639dbca3fe95c9a67e07afb0f4b6fb8b7fea8e58422d7c8f906299e4f37c14b4db15200997e5a92b647df98fa93e10c7

diff --git a/app-emulation/xen/xen-4.5.2-r2.ebuild 
b/app-emulation/xen/xen-4.5.2-r2.ebuild
deleted file mode 100644
index d703dcf..000
--- a/app-emulation/xen/xen-4.5.2-r2.ebuild
+++ /dev/null
@@ -1,190 +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 )
-

[gentoo-commits] proj/mozilla:master commit in: dev-libs/nss/files/

2016-02-17 Thread Jory Pratt
commit: bbebf16b181f7f49539fc82a9b4a5a8276b5e550
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Thu Feb 18 03:06:17 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Feb 18 03:06:17 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bbebf16b

dev-libs/nss - add missing hppa-byte-order patch

 dev-libs/nss/files/nss-3.21-hppa-byte_order.patch | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-libs/nss/files/nss-3.21-hppa-byte_order.patch 
b/dev-libs/nss/files/nss-3.21-hppa-byte_order.patch
new file mode 100644
index 000..703df99
--- /dev/null
+++ b/dev-libs/nss/files/nss-3.21-hppa-byte_order.patch
@@ -0,0 +1,16 @@
+--- a/nss/lib/dbm/include/mcom_db.h
 b/nss/lib/dbm/include/mcom_db.h
+@@ -110,11 +110,13 @@
+ #endif /* !BYTE_ORDER */
+ #endif /* __sun */
+ 
++#ifndef BYTE_ORDER
+ #if defined(__hpux) || defined(__hppa)
+ #define BYTE_ORDER BIG_ENDIAN
+ #define BIG_ENDIAN  4321
+ #define LITTLE_ENDIAN   1234/* LSB first: i386, vax, all NT risc 
*/
+ #endif
++#endif /* !BYTE_ORDER */
+ 
+ #if defined(AIXV3) || defined(AIX)
+ /* BYTE_ORDER, LITTLE_ENDIAN, BIG_ENDIAN are all defined here */



[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, Documentation/package.accept_keywords/, ...

2016-02-17 Thread Maciej Mrozowski
commit: a3060bf945575980c39a2a5906b2a89dd3c77305
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Thu Feb 18 02:27:56 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Thu Feb 18 02:27:56 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3060bf9

[Documentation/package.*] Replace oxygen-icons with legacy-icons in 
keywords/mask/unmask for kde-4.14

 Documentation/package.accept_keywords/kde-4.14.keywords | 3 ++-
 Documentation/package.mask/kde-4.14 | 2 +-
 Documentation/package.unmask/kde-4.14   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/package.accept_keywords/kde-4.14.keywords 
b/Documentation/package.accept_keywords/kde-4.14.keywords
index 7e80a33..6d8b9ed 100644
--- a/Documentation/package.accept_keywords/kde-4.14.keywords
+++ b/Documentation/package.accept_keywords/kde-4.14.keywords
@@ -96,6 +96,7 @@
 =kde-base/kdelibs-4.14
 >=kde-base/kfilemetadata-4.14
 >=kde-apps/kdepimlibs-4.14
-=kde-base/katepart-4.14
 

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

2016-02-17 Thread Anthony G. Basile
commit: 788c313e6bf3a35010837b5089b89cc48fcd6c31
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Feb 18 01:58:23 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Feb 18 01:58:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788c313e

sys-kernel/hardened-sources: remove older unstable versions

Package-Manager: portage-2.2.26

 sys-kernel/hardened-sources/Manifest   |  4 --
 .../hardened-sources-4.3.3-r4.ebuild   | 45 -
 .../hardened-sources-4.3.3-r7.ebuild   | 45 -
 .../hardened-sources-4.3.5-r1.ebuild   | 46 --
 4 files changed, 140 deletions(-)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 11a74e9..ea5a1c9 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -6,13 +6,9 @@ DIST deblob-check-4.2 681496 SHA256 
8b72723b3f5c651ba45017f557372dd25a43a1ce1b9b
 DIST deblob-check-4.3 688368 SHA256 
9dff222415c2ead1edba2f6755926d6786225814d87dc3624605f99a4b760a5a SHA512 
2029b4765a4f83b71370dc4439526daff57be32f8692a329d500df82019a5381849ca979c0ae3761c2efcc04590c031560f0e25de50e71f476618df529a1445a
 WHIRLPOOL 
6dbdcfe6653e751ff00ad91f45c803bdb196fdb9c895ddffaec18a111a19720d50a77485ff8ce228287217ad2e98b6f9e9c65a3c6476f195cbf9e3b7969be34a
 DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 
4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 
e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8
 WHIRLPOOL 
13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6
 DIST genpatches-4.2-9.base.tar.xz 216388 SHA256 
16e1a0fdc0c8b36b87477ba11913cd9b83d5cf96651814fb017c7ebe57b65d8f SHA512 
3d8d1a25571a969e1e47d37dc87657b409a03200c2d3ee8ffe2cba19344795626225374128cdb7f09df9bd4cb0035a3c8645c2cca9fbab2024f6ea1875a3591c
 WHIRLPOOL 
13254f0c939584052aa7ac736410796bfc37b5b0ca050a0c6c63c4de7c3e84a2ebf649ea87c141702f4a53af4b946aadd1b6eb9a551a620b7d89596f2fd5958a
-DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 
c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 
a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1
 WHIRLPOOL 
04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3
 DIST genpatches-4.3-7.base.tar.xz 137724 SHA256 
f45b2b6bd27dd6ba0ce82f4b143078cdb99f729d344773ef31f42fff339f295d SHA512 
3a910f0c0a41b1658190b005ca6cbfd82ddea72a65f09e26b4173371f5ff1f65a1712cd35633d0692f74fd8ff0d0fdb4163113ccca8c1de197d1ee52356fbad5
 WHIRLPOOL 
67611446db6eb94c59842874762797cd2986399e7304eb3adcdfd9a72b104a10dbdde7a22de87381f416ebe07ab312b80dc1a8946077a003bf5646db65aaedd9
 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 
c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 
dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4
 WHIRLPOOL 
7638001f1b95e4af1d051b13648f486aa0eca524157e1a46dd2023fbd86313e0a5e8043653d7388b7286d42cc6e7c0f07cde2de3d5aee6cc058d12538a0980c1
 DIST hardened-patches-4.2.7-1.extras.tar.bz2 1678777 SHA256 
80a4ae498b15e7aeaefbc68f7f7983120a6b0065516510f8f631f94de3ea7eee SHA512 
42c4911f0001ae4acc02cf8beb52d95f5e2860950d6f202728d4f099d06ff4fac27850168032d88bd2978471e4942a777c625667371484a0a261479a8d669386
 WHIRLPOOL 
891febe584c06b8fd2d8e7e9f2bdb3d0a8b10f2576e7d79359ddc50804fffe4b094ca1692ff533bf0279da1580c73ed89070436eb1a30b9cdf6e90cb0facfcb1
-DIST hardened-patches-4.3.3-5.extras.tar.bz2 1649484 SHA256 
2a62a5eb4b98f4fbeb43511a0573d58226277d3112401abec37355d85e01ae23 SHA512 
09b7272af44fb1e29cba857f7c3305d97f8997881f228a2f2eb56dda909ae5402a69336c6fccdf3920f8788a7922f10b0977517f5918d44702e1a9b668c708c7
 WHIRLPOOL 
efc152c7680b84b682f9f6857b8c6b2b66b6d505f76b311a8e3289a606f46d4944d90478ff93e3656f41c367fdbcd65dcf3043842354b26b669b462ce49f3471
-DIST hardened-patches-4.3.3-8.extras.tar.bz2 1669500 SHA256 
55abfccb978e838266de327e020d47bb8f7bcf7ff6d6a89c993f18518ab6ffaa SHA512 
bccae396966a3a00eac4763312e7c4a05f3cbc68f42675819ad90e3f43337713a7ee132ba5fe6874fffa55da9b8640e2d349793904736b9f62b178bdc5474ad9
 WHIRLPOOL 
76eceb3d204e3ed588fd40d773aa38f4450c0a3727aad75b231ed2795548ef3ef316fc3aeb174eabd79641fa43c4c2c56d184f6dd23f47980256e468c3cc6d2b
-DIST hardened-patches-4.3.5-2.extras.tar.bz2 1688809 SHA256 
4859f8f42d14f79920613ccb195f2b4d65e1ba84cffccb338fe4c5cecb6d56ca SHA512 
63128c8279077226292212de45b581d3de0cc9e866ae4907ba70e8cc9928324a4aada0429b1b102dcb72dccd75c26b2a5aa3880a6210e97c9871e7d6c32754cd
 WHIRLPOOL 

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

2016-02-17 Thread Anthony G. Basile
commit: 6ca8e34d677c81ed59979d9a6e384fdcfc17f646
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Feb 18 01:57:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Feb 18 01:58:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca8e34d

sys-kernel/hardened-sources: restore 4.2.7

Package-Manager: portage-2.2.26

 sys-kernel/hardened-sources/Manifest   |  5 +++
 .../hardened-sources/hardened-sources-4.2.7.ebuild | 46 ++
 2 files changed, 51 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 29f29b5..11a74e9 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -1,14 +1,19 @@
 DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
+DIST deblob-4.2 134706 SHA256 
fc6f631436d0a8ce8ef338a6ff5e612cd1bec679386f7129e70e4dc09c7aa9da SHA512 
83ee4763e7eae7549a81f1ea9c2a549a36d57288acea15a228d5bb1aea0316b96f8622fe6729a3dec23714443711ad9959e899a8da962c56af8956a87d3263a1
 WHIRLPOOL 
1e6212af3d7244139b4fea1ef3fc705d6eb695d9902bae561a5b700ef335254cb50a4ee500f241669e0fafcfab752cf7df663d02ee2663e6ee7282008871da22
 DIST deblob-4.3 137019 SHA256 
317eb90f128fc05bcf0a01eb7f167f9b5447563b0af4cef4270b774ad64dbdf8 SHA512 
e1f98cfcac9cbbe3e7042bc427c1afb5024088d0846a1eb806c7c46616ee77cbbeb63c52f7c1229ff54cda74605f9a6775833e1f5d7ba35a9ae554ca05fd7fc0
 WHIRLPOOL 
9d42765fd0592f7c8e01f5df78510deafbfff2b60128ad26c2412bdab4b02c72fc8dd0c7c0180176b5399de66cc85f625abf2968c049f8a3b9ebeb5d8c5c71f0
 DIST deblob-check-4.1 674781 SHA256 
54aa33e23a31ead6f982b830be86003c306b88f0d0a9f96c7dc66fe7cd274acb SHA512 
51fe9d70d723992aaf70f8bfcfcc12ecfedd7a039402ddae07858fb087693b00cd80d1e0e1a5053e049f2a2b8c58ed23e4598e2dae902c499c08bc2eeb33
 WHIRLPOOL 
d2c22280e12863793f8e866b126be53ee10d564373addfe9399b2afe22dd7584513c050f334ea08e6d63dd27a1574f2754456bad9d0a42e8c8d9995eec27aed0
+DIST deblob-check-4.2 681496 SHA256 
8b72723b3f5c651ba45017f557372dd25a43a1ce1b9ba622948399c20a5c318f SHA512 
63e86dc0a4e676b4d0d4497d275e9885bda57ee63453a4e9e08fa4327f51b10b80da70d3f1d688e7c447632b31a388eed98470d88f88f60b50c0d53f4803cd94
 WHIRLPOOL 
4ad1b38354e7ed7e5c82f348956bda5cfa704b21e6f395a3b53a7ae61806c9df593ee9e560d4ad60d1501f6c5381dc6d79194b4aed6810908616e795fc757fc9
 DIST deblob-check-4.3 688368 SHA256 
9dff222415c2ead1edba2f6755926d6786225814d87dc3624605f99a4b760a5a SHA512 
2029b4765a4f83b71370dc4439526daff57be32f8692a329d500df82019a5381849ca979c0ae3761c2efcc04590c031560f0e25de50e71f476618df529a1445a
 WHIRLPOOL 
6dbdcfe6653e751ff00ad91f45c803bdb196fdb9c895ddffaec18a111a19720d50a77485ff8ce228287217ad2e98b6f9e9c65a3c6476f195cbf9e3b7969be34a
 DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 
4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 
e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8
 WHIRLPOOL 
13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6
+DIST genpatches-4.2-9.base.tar.xz 216388 SHA256 
16e1a0fdc0c8b36b87477ba11913cd9b83d5cf96651814fb017c7ebe57b65d8f SHA512 
3d8d1a25571a969e1e47d37dc87657b409a03200c2d3ee8ffe2cba19344795626225374128cdb7f09df9bd4cb0035a3c8645c2cca9fbab2024f6ea1875a3591c
 WHIRLPOOL 
13254f0c939584052aa7ac736410796bfc37b5b0ca050a0c6c63c4de7c3e84a2ebf649ea87c141702f4a53af4b946aadd1b6eb9a551a620b7d89596f2fd5958a
 DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 
c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 
a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1
 WHIRLPOOL 
04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3
 DIST genpatches-4.3-7.base.tar.xz 137724 SHA256 
f45b2b6bd27dd6ba0ce82f4b143078cdb99f729d344773ef31f42fff339f295d SHA512 
3a910f0c0a41b1658190b005ca6cbfd82ddea72a65f09e26b4173371f5ff1f65a1712cd35633d0692f74fd8ff0d0fdb4163113ccca8c1de197d1ee52356fbad5
 WHIRLPOOL 
67611446db6eb94c59842874762797cd2986399e7304eb3adcdfd9a72b104a10dbdde7a22de87381f416ebe07ab312b80dc1a8946077a003bf5646db65aaedd9
 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 
c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 
dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4
 WHIRLPOOL 

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

2016-02-17 Thread Mike Pagano
commit: 486d18c2bb25d8d4b4def3cb7e193a80e1ffbeef
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Feb 18 01:38:48 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Feb 18 01:38:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486d18c2

sys-kernel/gentoo-sources: Linux patch 4.4.2

Package-Manager: portage-2.2.26

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.2.ebuild | 31 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index dce22a0..e76af18 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -74,6 +74,9 @@ DIST genpatches-4.4-2.extras.tar.xz 16272 SHA256 
707735f41624d33489b10c771db536f
 DIST genpatches-4.4-3.base.tar.xz 26508 SHA256 
76f5685698b02b81643d6b2edcd53217e0f6fa00e068a138f2eb3bc596dec2e5 SHA512 
255e2ef79c56699e5b032fa392b2748570ce96c74f1172f4a4c1b4d22f8b8b0a9462c388028a0cad92e821815d39cfa6450f171d81fed5f274dce03979c39322
 WHIRLPOOL 
6da9edc7936f8857b929e589b2adcb17363a76ec5d85b3406fcb8308d6cb2da924f1f9af5062f85ddf4d415ca9d9524b731e8c4e0cde756e14ccc122a6e75c74
 DIST genpatches-4.4-3.experimental.tar.xz 4904 SHA256 
e43014cc7aebea9e8d4f9e5c53e8e7a670f24693dbf6bc4b53dd17bb255f950a SHA512 
60ae488e44c2e04e50cd456f3476548caad305b5807c0ce21251b7afdee4f4db300a68d14fb37984a1e4ea0be121c23cc8f145fa2964369fb83c0f2f32909feb
 WHIRLPOOL 
a5ff3f4e5adb1257a3c034e69fa639041051ea15080241fcd4c10201e8024575394f19e1bd36f046f3789a0d4ab4d26519cf142c52694b37105509423fef17c4
 DIST genpatches-4.4-3.extras.tar.xz 16284 SHA256 
c0da41d2dca58113b257f2d21faa456867f2010a903dfd2b95639789c44c2c5b SHA512 
150de4f7e7f81f12cdbb57a47802f9878ce0efad3553847a7f64e3428be45b22be432a51f6546daa156019f9480c3fab03b0871d255ca962a79037a10867f0e5
 WHIRLPOOL 
2a6ea3032726ab49ff78b7d01315a0099de9ba5addcbcb3fc88fd7ece137d6cd4e79a9737b05be60c4857ef6a37b71237e09d3cd19cb4a441e1d173fdc77a000
+DIST genpatches-4.4-4.base.tar.xz 63520 SHA256 
1a682ab2279d2b57cf1575e10f70d4cd411bb209189ff9fcfd1270291f311fcf SHA512 
040f590980aac0bba3805e959344f93ee9d32d4fc9e667e3cc2ab1b5375cef5043a4a0228c3fb34457af79579b96f5f587b9b0874ee066105acbe0250780c956
 WHIRLPOOL 
2f1bdacc234c18be10e0d3f61f3852d21cd6259d015146d7e274499f4fb9643e7e83151f3682d25c1f5a0adea507163dbcbb5e269f7f73b6e226b178a603201d
+DIST genpatches-4.4-4.experimental.tar.xz 4896 SHA256 
e3c5381823db06220d1b464a8b8db3fb0efc0cae87cbe9695ccaefc956f9a17a SHA512 
9ae08e11750d27a012c7b6019d14133decc14fb004d7152b83e71b0f400c3ed8bdfdf7d9f6538c8a0689efc5ff27760f79a34176275e79a99b6021a4c4db646d
 WHIRLPOOL 
2cd692e0d14c04034f74c7742e7fea330e7a2741fc03220589d1e978e42998f4e23790e9719d38843d9dc0291f87b196ac026472a232793f10f594458c2866f4
+DIST genpatches-4.4-4.extras.tar.xz 16280 SHA256 
6752a91afa4c10417ab561e8b93c92c2e56e42695730a1004266b025d91dbfa2 SHA512 
3513947ec3ff2a959a92c6f45ab6482d57ddf218e9ee9af70c896bfb7773135b72eed64ba7548100acc044e8e82c9a66c3dfc34757f7ef15271be65f086947a8
 WHIRLPOOL 
56d8afd3b28f607c3646328822f8e24da8c57f778fd1b7af61ae4a873fc980559e072447d40f6238c95a2b96a011d0e28c78d6652a759bf32121648c5b9e1d44
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-3.12.tar.xz 76384600 SHA256 
2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 
4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff
 WHIRLPOOL 
a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417
 DIST linux-3.14.tar.xz 78399152 SHA256 
61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 
5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e
 WHIRLPOOL 
5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.2.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.2.ebuild
new file mode 100644
index 000..657c831
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="4"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="0"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc 

[gentoo-commits] proj/linux-patches: New tag: 4.4-4

2016-02-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Feb 18 00:57:16 2016 +

New tag: 4.4-4




[gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/

2016-02-17 Thread Mike Gilbert
commit: 255785c769ece6af379706a5328842435f3d79e9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 18 00:51:39 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 18 00:51:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255785c7

app-emulation/open-vm-tools: Restore xdg autostart

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

Package-Manager: portage-2.2.27_p64

 app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild 
b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild
index 3cc623f..43e5879 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.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$
 
@@ -113,6 +113,9 @@ src_install() {
fperms 4755 /usr/bin/vmware-user-suid-wrapper
dobin scripts/common/vmware-xdg-detect-de
 
+   insinto /etc/xdg/autostart
+   doins "${FILESDIR}"/open-vm-tools.desktop
+
elog "To be able to use the drag'n'drop feature of VMware for 
file"
elog "exchange, please add the users to the 'vmware' group."
fi



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2016-02-17 Thread Mike Gilbert
commit: 2d8e9f7891da6bc353c789583448b8849041c402
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 18 00:17:29 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 18 00:19:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8e9f78

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.2.27_p64

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...49.0.2623.47_p1.ebuild => google-chrome-beta-49.0.2623.56_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 51f12f3..1ad10b3 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_49.0.2623.47-1_amd64.deb 48458988 SHA256 
61d874cacab549e7113fbd1e011d7d7d993a36393223233a9b4b223b4299aa68 SHA512 
8f3802a1d754520ec2f082809fd2937ea640e4bfabc80a7ed2a3692bb507e1ebe013d526be10dec52144828dd9619b2eed74b6aabb826280da280458c2c23c3b
 WHIRLPOOL 
88b599128200eaf5d23e407779f98db5ac1e331d617571c9064f1ba5fb7d87dc1f28380f03d7fbe6744be5cc4366d54259fcdf66dd86f96b041eb1ea0f453bac
+DIST google-chrome-beta_49.0.2623.56-1_amd64.deb 48428634 SHA256 
bcc08228c1da66a133cc8eb961ef3ff6dbfc1200783b1248824ab8b96f1c2fc9 SHA512 
af5c7130c53b8f295d6af733613d9f2680cf9d644ba40410c6f9d6ee7f15a4c4357d4204eb3cbd54823bee1f7fd1e7a494638f966e70fc13c0104da780908600
 WHIRLPOOL 
e6f9a318612403ca570a8bc7406f7d82614be99b6cb39693831ea548c091a919eb2bc2a44bd19f2427b819c4b1856de2209b140cd296f6e6324acb74efb2

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-49.0.2623.47_p1.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-49.0.2623.56_p1.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-49.0.2623.47_p1.ebuild
rename to 
www-client/google-chrome-beta/google-chrome-beta-49.0.2623.56_p1.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-02-17 Thread Mike Gilbert
commit: ab13f546ce9e8f83fa08c22e2f7a8b8f6d57e5c5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 18 00:17:47 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 18 00:19:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab13f546

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.27_p64

 www-client/google-chrome-unstable/Manifest  | 2 +-
 0.2645.4_p1.ebuild => google-chrome-unstable-50.0.2652.0_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 55dcf44..6681e17 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_50.0.2645.4-1_amd64.deb 48656720 SHA256 
b58d2a151ff86c66dd640508acd88aa80541e71d4b9f5ec20b58f5e5250dddff SHA512 
10b90ce23dd0dfb18dbe047bc03f0f8f15a01e6f9d147beb1eafdb2adc2cd0b1bb473fdf5966697d201c5f59becc0430aac1450e6055d4c7e2c0abade4df700a
 WHIRLPOOL 
81378ce730a471bbfd95f266c61f04a15e139acc0d6163dd69942127c0d2025ca0c89f50e03e5d17a6f33dbd7864a58f10b9f71053a3ec1d7c9253da02fbade5
+DIST google-chrome-unstable_50.0.2652.0-1_amd64.deb 48494116 SHA256 
a9c2c9870fd91b2bb398cdc92c3f594e6d620d1f2baa0722c524362337abcd1e SHA512 
fe1f4f19f516f9ba874b34cff9e122dbe60233d3220a99e3d669d062413cf396133cb5f9a2a6692a620226618e386d7c2db70c6dc46d83bdb77a3c5abe89b0e0
 WHIRLPOOL 
d5f3e414556c4ed803f16e3b41d74389b91509e9e1165686caffa6bb9378be872949726ab6913d803e25421e1fe580e6f5f55a7ae8dd387063710bafb91926fa

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-50.0.2645.4_p1.ebuild
 
b/www-client/google-chrome-unstable/google-chrome-unstable-50.0.2652.0_p1.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-50.0.2645.4_p1.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-50.0.2652.0_p1.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-02-17 Thread Mike Gilbert
commit: 697e4748ee0d9ca32ccd8572e3e4a2adb25a378c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 18 00:17:59 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 18 00:19:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697e4748

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.27_p64

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ..._alpha1.ebuild => chrome-binary-plugins-49.0.2623.56_beta1.ebuild} | 0
 ...7_beta1.ebuild => chrome-binary-plugins-50.0.2652.0_alpha1.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 3fd01eb..a70a8d7 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,4 +1,4 @@
-DIST google-chrome-beta_49.0.2623.47-1_amd64.deb 48458988 SHA256 
61d874cacab549e7113fbd1e011d7d7d993a36393223233a9b4b223b4299aa68 SHA512 
8f3802a1d754520ec2f082809fd2937ea640e4bfabc80a7ed2a3692bb507e1ebe013d526be10dec52144828dd9619b2eed74b6aabb826280da280458c2c23c3b
 WHIRLPOOL 
88b599128200eaf5d23e407779f98db5ac1e331d617571c9064f1ba5fb7d87dc1f28380f03d7fbe6744be5cc4366d54259fcdf66dd86f96b041eb1ea0f453bac
+DIST google-chrome-beta_49.0.2623.56-1_amd64.deb 48428634 SHA256 
bcc08228c1da66a133cc8eb961ef3ff6dbfc1200783b1248824ab8b96f1c2fc9 SHA512 
af5c7130c53b8f295d6af733613d9f2680cf9d644ba40410c6f9d6ee7f15a4c4357d4204eb3cbd54823bee1f7fd1e7a494638f966e70fc13c0104da780908600
 WHIRLPOOL 
e6f9a318612403ca570a8bc7406f7d82614be99b6cb39693831ea548c091a919eb2bc2a44bd19f2427b819c4b1856de2209b140cd296f6e6324acb74efb2
 DIST google-chrome-stable_48.0.2564.109-1_amd64.deb 48067952 SHA256 
ba3fd26b9aafc5b747c979cf3abd5775e671b9088d5779d4a45c0a5b87f51aa6 SHA512 
65af159affe7e3856d920ba0f1a2b1dbc2ec95cd310b1645ccfb5079cc83f1c639ddf02139a17247051e578262d6b2ca194e59807a5f5a8eb844d0d2c3714552
 WHIRLPOOL 
c50ea6fdefd634f2ce6b26ae7f1ce52888fa364d16a5fab58960b8ba9c52f64d2365112d15c34726e9d9a980c6ebcb7692d0560b8bff4da8c998c7eaf1d147d9
 DIST google-chrome-stable_48.0.2564.109-1_i386.deb 47625502 SHA256 
e4d8652972d468c07f517617b13e15ad7d8e5d3f3d01bf0ac4862a6652ec3087 SHA512 
ae8b870bb2bd2337aecbfc091bfb8f3f39bae31d088a45c2a599c552c838ce8aa9fb1631639f588033a8935a2fa6c31b2746492267f20f5c0b8c4d824fd411e6
 WHIRLPOOL 
ba5dffb0822996179cc671e7261eee251d2979d0122fa9f468c5f12d94f6e69e62ed71b39cb0cfeaa7f2ad6c6190d43c3358a2c70e4bc90b742d6cdeb5d0a3eb
-DIST google-chrome-unstable_50.0.2645.4-1_amd64.deb 48656720 SHA256 
b58d2a151ff86c66dd640508acd88aa80541e71d4b9f5ec20b58f5e5250dddff SHA512 
10b90ce23dd0dfb18dbe047bc03f0f8f15a01e6f9d147beb1eafdb2adc2cd0b1bb473fdf5966697d201c5f59becc0430aac1450e6055d4c7e2c0abade4df700a
 WHIRLPOOL 
81378ce730a471bbfd95f266c61f04a15e139acc0d6163dd69942127c0d2025ca0c89f50e03e5d17a6f33dbd7864a58f10b9f71053a3ec1d7c9253da02fbade5
+DIST google-chrome-unstable_50.0.2652.0-1_amd64.deb 48494116 SHA256 
a9c2c9870fd91b2bb398cdc92c3f594e6d620d1f2baa0722c524362337abcd1e SHA512 
fe1f4f19f516f9ba874b34cff9e122dbe60233d3220a99e3d669d062413cf396133cb5f9a2a6692a620226618e386d7c2db70c6dc46d83bdb77a3c5abe89b0e0
 WHIRLPOOL 
d5f3e414556c4ed803f16e3b41d74389b91509e9e1165686caffa6bb9378be872949726ab6913d803e25421e1fe580e6f5f55a7ae8dd387063710bafb91926fa

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2645.4_alpha1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.56_beta1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2645.4_alpha1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.56_beta1.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.47_beta1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2652.0_alpha1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.47_beta1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2652.0_alpha1.ebuild



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

2016-02-17 Thread Mike Pagano
commit: b29a0b7d79a255dd1dcbb14749ecb71466410aa7
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Feb 18 00:18:54 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Feb 18 00:18:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29a0b7d

sys-kernel/gentoo-sources: Linux patch 3.14.61

Package-Manager: portage-2.2.26

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.14.61.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8c568b7..dce22a0 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -24,6 +24,9 @@ DIST genpatches-3.14-66.extras.tar.xz 18256 SHA256 
ca4d2b5f371c96a85c29f5ecf6a74
 DIST genpatches-3.14-67.base.tar.xz 1138556 SHA256 
a819c786bd71515e5d5902006928d79d9dfce892262d0a93e0f5ea4e85fdb516 SHA512 
4080face8149012a6d02bb3c03c84630765093fba7046a222495a586a53d59c7cbd8fff81232baed4933410e44d8553d3a22acdf3b4dcdcb1bf52d8fe869c9b8
 WHIRLPOOL 
6af00f0b00f9c05dfb300ad42f007bad37eecbbc2c210bf77b9da79d4e5621167206c94cb177b6695717178464a1d2a1d868b57024dbcd40e3c5a943d9f06eeb
 DIST genpatches-3.14-67.experimental.tar.xz 60300 SHA256 
83f59b98310b1431c30e42477a3917b87965a0e788980bc3b18974babe84bdba SHA512 
b0b3a45d269d266385f7f1648a095b6aae6d2fcc42e36ca1018a037141edf59a75dffba9eb8fdc15a4108dffc62275f85412fb5aff7bcc676b3b57ecd91deaff
 WHIRLPOOL 
3bb077e6a9494c5ebae0563ad150d5286896b98b8096f2b8f69914d572dd3b157f9d77ef3cde4d608f573a16543819e735da0e0c6fd4ab9e836af0c9a8488ae3
 DIST genpatches-3.14-67.extras.tar.xz 18264 SHA256 
ff318819ba6582a815744df921309d73cebafd44909c42b06129cc2a1a4dd86c SHA512 
2418fe4474e5e09d4ba506d6d6efe6ab4255d4c85a8a764721bf676c4122ee592caab2f30b23ff9f5675b501ad47e88fe02e31efc0ad249e9458d5bfb5a529d0
 WHIRLPOOL 
d8d08960ed8fb58e532b0563d2f5c3ce771a4acef33ec5123a4045e8153ec2dfc26faabbcd77246997ff24c48cb5b63c4701c1da9524e617acca83336dd48bf3
+DIST genpatches-3.14-68.base.tar.xz 1155456 SHA256 
1ebb9070b0b2805724537a99c48d873292d8ed7b1b1a17174fba3a6ea035e64a SHA512 
ab424e476ea9a91cb96b91d6547113345804426f7dbc9dd4a53d8e7dacb586bd497c3616ecc90ea59f0eed5964a4ba758afb03b61dd69ada034c350edd6e129f
 WHIRLPOOL 
b535f7cefdda9ae6d85c0969c4951efb17bfe1bec0f096854e79d2b4afc4ba23f658ba5e4332d4a8b8ee29eb32a2f976c0067618eece3b4da92f4eca6dc0a08e
+DIST genpatches-3.14-68.experimental.tar.xz 60300 SHA256 
b8a435771533563dd7b9980e5970ec2f50fe6b1fef9f4350b368d256b2c17491 SHA512 
60bff2845130e2be1384cfa617811f56cb981dbbfe057bf447d3bbde5567f5e61d902995a00128b3f40d5cb9274276b30ddfd04f693e103e28ffe78297fc446c
 WHIRLPOOL 
9c71fa482160b95297f1cfeaa35538d08088a95f1fc0f5953f2bebb92535f3942a5cf1d10792831a7d48a39968fc71aaa38a96d6e8b8f4bbd0d3045c08698b36
+DIST genpatches-3.14-68.extras.tar.xz 18268 SHA256 
28ccde71dae2369d818357074bedf279387e454e65cc6549e5f4b4a811216db1 SHA512 
afbd8150f795d0d2a4921dea12a4d1af95e606b183f53b5a55c89b95e3b88d55bc2a879ce32e297eef7a04bd450584971ee2a1e7e262b5e3ea617a87d098af98
 WHIRLPOOL 
df0b8e915bafdc007c4e035b5dec67b5ebc479e5f0cc9a41c54ec769f72ed69145c7fa34dd3a2987cbc86ca6f337f2b7f9071e362e85e1e22326a87afa868a5a
 DIST genpatches-3.18-26.base.tar.xz 753528 SHA256 
0a3d2a302b64284353accbff19ff1a78128e900f0d4cbb0e70920034b68b4bba SHA512 
723a29074dbd6970b43974655539902a92b5ba3447cba754f5719971848e2d2ca450d888a83d41fe35770806e842615bb5c5425aebf8a7118e5cd39470aafcac
 WHIRLPOOL 
17e49e01f19a9710e6c3f6b6bb3b50ab96829a18dd60a57eb10058656845ba8e497ba4c3043f3824d69f79cb5c911c5fab6f4b8e28aa39acaa5083fca732dad0
 DIST genpatches-3.18-26.experimental.tar.xz 61608 SHA256 
e72de3a8865519ed658a2a769b42e2b4592ba5a6e5c98a699fbe4109f3567532 SHA512 
75cd10ac41180cd5f4a1e70ea49b260a141b875f3f46dfa5edd668e507b27fe7244033c76d1e895dea58c8fc69c43ce21dc8e711884438c10b686d53c0b4c8a4
 WHIRLPOOL 
267a2c1abcda2d41ebf64a6034c60e73249dc4c0984326f516ac92eb16145f493549e690bfcf8f6c515984ab56368437e392fba3648f4bcc57db0351d5ee6863
 DIST genpatches-3.18-26.extras.tar.xz 16188 SHA256 
af0d5013a7cb6e0ec78bb5821bb4f83048d953cd10734b57085439fcdc44683d SHA512 
effb9ef5722a956a9db49582b3c8aa85f5838a8573138ce867e0575348a291ccc6163e7bb8ce1698f9b5d799e81e151546c1bad59388f80b984e86f98ee8424a
 WHIRLPOOL 
52adaba3ba161e7d1bcc8234edc9efd06bedca2211085990069b1ea8e1a35ab443e5ebfb49a7d56c3d572f9e7e69de1bdfc463abf455ba7e3155eabcdff3786a

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.14.61.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.14.61.ebuild
new file mode 100644
index 000..bc06152
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.61.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="68"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

[gentoo-commits] proj/linux-patches: New tag: 3.14-68

2016-02-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Feb 18 00:06:53 2016 +

New tag: 3.14-68




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

2016-02-17 Thread Mike Pagano
commit: 785c46db0215ad62c979861e60bdeccd37f198ce
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Feb 17 23:59:04 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 17 23:59:04 2016 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=785c46db

Linux patch 3.14.61

 _README  |4 +
 1060_linux-3.14.61.patch | 2765 ++
 2 files changed, 2769 insertions(+)

diff --git a/_README b/_README
index 03a61a1..d9cdf76 100644
--- a/_README
+++ b/_README
@@ -282,6 +282,10 @@ Patch:  1059_linux-3.14.60.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.60
 
+Patch:  1060_linux-3.14.61.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.61
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1060_linux-3.14.61.patch b/1060_linux-3.14.61.patch
new file mode 100644
index 000..9b42d08
--- /dev/null
+++ b/1060_linux-3.14.61.patch
@@ -0,0 +1,2765 @@
+diff --git a/Makefile b/Makefile
+index 502255cebc9a..fbf4ec689957 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 60
++SUBLEVEL = 61
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/parisc/include/uapi/asm/mman.h 
b/arch/parisc/include/uapi/asm/mman.h
+index 294d251ca7b2..2ae13ce592e8 100644
+--- a/arch/parisc/include/uapi/asm/mman.h
 b/arch/parisc/include/uapi/asm/mman.h
+@@ -46,16 +46,6 @@
+ #define MADV_DONTFORK 10  /* don't inherit across fork */
+ #define MADV_DOFORK   11  /* do inherit across fork */
+ 
+-/* The range 12-64 is reserved for page size specification. */
+-#define MADV_4K_PAGES   12  /* Use 4K pages  */
+-#define MADV_16K_PAGES  14  /* Use 16K pages */
+-#define MADV_64K_PAGES  16  /* Use 64K pages */
+-#define MADV_256K_PAGES 18  /* Use 256K pages */
+-#define MADV_1M_PAGES   20  /* Use 1 Megabyte pages */
+-#define MADV_4M_PAGES   22  /* Use 4 Megabyte pages */
+-#define MADV_16M_PAGES  24  /* Use 16 Megabyte pages */
+-#define MADV_64M_PAGES  26  /* Use 64 Megabyte pages */
+-
+ #define MADV_MERGEABLE   65   /* KSM may merge identical pages */
+ #define MADV_UNMERGEABLE 66   /* KSM may not merge identical pages */
+ 
+diff --git a/arch/parisc/include/uapi/asm/siginfo.h 
b/arch/parisc/include/uapi/asm/siginfo.h
+index d7034728f377..1c75565d984b 100644
+--- a/arch/parisc/include/uapi/asm/siginfo.h
 b/arch/parisc/include/uapi/asm/siginfo.h
+@@ -1,6 +1,10 @@
+ #ifndef _PARISC_SIGINFO_H
+ #define _PARISC_SIGINFO_H
+ 
++#if defined(__LP64__)
++#define __ARCH_SI_PREAMBLE_SIZE   (4 * sizeof(int))
++#endif
++
+ #include 
+ 
+ #undef NSIGTRAP
+diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c
+index 1cba8f29bb49..78bb6dd88e03 100644
+--- a/arch/parisc/kernel/signal.c
 b/arch/parisc/kernel/signal.c
+@@ -442,6 +442,55 @@ handle_signal(unsigned long sig, siginfo_t *info, struct 
k_sigaction *ka,
+   regs->gr[28]);
+ }
+ 
++/*
++ * Check how the syscall number gets loaded into %r20 within
++ * the delay branch in userspace and adjust as needed.
++ */
++
++static void check_syscallno_in_delay_branch(struct pt_regs *regs)
++{
++  u32 opcode, source_reg;
++  u32 __user *uaddr;
++  int err;
++
++  /* Usually we don't have to restore %r20 (the system call number)
++   * because it gets loaded in the delay slot of the branch external
++   * instruction via the ldi instruction.
++   * In some cases a register-to-register copy instruction might have
++   * been used instead, in which case we need to copy the syscall
++   * number into the source register before returning to userspace.
++   */
++
++  /* A syscall is just a branch, so all we have to do is fiddle the
++   * return pointer so that the ble instruction gets executed again.
++   */
++  regs->gr[31] -= 8; /* delayed branching */
++
++  /* Get assembler opcode of code in delay branch */
++  uaddr = (unsigned int *) ((regs->gr[31] & ~3) + 4);
++  err = get_user(opcode, uaddr);
++  if (err)
++  return;
++
++  /* Check if delay branch uses "ldi int,%r20" */
++  if ((opcode & 0x) == 0x3414)
++  return; /* everything ok, just return */
++
++  /* Check if delay branch uses "nop" */
++  if (opcode == INSN_NOP)
++  return;
++
++  /* Check if delay branch uses "copy %rX,%r20" */
++  if ((opcode & 0xffe0) == 0x08000254) {
++  source_reg = (opcode >> 16) & 31;
++  regs->gr[source_reg] = regs->gr[20];
++  return;
++  }
++
++  pr_warn("syscall restart: %s (pid %d): unexpected opcode 0x%08x\n",
++  current->comm, task_pid_nr(current), 

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

2016-02-17 Thread Stephen Klimaszewski
commit: 596b4af567f9314a9c87f0baa445efb6d7b449a3
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Wed Feb 17 23:52:51 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Wed Feb 17 23:52:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596b4af5

dev-libs/libxml2: Mark 2.9.2-r4 stable for arm64

Somehow this wasn't stabled, even though gettext deps on it and that is stable 
for arm64.
Tests pass on Cortex A53

Package-Manager: portage-2.2.27

 dev-libs/libxml2/libxml2-2.9.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild 
b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
index 9797597..195aaa2 100644
--- a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.xmlsoft.org/;
 
 LICENSE="MIT"
 SLOT="2"
-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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 
 XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite;



[gentoo-commits] dev/bicatali:master commit in: dev-python/netcdf4-python/

2016-02-17 Thread Sebastien Fabbro
commit: 633c382330bebf11296736266332cc90ebffa53f
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Feb 18 00:06:02 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Feb 18 00:06:02 2016 +
URL:https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=633c3823

dev-python/netcdf4-python: updated in main tree

 dev-python/netcdf4-python/Manifest |  1 -
 dev-python/netcdf4-python/metadata.xml | 18 
 .../netcdf4-python/netcdf4-python-1.2.1.ebuild | 34 --
 3 files changed, 53 deletions(-)

diff --git a/dev-python/netcdf4-python/Manifest 
b/dev-python/netcdf4-python/Manifest
deleted file mode 100644
index be7cf60..000
--- a/dev-python/netcdf4-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST netCDF4-1.2.1.tar.gz 663169 SHA256 
3e0e71fc12af077a4737e75b6f421369e8170edc2cef0404d1164ae9ff38ef73 SHA512 
05f419f7d80576843fb6c2ee7fb0d4f1be92861cb53024c71eac297f3a94bfcbd224470164174786ec9fcdd4081f2f4fc59cbcebf7a606c66d686776bc1cce8c
 WHIRLPOOL 
ae76ffdebe34b72660c8e4f8687f8389b46ab07480a61be8e86b41a9bc2c0b9f9d9974c22837d047d6ecc155264c1d2227cade51294bcfa121609b3ed253a531

diff --git a/dev-python/netcdf4-python/metadata.xml 
b/dev-python/netcdf4-python/metadata.xml
deleted file mode 100644
index 5d31d8f..000
--- a/dev-python/netcdf4-python/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  sci
-  
-j...@gentoo.org
-  
-  
-netcdf4-python is a Python interface to the netCDF C library.
-netCDF version 4 can read and write files in both the new netCDF 4
-and the old netCDF 3 format, and can create files that are readable
-by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and 
-should be familiar to users of that module.
-  
-  
-netCDF4
-  
-

diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild 
b/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
deleted file mode 100644
index ddef28a..000
--- a/dev-python/netcdf4-python/netcdf4-python-1.2.1.ebuild
+++ /dev/null
@@ -1,34 +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 python3_4 python3_5 )
-
-inherit distutils-r1
-
-MY_PN="netCDF4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python/numpy interface to the netCDF C library"
-HOMEPAGE="http://unidata.github.io/netcdf4-python;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   dev-python/numpy
-   sci-libs/hdf5
-   sci-libs/netcdf:=[hdf,hdf5]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-python_test() {
-   cd test || die
-   ${PYTHON} run_all.py || die
-}



[gentoo-commits] dev/bicatali:master commit in: profiles/

2016-02-17 Thread Sebastien Fabbro
commit: 69db4a3656a3c4c08aa69f63bad776935fa4b31c
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Feb 18 00:24:51 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Feb 18 00:24:51 2016 +
URL:https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=69db4a36

autogenerated data

 profiles/use.local.desc | 52 +
 1 file changed, 52 insertions(+)

diff --git a/profiles/use.local.desc b/profiles/use.local.desc
new file mode 100644
index 000..bf12bd7
--- /dev/null
+++ b/profiles/use.local.desc
@@ -0,0 +1,52 @@
+# This file is deprecated as per GLEP 56 in favor of metadata.xml. Please add
+# your descriptions to your package's metadata.xml ONLY.
+# * generated automatically using egencache *
+
+dev-libs/starpu:cuda - Enable NVIDIA CUDA toolkit support
+dev-libs/starpu:gcc-plugin - Enable GCC extension plugin (experimental)
+dev-libs/starpu:opencl - Enable OpenCL support
+net-fs/cvmfs:aufs - Use AUFS instead of OverlayFS for the server
+net-fs/cvmfs:server - Install the CVMFS server (needs apache and OverlayFS)
+net-fs/cvmfs:test-programs - Install unit test programs
+sci-astronomy/wcslib:fits - Enable support for the FITS format through 
sci-libs/cfitsio
+sci-astronomy/wcslib:pgplot - Builds PGBSOX routines, needs sci-libs/pgplot 
library
+sci-libs/armadillo:arpack - Link with sci-libs/arpack libraries for eigen 
decomposition
+sci-libs/armadillo:atlas - Link with sci-libs/atlas libraries for cblas and 
clapack
+sci-libs/armadillo:mkl - Use matrix allocation from the Intel MKL sci-libs/mkl
+sci-libs/armadillo:superlu - Use SuperLU for sparse linear equation solving 
sci-libs/superlu
+sci-libs/armadillo:tbb - Use matrix allocation from the Threads Building 
Blocks dev-cpp/tbb
+sci-libs/ceres-solver:c++11 - Use C++11 compiler features instead of internal 
ones
+sci-libs/ceres-solver:cxsparse - Enable simple support for sparse matrix 
algebra from sci-libs/cxsparse with no LAPACK dependencies
+sci-libs/ceres-solver:gflags - Use dev-cpp/gflags for flag parsing
+sci-libs/ceres-solver:protobuf - Use dev-libs/protobuf to encode structured 
data
+sci-libs/ceres-solver:schur - Enable fixed-size schur specializations (disable 
if binary size is an issue)
+sci-libs/ceres-solver:sparse - Enable support for sparse matrix algebra with 
various packages from SuiteSparse instead of Eigen Sparse
+sci-libs/cfitsio:tools - Build execs fpack, funpack, imcopy, fitscopy, listhead
+sci-libs/gdal:armadillo - Use sci-libs/armadillo for faster TPS transform 
computation
+sci-libs/gdal:aux_xml - Enable Portable Auxilliary Metadata generation
+sci-libs/gdal:fits - Enable support for NASA's sci-libs/cfitsio library
+sci-libs/gdal:geos - Add support for geometry engine (sci-libs/geos)
+sci-libs/gdal:gml - Enable support for dev-libs/xerces-c C++ API
+sci-libs/gdal:hdf5 - Add support for the Hierarchical Data Format v5 
(sci-libs/hdf5)
+sci-libs/gdal:mdb - Enable support for Microsoft Access database
+sci-libs/gdal:ogdi - Enable support for the open geographic datastore 
interface (sci-libs/ogdi)
+sci-libs/gdal:opencl - Enable OpenCL support
+sci-libs/gdal:spatialite - Enable Spatial DBMS over sqlite dev-db/spatialite
+sci-libs/gdal:xls - Add the dev-libs/freexl library for xls import support
+sci-libs/netcdf:dap - Support for remote data access with the built-in OPeNDAP 
client
+sci-libs/netcdf:hdf - Add support for the Hierarchical Data Format v.4 
sci-libs/hdf
+sci-libs/netcdf:tools - Build the utilities nccopy, ncgen and ncdump
+sci-libs/vtk:R - Enable support for dev-lang/R
+sci-libs/vtk:all-modules - Build all modules
+sci-libs/vtk:boost - Add support for boost
+sci-libs/vtk:cg - Use nvidia's cg shaders
+sci-libs/vtk:gdal - Support for gdal formated data
+sci-libs/vtk:imaging - Building Imaging modules
+sci-libs/vtk:json - Support for json formated data
+sci-libs/vtk:kaapi - Use sci-libs/xkaapi to handle smp support
+sci-libs/vtk:offscreen - Offscreen rendering through OSMesa
+sci-libs/vtk:rendering - Building Redering modules
+sci-libs/vtk:tbb - Use dev-cpp/tbb to handle smp support
+sci-libs/vtk:views - Building Views modules
+sci-libs/vtk:web - Install web component
+sci-libs/vtk:xdmf2 - Support for xdmf2 formated data



[gentoo-commits] dev/bicatali:master commit in: dev-libs/starpu/

2016-02-17 Thread Sebastien Fabbro
commit: 1cf691bf712c6b9cf2793342989a595144de2eb2
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Feb 18 00:26:53 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Feb 18 00:26:53 2016 +
URL:https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=1cf691bf

dev-libs/starpu: in main tree

 dev-libs/starpu/Manifest|  1 -
 dev-libs/starpu/metadata.xml| 22 --
 dev-libs/starpu/starpu-1.1.5.ebuild | 84 -
 3 files changed, 107 deletions(-)

diff --git a/dev-libs/starpu/Manifest b/dev-libs/starpu/Manifest
deleted file mode 100644
index e0dda49..000
--- a/dev-libs/starpu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST starpu-1.1.5.tar.gz 5209660 SHA256 
3b93d3d54b2bd4c96d49ca4a46f6d4ed077c7d7602baa2044152ef55ad5d9b15 SHA512 
e22a51c601c1997f6a9279e87b22a96f2b25a9c8bb4b715ee3a048ed8af638997610ba72c7b42f61d9401464464c57402feebc76368f9df6ca84fa1305baeedd
 WHIRLPOOL 
dc2e17be76b58e5c2c902f653d2e2cf4961cf2618347d2f7ebe7b7597c0c5abfb93690e117ded809ae9f84586b380e8355fd8767a09974a479b06c76addd48b7

diff --git a/dev-libs/starpu/metadata.xml b/dev-libs/starpu/metadata.xml
deleted file mode 100644
index 362d944..000
--- a/dev-libs/starpu/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-  bicat...@gentoo.org
-  Feel free to update and/or fix
-
-
-  StarPU is a runtime system that offers support for heterogeneous
-  multicore machines. While many efforts are devoted to design efficient
-  computation kernels for those architectures (e.g. to implement BLAS
-  kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
-  offloading such kernels (and implementing data coherency across
-  the machine), but it also makes sure the kernels are executed as
-  efficiently as possible.
-
-
-  Enable NVIDIA CUDA toolkit support
-  Enable GCC extension plugin (experimental)
-  Enable OpenCL support
-
-

diff --git a/dev-libs/starpu/starpu-1.1.5.ebuild 
b/dev-libs/starpu/starpu-1.1.5.ebuild
deleted file mode 100644
index 73f5a66..000
--- a/dev-libs/starpu/starpu-1.1.5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils toolchain-funcs cuda
-
-DESCRIPTION="Unified runtime system for heterogeneous multicore architectures"
-HOMEPAGE="http://runtime.bordeaux.inria.fr/StarPU/;
-SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl qt4
-   static-libs test"
-
-RDEPEND="
-   sys-apps/hwloc:0=
-   sci-mathematics/glpk:0=
-   blas? ( virtual/blas )
-   cuda? ( dev-util/nvidia-cuda-toolkit
-   x11-drivers/nvidia-drivers
-   blas? ( sci-libs/magma ) )
-   fftw? ( sci-libs/fftw:3.0= )
-   mpi? ( virtual/mpi )
-   opencl? ( virtual/opencl )
-   opengl? ( media-libs/freeglut:0= )
-   qt4? (  >=dev-qt/qtgui-4.7:4
-   >=dev-qt/qtopengl-4.7:4
-   >=dev-qt/qtsql-4.7:4
-   x11-libs/qwt:5 )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen virtual/latex-base )
-   test? ( gcc-plugin? ( dev-scheme/guile ) )"
-
-src_prepare() {
-   # upstream did not want the patches so apply sed's
-   sed -i -e 's/-O3 $CFLAGS/$CFLAGS/' configure.ac || die
-   sed -i -e '/Libs.private/s/@LDFLAGS@//g' *.pc.in */*.pc.in || die
-   autotools-utils_src_prepare
-   use cuda && cuda_src_prepare
-}
-
-src_configure() {
-   use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)"
-
-   local myeconfargs=(
-   --disable-build-examples
-   $(use_enable cuda)
-   $(use_enable debug)
-   $(use_enable doc build-doc)
-   $(use_enable fftw starpufft)
-   $(use_enable gcc-plugin gcc-extensions)
-   $(use_enable opencl)
-   $(use_enable opengl opengl-render)
-   $(use_enable qt4 starpu-top)
-   $(use_with mpi mpicc "$(type -P mpicc)")
-   $(use cuda && use_enable blas magma)
-   $(use mpi && use_enable test mpi-check)
-   )
-   autotools-utils_src_configure
-}
-
-src_test() {
-   autotools-utils_src_test -j1 showcheck
-}
-
-src_install() {
-   autotools-utils_src_install
-   if use doc; then
-   dodoc "${BUILD_DIR}"/doc/doxygen/*.pdf
-   dohtml -r "${BUILD_DIR}"/doc/doxygen/html/*
-   fi
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-   fi
-}



[gentoo-commits] dev/bicatali:master commit in: dev-python/autobahn/

2016-02-17 Thread Sebastien Fabbro
commit: 53d1049c58d97a76c45871e4f50df032ddf3d55e
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Feb 18 00:01:14 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Feb 18 00:01:14 2016 +
URL:https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=53d1049c

dev-python/autobahn: updated in main tree

 dev-python/autobahn/Manifest   |  1 -
 dev-python/autobahn/autobahn-0.10.9.ebuild | 51 --
 dev-python/autobahn/metadata.xml   | 11 ---
 3 files changed, 63 deletions(-)

diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest
deleted file mode 100644
index 2bb6801..000
--- a/dev-python/autobahn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST autobahn-0.10.9.tar.gz 158400 SHA256 
3fecc1e2a26a0421128ddcfb4e577f0bc669dd65d0e0fdad1c773965cbcef75a SHA512 
5e6185d52a2766f92bb4a1feb4668f2d2cfceae75345baf5db6134466f1ffeaa4890ed92eda71607b8cb120a6cca261b8743dbf40bfb8e34e69da3e5f5b4723e
 WHIRLPOOL 
78ad1fdd2287338512d75bacf44aaeb7119adf8c91af70feb5dcd2feea69f1418e04a212b3ca0eb07aca9be8a845c5682708d182b8a7eb989331131d5b8d172a

diff --git a/dev-python/autobahn/autobahn-0.10.9.ebuild 
b/dev-python/autobahn/autobahn-0.10.9.ebuild
deleted file mode 100644
index 01ebae8..000
--- a/dev-python/autobahn/autobahn-0.10.9.ebuild
+++ /dev/null
@@ -1,51 +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 python3_{3,4} )
-
-inherit distutils-r1 versionator
-
-MY_P="${PN}-$(replace_version_separator 3 -)"
-
-DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
-HOMEPAGE="http://autobahn.ws/python/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   $(python_gen_cond_dep 'virtual/python-asyncio[${PYTHON_USEDEP}]' 
'python3*')
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/lz4-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-   >=dev-python/snappy-0.5[${PYTHON_USEDEP}]
-   >=dev-python/trollius-2.0[${PYTHON_USEDEP}]
-   >=dev-python/twisted-core-12.1[$(python_gen_usedep python2*)]
-   >=dev-python/txaio-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ujson-1.33[${PYTHON_USEDEP}]
-   >=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-3.6[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
-   # gentoo bug 504240
-export TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE=1
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/autobahn/metadata.xml b/dev-python/autobahn/metadata.xml
deleted file mode 100644
index f67d1e1..000
--- a/dev-python/autobahn/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  python
-  
-j...@gentoo.org
-  
-  
-autobahn
-  
-



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

2016-02-17 Thread Sebastien Fabbro
commit: dc8eac15691012571ae9baf3bdcc5bc729585875
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Feb 18 00:20:32 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Feb 18 00:21:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8eac15

dev-python/netcdf4-python: version bump

Package-Manager: portage-2.2.27

 dev-python/netcdf4-python/Manifest |  1 +
 dev-python/netcdf4-python/metadata.xml |  9 +-
 .../netcdf4-python/netcdf4-python-1.2.2.ebuild | 34 ++
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/dev-python/netcdf4-python/Manifest 
b/dev-python/netcdf4-python/Manifest
index 4c6560d..e894b2c 100644
--- a/dev-python/netcdf4-python/Manifest
+++ b/dev-python/netcdf4-python/Manifest
@@ -1 +1,2 @@
 DIST netCDF4-1.0.4.tar.gz 521990 SHA256 
99f5eaebae2fae92759d13b790dde4226b2b8c83a68f86543c41c7998cba53b7 SHA512 
acebb8b721720fae8ae8347ac10b3bc213cbc6db763001292ab99db56fc20fd82abc17d5449ad8d75f40edb5bf14f24b0bece725671fcc15bf3b0cb6580c46c5
 WHIRLPOOL 
d664d2a187b5191275bdc6fd6a456b684b4c9b1c6c0249e0299ba15ec10a6433b0859f84bf26148a7ca392e307a40f4bdfd13a7dc7ff8b059d8471f18e939b16
+DIST netCDF4-1.2.2.tar.gz 679107 SHA256 
5e68d0a723ed327e53e90ac73d3dfa25e8da10db9ffba5f2aefd61356722ae9d SHA512 
e09465d125077e71b8aad4332be844099c7fa29d0ea8f1dd0887f7a5e849ab778361026323466b1d4897bc3d8f8be1818cfa5f426773c765ee9c5f3728ff3da3
 WHIRLPOOL 
8fc551fbe6e1628304dd5067a22bbaffbb336c68f8315d5e929927f6ad52b0974b7a412d019b87a65e621e49d720ff1570514af66345e6c46c501ca9d862761e

diff --git a/dev-python/netcdf4-python/metadata.xml 
b/dev-python/netcdf4-python/metadata.xml
index 4fbf56d..b230a3c 100644
--- a/dev-python/netcdf4-python/metadata.xml
+++ b/dev-python/netcdf4-python/metadata.xml
@@ -5,7 +5,14 @@
 s...@gentoo.org
 Gentoo Science Project
   
+  
+netcdf4-python is a Python interface to the netCDF C library.
+netCDF version 4 can read and write files in both the new netCDF 4
+and the old netCDF 3 format, and can create files that are readable
+by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and 
+should be familiar to users of that module.
+  
   
-Unidata/netcdf4-python
+netCDF4
   
 

diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild 
b/dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild
new file mode 100644
index 000..65825e4
--- /dev/null
+++ b/dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+MY_PN="netCDF4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python/numpy interface to the netCDF C library"
+HOMEPAGE="http://unidata.github.io/netcdf4-python;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/numpy
+   sci-libs/hdf5
+   sci-libs/netcdf:=[hdf,hdf5]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_P}
+
+python_test() {
+   cd test || die
+   ${PYTHON} run_all.py || die
+}



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

2016-02-17 Thread Manuel Rüger
commit: 2c75c294815d88f79a9dac8e5cbf1ecd33d1a98f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 23:18:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 23:22:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c75c294

dev-ruby/classifier-reborn: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/classifier-reborn/Manifest|  1 +
 .../classifier-reborn-2.0.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/classifier-reborn/Manifest 
b/dev-ruby/classifier-reborn/Manifest
index 9e13d5d..c0c467b 100644
--- a/dev-ruby/classifier-reborn/Manifest
+++ b/dev-ruby/classifier-reborn/Manifest
@@ -1 +1,2 @@
 DIST classifier-reborn-2.0.3.tar.gz 22888 SHA256 
3cee84bd7bee0b6d64d94d370736eda7283a933afcc8e5b0a93af88e83937213 SHA512 
37e6c078de65ac7851acc9e5ea3ffbad2dfde1923bf765b6cd936457cdf52d3738e35b84d1ef94e1b5af396e1821f09749090d29fdfaf121f0a0ac50ec9b1418
 WHIRLPOOL 
d5ae8072aaf977404bc389473ce9ce8071c70cc10f886232fd292afa39a879030e6e1ee310fa60d61e36048074da9a8729eeba179cd92798bef1924604071d74
+DIST classifier-reborn-2.0.4.tar.gz 40653 SHA256 
cd6d283a9f3e7aaffe7fe55d30d8f45ea6ba91027931b6c0c63bad007c9de53c SHA512 
f89a075b61c1f36894cc57cba3943174c4414512e6f89dd2fa854126e38132239312f2b3464ffbd9b531d8f2987658fafa9cd8fe29d5f7ad8146984436deddd5
 WHIRLPOOL 
4f1a6c95fa08f4b3eb38078f441801657fdfa91d22e312fc36a46741f30365388b585fc85fca1693752be567ae3e213d82a522718af649d3af6efe8eecbf6c6f

diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild 
b/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild
new file mode 100644
index 000..a02a984
--- /dev/null
+++ b/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild
@@ -0,0 +1,35 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Module to allow Bayesian and other types of classifications"
+HOMEPAGE="https://github.com/jekyll/classifier-reborn;
+SRC_URI="https://github.com/jekyll/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gsl test"
+
+ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
+   !!dev-ruby/classifier
+   gsl? ( dev-ruby/rb-gsl )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   if use !gsl; then
+   sed -e 's/$GSL = true/$GSL = false/'\
+   -e 's/vector_serialize/vector/'\
+   -i lib/${PN}/lsi.rb || die
+   fi
+   # Comment out broken test
+   sed -i -e "/assert 'Normal',/s/^/#/" test/bayes/bayesian_test.rb || die
+}



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

2016-02-17 Thread Alexis Ballier
commit: e2db354ce34f3a4fe03c6c98859393a4a6ef0c85
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 23:19:09 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 23:19:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2db354c

media-sound/lame: add frontend useflag to allow lib only build.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 media-sound/lame/lame-3.99.5-r1.ebuild | 10 ++
 media-sound/lame/metadata.xml  |  1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild 
b/media-sound/lame/lame-3.99.5-r1.ebuild
index 490e597..72692e0 100644
--- a/media-sound/lame/lame-3.99.5-r1.ebuild
+++ b/media-sound/lame/lame-3.99.5-r1.ebuild
@@ -14,13 +14,15 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs"
+IUSE="debug cpu_flags_x86_mmx +frontend mp3rtp sndfile static-libs"
 
 # These deps are without MULTILIB_USEDEP and are correct since we only build
 # libmp3lame for multilib and these deps apply to the lame frontend executable.
 RDEPEND="
-   >=sys-libs/ncurses-5.7-r7:0=
-   sndfile? ( >=media-libs/libsndfile-1.0.2 )
+   frontend? (
+   >=sys-libs/ncurses-5.7-r7:0=
+   sndfile? ( >=media-libs/libsndfile-1.0.2 )
+   )
abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -49,7 +51,7 @@ multilib_src_configure() {
 
# Only build the frontend for the default ABI.
if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then
-   myconf+=" $(use_enable mp3rtp)"
+   myconf+=" $(use_enable mp3rtp) $(use_enable frontend)"
use sndfile && myconf+=" --with-fileio=sndfile"
else
myconf+=" --disable-frontend --disable-mp3rtp"

diff --git a/media-sound/lame/metadata.xml b/media-sound/lame/metadata.xml
index 60f21f1..433fd3d 100644
--- a/media-sound/lame/metadata.xml
+++ b/media-sound/lame/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Sound project
   
   
+Build and install the 'lame' executable frontend to 
lame libraries.
 Build the mp3-to-RTP streaming utility. 
**UNSUPPORTED**
   
   



[gentoo-commits] proj/sci:master commit in: sci-biology/cross_genome/

2016-02-17 Thread Martin Mokrejs
commit: f79c7da15fb569929a0c701f9bb0a95e695228a5
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Wed Feb 17 22:53:05 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed Feb 17 22:53:05 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f79c7da1

sci-biology/cross_genome: donot install cross_genome.csh because it is not 
needed per info from upstream; upstream also states this pakcage does not need 
anything from the phusion2 bundle to be installed

Package-Manager: portage-2.2.26

 sci-biology/cross_genome/cross_genome-20140822.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/cross_genome/cross_genome-20140822.ebuild 
b/sci-biology/cross_genome/cross_genome-20140822.ebuild
index 259cc96..1a29076 100644
--- a/sci-biology/cross_genome/cross_genome-20140822.ebuild
+++ b/sci-biology/cross_genome/cross_genome-20140822.ebuild
@@ -22,6 +22,7 @@ src_prepare(){
 }
 
 src_install(){
-   dobin cross_genome.csh cross_genome
+   # per upstream cross_genome.csh is not needed
+   dobin cross_genome
dodoc README
 }



[gentoo-commits] proj/sci:master commit in: sci-biology/apollo/

2016-02-17 Thread Martin Mokrejs
commit: b552a3fd07b62be17dbb99ad87b4ecbbfa20b3e1
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Wed Feb 17 22:48:26 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed Feb 17 22:48:26 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b552a3fd

fix indent

Package-Manager: portage-2.2.26

 sci-biology/apollo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/apollo/metadata.xml b/sci-biology/apollo/metadata.xml
index 1699e58..f68a1b6 100644
--- a/sci-biology/apollo/metadata.xml
+++ b/sci-biology/apollo/metadata.xml
@@ -5,7 +5,7 @@
 mmokr...@fold.natur.cuni.cz
 Martin Mokrejs
   
-
+  
 sci-biol...@gentoo.org
 Gentoo Biology Project
   



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

2016-02-17 Thread Manuel Rüger
commit: 60d492c865d66af07a1206c262e90d6fa9fefc0b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:37:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:37:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d492c8

dev-ruby/map: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/map/Manifest |  1 +
 dev-ruby/map/map-6.6.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/map/Manifest b/dev-ruby/map/Manifest
index 910e79d..8091266 100644
--- a/dev-ruby/map/Manifest
+++ b/dev-ruby/map/Manifest
@@ -1 +1,2 @@
 DIST map-6.5.5.gem 24064 SHA256 
71d248690fecab630d4efc8bcfbff5ce7a225c107c544cba79f19ead1221731c SHA512 
55014cc5d7e04879f62adf73ce4feb9afee826fac2b6b8493fc81422e418584666fd5d6335dc87cf70e8f980eaa4e0b5b032a3e48442b90c375d5a9907798535
 WHIRLPOOL 
02b445e02932b6ba939f332b51a506912cdd782d88d34db29aed9783acefb856b17a2e767d1cb91ef2a20d2c83b5c4fdc5592d54747aa04619daff5c5efccfdb
+DIST map-6.6.0.gem 23040 SHA256 
153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc SHA512 
26854ee6aec63fde2da94b2c15e6916136ba20f7c47a321d47018b62fa3977168c04da9f2ffae07aabfed415c8d478146db7cef28413a0078b90a095fc6cd9fb
 WHIRLPOOL 
89d0bd22cad6d3981251906ce2e80499c7dc79c83b7b2d0026ab2feaecc5a0286e25e5a5704a7e47233d43c3d575e58fcb343451674c8eeab921e5d7422794b1

diff --git a/dev-ruby/map/map-6.6.0.ebuild b/dev-ruby/map/map-6.6.0.ebuild
new file mode 100644
index 000..44da6df
--- /dev/null
+++ b/dev-ruby/map/map-6.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README"
+
+RUBY_FAKEGEM_GEMSPEC="map.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies"
+HOMEPAGE="https://github.com/ahoward/map;
+
+LICENSE="|| ( Ruby BSD-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's/Config/RbConfig/' Rakefile || die
+}



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

2016-02-17 Thread Manuel Rüger
commit: f23831c30a03392d86d249d9190de37fad7abd59
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:27:32 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:27:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23831c3

dev-ruby/parser: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/parser/Manifest  |  1 +
 dev-ruby/parser/parser-2.3.0.6.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index b002166..556107b 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,3 +1,4 @@
 DIST parser-2.2.3.0.gem 456704 SHA256 
4cb1cf8b34f8d331c9f4a02e4b2f8068cde73b1c957c9c6f24401251d503ab91 SHA512 
8f3c20417fd2c788573f0a0068f03c8bca80f3f3e49b0a2516b5f976e896453707fee50e248968a1f65294cb86f771749decd71d9a56588c1ef5cff9dd048cea
 WHIRLPOOL 
8427e10f57128457a7490b807272fc6d09c6b36d91e8d28a493a429ada2d4a5526b3fa7dcfc3c06013b07e4fcddefdbdacdb8a0a578fefbc701ec8294d727582
 DIST parser-2.3.0.2.gem 503808 SHA256 
4941df938d747bea9922468ce76c7364851439084b09bb066e12314aec2ef03d SHA512 
0b4413d4402e70e7f49ccbeedde8ae59b7815eae488e09d9f36319a2eae82a72a93f2643051b97561edb1f712f2455745649050e5a942a7f33808dd823661de9
 WHIRLPOOL 
27c5861222867ff150bbe69b123506d75567750f46343602baf1620fa998835fc9aceb17c4fcfbf92c62eb590d61b097ee580255fb5b70c58bf6ddeb0ff7e0ba
 DIST parser-2.3.0.4.gem 508928 SHA256 
1c480682d9fc2b19f67520fb250f6f9713ac419e1dd0d71b235122a4991828c6 SHA512 
e9f273a78c40e1ea5861308653d3e284ddb564527eb0d2cc6ca1a495e2ab6453eefabfc0c24784ddd383cd156e47b9824e902b2834955d9d4e3dd9361281a7d0
 WHIRLPOOL 
e48aa6ee3d5467012ada0bed8ab260d77248a0aacf09ea449ec450ec97e7942460e3499131653b1488161e115d5219cde12b39905edee4755ecd63c898e6940d
+DIST parser-2.3.0.6.gem 509440 SHA256 
7fc1c0b72d237c8842ff15d8709acda05cacd38492ce5065dfb1304d659924e4 SHA512 
4c03d201c05ec8a655d8062a90ed4b28b37e1251b9e6797964482c197bdb44b275b40778e787ffbf1360394dac47f7beb5b45877b0145c22e66d61502a199674
 WHIRLPOOL 
ca62cb861cfd6a94e6388696b6e45865bc6b5fdcf21ac3fbab1e450b162c295be5f4c14e2a34c4df1342d08bb559afb27c2e52f708b2a8b6d71b180baf453289

diff --git a/dev-ruby/parser/parser-2.3.0.6.ebuild 
b/dev-ruby/parser/parser-2.3.0.6.ebuild
new file mode 100644
index 000..5ac9378
--- /dev/null
+++ b/dev-ruby/parser/parser-2.3.0.6.ebuild
@@ -0,0 +1,33 @@
+# 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_DOC="yard"
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
+HOMEPAGE="https://github.com/whitequark/parser;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/racc
+   dev-ruby/cliver )"
+ruby_add_rdepend ">=dev-ruby/ast-2.2:0"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e "/simplecov/,+35d" test/helper.rb || die
+}



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

2016-02-17 Thread Manuel Rüger
commit: b07cd0de326c99a115fc79d68e0c4f9128ad36dc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:28:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:28:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07cd0de

dev-ruby/parser: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/parser/Manifest  |  2 --
 dev-ruby/parser/parser-2.2.3.0.ebuild | 33 -
 dev-ruby/parser/parser-2.3.0.2.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index 556107b..7d8369d 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,4 +1,2 @@
-DIST parser-2.2.3.0.gem 456704 SHA256 
4cb1cf8b34f8d331c9f4a02e4b2f8068cde73b1c957c9c6f24401251d503ab91 SHA512 
8f3c20417fd2c788573f0a0068f03c8bca80f3f3e49b0a2516b5f976e896453707fee50e248968a1f65294cb86f771749decd71d9a56588c1ef5cff9dd048cea
 WHIRLPOOL 
8427e10f57128457a7490b807272fc6d09c6b36d91e8d28a493a429ada2d4a5526b3fa7dcfc3c06013b07e4fcddefdbdacdb8a0a578fefbc701ec8294d727582
-DIST parser-2.3.0.2.gem 503808 SHA256 
4941df938d747bea9922468ce76c7364851439084b09bb066e12314aec2ef03d SHA512 
0b4413d4402e70e7f49ccbeedde8ae59b7815eae488e09d9f36319a2eae82a72a93f2643051b97561edb1f712f2455745649050e5a942a7f33808dd823661de9
 WHIRLPOOL 
27c5861222867ff150bbe69b123506d75567750f46343602baf1620fa998835fc9aceb17c4fcfbf92c62eb590d61b097ee580255fb5b70c58bf6ddeb0ff7e0ba
 DIST parser-2.3.0.4.gem 508928 SHA256 
1c480682d9fc2b19f67520fb250f6f9713ac419e1dd0d71b235122a4991828c6 SHA512 
e9f273a78c40e1ea5861308653d3e284ddb564527eb0d2cc6ca1a495e2ab6453eefabfc0c24784ddd383cd156e47b9824e902b2834955d9d4e3dd9361281a7d0
 WHIRLPOOL 
e48aa6ee3d5467012ada0bed8ab260d77248a0aacf09ea449ec450ec97e7942460e3499131653b1488161e115d5219cde12b39905edee4755ecd63c898e6940d
 DIST parser-2.3.0.6.gem 509440 SHA256 
7fc1c0b72d237c8842ff15d8709acda05cacd38492ce5065dfb1304d659924e4 SHA512 
4c03d201c05ec8a655d8062a90ed4b28b37e1251b9e6797964482c197bdb44b275b40778e787ffbf1360394dac47f7beb5b45877b0145c22e66d61502a199674
 WHIRLPOOL 
ca62cb861cfd6a94e6388696b6e45865bc6b5fdcf21ac3fbab1e450b162c295be5f4c14e2a34c4df1342d08bb559afb27c2e52f708b2a8b6d71b180baf453289

diff --git a/dev-ruby/parser/parser-2.2.3.0.ebuild 
b/dev-ruby/parser/parser-2.2.3.0.ebuild
deleted file mode 100644
index 0bc7d5b..000
--- a/dev-ruby/parser/parser-2.2.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/racc
-   dev-ruby/cliver )"
-ruby_add_rdepend "dev-ruby/ast"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/simplecov/,+35d" test/helper.rb || die
-}

diff --git a/dev-ruby/parser/parser-2.3.0.2.ebuild 
b/dev-ruby/parser/parser-2.3.0.2.ebuild
deleted file mode 100644
index 5ac9378..000
--- a/dev-ruby/parser/parser-2.3.0.2.ebuild
+++ /dev/null
@@ -1,33 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
-HOMEPAGE="https://github.com/whitequark/parser;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/racc
-   dev-ruby/cliver )"
-ruby_add_rdepend ">=dev-ruby/ast-2.2:0"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/simplecov/,+35d" test/helper.rb || die
-}



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

2016-02-17 Thread Manuel Rüger
commit: f444d6a3ebd27cabbdc8438470bcb9dbdfb74312
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:26:07 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:26:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f444d6a3

dev-ruby/ast: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/ast/Manifest |  2 --
 dev-ruby/ast/ast-2.0.0.ebuild | 32 
 dev-ruby/ast/ast-2.1.0.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/ast/Manifest b/dev-ruby/ast/Manifest
index ae8b9a9..6558193 100644
--- a/dev-ruby/ast/Manifest
+++ b/dev-ruby/ast/Manifest
@@ -1,3 +1 @@
-DIST ast-2.0.0.gem 14336 SHA256 
e8912628cabb49357e69f741b707b5b92c1be8be596e236589c4c44e6d453cd2 SHA512 
dee0296c4d1bcad6454930778cadf0395b25a87b4c24d15a74d190739344c66bce3f08451868278fc9cea1a420e8548698342264edeccda76b793afabc5ebf6b
 WHIRLPOOL 
3a8ea7c502324261628711ebeb2391045938aa7e95e1d18e235365f58ab89f407162787a7299df3e0a2c112c6943d40e407b38509f993bd627a8d7216e041b6b
-DIST ast-2.1.0.gem 14848 SHA256 
f3066fd52ad2aa5731d5321ea609190deade4f2be251a3891d1cecdc1df74b80 SHA512 
b60fb87ba204456dbb09ed6d747322555e415f5849d67dfb75624c4de2158b65038db7e4762ac6faf6c2b6854b0af8069b13e0b9c33b50eeaf69d5963588403a
 WHIRLPOOL 
eea8653a94d54bd1eef6f081b3197f728593f6f05e8e6632d0f4a672b35e123dd7276d250142ec5a6e222800ca8926ac60bf112f35e44c97464fa0fb3250bfb0
 DIST ast-2.2.0.gem 14848 SHA256 
8be669575d41b7b961a3e6ed370e550bed6083b3f8337ab6c8b506871c02ad92 SHA512 
556b9d68787a05f33f6f7e518971dfc965d326fd1a2e0dd1d16d1360526c598fccb0117a09348da88f6243bb3295dbb6d91fa6bd2a27c19cd7b519105b826aea
 WHIRLPOOL 
da7ca57261786f8bdb6e87733649535bbacd6f0f82614a865019f518177f0e3877df72a9fdc7ffac07af35254b73553340e708d1a8d913039cfd0cbca847cddb

diff --git a/dev-ruby/ast/ast-2.0.0.ebuild b/dev-ruby/ast/ast-2.0.0.ebuild
deleted file mode 100644
index 4972ae2..000
--- a/dev-ruby/ast/ast-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for working with abstract syntax trees"
-HOMEPAGE="https://github.com/whitequark/ast;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/bacon )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/git ls/d" ${PN}.gemspec || die
-   sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || 
die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Itest -a || die
-}

diff --git a/dev-ruby/ast/ast-2.1.0.ebuild b/dev-ruby/ast/ast-2.1.0.ebuild
deleted file mode 100644
index 4972ae2..000
--- a/dev-ruby/ast/ast-2.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for working with abstract syntax trees"
-HOMEPAGE="https://github.com/whitequark/ast;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/bacon )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/git ls/d" ${PN}.gemspec || die
-   sed -i -e "/simplecov/,+11d" -e "/colored_output/d" test/helper.rb || 
die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Itest -a || die
-}



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

2016-02-17 Thread Manuel Rüger
commit: a9445be216d97def01925c9eb585bf28b863f672
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:21:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:21:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9445be2

dev-ruby/rubyntlm: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/rubyntlm/Manifest  |  2 --
 dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild | 17 -
 dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild | 25 -
 3 files changed, 44 deletions(-)

diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest
index 637f0f6..53aeb86 100644
--- a/dev-ruby/rubyntlm/Manifest
+++ b/dev-ruby/rubyntlm/Manifest
@@ -1,4 +1,2 @@
-DIST rubyntlm-0.4.0.gem 21504 SHA256 
bd10dcab5f1166e10049f0649a28f49bcc56c0592683d094a2852dd62b8ab50f SHA512 
33a845b3b898d5e45ef51d4c3ab9a928789d2506c9854dedac2afb71b639abd91054c89357a0f33f975984172b8b7bf58c22a6ec50e4ab423d3269910284151e
 WHIRLPOOL 
a67927dde3fc3b539640d5d346e239c4fd0db4c0f3e7af1836c619ee942920a9f5f7c26e7035d0dfe9ef98de610fefb945ab6ed480403437e94af4ac6a64e59f
-DIST rubyntlm-0.5.2.gem 27648 SHA256 
a78d87ad0c3642e523fa509f4bd23116391629f8cb6aa6484f02010a0d328812 SHA512 
29a29756b6788257f2ed9a3a7ef5cbdcd4b7871922658d922c46ee127a89848232450cb17b23d8f7fda023399d4ec9b1029c51f7a2fb7cdc635028e56e340aa5
 WHIRLPOOL 
2ca8f47da195826ae1762ffbc5d9ce2f60f5c9ff40a846136eeb61104ab43ebafecb2ecda3500b5a9fbb03ae002df6a219d866fff1c63448351b30901aca72d3
 DIST rubyntlm-0.5.3.gem 27648 SHA256 
67b102621103d59f80553c5f9924c7def90ae3c98b404495dd3411d557d1bb48 SHA512 
d7a86bc3e66aed77285e0a065c13e1a4211a7148d90e4f14da308c49dc080bab000cd77d1ae89149f5b671f111ac65ead1363e08944b6aff54e35b096f0a
 WHIRLPOOL 
d396cc6307b0118dda9034b4801275f7bb348daa56f309c6e4f2636564f1903d9a11375b338a3f9299295404a2f70f25063bdc023137611e7a5795c3e2f05a09
 DIST rubyntlm-0.6.0.gem 31232 SHA256 
f7e9b5054106fdbe9117719282f99177c95bea57d9ff76b1799e551028656102 SHA512 
522142632d9f979b26b29017dcbc39dcc6caa75b235bcc89bf83e04db68e550a38f3c967c36acf61e910b4a2748089d0ccdd184754a8fe6f33e8494ef6b4f3bd
 WHIRLPOOL 
95341aaafc27c93ef51b36da28cf540ce474b7bd9f4f9a66ec59c8faf82ee3f6edd62e1bfddab6c24156bc0233dcb38697d8b59e7b25b0c851ff70556891542e

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild
deleted file mode 100644
index b4b39a4..000
--- a/dev-ruby/rubyntlm/rubyntlm-0.4.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM 
authentication."
-HOMEPAGE="http://rubygems.org/gems/rubyntlm;
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild
deleted file mode 100644
index 73d06f2..000
--- a/dev-ruby/rubyntlm/rubyntlm-0.5.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM 
authentication."
-HOMEPAGE="https://github.com/winrb/rubyntlm;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
-}



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

2016-02-17 Thread Manuel Rüger
commit: 8d5d159218b79047d81d4defa43e26e6140eec92
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:20:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:20:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5d1592

dev-ruby/rubyntlm: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/rubyntlm/Manifest  |  1 +
 dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest
index 0eed512..637f0f6 100644
--- a/dev-ruby/rubyntlm/Manifest
+++ b/dev-ruby/rubyntlm/Manifest
@@ -1,3 +1,4 @@
 DIST rubyntlm-0.4.0.gem 21504 SHA256 
bd10dcab5f1166e10049f0649a28f49bcc56c0592683d094a2852dd62b8ab50f SHA512 
33a845b3b898d5e45ef51d4c3ab9a928789d2506c9854dedac2afb71b639abd91054c89357a0f33f975984172b8b7bf58c22a6ec50e4ab423d3269910284151e
 WHIRLPOOL 
a67927dde3fc3b539640d5d346e239c4fd0db4c0f3e7af1836c619ee942920a9f5f7c26e7035d0dfe9ef98de610fefb945ab6ed480403437e94af4ac6a64e59f
 DIST rubyntlm-0.5.2.gem 27648 SHA256 
a78d87ad0c3642e523fa509f4bd23116391629f8cb6aa6484f02010a0d328812 SHA512 
29a29756b6788257f2ed9a3a7ef5cbdcd4b7871922658d922c46ee127a89848232450cb17b23d8f7fda023399d4ec9b1029c51f7a2fb7cdc635028e56e340aa5
 WHIRLPOOL 
2ca8f47da195826ae1762ffbc5d9ce2f60f5c9ff40a846136eeb61104ab43ebafecb2ecda3500b5a9fbb03ae002df6a219d866fff1c63448351b30901aca72d3
 DIST rubyntlm-0.5.3.gem 27648 SHA256 
67b102621103d59f80553c5f9924c7def90ae3c98b404495dd3411d557d1bb48 SHA512 
d7a86bc3e66aed77285e0a065c13e1a4211a7148d90e4f14da308c49dc080bab000cd77d1ae89149f5b671f111ac65ead1363e08944b6aff54e35b096f0a
 WHIRLPOOL 
d396cc6307b0118dda9034b4801275f7bb348daa56f309c6e4f2636564f1903d9a11375b338a3f9299295404a2f70f25063bdc023137611e7a5795c3e2f05a09
+DIST rubyntlm-0.6.0.gem 31232 SHA256 
f7e9b5054106fdbe9117719282f99177c95bea57d9ff76b1799e551028656102 SHA512 
522142632d9f979b26b29017dcbc39dcc6caa75b235bcc89bf83e04db68e550a38f3c967c36acf61e910b4a2748089d0ccdd184754a8fe6f33e8494ef6b4f3bd
 WHIRLPOOL 
95341aaafc27c93ef51b36da28cf540ce474b7bd9f4f9a66ec59c8faf82ee3f6edd62e1bfddab6c24156bc0233dcb38697d8b59e7b25b0c851ff70556891542e

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild
new file mode 100644
index 000..97f93d8
--- /dev/null
+++ b/dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild
@@ -0,0 +1,25 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM 
authentication."
+HOMEPAGE="https://github.com/winrb/rubyntlm;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
+}



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

2016-02-17 Thread Manuel Rüger
commit: 9271b578f7dd27835a5f6a1b968048a98958d2ac
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:17:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:17:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9271b578

dev-ruby/ruby-mp3info: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/ruby-mp3info/Manifest  |  2 --
 dev-ruby/ruby-mp3info/ruby-mp3info-0.8.6.ebuild | 32 -
 dev-ruby/ruby-mp3info/ruby-mp3info-0.8.7.ebuild | 32 -
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/ruby-mp3info/Manifest b/dev-ruby/ruby-mp3info/Manifest
index e1d9b29..189a7da 100644
--- a/dev-ruby/ruby-mp3info/Manifest
+++ b/dev-ruby/ruby-mp3info/Manifest
@@ -1,4 +1,2 @@
-DIST ruby-mp3info-0.8.6-git.tgz 88463 SHA256 
1b52aff957da105641fcb1713a4afdb031aa6dcc064b1f81f36b744e00754f1f SHA512 
3b536850d18a6ab0da9a9d096c79b78e6ec2b8fec78a551dc1b44a94b97a77a37fbb8db7d3fc6fa41c1b0732d949de624b89bf28119752c0486f703a1d0873ea
 WHIRLPOOL 
8edbd44d271f77fa2eee2cb4cbba1b30af626e4a496dc55b91b3ac5470e237b651c715fa56ace937ab985ea1640823f11ccd0e30afc8de7fd0c5a8e344658e9e
-DIST ruby-mp3info-0.8.7-git.tgz 89119 SHA256 
f7e5df39b44748f7ceb2d246ecbafbc66b35144d0e7b789db3e04993d5bfea8b SHA512 
4b1cfdd4c94d98a78fddeb67639265c5d1aa333fae847ac42663bb93d2e8380d46b6e87482c117001cc14ad9b1f6f2cc2dbb865c5fd12c4ec22e6ca26565685a
 WHIRLPOOL 
8345b8d5e6ad5254a5313dfbf310953c8904e38586cea4d029c73ad4c09700fe25064d807528ae83d45da32511b8c3a254d721b3350f340984958ba9ec391cd5
 DIST ruby-mp3info-0.8.8-git.tgz 89283 SHA256 
0a114f8223865531f6423f7f8c4c351d7db3dc0e91b3eaa8b3dbf4098a313357 SHA512 
8cfd98cdd04e214b2905ebb7563f2af16833985efdbf53339233902d1a3c323936edac4e618c96b6903ff6282d9e2e6f399f80dae3b98deb32971e00b4efce6c
 WHIRLPOOL 
f64bf52ffc17ddedf527f494c76bfa8791de6a3a79e309ee13ff217202edee2f6655a1009771643cf9ea1d7c23a6f9dbb87474e9ac3e65ac19eb8444ae7f57b8
 DIST ruby-mp3info-0.8.9-git.tgz 89364 SHA256 
5882525a3b336026bf48147a1343d7b2e5b49d72133d5567aa247578842e5c18 SHA512 
ff1911c9468271126e5bc4bb5bcb03ffae9c25bfae7b73d49bc7ea35f42561d9e335cc08476d229b683ebed5fe4aa65647de3586efab6c81644d5ee7983995a2
 WHIRLPOOL 
4606131f10aa8ff99c207f3931439f1f4c0a3427acd34e85fbc544ac985f9e94f1b266bf497fd7f870ac08b6b09eb8d17ad754b548eab7203ed97aaa4496ec87

diff --git a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.6.ebuild 
b/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.6.ebuild
deleted file mode 100644
index eb2623a..000
--- a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pure Ruby library for access to mp3 files (internal infos and 
tags)"
-HOMEPAGE="http://rubyforge.org/projects/ruby-mp3info/;
-SRC_URI="https://github.com/moumar/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND+=" test? ( media-sound/id3v2 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Use a newer test-unit than is shipped with ruby19
-   sed -i -e '6igem "test-unit"' test/test_ruby-mp3info.rb || die
-}

diff --git a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.7.ebuild 
b/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.7.ebuild
deleted file mode 100644
index eb2623a..000
--- a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pure Ruby library for access to mp3 files (internal infos and 
tags)"
-HOMEPAGE="http://rubyforge.org/projects/ruby-mp3info/;
-SRC_URI="https://github.com/moumar/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND+=" test? ( media-sound/id3v2 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Use a newer test-unit than is shipped with ruby19
-   sed -i -e '6igem "test-unit"' test/test_ruby-mp3info.rb || die
-}



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

2016-02-17 Thread Manuel Rüger
commit: 6e9f63981e3640203e58530c413b4395b2bea321
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:16:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:17:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9f6398

dev-ruby/ruby-mp3info: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/ruby-mp3info/Manifest  |  1 +
 dev-ruby/ruby-mp3info/ruby-mp3info-0.8.9.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/ruby-mp3info/Manifest b/dev-ruby/ruby-mp3info/Manifest
index bda7b9f..e1d9b29 100644
--- a/dev-ruby/ruby-mp3info/Manifest
+++ b/dev-ruby/ruby-mp3info/Manifest
@@ -1,3 +1,4 @@
 DIST ruby-mp3info-0.8.6-git.tgz 88463 SHA256 
1b52aff957da105641fcb1713a4afdb031aa6dcc064b1f81f36b744e00754f1f SHA512 
3b536850d18a6ab0da9a9d096c79b78e6ec2b8fec78a551dc1b44a94b97a77a37fbb8db7d3fc6fa41c1b0732d949de624b89bf28119752c0486f703a1d0873ea
 WHIRLPOOL 
8edbd44d271f77fa2eee2cb4cbba1b30af626e4a496dc55b91b3ac5470e237b651c715fa56ace937ab985ea1640823f11ccd0e30afc8de7fd0c5a8e344658e9e
 DIST ruby-mp3info-0.8.7-git.tgz 89119 SHA256 
f7e5df39b44748f7ceb2d246ecbafbc66b35144d0e7b789db3e04993d5bfea8b SHA512 
4b1cfdd4c94d98a78fddeb67639265c5d1aa333fae847ac42663bb93d2e8380d46b6e87482c117001cc14ad9b1f6f2cc2dbb865c5fd12c4ec22e6ca26565685a
 WHIRLPOOL 
8345b8d5e6ad5254a5313dfbf310953c8904e38586cea4d029c73ad4c09700fe25064d807528ae83d45da32511b8c3a254d721b3350f340984958ba9ec391cd5
 DIST ruby-mp3info-0.8.8-git.tgz 89283 SHA256 
0a114f8223865531f6423f7f8c4c351d7db3dc0e91b3eaa8b3dbf4098a313357 SHA512 
8cfd98cdd04e214b2905ebb7563f2af16833985efdbf53339233902d1a3c323936edac4e618c96b6903ff6282d9e2e6f399f80dae3b98deb32971e00b4efce6c
 WHIRLPOOL 
f64bf52ffc17ddedf527f494c76bfa8791de6a3a79e309ee13ff217202edee2f6655a1009771643cf9ea1d7c23a6f9dbb87474e9ac3e65ac19eb8444ae7f57b8
+DIST ruby-mp3info-0.8.9-git.tgz 89364 SHA256 
5882525a3b336026bf48147a1343d7b2e5b49d72133d5567aa247578842e5c18 SHA512 
ff1911c9468271126e5bc4bb5bcb03ffae9c25bfae7b73d49bc7ea35f42561d9e335cc08476d229b683ebed5fe4aa65647de3586efab6c81644d5ee7983995a2
 WHIRLPOOL 
4606131f10aa8ff99c207f3931439f1f4c0a3427acd34e85fbc544ac985f9e94f1b266bf497fd7f870ac08b6b09eb8d17ad754b548eab7203ed97aaa4496ec87

diff --git a/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.9.ebuild 
b/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.9.ebuild
new file mode 100644
index 000..9e3b5ef
--- /dev/null
+++ b/dev-ruby/ruby-mp3info/ruby-mp3info-0.8.9.ebuild
@@ -0,0 +1,27 @@
+# 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="History.txt README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby library for access to mp3 files (internal infos and 
tags)"
+HOMEPAGE="http://rubyforge.org/projects/ruby-mp3info/;
+SRC_URI="https://github.com/moumar/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND+=" test? ( media-sound/id3v2 )"
+
+ruby_add_bdepend "doc? ( dev-ruby/hoe )"
+ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/test-unit:2 )"



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

2016-02-17 Thread Alexis Ballier
commit: 5b0405a4c5df5b73c29a53e2c89e7780e05c8f86
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 22:15:10 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 22:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0405a4

media-video/mplayer: bump to 1.3.0 and update ffmpeg dep in live ebuild.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 media-video/mplayer/Manifest  | 1 +
 media-video/mplayer/{mplayer-.ebuild => mplayer-1.3.0.ebuild} | 4 ++--
 media-video/mplayer/mplayer-.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-video/mplayer/Manifest b/media-video/mplayer/Manifest
index 409cd85..9ea4a43 100644
--- a/media-video/mplayer/Manifest
+++ b/media-video/mplayer/Manifest
@@ -1,6 +1,7 @@
 DIST MPlayer-1.1.1.tar.xz 11202492 SHA256 
ce8fc7c3179e6a57eb3a58cb7d1604388756b8a61764cc93e095e7aff3798c76 SHA512 
06371d47b02caec83c7662f6bb4a827eafb7f3309f6cda959a0f49b647df031166a6e7c5d530b57b580104289ee260aa96f3f43cbfffcef816cea776b0d5aed0
 WHIRLPOOL 
3cd0f3845cd45961b778c384a322bc628cc9cd6fef3801b62389bd616a443ba5270c378a889412a7dc72d37ff26704d5d989d2c995a2a4a6540f6313ccacbb63
 DIST MPlayer-1.2.1.tar.xz 13029936 SHA256 
831baf097d899bdfcdad0cb80f33cc8dff77fa52cb306bee5dee6843b5c52b5f SHA512 
e6dd6de73ede9743855fab7f7316de2e957ac5a5b8fc8324ef3d57ca9796b0cb03676dee46b3827d932050836d43a6ad08f925cad3d28493a26933dbafdbb506
 WHIRLPOOL 
d8f056a8a1d6cf2a7c99687bec9e34d123f574391df02a29959355c6e44f35f1f9a56ea5f2d0f6d1037d94de0897689429e78aa7e15f29f3df3042bbfc579c72
 DIST MPlayer-1.2.tar.xz 13019196 SHA256 
ffe7f6f10adf2920707e8d6c04f0d3ed34c307efc6cd90ac46593ee8fba2e2b6 SHA512 
ac10dd4facd0d8fbc3454a3a2eae0e0d2ed76fa60f30ebd6f8495632e4541af712ab2d005e88bc2baa8302ccb98d63ba80a051db80d2b76ac928a2bd779b47aa
 WHIRLPOOL 
65bcda55684dced6b286e505df4180f849d6a9f2e1e44560f3393311694ea5a0e96cd7c454b8bbc4198b92c1fd3b0fb4f7c5f6842710b40dc47216037a88b33b
+DIST MPlayer-1.3.0.tar.xz 13278984 SHA256 
3ad0846c92d89ab2e4e6fb83bf991ea677e7aa2ea775845814cbceb608b09843 SHA512 
10007e471a941f8a3dabf6149e6e44fc1a364a9ccb5cd08c670fc22560e5053a15f3249e9d3e18cdda06b6b7e77e537026b5d33dc356e928c63747d6ed73dbae
 WHIRLPOOL 
4aaa9609b0c27c0363671e32fb6b7cac8d2c0944c3425c8e76de0250fb76865d5f47c341b11704a0ea980401288d1d28fcd172a5f8469c9713ec37f977bcb088
 DIST font-arial-cp1250.tar.bz2 249705 SHA256 
423a07e780bb130cd8e4730715545c5d919c248dda595aab7a0a01de3c83fd12 SHA512 
4f77ff5ceb8ec6e5d9f8f34d8950a6a6276d1fd5a947772fcbdb6554988b1ea665c12b82f45164f91fb7bd08000cb4afc26fa35beb4c760464160e22b9b8c340
 WHIRLPOOL 
d635f54be65b0ca1047d943b6f6da433cda9fce6ed74fcab993501cf7f6b443eb711e182cd7fff09e553d251b5fd1c60196aa22e8370cba99fa175ed5ecdb47f
 DIST font-arial-iso-8859-1.tar.bz2 234242 SHA256 
9730f481764f367c9089d0166fb6ccf9148808ffbbfeca635cf0e6db75765d29 SHA512 
a1d03b6f09c48f48b7733f3bc0402ceab239a9abf88b860d852ea9fe69b4da690208a79d6f29d30204f5b37becf10672e8e8c0bfef201846d80ec54df617d029
 WHIRLPOOL 
8050362b125d3ca98214526cee2fa685e31487d13a6483c765bfc844bdc5e07beeba2c1ba313458096d43a63edd6c5e80b8b388c2792fc0ec7421e4072d8ca25
 DIST font-arial-iso-8859-2.tar.bz2 08 SHA256 
71debfc960007c2f6242dfc91e8b1c005b30a99e129aeb00ab8c03f4371b41c1 SHA512 
5671e628303fd816f64a51ad10e2f4dd9c3dc1b34c379a2ecf489b83931db7af668aaa4e00e96a00cacd63ed98daeae6b6a4d5925edfb06fc98d3a923f70257d
 WHIRLPOOL 
08178087b4ea1dfb2250f4673785e31dd876b06af51c51b2bddc172b23e6e33cbc1b2c6b710a317e42dc05486974b26ed0ad3ca50a185567aa77d49bd1e72aee

diff --git a/media-video/mplayer/mplayer-.ebuild 
b/media-video/mplayer/mplayer-1.3.0.ebuild
similarity index 98%
copy from media-video/mplayer/mplayer-.ebuild
copy to media-video/mplayer/mplayer-1.3.0.ebuild
index 32c7fad..8a5b401 100644
--- a/media-video/mplayer/mplayer-.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0.ebuild
@@ -60,7 +60,7 @@ RDEPEND+="
sys-libs/ncurses:0=
app-arch/bzip2
sys-libs/zlib
-   >=media-video/ffmpeg-2.8:0=[vdpau?]
+   >=media-video/ffmpeg-3.0:0=[vdpau?]
a52? ( media-libs/a52dec )
aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )
@@ -159,7 +159,7 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 else
KEYWORDS=""
 fi

diff --git a/media-video/mplayer/mplayer-.ebuild 
b/media-video/mplayer/mplayer-.ebuild
index 32c7fad..586f70a 100644
--- a/media-video/mplayer/mplayer-.ebuild
+++ b/media-video/mplayer/mplayer-.ebuild
@@ -60,7 +60,7 @@ 

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

2016-02-17 Thread Alexis Ballier
commit: 58dab0dd3d27ceecabfb5e7fbd9722ee0324f9bb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 22:15:40 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 22:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dab0dd

profiles/package.mask: mask media-video/mplayer-1.3.0 along with ffmpeg-3 since 
it requires it.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 69051a2..41fdb6f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -42,6 +42,7 @@
 # Breaks some of its reverse dependencies.
 # Bug 574788
 >=media-video/ffmpeg-3.0
+>=media-video/mplayer-1.3.0
 
 # Michael Palimaka  (12 Feb 2016)
 # Fails to build. No revdeps. Masked for removal in 30 days.



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

2016-02-17 Thread Manuel Rüger
commit: f49cd18685bf92a7a7d1eeb57cd6f4b5bf29259e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:12:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:12:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49cd186

dev-ruby/stringex: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.6.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 80ea041..925f97d 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1 +1,2 @@
 DIST stringex-2.5.2.gem 128000 SHA256 
27a8ee92a808a83284438e51ed391f3539ae6b39731b95cb4ad940974f6d0a94 SHA512 
06905b5d59b40f59c0901bbaacbf303cd906be110cd69a4b8cc29cecd69b6aa73d80cee0c9c0e2014f662b9fca1611c0fe334fcba3c4fa686224dac94f4e0d41
 WHIRLPOOL 
21a66f7babd2424035e4874d9f5168736c81f6da8388764633d9618064998bfeb076076cfd0d9125583903be25070fa329c4e8fccd81ebb8f801c4447e6be7b4
+DIST stringex-2.6.0.gem 129536 SHA256 
15611e3765430e6e4cb794d289be6bb7b8a8c873d3ff6fd7dbf8c222c68f7ff6 SHA512 
a54bf6ab9fcb0a11f6e27a125e6b1d8a49fa0ef4ca703d512c99a20ad59316184017a30e8fede5e7df3449cac53a395f530dde2033d6b15ca540b2c51aab92eb
 WHIRLPOOL 
f9102672888332145cc7548f971d5cde6550391e155c4a27ec5796cfd6aa2cc92dcedd51d431705362fd5b7fe362a713aa718d5741eb35a56348a885f41426f6

diff --git a/dev-ruby/stringex/stringex-2.6.0.ebuild 
b/dev-ruby/stringex/stringex-2.6.0.ebuild
new file mode 100644
index 000..c38d197
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.6.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   )"
+
+USE_RUBY=${USE_RUBY/ruby22/} ruby_add_bdepend "test? ( 
>=dev-ruby/activerecord-3 dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_prepare() {
+   case ${RUBY} in
+   *ruby22)
+   # Avoid tests depending on 
Rails until we have a version
+   # keyworded.
+   rm -rf 
test/unit/{acts_as_url,localization}* || die
+   ;;
+   esac
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2016-02-17 Thread Michał Górny
commit: ed99fa624d7f39a7055358dd2663b8b3f6b6c48b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 17 21:51:00 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 17 22:05:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed99fa62

sys-devel/llvm: Extend the FreeBSD fix fix to remaining ebuilds

 sys-devel/llvm/llvm-3.8.0_rc2.ebuild | 4 +++-
 sys-devel/llvm/llvm-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild 
b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
index b3b7e4e..5fcf094 100644
--- a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
+++ b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
@@ -418,7 +418,9 @@ src_install() {
multilib-minimal_src_install
 
# Remove unnecessary headers on FreeBSD, bug #417171
-   use kernel_FreeBSD && use clang && rm 
"${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h
+   if use kernel_FreeBSD && use clang; then
+   rm 
"${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h || 
die
+   fi
 }
 
 multilib_src_install() {

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index 4cef57b..97ed7fd 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -395,7 +395,9 @@ src_install() {
multilib-minimal_src_install
 
# Remove unnecessary headers on FreeBSD, bug #417171
-   use kernel_FreeBSD && use clang && rm 
"${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h
+   if use kernel_FreeBSD && use clang; then
+   rm 
"${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h || 
die
+   fi
 }
 
 multilib_src_install() {



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

2016-02-17 Thread Michał Górny
commit: 403306332c7ae107ff8bd4579e988667fb43c84c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 17 21:41:10 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 17 22:05:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40330633

sys-devel/llvm: Update the llvm-config for the live version, #574918

 sys-devel/llvm/files/llvm-3.9-llvm-config.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/sys-devel/llvm/files/llvm-3.9-llvm-config.patch 
b/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
index 90984e6..dc63b70 100644
--- a/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
+++ b/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
@@ -52,24 +52,3 @@ diff -Naur llvm-.orig/tools/llvm-config/llvm-config.cpp 
llvm-/tools/llvm
} else if (Arg == "--link-shared") {
  LinkMode = LinkModeShared;
} else if (Arg == "--link-static") {
-diff -Naur llvm-.orig/utils/llvm-build/llvmbuild/main.py 
llvm-/utils/llvm-build/llvmbuild/main.py
 llvm-.orig/utils/llvm-build/llvmbuild/main.py  2016-01-25 
14:47:55.511301054 +0100
-+++ llvm-/utils/llvm-build/llvmbuild/main.py   2016-01-25 
14:58:13.014228689 +0100
-@@ -393,6 +393,8 @@
- //
- 
//===--===//
- 
-+#include "llvm/Config/config.h"
-+
- """)
- f.write('struct AvailableComponent {\n')
- f.write('  /// The name of the component.\n')
-@@ -413,7 +415,7 @@
- if library_name is None:
- library_name_as_cstr = 'nullptr'
- else:
--library_name_as_cstr = '"lib%s.a"' % library_name
-+library_name_as_cstr = '"lib%s" LTDL_SHLIB_EXT' % library_name
- if is_installed:
- is_installed_as_cstr = 'true'
- else:



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

2016-02-17 Thread Michał Górny
commit: dfc5c7449a3f77702f76c95e9e76a440de2f6cc8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 17 21:45:36 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 17 22:05:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc5c744

sys-devel/llvm: Clean up stale ref to outer mycmakeargs

Clean up the stale and confusing reference to outer mycmakeargs that
used to be declared in src_configure() and passed down to
multilib_src_configure(). This is no longer the case.

 sys-devel/llvm/llvm-3.7.1.ebuild | 1 -
 sys-devel/llvm/llvm-3.8.0_rc2.ebuild | 1 -
 sys-devel/llvm/llvm-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/sys-devel/llvm/llvm-3.7.1.ebuild b/sys-devel/llvm/llvm-3.7.1.ebuild
index 347d8cc..9a53dea 100644
--- a/sys-devel/llvm/llvm-3.7.1.ebuild
+++ b/sys-devel/llvm/llvm-3.7.1.ebuild
@@ -258,7 +258,6 @@ multilib_src_configure() {
 
local libdir=$(get_libdir)
local mycmakeargs=(
-   "${mycmakeargs[@]}"
-DLLVM_LIBDIR_SUFFIX=${libdir#lib}
 
-DBUILD_SHARED_LIBS=ON

diff --git a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild 
b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
index 9a74e9a..b3b7e4e 100644
--- a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
+++ b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
@@ -244,7 +244,6 @@ multilib_src_configure() {
 
local libdir=$(get_libdir)
local mycmakeargs=(
-   "${mycmakeargs[@]}"
-DLLVM_LIBDIR_SUFFIX=${libdir#lib}
 
-DLLVM_LINK_LLVM_DYLIB=ON

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index f998ade..4cef57b 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -221,7 +221,6 @@ multilib_src_configure() {
 
local libdir=$(get_libdir)
local mycmakeargs=(
-   "${mycmakeargs[@]}"
-DLLVM_LIBDIR_SUFFIX=${libdir#lib}
 
-DLLVM_LINK_LLVM_DYLIB=ON



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

2016-02-17 Thread Michał Górny
commit: f988bded979ed49ed3b5141e6c9a10f07f86c600
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 17 21:59:09 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 17 22:05:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f988bded

sys-devel/llvm: Bump the live ebuild to EAPI 6

 sys-devel/llvm/llvm-.ebuild | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index 97ed7fd..14c5da5 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 PYTHON_COMPAT=( python2_7 )
@@ -142,45 +142,45 @@ src_prepare() {
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml  || die
# Fix libdir for ocaml bindings install, bug #559134
-   epatch "${FILESDIR}"/cmake/${PN}-3.7.0-ocaml-multilib.patch
+   eapply "${FILESDIR}"/cmake/${PN}-3.7.0-ocaml-multilib.patch
# Do not build/install ocaml docs with USE=-doc, bug #562008
-   epatch "${FILESDIR}"/cmake/${PN}-3.7.0-ocaml-build_doc.patch
+   eapply "${FILESDIR}"/cmake/${PN}-3.7.0-ocaml-build_doc.patch
 
# Make it possible to override Sphinx HTML install dirs
# https://llvm.org/bugs/show_bug.cgi?id=23780
-   epatch 
"${FILESDIR}"/cmake/0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch
+   eapply 
"${FILESDIR}"/cmake/0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch
 
# Prevent race conditions with parallel Sphinx runs
# https://llvm.org/bugs/show_bug.cgi?id=23781
-   epatch 
"${FILESDIR}"/cmake/0003-cmake-Add-an-ordering-dep-between-HTML-man-Sphinx-ta.patch
+   eapply 
"${FILESDIR}"/cmake/0003-cmake-Add-an-ordering-dep-between-HTML-man-Sphinx-ta.patch
 
# Prevent installing libgtest
# https://llvm.org/bugs/show_bug.cgi?id=18341
-   epatch "${FILESDIR}"/cmake/0004-cmake-Do-not-install-libgtest.patch
+   eapply "${FILESDIR}"/cmake/0004-cmake-Do-not-install-libgtest.patch
 
# Allow custom cmake build types (like 'Gentoo')
-   epatch 
"${FILESDIR}"/cmake/${PN}-3.8-allow_custom_cmake_build_types.patch
+   eapply 
"${FILESDIR}"/cmake/${PN}-3.8-allow_custom_cmake_build_types.patch
 
# Fix llvm-config for shared linking and sane flags
# https://bugs.gentoo.org/show_bug.cgi?id=565358
-   epatch "${FILESDIR}"/llvm-3.9-llvm-config.patch
+   eapply "${FILESDIR}"/llvm-3.9-llvm-config.patch
 
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die
 
if use clang; then
# Automatically select active system GCC's libraries, bugs 
#406163 and #417913
-   epatch 
"${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
+   eapply 
"${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
 
# Install clang runtime into /usr/lib/clang
# https://llvm.org/bugs/show_bug.cgi?id=23792
-   epatch 
"${FILESDIR}"/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch
-   epatch 
"${FILESDIR}"/cmake/compiler-rt-0001-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch
+   eapply 
"${FILESDIR}"/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch
+   eapply 
"${FILESDIR}"/cmake/compiler-rt-0001-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch
 
# Make it possible to override CLANG_LIBDIR_SUFFIX
# (that is used only to find LLVMgold.so)
# https://llvm.org/bugs/show_bug.cgi?id=23793
-   epatch 
"${FILESDIR}"/cmake/clang-0002-cmake-Make-CLANG_LIBDIR_SUFFIX-overridable.patch
+   eapply 
"${FILESDIR}"/cmake/clang-0002-cmake-Make-CLANG_LIBDIR_SUFFIX-overridable.patch
 
# Fix WX sections, bug #421527
find "${S}"/projects/compiler-rt/lib/builtins -type f -name 
\*.S -exec sed \
@@ -196,7 +196,7 @@ src_prepare() {
fi
 
# User patches
-   epatch_user
+   eapply_user
 
python_setup
 



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

2016-02-17 Thread Manuel Rüger
commit: 0e2f7a05a8a1771cb292a457fd450d3b0d688aef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:38:58 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:49:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2f7a05

net-misc/openvpn: Remove old

Package-Manager: portage-2.2.27

 net-misc/openvpn/Manifest|   1 -
 net-misc/openvpn/openvpn-2.3.8-r1.ebuild | 133 ---
 net-misc/openvpn/openvpn-2.3.9.ebuild| 132 --
 3 files changed, 266 deletions(-)

diff --git a/net-misc/openvpn/Manifest b/net-misc/openvpn/Manifest
index 56f2495..26b9115 100644
--- a/net-misc/openvpn/Manifest
+++ b/net-misc/openvpn/Manifest
@@ -1,3 +1,2 @@
 DIST openvpn-2.3.10.tar.gz 1225636 SHA256 
f8b0b5b92e35bbca1db1a7e6b49e04639e45634e9accd460459b40b2c99ec8f6 SHA512 
13f7cfb8e5a7485f930d13830691a937da40b4cc881c403ab613132cb94aba0a30b1727debdfa1b8d7d761b447ccbcf0d1c2d56ca82f6a6ce7e2eec9642fd13f
 WHIRLPOOL 
ce52f9d89c0512a76ccc71a4c227e8f098ffdd00d4a0ed4518f35b1f86c53c638e2805e1b32e87c664ba7ceeb1a7e50875effa3c302a5e53e1b7143ac9a68685
 DIST openvpn-2.3.8.tar.gz 1214843 SHA256 
532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51 SHA512 
b619283d87eea2e47a2f0dfdbf0ffd1d10388fbdaadb33b43c7a2743748a4814f869fad6215d32fab156664d554ae94af456e7bf496890c68e6729b153d76db9
 WHIRLPOOL 
4868c735ca5e65b34f477457ea38eb6db45fae80563490d1e39ece9bf29b13976dd82d50d054da70c4ee146cb2e88e847bafc3f7ff47112d4494fa0f408d65d0
-DIST openvpn-2.3.9.tar.gz 1222797 SHA256 
2c12fe9ea641ac1291e70322cc500641c84e5903dd4f40bf2eda7e9f209b2f9c SHA512 
597ad93caf5e4489bfdc78413756af516cad88679460ebadbef91358c6ca505dd0d5c3bb508b463fd34008be80d37f464271db0beec8439619510d7cf3b3b000
 WHIRLPOOL 
81e06b9d27f8443a7e1ceb9037f4f84521e97e50805e134fa773219768f8e5af8d775f515a4a90f0450ea01ce90eab48e04f3d027e7be8e796388af26e057752

diff --git a/net-misc/openvpn/openvpn-2.3.8-r1.ebuild 
b/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
deleted file mode 100644
index 3b291c6..000
--- a/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib flag-o-matic user systemd
-
-DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz;
-HOMEPAGE="http://openvpn.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="examples down-root iproute2 libressl +lzo pam passwordsave pkcs11 
+plugins polarssl selinux socks +ssl static systemd userland_BSD"
-
-REQUIRED_USE="static? ( !plugins !pkcs11 )
-   polarssl? ( ssl !libressl )
-   pkcs11? ( ssl )
-   !plugins? ( !pam !down-root )"
-
-DEPEND="
-   kernel_linux? (
-   iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
-   )
-   pam? ( virtual/pam )
-   ssl? (
-   !polarssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.7:* )
-   libressl? ( dev-libs/libressl )
-   )
-   polarssl? ( >=net-libs/polarssl-1.2.10 )
-   )
-   lzo? ( >=dev-libs/lzo-1.07 )
-   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
-   systemd? ( sys-apps/systemd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-openvpn )
-"
-
-src_configure() {
-   use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
-   local myconf
-   use polarssl && myconf="--with-crypto-library=polarssl"
-   econf \
-   ${myconf} \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-plugindir="${ROOT}/usr/$(get_libdir)/$PN" \
-   $(use_enable passwordsave password-save) \
-   $(use_enable ssl) \
-   $(use_enable ssl crypto) \
-   $(use_enable lzo) \
-   $(use_enable pkcs11) \
-   $(use_enable plugins) \
-   $(use_enable iproute2) \
-   $(use_enable socks) \
-   $(use_enable pam plugin-auth-pam) \
-   $(use_enable down-root plugin-down-root) \
-   $(use_enable systemd)
-}
-
-src_install() {
-   default
-   find "${ED}/usr" -name '*.la' -delete
-   # install documentation
-   dodoc AUTHORS ChangeLog PORTS README README.IPv6
-
-   # Install some helper scripts
-   keepdir /etc/openvpn
-   exeinto /etc/openvpn
-   doexe "${FILESDIR}/up.sh"
-   doexe "${FILESDIR}/down.sh"
-
-   # Install the init script and config file
-   newinitd "${FILESDIR}/${PN}-2.1.init" openvpn
-   newconfd "${FILESDIR}/${PN}-2.1.conf" openvpn
-
-   # 

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

2016-02-17 Thread Manuel Rüger
commit: 7f853d66ab0738762928e5cbeb089ca2d3499f2e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:49:35 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:49:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f853d66

app-crypt/openvpn-blacklist: Version bump

Gentoo-Bug: 451314

Package-Manager: portage-2.2.27

 app-crypt/openvpn-blacklist/Manifest   |  1 +
 .../openvpn-blacklist/openvpn-blacklist-0.5.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-crypt/openvpn-blacklist/Manifest 
b/app-crypt/openvpn-blacklist/Manifest
index 8f42e2e..cd14bb5 100644
--- a/app-crypt/openvpn-blacklist/Manifest
+++ b/app-crypt/openvpn-blacklist/Manifest
@@ -1 +1,2 @@
 DIST openvpn-blacklist_0.4.tar.gz 1808103 SHA256 
01d0cddab3db957661dc8019c1b672068699f1f7cf8633748b6222601ecb0108 SHA512 
3301f7425520eb086306acb30bd718465208b5aa5606e879b65f936161d1955b93254d9c1dd6f5d66ec6480850652afadabb05db2a0df9fd5acb73a5ed5c19e3
 WHIRLPOOL 
7eba98ff8e1281e5008f01a360aa37aba87a494d187ef1a83599aa57d16cb2980e021af4ee25abc92c83eee1a8c287b4567f671a4bca0753ef1ea68120aa2600
+DIST openvpn-blacklist_0.5.tar.gz 1828347 SHA256 
7c26fcffa21f251bf6193324ba9f4faff8d08d4bb999c5415947237ed77ba4d4 SHA512 
589216cb2f10b6ea0cf2179f8b47ce2d2ed03916ad5d8a62e22dce71f432101a735d16093855ff43a1d6618fe94e75b9127bbd63408556197e91de6735e713aa
 WHIRLPOOL 
8ade318c144ced52a4635dfcee02d1e583479677d50ec5a2782bd576fc5e7119f4e5f1dd840abc65e1d8fc8f9481cb6cb024bf5f155b0e32a94dad11c324ba52

diff --git a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.5.ebuild 
b/app-crypt/openvpn-blacklist/openvpn-blacklist-0.5.ebuild
new file mode 100644
index 000..bf23a49
--- /dev/null
+++ b/app-crypt/openvpn-blacklist/openvpn-blacklist-0.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1
+
+DESCRIPTION="Detection of weak openvpn keys produced by certain debian 
versions in 2006-2008"
+HOMEPAGE="http://packages.debian.org/sid/openvpn-blacklist;
+SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=${PYTHON_DEPS}
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+src_prepare() {
+   python_fix_shebang openvpn-vulnkey
+}
+
+src_install() {
+   dobin openvpn-vulnkey
+   doman openvpn-vulnkey.1
+   dodir /usr/share/openvpn-blacklist
+   insinto /usr/share/openvpn-blacklist
+   newins debian/blacklist.prefix blacklist.RSA-2048
+   cut "${S}/blacklist.RSA-2048" -d ' ' -f 2 | cut -b13- | sort \
+   >> "${D}/usr/share/openvpn-blacklist/blacklist.RSA-2048"|| die
+}



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

2016-02-17 Thread James Le Cuirot
commit: fdb0cba608032e2adf568d3af16111b7d7e55076
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb 17 21:42:45 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb 17 21:43:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb0cba6

dev-java/tomcat-servlet-api: Remove old, closes bug #558728

Package-Manager: portage-2.2.27

 .../tomcat-servlet-api-6.0.44.ebuild   | 34 --
 1 file changed, 34 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild
deleted file mode 100644
index 9a200f0..000
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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 2.5/JSP API 2.1 implementation"
-HOMEPAGE="http://tomcat.apache.org/;
-SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="2.5"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
-
-S="${WORKDIR}/${MY_P}/"
-
-java_prepare() {
-   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
-   rm */*/build.xml
-}
-
-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: dev-java/tomcat-servlet-api/

2016-02-17 Thread James Le Cuirot
commit: e6673e02a715e0011f0f59ae107432b2b4a747c7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb 17 21:41:47 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb 17 21:43:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6673e02

dev-java/tomcat-servlet-api: Stable on ppc64 using ALLARCHES policy

Package-Manager: portage-2.2.27

 dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
index 2c0f127..87f16b9 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="2.5"
-KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"



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

2016-02-17 Thread Manuel Rüger
commit: 7b669d70a6ed3a6c80a3b74be52eb284f6472440
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:37:42 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:37:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b669d70

net-misc/openvpn: Fix build with libressl. Thanks to Marek Behun.

Gentoo-Bug: 574294

Package-Manager: portage-2.2.27

 .../files/openvpn-2.3.10-fix-libressl.patch|  36 ++
 net-misc/openvpn/openvpn-2.3.10-r1.ebuild  | 136 +
 2 files changed, 172 insertions(+)

diff --git a/net-misc/openvpn/files/openvpn-2.3.10-fix-libressl.patch 
b/net-misc/openvpn/files/openvpn-2.3.10-fix-libressl.patch
new file mode 100644
index 000..35e5b36
--- /dev/null
+++ b/net-misc/openvpn/files/openvpn-2.3.10-fix-libressl.patch
@@ -0,0 +1,36 @@
+From 9dfc2309c6b4143892137844197f5f84755f6580 Mon Sep 17 00:00:00 2001
+From: Niels Ole Salscheider 
+Date: Sun, 10 Jan 2016 14:44:35 +0100
+Subject: [PATCH] Fix build with libressl
+
+Signed-off-by: Niels Ole Salscheider 
+Acked-by: Steffan Karger 
+Message-Id: <1452433475-16779-1-git-send-email-niels_...@salscheider-online.de>
+URL: http://article.gmane.org/gmane.network.openvpn.devel/10975
+Signed-off-by: Gert Doering 
+---
+ src/openvpn/ssl_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c
+index d2f40e7..e390f4d 100644
+--- a/src/openvpn/ssl_openssl.c
 b/src/openvpn/ssl_openssl.c
+@@ -358,7 +358,7 @@ tls_ctx_check_cert_time (const struct tls_root_ctx *ctx)
+ 
+   ASSERT (ctx);
+ 
+-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
++#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
+   /* OpenSSL 1.0.2 and up */
+   cert = SSL_CTX_get0_certificate (ctx->ctx);
+ #else
+@@ -393,7 +393,7 @@ tls_ctx_check_cert_time (const struct tls_root_ctx *ctx)
+ }
+ 
+ cleanup:
+-#if OPENSSL_VERSION_NUMBER < 0x10002000L
++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER)
+   SSL_free (ssl);
+ #endif
+   return;

diff --git a/net-misc/openvpn/openvpn-2.3.10-r1.ebuild 
b/net-misc/openvpn/openvpn-2.3.10-r1.ebuild
new file mode 100644
index 000..57bc92c
--- /dev/null
+++ b/net-misc/openvpn/openvpn-2.3.10-r1.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib flag-o-matic user systemd
+
+DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
+SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz;
+HOMEPAGE="http://openvpn.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="examples down-root iproute2 libressl +lzo pam pkcs11 +plugins polarssl 
selinux socks +ssl static systemd userland_BSD"
+
+REQUIRED_USE="static? ( !plugins !pkcs11 )
+   polarssl? ( ssl !libressl )
+   pkcs11? ( ssl )
+   !plugins? ( !pam !down-root )"
+
+DEPEND="
+   kernel_linux? (
+   iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
+   )
+   pam? ( virtual/pam )
+   ssl? (
+   !polarssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.7:* )
+   libressl? ( dev-libs/libressl )
+   )
+   polarssl? ( >=net-libs/polarssl-1.3.8 )
+   )
+   lzo? ( >=dev-libs/lzo-1.07 )
+   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
+   systemd? ( sys-apps/systemd )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-openvpn )
+"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-fix-libressl.patch
+}
+
+src_configure() {
+   use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
+   local myconf
+   use polarssl && myconf="--with-crypto-library=polarssl"
+   econf \
+   ${myconf} \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --with-plugindir="${ROOT}/usr/$(get_libdir)/$PN" \
+   $(use_enable ssl) \
+   $(use_enable ssl crypto) \
+   $(use_enable lzo) \
+   $(use_enable pkcs11) \
+   $(use_enable plugins) \
+   $(use_enable iproute2) \
+   $(use_enable socks) \
+   $(use_enable pam plugin-auth-pam) \
+   $(use_enable down-root plugin-down-root) \
+   $(use_enable systemd)
+}
+
+src_install() {
+   default
+   find "${ED}/usr" -name '*.la' -delete
+   # install documentation
+   dodoc AUTHORS ChangeLog PORTS README README.IPv6
+
+   # Install some helper scripts

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

2016-02-17 Thread Dennis Lamm
commit: f5f8ac640f14b6c95c7aff796ece44de6e79158f
Author: Dennis Lamm  gentoo  org>
AuthorDate: Wed Feb 17 21:34:37 2016 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Wed Feb 17 21:34:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f8ac64

dev-libs/link-grammar:5.3.3: fixed bug #574872

Package-Manager: portage-2.2.26

 dev-libs/link-grammar/link-grammar-5.3.3.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild 
b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild
index 546f5cd..dbbbfc4 100644
--- a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild
+++ b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild
@@ -15,18 +15,21 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
-IUSE="aspell +hunspell java python static-libs threads"
+IUSE="aspell +hunspell +java python static-libs threads"
 
 DEPEND="
aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )
-   java? ( >=virtual/jdk-0:= dev-java/ant-core )
+   java? ( >=virtual/jdk-1.6:=
+   dev-java/ant-core )
${PYTHON_DEPS}"
 
 RDEPEND="${DEPEND}"
 
 pkg_setup() {
-   java-pkg-opt-2_pkg_setup
+   if use java; then
+   java-pkg-opt-2_pkg_setup
+   fi
if use aspell && use hunspell; then
ewarn "You have enabled 'aspell' and 'hunspell' support, but 
both cannot coexist,"
ewarn "only aspell will be build. Press Ctrl+C and set only 
'hunspell' USE flag if"
@@ -40,7 +43,9 @@ src_unpack() {
 }
 
 src_prepare() {
-   java-pkg-opt-2_src_prepare
+   if use java; then
+   java-pkg-opt-2_src_prepare
+   fi
./autogen.sh || die
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/retext/

2016-02-17 Thread Manuel Rüger
commit: c4a9b90fdacb193afe63aa12f308286a70ad1be7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:28:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:28:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a9b90f

app-editors/retext: Remove old

Package-Manager: portage-2.2.27

 app-editors/retext/Manifest|  3 --
 app-editors/retext/retext-5.0.2.ebuild | 60 --
 app-editors/retext/retext-5.1.0.ebuild | 53 --
 app-editors/retext/retext-5.2.0.ebuild | 53 --
 4 files changed, 169 deletions(-)

diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
index c106eb7..77fc334 100644
--- a/app-editors/retext/Manifest
+++ b/app-editors/retext/Manifest
@@ -1,6 +1,3 @@
 DIST ReText-4.1.3.tar.gz 129283 SHA256 
bb4409982d27ac62cab01b0748fe41d9c6660853668b350f3369e76d155edd6c SHA512 
d2b3fa901afa9870f6cecc7ab3126b91f1420ca1b14ddd4f609c2ada7121388840b5be679914694664f3bbf876ee8522aa6b0c82a23f837844f788fa10a46323
 WHIRLPOOL 
3be71e5d7ec612ae4e4fec17ca544f6d0e7cb7421fcdeb517d3c13156ed07f5e5e7c3e352cf604bfb5f2287964fdc173a1bac0eeab41ee1cda8b265ad0f57686
-DIST ReText-5.0.2.tar.gz 140853 SHA256 
7ef898abc8aed70502fd4d69ed7e8ab43cc978fcbe6864da5771379c1e315bdd SHA512 
b28dd24aa5253106880bd6a5a3a16f96670c3145a2cb46da520407d6705f055ee52aaef9c0a8e27c2900b5fdde6a67c599cb8945f7daa6e3ef4456e1fd7c9b0f
 WHIRLPOOL 
0ee1a7497ca3d6fef8356777d93e369d06de542b20974055ddf66cc8e12d33c7716d3b4b5f0360b40037c90d146fddbff4c3b48c96929efafd8f43e278240c0f
-DIST ReText-5.1.0.tar.gz 151833 SHA256 
09b12892a0520bb8b0692f5aec7aa88911d07a5048a3402a9e9d4ac57322b5ca SHA512 
3dbfe4992195119513c571291c344338dccf55c52d000cc69da63d0e51e5f2d9c5a0a2fba6570e525c96f1f9243a7465391a59b840a1fb7dd4513a0b4909ca5c
 WHIRLPOOL 
76826184a3e8ac3ea3f5c10c31a3630ad8bc37a1bce0d771fc250f1f53acb9dd2f888aa67adf946368a5baebcdab0306100ea0e632dcd36edd81cdcd1a247838
-DIST ReText-5.2.0.tar.gz 156953 SHA256 
463b524435d7b068d90304ae719f96a9c8b957323206549ae5a02ffe5fa82b17 SHA512 
9a40fb0e39145ee9bc29945af488e74ea8aa5a78b220f28d1c3de5060daf6f3a6864b4e852165847bb4b5905ca4f0684d56b24864baa05f96468f5d4d0172c6b
 WHIRLPOOL 
be4b10f7158de253ac1a104e5053d80afcf5ecc6928ba8a009c8bbdac9166a735cb60d56c268c6f1651f3d7c6c4d9daac46caa4696795e68c1dbf870dc759afd
 DIST ReText-5.2.1.tar.gz 157119 SHA256 
02164ae2bba6f47a2ec5e11aa06aefbcd96bea1b84a96c5673dbe18d8ccb2a69 SHA512 
1d11f6824b64a082425ac2e8b67da15d4df5352539b66a8297dba0cd4f4236b7328966e97104c3fd7a641067a84023f65ba856f932d8489ff4e80722471835d8
 WHIRLPOOL 
24e7c756f61c210320b0ab9a67c99f43ccf5739310a01d9ee98d779e8b45b27dbc828b0c573973b2e4d2b8e07f2edd56660de685930a7a2ed8ceb50ab6fb6f91
 DIST ReText-5.3.0.tar.gz 160163 SHA256 
9ec0cee93e6731fbf00b86574cb47c3132f62291e762f5e47258a3171bfdd21d SHA512 
d6ff8e61b1e13de72c5d1741795fddb3a1ba443b2aa6aba6ca933ae38e09c8dac38085bfd73e0c1773dec9a72df1f08d64ef22d2396694530bade6ff8a485223
 WHIRLPOOL 
98537b5244a583c04604a6b1626a3813b6506dfefda6d40c85aaae076b30c7e14a0b8a363e431d9bd5ceea41a31f07785663a018bbdae1dc897a29eec22c99c1

diff --git a/app-editors/retext/retext-5.0.2.ebuild 
b/app-editors/retext/retext-5.0.2.ebuild
deleted file mode 100644
index d4ea077..000
--- a/app-editors/retext/retext-5.0.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{3,4} )
-
-PLOCALES="ca cs cy da de es et eu fr hu it ja pl pt pt_BR ru sk uk vi zh_CN 
zh_TW"
-
-inherit distutils-r1 l10n
-
-MY_PN="ReText"
-MY_P="${MY_PN}-${PV/_/~}"
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-2
-   EGIT_REPO_URI="git://git.code.sf.net/p/retext/git"
-   KEYWORDS=""
-else
-   SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A Qt-based text editor for Markdown and reStructuredText"
-HOMEPAGE="http://sourceforge.net/p/retext/home/ReText/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+spell"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/markups[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[gui,network,printsupport,webkit,widgets,${PYTHON_USEDEP}]
-   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
-"
-
-S="${WORKDIR}"/${MY_P}
-
-remove_locale() {
-   find "${ED}" -name "retext_${1}.qm" -delete || die "Failed to remove 
locale ${1}."
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   newicon {icons/,}${PN}.png
-   newicon {icons/,}${PN}.svg
-
-   l10n_for_each_disabled_locale_do remove_locale
-
-   make_desktop_entry ${PN} "${MY_PN} Editor" ${PN} 
"Development;Utility;TextEditor"
-}

diff --git a/app-editors/retext/retext-5.1.0.ebuild 

[gentoo-commits] repo/gentoo:master commit in: app-editors/retext/

2016-02-17 Thread Manuel Rüger
commit: 05ccc04be279835ba815b679ecc820431a845390
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:28:44 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:28:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ccc04b

app-editors/retext: Fix metadata

Package-Manager: portage-2.2.27

 app-editors/retext/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-editors/retext/metadata.xml b/app-editors/retext/metadata.xml
index 7b0d4d1..f43cddd 100644
--- a/app-editors/retext/metadata.xml
+++ b/app-editors/retext/metadata.xml
@@ -4,7 +4,6 @@
   
 mr...@gentoo.org
 Manuel Rüger
-CC him on bugs
   
   
 retext



[gentoo-commits] repo/gentoo:master commit in: dev-java/rxtx/files/, dev-java/rxtx/

2016-02-17 Thread James Le Cuirot
commit: 2be6be83cae43e372d0ca7a555035ac3ec73e917
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb 17 21:20:57 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb 17 21:21:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be6be83

dev-java/rxtx: Fix USE=lfd issue (#550908), EAPI bump, cleanups

 * lockdaemon.c should include limits.h
 * app-arch/zip can be implied using JAVA_PKG_IUSE
 * dev-java/ant-core isn't actually needed
 * sys-apps/xinetd is an RDEPEND, not DEPEND
 * Use the correct -source and -target flags
 * Remove useless elibtoolize
 * Remove useless sed
 * Add missing dies
 * dohtml is bad

Package-Manager: portage-2.2.27

 dev-java/rxtx/files/rxtx-2.2_pre2-limits.patch |  10 +++
 dev-java/rxtx/rxtx-2.2_pre2-r1.ebuild  | 102 +
 2 files changed, 112 insertions(+)

diff --git a/dev-java/rxtx/files/rxtx-2.2_pre2-limits.patch 
b/dev-java/rxtx/files/rxtx-2.2_pre2-limits.patch
new file mode 100644
index 000..1e4ff4a
--- /dev/null
+++ b/dev-java/rxtx/files/rxtx-2.2_pre2-limits.patch
@@ -0,0 +1,10 @@
+--- src/lfd/lockdaemon.c.orig  2007-04-26 06:26:07.0 +0100
 src/lfd/lockdaemon.c   2016-02-17 20:41:09.137509089 +
+@@ -69,6 +69,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define FHS
+ #define LOCKFILEPREFIX "LCK.."

diff --git a/dev-java/rxtx/rxtx-2.2_pre2-r1.ebuild 
b/dev-java/rxtx/rxtx-2.2_pre2-r1.ebuild
new file mode 100644
index 000..8cd2fc0
--- /dev/null
+++ b/dev-java/rxtx/rxtx-2.2_pre2-r1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit toolchain-funcs versionator autotools java-pkg-2
+
+MY_PV="$(delete_version_separator 2)"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Native lib providing serial and parallel communication for Java"
+HOMEPAGE="http://rxtx.qbang.org/;
+SRC_URI="ftp://ftp.qbang.org/pub/rxtx/${MY_P}.zip;
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+IUSE="lfd"
+
+RDEPEND=">=virtual/jre-1.6
+   lfd? ( sys-apps/xinetd )"
+
+DEPEND=">=virtual/jdk-1.6
+   app-arch/unzip"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   sed -i -e "s:\(\$(JAVADOC)\):\1 -d api:g" Makefile.am || die
+   sed -i \
+   -e "s:UTS_RELEASE::g" \
+   -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \
+   -e "s:-source ... -target ...:$(java-pkg_javac-args):g" \
+   configure.in || die
+
+   epatch \
+   "${FILESDIR}/${PN}-2.1-7r2-lfd.diff" \
+   "${FILESDIR}/${PN}-2.1-7r2-nouts.diff" \
+   "${FILESDIR}/${P}-add-ttyACM.patch" \
+   "${FILESDIR}/${P}-limits.patch"
+
+   rm acinclude.m4 || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable lfd lockfile_server)
+}
+
+src_compile() {
+   emake
+
+   if use lfd ; then
+   # see INSTALL in src/ldf
+   $(tc-getCC) ${LDFLAGS} ${CFLAGS} src/lfd/lockdaemon.c -o 
src/lfd/in.lfd || die
+   fi
+
+   if use doc ; then
+   emake docs
+   fi
+
+   # Fix for src zip creation
+   if use source ; then
+   mkdir -p src_with_pkg/gnu || die
+   ln -s ../../src src_with_pkg/gnu/io || die
+   fi
+}
+
+src_install() {
+   java-pkg_dojar RXTXcomm.jar
+   java-pkg_doso ${CHOST}/.libs/*.so
+
+   dodoc AUTHORS ChangeLog INSTALL PORTING TODO SerialPortInstructions.txt
+   docinto html
+   dodoc RMISecurityManager.html
+
+   if use lfd ; then
+   insinto /etc/xinetd.d
+   newins "${FILESDIR}/lockfiled.xinetd" lfd
+   dosbin src/lfd/in.lfd
+   dodoc src/lfd/LockFileServer.rfc
+   fi
+
+   use doc && java-pkg_dojavadoc api
+   use source && java-pkg_dosrc src_with_pkg/gnu
+}
+
+pkg_postinst() {
+   if use lfd ; then
+   elog "Don't forget to enable the LockFileServer"
+   elog "daemon (lfd) in /etc/xinetd.d/lfd"
+   else
+   elog "RXTX uses UUCP style device-locks. You should"
+   elog "add every user who needs to access serial ports"
+   elog "to the 'uucp' group:"
+   elog
+   elog "usermod -aG uucp "
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/rxtx/, dev-java/rxtx/files/

2016-02-17 Thread James Le Cuirot
commit: 7f74f4e1d7a0e36f31e5677d85616e0fc6073e84
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb 17 20:30:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb 17 21:21:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f74f4e1

dev-java/rxtx: Remove old

Package-Manager: portage-2.2.27

 dev-java/rxtx/Manifest |   1 -
 dev-java/rxtx/files/rxtx-2.1-7r2-add-ttyACM.diff   |  23 -
 .../files/rxtx-2.1-7r2-lfd-include-limits.diff |  12 ---
 dev-java/rxtx/rxtx-2.1.7.2-r3.ebuild   | 100 -
 4 files changed, 136 deletions(-)

diff --git a/dev-java/rxtx/Manifest b/dev-java/rxtx/Manifest
index fa8218a..2131c36 100644
--- a/dev-java/rxtx/Manifest
+++ b/dev-java/rxtx/Manifest
@@ -1,2 +1 @@
-DIST rxtx-2.1-7r2.zip 1345757 SHA256 
31db3852a86105766758975519b27d262407c96cacad4f34ad0de5aae26addd9 SHA512 
977f098da9e9618a2bc1d2265f1a59c8bdeb00a228378af0176e2f7fa408fb0dcb309a8168de0febc13fa0e04d9d54c76c267a61b815037b5881100c4025a1ce
 WHIRLPOOL 
adafe3f944ed95cf28cefe1efc50f2402bbb475515f8085b6a19283a86df6ffd769387baf422dd89cbd5d5696674c0130cd07c48c72a9b4e2737026d56832fa5
 DIST rxtx-2.2pre2.zip 1491209 SHA256 
3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880495b03 SHA512 
cd94bd08bc8b5689fc9a0e539f17645f530a3a280998e9838a2e4c8b3386f2b00a592ab41c07bd720eadf26fddb324bf80d8f7b9ecb35ea8507120c16048f514
 WHIRLPOOL 
0c2893c016ae99f918ca3605c83d18ec2b9ea0022628562a36859eaa20001ce6cfa15d7e77b80ee32e259f162ee1512b026a9965ec1402ae35ebed4b473796fc

diff --git a/dev-java/rxtx/files/rxtx-2.1-7r2-add-ttyACM.diff 
b/dev-java/rxtx/files/rxtx-2.1-7r2-add-ttyACM.diff
deleted file mode 100644
index 857c834..000
--- a/dev-java/rxtx/files/rxtx-2.1-7r2-add-ttyACM.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-support /dev/ttyACMx devices natively
-upstream bug report pending: http://bugzilla.qbang.org/show_bug.cgi?id=139
-http://bugs.gentoo.org/show_bug.cgi?id=301126
-Signed-off: Thilo Bangert 
-
 src/RXTXCommDriver.java.orig   2010-01-15 17:30:46.0 +0100
-+++ src/RXTXCommDriver.java2010-01-15 17:31:56.0 +0100
-@@ -519,6 +519,7 @@
-   if(osName.equals("Linux"))
-   {
-   String[] Temp = {
-+  "ttyACM",   // linux USB 
Modems
-   "ttyS", // linux Serial Ports
-   "ttySA", // for the IPAQs
-   "ttyUSB" // for USB frobs
-@@ -535,6 +536,7 @@
-   "holter",// custom card for 
heart monitoring
-   "modem", // linux symbolic 
link to modem.
-   "rfcomm",   // bluetooth 
serial device
-+  "ttyACM",   // linux USB 
Modems
-   "ttyircomm", // linux 
IrCommdevices (IrDA serial emu)
-   "ttycosa0c", // linux COSA/SRP 
synchronous serial card
-   "ttycosa1c", // linux COSA/SRP 
synchronous serial card

diff --git a/dev-java/rxtx/files/rxtx-2.1-7r2-lfd-include-limits.diff 
b/dev-java/rxtx/files/rxtx-2.1-7r2-lfd-include-limits.diff
deleted file mode 100644
index 3d32f36..000
--- a/dev-java/rxtx/files/rxtx-2.1-7r2-lfd-include-limits.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/lfd/lockdaemon.c b/src/lfd/lockdaemon.c
-index bdb8553..d13c5eb 100644
 a/src/lfd/lockdaemon.c
-+++ b/src/lfd/lockdaemon.c
-@@ -30,6 +30,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #define FHS
- #define LOCKFILEPREFIX "LCK.."

diff --git a/dev-java/rxtx/rxtx-2.1.7.2-r3.ebuild 
b/dev-java/rxtx/rxtx-2.1.7.2-r3.ebuild
deleted file mode 100644
index 149fb25..000
--- a/dev-java/rxtx/rxtx-2.1.7.2-r3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit flag-o-matic toolchain-funcs versionator autotools java-pkg-2
-
-MY_PV="$(replace_version_separator 2 -)"
-MY_PV="$(replace_version_separator 3 r ${MY_PV})"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Native lib providing serial and parallel communication for Java"
-HOMEPAGE="http://rxtx.qbang.org/;
-SRC_URI="ftp://ftp.qbang.org/pub/rxtx/${MY_P}.zip;
-
-LICENSE="LGPL-2"
-SLOT="2"
-KEYWORDS="amd64 x86"
-IUSE="doc source lfd"
-
-RDEPEND=">=virtual/jre-1.4"
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   dev-java/ant-core
-   lfd? ( sys-apps/xinetd )
-   source? ( app-arch/zip )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   # some minor fixes
-   

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

2016-02-17 Thread Alfredo Tupone
commit: b1facf8818ab7fff0818d97ef589e78a73a3def7
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Feb 17 21:14:00 2016 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Feb 17 21:15:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1facf88

media-libs/glm: Version bump to 0.9.7.2

Package-Manager: portage-2.2.26

 media-libs/glm/Manifest   |  1 +
 media-libs/glm/glm-0.9.7.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index ef9429b..1d8a019 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -3,3 +3,4 @@ DIST glm-0.9.3.2.zip 6451695 SHA256 
ee66ab8336b9b6b3dff69268c497688268cf5a9d2b3a
 DIST glm-0.9.5.1.zip 4071873 SHA256 
4f621657a3a7e73e2062f0c9b4366ba5e14a3c3b3c04928378f37fdd70bd0bf5 SHA512 
9644e7d76dda057fb25c3c387316c551e964a179662baf095cc2519ec84693499fd1f9c8d614ed617c3a0e406843aad7a01cbbc9399e86d52cdd8cf72f1b9194
 WHIRLPOOL 
5a5e2e64c4236f46d97f286b6675fd01b92905fa86c02fe9812d272d0dd0319a1bff8ab0c8d27d1bb706b0033ba08b49085bd83264b72954ca7704fe7260333c
 DIST glm-0.9.6.1.zip 4232099 SHA256 
1a8a0c84dee47b0493aa8d45ccd38dc02b917d9f14da835c5b06fb0b93bb33e8 SHA512 
7f1468c5e60e65181f4685a2429fa8d70350a3576175a55b7c9e8597a03837cb84aeaeb88d311e1e1948c5bd90ad9cee9286433cb78fdee54b0fbe5313ce2f84
 WHIRLPOOL 
88e0c6df25ee1bf73b625614be61c21c07389a7ecc05e2e74714da08412ab3ab0eba6c99c6a793f7b08d52f6748ef5202d8301c1b6cf4d64ab06184bc9482030
 DIST glm-0.9.7.1.tar.gz 3453078 SHA256 
285a0dc8f762b4e523c8710fbd97accaace0c61f45bc8be2bdb0deed07b0e6f3 SHA512 
380d3611b5867a4680c213bfec00e974d29c9aa92ed374adc9ca2ae04d6c4d29f20b88ccf3359df5faabf5050f9e6dc6e417ee9f5f4b484a3ef5aefecd3827a2
 WHIRLPOOL 
7a76f6efb7acacd7d2025d9ccf9d3feb0887e55dd10c757387ad07dbae44d2aba41758994ca870c64e55e501a9916b3dbdf3606dc9c7cf44368cc405d6c26a4e
+DIST glm-0.9.7.2.tar.gz 3454084 SHA256 
8fb3049a620cee153462c8c41df9c9ecebfc44cddf823828b25f9eb53a541890 SHA512 
edcfc8df59e3adfd6131156bc817a7880afb336d9bea1f2e7324b7c3937057fc8c6eca3b47f5c0c33b08e79ed7ca4f69d884fdfe75204c070b7b79d24256b81a
 WHIRLPOOL 
ab296f91ed27cbe24c0ad3fa6fa03787e42aa27ae1c7bf9e31ebadada00a0d00f228aaf8a762ec1f1aaf7096c79db8642ad31926bbe2383a019b2b813e29de23

diff --git a/media-libs/glm/glm-0.9.7.2.ebuild 
b/media-libs/glm/glm-0.9.7.2.ebuild
new file mode 100644
index 000..5af7bf4
--- /dev/null
+++ b/media-libs/glm/glm-0.9.7.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/;
+SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( HappyBunny MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+
+RDEPEND="virtual/opengl"
+
+src_configure() {
+   if use test; then
+   local mycmakeargs=( -DGLM_TEST_ENABLE=ON )
+
+   use cpu_flags_x86_sse2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE2=ON )
+   use cpu_flags_x86_sse3 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE3=ON )
+   use cpu_flags_x86_avx  && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX=ON )
+   use cpu_flags_x86_avx2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX2=ON )
+   fi
+
+   cmake-utils_src_configure
+}



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

2016-02-17 Thread Manuel Rüger
commit: a71a529e05644827f89a6010b111d7d2ff4c00d3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:14:35 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:14:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71a529e

app-i18n/man-pages-de: Remove old

Package-Manager: portage-2.2.27

 app-i18n/man-pages-de/Manifest|  2 --
 app-i18n/man-pages-de/man-pages-de-1.8.ebuild | 50 ---
 app-i18n/man-pages-de/man-pages-de-1.9.ebuild | 50 ---
 3 files changed, 102 deletions(-)

diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest
index a9c94a3..6fa2adf 100644
--- a/app-i18n/man-pages-de/Manifest
+++ b/app-i18n/man-pages-de/Manifest
@@ -1,5 +1,3 @@
 DIST manpages-de-1.10.tar.xz 1440524 SHA256 
5966b553881ff670ed8c43759a1b570c287ba3ba0588c0b8c93328a0232afc7c SHA512 
ab5c351e7bc4a40568d954c6c6ecb526ab1d20ee73bf1cc5ee6d9bbe0ab34ba557a849b5a386613a19235b70a20303046a5abd02101ddc9ac6fdef62059b
 WHIRLPOOL 
47df53610c7304e4ab9c811665049a82ee0c9a065ddc1bb550189d61fff19e5642fd8cc5324f4ac82e50978edd86c01e1da0e02c23ddc7545c69debc411bd23b
 DIST manpages-de-1.11.tar.xz 1459316 SHA256 
ec3dae3d8287dad8aa834fdf86bb4621476376a3ce2576ca7a944c0830845bbe SHA512 
3559ae8f073cefbbf9aba34862edfe947847d49cb22c49c71b851059db58aa27ad5f42a1b112554082f0aba72256f16d181fdf0d39780c3ac5a841d5990f9b80
 WHIRLPOOL 
cbc2d5513f64250da22670162ab6b2d67c0d2ed3a5498b634325485f9d1f409f03721a373427f80f71098f9eb6c594ffce46df9f6ba0f3540b6761e004d7e545
 DIST manpages-de-1.7.tar.xz 1300384 SHA256 
7bb014f4ffdc7a303791bb0ee672d901348babcb4c23002cecd3fc145831728a SHA512 
d70f25daf10e233358b705c06a7c9e123fffc492429b4b9e1717c5db3a47d92fefb5e628fc75056306bc8bf0da7146aabd2c80a77cb50a430d2e11d6ce9712e0
 WHIRLPOOL 
d8198220f4998e2550166a4b79434c4c1031c1e320b4b858dbf1468c1b1f19aa1d6a02816acd470191546dd5b08b4d1fff4fe612652866db932ee5b4e3dae33a
-DIST manpages-de-1.8.tar.xz 1345324 SHA256 
e9d82b7bf41accd492b66b7ef2cbaefb5ce30c5ab2a2ad9ae1833424a8b93d6f SHA512 
284be71610ddc11f578179f809ecaf2d92eb77b4ba1281ce21f3486e312c2888fc2d830967589702f0df6cee28da6adb4737b416cf8214001ddd14de0292ecd3
 WHIRLPOOL 
e5d2b4afc6cd1b9231f8d837d7507a494b152c30687540bc128994f56e70e29ce9c3918621fb4ed3e62a1be21cddf4a324dd0379160b631885cbce064e0201e3
-DIST manpages-de-1.9.tar.xz 1415628 SHA256 
2c6c02ecd428b9b3cb9298ea2ef0b4972c6e569479e7d5a969d7086c2d7150e8 SHA512 
5f01e817274490a90118c875a46f2b5767e62dacc8904f6a327a0883f96c895c7e07d1a76ad2947404552ed93abddd21c16ab51f6f1d076403003dfa0ec34426
 WHIRLPOOL 
d68a1fc0bbf6751c78e0b1beac94d32e7b83539a5571d3546018fc896b70f919ac751c467823796cba0fd59867ca8bcf06a4214beebb004e94551e6545bf2c4e

diff --git a/app-i18n/man-pages-de/man-pages-de-1.8.ebuild 
b/app-i18n/man-pages-de/man-pages-de-1.8.ebuild
deleted file mode 100644
index 339d9f6..000
--- a/app-i18n/man-pages-de/man-pages-de-1.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_P="${PN/-/}-${PV}"
-
-DESCRIPTION="A somewhat comprehensive collection of Linux german man page 
translations"
-HOMEPAGE="http://alioth.debian.org/projects/manpages-de/;
-SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz;
-
-LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/man"
-DEPEND="${RDEPEND}
-   app-text/po4a"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.3-bzip2.patch
-
-   # Use the same compression as every other manpage
-   local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
-   if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then
-   PORTAGE_COMPRESS_LOCAL="#"
-   fi
-   if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
-   case ${PORTAGE_COMPRESS_LOCAL} in
-   bzip2|gzip)  local PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
-   ;;
-   esac
-   fi
-   sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} 
${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\
-   po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die
-   eautoreconf
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake mandir="${ED}"/usr/share/man install
-   dodoc CHANGES README
-}

diff --git a/app-i18n/man-pages-de/man-pages-de-1.9.ebuild 
b/app-i18n/man-pages-de/man-pages-de-1.9.ebuild
deleted file mode 100644
index 339d9f6..000
--- a/app-i18n/man-pages-de/man-pages-de-1.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_P="${PN/-/}-${PV}"
-
-DESCRIPTION="A somewhat comprehensive collection of Linux 

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

2016-02-17 Thread Manuel Rüger
commit: 55d4c2a2e327ca41ac88c5397fb7a294095cbeca
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 21:13:22 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 21:13:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d4c2a2

app-i18n/man-pages-de: Version bump. Proxied commit for Markus Oehme

Gentoo-Bug: 574988

Package-Manager: portage-2.2.27

 app-i18n/man-pages-de/Manifest |  1 +
 app-i18n/man-pages-de/man-pages-de-1.11.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest
index a4f39e3..a9c94a3 100644
--- a/app-i18n/man-pages-de/Manifest
+++ b/app-i18n/man-pages-de/Manifest
@@ -1,4 +1,5 @@
 DIST manpages-de-1.10.tar.xz 1440524 SHA256 
5966b553881ff670ed8c43759a1b570c287ba3ba0588c0b8c93328a0232afc7c SHA512 
ab5c351e7bc4a40568d954c6c6ecb526ab1d20ee73bf1cc5ee6d9bbe0ab34ba557a849b5a386613a19235b70a20303046a5abd02101ddc9ac6fdef62059b
 WHIRLPOOL 
47df53610c7304e4ab9c811665049a82ee0c9a065ddc1bb550189d61fff19e5642fd8cc5324f4ac82e50978edd86c01e1da0e02c23ddc7545c69debc411bd23b
+DIST manpages-de-1.11.tar.xz 1459316 SHA256 
ec3dae3d8287dad8aa834fdf86bb4621476376a3ce2576ca7a944c0830845bbe SHA512 
3559ae8f073cefbbf9aba34862edfe947847d49cb22c49c71b851059db58aa27ad5f42a1b112554082f0aba72256f16d181fdf0d39780c3ac5a841d5990f9b80
 WHIRLPOOL 
cbc2d5513f64250da22670162ab6b2d67c0d2ed3a5498b634325485f9d1f409f03721a373427f80f71098f9eb6c594ffce46df9f6ba0f3540b6761e004d7e545
 DIST manpages-de-1.7.tar.xz 1300384 SHA256 
7bb014f4ffdc7a303791bb0ee672d901348babcb4c23002cecd3fc145831728a SHA512 
d70f25daf10e233358b705c06a7c9e123fffc492429b4b9e1717c5db3a47d92fefb5e628fc75056306bc8bf0da7146aabd2c80a77cb50a430d2e11d6ce9712e0
 WHIRLPOOL 
d8198220f4998e2550166a4b79434c4c1031c1e320b4b858dbf1468c1b1f19aa1d6a02816acd470191546dd5b08b4d1fff4fe612652866db932ee5b4e3dae33a
 DIST manpages-de-1.8.tar.xz 1345324 SHA256 
e9d82b7bf41accd492b66b7ef2cbaefb5ce30c5ab2a2ad9ae1833424a8b93d6f SHA512 
284be71610ddc11f578179f809ecaf2d92eb77b4ba1281ce21f3486e312c2888fc2d830967589702f0df6cee28da6adb4737b416cf8214001ddd14de0292ecd3
 WHIRLPOOL 
e5d2b4afc6cd1b9231f8d837d7507a494b152c30687540bc128994f56e70e29ce9c3918621fb4ed3e62a1be21cddf4a324dd0379160b631885cbce064e0201e3
 DIST manpages-de-1.9.tar.xz 1415628 SHA256 
2c6c02ecd428b9b3cb9298ea2ef0b4972c6e569479e7d5a969d7086c2d7150e8 SHA512 
5f01e817274490a90118c875a46f2b5767e62dacc8904f6a327a0883f96c895c7e07d1a76ad2947404552ed93abddd21c16ab51f6f1d076403003dfa0ec34426
 WHIRLPOOL 
d68a1fc0bbf6751c78e0b1beac94d32e7b83539a5571d3546018fc896b70f919ac751c467823796cba0fd59867ca8bcf06a4214beebb004e94551e6545bf2c4e

diff --git a/app-i18n/man-pages-de/man-pages-de-1.11.ebuild 
b/app-i18n/man-pages-de/man-pages-de-1.11.ebuild
new file mode 100644
index 000..4f6cf7d
--- /dev/null
+++ b/app-i18n/man-pages-de/man-pages-de-1.11.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils autotools
+
+MY_P="${PN/-/}-${PV}"
+
+DESCRIPTION="A somewhat comprehensive collection of Linux german man page 
translations"
+HOMEPAGE="http://alioth.debian.org/projects/manpages-de/;
+SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz;
+
+LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/man"
+DEPEND="${RDEPEND}
+   app-text/po4a"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.3-bzip2.patch
+
+   # Use the same compression as every other manpage
+   local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
+   if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then
+   PORTAGE_COMPRESS_LOCAL="#"
+   fi
+   if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
+   case ${PORTAGE_COMPRESS_LOCAL} in
+   bzip2|gzip)  local PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
+   ;;
+   esac
+   fi
+   sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} 
${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\
+   po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die
+   eautoreconf
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake mandir="${ED}"/usr/share/man install
+   dodoc CHANGES README
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_deriving/

2016-02-17 Thread Alexis Ballier
commit: ac562b67497585f9aedfcf9652a54a2cd2d7be89
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 20:09:30 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 21:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac562b67

dev-ml/ppx_deriving: bump to 3.1

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/ppx_deriving/Manifest|  1 +
 dev-ml/ppx_deriving/ppx_deriving-3.1.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-ml/ppx_deriving/Manifest b/dev-ml/ppx_deriving/Manifest
index 58d9aa2..7ddb5a2 100644
--- a/dev-ml/ppx_deriving/Manifest
+++ b/dev-ml/ppx_deriving/Manifest
@@ -1 +1,2 @@
 DIST ppx_deriving-3.0.tar.gz 38560 SHA256 
1998607e68b35b6c61e1fb33c03b523f3bf88f802df6d5bf180dc6932317179b SHA512 
1b8ef40fd1b85df0d5307edcc46c16ae1834aadb1419d92dced4b2b542f51bb24999abcdf725647f1f7033ca2df4dc88ab156002b1e6a7a6a83a5e0e4854d833
 WHIRLPOOL 
cda0c6afc31c6d39dd4974c2ce63d28ddea2019bb8bc1c50338c1005880a0a0ef66c2ceb00e86a6a7040c042778f1216321cda3d1dcfc2327c6e084f0ab45b53
+DIST ppx_deriving-3.1.tar.gz 40720 SHA256 
19babff7706753d24d4859a24d7303555dd1af125d6ca8a0589b8fac3c110fa7 SHA512 
ef3174f4fbecea9c613deb62aebb45de2b2abf640d557973f0621575a391cc11fc4135c782dc3d202012ddbeaadb3c7dd84f42d08aef0ba668bd169dedfeedf0
 WHIRLPOOL 
cdace363540346f3660811c57f7c10757dd09011fed1300fe29e3746297cae9ed3567e2b865c20dda6061404bb10c5b1e3350acfa8ad7f92bb20199f0a8052ea

diff --git a/dev-ml/ppx_deriving/ppx_deriving-3.1.ebuild 
b/dev-ml/ppx_deriving/ppx_deriving-3.1.ebuild
new file mode 100644
index 000..0099ce5
--- /dev/null
+++ b/dev-ml/ppx_deriving/ppx_deriving-3.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit findlib
+
+DESCRIPTION="Type-driven code generation for OCaml"
+HOMEPAGE="https://github.com/whitequark/ppx_deriving;
+SRC_URI="https://github.com/whitequark/ppx_deriving/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="doc +ocamlopt test"
+
+DEPEND="dev-ml/ppx_tools:=
+   >=dev-lang/ocaml-4.02.3:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   dev-ml/opam
+   test? ( dev-ml/ounit )"
+
+src_compile() {
+   cp pkg/META.in pkg/META || die
+   ocaml pkg/build.ml \
+   native=$(usex ocamlopt true false) \
+   native-dynlink=$(usex ocamlopt true false) \
+   || die
+   use doc && emake doc
+}
+
+src_test() {
+   ocamlbuild -j 0 -use-ocamlfind -classic-display \
+   src_test/test_ppx_deriving.byte -- || die
+   if use ocamlopt;  then
+   ocamlbuild -j 0 -use-ocamlfind -classic-display \
+   src_test/test_ppx_deriving.native -- || die
+   fi
+}
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   ${PN}.install || die
+   mv "${ED}/usr/lib/ppx_deriving/ppx_deriving" "${D}/$(ocamlc 
-where)/ppx_deriving/" || die
+
+   use doc && dohtml api.docdir/*
+
+   dodoc CHANGELOG.md README.md
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/files/, media-plugins/gst-plugins-libav/

2016-02-17 Thread Alexis Ballier
commit: f85d12e25f136a5418416704b1e8a37d041b4437
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 21:06:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 21:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85d12e2

media-plugins/gst-plugins-libav: Fix build and runtime with ffmpeg 3.0. Bug 
#574790.

Patches are all from upstream, except gst-plugins-libav-1.6.3-minr-compat.patch 
which is a small #ifdefery more by myself to preserve working options and 
passing tests with ffmpeg 2.8.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 .../files/gst-plugins-libav-1.6.3-bitrate.patch|  49 +++
 .../gst-plugins-libav-1.6.3-chain-dispose.patch|  23 ++
 .../gst-plugins-libav-1.6.3-deinterlace-lavf.patch | 199 
 .../gst-plugins-libav-1.6.3-minr-compat.patch  |  22 ++
 .../files/gst-plugins-libav-1.6.3-minr-maxr.patch  |  74 +
 .../gst-plugins-libav-1.6.3-no-deprecated.patch| 356 +
 .../gst-plugins-libav-1.6.3.ebuild |  13 +-
 7 files changed, 735 insertions(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-bitrate.patch 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-bitrate.patch
new file mode 100644
index 000..4c0510a
--- /dev/null
+++ 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-bitrate.patch
@@ -0,0 +1,49 @@
+commit 46fb2e9f11820190f2e173f4ebd83f0d15adea40
+Author: Sebastian Dröge 
+Date:   Sat Jan 16 16:40:52 2016 +0200
+
+libav: Bitrate field changed from int to int64_t, fix compiler warnings
+
+Cast it to a gint64 for now though, as otherwise we will fail compilation
+with ffmpeg 2.8.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=757498
+
+diff --git a/ext/libav/gstavaudenc.c b/ext/libav/gstavaudenc.c
+index 64d7011..9a8e690 100644
+--- a/ext/libav/gstavaudenc.c
 b/ext/libav/gstavaudenc.c
+@@ -269,8 +269,9 @@ gst_ffmpegaudenc_set_format (GstAudioEncoder * encoder, 
GstAudioInfo * info)
+ ffmpegaudenc->context->bit_rate = ffmpegaudenc->bitrate;
+ ffmpegaudenc->context->bit_rate_tolerance = ffmpegaudenc->bitrate;
+   } else {
+-GST_INFO_OBJECT (ffmpegaudenc, "Using avcontext default bitrate %d",
+-ffmpegaudenc->context->bit_rate);
++GST_INFO_OBJECT (ffmpegaudenc,
++"Using avcontext default bitrate %" G_GINT64_FORMAT,
++(gint64) ffmpegaudenc->context->bit_rate);
+   }
+ 
+   /* RTP payload used for GOB production (for Asterisk) */
+diff --git a/ext/libav/gstavcodecmap.c b/ext/libav/gstavcodecmap.c
+index 2f8dc8a..966c9b8 100644
+--- a/ext/libav/gstavcodecmap.c
 b/ext/libav/gstavcodecmap.c
+@@ -2357,6 +2357,7 @@ gst_ffmpeg_caps_to_smpfmt (const GstCaps * caps,
+   GstStructure *structure;
+   const gchar *fmt;
+   GstAudioFormat format = GST_AUDIO_FORMAT_UNKNOWN;
++  gint bitrate;
+ 
+   g_return_if_fail (gst_caps_get_size (caps) == 1);
+ 
+@@ -2365,7 +2366,8 @@ gst_ffmpeg_caps_to_smpfmt (const GstCaps * caps,
+   gst_structure_get_int (structure, "channels", >channels);
+   gst_structure_get_int (structure, "rate", >sample_rate);
+   gst_structure_get_int (structure, "block_align", >block_align);
+-  gst_structure_get_int (structure, "bitrate", >bit_rate);
++  gst_structure_get_int (structure, "bitrate", );
++  context->bit_rate = bitrate;
+ 
+   if (!raw)
+ return;

diff --git 
a/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-chain-dispose.patch
 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-chain-dispose.patch
new file mode 100644
index 000..de8947a
--- /dev/null
+++ 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-chain-dispose.patch
@@ -0,0 +1,23 @@
+commit e04bcf0601286990d0fa2ddfcfcff1b5784b
+Author: Sebastian Dröge 
+Date:   Sat Jan 16 16:43:16 2016 +0200
+
+avdeinterlace: Chain up to parent class' dispose()
+
+https://bugzilla.gnome.org/show_bug.cgi?id=757498
+
+diff --git a/ext/libav/gstavdeinterlace.c b/ext/libav/gstavdeinterlace.c
+index fe2d60d..6bdc605 100644
+--- a/ext/libav/gstavdeinterlace.c
 b/ext/libav/gstavdeinterlace.c
+@@ -310,7 +310,10 @@ static void
+ gst_ffmpegdeinterlace_dispose (GObject * obj)
+ {
+   GstFFMpegDeinterlace *deinterlace = GST_FFMPEGDEINTERLACE (obj);
++
+   delete_filter_graph (deinterlace);
++
++  G_OBJECT_CLASS (gst_ffmpegdeinterlace_parent_class)->dispose (obj);
+ }
+ 
+ static int

diff --git 
a/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-deinterlace-lavf.patch
 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-deinterlace-lavf.patch
new file mode 100644
index 000..f53c854
--- /dev/null
+++ 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.6.3-deinterlace-lavf.patch
@@ -0,0 +1,199 @@
+commit ddec3a2c78dd317efc1e9bc3ec0b2c49bf31ae77
+Author: Andreas Cadhalpun 

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

2016-02-17 Thread Alexis Ballier
commit: 8de0c5c4f0e7c862d82893a94945d32b4cc38076
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 20:12:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 21:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de0c5c4

net-libs/neon: Import patch from debian & upstream to fix build with gnutls 
3.4. Bug #546114.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 net-libs/neon/files/neon-0.30.1-gnutls3.4.patch | 282 
 net-libs/neon/neon-0.30.1-r1.ebuild |   3 +-
 2 files changed, 284 insertions(+), 1 deletion(-)

diff --git a/net-libs/neon/files/neon-0.30.1-gnutls3.4.patch 
b/net-libs/neon/files/neon-0.30.1-gnutls3.4.patch
new file mode 100644
index 000..c5165a0
--- /dev/null
+++ b/net-libs/neon/files/neon-0.30.1-gnutls3.4.patch
@@ -0,0 +1,282 @@
+Description: fix building with GnuTLS 3.4
+ Rewrite GnuTLS PKCS#11 support to work (exclusively) with the new
+ GnuTLS 3.x API.
+Origin: upstream, r1963
+Author: Joe Orton 
+Bug-Debian: https://bugs.debian.org/782832
+Last-Update: 2015-10-03
+
+---
+
+--- neon27-0.30.1.orig/macros/neon.m4
 neon27-0.30.1/macros/neon.m4
+@@ -982,10 +982,11 @@ gnutls)
+ 
+# Check for functions in later releases
+NE_CHECK_FUNCS([gnutls_session_get_data2 gnutls_x509_dn_get_rdn_ava \
+-  gnutls_sign_callback_set \
+   gnutls_certificate_get_issuer \
+   gnutls_certificate_get_x509_cas \
+-  gnutls_x509_crt_sign2])
++  gnutls_x509_crt_sign2 \
++  gnutls_certificate_set_retrieve_function2 \
++  gnutls_privkey_import_ext])
+ 
+# fail if gnutls_x509_crt_sign2 is not found (it was introduced in 1.2.0, 
which is required)
+if test x${ac_cv_func_gnutls_x509_crt_sign2} != xyes; then
+@@ -1039,7 +1040,7 @@ posix|yes)
+   ;;
+ esac
+ 
+-case 
${with_pakchois}X${ac_cv_func_gnutls_sign_callback_set}Y${ne_cv_lib_ssl097} in
++case 
${with_pakchois}X${ac_cv_func_gnutls_privkey_import_ext}Y${ne_cv_lib_ssl097} in
+ noX*Y*) ;;
+ *X*Yyes|*XyesY*)
+ # PKCS#11... ho!
+--- neon27-0.30.1.orig/src/ne_gnutls.c
 neon27-0.30.1/src/ne_gnutls.c
+@@ -89,6 +89,13 @@ struct ne_ssl_client_cert_s {
+ ne_ssl_certificate cert;
+ gnutls_x509_privkey_t pkey;
+ char *friendly_name;
++#ifdef HAVE_GNUTLS_PRIVKEY_IMPORT_EXT
++/* Signing callback & userdata provided by ne_pkcs11.c.  It would
++ * be better to rewrite the whole module to use gnutls_privkey_t
++ * directly, but it seems impossible to dup such an object. */
++gnutls_privkey_sign_func sign_func;
++void *sign_ud;
++#endif
+ };
+ 
+ /* Returns the highest used index in subject (or issuer) DN of
+@@ -525,6 +532,10 @@ static ne_ssl_client_cert *dup_client_ce
+ 
+ if (cc->keyless) {
+ newcc->keyless = 1;
++#ifdef HAVE_GNUTLS_PRIVKEY_IMPORT_EXT
++newcc->sign_func = cc->sign_func;
++newcc->sign_ud = cc->sign_ud;
++#endif
+ }
+ else {
+ ret = gnutls_x509_privkey_init(>pkey);
+@@ -553,7 +564,15 @@ dup_error:
+ static int provide_client_cert(gnutls_session_t session,
+const gnutls_datum_t *req_ca_rdn, int nreqs,
+const gnutls_pk_algorithm_t *sign_algos,
+-   int sign_algos_length, gnutls_retr_st *st)
++   int sign_algos_length, 
++#ifdef HAVE_GNUTLS_CERTIFICATE_SET_RETRIEVE_FUNCTION2
++   gnutls_pcert_st **pcert, 
++   unsigned int *pcert_length, 
++   gnutls_privkey_t *pkey
++#else
++   gnutls_retr2_st *st
++#endif
++)
+ {
+ ne_session *sess = gnutls_session_get_ptr(session);
+ 
+@@ -611,27 +630,59 @@ static int provide_client_cert(gnutls_se
+ if (sess->client_cert) {
+ gnutls_certificate_type_t type = gnutls_certificate_type_get(session);
+ if (type == GNUTLS_CRT_X509
+-#if LIBGNUTLS_VERSION_NUMBER > 0x03
+-/* Ugly hack; prevent segfaults w/GnuTLS 3.0. */
+-&& sess->client_cert->pkey != NULL
++&& (sess->client_cert->pkey || sess->client_cert->keyless)) {
++int ret;
++
++#ifdef HAVE_GNUTLS_CERTIFICATE_SET_RETRIEVE_FUNCTION2
++*pkey = gnutls_malloc(sizeof *pkey);
++gnutls_privkey_init(pkey);
++
++#ifdef HAVE_GNUTLS_PRIVKEY_IMPORT_EXT
++if (sess->client_cert->sign_func) {
++int algo = 
gnutls_x509_crt_get_pk_algorithm(sess->client_cert->cert.subject, NULL);
++NE_DEBUG(NE_DBG_SSL, "ssl: Signing for %s.\n", 
gnutls_pk_algorithm_get_name(algo));
++ 
++ret = gnutls_privkey_import_ext(*pkey, algo, 
sess->client_cert->sign_ud,
++

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

2016-02-17 Thread Alexis Ballier
commit: 5a08a63420601a47075da957e25dbc909ce33aef
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 21:07:59 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 21:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a08a634

eclass/eutils.eclass: epatch_user: Strip subslot when taking patches from  
/etc/portage/patches/$CAT/$PN:$SLOT. Bug #574966.

This makes it similar to what portage does with eapply_user.

 eclass/eutils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index d23a5b7..0004c2c 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1731,7 +1731,7 @@ epatch_user() {
 
# don't clobber any EPATCH vars that the parent might want
local EPATCH_SOURCE check
-   for check in ${CATEGORY}/{${P}-${PR},${P},${PN}}{,:${SLOT}}; do
+   for check in ${CATEGORY}/{${P}-${PR},${P},${PN}}{,:${SLOT%/*}}; do
EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${CTARGET}/${check}
[[ -r ${EPATCH_SOURCE} ]] || 
EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${CHOST}/${check}
[[ -r ${EPATCH_SOURCE} ]] || 
EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${check}



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

2016-02-17 Thread Alexis Ballier
commit: 38d84cce8a1f286a43421f5ff7a2067ad95fcaa3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Feb 17 15:33:05 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Feb 17 21:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d84cce

dev-lang/python:{2.7,3.4,3.5}: Move epatch_user call before sedding libdir. Bug 
#574962.

This allows sharing patches between different architectures where libdir differ.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-lang/python/python-2.7.11-r2.ebuild | 4 ++--
 dev-lang/python/python-3.4.3-r7.ebuild  | 4 ++--
 dev-lang/python/python-3.5.1-r2.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/python/python-2.7.11-r2.ebuild 
b/dev-lang/python/python-2.7.11-r2.ebuild
index 6fe..d9fd3d6 100644
--- a/dev-lang/python/python-2.7.11-r2.ebuild
+++ b/dev-lang/python/python-2.7.11-r2.ebuild
@@ -104,6 +104,8 @@ src_prepare() {
epatch "${FILESDIR}/python-2.7.10-cross-compile-warn-test.patch"
epatch "${FILESDIR}/python-2.7.10-system-libffi.patch"
 
+   epatch_user
+
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \
Lib/distutils/sysconfig.py \
@@ -115,8 +117,6 @@ src_prepare() {
Modules/getpath.c \
setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
 
-   epatch_user
-
eautoreconf
 }
 

diff --git a/dev-lang/python/python-3.4.3-r7.ebuild 
b/dev-lang/python/python-3.4.3-r7.ebuild
index f599fd9..8272a41 100644
--- a/dev-lang/python/python-3.4.3-r7.ebuild
+++ b/dev-lang/python/python-3.4.3-r7.ebuild
@@ -75,6 +75,8 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch"
epatch "${FILESDIR}/${PN}-3.4-gcc-5.patch" #547626
 
+   epatch_user
+
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \
Lib/distutils/sysconfig.py \
@@ -86,8 +88,6 @@ src_prepare() {
Modules/getpath.c \
setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
 
-   epatch_user
-
eautoreconf
 }
 

diff --git a/dev-lang/python/python-3.5.1-r2.ebuild 
b/dev-lang/python/python-3.5.1-r2.ebuild
index 7f82e77..d73faa1 100644
--- a/dev-lang/python/python-3.5.1-r2.ebuild
+++ b/dev-lang/python/python-3.5.1-r2.ebuild
@@ -73,6 +73,8 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch"
epatch "${FILESDIR}/3.5-secondary-targets.patch"
 
+   epatch_user
+
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
configure.ac \
Lib/distutils/command/install.py \
@@ -87,8 +89,6 @@ src_prepare() {
 
#sed -i -e 's/\$(GRAMMAR_H): \$(GRAMMAR_INPUT) \$(PGEN)/$(GRAMMAR_H): 
\$(GRAMMAR_INPUT)/' Makefile.pre.in || die
 
-   epatch_user
-
eautoreconf
 }
 



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

2016-02-17 Thread Dirkjan Ochtman
commit: e5d3ec2d3b966ae3dc8df2b536eeacac9712af8b
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Feb 17 13:49:41 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Feb 17 20:32:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d3ec2d

net-p2p/syncthing: bump to 0.12.19, add ~x86, re-enable tests

Tests should no longer fail on x86 since
https://github.com/syncthing/syncthing/issues/2765

Package-Manager: portage-2.2.27

 net-p2p/syncthing/Manifest |  1 +
 net-p2p/syncthing/syncthing-0.12.19.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 127d573..68a84f5 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1 +1,2 @@
 DIST syncthing-0.12.18.tar.gz 4046127 SHA256 
e0d1af4f29c9e2325507a7daf4bf97098c87c321a7e075125b66ddaa34b37eb4 SHA512 
2f2351a983b3d384e9fe65c87d67b81f20fc20b7b43b8d2fab882131bd4e4119f0cf099571d617f22f0125c43224c653e93329392204f3e0ff6c6a3bba7d8263
 WHIRLPOOL 
cfe491241e9ef4ebd19042a3cc3188771cf64d67c0faa29feda7da5980f86a38c1e284938074271e25bbfb881eca1ca56f237bf81a61be4d836287cbfab27eb2
+DIST syncthing-0.12.19.tar.gz 4047476 SHA256 
5a7035029974fe0fb496d9f8af880a50bcc8499ff5eef7ee4ef48f08df37820e SHA512 
89d2b34c5bb9772bcaad84caa03794cdcfeade8fef0b8abaeea6a1cccdc09167a690aa8b1dfadac81d9ac0e8a07c9be112af7f2e56f12f589b906c518c49a686
 WHIRLPOOL 
c0589a5e6a4f090dee9f79bb199c901b3f0e75cf0f92c12851a9713cdf7e813c8a5564ce475000529d2a5edafb9861d1b820858cb6fa3bb5bf082ff5586da9b3

diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild 
b/net-p2p/syncthing/syncthing-0.12.19.ebuild
new file mode 100644
index 000..0766431
--- /dev/null
+++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN="github.com/syncthing/syncthing"
+EGIT_COMMIT=v${PV}
+
+inherit golang-vcs-snapshot systemd
+
+DESCRIPTION="Syncthing is an open, trustworthy and decentralized cloud storage 
system"
+HOMEPAGE="http://syncthing.net;
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+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}
+   dobin bin/*
+   dodoc README.md AUTHORS  CONTRIBUTING.md
+   systemd_dounit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}@.service
+   systemd_douserunit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/user/${PN}.service
+}



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

2016-02-17 Thread Dirkjan Ochtman
commit: 8d4345c5107f523bdfe0caff9ae407a36712ebf9
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Wed Feb 17 20:43:02 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Feb 17 20:43:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4345c5

net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet

 net-p2p/syncthing/syncthing-0.12.19.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild 
b/net-p2p/syncthing/syncthing-0.12.19.ebuild
index 5f22a11..f6a31e4 100644
--- a/net-p2p/syncthing/syncthing-0.12.19.ebuild
+++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild
@@ -32,10 +32,12 @@ src_compile() {
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"
-}
+# go test: -race is only supported on amd64 platforms
+# https://github.com/syncthing/syncthing/issues/2765
+#src_test() {
+#  cd src/${EGO_PN}
+#  go run build.go test || die "test failed"
+#}
 
 src_install() {
cd src/${EGO_PN}



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

2016-02-17 Thread Dirkjan Ochtman
commit: c7c80deec9e3adf001a7a47dafada47afef3ff04
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Feb 17 14:01:29 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Feb 17 20:33:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c80dee

net-p2p/syncthing: add init script, man, logrotate

Package-Manager: portage-2.2.27

 net-p2p/syncthing/files/syncthing.confd | 24 
 net-p2p/syncthing/files/syncthing.initd | 34 +
 net-p2p/syncthing/files/syncthing.logrotate |  9 
 net-p2p/syncthing/syncthing-0.12.19.ebuild  | 16 --
 4 files changed, 81 insertions(+), 2 deletions(-)

diff --git a/net-p2p/syncthing/files/syncthing.confd 
b/net-p2p/syncthing/files/syncthing.confd
new file mode 100644
index 000..da3ac4d
--- /dev/null
+++ b/net-p2p/syncthing/files/syncthing.confd
@@ -0,0 +1,24 @@
+# /etc/conf.d/syncthing: config file for /etc/init.d/syncthing
+
+# User and group as which to run
+#SYNCTHING_USER="syncthing"
+#SYNCTHING_GROUP="syncthing"
+
+# Configuration directory
+#SYNCTHING_HOMEDIR="/var/lib/syncthing"
+
+# Log file location
+#SYNCTHING_LOGFILE="/var/log/syncthing/syncthing.log"
+
+# umask used to create files
+# The default allows group access
+#SYNCTHING_UMASK=007
+
+# I/O nice level of syncthing
+#SYNCTHING_IONICE="0"
+
+# Nice level of syncthing
+#SYNCTHING_NICE="0"
+
+# Extra options for syncthing
+#SYNCTHING_OPTS=""

diff --git a/net-p2p/syncthing/files/syncthing.initd 
b/net-p2p/syncthing/files/syncthing.initd
new file mode 100755
index 000..2acaf34
--- /dev/null
+++ b/net-p2p/syncthing/files/syncthing.initd
@@ -0,0 +1,34 @@
+#!/sbin/runscript
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+SYNCTHING_USER=${SYNCTHING_USER:-syncthing}
+SYNCTHING_GROUP=${SYNCTHING_GROUP:-syncthing}
+SYNCTHING_HOMEDIR=${SYNCTHING_HOMEDIR:-/var/lib/syncthing}
+SYNCTHING_LOGFILE=${SYNCTHING_LOGFILE:-/var/log/syncthing/syncthing.log}
+SYNCTHING_UMASK=${SYNCTHING_UMASK:-007}
+SYNCTHING_IONICE=${SYNCTHING_IONICE:-0}
+SYNCTHING_NICE=${SYNCTHING_NICE:-0}
+
+description="Syncthing is an open, trustworthy and decentralized cloud storage 
system"
+command="/usr/bin/syncthing"
+command_args="-no-browser -home=${SYNCTHING_HOMEDIR} ${SYNCTHING_OPTS}"
+pidfile="/run/syncthing.pid"
+start_stop_daemon_args="--background \
+  --user ${SYNCTHING_USER} \
+  --group ${SYNCTHING_GROUP} \
+  --umask ${SYNCTHING_UMASK} \
+  --make-pidfile \
+  --ionice ${SYNCTHING_IONICE} \
+  --nicelevel ${SYNCTHING_NICE} \
+  --stdout ${SYNCTHING_LOGFILE} \
+  --stderr ${SYNCTHING_LOGFILE}"
+
+depend() {
+  need localmount net
+}
+
+start_pre() {
+  checkpath -q -d -o ${SYNCTHING_USER}:${SYNCTHING_GROUP} ${SYNCTHING_HOMEDIR}
+  checkpath -q -f -o ${SYNCTHING_USER}:${SYNCTHING_GROUP} ${SYNCTHING_LOGFILE}
+}

diff --git a/net-p2p/syncthing/files/syncthing.logrotate 
b/net-p2p/syncthing/files/syncthing.logrotate
new file mode 100644
index 000..37c4320
--- /dev/null
+++ b/net-p2p/syncthing/files/syncthing.logrotate
@@ -0,0 +1,9 @@
+/var/log/syncthing/syncthing.log {
+missingok
+notifempty
+sharedscripts
+postrotate
+kill -0 $( /dev/null 2>&1 || true
+endscript
+}

diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild 
b/net-p2p/syncthing/syncthing-0.12.19.ebuild
index 0766431..5f22a11 100644
--- a/net-p2p/syncthing/syncthing-0.12.19.ebuild
+++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 EGO_PN="github.com/syncthing/syncthing"
 EGIT_COMMIT=v${PV}
 
-inherit golang-vcs-snapshot systemd
+inherit golang-vcs-snapshot systemd user
 
 DESCRIPTION="Syncthing is an open, trustworthy and decentralized cloud storage 
system"
 HOMEPAGE="http://syncthing.net;
@@ -21,6 +21,11 @@ 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}
@@ -34,8 +39,15 @@ src_test() {
 
 src_install() {
cd src/${EGO_PN}
+   doman man/*.[157] || die
dobin bin/*
-   dodoc README.md AUTHORS  CONTRIBUTING.md
+   dodoc README.md AUTHORS CONTRIBUTING.md
systemd_dounit 
"${S}"/src/${EGO_PN}/etc/linux-systemd/system/${PN}@.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}
 }



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

2016-02-17 Thread Dirkjan Ochtman
commit: f2c0c656d65212cb71ec10a27224d37ae5b5c3f8
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Feb 17 13:58:55 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Feb 17 20:33:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c0c656

net-p2p/syncthing: add myself as maintainer

Package-Manager: portage-2.2.27

 net-p2p/syncthing/metadata.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/net-p2p/syncthing/metadata.xml b/net-p2p/syncthing/metadata.xml
index eee05c3..f48302a 100644
--- a/net-p2p/syncthing/metadata.xml
+++ b/net-p2p/syncthing/metadata.xml
@@ -2,6 +2,15 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
+sautier.lo...@gmail.com
+Louis Sautier
+Proxied maintainer; set to assignee in all bugs
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
 d...@gentoo.org
 Dirkjan Ochtman
   



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

2016-02-17 Thread Mike Frysinger
commit: a502968555c7840cd471affd96d3c3ac670bbbd8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 20:12:24 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 20:12:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5029685

dev-python/ipy: add arm/arm64/mips love

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

diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild
index f3027bc..b5c1f08 100644
--- a/dev-python/ipy/ipy-0.83.ebuild
+++ b/dev-python/ipy/ipy-0.83.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-admin/setools/files/, app-admin/setools/

2016-02-17 Thread Mike Frysinger
commit: 0467b30c56b1a345d6740182b21794b183ef1b5b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 20:10:25 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 20:11:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0467b30c

app-admin/setools: fix cross-compiling

 .../files/setools-3.3.8-no-check-file.patch| 15 +++
 .../setools/files/setools-3.3.8-policy-max.patch   | 29 ++
 app-admin/setools/setools-3.3.8-r7.ebuild  |  3 +++
 3 files changed, 47 insertions(+)

diff --git a/app-admin/setools/files/setools-3.3.8-no-check-file.patch 
b/app-admin/setools/files/setools-3.3.8-no-check-file.patch
new file mode 100644
index 000..31848e9
--- /dev/null
+++ b/app-admin/setools/files/setools-3.3.8-no-check-file.patch
@@ -0,0 +1,15 @@
+there's no real need to run AC_CHECK_FILE to see if a file exists.  if the
+static link fails later on, then the static lib didn't exist.  this also
+breaks cross-compiling.
+
+--- a/configure.ac
 b/configure.ac
+@@ -448,8 +448,6 @@
+   sepol_srcdir="")
+ if test "x${sepol_srcdir}" = "x"; then
+sepol_srcdir=${sepol_devel_libdir}
+-   AC_CHECK_FILE([${sepol_srcdir}/libsepol.a],,
+-  AC_MSG_ERROR([make sure libsepol-static is installed]))
+ else
+AC_MSG_CHECKING([for compatible sepol source tree])
+sepol_version=${sepol_srcdir}/VERSION

diff --git a/app-admin/setools/files/setools-3.3.8-policy-max.patch 
b/app-admin/setools/files/setools-3.3.8-policy-max.patch
new file mode 100644
index 000..cf6917a
--- /dev/null
+++ b/app-admin/setools/files/setools-3.3.8-policy-max.patch
@@ -0,0 +1,29 @@
+trying to run compiled code fails when cross-compiling.
+probe the value using the preprocessor instead.
+
+--- a/configure.ac
 b/configure.ac
+@@ -621,21 +621,8 @@
+   sepol_new_errcodes="yes",
+ sepol_new_errcodes="no")
+ 
+-AC_RUN_IFELSE(
+-   [AC_LANG_SOURCE([
+-#include 
+-#include 
+-#include 
+-int main(void) {
+-FILE *f = fopen("conftest.data", "w");
+-if (f != NULL && fprintf(f, "%d", POLICYDB_VERSION_MAX) > 0) {
+-   fclose(f);
+-   exit(EXIT_SUCCESS);
+-}
+-exit(EXIT_FAILURE);
+-}])],
+-sepol_policy_version_max=`cat conftest.data`,
+-AC_MSG_FAILURE([could not determine maximum libsepol policy version]))
++printf "#include \nPOLICYDB_VERSION_MAX\n" > 
conftest.c
++sepol_policy_version_max=`${CPP} -E -P ${CPPFLAGS} conftest.c | tail -1`
+ AC_DEFINE_UNQUOTED(SEPOL_POLICY_VERSION_MAX, ${sepol_policy_version_max}, 
[maximum policy version supported by libsepol])
+ CFLAGS="${sepol_save_CFLAGS}"
+ CPPFLAGS="${sepol_save_CPPFLAGS}"

diff --git a/app-admin/setools/setools-3.3.8-r7.ebuild 
b/app-admin/setools/setools-3.3.8-r7.ebuild
index 69b4c7c..d719849 100644
--- a/app-admin/setools/setools-3.3.8-r7.ebuild
+++ b/app-admin/setools/setools-3.3.8-r7.ebuild
@@ -58,6 +58,9 @@ src_prepare() {
EPATCH_FORCE="yes" \
epatch
 
+   epatch "${FILESDIR}"/${PN}-3.3.8-no-check-file.patch
+   epatch "${FILESDIR}"/${PN}-3.3.8-policy-max.patch
+
# Fix build failure due to double __init__.py installation
sed -e "s/^wrappedpy_DATA = qpol.py \$(pkgpython_PYTHON)/wrappedpy_DATA 
= qpol.py/" -i libqpol/swig/python/Makefile.am || die
# Disable broken check for SWIG version. Bug #542032



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

2016-02-17 Thread Mike Frysinger
commit: 0eb147b01782e40c55276fe284e9804c25a7981e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 19:41:07 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 20:11:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb147b0

sys-libs/libsemanage: fix bad -I/-L flag usage

 .../files/libsemanage-2.4-build-paths.patch| 35 ++
 sys-libs/libsemanage/libsemanage-2.4-r2.ebuild |  1 +
 sys-libs/libsemanage/libsemanage-.ebuild   |  1 +
 3 files changed, 37 insertions(+)

diff --git a/sys-libs/libsemanage/files/libsemanage-2.4-build-paths.patch 
b/sys-libs/libsemanage/files/libsemanage-2.4-build-paths.patch
new file mode 100644
index 000..7eeb9be
--- /dev/null
+++ b/sys-libs/libsemanage/files/libsemanage-2.4-build-paths.patch
@@ -0,0 +1,35 @@
+there's no point in using -I/-L flags to the system paths and this breaks
+cross-compiling.  just drop them.
+
+--- a/src/Makefile
 b/src/Makefile
+@@ -60,7 +60,7 @@
+ SWIG_CFLAGS += -Wno-error -Wno-unused-but-set-variable -Wno-unused-variable 
-Wno-shadow \
+   -Wno-unused-parameter
+ 
+-override CFLAGS += -I../include -I$(INCLUDEDIR) -D_GNU_SOURCE 
++override CFLAGS += -I../include -D_GNU_SOURCE
+ RANLIB=ranlib
+ 
+ SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
+@@ -82,17 +82,17 @@
+   $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(RUBYINC) -fPIC -DSHARED -c -o $@ $<
+ 
+ $(SWIGSO): $(SWIGLOBJ)
+-  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lsemanage -L$(LIBDIR)
++  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lsemanage
+ 
+ $(SWIGRUBYSO): $(SWIGRUBYLOBJ)
+-  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lsemanage -L$(LIBDIR)
++  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lsemanage
+ 
+ $(LIBA): $(OBJS)
+   $(AR) rcs $@ $^
+   $(RANLIB) $@
+ 
+ $(LIBSO): $(LOBJS)
+-  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux 
-lbz2 -lustr -L$(LIBDIR) 
-Wl,-soname,$(LIBSO),--version-script=libsemanage.map,-z,defs
++  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux 
-lbz2 -lustr -Wl,-soname,$(LIBSO),--version-script=libsemanage.map,-z,defs
+   ln -sf $@ $(TARGET)
+ 
+ $(LIBPC): $(LIBPC).in ../VERSION

diff --git a/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild 
b/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild
index b949d14..d43e13b 100644
--- a/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild
@@ -70,6 +70,7 @@ src_prepare() {

"${FILESDIR}/0003-libsemanage-Add-file_contexts-and-seusers-to-the-sto.patch" \

"${FILESDIR}/0004-libsemanage-save-homedir_template-in-the-policy-stor.patch" \

"${FILESDIR}/0005-libsemanage-store-users_extra-in-the-policy-store.patch"
+   epatch "${FILESDIR}"/${PN}-2.4-build-paths.patch
 
epatch_user
 

diff --git a/sys-libs/libsemanage/libsemanage-.ebuild 
b/sys-libs/libsemanage/libsemanage-.ebuild
index 5132051..734b838 100644
--- a/sys-libs/libsemanage/libsemanage-.ebuild
+++ b/sys-libs/libsemanage/libsemanage-.ebuild
@@ -76,6 +76,7 @@ src_prepare() {
# If wanted for live builds, please use /etc/portage/patches
epatch 
"${FILESDIR}/0001-libsemanage-do-not-copy-contexts-in-semanage_migrate.patch"
fi
+   epatch "${FILESDIR}"/${PN}-2.4-build-paths.patch
 
epatch_user
 



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

2016-02-17 Thread Mike Frysinger
commit: fc3a6a5fcb47813cc8e8d3a7998b1a31a4b7a491
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 19:45:14 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 20:11:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3a6a5f

sys-libs/libsemanage: improve ROOT handling in pkg_postinst

Also ignore errors when /etc/selinux/config doesn't exist.

 sys-libs/libsemanage/libsemanage-2.4-r2.ebuild | 6 +++---
 sys-libs/libsemanage/libsemanage-.ebuild   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild 
b/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild
index d43e13b..e2b0457 100644
--- a/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.4-r2.ebuild
@@ -112,8 +112,8 @@ multilib_src_install() {
 
 pkg_postinst() {
# Migrate the SELinux semanage configuration store if not done already
-   local selinuxtype=$(awk -F'=' '/SELINUXTYPE=/ {print $2}' 
/etc/selinux/config);
-   if [ -n "${selinuxtype}" ] && [ ! -d /var/lib/selinux/${mcs}/active ] ; 
then
+   local selinuxtype=$(awk -F'=' '/SELINUXTYPE=/ {print $2}' 
"${EROOT}"/etc/selinux/config 2>/dev/null)
+   if [ -n "${selinuxtype}" ] && [ ! -d 
"${EROOT}"/var/lib/selinux/${mcs}/active ] ; then
ewarn "Since the 2.4 SELinux userspace, the policy module store 
is moved"
ewarn "from /etc/selinux to /var/lib/selinux. The migration 
will be run now."
ewarn "If there are any issues, it can be done manually by 
running:"
@@ -124,7 +124,7 @@ pkg_postinst() {
 
# Run the store migration without rebuilds
for POLICY_TYPE in ${POLICY_TYPES} ; do
-   if [ ! -d "${ROOT}/var/lib/selinux/${POLICY_TYPE}/active" ] ; 
then
+   if [ ! -d "${EROOT}/var/lib/selinux/${POLICY_TYPE}/active" ] ; 
then
einfo "Migrating store ${POLICY_TYPE} (without policy 
rebuild)."
/usr/libexec/selinux/semanage_migrate_store -n -s 
"${POLICY_TYPE}" || die "Failed to migrate store ${POLICY_TYPE}"
fi

diff --git a/sys-libs/libsemanage/libsemanage-.ebuild 
b/sys-libs/libsemanage/libsemanage-.ebuild
index 734b838..bb69814 100644
--- a/sys-libs/libsemanage/libsemanage-.ebuild
+++ b/sys-libs/libsemanage/libsemanage-.ebuild
@@ -118,8 +118,8 @@ multilib_src_install() {
 
 pkg_postinst() {
# Migrate the SELinux semanage configuration store if not done already
-   local selinuxtype=$(awk -F'=' '/SELINUXTYPE=/ {print $2}' 
/etc/selinux/config);
-   if [ -n "${selinuxtype}" ] && [ ! -d /var/lib/selinux/${mcs}/active ] ; 
then
+   local selinuxtype=$(awk -F'=' '/SELINUXTYPE=/ {print $2}' 
"${EROOT}"/etc/selinux/config 2>/dev/null)
+   if [ -n "${selinuxtype}" ] && [ ! -d 
"${EROOT}"/var/lib/selinux/${mcs}/active ] ; then
ewarn "Since the 2.4 SELinux userspace, the policy module store 
is moved"
ewarn "from /etc/selinux to /var/lib/selinux. The migration 
will be run now."
ewarn "If there are any issues, it can be done manually by 
running:"
@@ -130,7 +130,7 @@ pkg_postinst() {
 
# Run the store migration without rebuilds
for POLICY_TYPE in ${POLICY_TYPES} ; do
-   if [ ! -d "${ROOT}/var/lib/selinux/${POLICY_TYPE}/active" ] ; 
then
+   if [ ! -d "${EROOT}/var/lib/selinux/${POLICY_TYPE}/active" ] ; 
then
einfo "Migrating store ${POLICY_TYPE} (without policy 
rebuild)."
/usr/libexec/selinux/semanage_migrate_store -n -s 
"${POLICY_TYPE}" || die "Failed to migrate store ${POLICY_TYPE}"
fi



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

2016-02-17 Thread Sebastien Fabbro
commit: e01a1b4b6a6dfd91e41542e7c90dd68f3b1aa79a
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Feb 17 18:35:18 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Feb 17 20:35:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01a1b4b

dev-libs/starpu: re-manifest

 dev-libs/starpu/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/starpu/Manifest b/dev-libs/starpu/Manifest
index 5c20806..e0dda49 100644
--- a/dev-libs/starpu/Manifest
+++ b/dev-libs/starpu/Manifest
@@ -1,2 +1 @@
-DIST starpu-1.1.4.tar.gz 5022944 SHA256 
ba36e605bd3915afb5b8ac6582b33ebd2ca65139b879d928e6b218f6d2e4b37e SHA512 
a448839e33675b17cdef389dbf91e85b7ef9cafcf93ce0c99f755bf8eb548ecb3240b97602b2f3c9799128c651e889446ae3013e62f391c05b279ae38fb041d6
 WHIRLPOOL 
acb58667379ec67635af853b41881479fcdfbda1b6ba27b353aac57bdeed0cbc2cb5a6b923f003b222d0ef685778fa3445003ed4f34606e6eb41d1d45dcc0c21
 DIST starpu-1.1.5.tar.gz 5209660 SHA256 
3b93d3d54b2bd4c96d49ca4a46f6d4ed077c7d7602baa2044152ef55ad5d9b15 SHA512 
e22a51c601c1997f6a9279e87b22a96f2b25a9c8bb4b715ee3a048ed8af638997610ba72c7b42f61d9401464464c57402feebc76368f9df6ca84fa1305baeedd
 WHIRLPOOL 
dc2e17be76b58e5c2c902f653d2e2cf4961cf2618347d2f7ebe7b7597c0c5abfb93690e117ded809ae9f84586b380e8355fd8767a09974a479b06c76addd48b7



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

2016-02-17 Thread Dennis Lamm
commit: c1fbc9be2a6fb6e175b1d088a7d589485d5a0b8f
Author: Dennis Lamm  gentoo  org>
AuthorDate: Wed Feb 17 19:32:20 2016 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Wed Feb 17 19:33:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fbc9be

dev-libs/link-grammar:5.3.3: fixed bug #574872

Package-Manager: portage-2.2.26

 dev-libs/link-grammar/link-grammar-5.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild 
b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild
index efec5be..546f5cd 100644
--- a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild
+++ b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit eutils gnome2 java-pkg-opt-2 python-any-r1
 
@@ -20,7 +20,7 @@ IUSE="aspell +hunspell java python static-libs threads"
 DEPEND="
aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )
-   java? ( virtual/jdk:= dev-java/ant-core )
+   java? ( >=virtual/jdk-0:= dev-java/ant-core )
${PYTHON_DEPS}"
 
 RDEPEND="${DEPEND}"



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

2016-02-17 Thread Tomas Chvatal
commit: 2b00875ff81128f5b8bd3b3bf3052244681b75a4
Author: Tomáš Chvátal  gentoo  org>
AuthorDate: Wed Feb 17 19:14:11 2016 +
Commit: Tomas Chvatal  gentoo  org>
CommitDate: Wed Feb 17 19:14:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b00875f

Update to 0.7.8 and remove older

Signed-off-by: Tomáš Chvátal  gentoo.org>

 dev-util/spec-cleaner/Manifest  | 2 +-
 .../{spec-cleaner-0.7.2.ebuild => spec-cleaner-0.7.8.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spec-cleaner/Manifest b/dev-util/spec-cleaner/Manifest
index 6bcf444..cfdc80c 100644
--- a/dev-util/spec-cleaner/Manifest
+++ b/dev-util/spec-cleaner/Manifest
@@ -1 +1 @@
-DIST spec-cleaner-0.7.2.tar.gz 79297 SHA256 
e58703a9fba035923396044c4339cc71d1c9023246b7cae5f6445acf908d3cbe SHA512 
bd46c64d9473f66a8e4756dfd67b94f902a8884536bb9153a6076b7c5ea9b8c30cc54fdbddc18d4931509effc7e18ef51662ee21b2d1e5fd7bf6a4b5436b3ed0
 WHIRLPOOL 
d087320eb65f1fb9de75074b50469a8531b76f1067acb1b8982c7f69f184ec4b933e8b0d66dc7f64ffe03f766f9d18e4264b52b6df1933282cf038d3fad144c0
+DIST spec-cleaner-0.7.8.tar.gz 89125 SHA256 
d9ed8aeefac4836182a4c0a8bcaaaedaf4acad88bc601b2576f3adfad5436528 SHA512 
2937c2480b4a24343c5ea8a665f2820e37da3f2816c22e6bc82ebba66711754a59f5e68fb903258750cac3118206a9e02fc5a87051c0bcb4e8396ab658e844d3
 WHIRLPOOL 
6559460eb869c8428b17611e4005edd59abd24ec105467768191825c6cd232f776e40ce7e5762fcecf9adad6bdfbf24c1790b8fd3d992deeb07a67b44c1665ac

diff --git a/dev-util/spec-cleaner/spec-cleaner-0.7.2.ebuild 
b/dev-util/spec-cleaner/spec-cleaner-0.7.8.ebuild
similarity index 100%
rename from dev-util/spec-cleaner/spec-cleaner-0.7.2.ebuild
rename to dev-util/spec-cleaner/spec-cleaner-0.7.8.ebuild



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

2016-02-17 Thread Mike Frysinger
commit: 2d365dd353b15bf43b65049f4f9056f379607200
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 18:31:53 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 18:42:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d365dd3

dev-libs/ustr: make installed file set more minimal

Add USE=static-libs to control install of the static archive.

Add USE=ustr-import to control install of the dev tool and source tree.

Punt the xxx-debug libs as this isn't how we handle debugging in Gentoo.

 dev-libs/ustr/files/ustr-1.0.4-build-libs.patch | 49 +++
 dev-libs/ustr/metadata.xml  |  3 +
 dev-libs/ustr/ustr-1.0.4-r8.ebuild  | 84 +
 3 files changed, 136 insertions(+)

diff --git a/dev-libs/ustr/files/ustr-1.0.4-build-libs.patch 
b/dev-libs/ustr/files/ustr-1.0.4-build-libs.patch
new file mode 100644
index 000..79fe818
--- /dev/null
+++ b/dev-libs/ustr/files/ustr-1.0.4-build-libs.patch
@@ -0,0 +1,49 @@
+make static lib build/install controllable so we can disable it by default
+
+punt the -debug lib variants ... if people want debug libs, they can rebuild
+the package using their desired build settings.
+
+--- a/Makefile
 b/Makefile
+@@ -291,8 +291,10 @@
+ OPT_LIB_SHARED  = libustr-$(VERS_BSO).so.$(VERS_ESO)
+ OPT_LIB_STATIC  = libustr.a
+ 
+-LIB_SHARED = $(DBG_LIB_SHARED) $(OPT_LIB_SHARED)
+-LIB_STATIC = $(DBG_LIB_STATIC) $(OPT_LIB_STATIC)
++LIB_SHARED = $(OPT_LIB_SHARED)
++ifeq ($(USE_STATIC),yes)
++LIB_STATIC = $(OPT_LIB_STATIC)
++endif
+ 
+ DEPS_NONC_ALL  = $(SRC_HDRS) $(SRC_SRCS_H)
+ DEPS_C_ALL = $(SRC_HDRS)
+@@ -388,17 +390,14 @@
+   install -d $(DESTDIR)$(bindir)
+   install -d $(DESTDIR)$(libdir)/pkgconfig
+   $(HIDE)echo Installing files
++ifeq ($(USE_STATIC),yes)
+   install -m 644 -t $(DESTDIR)$(libdir) $(LIB_STATIC)
++endif
+   install -m 755 -t $(DESTDIR)$(libdir) $(LIB_SHARED)
+   -rm -f $(DESTDIR)$(libdir)/$(OPT_LIB_SHARED_NAME)
+   ln -s $(OPT_LIB_SHARED) 
$(DESTDIR)$(libdir)/$(OPT_LIB_SHARED_NAME)
+   -rm -f $(DESTDIR)$(libdir)/$(OPT_LIB_SHAREDEV)
+   ln -s $(OPT_LIB_SHARED_NAME) 
$(DESTDIR)$(libdir)/$(OPT_LIB_SHAREDEV)
+-  -rm -f $(DESTDIR)$(libdir)/$(DBG_LIB_SHARED_NAME)
+-  ln -s $(DBG_LIB_SHARED) 
$(DESTDIR)$(libdir)/$(DBG_LIB_SHARED_NAME)
+-  -rm -f $(DESTDIR)$(libdir)/$(DBG_LIB_SHAREDEV)
+-  ln -s $(DBG_LIB_SHARED_NAME) 
$(DESTDIR)$(libdir)/$(DBG_LIB_SHAREDEV)
+-  $(LDCONFIG) -n $(DESTDIR)$(libdir)
+   install -pm 644 -t $(DESTDIR)$(includedir) $(SRC_HDRS)
+   install -pm 644 -t $(DESTDIR)$(SHRDIR) $(SRC_SRCS)
+   install -pm 644 -t $(DESTDIR)$(SHRDIR) $(XSRC_SRCS)
+@@ -406,7 +406,7 @@ endif
+   install -pm 644 -t $(DESTDIR)$(mandir)/man1 $(MAN_PAGES_1)
+   install -pm 644 -t $(DESTDIR)$(mandir)/man3 $(MAN_PAGES_3)
+   install -m 755 -t $(DESTDIR)$(bindir) ustr-import
+-  install -pm 644 -t $(DESTDIR)$(libdir)/pkgconfig ustr.pc 
ustr-debug.pc
++  install -pm 644 -t $(DESTDIR)$(libdir)/pkgconfig ustr.pc
+ 
+ ustr-import-multilib: ustr-import-multilib.in
+   sed -e 's,@INCLUDEDIR@,$(includedir),g' -e 
's,@MBINDIR@,$(MBINDIR),g' < $< > $@

diff --git a/dev-libs/ustr/metadata.xml b/dev-libs/ustr/metadata.xml
index 3d12db6..524aa43 100644
--- a/dev-libs/ustr/metadata.xml
+++ b/dev-libs/ustr/metadata.xml
@@ -10,4 +10,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers
 
+
+   Install ustr-import developer program and 
source code for bundling.
+
 

diff --git a/dev-libs/ustr/ustr-1.0.4-r8.ebuild 
b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
new file mode 100644
index 000..a540dad
--- /dev/null
+++ b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit toolchain-funcs multilib-minimal
+
+DESCRIPTION="Low-overhead managed string library for C"
+HOMEPAGE="http://www.and.org/ustr;
+SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2;
+
+LICENSE="|| ( BSD-2 MIT LGPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+IUSE="static-libs ustr-import"
+
+DOCS=(ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO)
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/ustr-conf.h
+   /usr/include/ustr-conf-debug.h
+)
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}-gcc_5-check.patch"
+   epatch "${FILESDIR}/${PN}-1.0.4-build-libs.patch"
+   multilib_copy_sources
+}
+
+_emake() {
+   emake \
+   USE_STATIC=$(usex static-libs) \
+   AR="$(tc-getAR)" \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   

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

2016-02-17 Thread Mike Frysinger
commit: a18c23fc46121edde7c4314bdf6a49b67daf424e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 18:13:16 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 18:42:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18c23fc

dev-libs/ustr: unify emake calls

Also fix $EPREFIX usage in more paths, and respect CPPFLAGS settings.

 dev-libs/ustr/ustr-1.0.4-r7.ebuild | 35 +--
 1 file changed, 13 insertions(+), 22 deletions(-)

diff --git a/dev-libs/ustr/ustr-1.0.4-r7.ebuild 
b/dev-libs/ustr/ustr-1.0.4-r7.ebuild
index d898008..eaf650b 100644
--- a/dev-libs/ustr/ustr-1.0.4-r7.ebuild
+++ b/dev-libs/ustr/ustr-1.0.4-r7.ebuild
@@ -26,38 +26,29 @@ src_prepare() {
multilib_copy_sources
 }
 
-multilib_src_compile() {
+_emake() {
emake \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
prefix="${EPREFIX}/usr" \
-   SHRDIR="/usr/share/${P}" \
+   libdir="${EPREFIX}/usr/$(get_libdir)" \
+   mandir="${EPREFIX}/usr/share/man" \
+   SHRDIR="${EPREFIX}/usr/share/${P}" \
+   DOCSHRDIR="${EPREFIX}/usr/share/doc/${PF}" \
HIDE= \
-   all-shared
+   "$@"
+}
+
+multilib_src_compile() {
+   _emake all-shared
 }
 
 multilib_src_install() {
-   emake \
-   DESTDIR="${D}" \
-   prefix="${EPREFIX}/usr" \
-   libdir="${EPREFIX}/usr/$(get_libdir)" \
-   mandir="/usr/share/man" \
-   SHRDIR="/usr/share/${P}" \
-   DOCSHRDIR="/usr/share/doc/${PF}" \
-   HIDE= \
-   install
+   _emake DESTDIR="${D}" install
 }
 
 multilib_src_test() {
-   emake \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   prefix="${EPREFIX}/usr" \
-   SHRDIR="/usr/share/${P}" \
-   HIDE= \
-   check
+   _emake check
 }



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

2016-02-17 Thread Mike Frysinger
commit: df0e7ecbea811f1c0274244b1e27efd97d463404
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 18:40:27 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 18:42:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0e7ecb

dev-libs/ustr: add arm64 love

 dev-libs/ustr/ustr-1.0.4-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ustr/ustr-1.0.4-r8.ebuild 
b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
index a540dad..784d946 100644
--- a/dev-libs/ustr/ustr-1.0.4-r8.ebuild
+++ b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( BSD-2 MIT LGPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
 IUSE="static-libs ustr-import"
 
 DOCS=(ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO)



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

2016-02-17 Thread Mike Frysinger
commit: c2d28f8122e1b55523aa94e657d05ee1be89fcfb
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb 17 18:21:04 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb 17 18:42:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d28f81

dev-libs/ustr: add a configure stage for cross-compiling

The build system likes to compile & run programs to figure out host
features.  This fails when cross-compiling and such, so add a func
to do all with compile tests.

 dev-libs/ustr/ustr-1.0.4-r7.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-libs/ustr/ustr-1.0.4-r7.ebuild 
b/dev-libs/ustr/ustr-1.0.4-r7.ebuild
index eaf650b..0c7387c 100644
--- a/dev-libs/ustr/ustr-1.0.4-r7.ebuild
+++ b/dev-libs/ustr/ustr-1.0.4-r7.ebuild
@@ -41,6 +41,26 @@ _emake() {
"$@"
 }
 
+multilib_src_configure() {
+   # The included configure tests require execution.
+
+   # We require vsnprintf everywhere as it's in POSIX.
+   printf '#!/bin/sh\necho 0\n' > autoconf_vsnprintf
+   chmod a+rx autoconf_vsnprintf
+
+   # Always use stdint.h as it's in POSIX.
+   sed -i '/have_stdint_h=0/s:=0:=1:' Makefile || die
+
+   # Figure out the size of size_t.
+   printf '#include \nint main() { char buf[sizeof(size_t) - 
8]; }\n' > sizet_test.c
+$(tc-getCC) ${CPPFLAGS} ${CFLAGS} -c sizet_test.c 2>/dev/null
+   printf '#!/bin/sh\necho %s\n' $(( $? == 0 )) > autoconf_64b
+   chmod a+rx autoconf_64b
+
+   # Generate the config file now to avoid bad makefile deps.
+   _emake ustr-import
+}
+
 multilib_src_compile() {
_emake all-shared
 }



[gentoo-commits] proj/planet-gentoo:master commit in: configs/planet/, configs/universe/

2016-02-17 Thread Yury German
commit: d4b861a227e7b7931454c1cc8d9a2ee18580b38f
Author: Yury German  gentoo  org>
AuthorDate: Wed Feb 17 17:47:17 2016 +
Commit: Yury German  gentoo  org>
CommitDate: Wed Feb 17 17:47:17 2016 +
URL:https://gitweb.gentoo.org/proj/planet-gentoo.git/commit/?id=d4b861a2

Adding blueknight - Self

 configs/planet/blueknight  | 4 
 configs/planet/charvey | 4 
 configs/planet/dang| 4 
 configs/planet/dirtyepic   | 4 
 configs/planet/halcy0n | 4 
 configs/planet/jaervosz| 4 
 configs/planet/suka| 4 
 configs/universe/dang  | 4 
 configs/universe/dirtyepic | 4 
 configs/universe/halcy0n   | 4 
 configs/universe/jaervosz  | 4 
 configs/universe/suka  | 4 
 12 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/configs/planet/blueknight b/configs/planet/blueknight
new file mode 100644
index 000..0189e29
--- /dev/null
+++ b/configs/planet/blueknight
@@ -0,0 +1,4 @@
+[http://blogs.gentoo.org/blueknight/feed/]
+name = Yury German
+username = blueknight 
+gravatar = 7a436d2dda9604564b1da6c0527ea458

diff --git a/configs/planet/charvey b/configs/planet/charvey
deleted file mode 100644
index 05431d5..000
--- a/configs/planet/charvey
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.basementcode.com/blog/?cat=3=rss2]
-username = charvey
-name = Christopher Harvey
-gravatar = a276b9e48f23fd30eef9351eef2bcca5

diff --git a/configs/planet/dang b/configs/planet/dang
deleted file mode 100644
index bd5c048..000
--- a/configs/planet/dang
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://gryniewicz.com/blogs/dang/category/gentoo/feed]
-name = Daniel Gryniewicz
-username = dang
-gravatar = 8c517f8b16d7e2ea403086fe764431a2

diff --git a/configs/planet/dirtyepic b/configs/planet/dirtyepic
deleted file mode 100644
index c87c833..000
--- a/configs/planet/dirtyepic
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://max.kanat.us/tag-syndicate/?user=psykil=gentoo]
-name = Ryan Hill
-username = dirtyepic
-gravatar = d7f0456e867190e62fd68fa96ddd89c9

diff --git a/configs/planet/halcy0n b/configs/planet/halcy0n
deleted file mode 100644
index 5d995fe..000
--- a/configs/planet/halcy0n
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.halcy0n.com/feed/]
-name = Mark Loeser
-username = halcy0n
-gravatar = c6407aafa82b7f6f79cace91bb661697

diff --git a/configs/planet/jaervosz b/configs/planet/jaervosz
deleted file mode 100644
index c4bec5d..000
--- a/configs/planet/jaervosz
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://home.coming.dk/xmlsrv/rss2.php?blog=5=16]
-name = Sune Kloppenborg Jeppesen
-username = jaervosz
-gravatar = f99f2512cbc967e54c531b1996be7f7f

diff --git a/configs/planet/suka b/configs/planet/suka
deleted file mode 100644
index 65c97a4..000
--- a/configs/planet/suka
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://dev.gentoo.org/~suka/blog/rss.xml]
-name = Andreas Proschofsky
-username = suka
-gravatar = 5b5178bbc2456a54467ff9852033e4fc

diff --git a/configs/universe/dang b/configs/universe/dang
deleted file mode 100644
index d91cfd4..000
--- a/configs/universe/dang
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://gryniewicz.com/blogs/dang/feed]
-name = Daniel Gryniewicz
-username = dang
-gravatar = 8c517f8b16d7e2ea403086fe764431a2

diff --git a/configs/universe/dirtyepic b/configs/universe/dirtyepic
deleted file mode 100644
index 07b1749..000
--- a/configs/universe/dirtyepic
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://psykil.livejournal.com/data/rss]
-name = Ryan Hill
-username = dirtyepic
-gravatar = d7f0456e867190e62fd68fa96ddd89c9

diff --git a/configs/universe/halcy0n b/configs/universe/halcy0n
deleted file mode 100644
index 5d995fe..000
--- a/configs/universe/halcy0n
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://www.halcy0n.com/feed/]
-name = Mark Loeser
-username = halcy0n
-gravatar = c6407aafa82b7f6f79cace91bb661697

diff --git a/configs/universe/jaervosz b/configs/universe/jaervosz
deleted file mode 100644
index 331aef4..000
--- a/configs/universe/jaervosz
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://home.coming.dk/xmlsrv/rss2.php?blog=5=20]
-name = Sune Kloppenborg Jeppesen
-username = jaervosz
-gravatar = f99f2512cbc967e54c531b1996be7f7f

diff --git a/configs/universe/suka b/configs/universe/suka
deleted file mode 100644
index 65c97a4..000
--- a/configs/universe/suka
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://dev.gentoo.org/~suka/blog/rss.xml]
-name = Andreas Proschofsky
-username = suka
-gravatar = 5b5178bbc2456a54467ff9852033e4fc



[gentoo-commits] proj/planet-gentoo:master commit in: configs/universe/

2016-02-17 Thread Yury German
commit: f4cb0840dc27dcfab83db017b588e4a069d6f8a8
Author: Yury German  gentoo  org>
AuthorDate: Wed Feb 17 17:47:52 2016 +
Commit: Yury German  gentoo  org>
CommitDate: Wed Feb 17 17:47:52 2016 +
URL:https://gitweb.gentoo.org/proj/planet-gentoo.git/commit/?id=f4cb0840

Adding blueknight - Self

 configs/universe/blueknight | 4 
 1 file changed, 4 insertions(+)

diff --git a/configs/universe/blueknight b/configs/universe/blueknight
new file mode 100644
index 000..0189e29
--- /dev/null
+++ b/configs/universe/blueknight
@@ -0,0 +1,4 @@
+[http://blogs.gentoo.org/blueknight/feed/]
+name = Yury German
+username = blueknight 
+gravatar = 7a436d2dda9604564b1da6c0527ea458



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

2016-02-17 Thread Ian Stakenvicius
commit: 1aca0635f50587bbfcfa13cef5451688032f8a6d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 17 17:07:32 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 17 17:43:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aca0635

media-libs/openh264: drop old

Package-Manager: portage-2.2.26

 media-libs/openh264/Manifest  |  3 -
 media-libs/openh264/openh264-1.2_p20141104.ebuild | 74 --
 media-libs/openh264/openh264-1.3.1.ebuild | 78 ---
 media-libs/openh264/openh264-1.4.0.ebuild | 92 ---
 4 files changed, 247 deletions(-)

diff --git a/media-libs/openh264/Manifest b/media-libs/openh264/Manifest
index 8e367fe..5096e9f 100644
--- a/media-libs/openh264/Manifest
+++ b/media-libs/openh264/Manifest
@@ -1,5 +1,2 @@
-DIST gmp-api-Firefox36.tar.gz 15182 SHA256 
2cdc1284a939cda0a6fe45a8c798637cc7d959c9d757d5b0c6d2dc650a037624 SHA512 
69f367a83cca01c046abf1e6d4fdb2e1587d321ffd5c7795d33ce6b271e9e9ea588e1c363ac84c3e690410e79aa73cdf64b8f12e4726392b1adbe1a1900e4bd8
 WHIRLPOOL 
c218e9e8ae80a84495f495dcaf545eae2e3fa611a43e6dd5b1e21adeda1dd000ac8160d8a1439d523395c36d939a762aadba18db724bd3c02169c47ffc1a1bc9
 DIST gmp-api-Firefox38.tar.gz 16209 SHA256 
6b156afe850c0d6faf0492ca5feeff4358e50ddc5ce3022ddcc6905a5bd21c80 SHA512 
9aecbc84b1ba2fcfcb10c56680d92a72dd55f7ef7b8a68a3950dbce65fb7eb2c5e6a211149889f618bef2468ba1f3f8c01dc63e86e0a30d9295b019b75657eb8
 WHIRLPOOL 
c12eb175ddf11f0ece400cc34bf9d5e690494fd4630c12667eed3765b66a625a1f9a3b41e20fc5a0c0f614eafbd75b6ddd5bd2a827077cfaac507a3f41990c42
-DIST gmp-openh264-1.2_p20141104.tar.xz 11874976 SHA256 
d8359d004116eba6d286abd81f82f9cfedf2ab209b9586fc195d199096f8 SHA512 
7acd982b54cd32ee2270967131792d869a9c72dca5ba8da796c61517e99b3a40f7c53ab6228c03f72c57f4eb9d3bef536645ee33ccf08a098f0662f97f811856
 WHIRLPOOL 
5d997bc9349d06f5d485ce654408d5f3cd1314ccdf10c21c25c59933ffe2c4b325ec32444bb74aa754b73fcc381b5b723df9f48989cba3e7137e8a594a47e24c
-DIST openh264-1.3.1.tar.gz 37642592 SHA256 
b0a9a61840b4a58fbadd2a0640a81917c0ee84e922d2476c1dbcb9f29b85d7a0 SHA512 
e85e300a85cefc89a66fdebebe2f059c2c3262518f614c660535312b3ea441064a1288824bc488b741bcffa076b165eabf998d1b535fb377516695326be625c9
 WHIRLPOOL 
5acc9645b65c2b75d117bcbff24554e0b9567514427bc8d9dc8e8eda0d45080600bec12cd8d435ab605f8226cfc321d1c371c292cf26d30a29a77fd187db6dc4
 DIST openh264-1.4.0.tar.gz 37681189 SHA256 
a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22 SHA512 
8192494698cb5557331be56ecbe2b7b143e0ed95739a69a88bdb34a58f66710ef1cd9234f1e98c9b16432a41a3243634e6ca63c58119315f2f9360cb2959e42b
 WHIRLPOOL 
0d9f1f728fbceef35a5e22a6fe4c9dd42fbf84d41fe14e938194438542af182d3994694ffcd68f58798f14c8096b49b0aecad23f58ec6bdbc02de43b8d783532

diff --git a/media-libs/openh264/openh264-1.2_p20141104.ebuild 
b/media-libs/openh264/openh264-1.2_p20141104.ebuild
deleted file mode 100644
index c350980..000
--- a/media-libs/openh264/openh264-1.2_p20141104.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit nsplugins
-
-DESCRIPTION="Cisco OpenH264 library and Gecko Media Plugin for mozilla 
packages"
-HOMEPAGE="http://www.openh264.org/;
-SRC_URI="https://dev.gentoo.org/~axs/distfiles/gmp-${P}.tar.xz;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plugin"
-
-RESTRICT="bindist"
-
-RDEPEND=""
-DEPEND="dev-lang/nasm"
-
-DOCS=( LICENSE CONTRIBUTORS README.md )
-
-S=${WORKDIR}/gmp-${P}
-
-src_compile() {
-   local mybits="ENABLE64BIT=No"
-   case "${ABI}" in
-   s390x|alpha|*64) mybits="ENABLE64BIT=Yes";;
-   esac
-   emake V=Yes ${mybits}
-   use plugin && emake V=Yes ${mybits} plugin
-}
-
-src_install() {
-   emake PREFIX="${ED}usr" LIBPREFIX="${ED}usr/$(get_libdir)/" \
-   install-headers
-
-   dolib libopenh264.so
-
-   if use plugin; then
-   local 
plugpath="usr/$(get_libdir)/${PLUGINS_DIR}/gmp-gmp${PN}/system-installed"
-   insinto "/${plugpath}"
-   doins libgmpopenh264.so gmpopenh264.info
-   echo "MOZ_GMP_PATH=\"${EROOT}${plugpath}\"" 
>"${T}"/98-moz-gmp-${PN}
-   doenvd "${T}"/98-moz-gmp-${PN}
-
-   cat <"${T}"/${P}.js
-pref("media.gmp-gmp${PN}.autoupdate", false);
-pref("media.gmp-gmp${PN}.version", "system-installed");
-PREFEOF
-
-   insinto /usr/$(get_libdir)/firefox/defaults/pref
-   doins "${T}"/${P}.js
-
-   insinto /usr/$(get_libdir)/seamonkey/defaults/pref
-   doins "${T}"/${P}.js
-   fi
-}
-
-pkg_postinst() {
-   if use plugin; then
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please restart your login session, in order for 
the session's environment"
-   elog "to include the new 

[gentoo-commits] repo/gentoo:master commit in: media-libs/openh264/, media-libs/openh264/files/

2016-02-17 Thread Ian Stakenvicius
commit: 4d5c795719dd54884d02e1379b8a10eb6c830418
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 17 17:43:12 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 17 17:43:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5c7957

media-libs/openh264: version bump

Release Notes: https://github.com/cisco/openh264/releases/tag/v1.5.0

Package-Manager: portage-2.2.26

 media-libs/openh264/Manifest   |  2 +
 .../files/openh264-1.5.0-pkgconfig-pathfix.patch   | 40 ++
 media-libs/openh264/openh264-1.5.0.ebuild  | 93 ++
 3 files changed, 135 insertions(+)

diff --git a/media-libs/openh264/Manifest b/media-libs/openh264/Manifest
index 5096e9f..86032b8 100644
--- a/media-libs/openh264/Manifest
+++ b/media-libs/openh264/Manifest
@@ -1,2 +1,4 @@
 DIST gmp-api-Firefox38.tar.gz 16209 SHA256 
6b156afe850c0d6faf0492ca5feeff4358e50ddc5ce3022ddcc6905a5bd21c80 SHA512 
9aecbc84b1ba2fcfcb10c56680d92a72dd55f7ef7b8a68a3950dbce65fb7eb2c5e6a211149889f618bef2468ba1f3f8c01dc63e86e0a30d9295b019b75657eb8
 WHIRLPOOL 
c12eb175ddf11f0ece400cc34bf9d5e690494fd4630c12667eed3765b66a625a1f9a3b41e20fc5a0c0f614eafbd75b6ddd5bd2a827077cfaac507a3f41990c42
+DIST gmp-api-Firefox39.tar.gz 16363 SHA256 
ecb461af06f4d8f1c16330e78e73775f5656767ced77ac2b5e4bb9413ca86ec4 SHA512 
da6f05c5f0540be8d4f48d25b947b21214d34a6eed365ee5fa4a38c69f77325add4be902e0dcd9d06be43914a3518ded7e4f2289dab034a24325f0bff201692a
 WHIRLPOOL 
fd661b7798970570053789577744bb12ab6354e3bcb70f64e2ac5aa73367f4a958feb3fcef343ef025aa15d6201af40d6f80a0f565e23340e1001f2259e073ce
 DIST openh264-1.4.0.tar.gz 37681189 SHA256 
a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22 SHA512 
8192494698cb5557331be56ecbe2b7b143e0ed95739a69a88bdb34a58f66710ef1cd9234f1e98c9b16432a41a3243634e6ca63c58119315f2f9360cb2959e42b
 WHIRLPOOL 
0d9f1f728fbceef35a5e22a6fe4c9dd42fbf84d41fe14e938194438542af182d3994694ffcd68f58798f14c8096b49b0aecad23f58ec6bdbc02de43b8d783532
+DIST openh264-1.5.0.tar.gz 37851166 SHA256 
98077bd5d113c183ce02b678733b0cada2cf36750370579534c4d70f0b6c27b5 SHA512 
30599fed5e928af7dfec079d101a22885e52874c1d7db91ff289b989a9a20548b6bbd5d25e4e546efedd4e5aba97cbc42b1e847970b93116d86efc7af394aeaf
 WHIRLPOOL 
038ad081e0702f198ddc519bdaef7d91254179f8f4febdb2b453ab20c40e47cd759a7b5c881065ac0523d78fc95564aa132e9a4f4b565951613aeb2a46ce74ef

diff --git a/media-libs/openh264/files/openh264-1.5.0-pkgconfig-pathfix.patch 
b/media-libs/openh264/files/openh264-1.5.0-pkgconfig-pathfix.patch
new file mode 100644
index 000..a39823a
--- /dev/null
+++ b/media-libs/openh264/files/openh264-1.5.0-pkgconfig-pathfix.patch
@@ -0,0 +1,40 @@
+--- a/Makefile 2015-10-19 21:49:05.0 -0400
 b/Makefile 2016-02-17 12:16:06.102945631 -0500
+@@ -27,6 +27,7 @@
+ DESTDIR=
+ LIBDIR_NAME=lib
+ SHAREDLIB_DIR=$(PREFIX)/lib
++INCLUDES_DIR=$(PREFIX)/include
+ PROJECT_NAME=openh264
+ MODULE_NAME=gmpopenh264
+ GMP_API_BRANCH=Firefox39
+@@ -244,14 +245,14 @@
+ endif
+ 
+ $(PROJECT_NAME).pc: $(PROJECT_NAME).pc.in
+-  @sed -e 's;@prefix@;$(PREFIX);' -e 's;@VERSION@;$(VERSION);' -e 
's;@LIBS@;;' -e 's;@LIBS_PRIVATE@;$(STATIC_LDFLAGS);' < $< > $@
++  @sed -e 's;@prefix@;$(PREFIX);' -e 's;@sharedlibdir@;$(SHAREDLIB_DIR);' 
-e 's;@includesdir@;$(INCLUDES_DIR);' -e 's;@VERSION@;$(VERSION);' -e 
's;@LIBS@;;' -e 's;@LIBS_PRIVATE@;$(STATIC_LDFLAGS);' < $< > $@
+ 
+ $(PROJECT_NAME)-static.pc: $(PROJECT_NAME).pc.in
+-  @sed -e 's;@prefix@;$(PREFIX);' -e 's;@VERSION@;$(VERSION);' -e 
's;@LIBS@;$(STATIC_LDFLAGS);' -e 's;@LIBS_PRIVATE@;;' < $< > $@
++  @sed -e 's;@prefix@;$(PREFIX);' -e 's;@sharedlibdir@;$(SHAREDLIB_DIR);' 
-e 's;@includesdir@;$(INCLUDES_DIR);' -e 's;@VERSION@;$(VERSION);' -e 
's;@LIBS@;$(STATIC_LDFLAGS);' -e 's;@LIBS_PRIVATE@;;' < $< > $@
+ 
+ install-headers:
+-  mkdir -p $(DESTDIR)$(PREFIX)/include/wels
+-  install -m 644 $(SRC_PATH)/codec/api/svc/codec*.h 
$(DESTDIR)$(PREFIX)/include/wels
++  mkdir -p $(DESTDIR)/$(INCLUDES_DIR)/wels
++  install -m 644 $(SRC_PATH)/codec/api/svc/codec*.h 
$(DESTDIR)/$(INCLUDES_DIR)/wels
+ 
+ install-static-lib: $(LIBPREFIX)$(PROJECT_NAME).$(LIBSUFFIX) install-headers
+   mkdir -p $(DESTDIR)$(PREFIX)/$(LIBDIR_NAME)
+--- a/openh264.pc.in   2015-10-19 21:49:05.0 -0400
 b/openh264.pc.in   2016-02-17 12:17:03.792768147 -0500
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+-libdir=${prefix}/lib
+-includedir=${prefix}/include
++libdir=@sharedlibdir@
++includedir=@includesdir@
+ 
+ Name: OpenH264
+ Description: OpenH264 is a codec library which supports H.264 encoding and 
decoding. It is suitable for use in real time applications such as WebRTC.

diff --git a/media-libs/openh264/openh264-1.5.0.ebuild 
b/media-libs/openh264/openh264-1.5.0.ebuild
new file mode 100644
index 000..3355074
--- /dev/null
+++ b/media-libs/openh264/openh264-1.5.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed 

[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/, dev-lisp/gcl/files/

2016-02-17 Thread Andrey Grozin
commit: 537acbec9ddd8856a4c226b5c032e3bafcf3da31
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Feb 17 17:29:52 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Feb 17 17:29:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537acbec

dev-lisp/gcl: 2.6.12 now uilds with gcc-5

Bug: 574652

Package-Manager: portage-2.2.27

 dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch | 8 
 dev-lisp/gcl/gcl-2.6.12.ebuild   | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch 
b/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch
new file mode 100644
index 000..07d3892
--- /dev/null
+++ b/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch
@@ -0,0 +1,8 @@
+diff -r -U1 gcl.orig/makefile gcl/makefile
+--- gcl.orig/makefile  2014-10-23 23:29:00.0 +0200
 gcl/makefile   2016-02-17 18:10:29.871808118 +0100
+@@ -267,3 +267,3 @@
+   $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include 
\"cmponly.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " 
$$1 "\" " a}' $< |\
+-  $(CC) -E -I./$(HDIR) - |\
++  $(CC) -E -P -I./$(HDIR) - |\
+   $(AWK) '/^\-\-\-$$/ {i=1;next} {if (!i) next} {gsub("\"","");print}' >$@

diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild
index 11e8275..959c269 100644
--- a/dev-lisp/gcl/gcl-2.6.12.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -38,6 +38,7 @@ src_prepare() {
chmod a+x add-defs add-defs1 config.guess config.sub configure 
install.sh
chmod a+x bin/info bin/info1 gcl-tk/gcltksrv.in gcl-tk/ngcltksrv 
mp/gcclab
chmod a+x o/egrep-def utils/replace xbin/*
+   epatch "${FILESDIR}"/${P}-gcc5.patch
 
# fedora patches
epatch "${WORKDIR}"/fedora/fd-leak.patch
@@ -62,6 +63,7 @@ src_prepare() {
 src_configure() {
strip-flags
filter-flags -fstack-protector -fstack-protector-all
+   append-cflags $(test-flags-CC -fgnu89-inline)
 
local tcl=""
if use tk; then



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

2016-02-17 Thread Sebastien Fabbro
commit: b5446edf0acbb357bad301973a5cee5d65be3b78
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Feb 17 18:12:19 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Feb 17 18:14:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5446edf

dev-libs/starpu: removed old

 dev-libs/starpu/Manifest|  2 +-
 dev-libs/starpu/starpu-1.1.4.ebuild | 84 -
 2 files changed, 1 insertion(+), 85 deletions(-)

diff --git a/dev-libs/starpu/Manifest b/dev-libs/starpu/Manifest
index 94acbe2..5c20806 100644
--- a/dev-libs/starpu/Manifest
+++ b/dev-libs/starpu/Manifest
@@ -1,2 +1,2 @@
-DIST starpu-1.1.2.tar.gz 4704168 SHA256 
971e324a936ab5a572202d3356a1e783e6fcca8d068ab2814209f737fcf03dfa SHA512 
8601fe1564e86f731211993d2aa851898e20b4ce110943dd5037824b2d538aca5cd2fe8bc868805c1e48c20d47e15bc1db8c22be60113d2aabf191882a7039f8
 WHIRLPOOL 
fc572857269339b68120286b829f259f565ef19947ac017dd61e3d3b663f555dc918139f5a3a88f2a17be6df088a05ae9261d08dbf6f966948a3663dc33667c0
 DIST starpu-1.1.4.tar.gz 5022944 SHA256 
ba36e605bd3915afb5b8ac6582b33ebd2ca65139b879d928e6b218f6d2e4b37e SHA512 
a448839e33675b17cdef389dbf91e85b7ef9cafcf93ce0c99f755bf8eb548ecb3240b97602b2f3c9799128c651e889446ae3013e62f391c05b279ae38fb041d6
 WHIRLPOOL 
acb58667379ec67635af853b41881479fcdfbda1b6ba27b353aac57bdeed0cbc2cb5a6b923f003b222d0ef685778fa3445003ed4f34606e6eb41d1d45dcc0c21
+DIST starpu-1.1.5.tar.gz 5209660 SHA256 
3b93d3d54b2bd4c96d49ca4a46f6d4ed077c7d7602baa2044152ef55ad5d9b15 SHA512 
e22a51c601c1997f6a9279e87b22a96f2b25a9c8bb4b715ee3a048ed8af638997610ba72c7b42f61d9401464464c57402feebc76368f9df6ca84fa1305baeedd
 WHIRLPOOL 
dc2e17be76b58e5c2c902f653d2e2cf4961cf2618347d2f7ebe7b7597c0c5abfb93690e117ded809ae9f84586b380e8355fd8767a09974a479b06c76addd48b7

diff --git a/dev-libs/starpu/starpu-1.1.4.ebuild 
b/dev-libs/starpu/starpu-1.1.4.ebuild
deleted file mode 100644
index 94a9c8a..000
--- a/dev-libs/starpu/starpu-1.1.4.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils toolchain-funcs cuda
-
-DESCRIPTION="Unified runtime system for heterogeneous multicore architectures"
-HOMEPAGE="http://runtime.bordeaux.inria.fr/StarPU/;
-SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl qt4
-   static-libs test"
-
-RDEPEND="
-   sys-apps/hwloc:0=
-   sci-mathematics/glpk:0=
-   blas? ( virtual/blas )
-   cuda? ( dev-util/nvidia-cuda-toolkit
-   x11-drivers/nvidia-drivers
-   blas? ( sci-libs/magma ) )
-   fftw? ( sci-libs/fftw:3.0= )
-   mpi? ( virtual/mpi )
-   opencl? ( virtual/opencl )
-   opengl? ( media-libs/freeglut:0= )
-   qt4? (  >=dev-qt/qtgui-4.7:4
-   >=dev-qt/qtopengl-4.7:4
-   >=dev-qt/qtsql-4.7:4
-   x11-libs/qwt )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen virtual/latex-base )
-   test? ( gcc-plugin? ( dev-scheme/guile ) )"
-
-src_prepare() {
-   # upstream did not want the patches so apply sed's
-   sed -i -e 's/-O3 $CFLAGS/$CFLAGS/' configure.ac || die
-   sed -i -e '/Libs.private/s/@LDFLAGS@//g' *.pc.in */*.pc.in || die
-   autotools-utils_src_prepare
-   use cuda && cuda_src_prepare
-}
-
-src_configure() {
-   use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)"
-
-   local myeconfargs=(
-   --disable-build-examples
-   $(use_enable cuda)
-   $(use_enable debug)
-   $(use_enable doc build-doc)
-   $(use_enable fftw starpufft)
-   $(use_enable gcc-plugin gcc-extensions)
-   $(use_enable opencl)
-   $(use_enable opengl opengl-render)
-   $(use_enable qt4 starpu-top)
-   $(use_with mpi mpicc "$(type -P mpicc)")
-   $(use cuda && use_enable blas magma)
-   $(use mpi && use_enable test mpi-check)
-   )
-   autotools-utils_src_configure
-}
-
-src_test() {
-   autotools-utils_src_test -j1 showcheck
-}
-
-src_install() {
-   autotools-utils_src_install
-   if use doc; then
-   dodoc "${BUILD_DIR}"/doc/doxygen/*.pdf
-   dohtml -r "${BUILD_DIR}"/doc/doxygen/html/*
-   fi
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-   fi
-}



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

2016-02-17 Thread Sebastien Fabbro
commit: dc18a4ad9e4bde8061e30890de8814962efe8569
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Feb 17 18:10:53 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Feb 17 18:10:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc18a4ad

dev-libs/starpu: removed old

 dev-libs/starpu/starpu-1.1.2.ebuild | 84 -
 1 file changed, 84 deletions(-)

diff --git a/dev-libs/starpu/starpu-1.1.2.ebuild 
b/dev-libs/starpu/starpu-1.1.2.ebuild
deleted file mode 100644
index 6293be0..000
--- a/dev-libs/starpu/starpu-1.1.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils toolchain-funcs cuda
-
-DESCRIPTION="Unified runtime system for heterogeneous multicore architectures"
-HOMEPAGE="http://runtime.bordeaux.inria.fr/StarPU/;
-SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl qt4
-   static-libs test"
-
-RDEPEND="
-   sys-apps/hwloc:0=
-   sci-mathematics/glpk:0=
-   blas? ( virtual/blas )
-   cuda? ( dev-util/nvidia-cuda-toolkit
-   x11-drivers/nvidia-drivers
-   blas? ( sci-libs/magma ) )
-   fftw? ( sci-libs/fftw:3.0= )
-   mpi? ( virtual/mpi )
-   opencl? ( virtual/opencl )
-   opengl? ( media-libs/freeglut:0= )
-   qt4? (  >=dev-qt/qtgui-4.7:4
-   >=dev-qt/qtopengl-4.7:4
-   >=dev-qt/qtsql-4.7:4
-   x11-libs/qwt )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen virtual/latex-base )
-   test? ( gcc-plugin? ( dev-scheme/guile ) )"
-
-src_prepare() {
-   # upstream did not want the patches so apply sed's
-   sed -i -e 's/-O3 $CFLAGS/$CFLAGS/' configure.ac || die
-   sed -i -e '/Libs.private/s/@LDFLAGS@//g' *.pc.in */*.pc.in || die
-   autotools-utils_src_prepare
-   use cuda && cuda_src_prepare
-}
-
-src_configure() {
-   use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)"
-
-   local myeconfargs=(
-   --disable-build-examples
-   $(use_enable cuda)
-   $(use_enable debug)
-   $(use_enable doc build-doc)
-   $(use_enable fftw starpufft)
-   $(use_enable gcc-plugin gcc-extensions)
-   $(use_enable opencl)
-   $(use_enable opengl opengl-render)
-   $(use_enable qt4 starpu-top)
-   $(use_with mpi mpicc "$(type -P mpicc)")
-   $(use cuda && use_enable blas magma)
-   $(use mpi && use_enable test mpi-check)
-   )
-   autotools-utils_src_configure
-}
-
-src_test() {
-   autotools-utils_src_test -j1 showcheck
-}
-
-src_install() {
-   autotools-utils_src_install
-   if use doc; then
-   dodoc "${BUILD_DIR}"/doc/doxygen/*.pdf
-   dohtml -r "${BUILD_DIR}"/doc/doxygen/html/*
-   fi
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-   fi
-}



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

2016-02-17 Thread Sebastien Fabbro
commit: 4beb38097dca8533c1adeb7bb0dae4ec719776d2
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Feb 17 18:11:12 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Feb 17 18:11:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4beb3809

dev-libs/starpu: version bump

 dev-libs/starpu/starpu-1.1.5.ebuild | 84 +
 1 file changed, 84 insertions(+)

diff --git a/dev-libs/starpu/starpu-1.1.5.ebuild 
b/dev-libs/starpu/starpu-1.1.5.ebuild
new file mode 100644
index 000..73f5a66
--- /dev/null
+++ b/dev-libs/starpu/starpu-1.1.5.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils toolchain-funcs cuda
+
+DESCRIPTION="Unified runtime system for heterogeneous multicore architectures"
+HOMEPAGE="http://runtime.bordeaux.inria.fr/StarPU/;
+SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl qt4
+   static-libs test"
+
+RDEPEND="
+   sys-apps/hwloc:0=
+   sci-mathematics/glpk:0=
+   blas? ( virtual/blas )
+   cuda? ( dev-util/nvidia-cuda-toolkit
+   x11-drivers/nvidia-drivers
+   blas? ( sci-libs/magma ) )
+   fftw? ( sci-libs/fftw:3.0= )
+   mpi? ( virtual/mpi )
+   opencl? ( virtual/opencl )
+   opengl? ( media-libs/freeglut:0= )
+   qt4? (  >=dev-qt/qtgui-4.7:4
+   >=dev-qt/qtopengl-4.7:4
+   >=dev-qt/qtsql-4.7:4
+   x11-libs/qwt:5 )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen virtual/latex-base )
+   test? ( gcc-plugin? ( dev-scheme/guile ) )"
+
+src_prepare() {
+   # upstream did not want the patches so apply sed's
+   sed -i -e 's/-O3 $CFLAGS/$CFLAGS/' configure.ac || die
+   sed -i -e '/Libs.private/s/@LDFLAGS@//g' *.pc.in */*.pc.in || die
+   autotools-utils_src_prepare
+   use cuda && cuda_src_prepare
+}
+
+src_configure() {
+   use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)"
+
+   local myeconfargs=(
+   --disable-build-examples
+   $(use_enable cuda)
+   $(use_enable debug)
+   $(use_enable doc build-doc)
+   $(use_enable fftw starpufft)
+   $(use_enable gcc-plugin gcc-extensions)
+   $(use_enable opencl)
+   $(use_enable opengl opengl-render)
+   $(use_enable qt4 starpu-top)
+   $(use_with mpi mpicc "$(type -P mpicc)")
+   $(use cuda && use_enable blas magma)
+   $(use mpi && use_enable test mpi-check)
+   )
+   autotools-utils_src_configure
+}
+
+src_test() {
+   autotools-utils_src_test -j1 showcheck
+}
+
+src_install() {
+   autotools-utils_src_install
+   if use doc; then
+   dodoc "${BUILD_DIR}"/doc/doxygen/*.pdf
+   dohtml -r "${BUILD_DIR}"/doc/doxygen/html/*
+   fi
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+   fi
+}



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

2016-02-17 Thread Sebastien Fabbro
commit: e3345f2b12415e863811206434272a17ae5e9c97
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Feb 17 17:52:20 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Feb 17 17:52:20 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=e3345f2b

re-added bicatali overlay

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index f804f6a..717b99c 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -580,6 +580,20 @@ FIN
 
   
   
+bicatali
+Developer overlay
+https://cgit.gentoo.org/dev/bicatali.git/
+
+  bicat...@gentoo.org
+  ![CDATA[Sébastien Fabbro]
+
+git://anongit.gentoo.org/dev/bicatali.git
+https://anongit.gentoo.org/git/dev/bicatali.git
+git+ssh://g...@git.gentoo.org/dev/bicatali.git
+https://cgit.gentoo.org/dev/bicatali.git/atom/
+
+  
+  
 bircoph
 Developer overlay
 https://cgit.gentoo.org/dev/bircoph.git/



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

2016-02-17 Thread Jeroen Roovers
commit: d9d944fd0cded2018f0735606ddab54b76e4933f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 17 16:47:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 17 16:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d944fd

app-arch/cpio: Stable for HPPA PPC64 (bug #572428).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 app-arch/cpio/cpio-2.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/cpio/cpio-2.12-r1.ebuild 
b/app-arch/cpio/cpio-2.12-r1.ebuild
index b946520..e2eefee 100644
--- a/app-arch/cpio/cpio-2.12-r1.ebuild
+++ b/app-arch/cpio/cpio-2.12-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/cpio/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~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="nls"
 
 src_prepare() {



  1   2   3   >