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

2016-03-03 Thread Lars Wendler
commit: 8c98b0a989ee29c021cedeaedd94cee7e1a4eef0
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar  4 07:57:33 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar  4 07:57:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c98b0a9

app-admin/monit: Removed old.

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

 app-admin/monit/Manifest |  1 -
 app-admin/monit/monit-5.15-r1.ebuild | 51 --
 app-admin/monit/monit-5.16.ebuild| 53 
 3 files changed, 105 deletions(-)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index 88c0353..c42204d 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,4 +1,3 @@
 DIST monit-5.15.tar.gz 1218043 SHA256 
deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 
7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd
 WHIRLPOOL 
e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697
 DIST monit-5.16.1.tar.gz 1226375 SHA256 
b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f SHA512 
911462b73074cbdd151596dc29cef74370af3ae368067d36e9f630fd2f4cb37867f0eef68083ee07efa1f489848560c4b4152e55eccc829d5118990e04308ffa
 WHIRLPOOL 
bca90fd0d28aa65c81074d427426bf748a94de23716fe99a203e8af7bea34aa32d9f0c02716d4850b67f165c0224de14618f8a64061588bfe2fa2542a70a1a70
-DIST monit-5.16.tar.gz 1226329 SHA256 
5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f SHA512 
09d3fa772c0749e0cb7fd057bcf9d057650601e09b746dd335ee040ba1f9f45693174aead065d50c7f43c2f5dc7f3cace252cf2c94ccdf767a14afdff57f808e
 WHIRLPOOL 
9cbf7dd1f42ebb43f4e3ea1d5880f3229b147576d4ea4f856e38d1fffb20af539d31d52d7bdebcad9354a0ffd3c135760e585a673cb76e2b56f396e34d5dcfc9
 DIST monit-5.17.tar.gz 1231882 SHA256 
2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e SHA512 
6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61
 WHIRLPOOL 
de10a18996cee1bcb1637e53e3e5ea8517ec4d7f33efbd73110c639cf921cb52cdd4ddb547a474e9d60e4c4bd451dc1947692b3244bd254027885df65074b259

diff --git a/app-admin/monit/monit-5.15-r1.ebuild 
b/app-admin/monit/monit-5.15-r1.ebuild
deleted file mode 100644
index cd3f4d3..000
--- a/app-admin/monit/monit-5.15-r1.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"
-inherit pam systemd
-
-DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="libressl pam ssl"
-
-RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   sys-devel/bison
-   pam? ( virtual/pam )"
-
-src_prepare() {
-   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
-}
-
-src_configure() {
-   econf $(use_with ssl) $(use_with pam)
-}
-
-src_install() {
-   default
-
-   dodoc README*
-   dohtml -r doc/*
-
-   insinto /etc; insopts -m600; doins monitrc
-   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
-}
-
-pkg_postinst() {
-   elog "Sample configurations are available at:"
-   elog "http://mmonit.com/monit/documentation/;
-}

diff --git a/app-admin/monit/monit-5.16.ebuild 
b/app-admin/monit/monit-5.16.ebuild
deleted file mode 100644
index 4789f1c..000
--- a/app-admin/monit/monit-5.16.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit pam systemd
-
-DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="libressl pam ssl"
-
-RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   sys-devel/bison
-   pam? ( virtual/pam )"
-
-src_prepare() {
-   default
-
-   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
-}
-
-src_configure() {
-   econf $(use_with ssl) $(use_with pam)
-}
-
-src_install() {
-   default
-
-   

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

2016-03-03 Thread Lars Wendler
commit: 925d6b01d6ce8c69ab8ddf7ce04b82a88279f660
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar  4 07:50:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar  4 07:50:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925d6b01

app-admin/monit: Bump to version 5.17

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

 app-admin/monit/Manifest  |  1 +
 app-admin/monit/monit-5.17.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index 3a5056c..88c0353 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,3 +1,4 @@
 DIST monit-5.15.tar.gz 1218043 SHA256 
deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 
7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd
 WHIRLPOOL 
e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697
 DIST monit-5.16.1.tar.gz 1226375 SHA256 
b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f SHA512 
911462b73074cbdd151596dc29cef74370af3ae368067d36e9f630fd2f4cb37867f0eef68083ee07efa1f489848560c4b4152e55eccc829d5118990e04308ffa
 WHIRLPOOL 
bca90fd0d28aa65c81074d427426bf748a94de23716fe99a203e8af7bea34aa32d9f0c02716d4850b67f165c0224de14618f8a64061588bfe2fa2542a70a1a70
 DIST monit-5.16.tar.gz 1226329 SHA256 
5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f SHA512 
09d3fa772c0749e0cb7fd057bcf9d057650601e09b746dd335ee040ba1f9f45693174aead065d50c7f43c2f5dc7f3cace252cf2c94ccdf767a14afdff57f808e
 WHIRLPOOL 
9cbf7dd1f42ebb43f4e3ea1d5880f3229b147576d4ea4f856e38d1fffb20af539d31d52d7bdebcad9354a0ffd3c135760e585a673cb76e2b56f396e34d5dcfc9
+DIST monit-5.17.tar.gz 1231882 SHA256 
2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e SHA512 
6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61
 WHIRLPOOL 
de10a18996cee1bcb1637e53e3e5ea8517ec4d7f33efbd73110c639cf921cb52cdd4ddb547a474e9d60e4c4bd451dc1947692b3244bd254027885df65074b259

diff --git a/app-admin/monit/monit-5.17.ebuild 
b/app-admin/monit/monit-5.17.ebuild
new file mode 100644
index 000..df1ef80
--- /dev/null
+++ b/app-admin/monit/monit-5.17.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit pam systemd
+
+DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
+HOMEPAGE="http://mmonit.com/monit/;
+SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="libressl pam ssl"
+
+RDEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   sys-devel/bison
+   pam? ( virtual/pam )"
+
+src_prepare() {
+   default
+
+   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
+}
+
+src_configure() {
+   econf $(use_with ssl) $(use_with pam)
+}
+
+src_install() {
+   default
+
+   dodoc README
+
+   insinto /etc; insopts -m600; doins monitrc
+   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
+}
+
+pkg_postinst() {
+   elog "Sample configurations are available at:"
+   elog "http://mmonit.com/monit/documentation/;
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xpr/

2016-03-03 Thread Stephen Klimaszewski
commit: 3072b96198a55692ed32a8d3e617fd18d2827890
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:27:10 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:39:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3072b961

x11-apps/xpr: Keyword 1.0.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xpr/xpr-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xpr/xpr-1.0.4.ebuild b/x11-apps/xpr/xpr-1.0.4.ebuild
index aa6dce5..b95438e 100644
--- a/x11-apps/xpr/xpr-1.0.4.ebuild
+++ b/x11-apps/xpr/xpr-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=4
 inherit xorg-2
 
 DESCRIPTION="X.Org xpr application"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXmu
x11-libs/libX11"



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

2016-03-03 Thread Stephen Klimaszewski
commit: 3408f2bc5baba25dd623683da09eab01e382b750
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:36:41 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:40:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3408f2bc

x11-base/xorg-x11: Keyword 7.4-r2 for ~arm64

Package-Manager: portage-2.2.27

 x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild 
b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
index e62ad35..c555c06 100644
--- a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ HOMEPAGE="http://xorg.freedesktop.org;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 # Server



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xf86dga/

2016-03-03 Thread Stephen Klimaszewski
commit: 81f5d325ba1abb7d353c226da8fd4f9627bbc071
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:21:35 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:39:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f5d325

x11-apps/xf86dga: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xf86dga/xf86dga-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xf86dga/xf86dga-1.0.3.ebuild 
b/x11-apps/xf86dga/xf86dga-1.0.3.ebuild
index 035e801..652eeb3 100644
--- a/x11-apps/xf86dga/xf86dga-1.0.3.ebuild
+++ b/x11-apps/xf86dga/xf86dga-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="test program for the XFree86-DGA extension"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xcmsdb/

2016-03-03 Thread Stephen Klimaszewski
commit: f72c181278caa94089ce76838a08b59c0e54de78
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:28:45 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:40:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72c1812

x11-apps/xcmsdb: Keyword 1.0.5 for ~arm64

Package-Manager: portage-2.2.27

 x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild 
b/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild
index 13f25cf..3fd4f3a 100644
--- a/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild
+++ b/x11-apps/xcmsdb/xcmsdb-1.0.5.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$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Device Color Characterization utility for X Color Management 
System"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbutils/

2016-03-03 Thread Stephen Klimaszewski
commit: 339809d6a71342b6c2e55cad49bdc37e9afd4501
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:25:33 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:39:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339809d6

x11-apps/xkbutils: Keyword 1.0.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xkbutils/xkbutils-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xkbutils/xkbutils-1.0.4.ebuild 
b/x11-apps/xkbutils/xkbutils-1.0.4.ebuild
index 678da35..cccf086 100644
--- a/x11-apps/xkbutils/xkbutils-1.0.4.ebuild
+++ b/x11-apps/xkbutils/xkbutils-1.0.4.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org xkbutils application"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xclock/

2016-03-03 Thread Stephen Klimaszewski
commit: 79dc7087e9c6bcb50f674f7faf3e0310414ddaab
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:30:14 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:40:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79dc7087

x11-apps/xclock: Keyword 1.0.7 for ~arm64

Package-Manager: portage-2.2.27

 x11-apps/xclock/xclock-1.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xclock/xclock-1.0.7.ebuild 
b/x11-apps/xclock/xclock-1.0.7.ebuild
index f66fac9..338d73b 100644
--- a/x11-apps/xclock/xclock-1.0.7.ebuild
+++ b/x11-apps/xclock/xclock-1.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="analog / digital clock for X"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xev/

2016-03-03 Thread Stephen Klimaszewski
commit: 7345a8bf34dfe808ab314d7935bfe64ccbd6eaae
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:19:53 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:39:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7345a8bf

x11-apps/xev: Keyword 1.2.2 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xev/xev-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xev/xev-1.2.2.ebuild b/x11-apps/xev/xev-1.2.2.ebuild
index 94cb388..db712de 100644
--- a/x11-apps/xev/xev-1.2.2.ebuild
+++ b/x11-apps/xev/xev-1.2.2.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="Print contents of X events"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2016-03-03 Thread Stephen Klimaszewski
commit: 12879e74662dd7a2f07ec1da156ce2f961fbe2fb
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:34:10 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:40:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12879e74

x11-wm/twm: Keyword 1.0.9 for ~arm64

Package-Manager: portage-2.2.27

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

diff --git a/x11-wm/twm/twm-1.0.9.ebuild b/x11-wm/twm/twm-1.0.9.ebuild
index 712dfbd..fb72127 100644
--- a/x11-wm/twm/twm-1.0.9.ebuild
+++ b/x11-wm/twm/twm-1.0.9.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$
 
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org twm application"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput/

2016-03-03 Thread Stephen Klimaszewski
commit: 8edb6fbb37d1955ec009b0d2c6994373ed9be99f
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:38:47 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:40:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edb6fbb

x11-apps/xinput: Keyword 1.6.2 for ~arm64

Package-Manager: portage-2.2.27

 x11-apps/xinput/xinput-1.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xinput/xinput-1.6.2.ebuild 
b/x11-apps/xinput/xinput-1.6.2.ebuild
index 3f23c42..2ed94b6 100644
--- a/x11-apps/xinput/xinput-1.6.2.ebuild
+++ b/x11-apps/xinput/xinput-1.6.2.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$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="Utility to set XInput device parameters"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.3



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xgamma/

2016-03-03 Thread Stephen Klimaszewski
commit: 500a47b46d119847f4d112dd3c08b9b07089bc9b
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:23:22 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:39:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500a47b4

x11-apps/xgamma: Keyword 1.0.6 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xgamma/xgamma-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xgamma/xgamma-1.0.6.ebuild 
b/x11-apps/xgamma/xgamma-1.0.6.ebuild
index 245dab8..88d5c6e 100644
--- a/x11-apps/xgamma/xgamma-1.0.6.ebuild
+++ b/x11-apps/xgamma/xgamma-1.0.6.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$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libXxf86vm



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2016-03-03 Thread Stephen Klimaszewski
commit: aa5e960f0259b31f101a4f207c0d74e6226c0731
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:32:16 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:40:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5e960f

x11-terms/xterm: Keyword 322 for ~arm64

Package-Manager: portage-2.2.27

 x11-terms/xterm/xterm-322.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-322.ebuild b/x11-terms/xterm/xterm-322.ebuild
index ace5d27..a332d4e 100644
--- a/x11-terms/xterm/xterm-322.ebuild
+++ b/x11-terms/xterm/xterm-322.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+openpty toolbar truetype unicode Xaw3d"
 
 COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )



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

2016-03-03 Thread Ian Delaney
commit: 00a63a6c91baf37f654779a484bca80ef9c6791f
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Fri Mar  4 03:53:51 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Mar  4 03:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a63a6c

app-dicts/myspell-en: minor rename to the saved file for 2016.02.01

 app-dicts/myspell-en/Manifest | 1 +
 app-dicts/myspell-en/myspell-en-2016.02.01.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 3b13474..731938e 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
+DIST dict-en-2016.02.01.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
 DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
 DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
 DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb

diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild 
b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
index e171129..4e087d2 100644
--- a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
+++ b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
@@ -30,7 +30,7 @@ inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
 
HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries;
-SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt;
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"



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

2016-03-03 Thread Ian Delaney
commit: 9a226841a7e5151d391679951cfe44c5bb815186
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Mar  4 07:25:41 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Mar  4 07:25:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a226841

Merge remote-tracking branch 'remotes/Elizafox/myspell-en-2016'

https://github.com/gentoo/gentoo/pull/967

 app-dicts/myspell-en/Manifest   | 1 +
 .../{myspell-en-20151201.ebuild => myspell-en-2016.02.01.ebuild}| 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)



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

2016-03-03 Thread Ian Delaney
commit: 648e8e39d3f86496ac01932fd30957069e1bb6f6
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Fri Mar  4 03:44:05 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Mar  4 03:44:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648e8e39

app-dicts/myspell-en: upgrade to 2016.02.01

 app-dicts/myspell-en/myspell-en-2016.02.01.ebuild | 38 +++
 1 file changed, 38 insertions(+)

diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild 
b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
new file mode 100644
index 000..e171129
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MYSPELL_DICT=(
+   "en_AU.aff"
+   "en_AU.dic"
+   "en_CA.aff"
+   "en_CA.dic"
+   "en_GB.aff"
+   "en_GB.dic"
+   "en_US.aff"
+   "en_US.dic"
+   "en_ZA.aff"
+   "en_ZA.dic"
+)
+
+MYSPELL_HYPH=(
+   "hyph_en_GB.dic"
+)
+
+MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries;
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt;
+
+LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""



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

2016-03-03 Thread Hans de Graaff
commit: 05bd0e8b635c3874ec9fc04c50f4fbbaa79b5bc8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 06:28:22 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:25:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bd0e8b

dev-ruby/webmock: add 1.24.2

Package-Manager: portage-2.2.26

 dev-ruby/webmock/Manifest  |  1 +
 dev-ruby/webmock/webmock-1.24.2.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index c84fc62..d8ff499 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -2,3 +2,4 @@ DIST webmock-1.19.0.gem 97792 SHA256 
af78155d46cfe293b052d08403932d994d366857a79
 DIST webmock-1.20.3.gem 99840 SHA256 
c01692190af4a5f26f376bf5678af1ebaeb5ac6d6f43d7a388c84f13d1f01025 SHA512 
db9d770636dabf95b3a03a6589a259c1d66d875dba0cbcd493acf6bb35649c885139528aa5a8976d7ef438bca761e1063ae0fcf1da5b799e8d45abf1986c000c
 WHIRLPOOL 
bb0c4007bdd8f32e7cc6e8311d349b54be4f9dff81a88e6ab3f2df949008fce7dbd0de4127a202ca2677e1e6875759b5b683136d15d24dbfcc26f8e8e2e9f8cd
 DIST webmock-1.22.6.gem 108032 SHA256 
a4ba0124c5e1890a1d9e4a47f44493f14abb2fe3415e82b64bc677670792debf SHA512 
42dbec5e3c56f0cdce37a53b2f49f400e03601f1a62c02caf7c5c022e51ab5c8304b35a8edea6675347a39b1d2ce08dea24bf555bdecf9268308dcfa6ec1c302
 WHIRLPOOL 
2033d4634125669556bfad0bfe22881c9115478e175a015a5c22323e30195f135e757e46c44f27fde98109527d78ff4a25d4f4d56b7143db212d9e34056d4623
 DIST webmock-1.24.1.gem 109568 SHA256 
028b83161035744e37738e8f832da8737b3a314e4153d5c5168ee20a4c6d8a7b SHA512 
9330327b9fab829e552b6727b5f4e90795cb1329fc35b9e4ef14c78981549100bd51e78821acf1ba99f7583251c2c512db59ff601e430251a88176b91ef8b2ac
 WHIRLPOOL 
e4e38f4df956c51f24bc35a1ef4d4ff584311fc88a407683a29f9e43747d119498db8804b9246011e0e8c85a56341a4aaa9f7f1a68e518eff1fd1d1093657f6d
+DIST webmock-1.24.2.gem 110080 SHA256 
254b75209e182e6afbf8cf6bb5844724a50c5857d1a476cdc18053437654caf7 SHA512 
187dcff7d928f47891effe34f8cdcc55780c75f39467ec120467b173eedc73842a705f2baff5c459f4e8c7d1554fdfa70e5e8f0c7a5452f873c417e084db2201
 WHIRLPOOL 
b59a9a5b79978589b912205f453cfc6cfbaab767dde63d4f292653e164dea650257aabb73fb8b189581b499b49c1096c670d8d63d2fa2cd4df26cd3cf2aeb63c

diff --git a/dev-ruby/webmock/webmock-1.24.2.ebuild 
b/dev-ruby/webmock/webmock-1.24.2.ebuild
new file mode 100644
index 000..318e71a
--- /dev/null
+++ b/dev-ruby/webmock/webmock-1.24.2.ebuild
@@ -0,0 +1,52 @@
+# 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_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.2.4
+   >=dev-ruby/patron-0.4.18
+   >=dev-ruby/http-0.8.0:0.8 )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old.
+   sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die
+   rm spec/acceptance/{typhoeus,curb,excon,em_http_request}/* || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2016-03-03 Thread Hans de Graaff
commit: 20b61633165b917b97b97553829ca82b69e42c97
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 05:46:46 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:24:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b61633

dev-ruby/stomp: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/stomp/stomp-1.3.2-r1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild 
b/dev-ruby/stomp/stomp-1.3.2-r1.ebuild
deleted file mode 100644
index 7a0b39b..000
--- a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,22 +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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2016-03-03 Thread Hans de Graaff
commit: 506b617c07e97e3c693beee77a82846f683a6cf2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 06:12:30 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:24:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506b617c

www-apache/passenger: cleanup

Package-Manager: portage-2.2.26

 www-apache/passenger/Manifest|   2 -
 www-apache/passenger/passenger-5.0.22.ebuild | 118 ---
 www-apache/passenger/passenger-5.0.23.ebuild | 118 ---
 3 files changed, 238 deletions(-)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index cb9f2f6..4f17b52 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,5 +1,3 @@
 DIST passenger-4.0.60.tar.gz 5271049 SHA256 
bbb8c18cc371441ce4ee9a4de4d124b6ec5e6af6e95a472b93a72d0357dc88fe SHA512 
144df1e5e3dfbf9f9fa13d959c0324760b01c5e86b3f8e52c3d7d9c32eec916a35cc5c52a8c7a5ab9ed1ccee4d7efc9f77fc9940ad1515937a7bfe964753b219
 WHIRLPOOL 
c8f3993b2745eb577c2eddbca2fd280e7db56adbeb4f72ba4b29770d95b991a8012243d1a9bd19aa59a28cfb9326117d649f70cf6d406a4e53acd1e40deb5b57
-DIST passenger-5.0.22.tar.gz 5412739 SHA256 
0dfefb780ff134e6dd9352886f1086b980777adf27a98507ebfed648938b628f SHA512 
9fe709d7d83d65e3f610cd0aacfa07122790d2b0797a5e807be129012254ded63d20b8e6cbe194e47bc7761af8fec67e884ed7f370d18baf06778e3035b0708b
 WHIRLPOOL 
6348af6c8e434d1b64de024ddaf769000d9b6a7d33dc23c5d83d3bdb835f9ee78ca73ead764442f5e481949a28814fe6d2a77891240ebb7a0252c201695e50cb
-DIST passenger-5.0.23.tar.gz 5413416 SHA256 
c659fe84ce95635a8561dd5580455f94a431411a61493ab9aa447b881e23dacf SHA512 
6d4b3a28c9b277285fa3dbde0ec99c159de5173873204c76a422b0e99e4035a36efe3e729c42d1b0c2198cc3cd8690d7098991af37cf1b0698f3a0ff7e1e288e
 WHIRLPOOL 
322ef7f90df3d0ec6dca0e752539823aebbb9fdc1854322839bde8ebc436a82f652d24aabca4f7dad298879e943926052641f55e83da8fe0bb93aea71c2e1f53
 DIST passenger-5.0.24.tar.gz 5415880 SHA256 
06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 SHA512 
6b405881b7f9127f4bb093d7113e8ef6b4640ad33c27e1b1c5b860f2e2a5ec8bd4257c1d765a8a765712635c67e2e122cd6230b64186915facd98e14af5a3bce
 WHIRLPOOL 
76382d058b8364d67821ab5839623a96587e4e07eb19452a2163c3c0402e64410f6b08797bd8177cbf826e59b41360383520aeed98a7baf003db715c0d7d2eca
 DIST passenger-5.0.25.tar.gz 5302902 SHA256 
2a5531cd714a997a09a6105fbea8fb7dd27d168f7076a4db093842e2402c65ca SHA512 
6bc7b34f08c4928c566a49d98289041c1663387556fe1e38b50dcad2fdd762fa12fd9afe48b9042942e5694cdd41e3d54f00d692d8eebd2948a406a9019c174d
 WHIRLPOOL 
63ec49320d527f910ec410b3f47ef91e428d07d3c12cf5588445bc4b583992ad0bcf4e4d55a79dedea3711142d110d9c5c4f9b8ba1a7af4050418d6692200c30

diff --git a/www-apache/passenger/passenger-5.0.22.ebuild 
b/www-apache/passenger/passenger-5.0.22.ebuild
deleted file mode 100644
index ea9cc4a..000
--- a/www-apache/passenger/passenger-5.0.22.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
-
-DESCRIPTION="Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails 
applications a breeze"
-HOMEPAGE="http://modrails.com/;
-SRC_URI="http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-ruby_add_bdepend "dev-ruby/rake"
-
-ruby_add_rdepend "
-   >=dev-ruby/rack-1.0.0:*
-   >=dev-ruby/rake-0.8.1"
-
-# libev is bundled but with adapations that do not seem to be accepted
-# upstream, so we must use the bundled version :-(
-CDEPEND="
-   >=dev-libs/libuv-1.5.0
-   net-misc/curl[ssl]
-   www-servers/apache[apache2_modules_unixd(+)]"
-
-RDEPEND="${RDEPEND} ${CDEPEND}"
-DEPEND="${DEPEND} ${CDEPEND}"
-
-APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
-APACHE2_MOD_DEFINE="PASSENGER"
-
-need_apache2
-
-pkg_setup() {
-   use debug && append-flags -DPASSENGER_DEBUG
-}
-
-all_ruby_prepare() {
-   epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch
-
-   # Change these with sed instead of a patch so that we can easily use
-   # the toolchain-funcs methods.
-   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
-   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
-   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
-
-   # Avoid fixed debugging CFLAGs.
-   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
-
-   # Use sed here so that we can dynamically set the documentation 
directory.
-   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
-   -e 
"s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:"
 \
-   -e 

[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2016-03-03 Thread Hans de Graaff
commit: c808dd748e491966d371860fc411bc8f015b080d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 06:38:58 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:25:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c808dd74

www-apache/passenger: add 5.0.26

Package-Manager: portage-2.2.26

 www-apache/passenger/Manifest|   1 +
 www-apache/passenger/passenger-5.0.26.ebuild | 118 +++
 2 files changed, 119 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 4f17b52..91f9002 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,3 +1,4 @@
 DIST passenger-4.0.60.tar.gz 5271049 SHA256 
bbb8c18cc371441ce4ee9a4de4d124b6ec5e6af6e95a472b93a72d0357dc88fe SHA512 
144df1e5e3dfbf9f9fa13d959c0324760b01c5e86b3f8e52c3d7d9c32eec916a35cc5c52a8c7a5ab9ed1ccee4d7efc9f77fc9940ad1515937a7bfe964753b219
 WHIRLPOOL 
c8f3993b2745eb577c2eddbca2fd280e7db56adbeb4f72ba4b29770d95b991a8012243d1a9bd19aa59a28cfb9326117d649f70cf6d406a4e53acd1e40deb5b57
 DIST passenger-5.0.24.tar.gz 5415880 SHA256 
06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 SHA512 
6b405881b7f9127f4bb093d7113e8ef6b4640ad33c27e1b1c5b860f2e2a5ec8bd4257c1d765a8a765712635c67e2e122cd6230b64186915facd98e14af5a3bce
 WHIRLPOOL 
76382d058b8364d67821ab5839623a96587e4e07eb19452a2163c3c0402e64410f6b08797bd8177cbf826e59b41360383520aeed98a7baf003db715c0d7d2eca
 DIST passenger-5.0.25.tar.gz 5302902 SHA256 
2a5531cd714a997a09a6105fbea8fb7dd27d168f7076a4db093842e2402c65ca SHA512 
6bc7b34f08c4928c566a49d98289041c1663387556fe1e38b50dcad2fdd762fa12fd9afe48b9042942e5694cdd41e3d54f00d692d8eebd2948a406a9019c174d
 WHIRLPOOL 
63ec49320d527f910ec410b3f47ef91e428d07d3c12cf5588445bc4b583992ad0bcf4e4d55a79dedea3711142d110d9c5c4f9b8ba1a7af4050418d6692200c30
+DIST passenger-5.0.26.tar.gz 5321762 SHA256 
de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9 SHA512 
4910dfaa7fb431920336a914525a80ea36c6e1edb77608ee2728df2cb8fc17e93dd46f72f77d2167f792c28c78a3474496297a96540068d9d9609f8c4a42fee4
 WHIRLPOOL 
fd033b386a0a51b1403717bd49c2f7ef44dc153384f7d855b92d7f4851a25228fdc80bfd0839c4fbf6c6276eec7a2ce298340600d91976d85e9c0cd4b0fa8327

diff --git a/www-apache/passenger/passenger-5.0.26.ebuild 
b/www-apache/passenger/passenger-5.0.26.ebuild
new file mode 100644
index 000..f5b616b
--- /dev/null
+++ b/www-apache/passenger/passenger-5.0.26.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/;
+SRC_URI="http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
+APACHE2_MOD_DEFINE="PASSENGER"
+
+need_apache2
+
+pkg_setup() {
+   use debug && append-flags -DPASSENGER_DEBUG
+}
+
+all_ruby_prepare() {
+   epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch
+
+   # Change these with sed instead of a patch so that we can easily use
+   # the toolchain-funcs methods.
+   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
+   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
+   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
+
+   # Avoid fixed debugging CFLAGs.
+   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
+
+   # Use sed here so that we can dynamically set the documentation 
directory.
+   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
+   -e 
"s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:"
 \
+   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
+   src/ruby_supportlib/phusion_passenger.rb || die
+   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
+
+   # Don't install a tool that won't work in our setup.
+   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
+   rm -f bin/passenger-install-apache2-module || die "Unable to remove 

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

2016-03-03 Thread Hans de Graaff
commit: 11d8e531a67ae18fd85ae1cf8cefd6ae1c9c66d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 05:56:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:24:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d8e531

dev-ruby/webmock: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/webmock/Manifest  |  3 --
 dev-ruby/webmock/webmock-1.22.1.ebuild | 53 --
 dev-ruby/webmock/webmock-1.22.3.ebuild | 52 -
 dev-ruby/webmock/webmock-1.22.5.ebuild | 52 -
 4 files changed, 160 deletions(-)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 30b4d3b..c84fc62 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -1,7 +1,4 @@
 DIST webmock-1.19.0.gem 97792 SHA256 
af78155d46cfe293b052d08403932d994d366857a794908e462683e387830988 SHA512 
a647045ecc5ec2fd0d8ca9872b260cde745e351e96be347b54cd1554fef20c773a579284c14dcb8c6332de4901ea77f37042b0a2af2ae0314142f293d52d4e2e
 WHIRLPOOL 
e5715841d5d8b1403e347f711e42023d7e8717151fb351094656cca915a662fd5233da91a3b1b7f924a4222a306789586eb1c2f329f8370804e47fd37cdb3859
 DIST webmock-1.20.3.gem 99840 SHA256 
c01692190af4a5f26f376bf5678af1ebaeb5ac6d6f43d7a388c84f13d1f01025 SHA512 
db9d770636dabf95b3a03a6589a259c1d66d875dba0cbcd493acf6bb35649c885139528aa5a8976d7ef438bca761e1063ae0fcf1da5b799e8d45abf1986c000c
 WHIRLPOOL 
bb0c4007bdd8f32e7cc6e8311d349b54be4f9dff81a88e6ab3f2df949008fce7dbd0de4127a202ca2677e1e6875759b5b683136d15d24dbfcc26f8e8e2e9f8cd
-DIST webmock-1.22.1.gem 106496 SHA256 
99ef5ebda396770ffe44380428845038d02bd8d5e398a633d16675a32ec637a8 SHA512 
c7cd02d0f9dc37e54027497d37f7b2a2a83748357b96d3b721b0fcb56f502bf5d3897f95d0b7e2a5f6a99916881e618ee747107c657fc8fd966c61d7cd2834b7
 WHIRLPOOL 
16697be31f35d49a40202ae1711a4aa2327bd1838129e33c2b7964810acab4364315245fd1e18c27cc60611aaea60abe75241dce93b020b932e690b29450dace
-DIST webmock-1.22.3.gem 106496 SHA256 
5483cbb3f871107cf3a9ef8500b973ff3f7550a412498651b71bceb8fe3e4451 SHA512 
268552bbbee8706d2e57dd8674335f42e8ed79ade29b7771eb5bc05b1f86288220359c0fae7e63dab11172c79317acf3331d2d2935e2e32060538a491d6f5b4f
 WHIRLPOOL 
95ffe8a95a4d5ee0dd00ab06abb0e3a16cab7b768a6110fe767ee783a8a8a187684205ebc6613b437107492641ba3e868b0b9ca89fb4dc883c6fcfae02f8c830
-DIST webmock-1.22.5.gem 107520 SHA256 
76539e2697146ce7b188244d233b11818a05a6bec1d72702f740c638a9195658 SHA512 
977fc73d7d9200f23977d5b94cd3d4c2cdd7125f77b4befffb8fb0d543fcaa5c8a3d7576d30d24607fba9e75fd865e4f4991309ceb18343b7fc6a50e505c7989
 WHIRLPOOL 
29d5934b3a975147bcde5d62e14070c952b4b789495f659f01800cad0c68de4d47343ea74bdadcda79fbee4f0494e72c8b4b1b8b23f2801f4370aeba1bff725f
 DIST webmock-1.22.6.gem 108032 SHA256 
a4ba0124c5e1890a1d9e4a47f44493f14abb2fe3415e82b64bc677670792debf SHA512 
42dbec5e3c56f0cdce37a53b2f49f400e03601f1a62c02caf7c5c022e51ab5c8304b35a8edea6675347a39b1d2ce08dea24bf555bdecf9268308dcfa6ec1c302
 WHIRLPOOL 
2033d4634125669556bfad0bfe22881c9115478e175a015a5c22323e30195f135e757e46c44f27fde98109527d78ff4a25d4f4d56b7143db212d9e34056d4623
 DIST webmock-1.24.1.gem 109568 SHA256 
028b83161035744e37738e8f832da8737b3a314e4153d5c5168ee20a4c6d8a7b SHA512 
9330327b9fab829e552b6727b5f4e90795cb1329fc35b9e4ef14c78981549100bd51e78821acf1ba99f7583251c2c512db59ff601e430251a88176b91ef8b2ac
 WHIRLPOOL 
e4e38f4df956c51f24bc35a1ef4d4ff584311fc88a407683a29f9e43747d119498db8804b9246011e0e8c85a56341a4aaa9f7f1a68e518eff1fd1d1093657f6d

diff --git a/dev-ruby/webmock/webmock-1.22.1.ebuild 
b/dev-ruby/webmock/webmock-1.22.1.ebuild
deleted file mode 100644
index 9dbacf4..000
--- a/dev-ruby/webmock/webmock-1.22.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ruby22 → spec failures
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
-HOMEPAGE="https://github.com/bblimke/webmock;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/rspec:3
-   dev-ruby/rack
-   >=dev-ruby/httpclient-2.2.4
-   >=dev-ruby/patron-0.4.18
-   >=dev-ruby/http-0.6.0:0.6 )"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # There is now optional support for curb and typhoeus which we don't
-   # have in Gentoo yet. em_http_request is available in Gentoo but its
-   # version is too old.
-   sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die

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

2016-03-03 Thread Hans de Graaff
commit: a0c3a583a4b440306406f206b4c3b62f099d311e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 05:52:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:24:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c3a583

dev-ruby/stomp: add 1.3.5

Package-Manager: portage-2.2.26

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.3.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index ce072f4..01cbbbd 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1,3 @@
 DIST stomp-1.3.2.gem 75264 SHA256 
37ed903900f7abfcad0a714c0153632c97cb65de7c247c2a34f955c07ce174b4 SHA512 
69142c2dae059f63d3cc2ac2ae5d9ccaceda84aa6b69a880325cbfc90f18774bc413a150449acc30fe66d932224731508a20e097f8c3a8c3dae7f636c41dbf94
 WHIRLPOOL 
ad914a64050eb41f07ba760489fb952e811c9f094f30847f4f43b47f600b2b55968b481d93590375eea8c43c17469a9a401dd5e9d01a2d11294b224c22095a70
 DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
+DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf

diff --git a/dev-ruby/stomp/stomp-1.3.5.ebuild 
b/dev-ruby/stomp/stomp-1.3.5.ebuild
new file mode 100644
index 000..c74c1ce
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.3.5.ebuild
@@ -0,0 +1,22 @@
+# 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_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbevd/

2016-03-03 Thread Stephen Klimaszewski
commit: 65c75464ced193920a5c0586e3217ff41239bc5b
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:15:54 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:15:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c75464

x11-apps/xkbevd: Keyword 1.1.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xkbevd/xkbevd-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild 
b/x11-apps/xkbevd/xkbevd-1.1.4.ebuild
index 79f78c0d..4ca27e0 100644
--- a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild
+++ b/x11-apps/xkbevd/xkbevd-1.1.4.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="XKB event daemon"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdriinfo/

2016-03-03 Thread Stephen Klimaszewski
commit: 084530a17305574d99eb6840b31e4db7a5e640a2
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:12:09 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:12:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084530a1

x11-apps/xdriinfo: Keyword 1.0.5 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild 
b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
index 2116281..a3ed478 100644
--- a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
+++ b/x11-apps/xdriinfo/xdriinfo-1.0.5.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$
 
@@ -7,7 +7,7 @@ inherit xorg-2 flag-o-matic multilib
 
 DESCRIPTION="query configuration information of DRI drivers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/x11perf/

2016-03-03 Thread Stephen Klimaszewski
commit: 08d8d02db1d9f56efc074c3f52164ab83194a6d2
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:17:56 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:17:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d8d02d

x11-apps/x11perf: Keyword 1.6.0 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/x11perf/x11perf-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/x11perf/x11perf-1.6.0.ebuild 
b/x11-apps/x11perf/x11perf-1.6.0.ebuild
index d80d772..b61351d 100644
--- a/x11-apps/x11perf/x11perf-1.6.0.ebuild
+++ b/x11-apps/x11perf/x11perf-1.6.0.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$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X rendering operation stress test utility"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/

2016-03-03 Thread Stephen Klimaszewski
commit: df0eaeb8ab2acd49ca4b2b5a8a0386cc2b1c54e9
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:06:20 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0eaeb8

x11-apps/xwd: Keyword 1.0.6 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xwd/xwd-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild
index ba19d7f..bb1da31 100644
--- a/x11-apps/xwd/xwd-1.0.6.ebuild
+++ b/x11-apps/xwd/xwd-1.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="dump an image of an X window"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 # libXt dependency is not in configure.ac, bug #408629, upstream #47462."



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xrefresh/

2016-03-03 Thread Stephen Klimaszewski
commit: 4e82a9092ca6a04c6c3746dc7a3fed1b84e103df
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:04:12 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:04:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e82a909

x11-apps/xrefresh: Keyword 1.0.5 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xrefresh/xrefresh-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xrefresh/xrefresh-1.0.5.ebuild 
b/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
index 252edb7..7bb0575 100644
--- a/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
+++ b/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="refresh all or part of an X screen"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xmodmap/

2016-03-03 Thread Stephen Klimaszewski
commit: d987ec2c0a5fe3473a78533a7958beed138178f4
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:10:00 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:10:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d987ec2c

x11-apps/xmodmap: Keyword 1.0.9 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xmodmap/xmodmap-1.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xmodmap/xmodmap-1.0.9.ebuild 
b/x11-apps/xmodmap/xmodmap-1.0.9.ebuild
index c087047..939582c 100644
--- a/x11-apps/xmodmap/xmodmap-1.0.9.ebuild
+++ b/x11-apps/xmodmap/xmodmap-1.0.9.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="utility for modifying keymaps and pointer button mappings in X"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xvinfo/

2016-03-03 Thread Stephen Klimaszewski
commit: 3a3eada9a84b9afe876c00f75a3606557c2abd49
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:49:10 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:49:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3eada9

x11-apps/xvinfo: Keyword 1.1.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xvinfo/xvinfo-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xvinfo/xvinfo-1.1.3.ebuild 
b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild
index 4c8c225..0094a8f 100644
--- a/x11-apps/xvinfo/xvinfo-1.1.3.ebuild
+++ b/x11-apps/xvinfo/xvinfo-1.1.3.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="Print out X-Video extension adaptor information"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libXv



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xhost/

2016-03-03 Thread Stephen Klimaszewski
commit: 65ee0a1ee69c520750331c9fedcc51373d439c9b
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:56:39 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:56:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ee0a1e

x11-apps/xhost: Keyword 1.0.7 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xhost/xhost-1.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xhost/xhost-1.0.7.ebuild 
b/x11-apps/xhost/xhost-1.0.7.ebuild
index 238b0fe..e7d89fe 100644
--- a/x11-apps/xhost/xhost-1.0.7.ebuild
+++ b/x11-apps/xhost/xhost-1.0.7.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="Controls host and/or user access to a running X server"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xlsclients/

2016-03-03 Thread Stephen Klimaszewski
commit: 19d81700d56d2e129ba6917824a45635110cd1b3
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:51:25 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:51:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d81700

x11-apps/xlsclients: Keyword 1.1.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xlsclients/xlsclients-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xlsclients/xlsclients-1.1.3.ebuild 
b/x11-apps/xlsclients/xlsclients-1.1.3.ebuild
index 440b71b..5976dd3 100644
--- a/x11-apps/xlsclients/xlsclients-1.1.3.ebuild
+++ b/x11-apps/xlsclients/xlsclients-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org xlsclients application"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xcursorgen/

2016-03-03 Thread Stephen Klimaszewski
commit: 3f78bcbff160e7404b2ea1d98f5c866d7c4ed5f1
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:54:00 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:54:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f78bcbf

x11-apps/xcursorgen: Keyword 1.0.6 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild 
b/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild
index 03a9d5a..8afaf48 100644
--- a/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.6.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$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="create an X cursor file from a collection of PNG images"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xlsatoms/

2016-03-03 Thread Stephen Klimaszewski
commit: 4522da1b25460548ac1abd6a49995be7af05431f
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:08:08 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 07:08:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4522da1b

x11-apps/xlsatoms: Keyword 1.1.2 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild 
b/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild
index de49736..aab7a9d 100644
--- a/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild
+++ b/x11-apps/xlsatoms/xlsatoms-1.1.2.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$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="list interned atoms defined on server"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libxcb"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/

2016-03-03 Thread Stephen Klimaszewski
commit: 731dc74677e9f4e27e87b0714e5c546d17a8b2ba
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:37:40 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:37:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731dc746

x11-apps/smproxy: Keyword 1.0.6 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/smproxy/smproxy-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/smproxy/smproxy-1.0.6.ebuild 
b/x11-apps/smproxy/smproxy-1.0.6.ebuild
index c64e190..9995aa3 100644
--- a/x11-apps/smproxy/smproxy-1.0.6.ebuild
+++ b/x11-apps/smproxy/smproxy-1.0.6.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$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="Session Manager Proxy"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libXt



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xbacklight/

2016-03-03 Thread Stephen Klimaszewski
commit: eea57ce83446b80fc3f5cd3e974dacd4b691728d
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:44:16 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:44:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea57ce8

x11-apps/xbacklight: Keyword 1.2.1-r1 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild 
b/x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild
index 7fb23bc..fe72916 100644
--- a/x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild
+++ b/x11-apps/xbacklight/xbacklight-1.2.1-r1.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$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output 
property"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libxcb



[gentoo-commits] repo/gentoo:master commit in: x11-apps/bitmap/

2016-03-03 Thread Stephen Klimaszewski
commit: 6e2584106ac20a299da83ef11812f270b5f26081
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:34:45 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:34:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e258410

x11-apps/bitmap: Keyword 1.0.8 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/bitmap/bitmap-1.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/bitmap/bitmap-1.0.8.ebuild 
b/x11-apps/bitmap/bitmap-1.0.8.ebuild
index 1c8d47e..9215e07 100644
--- a/x11-apps/bitmap/bitmap-1.0.8.ebuild
+++ b/x11-apps/bitmap/bitmap-1.0.8.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$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org bitmap application"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libXmu



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkill/

2016-03-03 Thread Stephen Klimaszewski
commit: ce2c7fcd8756e7995387182abd65eb32a0297277
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:42:13 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:42:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2c7fcd

x11-apps/xkill: Keyword 1.0.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xkill/xkill-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xkill/xkill-1.0.4.ebuild 
b/x11-apps/xkill/xkill-1.0.4.ebuild
index 9e20d0c..7f62eaa 100644
--- a/x11-apps/xkill/xkill-1.0.4.ebuild
+++ b/x11-apps/xkill/xkill-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="kill a client by its X resource"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2016-03-03 Thread Stephen Klimaszewski
commit: d759e50374bfeecfe9d730c087282e6cbe467096
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:31:11 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:31:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d759e503

x11-misc/xkeyboard-config: Keyword 2.17 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild
index c07c017..67f2209 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
 [[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/

2016-03-03 Thread Stephen Klimaszewski
commit: ba1a374176ab9952cf228c7b283a86e1aa205ac2
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:46:14 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:46:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1a3741

x11-apps/luit: Keyword 1.1.1 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/luit/luit-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/luit/luit-1.1.1.ebuild b/x11-apps/luit/luit-1.1.1.ebuild
index ce6525a..6b61155 100644
--- a/x11-apps/luit/luit-1.1.1.ebuild
+++ b/x11-apps/luit/luit-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 RDEPEND="sys-libs/zlib
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xwud/

2016-03-03 Thread Stephen Klimaszewski
commit: e10336bb729149f1feb40931ddd476b94059359b
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:39:31 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:39:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10336bb

x11-apps/xwud: Keyword 1.0.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-apps/xwud/xwud-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xwud/xwud-1.0.4.ebuild b/x11-apps/xwud/xwud-1.0.4.ebuild
index 3600fc1..0b6058e 100644
--- a/x11-apps/xwud/xwud-1.0.4.ebuild
+++ b/x11-apps/xwud/xwud-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="image displayer for X"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-screen-cyrillic/

2016-03-03 Thread Stephen Klimaszewski
commit: aa84e03aa6c1a994eabb5aaced289ba8143da3f9
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:11:53 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:26:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa84e03a

media-fonts/font-screen-cyrillic: Keyword 1.0.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4.ebuild 
b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4.ebuild
index 7f0a736..4c476ec 100644
--- a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4.ebuild
+++ b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Screen cyrillic fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-type1/

2016-03-03 Thread Stephen Klimaszewski
commit: dd8bd0782f11f19766651e51a0a0daa4b7e79e19
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:30:58 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:23:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8bd078

media-fonts/font-bh-type1: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bh-type1/font-bh-type1-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-bh-type1/font-bh-type1-1.0.3.ebuild 
b/media-fonts/font-bh-type1/font-bh-type1-1.0.3.ebuild
index 8b48dbf..a420856 100644
--- a/media-fonts/font-bh-type1/font-bh-type1-1.0.3.ebuild
+++ b/media-fonts/font-bh-type1/font-bh-type1-1.0.3.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Bigelow & Holmes Type 1 fonts"
 LICENSE="bh-luxi"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-ttf/

2016-03-03 Thread Stephen Klimaszewski
commit: 9b00715a87a713c15b4811173e147a9fc2dd01ba
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:32:51 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:23:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b00715a

media-fonts/font-bh-ttf: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild 
b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild
index ebb1fea..67bbb2c 100644
--- a/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.ebuild
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-1.0.3.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Bigelow & Holmes TrueType fonts"
 LICENSE="bh-luxi"
 
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-jis-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: 94eae569b8918c667ed3298512e0344d0566ef16
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:54:09 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94eae569

media-fonts/font-jis-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-jis-misc/font-jis-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-jis-misc/font-jis-misc-1.0.3.ebuild 
b/media-fonts/font-jis-misc/font-jis-misc-1.0.3.ebuild
index 13eff40..77c1e35 100644
--- a/media-fonts/font-jis-misc/font-jis-misc-1.0.3.ebuild
+++ b/media-fonts/font-jis-misc/font-jis-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ EAPI=3
 inherit xorg-2
 
 DESCRIPTION="X.Org JIS (japanese) fonts"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-micro-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: 6e3ba5504fffeab8ec10b2b73006d9af48ebbede
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:56:15 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3ba550

media-fonts/font-micro-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-micro-misc/font-micro-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-micro-misc/font-micro-misc-1.0.3.ebuild 
b/media-fonts/font-micro-misc/font-micro-misc-1.0.3.ebuild
index e3a4625..a728004 100644
--- a/media-fonts/font-micro-misc/font-micro-misc-1.0.3.ebuild
+++ b/media-fonts/font-micro-misc/font-micro-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org micro-misc font"
 LICENSE="public-domain"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-75dpi/

2016-03-03 Thread Stephen Klimaszewski
commit: 93650417d80c93965cdf1119483f605a062fa321
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:28:52 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:23:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93650417

media-fonts/font-bitstream-75dpi: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3.ebuild 
b/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3.ebuild
index f0d2255..909a4d9 100644
--- a/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3.ebuild
+++ b/media-fonts/font-bitstream-75dpi/font-bitstream-75dpi-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Bitstream bitmap fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-schumacher-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: 39ba02ec2407eb1ac9455bf3d765fcb866dee069
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:13:45 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:26:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ba02ec

media-fonts/font-schumacher-misc: Keyword 1.1.2 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2.ebuild 
b/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2.ebuild
index a1db9d1..7a7a4e2 100644
--- a/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2.ebuild
+++ b/media-fonts/font-schumacher-misc/font-schumacher-misc-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Schumacher fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-100dpi/

2016-03-03 Thread Stephen Klimaszewski
commit: e2999f51803c6be2bef5aa85efd698bf8ab02805
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:27:07 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:23:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2999f51

media-fonts/font-bitstream-100dpi: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3.ebuild 
b/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3.ebuild
index f0d2255..909a4d9 100644
--- a/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3.ebuild
+++ b/media-fonts/font-bitstream-100dpi/font-bitstream-100dpi-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Bitstream bitmap fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-sun-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: 062f370b12b49433099cf4ff8c6df90d4e697037
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:17:19 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:26:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062f370b

media-fonts/font-sun-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-sun-misc/font-sun-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-sun-misc/font-sun-misc-1.0.3.ebuild 
b/media-fonts/font-sun-misc/font-sun-misc-1.0.3.ebuild
index 1553468..a803d2a 100644
--- a/media-fonts/font-sun-misc/font-sun-misc-1.0.3.ebuild
+++ b/media-fonts/font-sun-misc/font-sun-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Sun fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-ibm-type1/

2016-03-03 Thread Stephen Klimaszewski
commit: 45ca4bc440dba52b95fe4ccf09a36e89470c887c
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:49:50 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ca4bc4

media-fonts/font-ibm-type1: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-ibm-type1/font-ibm-type1-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3.ebuild 
b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3.ebuild
index 7ebb299..2dd2526 100644
--- a/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3.ebuild
+++ b/media-fonts/font-ibm-type1/font-ibm-type1-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org IBM Courier font"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-75dpi/

2016-03-03 Thread Stephen Klimaszewski
commit: 68c9b36ac8bd489d40da5c568e1cafb382765c96
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:34:36 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:24:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c9b36a

media-fonts/font-bh-75dpi: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3.ebuild 
b/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3.ebuild
index a8b582e..c76745c 100644
--- a/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3.ebuild
+++ b/media-fonts/font-bh-75dpi/font-bh-75dpi-1.0.3.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Bigelow & Holmes bitmap fonts"
 
 LICENSE="public-domain"# bitmap font, not copyrightable
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-daewoo-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: 7b479d6ea3a07684eca74c6aaa8bc2f942b83165
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:47:44 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:24:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b479d6e

media-fonts/font-daewoo-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3.ebuild 
b/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3.ebuild
index ea5c459..64b6350 100644
--- a/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3.ebuild
+++ b/media-fonts/font-daewoo-misc/font-daewoo-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Daewoo fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bitstream-type1/

2016-03-03 Thread Stephen Klimaszewski
commit: 0e3beaa8650cda70f83f2a7f6967639a0c10477c
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:24:22 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:23:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3beaa8

media-fonts/font-bitstream-type1: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3.ebuild 
b/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3.ebuild
index f7c646f..68dfa15 100644
--- a/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3.ebuild
+++ b/media-fonts/font-bitstream-type1/font-bitstream-type1-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Bitstream Type 1 fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-mutt-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: a773649225b4763d564673cc557ed4e883526eb0
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:10:10 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:26:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7736492

media-fonts/font-mutt-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-mutt-misc/font-mutt-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3.ebuild 
b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3.ebuild
index 60b29e0..9ed6f77 100644
--- a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3.ebuild
+++ b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org ClearlyU fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cronyx-cyrillic/

2016-03-03 Thread Stephen Klimaszewski
commit: db3c926ba8db7151d3657d1f2854d4b944e5b7b5
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:41:33 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:24:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3c926b

media-fonts/font-cronyx-cyrillic: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3.ebuild 
b/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3.ebuild
index b0de842..1810804 100644
--- a/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3.ebuild
+++ b/media-fonts/font-cronyx-cyrillic/font-cronyx-cyrillic-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Cronyx cyrillic fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-dec-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: a6ba7f809f0d6f2407b9b5e867f062d75a74c900
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:45:05 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:24:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ba7f80

media-fonts/font-dec-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-dec-misc/font-dec-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-dec-misc/font-dec-misc-1.0.3.ebuild 
b/media-fonts/font-dec-misc/font-dec-misc-1.0.3.ebuild
index 538900f..17d0d9e 100644
--- a/media-fonts/font-dec-misc/font-dec-misc-1.0.3.ebuild
+++ b/media-fonts/font-dec-misc/font-dec-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org DEC fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-sony-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: da14f4ae692f3c6515ad8b1f1be66ff970a9ac76
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:15:24 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:26:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da14f4ae

media-fonts/font-sony-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-sony-misc/font-sony-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-sony-misc/font-sony-misc-1.0.3.ebuild 
b/media-fonts/font-sony-misc/font-sony-misc-1.0.3.ebuild
index ab7dd0c..19ebd53 100644
--- a/media-fonts/font-sony-misc/font-sony-misc-1.0.3.ebuild
+++ b/media-fonts/font-sony-misc/font-sony-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Sony fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-cyrillic/

2016-03-03 Thread Stephen Klimaszewski
commit: a2bb6a4dbdd77beb501aa65ae7d5d6ac685463ad
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:04:06 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bb6a4d

media-fonts/font-misc-cyrillic: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3.ebuild 
b/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3.ebuild
index 1042663..7a9bc77 100644
--- a/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3.ebuild
+++ b/media-fonts/font-misc-cyrillic/font-misc-cyrillic-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org misc-cyrillic fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-isas-misc/

2016-03-03 Thread Stephen Klimaszewski
commit: 07da68c17283ee19cbfa579a35a0bdb728a629b9
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:52:16 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07da68c1

media-fonts/font-isas-misc: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-isas-misc/font-isas-misc-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-isas-misc/font-isas-misc-1.0.3.ebuild 
b/media-fonts/font-isas-misc/font-isas-misc-1.0.3.ebuild
index 32705de..2d2c006 100644
--- a/media-fonts/font-isas-misc/font-isas-misc-1.0.3.ebuild
+++ b/media-fonts/font-isas-misc/font-isas-misc-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org the Institute of Software, Academia Sinica (chinese) fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-lucidatypewriter-100dpi/

2016-03-03 Thread Stephen Klimaszewski
commit: 47e0280736e820fe551beb33e8f362ad2b096d40
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:39:10 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:24:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e02807

media-fonts/font-bh-lucidatypewriter-100dpi: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 .../font-bh-lucidatypewriter-100dpi-1.0.3.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3.ebuild
 
b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3.ebuild
index 968889a..b461a4f 100644
--- 
a/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3.ebuild
+++ 
b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Bigelow & Holmes Lucida bitmap fonts"
 
 LICENSE="public-domain"# bitmap font, not copyrightable
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-xfree86-type1/

2016-03-03 Thread Stephen Klimaszewski
commit: 44315c0dcc8e5384981a28d265fe6653d786a9d2
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:21:06 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:27:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44315c0d

media-fonts/font-xfree86-type1: Keyword 1.0.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4.ebuild 
b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4.ebuild
index 1fff386..77a6ecc 100644
--- a/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4.ebuild
+++ b/media-fonts/font-xfree86-type1/font-xfree86-type1-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org XFree86 Type 1 font"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-100dpi/

2016-03-03 Thread Stephen Klimaszewski
commit: 65545e28fbd86d48abe927afbdea3bddae96ec96
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:36:40 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:24:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65545e28

media-fonts/font-bh-100dpi: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3.ebuild 
b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3.ebuild
index a8b582e..c76745c 100644
--- a/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3.ebuild
+++ b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.3.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$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X.Org Bigelow & Holmes bitmap fonts"
 
 LICENSE="public-domain"# bitmap font, not copyrightable
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-ethiopic/

2016-03-03 Thread Stephen Klimaszewski
commit: adc10f5d03a4285127cd5d38fb08de300cba07f4
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 05:58:14 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc10f5d

media-fonts/font-misc-ethiopic: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild 
b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild
index 1f9b159..d4ffe0b 100644
--- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild
+++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="Miscellaneous Ethiopic fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-winitzki-cyrillic/

2016-03-03 Thread Stephen Klimaszewski
commit: d86710ed1ab773634268fdbd39b1c5b15a334d5c
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:19:15 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:26:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86710ed

media-fonts/font-winitzki-cyrillic: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 .../font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3.ebuild 
b/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3.ebuild
index ba01edb..a43f5ba 100644
--- a/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3.ebuild
+++ b/media-fonts/font-winitzki-cyrillic/font-winitzki-cyrillic-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Winitzki cyrillic font"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-meltho/

2016-03-03 Thread Stephen Klimaszewski
commit: d3c36bdc7f018a5dd7b7f586d3de74d61d5128fc
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 06:06:51 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 06:25:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c36bdc

media-fonts/font-misc-meltho: Keyword 1.0.3 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-fonts/font-misc-meltho/font-misc-meltho-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3.ebuild 
b/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3.ebuild
index faca12a..f5f224d 100644
--- a/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3.ebuild
+++ b/media-fonts/font-misc-meltho/font-misc-meltho-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Syriac fonts"
 
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



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

2016-03-03 Thread Michał Górny
commit: be4c5c34a725474277047af34d3d2318c7a5e0af
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  4 06:11:21 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  4 06:12:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4c5c34

dev-lang/ekopath: Snapshot bump

 dev-lang/ekopath/Manifest |  1 +
 dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/dev-lang/ekopath/Manifest b/dev-lang/ekopath/Manifest
index b4f4c5e..0abe010 100644
--- a/dev-lang/ekopath/Manifest
+++ b/dev-lang/ekopath/Manifest
@@ -1,3 +1,4 @@
 DIST ekopath-2015-12-13-installer.run 57231316 SHA256 
85a3fc7df59373bfef32bf9388fd77c19d7c780dc5e9e52e1e8664f0139a9ac6 SHA512 
9454f263c921d26f521e374eb2f346f1e257bf58daf2ce5e54ce1a2cced7291bd9b5ece08cd4da441498f66bcd6a01a45309d4463fe65ea5d094b21612a8d3f8
 WHIRLPOOL 
3157ed63da3d87912163af2e8927a332640b2682289234b25b5f7b75a698490dc2cf8e0d5f51d82eb0b072654f15040c6b94f94e3cf7a428b793a575d6f71ed0
 DIST ekopath-2015-12-31-installer.run 57236877 SHA256 
f8e5a2910ac001ace7d42254553e27f79b62eb6650d89778eced3ff483854917 SHA512 
d191ce829c1c285c848c58f7bca194df72975d0d0685cf70c324831ca9ce67729dbf9fa46f36b4e17cc726fb8144739608fa825d4e2dd447b40dc0b1461f9f9b
 WHIRLPOOL 
7988f8c93522aa38ec18c69979789fda1f64ab647d712da02260961a98e7ee75d90525c76947e6f32c073f289af419154d58072e5edac5093fdeaee7489c096c
 DIST ekopath-2016-01-24-installer.run 57266129 SHA256 
3ea7471dc29ccfd89b7a7cee788243cd94f0b86cbe4345f7576a119b1122 SHA512 
514e1a317822ca8edf2bfe2f2d99928717876731fbb3949165ded97fe7ed99acf01eb27f862ba9c84e8a3fd4f0c46aa31734925847351ad0b74a4d0bde8c4240
 WHIRLPOOL 
a9ca485f5196563fd5fe449c3ab745c162492eff6c51b560234338ab0aa96b3128fd44e401eb28e50c47425315447c1b8f2f9a80bb9ce59fdac21232c6262f8d
+DIST ekopath-2016-03-03-installer.run 57856781 SHA256 
0db16cf44f38e170e80230e08cccd2596187c869a3cd9ec74a6c368f9f1cb617 SHA512 
c7ddb516f420a2efd278472f2694cad87b6e8e956f56b48473f432cc9b3565e568713915137b980cd03e89003e80a098a29cb7f3fea93f02c590577ef521f0ba
 WHIRLPOOL 
a270e5eb8731fc5a8c536d2328b5c5d1012397df895d01009dc2d3751c0f344697069e998d51fcbc183cec719652cbfee0032b3b7ae408f5d9104376f22ddbaa

diff --git a/dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild 
b/dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild
new file mode 100644
index 000..c886d13
--- /dev/null
+++ b/dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit versionator multilib pax-utils
+
+MY_PV=$(get_version_component_range 1-3)
+DATE=$(get_version_component_range 4)
+DATE=${DATE#p}
+DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6}
+INSTALLER=${PN}-${DATE}-installer.run
+
+DESCRIPTION="PathScale EKOPath Compiler Suite"
+HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite;
+SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER};
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="!!app-arch/rpm"
+RDEPEND=""
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="
+   opt/${PN}/lib/${MY_PV}/x8664/*
+   opt/${PN}/bin/*"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   cp "${DISTDIR}/${INSTALLER}" "${S}/" || die
+   chmod +x "${S}/${INSTALLER}" || die
+}
+
+src_prepare() {
+   cat > 99${PN} <<-EOF || die
+   PATH=${EROOT%/}/opt/${PN}/bin
+   ROOTPATH=${EROOT%/}/opt/${PN}/bin
+   
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
+   MANPATH=${EROOT%/}/opt/${PN}/docs/man
+   EOF
+}
+
+src_install() {
+   # EI_PAX marking is obsolete and PT_PAX breaks the binary.
+   # We must use XT_PAX to run the installer.
+   if [[ ${PAX_MARKINGS} == "XT" ]]; then
+   pax-mark m "${INSTALLER}"
+   fi
+
+   ./"${INSTALLER}" \
+   --prefix "${ED%/}/opt/${PN}" \
+   --mode unattended || die
+
+   if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then
+   local guess
+   cd "${ED%/}/opt/${PN}/lib" && guess=( * )
+
+   if [[ ${guess[@]} ]]; then
+   die "Incorrect release version in PV, guessing it 
should be: ${guess[*]}"
+   else
+   die "No libdir installed"
+   fi
+   fi
+   [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
+
+   rm -r "${ED}/opt/${PN}"/uninstall* || die
+   doenvd 99${PN}
+}



[gentoo-commits] dev/graaff:master commit in: dev-python/Djblets/

2016-03-03 Thread Hans de Graaff
commit: 83b776210af7d56322b48d1f0de3cd5bf379775e
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Mar  4 06:08:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 06:08:06 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=83b77621

add 0.9.2, security release

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-python/Djblets/Djblets-0.9.2.ebuild | 32 
 dev-python/Djblets/Manifest |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/Djblets/Djblets-0.9.2.ebuild 
b/dev-python/Djblets/Djblets-0.9.2.ebuild
new file mode 100644
index 000..fad7002
--- /dev/null
+++ b/dev-python/Djblets/Djblets-0.9.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="A collection of useful extensions for Django"
+HOMEPAGE="http://github.com/djblets/djblets;
+SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range
 1-2)/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
+   =dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
+   =dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   # Running uglify is a problem right now, so skip this step. Rather
+   # have newer versions than compacted javascript.
+   sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i 
djblets/settings.py || die
+}

diff --git a/dev-python/Djblets/Manifest b/dev-python/Djblets/Manifest
index ff9a739..2cee9a2 100644
--- a/dev-python/Djblets/Manifest
+++ b/dev-python/Djblets/Manifest
@@ -1,4 +1,5 @@
 DIST Djblets-0.7.31.tar.gz 430369 SHA256 
c6bdb1fed30ec1c77a8b07d670a170ecc55404363adf09b2860903a328909e12 SHA512 
d0defd2a6e0caecd807e156d968b0128266d60aaf336303ec9ea3e01be1f01455bc763da02d639e677f1122f8eda8e039054ae16222879392eff332ec7b49969
 WHIRLPOOL 
7063209e5d3e55d89d4cc6fcfea584e24712d2427870448141eefedd29a94af0f4eb41df6097962d513ba09fa56b7cb1a1e5cf17a13646a2c3f046407b4f9977
 DIST Djblets-0.8.23.tar.gz 282227 SHA256 
6bfbdb8180e5ba39f898a3449433d414263c36da0860d95e184661fedadfda4a SHA512 
a0c1a277f2ee2a37f49749908bfafb0914c82208c9475d94eb0099e021082831a96212ff6cbce122d998ba51aa2f7b5793db59e80b46dd9c38a0f73722356698
 WHIRLPOOL 
66c9dd4884a7c896aa97996936b30b2bef7f4d0164e5e7ecb04b7ed042903eb9626078810686b95ef521d78987d23f7ca157a0720a851efd324827adc3dc8fec
 DIST Djblets-0.9.1.tar.gz 332720 SHA256 
f0801b3b9b48b493ed70a389e917747fcca9e827a2a31ff7c7213ec72ad66b5d SHA512 
0bbfbbab2a4bce988441b77ab00f3eb291435d54ad80f3514b537309c024016546ccaa16519fc34ba0fcc04b6eb9afc228280bc338567971e6cb375f1c5a1f05
 WHIRLPOOL 
b49a3f966274cc2cbdcf3a9158fc57141e467018365241bd7971e3f8439797400099570cd268475789e176a2773796589a1b73493e00df8c854b5cdbba72f784
+DIST Djblets-0.9.2.tar.gz 332675 SHA256 
9df3db467ccc427d85f8a2f929557a884f9149fd32a96765c8854b1463a193f6 SHA512 
123a11c08cfd19007de4c3dcebfb8095f87e127d85cdf3c284f7a07c193fec8ccfa1a1934553075aacfb97821d6117aab32ef2206942bb279711682f6c9acb76
 WHIRLPOOL 
fab61780271173e21f62fa32d0d536e0bf828c3211b357e9ebca7f6e4173b2e5727d04950beabb4fa4c837de1b5b0d7d2a63e6ab82cb76d6919a6bb2f8ef76cf
 DIST Djblets-0.9.tar.gz 330999 SHA256 
f4b6bb2e3597efa67e7cbdccd5d0403480e3a88e5cd934098c73f018b9dc25e7 SHA512 
2581e63b8f7fff68097ffc2b55d1d098cfbb818a267e7fbe7bb986e1180e810f0556d0f0c0ab406c86c9bcc0e013d9d92b5f37fd4282e3ceb18ea4b4fc5196b0
 WHIRLPOOL 
bc4f29812efe4eb1e8a78b03415aabd33dceb13b275be0df11cd3d0eb843fd65fd5a889161c53f378b818174a58ab94030a1355f769562e747d45983ecd75205



[gentoo-commits] dev/graaff:master commit in: dev-python/django/

2016-03-03 Thread Hans de Graaff
commit: fd6fdcd28b08222d8e53cfa2eea019e475b8d9fa
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Mar  4 06:04:38 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 06:04:38 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=fd6fdcd2

dev-python/django: add 1.6.11.3, security issue

Package-Manager: portage-2.2.26

 dev-python/django/Manifest   | 2 +-
 dev-python/django/{django-1.6.11.2.ebuild => django-1.6.11.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 0f0144f..80d908e 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1 +1 @@
-DIST Django-1.6.11.2.tar.gz 6664002 SHA256 
4c20db3ac07a5a921292b2231734108adb79923c6d066196195c0f02c03196d3 SHA512 
83bde374a6655f58df1dda41197aa26cc9277cde910d404ab869c727935b1f9fa6616364f760c3f0f28a046a377d5cbd21694dd0a7cac7cbe6ee49b5fbb440f8
 WHIRLPOOL 
0759719a0cc056ea2a5d5103d5619502e9233f8164022a32fea977bcef9b3a512370b6a290ab814daf0a370d8fab1782017d573eb486d218cc54ef112745b3e3
+DIST Django-1.6.11.3.tar.gz 6665419 SHA256 
49161983509d84668ed9972db15d89d455a7bb79bb93290749f087f08923eaaf SHA512 
350356fa3f3c73ea1dfec77c71f8947869e57d683b4a4edd8f5b7ed71bb63db5ce569d8b7132ea6c160493005cce6fa3f97b0c7c60e88e3887cec516e25e03d1
 WHIRLPOOL 
f06b866e50e7b7471369a76cb559a841cf7a55bf14a597e4793853d152a352f285be35f2135ab80a3c39c752726d1504f6a1f4b8f72d1fcf454d1f998c6c7f32

diff --git a/dev-python/django/django-1.6.11.2.ebuild 
b/dev-python/django/django-1.6.11.3.ebuild
similarity index 100%
rename from dev-python/django/django-1.6.11.2.ebuild
rename to dev-python/django/django-1.6.11.3.ebuild



[gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/

2016-03-03 Thread Hans de Graaff
commit: 6b1c392d96de948d9614ed562a3e3ffdacb348b9
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Mar  4 06:06:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 06:06:11 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6b1c392d

cleanup

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-util/reviewboard/Manifest   |   2 -
 dev-util/reviewboard/reviewboard-2.0.20.ebuild  | 126 
 dev-util/reviewboard/reviewboard-2.5.1.1.ebuild | 126 
 3 files changed, 254 deletions(-)

diff --git a/dev-util/reviewboard/Manifest b/dev-util/reviewboard/Manifest
index 8cbef5a..14ca298 100644
--- a/dev-util/reviewboard/Manifest
+++ b/dev-util/reviewboard/Manifest
@@ -1,4 +1,2 @@
-DIST ReviewBoard-2.0.20.tar.gz 8360873 SHA256 
cb83d5aabcb2a685043cd2dd516b833e6f73d3777fcbd0402a3c347f8ac75196 SHA512 
9a6f9e1bc3a59264f365b4ce057cb4961e8ead03cc11735e909e280109a5a30a9ec12d16eb2679e7b8e83abe92fc7caacfa82ca1d31ee487e54c6891880ed7aa
 WHIRLPOOL 
ead1ff1af5e0d6239822c498e8b87044a3fb93b5a7f8fe94588f0e2f8b9766f13f88dbfe7c4b25d482bc7618621105871c9d60f1193f32b6450b9cdf0a2f441e
-DIST ReviewBoard-2.5.1.1.tar.gz 12734864 SHA256 
96cbef615fc654dbb4220257ecc49d6e569b183fe92c2150fcd676ac84f7a892 SHA512 
920bf14817b442df973e493707668e39ede1365dc528a67811009e142ac325c5f89b0e176397b2ef6a68c2558c237258c09ec333a814c1c1a9f2e6a8b95b05cf
 WHIRLPOOL 
0059a96e3dbe7ae59cda3b7d4034ecb21adc6b8911fdd211e54ce542ff2ec6d3e7bfc9cbfd694f10494ff55db012685c51bd634fb85e2e55d3987799b340a414
 DIST ReviewBoard-2.5.2.tar.gz 12736246 SHA256 
cdd8635a73cdfd3f8ee962a2c9bf2ccad2b117768d667e0e75fa839f7244913f SHA512 
141d33fcfb1d6e45a7b19d692c044f857e484f10adad9bd18f5e9eb87ebb77c470d503851e9a7afe4deb778ed964190c06ae5b3571f16d4ce007caf1ef7479bc
 WHIRLPOOL 
2d1635d265fbfed32ccd84c2a2858d1194f808970a4d889001ab8a5d802afdb8aa2f2ee216508aa5a99dbc98b65caae2acf23e7b044132e890296ee6764ba09e
 DIST ReviewBoard-2.5.3.tar.gz 13034851 SHA256 
3508c698fd1da0369e7b4379de43cbe8d1bb369b0cef373d77455d741eacbdd9 SHA512 
b92a7d3c877eed815734308db681eba626d9523a0fd1f55abeb50cb29ffa67de6b7b69f224601dee81f92146e7351a775b95f174f5dd61ebfdab26a52559ef63
 WHIRLPOOL 
b28650bbb7235dc12bb312a3286899f6b8155a63d1ec8e832dee3573ec86bfb3e483c91dba80667eacc4a2f37cc367dadbf3bf0711e54e14df57f2792be15ae9

diff --git a/dev-util/reviewboard/reviewboard-2.0.20.ebuild 
b/dev-util/reviewboard/reviewboard-2.0.20.ebuild
deleted file mode 100644
index 66ba44f..000
--- a/dev-util/reviewboard/reviewboard-2.0.20.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="ReviewBoard"
-DESCRIPTION="A web-based code review tool that offers developers an easy way 
to handle code reviews"
-HOMEPAGE="http://www.reviewboard.org/;
-SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/2.0/${MY_PN}-${PV}.tar.gz;
-KEYWORDS="~amd64 ~x86"
-IUSE="codebase doc manual rnotes test"
-
-LICENSE="MIT"
-SLOT="0"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP},sqlite]
-   =dev-python/django-evolution-0.7.5[${PYTHON_USEDEP}]
-   =dev-python/django-haystack-2.3.1[${PYTHON_USEDEP}]
-   dev-python/django-multiselectfield[${PYTHON_USEDEP}]
-   >=dev-python/Djblets-0.8.22[${PYTHON_USEDEP}]
-   =dev-python/pygments-1.6[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/markdown-2.6.0[${PYTHON_USEDEP}]
-   =dev-python/paramiko-1.12[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   >=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-   dev-python/python-memcached[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2012h[${PYTHON_USEDEP}]
-   dev-python/recaptcha-client[${PYTHON_USEDEP}]
-   >=dev-python/whoosh-2.6[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )"
-# Tests mostly access the inet and when run mostly fail
-RESTRICT=test
-
-python_prepare_all() {
-   # Running uglify is a problem right now, so skip this step. Rather
-   # have newer versions than compacted javascript.
-   sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i 
reviewboard/settings.py || die
-
-   # 
https://github.com/reviewboard/reviewboard/commit/b1b8867deb7cd857003d8abbf16e85897b0cb4bf
-   # # The version bordering of python-dateutil is long out of date and 
wrong since end of March 2012!
-   sed -e 's:==1.5:>=1.5:' -i setup.py || die
-
-   # Use newer markdown version still available
-   sed -i -e 

[gentoo-commits] dev/graaff:master commit in: dev-python/Djblets/

2016-03-03 Thread Hans de Graaff
commit: 78ac5f2c8251f9d0fac6d713312dc81ef85a8f18
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Mar  4 06:08:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 06:08:36 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=78ac5f2c

clean vulnerable versions

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-python/Djblets/Djblets-0.7.31.ebuild | 32 
 dev-python/Djblets/Djblets-0.8.23.ebuild | 32 
 dev-python/Djblets/Djblets-0.9.1.ebuild  | 32 
 dev-python/Djblets/Djblets-0.9.ebuild| 32 
 dev-python/Djblets/Manifest  |  4 
 5 files changed, 132 deletions(-)

diff --git a/dev-python/Djblets/Djblets-0.7.31.ebuild 
b/dev-python/Djblets/Djblets-0.7.31.ebuild
deleted file mode 100644
index 2d4f039..000
--- a/dev-python/Djblets/Djblets-0.7.31.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Djblets/Djblets-0.7.30.ebuild,v 
1.1 2014/07/30 14:31:27 xmw Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets;
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range
 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.4.13[${PYTHON_USEDEP}]
-   =dev-python/django-pipeline-1.2.24[${PYTHON_USEDEP}]
-   =dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/django-evolution[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-prepare_src() {
-   # use pillow, not PIL
-   sed -e 's/PIL/pillow/' -i setup.py Djblets.egg-info/requires.txt || die
-}

diff --git a/dev-python/Djblets/Djblets-0.8.23.ebuild 
b/dev-python/Djblets/Djblets-0.8.23.ebuild
deleted file mode 100644
index fad7002..000
--- a/dev-python/Djblets/Djblets-0.8.23.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
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets;
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range
 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
-   =dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
-   =dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   # Running uglify is a problem right now, so skip this step. Rather
-   # have newer versions than compacted javascript.
-   sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i 
djblets/settings.py || die
-}

diff --git a/dev-python/Djblets/Djblets-0.9.1.ebuild 
b/dev-python/Djblets/Djblets-0.9.1.ebuild
deleted file mode 100644
index fad7002..000
--- a/dev-python/Djblets/Djblets-0.9.1.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
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets;
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range
 1-2)/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/django-1.6.11.1[${PYTHON_USEDEP}]
-   =dev-python/django-pipeline-1.3.23[${PYTHON_USEDEP}]
-   =dev-python/feedparser-5.1.2[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   # Running uglify is a problem right now, so skip this step. Rather
-   # have newer versions than compacted javascript.
-   sed -e "s/'pipeline.compressors.uglifyjs.UglifyJSCompressor'/None/" -i 
djblets/settings.py || die
-}

diff --git a/dev-python/Djblets/Djblets-0.9.ebuild 
b/dev-python/Djblets/Djblets-0.9.ebuild
deleted file mode 100644
index fad7002..000
--- a/dev-python/Djblets/Djblets-0.9.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
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="A collection of useful extensions for Django"
-HOMEPAGE="http://github.com/djblets/djblets;

[gentoo-commits] dev/maekke:master commit in: media-gfx/hugin/

2016-03-03 Thread Markus Meier
commit: 49390e0f33eabc5cfa0877b1c871afff7a97ad3f
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar  4 05:55:13 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar  4 05:55:13 2016 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=49390e0f

media-gfx/hugin: update copyright...

Package-Manager: portage-2.2.27
Manifest-Sign-Key: 0x363AF1F7765A9D02

 media-gfx/hugin/Manifest  | 32 +++
 media-gfx/hugin/hugin-2016.0.0_rc1.ebuild |  2 +-
 media-gfx/hugin/hugin-.ebuild |  2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index f787c27..db6c476 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -4,25 +4,25 @@ Hash: SHA256
 DIST hugin-2015.0.0.tar.bz2 10611519 SHA256 
2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd SHA512 
bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2
 WHIRLPOOL 
f9d47da7962a19894f323b85084fc7fda925ed5041188ffb1fbcea09ce7719baa7b26c95c66ec22139d24b683d6b1cba8b821949c166814e435efc5fc0e0a11e
 DIST hugin-2016.0.0_rc1.tar.bz2 10507908 SHA256 
1be18902e70d541a8b2d2855cff7ccd8ce5bdc3836a6185a5d94262392b4f533 SHA512 
cb3326513153a7ae3471286baba52ff37d10cd75c52c9c7852c097a3760f8c0aeb3643a039f60f13b3aae4b31d782f8f3d17380328fdfee4c6b94953d488
 WHIRLPOOL 
096f2dda5a6af476052079d9fff398cddf6bda630f921612e086190482d077dd997b195a0f340cf652179c6e340e48141055b2a87ad329b5d06badaef97c5f49
 EBUILD hugin-2015.0.0-r1.ebuild 1994 SHA256 
04405756fd3023cfc4bb715c9482a394ef34a36e0a9cc4412f9f3451ec229787 SHA512 
da8c7811a5da1fa1be15feb2ae1d9e3cd35ad427154fcedd18186baf7ce25c10d79bad1c8206640a5a4f7584ae6c07eb1c7a309f550f81fa33c34e9acbc450a8
 WHIRLPOOL 
8a5c109ed79f9b71ca46f2271c5a89a1d4764f4313775a3fb15fb0104f5c791598254e720e2f928d51ea1ba23bafc12fcfed384997df309faf5cddc8e2c735cd
-EBUILD hugin-2016.0.0_rc1.ebuild 1993 SHA256 
212ca554cfd889499c490c2e8ddba8b219ff0510d3d6fd969ea00c4dd064766a SHA512 
4e18ca07c845e539b1d703705336f28a48228282b1c067a7352278d42bb55d6a9195ab0fc5bab8d0420f6d147126820b3c2862aaa8e5b3271ad1198e1d045a37
 WHIRLPOOL 
a259988aed165d2829c4b2cf6b8e658899ec97dc1fcc55177929d5e1d8000f736c2b9e5e05fc117d1b5fe3cfd4d5e7f507d9b33ee027b1b1ac3b1fcbe98ed471
-EBUILD hugin-.ebuild 2025 SHA256 
918f5ce34c187dac4321aec7cfd5d510243e75cc94434cbff382551cead1280d SHA512 
06e90f04a16602a3cd4955858056431e9984cba2e907df4bb398c64e3f560e1940c5b272f339ee2dd7125c08f181392f8cbda3878b30a12f8d46ae5501b7768b
 WHIRLPOOL 
317a2d61009daa0d1f0d25117a812bd51b86c91a7d54f1ca6a56aa0cc11be9b9b25bf5ac86074a26ef29aee98127d1ead7283301ed7e3ef10a3e229640281c57
+EBUILD hugin-2016.0.0_rc1.ebuild 1993 SHA256 
f5be24e210f7c58ea9cc1f7eb5ff6c772bf9900aad91141606c0ae9e5212e589 SHA512 
1bcbbbd03168f25eb0be6d5bb01293a0e3369be044031ac5e3e84f367396b82b9e85e9884f1fd5bfe41432448052bfad0a1a3607aac93be2f5b928a91b2dddb4
 WHIRLPOOL 
dc019f9c783c3122a1aa24b2ec940c6e4666a39fe0c03ed2d57cf5ab65fee65388f6e3a5330e05a4dabc53a98ad3799d706bb7dc56ee9511e81c26cac3ee70a2
+EBUILD hugin-.ebuild 2025 SHA256 
311487e186ce29a6ea9370947f7a03cac235812adf30732fd58c09582e111adf SHA512 
c833e70a61ea6fe19548d80b33bd35c23c3afc09ef5a1a6dcd1b117d7d49da7c035ce38338026289f1b4d8a201d2cc9850f3e39657de885e95b752156032cb64
 WHIRLPOOL 
73cee002fe54d83118ada92024fb20a36da500421806c381cff6f2a0303134b41471f5735230a74bd3042d61f43ec271105ff76251d9a2bfe65f3b204e9126b8
 MISC metadata.xml 576 SHA256 
dcdbb9903b309c9c94302a7ceb724de6ca6fe6a5f0e553c838f398a8c28cfa27 SHA512 
f050bab13f2208b7a8a084ddfba948d9129d48dcea2c0b00538a4dde15f40e69ac964f7467321ad143e8ef6b082cb2eac69a199774e1817504c06862944a3d39
 WHIRLPOOL 
dbbdeaf3951ae5b6352b4cee5cd66ffa31a67a469f61276ad47be053fef28b09d74d4b43a1d885711862054a94359b52a9216e34fa8e13be189c2c478d942ca8
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.1
 
-iQJ8BAEBCABmBQJW2SLxXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
+iQJ8BAEBCABmBQJW2SNBXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
 ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQyMDhFOEI5QzhFQzk5QTE1M0I0QkI3Mzc3
-QkU3NkVDMjU1N0I0NDNDAAoJEHvnbsJVe0Q8W7QP/2yUVGssxj+udzzNgeZvXWtF
-hTzbylxUXCpuIBvA7McZ3+qY7FoEaK9w9ewpF/hUXGTf2xT7awzC/uuoi5NMsCTu
-0ew1DmOsC4nh0OGJIZlTMY1yG9YMwuWjS3HUyZf9DirqzfwRK2G5pwN1qaXmDWNS
-8ez50Tb7SxOxDrD2rIRL/n1j6LY+UHM91d36BmYd0OmdrT8UVNRAaLOg+KGu5Z5y
-xLT3p/8b6YAAbu2u++xt6teRVVjeeCxM+/QsO65LbPC2Sdj3D9uP7CFjFL9eeimQ
-tlu4fm3i4FUaPn8HWDaLJZJIhCslwsyRuFHZBicdCUsn211JYzLJMbsa0K8uCszz
-+X7z8cTrrFTtnEOcygS+JtjwRqBHm9yqn+JXAik3VsFJsVG7UA9qDbV1hd1CcguU
-w4SY++VCGbFLCF9I+R7fBVyOR3QElTSoJmSQ3DOJjQdgGwfOToIIzqDxGWKfLL/q
-Co3mW419/dkPKmYphpveV23qeGEXt+CoK5M2yyrK3jBc9ggN2bkfFYGnZDQpZDEr
-jrN04pp4uftgpVpTEA6aleKx8hte1BCtrK8Sh3SUxtOwTR47KE4BcczBWgmbCcPN
-+06iQaoup/3pa3r6v6xOAFRsuICwAsm7cs61LS61w6cxH1cdwpLnMDZkdkXlM5Mf
-V6dfuOUr3+K76AW4tg5T
-=qQ2o
+QkU3NkVDMjU1N0I0NDNDAAoJEHvnbsJVe0Q8f8gP/iFsQQrE0/m9WPhvtgQTBXLo

[gentoo-commits] dev/maekke:master commit in: media-gfx/hugin/

2016-03-03 Thread Markus Meier
commit: 0960144d1a9497681d7f70f1a5ed3591e720eb44
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar  4 05:54:00 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar  4 05:54:00 2016 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=0960144d

media-gfx/hugin: version bump to rc1

drop USE=boost again, not really useful since boost is required anyway
grab metadata.xml from main tree

Package-Manager: portage-2.2.27
Manifest-Sign-Key: 0x363AF1F7765A9D02

 media-gfx/hugin/Manifest   | 36 +++---
 0.0_beta1.ebuild => hugin-2016.0.0_rc1.ebuild} |  3 +-
 media-gfx/hugin/hugin-.ebuild  |  3 +-
 media-gfx/hugin/metadata.xml   |  8 +++--
 4 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index 9a3d036..f787c27 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -2,27 +2,27 @@
 Hash: SHA256
 
 DIST hugin-2015.0.0.tar.bz2 10611519 SHA256 
2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd SHA512 
bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2
 WHIRLPOOL 
f9d47da7962a19894f323b85084fc7fda925ed5041188ffb1fbcea09ce7719baa7b26c95c66ec22139d24b683d6b1cba8b821949c166814e435efc5fc0e0a11e
-DIST hugin-2016.0.0_beta1.tar.bz2 10502148 SHA256 
e6c9ecb59e8f065d1f468486a91bbdb422dcd1211f524cf2acb2fd161dd98174 SHA512 
9e1175278f181f1672a40bb9568faf269982498de9ba39968381775a8c5298b216b1172b3ddfdf6d28284ebfd00dd70d30933651af4edc882bb47fdbd8b60958
 WHIRLPOOL 
7072768bfa0e4c10bf3e34aab6a07d1467ee504b34a1f6a2039086941a95908bc51535c4cf01f50a57c19752cfa0abd688561f413a038ec5e8c0af701dc0c144
+DIST hugin-2016.0.0_rc1.tar.bz2 10507908 SHA256 
1be18902e70d541a8b2d2855cff7ccd8ce5bdc3836a6185a5d94262392b4f533 SHA512 
cb3326513153a7ae3471286baba52ff37d10cd75c52c9c7852c097a3760f8c0aeb3643a039f60f13b3aae4b31d782f8f3d17380328fdfee4c6b94953d488
 WHIRLPOOL 
096f2dda5a6af476052079d9fff398cddf6bda630f921612e086190482d077dd997b195a0f340cf652179c6e340e48141055b2a87ad329b5d06badaef97c5f49
 EBUILD hugin-2015.0.0-r1.ebuild 1994 SHA256 
04405756fd3023cfc4bb715c9482a394ef34a36e0a9cc4412f9f3451ec229787 SHA512 
da8c7811a5da1fa1be15feb2ae1d9e3cd35ad427154fcedd18186baf7ce25c10d79bad1c8206640a5a4f7584ae6c07eb1c7a309f550f81fa33c34e9acbc450a8
 WHIRLPOOL 
8a5c109ed79f9b71ca46f2271c5a89a1d4764f4313775a3fb15fb0104f5c791598254e720e2f928d51ea1ba23bafc12fcfed384997df309faf5cddc8e2c735cd
-EBUILD hugin-2016.0.0_beta1.ebuild 2034 SHA256 
4c90075485c6c664ded6698e929752fd5479368f5ca5f33349878eef440db0b5 SHA512 
73205bce6d82de65047fceee0c868a16493d72e9c29400c3071bc793d1b2bc80a2c537de9f6ec69bd68b933f1c2270e3b9567bed6199f1b9da0c15a626a5d88b
 WHIRLPOOL 
f59151b784779b9127b828e2f40ede4899b6bdfac36f5efe30c6c72c009047e700b891db3221f51143321d870ae4d7d3e9f1feb0121611ae51f681b3a462ddf1
-EBUILD hugin-.ebuild 2066 SHA256 
1a17be264746140858b7fb02888d242dc6e9afcaaac93fa616c01b4a9f7f9355 SHA512 
d74dba1bb1359891cb45cfb0531a50384fb606c3975d716277cf93bfc0cb4bc1fa9f53ae38295ff9761a33db381c05b50e2010537460f014f3b8abc7830bb5bf
 WHIRLPOOL 
b32a37acab67a176b48b07df13d5fa4f106be9faf152009eb12b8a91feef5f70cadf5582b6a1f3adaa07e4ab80508b49bebd05383a7566c8953f80074de31be6
-MISC metadata.xml 568 SHA256 
5edb22ab8912d67951e57ccefb235efee38c145181514367d3be900f8765ded5 SHA512 
3c230d1bfbf7e3d192eb0601f9092bd395ff64406961f7dd3370c8b5d897af4fc830d8a1ac42b1ae2a87c47e979d891072154a4c098f1bc7bce1a3eb8625f572
 WHIRLPOOL 
9629b8909ecbe98b4a22337d515a9fadc37799dd6eafb12021c3a0d203d3eba30d99b6e090c038fdf02034b955d91170c14edb3671d9cf34a178cbbab0ca862b
+EBUILD hugin-2016.0.0_rc1.ebuild 1993 SHA256 
212ca554cfd889499c490c2e8ddba8b219ff0510d3d6fd969ea00c4dd064766a SHA512 
4e18ca07c845e539b1d703705336f28a48228282b1c067a7352278d42bb55d6a9195ab0fc5bab8d0420f6d147126820b3c2862aaa8e5b3271ad1198e1d045a37
 WHIRLPOOL 
a259988aed165d2829c4b2cf6b8e658899ec97dc1fcc55177929d5e1d8000f736c2b9e5e05fc117d1b5fe3cfd4d5e7f507d9b33ee027b1b1ac3b1fcbe98ed471
+EBUILD hugin-.ebuild 2025 SHA256 
918f5ce34c187dac4321aec7cfd5d510243e75cc94434cbff382551cead1280d SHA512 
06e90f04a16602a3cd4955858056431e9984cba2e907df4bb398c64e3f560e1940c5b272f339ee2dd7125c08f181392f8cbda3878b30a12f8d46ae5501b7768b
 WHIRLPOOL 
317a2d61009daa0d1f0d25117a812bd51b86c91a7d54f1ca6a56aa0cc11be9b9b25bf5ac86074a26ef29aee98127d1ead7283301ed7e3ef10a3e229640281c57
+MISC metadata.xml 576 SHA256 
dcdbb9903b309c9c94302a7ceb724de6ca6fe6a5f0e553c838f398a8c28cfa27 SHA512 
f050bab13f2208b7a8a084ddfba948d9129d48dcea2c0b00538a4dde15f40e69ac964f7467321ad143e8ef6b082cb2eac69a199774e1817504c06862944a3d39
 WHIRLPOOL 
dbbdeaf3951ae5b6352b4cee5cd66ffa31a67a469f61276ad47be053fef28b09d74d4b43a1d885711862054a94359b52a9216e34fa8e13be189c2c478d942ca8
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.1
 
-iQJ8BAEBCABmBQJWo5JdXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w

[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2016-03-03 Thread Stephen Klimaszewski
commit: 36f4ff9605f0af79df74f24cc2b72949449fd1c9
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 04:30:07 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 04:30:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f4ff96

dev-util/gtk-update-icon-cache: Keyword 3.18.4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.18.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.18.4.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.18.4.ebuild
index 60ba222..ca5f441 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.18.4.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.18.4.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$
 
@@ -15,7 +15,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.45.8:2



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXxf86dga/

2016-03-03 Thread Stephen Klimaszewski
commit: 02e0a21123dd282c881aa929f0b5b43a5bebb0d3
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 04:25:14 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 04:25:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e0a211

x11-libs/libXxf86dga: Keyword 1.1.4 ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild 
b/x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild
index c8f475e..561 100644
--- a/x11-libs/libXxf86dga/libXxf86dga-1.1.4.ebuild
+++ b/x11-libs/libXxf86dga/libXxf86dga-1.1.4.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$
 
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xxf86dga library"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2016-03-03 Thread Stephen Klimaszewski
commit: a0a7c02b46b9bb05c8dd75a75b4e1823f41540e3
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 04:34:02 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 04:34:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a7c02b

app-admin/cgmanager: Keyword 0.39 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 app-admin/cgmanager/cgmanager-0.39.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/cgmanager/cgmanager-0.39.ebuild 
b/app-admin/cgmanager/cgmanager-0.39.ebuild
index bac57a0..3ca0e31 100644
--- a/app-admin/cgmanager/cgmanager-0.39.ebuild
+++ b/app-admin/cgmanager/cgmanager-0.39.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$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 IUSE="pam selinux"
 
 RDEPEND="sys-libs/libnih[dbus]



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

2016-03-03 Thread Stephen Klimaszewski
commit: 5c1c0c4c5a93100f182887235258e882fa794bbe
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:38:07 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:38:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1c0c4c

media-libs/libepoxy: Keyword 1.3.1 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 media-libs/libepoxy/libepoxy-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-1.3.1.ebuild 
b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
index 3cae16c..2f7bd68 100644
--- a/media-libs/libepoxy/libepoxy-1.3.1.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ if [[ ${PV} = * ]]; then
KEYWORDS="arm hppa ppc64"
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2016-03-03 Thread Brian Dolbec
commit: 31c4df43238b87f1e70dda32b78768db28b7899c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Mar  4 03:59:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Mar  4 03:59:28 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=31c4df43

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds |   4 ++--
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index 9d438e1..29cae50 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -387,11 +387,11 @@
 }, 
 "bman": {
 "fingerprint": [
-"244BA4969531293149F8D52E2085CB468EE88A22"
+"1536F4B372EB9C5411F55C43246D23A210FB0F3E"
 ], 
 "keydir": "bman", 
 "keys": [
-"244BA4969531293149F8D52E2085CB468EE88A22"
+"1536F4B372EB9C5411F55C43246D23A210FB0F3E"
 ], 
 "name": "Aaron Bauman", 
 "nick": "bman", 

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index d6cf078..f678162 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



[gentoo-commits] proj/gkey-seeds:master commit in: /

2016-03-03 Thread Brian Dolbec
commit: fc574103bb41613b39359dd6682347c744795f1d
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Mar  4 03:59:23 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Mar  4 03:59:23 2016 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=fc574103

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds |   4 ++--
 gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index 9d438e1..29cae50 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -387,11 +387,11 @@
 }, 
 "bman": {
 "fingerprint": [
-"244BA4969531293149F8D52E2085CB468EE88A22"
+"1536F4B372EB9C5411F55C43246D23A210FB0F3E"
 ], 
 "keydir": "bman", 
 "keys": [
-"244BA4969531293149F8D52E2085CB468EE88A22"
+"1536F4B372EB9C5411F55C43246D23A210FB0F3E"
 ], 
 "name": "Aaron Bauman", 
 "nick": "bman", 

diff --git a/gentoo-devs.seeds.sig b/gentoo-devs.seeds.sig
index d6cf078..f678162 100644
Binary files a/gentoo-devs.seeds.sig and b/gentoo-devs.seeds.sig differ



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

2016-03-03 Thread Stephen Klimaszewski
commit: c526d36c5015e9a74c2b60631aaa49b5e20d4554
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:56:58 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:56:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526d36c

x11-misc/lightdm: Keyword 1.16.6 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-misc/lightdm/lightdm-1.16.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/lightdm/lightdm-1.16.6.ebuild 
b/x11-misc/lightdm/lightdm-1.16.6.ebuild
index aaee53f..ce3a12a 100644
--- a/x11-misc/lightdm/lightdm-1.16.6.ebuild
+++ b/x11-misc/lightdm/lightdm-1.16.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
 REQUIRED_USE="|| ( gtk kde )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2016-03-03 Thread Stephen Klimaszewski
commit: a5257ff44145fad2a39c66796e0fe334407a747e
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:44:53 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:44:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5257ff4

x11-libs/gtk+: Keyword 3.18.7 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 x11-libs/gtk+/gtk+-3.18.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.18.7.ebuild b/x11-libs/gtk+/gtk+-3.18.7.ebuild
index f31d76f..9b26ddf 100644
--- a/x11-libs/gtk+/gtk+-3.18.7.ebuild
+++ b/x11-libs/gtk+/gtk+-3.18.7.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # FIXME: introspection data is built against system installation of gtk+:3
 # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-opengl/

2016-03-03 Thread Stephen Klimaszewski
commit: 5fe6a0c272a7986b36e1ac86db51a1cb994dbd2a
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:33:25 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:33:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe6a0c2

app-eselect/eselect-opengl: Keyword 1.3.1-r4 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild 
b/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild
index 9c237c0..5db176f 100644
--- a/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild
+++ b/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.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$
 
@@ -21,7 +21,7 @@ 
SRC_URI="https://dev.gentoo.org/~mgorny/dist/opengl.eselect-${PV}.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"



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

2016-03-03 Thread Stephen Klimaszewski
commit: 0dc83bd2ca395fc8de04c4284b1ee3cc43503bd5
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:27:25 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:28:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc83bd2

net-libs/nodejs: Keyword 5.6.0-r1 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 net-libs/nodejs/nodejs-5.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nodejs/nodejs-5.6.0-r1.ebuild 
b/net-libs/nodejs/nodejs-5.6.0-r1.ebuild
index 0c740de..913f2cf 100644
--- a/net-libs/nodejs/nodejs-5.6.0-r1.ebuild
+++ b/net-libs/nodejs/nodejs-5.6.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl test"
 
 RDEPEND="icu? ( >=dev-libs/icu-56:= )



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

2016-03-03 Thread Stephen Klimaszewski
commit: aa0155417db854a8e8ebd2daae2bf724ea56122e
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:21:38 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:27:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa015541

dev-libs/libuv: Keyword 1.8.0 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 dev-libs/libuv/libuv-1.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild 
b/dev-libs/libuv/libuv-1.8.0.ebuild
index efb72d1..82c4950 100644
--- a/dev-libs/libuv/libuv-1.8.0.ebuild
+++ b/dev-libs/libuv/libuv-1.8.0.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$
 
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD BSD-2 ISC MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2016-03-03 Thread Stephen Klimaszewski
commit: b3267726fd9756c9ac18d5c09c55dcb0a0d0df45
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:24:10 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:28:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3267726

net-libs/http-parser: Keyword 2.6.1 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

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

diff --git a/net-libs/http-parser/http-parser-2.6.1.ebuild 
b/net-libs/http-parser/http-parser-2.6.1.ebuild
index bb8cbd2..ae7e9eb 100644
--- a/net-libs/http-parser/http-parser-2.6.1.ebuild
+++ b/net-libs/http-parser/http-parser-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 # https://github.com/nodejs/http-parser/pull/272



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

2016-03-03 Thread Michael Orlitzky
commit: b81b8c799fe2c28d7a3211ed1af2f87f3bd033c3
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Mar  4 01:10:08 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Mar  4 03:19:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81b8c79

dev-lang/php: add new versions of the three supported series.

This adds php-5.5.33, php-5.6.19, and php-7.0.4 -- all bugfix/security
releases. The DESCRIPTION of the new ebuilds was shortened to respect
the 80-character limit. Support for LibreSSL was also added to the 5.6
and 7.0 series in the process.

Gentoo-Bug: 575922

Package-Manager: portage-2.2.26

 dev-lang/php/Manifest  |   4 +-
 .../php/{php-7.0.3.ebuild => php-5.5.33.ebuild}| 516 ++---
 .../php/{php-7.0.3.ebuild => php-5.6.19.ebuild}|  75 +--
 .../php/{php-7.0.3.ebuild => php-7.0.4.ebuild} |  11 +-
 4 files changed, 305 insertions(+), 301 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 855517e..85f52a2 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -2,8 +2,10 @@ DIST php-5.4.45.tar.bz2 12703324 SHA256 
4e0d28b1554c95cfaea6fa2b64aac85433f158ce
 DIST php-5.5.30.tar.bz2 13699702 SHA256 
e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29 SHA512 
9458126f579ace9e2aebdfa7ad7f8d097f1fd502f443d8fd66263ba3c542d579ca9c705e227725fae57e452649a3be7cb717a0330d339b93d3c6c94fa80dbc1f
 WHIRLPOOL 
2aa6c61a48a231d81f6c746f94e42589d87b93d0526f02d6d15f731cbbca4aecdee84b443f7ec1891f2a524939c542ac6f94e15db90a23a8b19523463025d395
 DIST php-5.5.31.tar.bz2 13659002 SHA256 
fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277 SHA512 
b5b44092636bf26898441cfda4007480dcd0d58b72cd5c53d74ad2926fe54bf7e5db995c8ff598f72f1783ecd02aafad6be7d3bbd35dc83300621c7c37d37eca
 WHIRLPOOL 
4d6a4cce634d30454280b08c30e25fdc6c2d2f37a823123372a4b1bc2b0cc5cdb4e10ccdc73e78cfbf243f83184861c8f79fae023fcf291ee102151a28236052
 DIST php-5.5.32.tar.bz2 13685561 SHA256 
b0f2c108db8e05db9f6366aaba9a754fd0ee31f3f86ee889561b608dfd6e92ee SHA512 
1603864e7a98378bb5a7c1592d81029fd7dfe5d2fa88152a9e29484c3c98cd6126a79741657eea3e3295ed1bdeed47527d33981c9ea0df891f137ee8126cce2b
 WHIRLPOOL 
b7b86eec6b03720238bbe698289c6b1aecf920645f166d617fd26166aba8e19a474ff15d482f8f84fd48befc6b6be6c388797bb3f269f5609e71e10be9844759
+DIST php-5.5.33.tar.bz2 13686486 SHA256 
c490b1ed4df596b48eb68f630d89ca512945e2650840e7dace1119cc7e600aa9 SHA512 
a0ac57adcc4b0caec153265a8d1ded8d4d0f71b44f08158feb0add9c8fdd36826767882e85dd03399cf146800eddcb6b6cc1b21051d4fc4371e3f61b1169132b
 WHIRLPOOL 
373c61677adb89506cc4621d1c7a0732f6454a8679a797807631f2286188bb990dfcaf34b4108edf7b1819424100fa0d7060f0f792a65dc5f1c130cfa00e6b45
 DIST php-5.6.14.tar.bz2 14073920 SHA256 
36f295f11641c1839a5df00e693f685fd134c65e8a1d46e8ee0abae8662b2eb0 SHA512 
af0c7fa5c7be15839b1189b2544ff725b935228030087c206f83727e7885750030b10bf2bfbd27adea6f18af90d4ecd3ced9defec88c5f98f7ed26b4e4c57981
 WHIRLPOOL 
8e31fc3dbeb22fa2a59112d2dcbe28f8102c8d5a14fd716d17f909399c06d27a10ea32d43ebd1a12cea78d9fd949ae7c7882628ae0c3abd7354d165107fa0c9d
 DIST php-5.6.17.tar.bz2 14072840 SHA256 
77b45f56a1e63e75bb22b42cfb8b438ec4083c59ce774b4d7c1685544b7add3b SHA512 
706fd31324c98717d44b4db4440a5eaffe24ad34b346ba95418b33ee072b3ddde5d7429d318f69554b4bfcd7dcc0e9e4b07142b539196e9f0ab7707485ad9dbb
 WHIRLPOOL 
02b7ea265b41e9db94a0087bd5baefdd45f3954df12298f1c50340bee5de1f5ea21ec5e1e039741db5cdd19ffd51518775bc17eff5ad8ad138c71fcaacf80af1
 DIST php-5.6.18.tar.bz2 14094993 SHA256 
c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed SHA512 
1f0820d829923404ceae287129afa9c7d7d9c83d6fbf148a65a6ac49224f4cb84e743443c4fadb69d959229123ab7e99816aab40f694d808e64b05bb7238f89e
 WHIRLPOOL 
f4863256dfe3497276ca07b6f01eb5ec046f377e462b5d7d1d11b1e92e99f087b4c55719dace4d5aca1b30794ddd37c9d81b30deb6a913b7c0eeff67ebd74c13
-DIST php-7.0.3.tar.bz2 14011153 SHA256 
826823d754f09c779222a99becf9c53a4dc719dba2d777aca7807c6ca68e6fc6 SHA512 
3a7aa542f53a38499eb126c3d489bed057a5a9b8e4a8fb45a55b1080fc573646615699bd94b03c882e58554b23ac5d6e3aaf54d0b502b9d110e91e69339bd7a0
 WHIRLPOOL 
93952672c05b5b85766f425f8b6cf290dab820e87d01945d145c52b37c9f33f995df40a9ddc00f1660a036cb07000e42c16d9587e9b4137b55bc5f95d3a3190b
+DIST php-5.6.19.tar.bz2 14100438 SHA256 
2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168 SHA512 
c8c2b3bdfc1a8abe834612c33123b4f103e841c230b53934fb7bafe11af7f1175f02ca54c92f33e8e603485e6283897bebb51acc55d1213b7433024684215c14
 WHIRLPOOL 
f026e8779c531f887b1e292e5f1d6eafd0e3ae46f83ae8efb830ad8e0f91d86e5b002dda9e6a02987db6230557ff773d8c52dd2db423d792aed1aca292e5b92b
+DIST php-7.0.4.tar.bz2 14027088 SHA256 
a246c503709c189ba8e1e22ed2cb22abc27da43a997ff1b3318e181baf529dcc SHA512 
9d1dc761cdd9103a91299e01117c1790550e3b94e7694dcc2555d83e5abe3d2170acd6226e8501c5f2a77b5c374b1c9f5ea00d476818c2682a54def86b96
 WHIRLPOOL 

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

2016-03-03 Thread Stephen Klimaszewski
commit: efbbbd06be351445fe1ddd2cee0d22713307aac8
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 03:15:40 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 03:16:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbbbd06

sys-block/zram-init: Keyword 2.7-r1 for ~arm64

Tested on Cortex-A53.

The vendor kernel for the ODROID-C2 is 3.14 based, so this is the only version 
that can be tested, which is why not all versions are keyworded.

Package-Manager: portage-2.2.27

 sys-block/zram-init/zram-init-2.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/zram-init/zram-init-2.7-r1.ebuild 
b/sys-block/zram-init/zram-init-2.7-r1.ebuild
index 6f2cf7a..659c9ed 100644
--- a/sys-block/zram-init/zram-init-2.7-r1.ebuild
+++ b/sys-block/zram-init/zram-init-2.7-r1.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$
 
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DISABLE_AUTOFORMATTING="true"
 DOC_CONTENTS="To use zram, activate it in your kernel and add it to default 
runlevel:



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

2016-03-03 Thread Mike Frysinger
commit: 27fd69f94bec5110e19bbe37547a063527977e96
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Mar  4 03:06:47 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Mar  4 03:06:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fd69f9

app-misc/pax-utils: version bump

 app-misc/pax-utils/Manifest   |  1 +
 app-misc/pax-utils/pax-utils-1.1.6.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index e535843..6074a56 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -9,4 +9,5 @@ DIST pax-utils-1.1.2.tar.xz 627732 SHA256 
49390215f6a4773a9c0a99a6de90ff768d13ce
 DIST pax-utils-1.1.3.tar.xz 627536 SHA256 
b80c923c0231a17aa2db5fce3d81c3b7d061cd8e6b356fecceadb2e9a8ee9bc6 SHA512 
0bd5efe455edfbe06e938fab62f7d452bcefe6f426881bfebc8252bf386807a3f50ffa9cadbf8cf4aa514839ba94d3f28b16fea163ae738ef8fdeed28fe9204c
 WHIRLPOOL 
1730c25bfda22d4523c8d8f30fe01a09790131efbfeae21ef1e1917c8fdcd9f8aa0053194c7f32a254fa70b963594e5f399f79f287793afd5b8b7fbafcafc806
 DIST pax-utils-1.1.4.tar.xz 627880 SHA256 
796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414 SHA512 
9557d0a80c2a94f28760665a258e0670ee2dd585b128d644ea3be310128bfd26db1bc19bed8623cf2c886979d0094ba9b92577b3899d363b5d418986a2f52795
 WHIRLPOOL 
27ab9694528cada62f76592df6414a47af4ceb967871ddfe295be01a3c590ae398612030b28b94025a27f112c8a293a300cc9ddb008082f1c76e8ba3ce2eae1d
 DIST pax-utils-1.1.5.tar.xz 646612 SHA256 
2945b3e4df2e0dc95800bfbd3d88ab2243b2ee4ff064bbfc75734f6d9d986a89 SHA512 
c03c2b867988592ad7ee3fc19cbbe203622a736889aa27a669824f4de670e8d591e1c8477529bd0481e7cdce11e94f8b55d4ef158fe21a6e2baf43b09f33b5b7
 WHIRLPOOL 
3e54a9d0b30aae9017f2706ea8f79c901de2105e52779e765aa497db40cbcb52d7b90570d9373d246a0338d16eaeab5a75ff9019639082f22b2e7ca1a6b2a544
+DIST pax-utils-1.1.6.tar.xz 647308 SHA256 
f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12 SHA512 
c5bdb3ee076c5f4d026f811a59329014c539e3bb3ab45aec92564dcc4abcedaebc50bec55c37aeccfe9e31c554ec7789426fcb3d6f67a8d805843f32c5993f94
 WHIRLPOOL 
6addfc63dd821a3a0f1ebb2f0545bf81b933bed7aa4950efc51c4af3c8a9dd2263fe09c469bb371a5cb7ae239db646876548a2c21b08c1ed87dd974228eb2679
 DIST pax-utils-1.1.tar.xz 627392 SHA256 
97ed475ae9f91cf5ca47eeb39abe6033db77e480469dad7c7823ed16be2475ad SHA512 
24569a8bbcd635b163f1dc84d4a74dac2e89fc5a18bdb0ead8db78dde5f0661f3d4d51118818f028bc5359447a2d9156ab394ffb26b5c64e377f3bf4536cecb5
 WHIRLPOOL 
e5d1782904bd31ad93e09486ee01bf0af7a33db7bde6eaefdfeaaa462632b1f66633065509b7b79bf493030b0c104472446f7aaf7fbc549564715ffebe5eeb38

diff --git a/app-misc/pax-utils/pax-utils-1.1.6.ebuild 
b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
new file mode 100644
index 000..a4062ef
--- /dev/null
+++ b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit eutils toolchain-funcs unpacker
+
+DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties"
+HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
+SRC_URI="mirror://gentoo/${P}.tar.xz
+   http://dev.gentoo.org/~solar/pax/${P}.tar.xz
+   http://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="caps debug python seccomp"
+
+RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
+   python? ( dev-python/pyelftools )
+   seccomp? ( sys-libs/libseccomp )"
+DEPEND="${RDEPEND}
+   caps? ( virtual/pkgconfig )
+   seccomp? ( virtual/pkgconfig )
+   app-arch/xz-utils"
+
+_emake() {
+   emake \
+   USE_CAP=$(usex caps) \
+   USE_DEBUG=$(usex debug) \
+   USE_PYTHON=$(usex python) \
+   USE_SECCOMP=$(usex seccomp) \
+   "$@"
+}
+
+src_configure() {
+   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
+   if use prefix || ! use kernel_linux || \
+  has_version '

[gentoo-commits] proj/pax-utils: New tag: v1.1.6

2016-03-03 Thread Mike Frysinger
commit: 
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Mar  4 03:07:12 2016 +

New tag: v1.1.6




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

2016-03-03 Thread Mike Gilbert
commit: d8200ae42b003ba56dea4d6ea8f3ff9df7ec4171
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Mar  4 02:44:08 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Mar  4 02:44:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8200ae4

www-client/chromium: Cleanup old versions

Package-Manager: portage-2.2.27_p64

 www-client/chromium/Manifest  |   3 -
 www-client/chromium/chromium-48.0.2564.116.ebuild | 690 -
 www-client/chromium/chromium-49.0.2623.0.ebuild   | 693 --
 www-client/chromium/chromium-49.0.2623.28.ebuild  | 693 --
 4 files changed, 2079 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 1b8df3e..2a89856 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1 @@
-DIST chromium-48.0.2564.116.tar.xz 432321192 SHA256 
6a1eb9b4c853f15eeec0a55af7ac3b41835f0fc592ba6c0a500873cb12a84d0f SHA512 
22c653580c1320b00e56a8b055e215b0292518af52e2d7e24b0610950ef1457a03dcec62b5417dd2e1021a2cf42b06d38b2249ee39d97aa662728f4972c54fc6
 WHIRLPOOL 
c904185cb2e476bc253474e5ba044153bae1489a1e783bd38cd739409d46d0aa410a84553624b97e8261b1ba6ea0d6ce176703d566305634c8d8679e62c207d4
-DIST chromium-49.0.2623.0.tar.xz 452249352 SHA256 
1637e2d16c233c75c4c4094bb83af9f8ef5add2d84a1df544ad08f53d7958357 SHA512 
3f1ca7cedc121fc09823a9ecd0d8a544a0ce7561e7d9e9c5c97bfab7a0d3157ede0377ace4ae124a755844eae33d551efc07b52cb55e06ffaf54749539f55edc
 WHIRLPOOL 
06c7f034bc007a2fe04bab8323000bcaad058a2395cf7d6affcac682466f8a81e32a5fc231ab8e8851ea4f183dae51eb0842bf352c70fea2b90d2e3d6ffb39ef
-DIST chromium-49.0.2623.28.tar.xz 452236624 SHA256 
88e15a295fd584424603a3aac0f39fdb66223f2e35284ec20487bf693873efb2 SHA512 
b63df71e45fb12b012d25ec2d3de66006e4597b88b814d44aa595e3762f8405f6242758729909d378fa3010634b65829d46172b07eec7639e6b65432ad5a4f63
 WHIRLPOOL 
62405dfd90ca731c5e8fe0d816473506fb30956493f303e55d1af8cca6604af58ac9f1a247fa774bad2db0591e7000a795d54e2e6bc4171bef16fabd92c7a0ac
 DIST chromium-49.0.2623.75.tar.xz 452264916 SHA256 
a4fd4c85b12b021789d8afc33b27555396e47d9f67c8a062ee3609c4d6b582f5 SHA512 
694f0ccd0a4ff10d8b19e52defb48f6d47daeaa47013f01c2924251f3c6ebaccb20813379c3b7dd6fd939138f25122ed7d1a56e1a6b80309aca65b6c854768fa
 WHIRLPOOL 
00d5b37f425714e4bcb2b563759a8a7b084dc01b7abe6e90f21a3aa470c42944675b5a875e3e918506469cb6cd870038791566ad647b26bd4b11502beb97ecad

diff --git a/www-client/chromium/chromium-48.0.2564.116.ebuild 
b/www-client/chromium/chromium-48.0.2564.116.ebuild
deleted file mode 100644
index 91a3864..000
--- a/www-client/chromium/chromium-48.0.2564.116.ebuild
+++ /dev/null
@@ -1,690 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh_CN zh_TW"
-
-inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
-   portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD hotwording? ( no-source-code )"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos 
neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc 
widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-REQUIRED_USE="gn? ( kerberos !system-ffmpeg )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-RDEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
-   dev-libs/expat:=
-   dev-libs/glib:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.14.3:=
-   gnome? ( >=gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   media-libs/libexif:=
-   media-libs/speex:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= )
-   sys-apps/dbus:=
-   sys-apps/pciutils:=
-   >=sys-libs/libcap-2.22:=
-   virtual/udev
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:=
-   gtk3? ( x11-libs/gtk+:3= )
-   !gtk3? ( x11-libs/gtk+:2= )
-   x11-libs/libdrm
-   x11-libs/libX11:=
-   

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

2016-03-03 Thread Mike Gilbert
commit: 803531857196864988838036e52f5b255e855c42
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Mar  4 02:41:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Mar  4 02:41:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80353185

net-p2p/transmission: Bump to 2.90

Also modernize the init script.

Package-Manager: portage-2.2.27_p64

 net-p2p/transmission/Manifest  |   1 +
 .../files/transmission-daemon.initd.10 |  43 ++
 net-p2p/transmission/transmission-2.90.ebuild  | 158 +
 3 files changed, 202 insertions(+)

diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifest
index 7de950d..13521d0 100644
--- a/net-p2p/transmission/Manifest
+++ b/net-p2p/transmission/Manifest
@@ -1 +1,2 @@
 DIST transmission-2.84.tar.xz 3077836 SHA256 
a9fc1936b4ee414acc732ada04e84339d6755cd0d097bcbd11ba2cfc540db9eb SHA512 
d6c2b17e7f8180a41ac70f5b503dfdb0353c6419db25df1b393b18c987c56fda9e2fd4c3f4cda7f08c301877bd0b4711842c28121cee87f5792cc6c29a3d
 WHIRLPOOL 
375f9c981d9d2ac308896e8b7d66d3643796c8e97d64a1e0d6fd2bffaafa55988b90ddb4eb98330edf062e835c0c5ce76749e7e66bf6806333673beb7569f342
+DIST transmission-2.90.tar.xz 3377720 SHA256 
69ff8caf81684155926f437f46bf7df1b1fb304f52c7809f546257e8923f2fd2 SHA512 
09c8e90cb1c7b508e3956d294ba9b5f01b4093c9f934c76d7515e96915c657b97f02819e1365dbbfecbdf489ae5757346d8bb2dd8e0070c304af434006495fda
 WHIRLPOOL 
a51a86603ddf208c73b6e86a05eda2d90636407c7c716fb959fa460a72908aafe2d82f46c1fe3d7afda52ba845d73924d0f26f107a2446644809f7cfd5985275

diff --git a/net-p2p/transmission/files/transmission-daemon.initd.10 
b/net-p2p/transmission/files/transmission-daemon.initd.10
new file mode 100644
index 000..7acb222
--- /dev/null
+++ b/net-p2p/transmission/files/transmission-daemon.initd.10
@@ -0,0 +1,43 @@
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+command="/usr/bin/transmission-daemon"
+extra_started_commands="reload"
+description="Transmission is a fast, easy and free bittorrent client"
+description_start="Start transmission-daemon server and web interface"
+description_stop="Stop transmission-daemon server and web interface"
+description_reload="Reload transmission-daemon settings"
+
+rundir=${rundir:-/var/run/transmission}
+pidfile=${pidfile:-${rundir}/transmission.pid}
+config_dir=${config_dir:-/var/lib/transmission/config}
+download_dir=${download_dir:-/var/lib/transmission/downloads}
+logfile=${logfile:-/var/log/transmission/transmission.log}
+runas_user=${runas_user:-transmission:transmission}
+
+retry="TERM/45/QUIT/15"
+
+start_pre() {
+   command_args="
+   --config-dir ${config_dir}
+   --download-dir ${download_dir}
+   --pid-file ${pidfile}
+   ${TRANSMISSION_OPTIONS}
+   "
+   command_user="${runas_user}"
+
+   checkpath -d -o ${runas_user} "${rundir}" /var/lib/transmission 
"${config_dir}" "${download_dir}" || return
+
+   if [ "${logfile}" != syslog ]; then
+   checkpath -d -o ${runas_user} /var/log/transmission || return
+   command_args="${command_args} --logfile ${logfile}"
+   fi
+}
+
+reload() {
+   ebegin "Reloading ${RC_SVCNAME}"
+   start-stop-daemon --signal HUP --exec "${command}" --pidfile 
"${pidfile}"
+   eend $?
+}

diff --git a/net-p2p/transmission/transmission-2.90.ebuild 
b/net-p2p/transmission/transmission-2.90.ebuild
new file mode 100644
index 000..96c12ef
--- /dev/null
+++ b/net-p2p/transmission/transmission-2.90.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools fdo-mime gnome2-utils qmake-utils systemd user
+
+DESCRIPTION="A Fast, Easy and Free BitTorrent client"
+HOMEPAGE="http://www.transmissionbt.com/;
+SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.xz;
+
+# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for 
the rest
+# transmission in licenses/ is for mentioning OpenSSL linking exception
+# MIT is in several libtransmission/ headers
+LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
+SLOT=0
+IUSE="ayatana gtk libressl lightweight systemd qt4 qt5 xfs"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+
+RDEPEND=">=dev-libs/libevent-2.0.10:=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   net-libs/libnatpmp:=
+   >=net-libs/miniupnpc-1.7:=
+   >=net-misc/curl-7.16.3:=[ssl]
+   sys-libs/zlib:=
+   gtk? (
+   >=dev-libs/dbus-glib-0.100:=
+   >=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.4:3=
+   ayatana? ( >=dev-libs/libappindicator-0.4.90:3= )
+   )
+   systemd? ( sys-apps/systemd:= )
+   qt4? (
+  

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

2016-03-03 Thread Stephen Klimaszewski
commit: dba6f53c7becc3acc34bf9d62ab385bb06d6da0a
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 02:30:29 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 02:30:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba6f53c

sys-devel/clang: Keyword 3.7.1-r100 for ~arm64

Tested on Cortex-A53.  3.8 is still masked, so keyword not added to it.

Package-Manager: portage-2.2.27

 sys-devel/clang/clang-3.7.1-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild 
b/sys-devel/clang/clang-3.7.1-r100.ebuild
index 1ba7a70..4df2d9f 100644
--- a/sys-devel/clang/clang-3.7.1-r100.ebuild
+++ b/sys-devel/clang/clang-3.7.1-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.7"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug multitarget python +static-analyzer"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"



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

2016-03-03 Thread Anthony G. Basile
commit: ed422ec6fbe0d9dc8b4af8463541d0a18c820ec9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar  4 02:38:42 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar  4 02:38:42 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=ed422ec6

tools-hardened: fix stage names in template

 tools-hardened/run-systemd.sh  | 5 +++--
 tools-hardened/stage-all.conf.template | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/tools-hardened/run-systemd.sh b/tools-hardened/run-systemd.sh
old mode 100644
new mode 100755
index 94c57d1..1160d42
--- a/tools-hardened/run-systemd.sh
+++ b/tools-hardened/run-systemd.sh
@@ -13,11 +13,12 @@ prepare_confs() {
 local pstage=stage${p}
 
 local parch="${arch}"
-  [[ "${arch}" == "i686" ]] && parch="x86"
+[[ "${arch}" == "i686" ]] && parch="x86"
 
 cat stage-all.conf.template | \
   sed -e "s:\(^version_stamp.*$\):\1-${mydate}:" \
--e "s:STAGE:${cstage}:g" \
+-e "s:CSTAGE:${cstage}:g" \
+-e "s:PSTAGE:${pstage}:g" \
 -e "s:SARCH:${arch}:g" \
 -e "s:PARCH:${parch}:g" \
 >  stage${s}-${arch}-systemd.conf

diff --git a/tools-hardened/stage-all.conf.template 
b/tools-hardened/stage-all.conf.template
index 942ddc7..5e4cb39 100644
--- a/tools-hardened/stage-all.conf.template
+++ b/tools-hardened/stage-all.conf.template
@@ -1,7 +1,7 @@
 subarch: SARCH
-target: STAGE
+target: CSTAGE
 version_stamp: systemd
 rel_type: systemd/SARCH
 profile: default/linux/PARCH/13.0/systemd
 snapshot: current
-source_subpath: systemd/SARCH/STAGE-SARCH-systemd
+source_subpath: systemd/SARCH/PSTAGE-SARCH-systemd



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

2016-03-03 Thread Stephen Klimaszewski
commit: 5898ab20a0a534e632058a53ed615e7c399b1fcd
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 02:20:40 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 02:21:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5898ab20

www-client/pybugz: Keyword 0.12.1 for ~arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 www-client/pybugz/pybugz-0.12.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/pybugz/pybugz-0.12.1.ebuild 
b/www-client/pybugz/pybugz-0.12.1.ebuild
index 3445cef..5d5c9ed 100644
--- a/www-client/pybugz/pybugz-0.12.1.ebuild
+++ b/www-client/pybugz/pybugz-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ if [ "${PV}" = "" ]; then
inherit git-r3
 else
SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
inherit vcs-snapshot
 fi
 



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

2016-03-03 Thread Anthony G. Basile
commit: eb5b8d1689318ea5ef05abd68102ff0f7e206e24
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar  4 02:27:17 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar  4 02:27:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5b8d16

dev-util/catalyst: 2.0.18-r2 stable on amd64

Package-Manager: portage-2.2.26

 dev-util/catalyst/catalyst-2.0.18-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/catalyst/catalyst-2.0.18-r2.ebuild 
b/dev-util/catalyst/catalyst-2.0.18-r2.ebuild
index 8405874..1e8d79e 100644
--- a/dev-util/catalyst/catalyst-2.0.18-r2.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.18-r2.ebuild
@@ -15,7 +15,7 @@ else
https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2
https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2
https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
 fi
 
 PYTHON_COMPAT=( python2_7 )



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

2016-03-03 Thread Stephen Klimaszewski
commit: 1aa83fbfe8bdba5af3c1d27644357cf373650f31
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 02:15:36 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 02:16:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa83fbf

net-analyzer/nmap: Mark 7.01 ~arm64

Tested on Cortex-A53.  Caveat that only "ipv6 ncat ndiff nls nping nse ssl" 
useflags have been tested.

Package-Manager: portage-2.2.27

 net-analyzer/nmap/nmap-7.01.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nmap/nmap-7.01.ebuild 
b/net-analyzer/nmap/nmap-7.01.ebuild
index f4f4ffc..1010116 100644
--- a/net-analyzer/nmap/nmap-7.01.ebuild
+++ b/net-analyzer/nmap/nmap-7.01.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$
 
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="ipv6 libressl +nse system-lua ncat ndiff nls nmap-update nping ssl 
zenmap"
 NMAP_LINGUAS=( de fr hi hr it ja pl pt_BR ru zh )



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

2016-03-03 Thread Stephen Klimaszewski
commit: a896c78c676830f44d6c6d0734564eb0deb8de4d
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 02:11:18 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 02:16:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a896c78c

dev-libs/liblinear: Keyword 210-r1 for arm64

Tested on Cortex-A53

Package-Manager: portage-2.2.27

 dev-libs/liblinear/liblinear-210-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liblinear/liblinear-210-r1.ebuild 
b/dev-libs/liblinear/liblinear-210-r1.ebuild
index 34894b9..679f165 100644
--- a/dev-libs/liblinear/liblinear-210-r1.ebuild
+++ b/dev-libs/liblinear/liblinear-210-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/3"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="blas"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/, dev-util/catalyst/files/

2016-03-03 Thread Anthony G. Basile
commit: 468965432fa32bccb02a594a733b40e22ab6214b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar  4 02:25:30 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar  4 02:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46896543

dev-util/catalyst: version bump to 2.0.18-r2

Package-Manager: portage-2.2.26

 dev-util/catalyst/catalyst-2.0.18-r2.ebuild| 119 +
 .../files/catalyst-2.0.18-fix-quotes.patch |  38 +++
 2 files changed, 157 insertions(+)

diff --git a/dev-util/catalyst/catalyst-2.0.18-r2.ebuild 
b/dev-util/catalyst/catalyst-2.0.18-r2.ebuild
new file mode 100644
index 000..8405874
--- /dev/null
+++ b/dev-util/catalyst/catalyst-2.0.18-r2.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} == ** ]]; then
+   SRC_ECLASS="git-2"
+   EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git"
+   EGIT_MASTER="master"
+   S="${WORKDIR}/${PN}"
+else
+   SRC_URI="mirror://gentoo/${P}.tar.bz2
+   https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
+   https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2
+   https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2
+   https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils multilib python-single-r1 ${SRC_ECLASS}
+
+DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
+HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ccache kernel_linux"
+
+DEPEND="
+   app-text/asciidoc
+   ${PYTHON_DEPS}
+"
+RDEPEND="
+   app-arch/lbzip2
+   app-crypt/shash
+   app-arch/tar[xattr]
+   virtual/cdrtools
+   amd64? ( >=sys-boot/syslinux-3.72 )
+   ia64? ( sys-fs/dosfstools )
+   x86? ( >=sys-boot/syslinux-3.72 )
+   ccache? ( dev-util/ccache )
+   kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
+   ${PYTHON_DEPS}
+"
+
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+PATCHES=(
+   "${FILESDIR}/catalyst-2.0.18-Do-notuntarwith--acls.patch"
+   "${FILESDIR}/catalyst-2.0.18-fix-quotes.patch"
+)
+
+pkg_setup() {
+   if use ccache ; then
+   einfo "Enabling ccache support for catalyst."
+   else
+   ewarn "By default, ccache support for catalyst is disabled."
+   ewarn "If this is not what you intended,"
+   ewarn "then you should add ccache to your USE."
+   fi
+
+   echo
+   einfo "The template spec files are now installed by default.  You can 
find"
+   einfo "them under /usr/share/doc/${PF}/examples"
+   einfo "and they are considered to be the authorative source of 
information"
+   einfo "on catalyst."
+   echo
+
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   epatch "${PATCHES[@]}"
+}
+
+src_install() {
+   insinto /usr/$(get_libdir)/${PN}
+   exeinto /usr/$(get_libdir)/${PN}
+   doexe catalyst || die "copying catalyst"
+
+   if [[ ${PV} == 3.* ]]; then
+   doins -r modules files || die "copying files"
+   else
+   doins -r arch modules livecd || die "copying files"
+   fi
+
+   for x in targets/*; do
+   exeinto /usr/$(get_libdir)/${PN}/$x
+   doexe $x/* || die "copying ${x}"
+   done
+
+   # Here is where we actually enable ccache
+   use ccache && \
+   sed -i -e 's:options="autoresume kern:options="autoresume 
ccache kern:' \
+   files/catalyst.conf
+
+   sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
+   files/catalyst.conf
+
+   make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
+   insinto /etc/catalyst
+   doins files/catalyst.conf files/catalystrc || die "copying 
configuration"
+   insinto /usr/share/doc/${PF}/examples
+   doins examples/* || die
+   dodoc README AUTHORS
+   doman files/catalyst.1 files/catalyst-spec.5
+
+   python_fix_shebang "${ED}usr/$(get_libdir)/catalyst/catalyst"
+   python_optimize "${ED}"
+}
+
+pkg_postinst() {
+   einfo "You can find more information about catalyst by checking out the"
+   einfo "catalyst project page at:"
+   einfo "https://www.gentoo.org/proj/en/releng/catalyst/index.xml;
+}

diff --git a/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch 
b/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch
new file mode 100644
index 000..ccaffbe
--- /dev/null
+++ b/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch
@@ -0,0 +1,38 @@
+From 1eabce3a9c15c5caf022e71c1959e8c8f4819fad Mon Sep 17 00:00:00 2001
+From: 

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

2016-03-03 Thread Stephen Klimaszewski
commit: f0592ef359cf94d567cbb19cb52cb7171d30c3c6
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 01:58:55 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 01:58:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0592ef3

profiles: Remove X and gtk from use.mask

Keywording still needs to happen for packages, but things seem to work, so lets
stop masking X and gtk.

 profiles/arch/arm64/use.mask | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index f2b2cbc..6396a68 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -148,7 +148,6 @@ gts
 anthy
 ace
 csharp
-gtk
 qt4
 qt5
 R
@@ -156,7 +155,6 @@ sdl
 slang
 tk
 vim-syntax
-X
 
 # 2006/02/05 - Donnie Berkholz 
 # Modular X: mask for architectures on which they aren't available



[gentoo-commits] proj/catalyst:2.X commit in: targets/support/

2016-03-03 Thread Anthony G. Basile
commit: 1eabce3a9c15c5caf022e71c1959e8c8f4819fad
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar  4 01:48:43 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar  4 01:48:43 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1eabce3a

targets/support/chroot-functions.sh: correct quotes to allow expansion of $1

This is a backport of commit b2473eff.  The single quotes prevented the proper
expansion of $1 in setup_pkgmgr().  Since this is usually called as
`setup_pkgmgr "build"` during stage1 builds, it is surprising this was
not caught earlier.

 targets/support/chroot-functions.sh | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index 3b7f77b..6c1a31c 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -172,12 +172,12 @@ setup_pkgmgr(){
# Use --update or portage might just waste time/cycles and reinstall 
the same version.
# Use --newuse to make sure it rebuilds with any changed use flags.
if [ -n "$1" ];then
-   echo "Adding USE='${USE} $1' to make.conf for portage build"
-   [ -e /etc/portage/make.conf ] && echo 'USE="${USE} $1"' >> 
/etc/portage/make.conf
+   echo "Adding USE=\"${USE} $1\" to make.conf for portage build"
+   [ -e /etc/portage/make.conf ] && echo "USE=\"\${USE} $1\"" >> 
/etc/portage/make.conf
run_merge --oneshot --update --newuse sys-apps/portage
-   sed -i '/USE="${USE} $1"/d' /etc/portage/make.conf
+   sed -i "/USE=\"\${USE} $1\"/d" /etc/portage/make.conf
else
-   echo "Updating portage with USE='${USE}'"
+   echo "Updating portage with USE=\"${USE}\""
run_merge --oneshot --update --newuse sys-apps/portage
fi
 }



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

2016-03-03 Thread Mike Pagano
commit: 5f4bd399caffd8cf47e4e47b816c2fcf6605b58f
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Mar  4 00:34:28 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Mar  4 00:34:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4bd399

sys-kernel/gentoo-sources: Linux patch 3.14.63

Package-Manager: portage-2.2.26

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c4ebbeb..45ff056 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -42,6 +42,9 @@ DIST genpatches-3.14-68.extras.tar.xz 18268 SHA256 
28ccde71dae2369d818357074bedf
 DIST genpatches-3.14-69.base.tar.xz 1169648 SHA256 
531b3ca9e0eb4966d29a7c2cb9f7381e04e565f9f456868d7b757103d479f0d7 SHA512 
1bf3fb78568a25de5bc7466edae2d9e7f66ec3bb15c1a54566cb8b2110cc0db71abe6631516f40f8567f9e7a66c5ac7dc2993a9ab0e468085abf1c535b617cdd
 WHIRLPOOL 
a0fa9d5cdd88cc9330e4d95ddce9ab24cef538e9c1cf7bfadd10fccad521f963f353bf0745ceb84d319f6afb74015c3cd8532a8562441fa0069e90d4adcb7d9b
 DIST genpatches-3.14-69.experimental.tar.xz 60308 SHA256 
a9bea317c6664a776786bf3217d13d6bfcbe84d15a19cd72401b372b0ea8f19b SHA512 
52f91e69f840f9cd4621c11747bcb4fe3c311b5d90af2efc25eadef4a7b9d54d4fd16431a087ff7a3668e85054956890cf12d92930356e7801dbeef2a4172d96
 WHIRLPOOL 
77b792954914ce3e568a44046957dcd1508faa64b392d28ac1f4661145d326c43cdaba3bfff61f23cff397e596b1aecea37905993dccd5a2231a93972cac47ca
 DIST genpatches-3.14-69.extras.tar.xz 18252 SHA256 
f8ccd50dafb3995c51f059aac5ce27ea847f82604f89a2750d53e99768cf54c8 SHA512 
4b59f7c2a3a71972e3de852ab3e4236c5fef01fde348a97a3bb2dba336f7937aa1739a7ece4c8b74d41e00dffc7374ce5ca095386580e5fb58d7e02c734edee3
 WHIRLPOOL 
d8943dfdc86e0418926bdc5c1a6235958871c8e70f3c0d4bd1099454842b1bd616a13c8a320b420ff8e224afbf778f1673a1afc1c8d4b012dfd1522bd652d6d2
+DIST genpatches-3.14-70.base.tar.xz 1197048 SHA256 
6db1680db7ab7068252cfe3034fc05ab41e5e5f26f7419f87cde9245de2cebd5 SHA512 
83a78c09df604c578d933f5fa10d23a31e68332e17e5624bbb549c2c7bac8e8dc33566503c9adba21054f1755d0c264a7204af1d3abb77236f42d9c1f8f24ef4
 WHIRLPOOL 
130a4153bcb01d07f6a938fe5ab939b22f279def87e0313e57ffb1852d19d06e80e971482338138453fa8b52a7d60f2101bf2f4a22b657d0b4f63d9d5ed1ffa8
+DIST genpatches-3.14-70.experimental.tar.xz 60304 SHA256 
cf3e1f60e9aee30fd7a71cbaf2d8b3c821402fa004134131003c6d09865962bc SHA512 
cf6b5b6ed5a70fa46e09867f15c4691167f15e02cd137450ed132fc8fbb1e4f099238b2a5046bd77a5e09bb17c6e72a866706d443984ce797a53ba29627a5ff3
 WHIRLPOOL 
f9349d3ecdbe48294b8b5040e3286c847ac0211722a9baef5418d85d61780a6a16770a9c89aa4e5231d3ffcf7ae7d5fafd7eddde85e9df6cd49dc0e9bec40ddf
+DIST genpatches-3.14-70.extras.tar.xz 18268 SHA256 
0359415a1f8181629211782c6abfc3f2c0aff6f6ffa22792bad279804e1611fd SHA512 
cd0ad228377e22985b325fc34d116db9ce7e3f2e096952c8da4af5abe4b32608853e7825286c8c08aad9cc455dd18e8b24cb4d1af0f0fa8b66b2ddcdfdb09f55
 WHIRLPOOL 
f7bacb0b34dbbff2456f61528f4e3b1eb51f970d94c60399618f6ee1182b6322f30239520b3ab4efdb180b996b58c1a253dbba4931190e9ea473f1a0d384a662
 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.63.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.14.63.ebuild
new file mode 100644
index 000..6823c62
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.63.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="70"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

  1   2   3   >