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

2015-12-05 Thread Anthony G. Basile
commit: 785c10fb2c1d86ac6b4da38a05e0c4c212e44f52
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec  6 06:19:35 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec  6 06:19:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785c10fb

profiles: mask =sys-apps/busybox-1.24* on uclibc, bug #567598

 profiles/default/linux/uclibc/package.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/default/linux/uclibc/package.mask 
b/profiles/default/linux/uclibc/package.mask
index 7aabfa8..7ec9f29 100644
--- a/profiles/default/linux/uclibc/package.mask
+++ b/profiles/default/linux/uclibc/package.mask
@@ -6,6 +6,9 @@ sys-libs/musl
 sys-libs/glibc
 sys-libs/pam
 
+# busybox-1.24 is broken on uclibc, bug #567598
+=sys-apps/busybox-1.24*
+
 # DT_RUNPATH is broken on uclibc, bug #561684
 >sys-devel/binutils-config-4-r2
 



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

2015-12-05 Thread Hans de Graaff
commit: 31f22320a816a86073a9cc27dfcb97ccbc7d6b6a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 07:20:25 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 07:20:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f22320

app-text/ronn: fix bug 567544

Package-Manager: portage-2.2.20.1

 app-text/ronn/ronn-0.7.3-r2.ebuild | 2 ++
 app-text/ronn/ronn-0.7.3-r3.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-text/ronn/ronn-0.7.3-r2.ebuild 
b/app-text/ronn/ronn-0.7.3-r2.ebuild
index 6146741..7698145 100644
--- a/app-text/ronn/ronn-0.7.3-r2.ebuild
+++ b/app-text/ronn/ronn-0.7.3-r2.ebuild
@@ -24,6 +24,8 @@ ruby_add_rdepend "
>=dev-ruby/mustache-0.7.0
>=dev-ruby/rdiscount-1.5.8"
 
+ruby_add_bdepend ">=dev-ruby/hpricot-0.8.2 >=dev-ruby/rdiscount-1.5.8"
+
 all_ruby_prepare() {
# Avoid test failing due to changes in hash handling in ruby 1.8.7:
# https://github.com/rtomayko/ronn/issues/56

diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild 
b/app-text/ronn/ronn-0.7.3-r3.ebuild
index 88112fe..d242b05 100644
--- a/app-text/ronn/ronn-0.7.3-r3.ebuild
+++ b/app-text/ronn/ronn-0.7.3-r3.ebuild
@@ -24,6 +24,8 @@ ruby_add_rdepend "
>=dev-ruby/mustache-0.7.0
>=dev-ruby/rdiscount-1.5.8"
 
+ruby_add_bdepend ">=dev-ruby/hpricot-0.8.2 >=dev-ruby/rdiscount-1.5.8"
+
 all_ruby_prepare() {
# Avoid test failing due to changes in hash handling in ruby 1.8.7:
# https://github.com/rtomayko/ronn/issues/56



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

2015-12-05 Thread Hans de Graaff
commit: a99f9d6a1433812ed99b709137eb4b7fc292959c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 07:42:16 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 07:42:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99f9d6a

dev-db/mysql-workbench: fix bug 567234

Make sure boost has NLS support.

Package-Manager: portage-2.2.20.1

 dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild | 2 +-
 dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild 
b/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild
index 28d9faa..5da719f 100644
--- a/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild
+++ b/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild
@@ -36,7 +36,7 @@ CDEPEND="${PYTHON_DEPS}
gnome-base/libglade:2.0
>=x11-libs/cairo-1.5.12[glib,svg]
dev-libs/libsigc++:2
-   dev-libs/boost
+   dev-libs/boost[nls]
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
dev-libs/libzip

diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild 
b/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild
index 4ff41e5..d5914d6 100644
--- a/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild
+++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild
@@ -36,7 +36,7 @@ CDEPEND="${PYTHON_DEPS}
gnome-base/libglade:2.0
>=x11-libs/cairo-1.5.12[glib,svg]
dev-libs/libsigc++:2
-   >=dev-libs/boost-1.55.0
+   >=dev-libs/boost-1.55.0[nls]
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
dev-libs/libzip



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

2015-12-05 Thread Anthony G. Basile
commit: 237f5f6e05558cee1ea2dc1ae3d7ac71936d4a30
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec  6 06:03:23 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec  6 06:15:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237f5f6e

profiles: mask =dev-libs/libressl-2.3* for bug #567554.

Support for SSLv3 has been dropped in 2.3.0 and above and its not
coming back.  It is insecure and packages requiring it need to be
fixed.  So we'll mask libressl-2.3* until we do.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 23582be..3c30c61 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Anthony G. Basile  (06 Dec 2015)
+# Masked until we deal with SSLv3, bug #567554
+=dev-libs/libressl-2.3*
+
 # Ian Delaney  (06 Dec 2015)
 # Masked due to support of the hypervisor dropped in arch x86
 # rdep packages use.masked for xen under arch



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

2015-12-05 Thread Anthony G. Basile
commit: 0e559eb7916f17470f3f5cb3bdd85d5637961230
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Dec  6 05:51:35 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Dec  6 05:53:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e559eb7

net-libs/libmicrohttpd: remove --disable-spdy, bug #567620.

Package-Manager: portage-2.2.20.1

 net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild
index a988b4a..6133df5 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild
@@ -36,7 +36,6 @@ src_configure() {
--enable-bauth \
--enable-dauth \
--disable-examples \
-   --disable-spdy \
--enable-postprocessor \
--runstatedir=/run \
$(use_enable epoll) \



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

2015-12-05 Thread Hans de Graaff
commit: b047dae4d36b853def389c03bbf0cc6dd98af1d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 07:01:09 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 07:01:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b047dae4

dev-ruby/nio4r: also add ~arm to latest versions

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/nio4r/nio4r-1.1.1.ebuild 
b/dev-ruby/nio4r/nio4r-1.1.1.ebuild
index 967882e..da91ab7 100644
--- a/dev-ruby/nio4r/nio4r-1.1.1.ebuild
+++ b/dev-ruby/nio4r/nio4r-1.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/celluloid/nio4r;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note that nio4r bundles a patched copy of libev, and without these



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

2015-12-05 Thread Hans de Graaff
commit: 449d188bb0cde09617c731504aea225da60683d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 06:49:56 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 06:49:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449d188b

dev-ruby/sshkit: add 1.8.1

Package-Manager: portage-2.2.20.1

 dev-ruby/sshkit/Manifest|  1 +
 dev-ruby/sshkit/sshkit-1.8.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index ba3495c..ca420c9 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,2 +1,3 @@
 DIST sshkit-1.7.1.gem 136192 SHA256 
69d38907dc35e21412fc143443c569c3b6a60247164507edd730557e583c0788 SHA512 
55d1ac6d4f76112b9159ae2a6bc425fa54738943ffa28b94300012c8af2d69c7b060dd00adb3789940cd29f52a384edc1cfdf9a26189e0307f2662c1b7a7e1f4
 WHIRLPOOL 
5b9ec3772e8f79960d5cc5328ccdac943c820e55c053c689baefa5ed99bee5e5a4bae2e18e69272cc7a74897110f94502d13bb18f5de1545a3ca394518a44b55
 DIST sshkit-1.8.0.gem 152576 SHA256 
e235dbc8ad3854141242cd1a1ee9ac4062eabe5a7be8a2fc8cb5512cd53bb8cd SHA512 
437d4c46f599e786bdffcdd38d15d0f8645b1435bd49c1797dc872887f09f56cfff3f2803b5b60a5be954e2cb2b9aab35ef099e1f3da1264ccc8f78ccf2bd40c
 WHIRLPOOL 
9c07a0ce73cf36c07760839cea693618b761f5bee17588df6a3d6b4710c71d9f209fd73a8343b97f5953c004812b7292e5048abbd327a22b95a9e95b040eeec7
+DIST sshkit-1.8.1.gem 139264 SHA256 
ff272ca4d54fcdfab2874c70de3d4e26846762e091f83d2bbfaa96ecaa8c0617 SHA512 
59fcc3f24d6ca6c7acf8f753959aee993dbbcd452477f3124d5444f7e19a9885efde9d5ea5803ffc366b9f6638a4d93472cc51b343a6d7a39a708528def6e9e9
 WHIRLPOOL 
48c35a2dbd3b820dccb69b366903e803ff4eb62d250aa5a2c985d510f245529e049933501ed51d0f6e23926d7b3fd5c526c61c932dcc6f1840ec911e82469dbb

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



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

2015-12-05 Thread Hans de Graaff
commit: 31000c1da4b05ccc793495370a07e31d02b99ad7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 06:54:06 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 06:54:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31000c1d

dev-ruby/celluloid: also add ~arm to latest versions

Package-Manager: portage-2.2.20.1

 dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild 
b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild
index 065037b..104e507 100644
--- a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild
+++ b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild
@@ -23,7 +23,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RUBY_PATCHES=( "${P}-call-private-methods.patch" )
 



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

2015-12-05 Thread Hans de Graaff
commit: e182ab57cb4b27f69985c5b3beb65948a851419c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 07:04:38 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 07:04:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e182ab57

dev-ruby/hitimes: also add ~arm to latest versions

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/hitimes/hitimes-1.2.3.ebuild 
b/dev-ruby/hitimes/hitimes-1.2.3.ebuild
index bfce40d..b61194f 100644
--- a/dev-ruby/hitimes/hitimes-1.2.3.ebuild
+++ b/dev-ruby/hitimes/hitimes-1.2.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/copiousfreetime/hitimes;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-12-05 Thread Hans de Graaff
commit: 6348176e79ef0e8210f26b1f926bc4b65e5a3083
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  6 06:51:58 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  6 06:51:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6348176e

dev-ruby/listen: also add ~arm to latest versions

Package-Manager: portage-2.2.20.1

 dev-ruby/listen/listen-2.8.6-r1.ebuild | 2 +-
 dev-ruby/listen/listen-3.0.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/listen/listen-2.8.6-r1.ebuild 
b/dev-ruby/listen/listen-2.8.6-r1.ebuild
index 3a83aaf..80302ea 100644
--- a/dev-ruby/listen/listen-2.8.6-r1.ebuild
+++ b/dev-ruby/listen/listen-2.8.6-r1.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://github.com/guard/listen;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Block on other packages trying to install a /usr/bin/listen

diff --git a/dev-ruby/listen/listen-3.0.5.ebuild 
b/dev-ruby/listen/listen-3.0.5.ebuild
index 8b98721..7a230a3 100644
--- a/dev-ruby/listen/listen-3.0.5.ebuild
+++ b/dev-ruby/listen/listen-3.0.5.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/guard/listen;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # Block on other packages trying to install a /usr/bin/listen



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-two-factor-auth/

2015-12-05 Thread Johann Schmitz
commit: 2667c7f717c36e05609dac052fd5515fe06aa282
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:23:22 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:23:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2667c7f7

dev-python/django-two-factor-auth: dropped 1.2.0

Package-Manager: portage-2.2.20.1

 dev-python/django-two-factor-auth/Manifest |  1 -
 .../django-two-factor-auth-1.2.0.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/django-two-factor-auth/Manifest 
b/dev-python/django-two-factor-auth/Manifest
index b0b2b55..39fa65e 100644
--- a/dev-python/django-two-factor-auth/Manifest
+++ b/dev-python/django-two-factor-auth/Manifest
@@ -1,3 +1,2 @@
 DIST django-two-factor-auth-1.1.1.tar.gz 101960 SHA256 
19cf066f7a4c76147d3ad5e5e46cf078772064ecde83acf9ece93670ec92d9cf SHA512 
f0ff3deeceb00b2b28d6237e1d4e4dbc2574c872b564abb491b77130b56aa7a705432ac93bf2a9ae9f03e780c58c409584d624f41bce690afd910edbc8bb5eae
 WHIRLPOOL 
7f20d4060b549792a7e5e36857ded765e3d06df403163d38dfcb67a93ee0c62a10fd7bad5b1055c28693ae05e5c93bfe137b7095ad0ab2ec26b20c1627d4b8d6
-DIST django-two-factor-auth-1.2.0.tar.gz 102073 SHA256 
45cd38798565886e47a9b42ab201f06a73583cf7dd2579684691e0ea510a96ec SHA512 
f6b58d42dedc3e80428c4acc4b7f0d6323a4eb84869b35f5e128aef6e00c0a418f43146fb6aeaf5bd92d78842023e4e3e8667a95198feea804f2561c6f8e43d4
 WHIRLPOOL 
fd243bbb65c286ef7b8bb8a132518f830c5b1879fa41ae3cbc730c09c5592755b9f9c1e2d60394678fd51bb2c3230d50307a13afb8bf651b50129813a9a3b1a0
 DIST django-two-factor-auth-1.2.1.tar.gz 102165 SHA256 
e98d6bea7f18d5667a2681e524739f60d8680f747e9aeb094c5175f7dcc540a6 SHA512 
c7947318929a91096e329e21db81c798f6522050d45203dd2cdeb0708f03d06ab6c650305546cd5e53080cdc77f43c6bcedbc77ad7eb1c88ffa49da5957f40ff
 WHIRLPOOL 
6393b76fdbd3020e73fd26b564793fe8944d57a1728b15253f8efd7d19253cb1f7a369fa94bf2b500ba618919a6914f766b25d852501db3defaed77a0a3b0a9a

diff --git 
a/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.0.ebuild 
b/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.0.ebuild
deleted file mode 100644
index c2d665d..000
--- a/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="User-friendly Two-Factor Authentication for Django"
-HOMEPAGE="https://github.com/Bouke/django-two-factor-auth;
-SRC_URI="https://github.com/Bouke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test yubikey"
-
-CDEPEND=">=dev-python/django-1.4.2[${PYTHON_USEDEP}]
-   >=dev-python/django-otp-0.2.0[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/twilio[${PYTHON_USEDEP}]
-   yubikey? ( dev-python/django-otp-yubikey[${PYTHON_USEDEP}] )
-   "
-
-RDEPEND="${CDEPEND}"
-DEPEND="test? (
-   dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   )"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-   sed -i "/'qrcode/s/^/#/" setup.py || die
-}
-
-python_test() {
-   emake test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2015-12-05 Thread Johann Schmitz
commit: 91843a3eda1652b8300546d835141bd619d5521e
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:20:05 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:20:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91843a3e

dev-python/django-otp-yubikey: Version bump

Package-Manager: portage-2.2.20.1

 dev-python/django-otp-yubikey/Manifest |  1 +
 .../django-otp-yubikey-0.3.2.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index 48d651b..b2dc4a5 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-yubikey-0.2.0.tar.gz 11264 SHA256 
72a62d0a0cec9ccf1a1a029b04b6b620f30ec501c0115a52ef6472a6817ba808 SHA512 
f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 WHIRLPOOL 
ccd74c242715cd54436ac451b2d69b8a4a75291ac4f2d05ec3c4ead0dba61329ea720149e369799e3772da97ecc4a70139c0ffb7bf658213072c44b5a2cdc3c9
 DIST django-otp-yubikey-0.3.1.tar.gz 14027 SHA256 
584ca85fe05525c04575d760348c1c9adaec24fbab882b3c718a56dbd2f3386b SHA512 
d7f13a22f2beb52a8566b5f5b43997344a6ea754bcd06fade0fa39872aad2ba2eecc11b9bccff340e2099c264dcae08faf6beb8d99f0508ae5d67646fcd79204
 WHIRLPOOL 
90e7cd6b63d322335aa725f30435c222542b4a59e6d7c1c5659ab150a1b00e757b13fdc40cef527e95731499e8f922fd900474bcd70b0b03feb6e06753c5df43
+DIST django-otp-yubikey-0.3.2.tar.gz 14099 SHA256 
602ed013924818a0aead4a6cee0751b6113b22846126e5635f7bff5015ffd053 SHA512 
8961b2de297e4759e1a5c3920ea8b4168d5a14e83b7ef6866598d9f22ac3157886298d424cba8c8418601227e5cb8d8fb4237cfbd66684077e25e1cd968fc589
 WHIRLPOOL 
e50ff65eaeaa7848a514737604a550843f5e855c26d59eb33d69524827ecd8a013afd05aa4e4e382caa10aa87c89577925892787da31a9be70ebabd83853b2b1

diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild
new file mode 100644
index 000..f72c43c
--- /dev/null
+++ b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="django-otp plugin that verifies YubiKey OTP tokens"
+HOMEPAGE="https://bitbucket.org/psagers/django-otp;
+SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/django-otp-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-two-factor-auth/

2015-12-05 Thread Johann Schmitz
commit: 37077c74574a4aa8adb4b9a461fcf9af734f01c5
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:22:55 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:22:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37077c74

dev-python/django-two-factor-auth: Version bump to 1.2.1

Package-Manager: portage-2.2.20.1

 dev-python/django-two-factor-auth/Manifest |  1 +
 .../django-two-factor-auth-1.2.1.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/django-two-factor-auth/Manifest 
b/dev-python/django-two-factor-auth/Manifest
index e81b2e0..b0b2b55 100644
--- a/dev-python/django-two-factor-auth/Manifest
+++ b/dev-python/django-two-factor-auth/Manifest
@@ -1,2 +1,3 @@
 DIST django-two-factor-auth-1.1.1.tar.gz 101960 SHA256 
19cf066f7a4c76147d3ad5e5e46cf078772064ecde83acf9ece93670ec92d9cf SHA512 
f0ff3deeceb00b2b28d6237e1d4e4dbc2574c872b564abb491b77130b56aa7a705432ac93bf2a9ae9f03e780c58c409584d624f41bce690afd910edbc8bb5eae
 WHIRLPOOL 
7f20d4060b549792a7e5e36857ded765e3d06df403163d38dfcb67a93ee0c62a10fd7bad5b1055c28693ae05e5c93bfe137b7095ad0ab2ec26b20c1627d4b8d6
 DIST django-two-factor-auth-1.2.0.tar.gz 102073 SHA256 
45cd38798565886e47a9b42ab201f06a73583cf7dd2579684691e0ea510a96ec SHA512 
f6b58d42dedc3e80428c4acc4b7f0d6323a4eb84869b35f5e128aef6e00c0a418f43146fb6aeaf5bd92d78842023e4e3e8667a95198feea804f2561c6f8e43d4
 WHIRLPOOL 
fd243bbb65c286ef7b8bb8a132518f830c5b1879fa41ae3cbc730c09c5592755b9f9c1e2d60394678fd51bb2c3230d50307a13afb8bf651b50129813a9a3b1a0
+DIST django-two-factor-auth-1.2.1.tar.gz 102165 SHA256 
e98d6bea7f18d5667a2681e524739f60d8680f747e9aeb094c5175f7dcc540a6 SHA512 
c7947318929a91096e329e21db81c798f6522050d45203dd2cdeb0708f03d06ab6c650305546cd5e53080cdc77f43c6bcedbc77ad7eb1c88ffa49da5957f40ff
 WHIRLPOOL 
6393b76fdbd3020e73fd26b564793fe8944d57a1728b15253f8efd7d19253cb1f7a369fa94bf2b500ba618919a6914f766b25d852501db3defaed77a0a3b0a9a

diff --git 
a/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.1.ebuild 
b/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.1.ebuild
new file mode 100644
index 000..c2d665d
--- /dev/null
+++ b/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="User-friendly Two-Factor Authentication for Django"
+HOMEPAGE="https://github.com/Bouke/django-two-factor-auth;
+SRC_URI="https://github.com/Bouke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test yubikey"
+
+CDEPEND=">=dev-python/django-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/django-otp-0.2.0[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/twilio[${PYTHON_USEDEP}]
+   yubikey? ( dev-python/django-otp-yubikey[${PYTHON_USEDEP}] )
+   "
+
+RDEPEND="${CDEPEND}"
+DEPEND="test? (
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   )"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   sed -i "/'qrcode/s/^/#/" setup.py || die
+}
+
+python_test() {
+   emake test
+}



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

2015-12-05 Thread Johann Schmitz
commit: 13476a70922ca4064db601f1b677be8ff6ee2f54
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:15:39 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:15:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13476a70

dev-python/django-opensearch: Version bump to 0.2.5

Package-Manager: portage-2.2.20.1

 dev-python/django-opensearch/Manifest|  1 +
 .../django-opensearch/django-opensearch-0.2.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/django-opensearch/Manifest 
b/dev-python/django-opensearch/Manifest
index 7b03541..1745315 100644
--- a/dev-python/django-opensearch/Manifest
+++ b/dev-python/django-opensearch/Manifest
@@ -1 +1,2 @@
 DIST django-opensearch-0.2.4.tar.gz 15770 SHA256 
483074213473a699b3b6558402bc1502bd378542f53fabeabf651304a0d25912 SHA512 
6852f95b52a68cf1c48ceeaa365a691391e7a19363221e3bc32a9dd4c863e37a9611b1f31f91c342303b0e1b3418c4a27873d0a980e64aeab87ff2ccb1aba63d
 WHIRLPOOL 
c84fbd512905c081a82e513280e35f3cfb83bac0d47a2dd61c27d9b0af6952170d379dd7fddca9b69a54519f0eb284caf5624b1f60ddd5824f368d154e0ebad7
+DIST django-opensearch-0.2.5.tar.gz 15870 SHA256 
1f353865b79019dd54b216f43dcea19356d7c03376c0d8a8ef9db262ded1a51e SHA512 
70ec931de2687bd6e688fd60262a85de553700247c852a686fea422bb5208b5a3e0441b5778dead1838ae693a22103ed3db1677fe395f000531573bac5a501c7
 WHIRLPOOL 
ab8492cac101c637e4e0d15d187d1cb2a56e0babac3e79af9cc6700ee1912188ae3e2c31a6c98c47f8a2ce5ae6c42c65fa22e0183b2c63f8a9ed2f54ad4087fd

diff --git a/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild 
b/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild
new file mode 100644
index 000..7584285
--- /dev/null
+++ b/dev-python/django-opensearch/django-opensearch-0.2.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A django reusable application to handle opensearch.xml"
+HOMEPAGE="https://github.com/vint21h/django-opensearch;
+SRC_URI="https://github.com/vint21h/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/django-1.7[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2015-12-05 Thread Johann Schmitz
commit: 4968340c12eb5330597736450c15f593704acdb6
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:20:35 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:20:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4968340c

dev-python/django-otp-yubikey: Dropped 0.3.1

Package-Manager: portage-2.2.20.1

 dev-python/django-otp-yubikey/Manifest |  1 -
 .../django-otp-yubikey-0.3.1.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index b2dc4a5..13ffc23 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,3 +1,2 @@
 DIST django-otp-yubikey-0.2.0.tar.gz 11264 SHA256 
72a62d0a0cec9ccf1a1a029b04b6b620f30ec501c0115a52ef6472a6817ba808 SHA512 
f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 WHIRLPOOL 
ccd74c242715cd54436ac451b2d69b8a4a75291ac4f2d05ec3c4ead0dba61329ea720149e369799e3772da97ecc4a70139c0ffb7bf658213072c44b5a2cdc3c9
-DIST django-otp-yubikey-0.3.1.tar.gz 14027 SHA256 
584ca85fe05525c04575d760348c1c9adaec24fbab882b3c718a56dbd2f3386b SHA512 
d7f13a22f2beb52a8566b5f5b43997344a6ea754bcd06fade0fa39872aad2ba2eecc11b9bccff340e2099c264dcae08faf6beb8d99f0508ae5d67646fcd79204
 WHIRLPOOL 
90e7cd6b63d322335aa725f30435c222542b4a59e6d7c1c5659ab150a1b00e757b13fdc40cef527e95731499e8f922fd900474bcd70b0b03feb6e06753c5df43
 DIST django-otp-yubikey-0.3.2.tar.gz 14099 SHA256 
602ed013924818a0aead4a6cee0751b6113b22846126e5635f7bff5015ffd053 SHA512 
8961b2de297e4759e1a5c3920ea8b4168d5a14e83b7ef6866598d9f22ac3157886298d424cba8c8418601227e5cb8d8fb4237cfbd66684077e25e1cd968fc589
 WHIRLPOOL 
e50ff65eaeaa7848a514737604a550843f5e855c26d59eb33d69524827ecd8a013afd05aa4e4e382caa10aa87c89577925892787da31a9be70ebabd83853b2b1

diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.1.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.1.ebuild
deleted file mode 100644
index f72c43c..000
--- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1
-
-DESCRIPTION="django-otp plugin that verifies YubiKey OTP tokens"
-HOMEPAGE="https://bitbucket.org/psagers/django-otp;
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/django-otp-0.3.0[${PYTHON_USEDEP}]
-   >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



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

2015-12-05 Thread Markus Meier
commit: 2322840ba4bdb7566009a06d96b7ea72e6f723de
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:44:11 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:44:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2322840b

sys-apps/busybox: arm stable, bug #564246

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

 sys-apps/busybox/busybox-1.24.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/busybox/busybox-1.24.1.ebuild 
b/sys-apps/busybox/busybox-1.24.1.ebuild
index 4779547..238af51 100644
--- a/sys-apps/busybox/busybox-1.24.1.ebuild
+++ b/sys-apps/busybox/busybox-1.24.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P=${PN}-${PV/_/-}
SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2" # GPL-2 only



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

2015-12-05 Thread Markus Meier
commit: 02d47c8f6344bba1e2c27928b044982aa04893fc
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:45:18 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:45:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d47c8f

dev-libs/libpcre: arm stable, bug #553300

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

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

diff --git a/dev-libs/libpcre/libpcre-8.38.ebuild 
b/dev-libs/libpcre/libpcre-8.38.ebuild
index 0581cd5..1ffd978 100644
--- a/dev-libs/libpcre/libpcre-8.38.ebuild
+++ b/dev-libs/libpcre/libpcre-8.38.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
 REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"



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

2015-12-05 Thread Markus Meier
commit: 5c5c1d4b3dba178fc1e1bb60ade9cd208cc6ae09
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:49:59 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:49:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5c1d4b

media-gfx/darktable: remove old

Package-Manager: portage-2.2.26

 media-gfx/darktable/Manifest   |   3 -
 media-gfx/darktable/darktable-1.6.6.ebuild | 146 -
 media-gfx/darktable/darktable-1.6.7.ebuild | 146 -
 media-gfx/darktable/darktable-1.6.8.ebuild | 146 -
 4 files changed, 441 deletions(-)

diff --git a/media-gfx/darktable/Manifest b/media-gfx/darktable/Manifest
index d9e2946..c74ac26 100644
--- a/media-gfx/darktable/Manifest
+++ b/media-gfx/darktable/Manifest
@@ -1,6 +1,3 @@
-DIST darktable-1.6.6.tar.xz 3097760 SHA256 
f85e4b8219677eba34f5a41e1a0784cc6ec06576326a99f04e460a4f41fd21a5 SHA512 
96f0371c0044c40e22c0cf729076032e487fd0af30d27d28ed42ea8bcc3e29971b09d9f628e3b734147265b02fa0243217e687a8e6237b2c0c14b9db330df09c
 WHIRLPOOL 
d04e7fdcfdd5933d7c915375b7418647918af7ef4a5b19703724a113ee5fdfe8db6bb839e9638eecca6c0c9c7542088d12b45634fca57d3b453fa120d7f6
-DIST darktable-1.6.7.tar.xz 3113804 SHA256 
a75073b49df0a30cd2686624feeb6210bc083bc37112ae6e045f8523db4c4c98 SHA512 
6fadc62dc9ac0dd8b11d7d1a1ef1c23bd07abb7e66159d0bd26dd4bb9b36162e390c4f1559dd7c433c18dd55ebff98157234137567e12467995f7f26915b0ea0
 WHIRLPOOL 
69228b8c734b53b17483ae453df8cd73caf78b5fcbcee6b5cae5f8396c5dd1038ba6036048ab50e15c85cc35adeac0bd49de03f3acb30dbcb822fae2e02b73bf
-DIST darktable-1.6.8.tar.xz 3118776 SHA256 
b676f81bd8cc661a8f76e03ad449daf770b6bec3e9accf013c636f690905 SHA512 
8811e8f931299b4fb86d3611696061404253985328178231902e749dc55b4f02d5193ce2e2eaf8c6351f9f7374870bcbdc55b145dfb75cd7669556494b457bbb
 WHIRLPOOL 
acfe83ebcc697904246a11583d0ff521365639d2006629e76123db93c35ea7ed39cbd7fed54470e5ed0e27cc6b28d70559738d68f36c31be63391c539c5323cb
 DIST darktable-1.6.9.tar.xz 3124940 SHA256 
0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173 SHA512 
c0e8e83cf1cb10b663e5486f2bdde3cba2db5dbaabacd260999be1173c67618023e785e9087a517959835459f8d54c245d190f63a9422a17f3472f5aa316d492
 WHIRLPOOL 
0a2446ff7f98cf0297c5948009414dbf828f1cc60a9fb117f1e110f454dd68df611310bd9ff287f1f2345a8ee9818c1918b4ac7791aeb094c01e71a1ecdfce9d
 DIST darktable-2.0.rc2.tar.xz 2946020 SHA256 
9349eaf45f6aa4682a7c7d3bb8721b55ad9d643cc9bd6036cb82c7654ad7d1b1 SHA512 
a6cdec0a5a8957df3ab55c2a4420b7e702519e28af1c91bbe893914dbda9bd22f8c58197aa684ad19f0f843bc75c594185d9b3dca13075843772861d33833bde
 WHIRLPOOL 
49794626a1f9f665f6d785e0221dfd58812eb959ccb0f35bd33497a0444ffe6addeeb7bae5b6de5be6dc810e07635c3e89aec2e3cc616a63aede00b9d4121cf5
 DIST darktable-usermanual-1.6.0.pdf 12827069 SHA256 
f5c46dbf0a2dd2d391f92555abdefe735c6362e51a755b296d71779492b7e945 SHA512 
39ee8c1b4f23883025750416d9d1f73d1dfbec0e6ac3eeef0f15778ced66a373c00b0a46cb3a54b1cfd6e04313313f63e8e3cd3d0cbea011acaa07a725d0ab02
 WHIRLPOOL 
49a234e57c14d23ccb85eadf2ad03c52eae7f90b0371dce025c04019a7a5cca41858084f735fe0965f93958ab83601571ab3e33acd27c2bcbd381bb0c9da4794

diff --git a/media-gfx/darktable/darktable-1.6.6.ebuild 
b/media-gfx/darktable/darktable-1.6.6.ebuild
deleted file mode 100644
index 9bf8f07..000
--- a/media-gfx/darktable/darktable-1.6.6.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime 
pax-utils eutils
-
-DOC_PV="1.6.0"
-
-DESCRIPTION="A virtual lighttable and darkroom for photographers"
-HOMEPAGE="http://www.darktable.org/;
-SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${PV}/${P}.tar.xz
-   doc? ( 
https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf
 -> ${PN}-usermanual-${DOC_PV}.pdf )"
-
-LICENSE="GPL-3 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LANGS=" ca cs da de el es fr it ja nl pl pt_BR pt_PT ru sq sv uk"
-# TODO add lua once dev-lang/lua-5.2 is unmasked
-IUSE="colord cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k 
kde libsecret
-nls opencl openmp openexr pax_kernel +rawspeed +slideshow +squish web-services 
webp
-${LANGS// / linguas_}"
-
-# sse3 support is required to build darktable
-REQUIRED_USE="cpu_flags_x86_sse3"
-
-CDEPEND="
-   dev-db/sqlite:3
-   >=dev-libs/glib-2.28:2
-   dev-libs/libxml2:2
-   gnome-base/librsvg:2
-   media-gfx/exiv2:0=[xmp]
-   media-libs/lcms:2
-   >=media-libs/lensfun-0.2.3
-   media-libs/libpng:0=
-   media-libs/tiff:0
-   net-misc/curl
-   virtual/jpeg:0
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/pango
-   colord? ( x11-misc/colord:0= )
-   flickr? ( media-libs/flickcurl )
- 

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

2015-12-05 Thread Markus Meier
commit: b10259748fb6b8a29664afe32ec183737fec13d8
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:59:25 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:59:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1025974

dev-ruby/celluloid: add ~arm, bug #519596

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

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

diff --git a/dev-ruby/celluloid/celluloid-0.16.0.ebuild 
b/dev-ruby/celluloid/celluloid-0.16.0.ebuild
index d32edda..e50a99e 100644
--- a/dev-ruby/celluloid/celluloid-0.16.0.ebuild
+++ b/dev-ruby/celluloid/celluloid-0.16.0.ebuild
@@ -23,7 +23,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RUBY_PATCHES=( "${P}-call-private-methods.patch" )
 



[gentoo-commits] proj/sci:master commit in: sci-libs/atlas/

2015-12-05 Thread Justin Lecher
commit: ee5d08bf305e68c8746a778777976b83358ec47d
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 13:32:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 13:32:34 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee5d08bf

sci-libs/atlas: Fix underlinking

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 ...tlas-3.11.38.ebuild => atlas-3.11.38-r1.ebuild} | 26 +-
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/sci-libs/atlas/atlas-3.11.38.ebuild 
b/sci-libs/atlas/atlas-3.11.38-r1.ebuild
similarity index 90%
rename from sci-libs/atlas/atlas-3.11.38.ebuild
rename to sci-libs/atlas/atlas-3.11.38-r1.ebuild
index e0e41ec..4a7d193 100644
--- a/sci-libs/atlas/atlas-3.11.38.ebuild
+++ b/sci-libs/atlas/atlas-3.11.38-r1.ebuild
@@ -143,11 +143,15 @@ atlas_install_libs() {
local libname=$(basename ${1%.*})
einfo "Installing ${libname}"
local soname=${libname}.so.$(get_major_version)
+   local _cmd
shift
pushd "${S}_shared"/lib > /dev/null
-   ${LINK:-$(tc-getCC)} ${LDFLAGS} -shared -Wl,-soname=${soname} \
-   -Wl,--whole-archive ${libname}.a -Wl,--no-whole-archive \
-   "$@" -o ${soname} || die "Creating ${soname} failed"
+   _cmd="${LINK:-$(tc-getCC)}"
+   _cmd+=" ${LDFLAGS} -shared -Wl,--no-undefined -Wl,-soname=${soname}"
+   _cmd+=" -Wl,--whole-archive ${libname}.a -Wl,--no-whole-archive"
+   _cmd+=" $@ -o ${soname}"
+   einfo "${_cmd}"
+   ${_cmd} || die "Creating ${soname} failed"
dolib.so ${soname}
dosym ${soname} /usr/$(get_libdir)/${soname%.*}
popd > /dev/null || die
@@ -190,7 +194,7 @@ src_install() {
atlas_install_libs libatlas.a -lm ${PTLIBS}
 
# cblas
-   atlas_install_libs libatlcblas.a -lm -L. -latlas
+   atlas_install_libs libatlcblas.a -L. -latlas -lm
atlas_install_pc atlcblas atlas-cblas
alternatives_for cblas atlas 0 \
/usr/$(get_libdir)/pkgconfig/cblas.pc atlas-cblas.pc \
@@ -198,7 +202,7 @@ src_install() {
 
# cblas threaded
if [[ -e libptcblas.a ]]; then
-   atlas_install_libs libptcblas.a -lm -L. -latlas ${PTLIBS}
+   atlas_install_libs libptcblas.a -L. -latlas -lm ${PTLIBS}
atlas_install_pc ptcblas atlas-cblas-threads
alternatives_for cblas atlas-threads 0 \
/usr/$(get_libdir)/pkgconfig/cblas.pc 
atlas-cblas-threads.pc \
@@ -208,12 +212,12 @@ src_install() {
if use lapack; then
PCREQ="cblas"
# clapack
-   atlas_install_libs libatlclapack.a -lm -L. -latlas -latlcblas
+   atlas_install_libs libatlclapack.a -L. -latlcblas -latlas -lm
atlas_install_pc atlclapack atlas-clapack
 
# clapack threaded
if [[ -e libptclapack.a ]]; then
-   atlas_install_libs libptclapack.a -lm -L. -latlas 
-lptcblas ${PTLIBS}
+   atlas_install_libs libptclapack.a -L. -lptcblas -latlas 
-lm ${PTLIBS}
atlas_install_pc ptclapack atlas-clapack-threads
fi
fi
@@ -222,14 +226,14 @@ src_install() {
LINK=$(tc-getF77) PCREQ=
 
# blas
-   atlas_install_libs libf77blas.a -lm -L. -latlas
+   atlas_install_libs libf77blas.a -L. -latlas -lm
atlas_install_pc f77blas atlas-blas
alternatives_for blas atlas 0 \
/usr/$(get_libdir)/pkgconfig/blas.pc atlas-blas.pc
 
# blas threaded
if [[ -e libptf77blas.a ]]; then
-   atlas_install_libs libptf77blas.a -lm -L. -latlas 
${PTLIBS}
+   atlas_install_libs libptf77blas.a -L. -latlas -lm 
${PTLIBS}
atlas_install_pc ptf77blas atlas-blas-threads
alternatives_for blas atlas-threads 0 \
/usr/$(get_libdir)/pkgconfig/blas.pc 
atlas-blas-threads.pc
@@ -239,14 +243,14 @@ src_install() {
PCREQ="blas cblas"
# lapack
atlas_install_libs libatllapack.a \
-   -lm -L. -latlas -latlcblas -lf77blas
+   -L. -latlcblas -lf77blas -latlas -lm
atlas_install_pc atllapack atlas-lapack
alternatives_for lapack atlas 0 \
/usr/$(get_libdir)/pkgconfig/lapack.pc 
atlas-lapack.pc
# lapack threaded
if [[ -e libptlapack.a ]]; then
atlas_install_libs libptlapack.a \
-   -lm -L. -latlas -lptcblas -lptf77blas 
${PTLIBS}
+   -L. 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/files/, sci-geosciences/grass/

2015-12-05 Thread Amy Winston
commit: ecadec9b5efee4b6e3bb100ac7d16bba3f7a9e3f
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Dec  5 13:14:45 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Dec  5 13:14:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecadec9b

sci-geosciences/grass: cleaning mess from package removal

Package-Manager: portage-2.2.20.1

 .../grass/files/grass-6.4.0-html-nonviz.patch  | 33 -
 .../grass/files/grass-6.4.1-libav-0.8.patch| 60 
 .../grass/files/grass-6.4.1-libpng15.patch | 28 
 .../grass/files/grass-6.4.1-nopycompile.patch  | 12 
 .../grass/files/grass-6.4.1-timer_flags.patch  | 13 
 .../grass/files/grass-6.4.2-configure.patch| 26 ---
 .../grass/files/grass-6.4.2-ffmpeg-1.patch | 79 --
 .../grass/files/grass-6.4.2-libav-9.patch  | 11 ---
 sci-geosciences/grass/files/grass-pkgconf.patch| 22 --
 sci-geosciences/grass/grass-7.0.1-r3.ebuild|  4 +-
 sci-geosciences/grass/metadata.xml |  4 --
 11 files changed, 2 insertions(+), 290 deletions(-)

diff --git a/sci-geosciences/grass/files/grass-6.4.0-html-nonviz.patch 
b/sci-geosciences/grass/files/grass-6.4.0-html-nonviz.patch
deleted file mode 100644
index a5afd0d..000
--- a/sci-geosciences/grass/files/grass-6.4.0-html-nonviz.patch
+++ /dev/null
@@ -1,33 +0,0 @@
 tools/build_html_index.sh.old  2010-06-16 23:07:37.0 +0200
-+++ tools/build_html_index.sh  2010-06-16 23:10:00.0 +0200
-@@ -135,7 +135,6 @@
-
- 
-
--nviz 3D visualization and animation 
tool
- xganim tool  for animating a raster 
map series
-
- 
-@@ -245,11 +244,11 @@
- #copy over CSS:
- cp -f grassdocs.css $HTMLDIR/
- mkdir -p $HTMLDIR/nviz/
--cp -f grassdocs.css $HTMLDIR/nviz/
-+#cp -f grassdocs.css $HTMLDIR/nviz/
- chmod a+r $HTMLDIR/grassdocs.css $HTMLDIR/nviz/grassdocs.css
- #copy over GRASS logo:
- cp -f grass_logo.png $HTMLDIR/
--cp -f grass_logo.png $HTMLDIR/nviz/
-+#cp -f grass_logo.png $HTMLDIR/nviz/
- chmod a+r $HTMLDIR/grass_logo.png $HTMLDIR/nviz/grass_logo.png
- if [ "$MACOSX" ] ; then
-   cp -f grass_icon.png $HTMLDIR/
-@@ -302,7 +301,7 @@
- echo "r3.* 
raster3D commands" >> "$FULLINDEX"
- echo "v.* 
vector commands" >> "$FULLINDEX"
- echo "gis.m GUI 
frontend to GIS menus and display" >> "$FULLINDEX"
--echo "nviz 
visualization suite" >> "$FULLINDEX"
-+#echo "nviz 
visualization suite" >> "$FULLINDEX"
- echo "wxGUI 
wxPython-based GUI frontend" >> "$FULLINDEX"
- echo "xganim raster 
map slideshow" >> "$FULLINDEX"
- echo "" >> "$FULLINDEX"

diff --git a/sci-geosciences/grass/files/grass-6.4.1-libav-0.8.patch 
b/sci-geosciences/grass/files/grass-6.4.1-libav-0.8.patch
deleted file mode 100644
index 4864d88..000
--- a/sci-geosciences/grass/files/grass-6.4.1-libav-0.8.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Adjust Grass 6.4.1 to work with ffmpeg 8.
-
-2011-11-17 Fabio Erculiani
-2011-12-08 Martin von Gagern
-
-References:
-https://bugs.gentoo.org/390827
-https://bugs.gentoo.org/392371
-
 grass-6.4.1.orig/lib/ogsf/gsd_img_mpeg.c
-+++ grass-6.4.1/lib/ogsf/gsd_img_mpeg.c
-@@ -66,7 +66,7 @@ static AVStream *add_video_stream(AVForm
- 
- c = st->codec;
- c->codec_id = codec_id;
--c->codec_type = CODEC_TYPE_VIDEO;
-+c->codec_type = AVMEDIA_TYPE_VIDEO;
- 
- /* put sample parameters */
- c->bit_rate = 40;
-@@ -215,7 +215,7 @@ static void write_video_frame(AVFormatCo
- 
-   av_init_packet();
- 
--  pkt.flags |= PKT_FLAG_KEY;
-+  pkt.flags |= AV_PKT_FLAG_KEY;
-   pkt.stream_index = st->index;
-   pkt.data = (uint8_t *) picture;
-   pkt.size = sizeof(AVPicture);
-@@ -236,7 +236,7 @@ static void write_video_frame(AVFormatCo
-   av_rescale_q(c->coded_frame->pts, c->time_base,
-st->time_base);
-   if (c->coded_frame->key_frame)
--  pkt.flags |= PKT_FLAG_KEY;
-+  pkt.flags |= AV_PKT_FLAG_KEY;
-   pkt.stream_index = st->index;
-   pkt.data = video_outbuf;
-   pkt.size = out_size;
-@@ -301,10 +301,10 @@ int gsd_init_mpeg(const char *filename)
- av_register_all();
- 
- /* auto detect the output format from the name. default is mpeg. */
--fmt = guess_format(NULL, filename, NULL);
-+fmt = av_guess_format(NULL, filename, NULL);
- if (!fmt) {
-   G_warning(_("Unable to deduce output format from file extension: using 
MPEG"));
--  fmt = guess_format("mpeg", NULL, NULL);
-+  fmt = av_guess_format("mpeg", NULL, NULL);
- }
- if (!fmt) {
-   G_warning(_("Unable to find suitable output format"));
-@@ -312,7 +312,7 @@ int gsd_init_mpeg(const char *filename)
- }
- 
- /* allocate the output media context */
--oc = av_alloc_format_context();
-+oc = av_malloc(sizeof(AVFormatContext));
- if (!oc) {
-   G_warning(_("Out of memory"));
-

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/, sci-geosciences/grass/files/

2015-12-05 Thread Amy Winston
commit: 7733ecb896d2af618cb4b624240b663844303c01
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Dec  5 13:23:38 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Dec  5 13:23:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7733ecb8

sci-geosciences/grass: add SONAME patch and revbump.

Adds patch from upstream to build libraries with SONAME per bug 475188.

Package-Manager: portage-2.2.20.1

 .../grass/files/grass-7.0.2-soname.patch   | 26 ++
 ...grass-7.0.1-r3.ebuild => grass-7.0.1-r4.ebuild} |  3 ++-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/grass/files/grass-7.0.2-soname.patch 
b/sci-geosciences/grass/files/grass-7.0.2-soname.patch
new file mode 100644
index 000..3f3442c
--- /dev/null
+++ b/sci-geosciences/grass/files/grass-7.0.2-soname.patch
@@ -0,0 +1,26 @@
+Index: aclocal.m4
+===
+--- aclocal.m4 (revision 66647)
 aclocal.m4 (working copy)
+@@ -488,7 +488,7 @@
+ case $host in
+ *-linux-* | *-gnu* | *-kfreebsd*-gnu)
+   SHLIB_CFLAGS="-fPIC"
+-SHLIB_LD_FLAGS=""
++SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$[@])"
+   SHLIB_SUFFIX=".so"
+   SHLIB_LD="${CC} -shared"
+ LDFLAGS="-Wl,--export-dynamic"
+Index: configure
+===
+--- configure  (revision 66647)
 configure  (working copy)
+@@ -1481,7 +1481,7 @@
+ case $host in
+ *-linux-* | *-gnu* | *-kfreebsd*-gnu)
+   SHLIB_CFLAGS="-fPIC"
+-SHLIB_LD_FLAGS=""
++SHLIB_LD_FLAGS="-Wl,-soname,\$(notdir \$@)"
+   SHLIB_SUFFIX=".so"
+   SHLIB_LD="${CC} -shared"
+ LDFLAGS="-Wl,--export-dynamic"

diff --git a/sci-geosciences/grass/grass-7.0.1-r3.ebuild 
b/sci-geosciences/grass/grass-7.0.1-r4.ebuild
similarity index 99%
rename from sci-geosciences/grass/grass-7.0.1-r3.ebuild
rename to sci-geosciences/grass/grass-7.0.1-r4.ebuild
index d105302..f13e558 100644
--- a/sci-geosciences/grass/grass-7.0.1-r3.ebuild
+++ b/sci-geosciences/grass/grass-7.0.1-r4.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="X blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl 
openmp png postgres readline sqlite threads tiff truetype"
 
 RDEPEND="${PYTHON_DEPS}
@@ -84,6 +84,7 @@ PATCHES=(
"${FILESDIR}/${P}"-include-errno.patch
"${FILESDIR}/${P}"-declare-inespg.patch
"${FILESDIR}/${PV}"-sec-format.patch
+   "${FILESDIR}"/grass-7.0.2-soname.patch
 )
 
 pkg_setup() {



[gentoo-commits] proj/musl:master commit in: sys-apps/busybox/files/, sys-apps/busybox/

2015-12-05 Thread Anthony G. Basile
commit: c760480d36ed4c42d30d02612e4a4f8735add896
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec  5 15:21:39 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec  5 15:21:39 2015 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c760480d

sys-apps/busybox: remove older CVS tags

Package-Manager: portage-2.2.20.1

 sys-apps/busybox/Manifest | 14 +++---
 sys-apps/busybox/files/klogd.initd|  2 +-
 sys-apps/busybox/files/mdev.initd |  2 +-
 sys-apps/busybox/files/mdev.rc|  2 +-
 sys-apps/busybox/files/mdev.rc.1  |  2 +-
 sys-apps/busybox/files/ntpd.initd |  2 +-
 sys-apps/busybox/files/syslogd.initd  |  2 +-
 sys-apps/busybox/files/watchdog.initd |  2 +-
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 60324a4..9454b50 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -2,21 +2,21 @@ AUX busybox-1.19.0-bb.patch 908 SHA256 
98f92c2edbcf61d1bacef783ea8b08cce07051b0a
 AUX busybox-1.24.1-unzip.patch 3903 SHA256 
423e7b2c9dc5614de8038e3938de6f6831e79bbd1889a9a80bef1780a2635ce8 SHA512 
c6b33f1b3e8c995a8b47f6c66f068db4068a53293a6d321adb184ce2ffebff4a94c64814d80bfdf5ce103176ed6c892d4d9641f72831833672d87cefed97c472
 WHIRLPOOL 
8b356fb1a38697da657c0f2e47b726bc738a13d104c4169f8195646a7890f42d47fd0f217ad9943e4432b27d1fc6adad334f9ac4780f3a5ba48b6da977503c0c
 AUX ginit.c 3097 SHA256 
fd6a4715d3dd10f6db479020433da3997d397658301335c847fb779129238b8c SHA512 
8bf70f13db0fbeecedf9a9f862c5391c0d8b7aa3ddd2ec85cda9b360c3117a01e32b01017b8c30197f587e521ba360ff70d1caf8d0f69d5c3a27f37ecc252e7c
 WHIRLPOOL 
a1ec3ccc296033d88a9504b693c7d249d0bd11b1d75e3f59a62137c5e4b4c914fe2b8971c86dbca2cc8ccc0d86f3f8c2c45bb44cec85a3628c44f091476baa92
 AUX klogd.confd 218 SHA256 
737b78745964e110da2fd3357c6d5fb80ccacf979039b8d40c03cf1cb969e5f3 SHA512 
3348d5376b368b28d1431692a93868cd4550be12ad729340c5f78da35a5bd295e7613d70ce8ccde5029ad6d87a41c2f24155180f3570de8a9174dd63dece143f
 WHIRLPOOL 
ea28c1d926e36fba0ab69de8ddfd2503889b7cfa3a4ada347a9d22d9894fe30be068c0ed55f899b952e62b8de3cb69e1a4209f7864787988ded28ede10c7445a
-AUX klogd.initd 359 SHA256 
ef607b72d270797e4be1fba425c23ba26078633c47c698063bd4b17e7b4ff8c3 SHA512 
e9d6215e4b0dcc4fbb507ce2bb84c818ad18951282c47c98b0c98b3fa58e6b28218f608689a7786cb0447673ae1f5c3ba5767f9b29cffd73325d93bf2a928ac9
 WHIRLPOOL 
d7e82a0d2a6a60b2444a3b212022250297ca163001045bf508442972fc6330c4eea55cb965920778e090c92a69441e864e6721f02ecc6d10279b6196b14f7e71
+AUX klogd.initd 255 SHA256 
ee9213bdb5f5b9ec7691f414349c0e5db3ec8ea91353c63121dd90d8d7f3b4e3 SHA512 
a4cd9e53f2e4383765d66cd063f628b8358bc7696d21a1b450e7bd89e5a6fb323138d48c729d6a5b40ac3eb511bceaec37eb4806ba4348c715c8d7fa894567f4
 WHIRLPOOL 
26e600b2a09f45c6e5a3eac9c1b73dc7a969ae28a9c624fe8a1e9696757bfa6c809b13b6544e0e48e94f6d864b06bd0d9bee6cf785829782b1ede17477ab5943
 AUX mdev-start.sh 2758 SHA256 
9904263c8dfe2b8c3e968a9b4245fa0c162a2413110c037cdd797ac3773587d7 SHA512 
532ececdf40769e8059172b95f600c92ddda9490dcf04dc76b11cd669b2b35740aeb02ef7c152a42c13d5adfefb391de01239ebbb4efd06faadc0d096fcde6f5
 WHIRLPOOL 
aace77a07eedfea3ffab029ce25334ff58f512bf5c67512c1f4a40fd51278c2b8b764e55dbf975f74bb4423cfc3f35482a5d3ee8397032fcbf22ad1f91c7c4ea
-AUX mdev.initd 978 SHA256 
a7126916ba17b6d0c12dd9a0428e5ca27c229856cca0a497ddd12de33d345f68 SHA512 
280d9004520acc7c23a8e68e4fa8516de99c5389b4c6ee1cbb7cd17bc328a029b6d56aefc35a2062fcdea76c27a7229b3bec8fc28043bbc04f6f84dc0706
 WHIRLPOOL 
a3a3607536b62414eedfeb4ce2b5c22ff864309e50b7eb4a9a4f3c59d4808596541071f3fb7664202336b542fb89b0234ba3f43bee460175c17d804d50ad45d1
-AUX mdev.rc 282 SHA256 
e52abbc3399fc85ce1f097e8f12b25a5ca7fe2e3d648bee60c061b547ba39dc5 SHA512 
b3e5f0810a5e33047ea73c6a4d846087100fb8c566cfa001e07fc0c1448d2024913ac06355122076ec6c79146867af77a02bbc6509b009afa97b5207588da1b9
 WHIRLPOOL 
2bd20507d115c82076653c6c78899751f8e3b8cde14c81c8f10ef7747ccba867360b463c90b9b3053cd6cb8599f297362153ebbff0dfad90c2fac8f445668320
-AUX mdev.rc.1 2202 SHA256 
5235a2cd5e4ce92032a5e3e314c6e2980d98df8a6a387d2cf3e0d30d29f62cd5 SHA512 
27435ac949ee351aa957f23a31b08f8689f284449928fba495f9432c893e30cd8ab8f883ee131626310f09e9edc615908484c7402009df3cba3a6eaf137f8afc
 WHIRLPOOL 
54c23164ed320efe654d36656bd4be2be383199c003a57806a850692b38556d4f961b9608c1561f16fa108bac64643ab2270a8a1a5edf8e5d1e24a967f549b76
+AUX mdev.initd 875 SHA256 
314089dc74567674e26ee1b3c1dc413027888cc232c70fe98548ff14cededd8f SHA512 
49e6603a4e7487df0de80b000f7f418a1141889549d191bac7431cfc24a843dfcd7006b154eb382a0b9830755045a44ec3a97deb800bfb81e1b1da696eaa9639
 WHIRLPOOL 
0224cdb5ec0cd4acf3c5cc4e5590c571ec7432f47f131b14fa4a604fff512974ca6bbb1031443af2e3c8c11e85a824712e2ef5253fb7a94e82657db63e9bbb69
+AUX mdev.rc 184 SHA256 
6a9f51237007ed558dda44e06072107cd3cde8d0588c6cd3dc6b98fad1534adb SHA512 

[gentoo-commits] proj/musl:master commit in: sys-apps/busybox/, sys-apps/busybox/files/

2015-12-05 Thread Anthony G. Basile
commit: fd278f121cb0b3e4c971f48fcc81d0e2055f33fb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec  5 15:18:57 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec  5 15:18:57 2015 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fd278f12

sys-apps/busybox: remove older stable version.

Package-Manager: portage-2.2.20.1

 sys-apps/busybox/Manifest  |   3 -
 sys-apps/busybox/busybox-1.23.2-r99.ebuild | 310 -
 .../files/busybox-1.23.1-trylink-flags.patch   |  39 ---
 3 files changed, 352 deletions(-)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 4e7d4d8..60324a4 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,5 +1,4 @@
 AUX busybox-1.19.0-bb.patch 908 SHA256 
98f92c2edbcf61d1bacef783ea8b08cce07051b0a4489ed3f4579296846f89f1 SHA512 
d4024e531ce7113cf554646608b1ef356e51691e3e21d165621b3690c82b56a319867b90d9daba548b635d9dbd41be5efea63181b7123d4505e529d863a8214c
 WHIRLPOOL 
b0d6d9b08ad0930e5243c7addc8a6db61505e95ed8e72c64fbfd734cb6ff9e303b3eb8ea6ec4790b2be567783664230cf278eb3e673fa0844c3881cf993f7cb8
-AUX busybox-1.23.1-trylink-flags.patch 1334 SHA256 
9791303d0ec22b8c97223758987c0c4fa562ace05a56be4c17837c9f1e1ce490 SHA512 
5ca429047719943cde0493790c9212f1386ac1ebeb65a15b0497ac49821cac36c60f78aa9f35551af28ab21465ef4118782260636968393f19ecd27c44a6a046
 WHIRLPOOL 
0fb2d02660c100ab1defc03da3292a9ec055697553aeb62094f1ae933edd99fe105ba2687910197dd253b7b970673973003707479f7a4865168d39f679b12f61
 AUX busybox-1.24.1-unzip.patch 3903 SHA256 
423e7b2c9dc5614de8038e3938de6f6831e79bbd1889a9a80bef1780a2635ce8 SHA512 
c6b33f1b3e8c995a8b47f6c66f068db4068a53293a6d321adb184ce2ffebff4a94c64814d80bfdf5ce103176ed6c892d4d9641f72831833672d87cefed97c472
 WHIRLPOOL 
8b356fb1a38697da657c0f2e47b726bc738a13d104c4169f8195646a7890f42d47fd0f217ad9943e4432b27d1fc6adad334f9ac4780f3a5ba48b6da977503c0c
 AUX ginit.c 3097 SHA256 
fd6a4715d3dd10f6db479020433da3997d397658301335c847fb779129238b8c SHA512 
8bf70f13db0fbeecedf9a9f862c5391c0d8b7aa3ddd2ec85cda9b360c3117a01e32b01017b8c30197f587e521ba360ff70d1caf8d0f69d5c3a27f37ecc252e7c
 WHIRLPOOL 
a1ec3ccc296033d88a9504b693c7d249d0bd11b1d75e3f59a62137c5e4b4c914fe2b8971c86dbca2cc8ccc0d86f3f8c2c45bb44cec85a3628c44f091476baa92
 AUX klogd.confd 218 SHA256 
737b78745964e110da2fd3357c6d5fb80ccacf979039b8d40c03cf1cb969e5f3 SHA512 
3348d5376b368b28d1431692a93868cd4550be12ad729340c5f78da35a5bd295e7613d70ce8ccde5029ad6d87a41c2f24155180f3570de8a9174dd63dece143f
 WHIRLPOOL 
ea28c1d926e36fba0ab69de8ddfd2503889b7cfa3a4ada347a9d22d9894fe30be068c0ed55f899b952e62b8de3cb69e1a4209f7864787988ded28ede10c7445a
@@ -18,8 +17,6 @@ AUX syslogd.confd 234 SHA256 
65166088cb173582200b8c0d3bc6ea339b5929dbafa816780bf
 AUX syslogd.initd 383 SHA256 
b66e709317513b79139d5441c712839e271ff5177a3d743b86e39f70906fe2ee SHA512 
b6bd8b7cb990c7c9c242baf4b3d20b3351e6ca0054b6d231787540b318ea9ac2332ac97ae4b56d07d2cf9ae52fb9c1644dede47bbfdd9f8bc7727bcfd0da8ed7
 WHIRLPOOL 
4b7a3e4ad7cc9e07853cc0e43b8f15aa0cb71642afeee89392190ba75d547e156ec4b790f8e35e56851bae01ff3965ef36e9160bf61aae95376c9fa2189f11a7
 AUX watchdog.confd 232 SHA256 
786d9497ad55c29d6fff231709e71ecad94f2ee1de3b45b461deb29c3eba1c63 SHA512 
8fd7121075535195f3e5d43ec773713c883fb7865cd5e5927b3b20c2605c50acb81d50461bd1a246c1282006ce74b11932ac1cec67ddc2be15da2f9aa8674232
 WHIRLPOOL 
8ea0f6b759198c978f10bf0b2b00cc73343e72401a05edf257b9c5e1032e8a619328aaa02936b5b5a717a021baa84b5653b8c9826e14e5c07c7b7af98f878767
 AUX watchdog.initd 334 SHA256 
ae335a9540d282277d0a127673efff279177a1bb643e98afd772eef9423fe79f SHA512 
e915a2b5567b1cfe5423b00ca984c37dea4afd72bc3b7a550858f7140dc18283831bb9cfeeb564ced2669706cf747f3934fd339f9e93d456b229b03781ac9303
 WHIRLPOOL 
c57eaf47d0501394f2f08a6b6f09529f91fd34f3d5027f6e159573ea8c5321a88c2cb01511971d15f8b25c9a44693c88e340ee35949c4cdab49d7fbbbe064c22
-DIST busybox-1.23.2.tar.bz2 2252786 SHA256 
05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a SHA512 
209c8ef26e40ccb81510f6b663202b080f9bbecac7faf386bbabf7e36a43d63b15dd6ce9f7a84c1ccc5345c524999812251da1e113ef9faadc6af1fedd24c7c9
 WHIRLPOOL 
a0396f7f49ae702f1617e72d5d4646aceec4eba67219c7125bd8d0926d1acb1ef41ea15a7406c3cf5e5e0d8925cc75910ed5128e5fbdd257b80e2cb4f7a048a2
 DIST busybox-1.24.1.tar.bz2 2068803 SHA256 
37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d SHA512 
3afc757ebaae61ae13c2c69097ee734717434f9e658eb77093a8b7b49af3326cbca2d723483ff84a1da99544b822fd2b47d9a97c68f09962e11754e5daf124ca
 WHIRLPOOL 
5e827d08d737caac832e7e5923da624094ff27ee2edbb46dadc339e95edba65378a8fa3db412682724476a2092eee41a804f8f36c2eec0b9f883f5ba855f3ad0
-EBUILD busybox-1.23.2-r99.ebuild 8889 SHA256 
395dec4ab6daeca4206d4b3ee45a901fbeee32a5c8faa516bb2abf98dc0b3e7d SHA512 
3853b2c04731a67a55275217b9eee79effde01352c4e261721dca8b7e31b5c594ad275524464291b5bdcbd306dc17c8f7167411beb310815da03c7cfdebb3fe0
 WHIRLPOOL 

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

2015-12-05 Thread Anthony G. Basile
commit: 1ace67d81ba5a5bee571ed3b171187dc3c8b76c7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec  5 12:42:01 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec  5 12:42:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ace67d8

dev-libs/libressl: add upstream patch to address CVE-2015-3194, bug #567564

Package-Manager: portage-2.2.20.1

 .../libressl/files/libressl-2.2.4-clientcert.patch | 35 +++
 dev-libs/libressl/libressl-2.2.4-r1.ebuild | 50 ++
 dev-libs/libressl/libressl-2.3.1-r1.ebuild | 50 ++
 3 files changed, 135 insertions(+)

diff --git a/dev-libs/libressl/files/libressl-2.2.4-clientcert.patch 
b/dev-libs/libressl/files/libressl-2.2.4-clientcert.patch
new file mode 100644
index 000..ac2f88e
--- /dev/null
+++ b/dev-libs/libressl/files/libressl-2.2.4-clientcert.patch
@@ -0,0 +1,35 @@
+untrusted comment: signature from openbsd 5.8 base secret key
+RWQNNZXtC/MqP8u13/pPZfTpPeHhU93PG0DBihXvQ7lB0CvONLwoTfHr9f40s515bidPGcGLAH4xu+yz3skT6b3tKETEWZw8BgA=
+
+OpenBSD 5.8 errata 9, Dec 3, 2015:
+
+CVE-2015-3194 - NULL pointer dereference in client certificate validation
+
+Apply by doing:
+signify -Vep /etc/signify/openbsd-58-base.pub -x 009_clientcert.patch.sig \
+-m - | (cd /usr/src && patch -p0)
+
+And then rebuild and install libcrypto:
+cd /usr/src/lib/libcrypto
+make obj
+make depend
+make
+make install
+
+Index: lib/libssl/src/crypto/rsa/rsa_ameth.c
+===
+RCS file: /cvs/src/lib/libssl/src/crypto/rsa/rsa_ameth.c,v
+retrieving revision 1.14
+retrieving revision 1.14.6.1
+diff -u -p -u -p -r1.14 -r1.14.6.1
+--- lib/libssl/src/crypto/rsa/rsa_ameth.c  11 Feb 2015 04:05:14 -  
1.14
 lib/libssl/src/crypto/rsa/rsa_ameth.c  4 Dec 2015 04:13:43 -   
1.14.6.1
+@@ -298,7 +298,7 @@ rsa_pss_decode(const X509_ALGOR *alg, X5
+   if (pss->maskGenAlgorithm) {
+   ASN1_TYPE *param = pss->maskGenAlgorithm->parameter;
+   if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) == NID_mgf1 &&
+-  param->type == V_ASN1_SEQUENCE) {
++  param && param->type == V_ASN1_SEQUENCE) {
+   p = param->value.sequence->data;
+   plen = param->value.sequence->length;
+   *pmaskHash = d2i_X509_ALGOR(NULL, , plen);

diff --git a/dev-libs/libressl/libressl-2.2.4-r1.ebuild 
b/dev-libs/libressl/libressl-2.2.4-r1.ebuild
new file mode 100644
index 000..cbbcb2b
--- /dev/null
+++ b/dev-libs/libressl/libressl-2.2.4-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
+HOMEPAGE="http://www.libressl.org/;
+SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
+
+LICENSE="ISC openssl"
+SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="+asm static-libs"
+
+RDEPEND="!dev-libs/openssl:0"
+DEPEND="${RDEPEND}"
+PDEPEND="app-misc/ca-certificates"
+
+src_prepare() {
+   touch crypto/Makefile.in
+
+   epatch "${FILESDIR}"/${P}-clientcert.patch
+
+   sed -i \
+   -e '/^[ \t]*CFLAGS=/s#-g ##' \
+   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
+   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
+   configure || die "fixing CFLAGS failed"
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable asm) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_test() {
+   emake check
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}

diff --git a/dev-libs/libressl/libressl-2.3.1-r1.ebuild 
b/dev-libs/libressl/libressl-2.3.1-r1.ebuild
new file mode 100644
index 000..660a329
--- /dev/null
+++ b/dev-libs/libressl/libressl-2.3.1-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
+HOMEPAGE="http://www.libressl.org/;
+SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
+
+LICENSE="ISC openssl"
+SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="+asm static-libs"
+
+RDEPEND="!dev-libs/openssl:0"
+DEPEND="${RDEPEND}"
+PDEPEND="app-misc/ca-certificates"
+
+src_prepare() {
+   touch crypto/Makefile.in
+
+   epatch 

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

2015-12-05 Thread Anthony G. Basile
commit: 1670c2299c1b38fe9aa50ac4edd43ebb3e96d537
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec  5 12:43:54 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec  5 12:43:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1670c229

dev-libs/libressl: remove vulnerable versions CVE-2015-3194, bug #567564.

Package-Manager: portage-2.2.20.1

 dev-libs/libressl/libressl-2.2.4.ebuild | 48 -
 dev-libs/libressl/libressl-2.3.1.ebuild | 48 -
 2 files changed, 96 deletions(-)

diff --git a/dev-libs/libressl/libressl-2.2.4.ebuild 
b/dev-libs/libressl/libressl-2.2.4.ebuild
deleted file mode 100644
index 87bd4f5..000
--- a/dev-libs/libressl/libressl-2.2.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="http://www.libressl.org/;
-SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
-
-LICENSE="ISC openssl"
-SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+asm static-libs"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-   touch crypto/Makefile.in
-
-   sed -i \
-   -e '/^[ \t]*CFLAGS=/s#-g ##' \
-   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-   configure || die "fixing CFLAGS failed"
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable asm) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   emake check
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files
-}

diff --git a/dev-libs/libressl/libressl-2.3.1.ebuild 
b/dev-libs/libressl/libressl-2.3.1.ebuild
deleted file mode 100644
index 39969e1..000
--- a/dev-libs/libressl/libressl-2.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
-HOMEPAGE="http://www.libressl.org/;
-SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
-
-LICENSE="ISC openssl"
-SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+asm static-libs"
-
-RDEPEND="!dev-libs/openssl:0"
-DEPEND="${RDEPEND}"
-PDEPEND="app-misc/ca-certificates"
-
-src_prepare() {
-   touch crypto/Makefile.in
-
-   sed -i \
-   -e '/^[ \t]*CFLAGS=/s#-g ##' \
-   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
-   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
-   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
-   configure || die "fixing CFLAGS failed"
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable asm) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   emake check
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files
-}



[gentoo-commits] dev/maekke:master commit in: media-libs/lensfun/

2015-12-05 Thread Markus Meier
commit: c6ddab3674c17c811e1798299f86a16f635e2285
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Nov 21 15:49:58 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Nov 21 15:49:58 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=c6ddab36

media-libs/lensfun: add subslot to SLOT

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

 media-libs/lensfun/Manifest | 32 
 media-libs/lensfun/lensfun-0.3.1.ebuild |  2 +-
 media-libs/lensfun/lensfun-0.3.2.ebuild |  2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index fb85fb2..bcb08c3 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -6,25 +6,25 @@ DIST lensfun-0.3.0.tar.bz2 636694 SHA256 
c2c3c03873cb549d49d42f118fcb0ffa95d1e45
 DIST lensfun-0.3.1.tar.gz 761892 SHA256 
216c23754212e051c8b834437e46af3812533bd770c09714e8c06c9d91cdb535 SHA512 
cd0f142bb7d6aa154f587d89502da35473a7a02660246bd025ccd5d1982f55425359405898e11ce9094351ad44a2d6786b9ff07d227f75699e99e4de8f40938c
 WHIRLPOOL 
f71fc6452253dd4bb5f40cab8079bdb7a0d36a0ef1ad969261c997ce2b944f4ffd8116b3f4f522567c630099bb84b5cb8b4a57f5ea7141e2b8a0cdc2ceab5c20
 DIST lensfun-0.3.2.tar.gz 784825 SHA256 
ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331 SHA512 
9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446
 WHIRLPOOL 
d9e79ed01d75e6653bb82017a8ee683a56eabae71bc229f55e2572fc96dcf0d9e081ce84e47171b423b149a41a3bf0f4157709243d0e27b2fd68b2efb6eff17c
 EBUILD lensfun-0.3.0.ebuild 1245 SHA256 
ae01208f691076764d73fe0f2b3112c5ad2f55230223634c311ff97db1883177 SHA512 
f0ad689dedca4889fe37f3fec2a4a3553ace982bef98bcef332d5a0297f0ec5c11b141c38e32376121d4413b2bc7340e0d681ad42a8ee85f8ffc59a93d50a8a4
 WHIRLPOOL 
5e75a6bcc5f970d8feeb9037dff24b3abb105c9f456e2797694e3b9de855198716d687f2dc2c293adc1baef6834eb5a86bd8a7132e2272e71dab78c9fec5fccf
-EBUILD lensfun-0.3.1.ebuild 1229 SHA256 
3c32d01fb45a94715d20ca8864488ae4124739d312cd2fc4517f096f20685d25 SHA512 
211c4d2f64448a85809a14ef8cee9c8923dab1d712ec3a6e2cbea46f2acc2b9b8bc50b3a696d985e3d2f3c0dbdb3f72eaa473f4f870e5e77587eb1369bb70dd7
 WHIRLPOOL 
1990ae665c20f51d0794229a7811220dc3a9af99bb675e1a1dd326c4b2a44c61dfb122375819c5f943db1f2746f5bdd2530e636faa7b8343d2c17d62a18247ba
-EBUILD lensfun-0.3.2.ebuild 1292 SHA256 
7142497f89dbd0d65bff97cb9ba6f188f588d9e6739b84cb03a3698e59a9def0 SHA512 
dcc75a221701493f76ea36bafeb44caedfa3621eeae715796c978ae2193533929991977f9995ce08a54a708872b1b9ad3b023593c5be00217a7193d9c67a98b4
 WHIRLPOOL 
d5dfcb361106bc6a4f97501cc88977111e1a9ec0562febed15672228756e05485fe06c8447297069f8c57c39a706edd943abf5b1eecfd95614a858e9cc93d660
+EBUILD lensfun-0.3.1.ebuild 1235 SHA256 
faf52b6d22ac3687dcbddaaac82d1c3b4a747211e832bd33e2a5468713575816 SHA512 
6259d520085c9f0cf3b558c0875e2f2887570082a0fe05fa61d7cf76777ac8377f1aaa0182cb928be3a58fdcf02d1abaeec6010158faf23ac76f874d7a37647e
 WHIRLPOOL 
7fc582eb00a15a08b01650dd4bd7b5a3d4cdc836b423dd66fe3b1080e767545aef07e579db6bed9b4cb516f456c1fb7921a3a6db9cc4159bb6266c1a6601c70e
+EBUILD lensfun-0.3.2.ebuild 1298 SHA256 
9e2c088e6d1923ae1c6adb492dcb9ab52bc11f8c7056bada07486fab11a21596 SHA512 
d21301d08e6b4e4d066498a938cbdfedb74612121a359dbc9b71834ad10d87eeb398afc5871a32d3725666cfdd089bfd30d8e220006563f1555bc1e4b58d698c
 WHIRLPOOL 
5c656b0d94a522e17e83ee0eb7476010c3b67eb22e83aa10035303177985fa599da47e56d28a9cd0d7c946ea93f44043f182f7d171ec7b4ad722699147c611ae
 MISC metadata.xml 512 SHA256 
213a66e9090b7d05c4c033cb190b270fd791b2d4b6fd7edf8eddac46e59db030 SHA512 
dd642ba1580aa10c327f91fc79544337b915e6efed3c19f100c6ff699dba0eca76b6ab29c985304a7d05d2144460d4239ce954fd5bfe49af9dbac89ceb7b9bb9
 WHIRLPOOL 
ea3a317069c9a83ab906e9d2069770892d0ffd8d07fc5d12e6451890811e6338d9ae9bf01ecf783c4ababf3f82a20b174fc78ee01302551a996093999cd7aa61
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.1
 
-iQJ8BAEBCABmBQJWUH5+XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
+iQJ8BAEBCABmBQJWUJKmXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
 ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQyMDhFOEI5QzhFQzk5QTE1M0I0QkI3Mzc3
-QkU3NkVDMjU1N0I0NDNDAAoJEHvnbsJVe0Q8rq8P/33LrlBUxKjlYmdZh633g2v5
-OtwqVEE+TlHu4rB31OimG3NbZXSh/NUEtV+sGNS121ExR/Ot/1uMj16QcwhwZd4Y
-UMgU7eNItK6vp78Uxq5PEtmBsnOOB2U6HGYqjp4D9CqCdB3VlGHDxKIxp5wMKzfh
-Pvqc36MsMBPgOMLd/ijQqOI/+VtwZ7+PrFMdebZbpSDpxClW5venXqx5XmNoqwUJ
-Bu8yTDluzWGjc9F9PqStvw0pAzEITiRrhNRg3eFp+44HfhpnT4Zp3Xhe0WIE2JzZ
-RW2/FZ6vvS43SbN0wjI4acxtVzux/lCEri0oEosjp7BNfYRESiSpHQa5k6J5NbaQ
-Wo/gQ5c3+B7fzmx6If/dBFc1ruB0J1YOwZPEZqhgAwnwOyYQmRw6zrVyNsrR2BXb
-qmGm91LW5+sJCOguFiPRoIjgGHFmrIlyRv6eSli0BBbvJMmMY0nL/UKTRAyhiClH
-RX6T4VyzWjRHj+8LlWCAgYHxgfd5YJ0Yromjo5qAV730kIOTgZJxFFgqZPx4Mygu
-PA+AG79SlWlqMMIkGYuq04q8EVAV0WkXc+uT6TvEKNutph7mT5kiv0kJNWTosEKE
-hn3XJABsjQXsuFn00PzXcVyE9rrxx60/PksN6+W5/rVeMIA2Fs9zyphachv4N4s7
-OnC2ydVFaELVtNO1+JN2
-=9zOo

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

2015-12-05 Thread Markus Meier
commit: 826769c25fb56216de36b0db76b7be0788461a7e
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  1 19:48:23 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  1 19:48:23 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=826769c2

media-gfx/darktable: version bump

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

 media-gfx/darktable/Manifest   | 32 +++---
 ...ble-2.0_rc2.ebuild => darktable-2.0_rc3.ebuild} |  0
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/media-gfx/darktable/Manifest b/media-gfx/darktable/Manifest
index f2369c5..bba73a6 100644
--- a/media-gfx/darktable/Manifest
+++ b/media-gfx/darktable/Manifest
@@ -5,31 +5,31 @@ DIST darktable-1.6.6.tar.xz 3097760 SHA256 
f85e4b8219677eba34f5a41e1a0784cc6ec06
 DIST darktable-1.6.7.tar.xz 3113804 SHA256 
a75073b49df0a30cd2686624feeb6210bc083bc37112ae6e045f8523db4c4c98 SHA512 
6fadc62dc9ac0dd8b11d7d1a1ef1c23bd07abb7e66159d0bd26dd4bb9b36162e390c4f1559dd7c433c18dd55ebff98157234137567e12467995f7f26915b0ea0
 WHIRLPOOL 
69228b8c734b53b17483ae453df8cd73caf78b5fcbcee6b5cae5f8396c5dd1038ba6036048ab50e15c85cc35adeac0bd49de03f3acb30dbcb822fae2e02b73bf
 DIST darktable-1.6.8.tar.xz 3118776 SHA256 
b676f81bd8cc661a8f76e03ad449daf770b6bec3e9accf013c636f690905 SHA512 
8811e8f931299b4fb86d3611696061404253985328178231902e749dc55b4f02d5193ce2e2eaf8c6351f9f7374870bcbdc55b145dfb75cd7669556494b457bbb
 WHIRLPOOL 
acfe83ebcc697904246a11583d0ff521365639d2006629e76123db93c35ea7ed39cbd7fed54470e5ed0e27cc6b28d70559738d68f36c31be63391c539c5323cb
 DIST darktable-1.6.9.tar.xz 3124940 SHA256 
0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173 SHA512 
c0e8e83cf1cb10b663e5486f2bdde3cba2db5dbaabacd260999be1173c67618023e785e9087a517959835459f8d54c245d190f63a9422a17f3472f5aa316d492
 WHIRLPOOL 
0a2446ff7f98cf0297c5948009414dbf828f1cc60a9fb117f1e110f454dd68df611310bd9ff287f1f2345a8ee9818c1918b4ac7791aeb094c01e71a1ecdfce9d
-DIST darktable-2.0.rc2.tar.xz 2946020 SHA256 
9349eaf45f6aa4682a7c7d3bb8721b55ad9d643cc9bd6036cb82c7654ad7d1b1 SHA512 
a6cdec0a5a8957df3ab55c2a4420b7e702519e28af1c91bbe893914dbda9bd22f8c58197aa684ad19f0f843bc75c594185d9b3dca13075843772861d33833bde
 WHIRLPOOL 
49794626a1f9f665f6d785e0221dfd58812eb959ccb0f35bd33497a0444ffe6addeeb7bae5b6de5be6dc810e07635c3e89aec2e3cc616a63aede00b9d4121cf5
+DIST darktable-2.0.rc3.tar.xz 2953088 SHA256 
4d81527350e6f722da484bdcd3f620918321b0e15b1fdad219821abbf23c2c89 SHA512 
46bc286b3743001f09d2f1646c95dc76c7a3a5bf54e576eefaa8c151d46650040a12bcbf7520e917934f81edbb5c68250e36d6d97d46a3be4b8100ee8711c7d3
 WHIRLPOOL 
9635c94a9f9b7dba7c1d930a0e5a457f6b4be543c0958672341d5da465188ad7c51193dd5338c801543cb47bd911e369dc59d8b92ce87c4ba8eba68d90f86718
 DIST darktable-usermanual-1.6.0.pdf 12827069 SHA256 
f5c46dbf0a2dd2d391f92555abdefe735c6362e51a755b296d71779492b7e945 SHA512 
39ee8c1b4f23883025750416d9d1f73d1dfbec0e6ac3eeef0f15778ced66a373c00b0a46cb3a54b1cfd6e04313313f63e8e3cd3d0cbea011acaa07a725d0ab02
 WHIRLPOOL 
49a234e57c14d23ccb85eadf2ad03c52eae7f90b0371dce025c04019a7a5cca41858084f735fe0965f93958ab83601571ab3e33acd27c2bcbd381bb0c9da4794
 EBUILD darktable-1.6.6.ebuild 4046 SHA256 
7cf1bc5ce53846951f50537cf263621c4a02ed911fed06b8f1e2c32afd5a2724 SHA512 
d68614204ff3cb3b028f1b60dff08dfdaf34bd497fe2beb495134ef6645273780468aa8ab6f8858b6ece23df1d85147ad006e70be4f0146b8de85debb5ecb475
 WHIRLPOOL 
3d0ced798479e764f7d1cd5e953a89178fa64e893ec3c721e2d6c094a9cdbb22673a08e718d051788fdcb9bad75319e32050f9ab8b5618f953f965b57f59f9a3
 EBUILD darktable-1.6.7.ebuild 4046 SHA256 
7cf1bc5ce53846951f50537cf263621c4a02ed911fed06b8f1e2c32afd5a2724 SHA512 
d68614204ff3cb3b028f1b60dff08dfdaf34bd497fe2beb495134ef6645273780468aa8ab6f8858b6ece23df1d85147ad006e70be4f0146b8de85debb5ecb475
 WHIRLPOOL 
3d0ced798479e764f7d1cd5e953a89178fa64e893ec3c721e2d6c094a9cdbb22673a08e718d051788fdcb9bad75319e32050f9ab8b5618f953f965b57f59f9a3
 EBUILD darktable-1.6.8.ebuild 4046 SHA256 
7cf1bc5ce53846951f50537cf263621c4a02ed911fed06b8f1e2c32afd5a2724 SHA512 
d68614204ff3cb3b028f1b60dff08dfdaf34bd497fe2beb495134ef6645273780468aa8ab6f8858b6ece23df1d85147ad006e70be4f0146b8de85debb5ecb475
 WHIRLPOOL 
3d0ced798479e764f7d1cd5e953a89178fa64e893ec3c721e2d6c094a9cdbb22673a08e718d051788fdcb9bad75319e32050f9ab8b5618f953f965b57f59f9a3
 EBUILD darktable-1.6.9.ebuild 4046 SHA256 
7cf1bc5ce53846951f50537cf263621c4a02ed911fed06b8f1e2c32afd5a2724 SHA512 
d68614204ff3cb3b028f1b60dff08dfdaf34bd497fe2beb495134ef6645273780468aa8ab6f8858b6ece23df1d85147ad006e70be4f0146b8de85debb5ecb475
 WHIRLPOOL 
3d0ced798479e764f7d1cd5e953a89178fa64e893ec3c721e2d6c094a9cdbb22673a08e718d051788fdcb9bad75319e32050f9ab8b5618f953f965b57f59f9a3
-EBUILD darktable-2.0_rc2.ebuild 4051 SHA256 
7010b1c3a79aeb14f90e380f3ab0929459aff2452577137b18c7a6cc677546fb SHA512 
8ba263e9c7643e116218e3a76fe8b36ee797a40843e3c38870564e558078aaa0427420867a3887af4075d8e9ffc21ac4ef7b3a56f6d387272e9bf36bbf6f78b4
 

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

2015-12-05 Thread Markus Meier
commit: 4cb03653e502d79efd342f10943323c68462bf1a
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:58:48 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:58:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb03653

dev-ruby/timers: add ~arm, bug #519596

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

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

diff --git a/dev-ruby/timers/timers-4.0.1.ebuild 
b/dev-ruby/timers/timers-4.0.1.ebuild
index 33b904b..477fb12 100644
--- a/dev-ruby/timers/timers-4.0.1.ebuild
+++ b/dev-ruby/timers/timers-4.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/tarcieri/timers;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/hitimes"



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

2015-12-05 Thread Markus Meier
commit: 73eeb786b700dd2d32921ae88b203189788c1f4b
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:58:11 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:58:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73eeb786

dev-ruby/hitimes: add ~arm, bug #519596

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

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

diff --git a/dev-ruby/hitimes/hitimes-1.2.2.ebuild 
b/dev-ruby/hitimes/hitimes-1.2.2.ebuild
index bfce40d..b61194f 100644
--- a/dev-ruby/hitimes/hitimes-1.2.2.ebuild
+++ b/dev-ruby/hitimes/hitimes-1.2.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/copiousfreetime/hitimes;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] proj/musl:master commit in: sys-apps/busybox/files/, sys-apps/busybox/

2015-12-05 Thread Anthony G. Basile
commit: e1eddb2f7a28b1ee7d11399b7616cb033226b7c8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec  5 15:17:58 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec  5 15:17:58 2015 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e1eddb2f

sys-apps/busybox: bump to 1.24.1, bug #567506.

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

 sys-apps/busybox/Manifest |   3 +
 sys-apps/busybox/busybox-1.24.1-r99.ebuild| 310 ++
 sys-apps/busybox/files/busybox-1.24.1-unzip.patch | 112 
 3 files changed, 425 insertions(+)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 43bbecd..4e7d4d8 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,5 +1,6 @@
 AUX busybox-1.19.0-bb.patch 908 SHA256 
98f92c2edbcf61d1bacef783ea8b08cce07051b0a4489ed3f4579296846f89f1 SHA512 
d4024e531ce7113cf554646608b1ef356e51691e3e21d165621b3690c82b56a319867b90d9daba548b635d9dbd41be5efea63181b7123d4505e529d863a8214c
 WHIRLPOOL 
b0d6d9b08ad0930e5243c7addc8a6db61505e95ed8e72c64fbfd734cb6ff9e303b3eb8ea6ec4790b2be567783664230cf278eb3e673fa0844c3881cf993f7cb8
 AUX busybox-1.23.1-trylink-flags.patch 1334 SHA256 
9791303d0ec22b8c97223758987c0c4fa562ace05a56be4c17837c9f1e1ce490 SHA512 
5ca429047719943cde0493790c9212f1386ac1ebeb65a15b0497ac49821cac36c60f78aa9f35551af28ab21465ef4118782260636968393f19ecd27c44a6a046
 WHIRLPOOL 
0fb2d02660c100ab1defc03da3292a9ec055697553aeb62094f1ae933edd99fe105ba2687910197dd253b7b970673973003707479f7a4865168d39f679b12f61
+AUX busybox-1.24.1-unzip.patch 3903 SHA256 
423e7b2c9dc5614de8038e3938de6f6831e79bbd1889a9a80bef1780a2635ce8 SHA512 
c6b33f1b3e8c995a8b47f6c66f068db4068a53293a6d321adb184ce2ffebff4a94c64814d80bfdf5ce103176ed6c892d4d9641f72831833672d87cefed97c472
 WHIRLPOOL 
8b356fb1a38697da657c0f2e47b726bc738a13d104c4169f8195646a7890f42d47fd0f217ad9943e4432b27d1fc6adad334f9ac4780f3a5ba48b6da977503c0c
 AUX ginit.c 3097 SHA256 
fd6a4715d3dd10f6db479020433da3997d397658301335c847fb779129238b8c SHA512 
8bf70f13db0fbeecedf9a9f862c5391c0d8b7aa3ddd2ec85cda9b360c3117a01e32b01017b8c30197f587e521ba360ff70d1caf8d0f69d5c3a27f37ecc252e7c
 WHIRLPOOL 
a1ec3ccc296033d88a9504b693c7d249d0bd11b1d75e3f59a62137c5e4b4c914fe2b8971c86dbca2cc8ccc0d86f3f8c2c45bb44cec85a3628c44f091476baa92
 AUX klogd.confd 218 SHA256 
737b78745964e110da2fd3357c6d5fb80ccacf979039b8d40c03cf1cb969e5f3 SHA512 
3348d5376b368b28d1431692a93868cd4550be12ad729340c5f78da35a5bd295e7613d70ce8ccde5029ad6d87a41c2f24155180f3570de8a9174dd63dece143f
 WHIRLPOOL 
ea28c1d926e36fba0ab69de8ddfd2503889b7cfa3a4ada347a9d22d9894fe30be068c0ed55f899b952e62b8de3cb69e1a4209f7864787988ded28ede10c7445a
 AUX klogd.initd 359 SHA256 
ef607b72d270797e4be1fba425c23ba26078633c47c698063bd4b17e7b4ff8c3 SHA512 
e9d6215e4b0dcc4fbb507ce2bb84c818ad18951282c47c98b0c98b3fa58e6b28218f608689a7786cb0447673ae1f5c3ba5767f9b29cffd73325d93bf2a928ac9
 WHIRLPOOL 
d7e82a0d2a6a60b2444a3b212022250297ca163001045bf508442972fc6330c4eea55cb965920778e090c92a69441e864e6721f02ecc6d10279b6196b14f7e71
@@ -18,5 +19,7 @@ AUX syslogd.initd 383 SHA256 
b66e709317513b79139d5441c712839e271ff5177a3d743b86e
 AUX watchdog.confd 232 SHA256 
786d9497ad55c29d6fff231709e71ecad94f2ee1de3b45b461deb29c3eba1c63 SHA512 
8fd7121075535195f3e5d43ec773713c883fb7865cd5e5927b3b20c2605c50acb81d50461bd1a246c1282006ce74b11932ac1cec67ddc2be15da2f9aa8674232
 WHIRLPOOL 
8ea0f6b759198c978f10bf0b2b00cc73343e72401a05edf257b9c5e1032e8a619328aaa02936b5b5a717a021baa84b5653b8c9826e14e5c07c7b7af98f878767
 AUX watchdog.initd 334 SHA256 
ae335a9540d282277d0a127673efff279177a1bb643e98afd772eef9423fe79f SHA512 
e915a2b5567b1cfe5423b00ca984c37dea4afd72bc3b7a550858f7140dc18283831bb9cfeeb564ced2669706cf747f3934fd339f9e93d456b229b03781ac9303
 WHIRLPOOL 
c57eaf47d0501394f2f08a6b6f09529f91fd34f3d5027f6e159573ea8c5321a88c2cb01511971d15f8b25c9a44693c88e340ee35949c4cdab49d7fbbbe064c22
 DIST busybox-1.23.2.tar.bz2 2252786 SHA256 
05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a SHA512 
209c8ef26e40ccb81510f6b663202b080f9bbecac7faf386bbabf7e36a43d63b15dd6ce9f7a84c1ccc5345c524999812251da1e113ef9faadc6af1fedd24c7c9
 WHIRLPOOL 
a0396f7f49ae702f1617e72d5d4646aceec4eba67219c7125bd8d0926d1acb1ef41ea15a7406c3cf5e5e0d8925cc75910ed5128e5fbdd257b80e2cb4f7a048a2
+DIST busybox-1.24.1.tar.bz2 2068803 SHA256 
37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d SHA512 
3afc757ebaae61ae13c2c69097ee734717434f9e658eb77093a8b7b49af3326cbca2d723483ff84a1da99544b822fd2b47d9a97c68f09962e11754e5daf124ca
 WHIRLPOOL 
5e827d08d737caac832e7e5923da624094ff27ee2edbb46dadc339e95edba65378a8fa3db412682724476a2092eee41a804f8f36c2eec0b9f883f5ba855f3ad0
 EBUILD busybox-1.23.2-r99.ebuild 8889 SHA256 
395dec4ab6daeca4206d4b3ee45a901fbeee32a5c8faa516bb2abf98dc0b3e7d SHA512 
3853b2c04731a67a55275217b9eee79effde01352c4e261721dca8b7e31b5c594ad275524464291b5bdcbd306dc17c8f7167411beb310815da03c7cfdebb3fe0
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: ros-meta/pr2_common/

2015-12-05 Thread Alexis Ballier
commit: ea3a8d7567c8c140eb55185a3d61fb632a38d18b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec  5 15:12:35 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec  5 15:12:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3a8d75

ros-meta/pr2_common: Bump to 1.11.10.

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

 ros-meta/pr2_common/Manifest  |  1 +
 ros-meta/pr2_common/pr2_common-1.11.10.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/pr2_common/Manifest b/ros-meta/pr2_common/Manifest
index 81a1f40..408f7ae 100644
--- a/ros-meta/pr2_common/Manifest
+++ b/ros-meta/pr2_common/Manifest
@@ -1 +1,2 @@
+DIST pr2_common-1.11.10.tar.gz 8874 SHA256 
e9c50d2b40171b6501752c340d27610657741b6e35680f1cc0a21e45d820a678 SHA512 
64288085fe0ebd02941c6da4f3cdf02f65e84f2ef99a6748d9b614d7aaf2a692229f67a175e81a1954dc42e6cb3e430cdc23c54df81934ad6698f019a3cf3748
 WHIRLPOOL 
f9529982ee38fc38f1cc965c62a131e9d73ee7e484acc13b6961240759dc5f336b9a5431e06d083787ee8db0c76a1f411b4628d2eb6776f318109b27476b1078
 DIST pr2_common-1.11.9.tar.gz 7556 SHA256 
c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 
44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213
 WHIRLPOOL 
ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05

diff --git a/ros-meta/pr2_common/pr2_common-1.11.10.ebuild 
b/ros-meta/pr2_common/pr2_common-1.11.10.ebuild
new file mode 100644
index 000..3befd2e
--- /dev/null
+++ b/ros-meta/pr2_common/pr2_common-1.11.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/pr2/pr2_common;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="URDF description and 3D models of robot components of the PR2 
robot"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/pr2_msgs
+   dev-ros/pr2_dashboard_aggregator
+   dev-ros/pr2_description
+   dev-ros/pr2_machine
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pr2_description/

2015-12-05 Thread Alexis Ballier
commit: 4afd8f75ed0ab96ff6a969b6aa395bae4561
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec  5 15:12:26 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec  5 15:12:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afd8f70

dev-ros/pr2_description: Bump to 1.11.10.

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

 dev-ros/pr2_description/Manifest   |  1 +
 .../pr2_description/pr2_description-1.11.10.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/pr2_description/Manifest b/dev-ros/pr2_description/Manifest
index 81a1f40..408f7ae 100644
--- a/dev-ros/pr2_description/Manifest
+++ b/dev-ros/pr2_description/Manifest
@@ -1 +1,2 @@
+DIST pr2_common-1.11.10.tar.gz 8874 SHA256 
e9c50d2b40171b6501752c340d27610657741b6e35680f1cc0a21e45d820a678 SHA512 
64288085fe0ebd02941c6da4f3cdf02f65e84f2ef99a6748d9b614d7aaf2a692229f67a175e81a1954dc42e6cb3e430cdc23c54df81934ad6698f019a3cf3748
 WHIRLPOOL 
f9529982ee38fc38f1cc965c62a131e9d73ee7e484acc13b6961240759dc5f336b9a5431e06d083787ee8db0c76a1f411b4628d2eb6776f318109b27476b1078
 DIST pr2_common-1.11.9.tar.gz 7556 SHA256 
c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 
44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213
 WHIRLPOOL 
ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05

diff --git a/dev-ros/pr2_description/pr2_description-1.11.10.ebuild 
b/dev-ros/pr2_description/pr2_description-1.11.10.ebuild
new file mode 100644
index 000..3c99ffb
--- /dev/null
+++ b/dev-ros/pr2_description/pr2_description-1.11.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/pr2/pr2_common;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Description (mechanical, kinematic, visual,  etc.) of the PR2 
robot"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/xacro"
+DEPEND="${RDEPEND}
+   dev-ros/convex_decomposition
+   dev-ros/ivcon
+   test? ( dev-libs/urdfdom dev-cpp/gtest )"
+
+PATCHES=( "${FILESDIR}/pr2_description.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pr2_msgs/

2015-12-05 Thread Alexis Ballier
commit: 9962c5ef3ea6d3e5d1a4dd57f0ac4560db470647
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec  5 15:12:16 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec  5 15:12:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9962c5ef

dev-ros/pr2_msgs: Bump to 1.11.10.

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

 dev-ros/pr2_msgs/Manifest|  1 +
 dev-ros/pr2_msgs/pr2_msgs-1.11.10.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/pr2_msgs/Manifest b/dev-ros/pr2_msgs/Manifest
index 81a1f40..408f7ae 100644
--- a/dev-ros/pr2_msgs/Manifest
+++ b/dev-ros/pr2_msgs/Manifest
@@ -1 +1,2 @@
+DIST pr2_common-1.11.10.tar.gz 8874 SHA256 
e9c50d2b40171b6501752c340d27610657741b6e35680f1cc0a21e45d820a678 SHA512 
64288085fe0ebd02941c6da4f3cdf02f65e84f2ef99a6748d9b614d7aaf2a692229f67a175e81a1954dc42e6cb3e430cdc23c54df81934ad6698f019a3cf3748
 WHIRLPOOL 
f9529982ee38fc38f1cc965c62a131e9d73ee7e484acc13b6961240759dc5f336b9a5431e06d083787ee8db0c76a1f411b4628d2eb6776f318109b27476b1078
 DIST pr2_common-1.11.9.tar.gz 7556 SHA256 
c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 
44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213
 WHIRLPOOL 
ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05

diff --git a/dev-ros/pr2_msgs/pr2_msgs-1.11.10.ebuild 
b/dev-ros/pr2_msgs/pr2_msgs-1.11.10.ebuild
new file mode 100644
index 000..b296b46
--- /dev/null
+++ b/dev-ros/pr2_msgs/pr2_msgs-1.11.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/pr2/pr2_common;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for representing PR2 state, such as battery information 
and the PR2 fingertip sensors"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pr2_dashboard_aggregator/

2015-12-05 Thread Alexis Ballier
commit: 9ebe5eb8bd96c08ba8fe0d84f8c45e72b209c222
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec  5 15:12:21 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec  5 15:12:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebe5eb8

dev-ros/pr2_dashboard_aggregator: Bump to 1.11.10.

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

 dev-ros/pr2_dashboard_aggregator/Manifest  |  1 +
 .../pr2_dashboard_aggregator-1.11.10.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/pr2_dashboard_aggregator/Manifest 
b/dev-ros/pr2_dashboard_aggregator/Manifest
index 81a1f40..408f7ae 100644
--- a/dev-ros/pr2_dashboard_aggregator/Manifest
+++ b/dev-ros/pr2_dashboard_aggregator/Manifest
@@ -1 +1,2 @@
+DIST pr2_common-1.11.10.tar.gz 8874 SHA256 
e9c50d2b40171b6501752c340d27610657741b6e35680f1cc0a21e45d820a678 SHA512 
64288085fe0ebd02941c6da4f3cdf02f65e84f2ef99a6748d9b614d7aaf2a692229f67a175e81a1954dc42e6cb3e430cdc23c54df81934ad6698f019a3cf3748
 WHIRLPOOL 
f9529982ee38fc38f1cc965c62a131e9d73ee7e484acc13b6961240759dc5f336b9a5431e06d083787ee8db0c76a1f411b4628d2eb6776f318109b27476b1078
 DIST pr2_common-1.11.9.tar.gz 7556 SHA256 
c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 
44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213
 WHIRLPOOL 
ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05

diff --git 
a/dev-ros/pr2_dashboard_aggregator/pr2_dashboard_aggregator-1.11.10.ebuild 
b/dev-ros/pr2_dashboard_aggregator/pr2_dashboard_aggregator-1.11.10.ebuild
new file mode 100644
index 000..35693d7
--- /dev/null
+++ b/dev-ros/pr2_dashboard_aggregator/pr2_dashboard_aggregator-1.11.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/pr2/pr2_common;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Aggregates all of the topics that a 'pr2_dashboard' app might be 
interested in"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/pr2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pr2_machine/

2015-12-05 Thread Alexis Ballier
commit: e5cc6e9f155028fc2ad395b042221a12990ed50b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec  5 15:12:30 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec  5 15:12:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cc6e9f

dev-ros/pr2_machine: Bump to 1.11.10.

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

 dev-ros/pr2_machine/Manifest   |  1 +
 dev-ros/pr2_machine/pr2_machine-1.11.10.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ros/pr2_machine/Manifest b/dev-ros/pr2_machine/Manifest
index 81a1f40..408f7ae 100644
--- a/dev-ros/pr2_machine/Manifest
+++ b/dev-ros/pr2_machine/Manifest
@@ -1 +1,2 @@
+DIST pr2_common-1.11.10.tar.gz 8874 SHA256 
e9c50d2b40171b6501752c340d27610657741b6e35680f1cc0a21e45d820a678 SHA512 
64288085fe0ebd02941c6da4f3cdf02f65e84f2ef99a6748d9b614d7aaf2a692229f67a175e81a1954dc42e6cb3e430cdc23c54df81934ad6698f019a3cf3748
 WHIRLPOOL 
f9529982ee38fc38f1cc965c62a131e9d73ee7e484acc13b6961240759dc5f336b9a5431e06d083787ee8db0c76a1f411b4628d2eb6776f318109b27476b1078
 DIST pr2_common-1.11.9.tar.gz 7556 SHA256 
c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 
44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213
 WHIRLPOOL 
ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05

diff --git a/dev-ros/pr2_machine/pr2_machine-1.11.10.ebuild 
b/dev-ros/pr2_machine/pr2_machine-1.11.10.ebuild
new file mode 100644
index 000..100efdd
--- /dev/null
+++ b/dev-ros/pr2_machine/pr2_machine-1.11.10.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/pr2/pr2_common;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="xxx.machine files that describe the different hosts a node can be 
spawned on"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2015-12-05 Thread Markus Meier
commit: 4d0ebd032361797c3ad1bc231eeed2e31bf1a917
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:46:19 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:46:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0ebd03

media-libs/libsndfile: arm stable, bug #566682

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

 media-libs/libsndfile/libsndfile-1.0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsndfile/libsndfile-1.0.26.ebuild 
b/media-libs/libsndfile/libsndfile-1.0.26.ebuild
index d494067..0e85d4a 100644
--- a/media-libs/libsndfile/libsndfile-1.0.26.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.26.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="alsa minimal sqlite static-libs test"
 
 RDEPEND="



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

2015-12-05 Thread Markus Meier
commit: 5103a93bb101d4f950d90afbea26c15bbcb15da2
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 12:53:22 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 12:53:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103a93b

media-gfx/darktable: version bump, add subslot operator on lensfun

Package-Manager: portage-2.2.26

 media-gfx/darktable/Manifest| 2 +-
 .../darktable/{darktable-2.0_rc2.ebuild => darktable-2.0_rc3.ebuild}| 2 +-
 media-gfx/darktable/darktable-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/darktable/Manifest b/media-gfx/darktable/Manifest
index c74ac26..2a5a5c9 100644
--- a/media-gfx/darktable/Manifest
+++ b/media-gfx/darktable/Manifest
@@ -1,3 +1,3 @@
 DIST darktable-1.6.9.tar.xz 3124940 SHA256 
0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173 SHA512 
c0e8e83cf1cb10b663e5486f2bdde3cba2db5dbaabacd260999be1173c67618023e785e9087a517959835459f8d54c245d190f63a9422a17f3472f5aa316d492
 WHIRLPOOL 
0a2446ff7f98cf0297c5948009414dbf828f1cc60a9fb117f1e110f454dd68df611310bd9ff287f1f2345a8ee9818c1918b4ac7791aeb094c01e71a1ecdfce9d
-DIST darktable-2.0.rc2.tar.xz 2946020 SHA256 
9349eaf45f6aa4682a7c7d3bb8721b55ad9d643cc9bd6036cb82c7654ad7d1b1 SHA512 
a6cdec0a5a8957df3ab55c2a4420b7e702519e28af1c91bbe893914dbda9bd22f8c58197aa684ad19f0f843bc75c594185d9b3dca13075843772861d33833bde
 WHIRLPOOL 
49794626a1f9f665f6d785e0221dfd58812eb959ccb0f35bd33497a0444ffe6addeeb7bae5b6de5be6dc810e07635c3e89aec2e3cc616a63aede00b9d4121cf5
+DIST darktable-2.0.rc3.tar.xz 2953088 SHA256 
4d81527350e6f722da484bdcd3f620918321b0e15b1fdad219821abbf23c2c89 SHA512 
46bc286b3743001f09d2f1646c95dc76c7a3a5bf54e576eefaa8c151d46650040a12bcbf7520e917934f81edbb5c68250e36d6d97d46a3be4b8100ee8711c7d3
 WHIRLPOOL 
9635c94a9f9b7dba7c1d930a0e5a457f6b4be543c0958672341d5da465188ad7c51193dd5338c801543cb47bd911e369dc59d8b92ce87c4ba8eba68d90f86718
 DIST darktable-usermanual-1.6.0.pdf 12827069 SHA256 
f5c46dbf0a2dd2d391f92555abdefe735c6362e51a755b296d71779492b7e945 SHA512 
39ee8c1b4f23883025750416d9d1f73d1dfbec0e6ac3eeef0f15778ced66a373c00b0a46cb3a54b1cfd6e04313313f63e8e3cd3d0cbea011acaa07a725d0ab02
 WHIRLPOOL 
49a234e57c14d23ccb85eadf2ad03c52eae7f90b0371dce025c04019a7a5cca41858084f735fe0965f93958ab83601571ab3e33acd27c2bcbd381bb0c9da4794

diff --git a/media-gfx/darktable/darktable-2.0_rc2.ebuild 
b/media-gfx/darktable/darktable-2.0_rc3.ebuild
similarity index 99%
rename from media-gfx/darktable/darktable-2.0_rc2.ebuild
rename to media-gfx/darktable/darktable-2.0_rc3.ebuild
index c270320..07a9ae2 100644
--- a/media-gfx/darktable/darktable-2.0_rc2.ebuild
+++ b/media-gfx/darktable/darktable-2.0_rc3.ebuild
@@ -36,7 +36,7 @@ CDEPEND="
gnome-base/librsvg:2
media-gfx/exiv2:0=[xmp]
media-libs/lcms:2
-   >=media-libs/lensfun-0.2.3
+   >=media-libs/lensfun-0.2.3:0=
media-libs/libpng:0=
media-libs/tiff:0
net-misc/curl

diff --git a/media-gfx/darktable/darktable-.ebuild 
b/media-gfx/darktable/darktable-.ebuild
index c22ec31..124851e 100644
--- a/media-gfx/darktable/darktable-.ebuild
+++ b/media-gfx/darktable/darktable-.ebuild
@@ -31,7 +31,7 @@ CDEPEND="
gnome-base/librsvg:2
media-gfx/exiv2:0=[xmp]
media-libs/lcms:2
-   >=media-libs/lensfun-0.2.3
+   >=media-libs/lensfun-0.2.3:0=
media-libs/libpng:0=
media-libs/tiff:0
net-misc/curl



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

2015-12-05 Thread Markus Meier
commit: 3a48213e6d1fbde0792fee9c7705a774e206c8e4
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 13:02:21 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 13:02:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a48213e

dev-ruby/celluloid-io: add ~arm, bug #519596

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

 dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild 
b/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild
index dccb010..f97e97f 100644
--- a/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild
+++ b/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 ruby_add_rdepend ">=dev-ruby/celluloid-0.16.0
>=dev-ruby/nio4r-1.1.0"



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

2015-12-05 Thread Markus Meier
commit: 1672719f941556757ab10b50ff657556a5cc2081
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec  5 13:01:44 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec  5 13:01:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1672719f

dev-ruby/nio4r: add ~arm, bug #519596

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

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

diff --git a/dev-ruby/nio4r/nio4r-1.1.0.ebuild 
b/dev-ruby/nio4r/nio4r-1.1.0.ebuild
index 5185243..ef39ae3 100644
--- a/dev-ruby/nio4r/nio4r-1.1.0.ebuild
+++ b/dev-ruby/nio4r/nio4r-1.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/celluloid/nio4r;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 # Note that nio4r bundles a patched copy of libev, and without these



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

2015-12-05 Thread Ian Delaney
commit: f9f0dee608044ed2f59781fdc05ab7720abbc5b0
Author: Ian Delaney  gentoo  org>
AuthorDate: Sat Dec  5 14:20:03 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Dec  5 14:23:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f0dee6

Merge remote-tracking branch 'remotes/tomboy-64/idea-ultimate'

Review by jlec, adjustments made accordingly

Pull request: https://github.com/gentoo/gentoo/pull/428

 dev-util/idea-ultimate/Manifest|  2 +-
 .../idea-ultimate-15.0.1.143.382.35-r1.ebuild  | 62 +
 .../idea-ultimate-15.0.2.143.1183.10_pre.ebuild| 62 +
 .../idea-ultimate-15.0.2.143.870.1_pre.ebuild  | 81 --
 4 files changed, 125 insertions(+), 82 deletions(-)



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

2015-12-05 Thread Ian Delaney
commit: 8d1dad00d08220bf4348edf12fe40e561e2c4690
Author: Matthew Brewer  sina  cn>
AuthorDate: Tue Dec  1 13:14:55 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Dec  4 23:22:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1dad00

dev-util/idea-ultimate: add .desktop entry for 15.* versions

 ...015.7_pre.ebuild => idea-ultimate-15.0.1.143.382.35-r1.ebuild} | 8 +---
 dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild | 4 +++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild 
b/dev-util/idea-ultimate/idea-ultimate-15.0.1.143.382.35-r1.ebuild
similarity index 90%
copy from dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
copy to dev-util/idea-ultimate/idea-ultimate-15.0.1.143.382.35-r1.ebuild
index dc8152b..3841fca 100644
--- a/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
+++ b/dev-util/idea-ultimate/idea-ultimate-15.0.1.143.382.35-r1.ebuild
@@ -12,12 +12,12 @@ MY_PN="idea"
 
 DESCRIPTION="A complete toolset for web, mobile and enterprise development"
 HOMEPAGE="http://www.jetbrains.com/idea;
-SRC_URI="http://download-cf.jetbrains.com/idea/${MY_PN}IU-${PV_STRING}.tar.gz;
+SRC_URI="http://download-cf.jetbrains.com/idea/${MY_PN}IU-${MY_PV}.tar.gz -> 
${MY_PN}IU-${PV_STRING}.tar.gz"
 
 LICENSE="IDEA
|| ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="!dev-util/${PN}:14
!dev-util/${PN}:15"
@@ -73,7 +73,9 @@ src_install() {
doins -r *
fperms 755 "${dir}"/bin/{idea.sh,fsnotifier{,64}}
 
-   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
+   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh" || die
+   newicon "bin/${MY_PN}.png" "${PN}.png" || die
+   make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" 
"Development;IDE;" || die
 
# recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
mkdir -p "${D}/etc/sysctl.d/" || die

diff --git a/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild 
b/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
index dc8152b..8c724ef 100644
--- a/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
+++ b/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
@@ -73,7 +73,9 @@ src_install() {
doins -r *
fperms 755 "${dir}"/bin/{idea.sh,fsnotifier{,64}}
 
-   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
+   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh" || die
+   newicon "bin/${MY_PN}.png" "${PN}.png" || die
+   make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" 
"Development;IDE;" || die
 
# recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
mkdir -p "${D}/etc/sysctl.d/" || die



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

2015-12-05 Thread Ian Delaney
commit: faabd46594f750e158b07330fb178b36929f35d9
Author: Matthew Brewer  sina  cn>
AuthorDate: Sat Dec  5 10:27:12 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Dec  5 10:30:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faabd465

dev-util/idea-ultimate: version bump EAP version to 143.1183.10

 dev-util/idea-ultimate/Manifest | 2 +-
 ...43.1015.7_pre.ebuild => idea-ultimate-15.0.2.143.1183.10_pre.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index 5fa08f6..2d525f6 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -1,3 +1,3 @@
 DIST idea-ultimate-14.1.5.141.2735.5.tar.gz 318054935 SHA256 
6912902ec97a57f5553247367d6dd5b8e3041e99faf32c48b672cd31413dab73 SHA512 
7ab3a45593c2324957455b254ae0257a36e8ecbc63014e18feba813413432dccb25d18971840f43cf22174c3338738eec44304091eb30c6ba2d0119b73cc6fa0
 WHIRLPOOL 
44a4bef99fdb638cf3cb0f24559b7765b7a4c7cb94aed5c3b8e503cbdf9fa1354f6d6026a9650fc58faec037b95482190891681f41219c61fc7d67a40e71f168
-DIST ideaIU-143.1015.7.tar.gz 390222836 SHA256 
ce91039b87ca533c24f070195bb52010f6f22ec0d88a1123d8dd6a98e376daa1 SHA512 
2fb27f5da8d781b952a923143b8b665b55eab80ed022d658a98b8c0f3fb74e4cb99e90bed51eef6404a143f691f6d21319925dfbcd31f06c209cd1013293a55f
 WHIRLPOOL 
cefa29882eb80fcac7adb2cf51bc52288e258995761c4a09de512894eb171c721c42337e03ee81baaa036678ad21a830c956628e721f9798c846b1d29824
+DIST ideaIU-143.1183.10.tar.gz 390461334 SHA256 
64b9435e79f0a6e2e08214e1c55617630a5cf2265b5904eeeacee880b55eafa0 SHA512 
0aafce6461d93a158bd69360461630292f758818eaec46ab24644b0ae03e11511553ce157c0ee456c64ae1efdecdd7a535d61312d57a9cb8b98027e2b139e56f
 WHIRLPOOL 
e223ab18338d199d5e6c2847a0814695266e213704f4b1552c7864f1820801ec4bbce7f78099d98fc045f683994687cc0ba7358b142587c715f344e4543ad61c
 DIST ideaIU-143.382.35.tar.gz 379524583 SHA256 
1f4c6f55eeb0ce08f697008935c5b7356e74a85dfaad00f6521670b8f5c6862f SHA512 
cd3fe075be726695144a70b8f6477a7d547ca6c67bfacdf91d64f352066305d18ad0696608ac54d316adb95b3ae7d4d1218d34b28875a084de35dc03da77b91f
 WHIRLPOOL 
99ba3fb796f40bd8cf22c42302fec7e279dc749b681952066d49f6a079ca06e532cc10274bc19a6b12a81cb6f15ebcde8450f774109a6d21a9a8c9b9ea235710

diff --git a/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild 
b/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1183.10_pre.ebuild
similarity index 100%
rename from dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
rename to dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1183.10_pre.ebuild



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

2015-12-05 Thread Ian Delaney
commit: 887228af2ff538725fe4338a01a67c17175bf2f8
Author: Matthew Brewer  sina  cn>
AuthorDate: Tue Dec  1 12:58:33 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Dec  4 23:22:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887228af

dev-util/idea-ultimate: version bump EAP branch to rev 15.0.2.143.1015.7

 dev-util/idea-ultimate/Manifest | 2 +-
 143.870.1_pre.ebuild => idea-ultimate-15.0.2.143.1015.7_pre.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index 8e18d74..5fa08f6 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -1,3 +1,3 @@
 DIST idea-ultimate-14.1.5.141.2735.5.tar.gz 318054935 SHA256 
6912902ec97a57f5553247367d6dd5b8e3041e99faf32c48b672cd31413dab73 SHA512 
7ab3a45593c2324957455b254ae0257a36e8ecbc63014e18feba813413432dccb25d18971840f43cf22174c3338738eec44304091eb30c6ba2d0119b73cc6fa0
 WHIRLPOOL 
44a4bef99fdb638cf3cb0f24559b7765b7a4c7cb94aed5c3b8e503cbdf9fa1354f6d6026a9650fc58faec037b95482190891681f41219c61fc7d67a40e71f168
+DIST ideaIU-143.1015.7.tar.gz 390222836 SHA256 
ce91039b87ca533c24f070195bb52010f6f22ec0d88a1123d8dd6a98e376daa1 SHA512 
2fb27f5da8d781b952a923143b8b665b55eab80ed022d658a98b8c0f3fb74e4cb99e90bed51eef6404a143f691f6d21319925dfbcd31f06c209cd1013293a55f
 WHIRLPOOL 
cefa29882eb80fcac7adb2cf51bc52288e258995761c4a09de512894eb171c721c42337e03ee81baaa036678ad21a830c956628e721f9798c846b1d29824
 DIST ideaIU-143.382.35.tar.gz 379524583 SHA256 
1f4c6f55eeb0ce08f697008935c5b7356e74a85dfaad00f6521670b8f5c6862f SHA512 
cd3fe075be726695144a70b8f6477a7d547ca6c67bfacdf91d64f352066305d18ad0696608ac54d316adb95b3ae7d4d1218d34b28875a084de35dc03da77b91f
 WHIRLPOOL 
99ba3fb796f40bd8cf22c42302fec7e279dc749b681952066d49f6a079ca06e532cc10274bc19a6b12a81cb6f15ebcde8450f774109a6d21a9a8c9b9ea235710
-DIST ideaIU-143.870.1.tar.gz 390127689 SHA256 
2055f6f43c98836c44023372d4dade1a2e4085b5c807298f13bdf4c50690b7cc SHA512 
c3dc326021ab86ce09b05e207f399f5b1738e0ae41c94d64261f42ddbcbf5b43290b50ed02c5aa36df6bc982f9a890f9a8c67a285c712e9b911f1db5053fc860
 WHIRLPOOL 
4a23e74f4913279e8d01698d31a6b1c44cbb85f685af5966dc03fd409b2ddcaf8c300243480238cb412ec92740d249eab3b57568d3e8c093251eb7bf4bfe5447

diff --git a/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.870.1_pre.ebuild 
b/dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild
similarity index 100%
rename from dev-util/idea-ultimate/idea-ultimate-15.0.2.143.870.1_pre.ebuild
rename to dev-util/idea-ultimate/idea-ultimate-15.0.2.143.1015.7_pre.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2015-12-05 Thread Aaron Swenson
commit: a4952c16e644ae9e7b8be6c3a402cad6eaed8150
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Dec  6 04:16:33 2015 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sun Dec  6 04:16:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4952c16

Version Bump

Package-Manager: portage-2.2.20.1

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.5.0.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index b0d0b45..830e082 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.4.1.tar.bz2 1813303 SHA256 
d07ac375f3edd12425d6ce5a96db9739d5ff358cbdf60c6804f7a9e565af8ff2 SHA512 
69d02630856f63bd0617db383b9936ad07e94d2b2fda4a3865657057626887439b52fd7b74602d529aff5cf8c7fbfea72672ccde807395b2dc1cc73c93c2567b
 WHIRLPOOL 
35a6673a98d1fa1f10113c8cfef4dc32ba9b68dcc23e5522252870c2591537f80841913105425bd23ebecaa63d520ceccbfe7824a00e70e9c1461aa919bf2469
 DIST geos-3.4.2.tar.bz2 1813726 SHA256 
15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53 SHA512 
c335608ff5e719ec6f3a6edc157c11fe5aaf9a813bf3c4b1e8a05de7a52584f6f64d5c42e646410c09a2e3cdfd3f8f994bedba37fc60454bbaa7c25ba1d36c9b
 WHIRLPOOL 
5090bb4a4413b4c6fa00651058acfd5cb98bb8a2e68b1175baaf4ade6c737792239a08a6f9f3831c963e896469f9e9a4c1410bdddfb152638f1e72cbdb7c05e0
+DIST geos-3.5.0.tar.bz2 1949397 SHA256 
49982b23bcfa64a5dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 SHA512 
cd9c008c19213eb90959f950b03958e6abd9c22d83e6eb5f5a9020263ad8b0045dd5c5af60417c548fc130a57756ae1ef706710086cc277498b9ba6a0a6256b7
 WHIRLPOOL 
f7530e1dc6b99b4ad83d9a01c44b8e6256e118f7615a473d666b00549296df00ca3c86d7ab4d0ae717a3b329b3a9ecac587bc475ee51cbd7e436922860d00ab9

diff --git a/sci-libs/geos/geos-3.5.0.ebuild b/sci-libs/geos/geos-3.5.0.ebuild
new file mode 100644
index 000..212c82f
--- /dev/null
+++ b/sci-libs/geos/geos-3.5.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_{6,7} )
+inherit autotools eutils python-single-r1 python-utils-r1
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc php python ruby static-libs"
+
+RDEPEND="
+   php? ( >=dev-lang/php-5.3:* )
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   php? ( dev-lang/swig )
+   python? ( dev-lang/swig ${PYTHON_DEPS} )
+   ruby? ( dev-lang/swig )
+"
+
+src_prepare() {
+   epatch "${FILESDIR}"/3.4.2-solaris-isnan.patch
+   eautoreconf
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   econf \
+   $(use_enable python) \
+   $(use_enable ruby) \
+   $(use_enable php) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   emake
+
+   use doc && emake -C "${S}/doc" doxygen-html
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   use doc && dohtml -r doc/doxygen_docs/html/*
+   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
+
+   find "${ED}" -name '*.la' -exec rm -f {} +
+}



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2015-12-05 Thread Ian Stakenvicius
commit: d7abd1219aeb3dbe982b7a9065fe7ad34a267f8e
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Sun Dec  6 04:29:13 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Sun Dec  6 04:29:13 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d7abd121

bump 43b8 to b9

 www-client/firefox/Manifest | 2 +-
 .../firefox/{firefox-43.0_beta8.ebuild => firefox-43.0_beta9.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 886194f..3579685 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -79,4 +79,4 @@ DIST firefox-42.0-xh.xpi 455527 SHA256 
1a1776e5770dd361d0adc85ed80bb1e81dd5436a0
 DIST firefox-42.0-zh-CN.xpi 491278 SHA256 
46bb4b1b67494004441135dbf3051501e0580fb8da29548de73f2e0fe12f7834 SHA512 
af6b29e0b75b213ad82d8b6d9d0222f58a2992c3758fb6de2ea7e6d85736889eb0e66d45f3ef112eb5bc1b194ee747f5cf4eed73f153d6e35e031d2c36339993
 WHIRLPOOL 
742d90de3e7e5266617565a953a04f5c0736d76fef83710cd308150fa4509d5195b5a334097303896a1cc6fcb5070258c25fb2bea7862b77e8d0e7a28d77
 DIST firefox-42.0-zh-TW.xpi 482387 SHA256 
ef4e9b5e01b85564b935a5f9bc663ffac61ce0f3ca166c316b1aee648832d458 SHA512 
35993b713480d68d647c0bcee9ccb8b58949097663ea839ed4ff9de3d11081863db5ab035f74b61beaabc448440c2aa5f6f6955112a23c8702adb8d7af57cd4b
 WHIRLPOOL 
6aea103b3298a07490af7d067df61e0c5693416d8003272478e7c73bb5f36e92fb2f5c96f8b86f83faffe46c5ed7eb142ecfce300e215096585a8eace330ac1e
 DIST firefox-42.0.source.tar.xz 165766832 SHA256 
994a346699298277b64ec0cab72660b8d3e5b879a2ac79207576f7e6c33da3ae SHA512 
d38f48047233bf68929bd05276165266d341c0186214687405010cac7ccbb266618eec43849b05fa12358eb43a106494d8dce9683bae62e133b7f990bb4c8aaf
 WHIRLPOOL 
2ecb00867045f13739dc58838675f0620e3f0e69f7b446a99e9306061f1d44296fb054a8e19fda3f082f0c11f54c4e81810700705df574ee00d96f6332e1b0e1
-DIST firefox-43.0b8.source.tar.xz 175435072 SHA256 
5025fe1b36f6ddf29884d5071e978f067c5903e333f4cd8acd30edfbffaf94af SHA512 
129b9666bbcc47cea845a35e99f8066ef7ffe42766f83b26f479b7fce150dd970998b904ba7aed27d0fa7da6e901d56a9858f96ad83fca3a2bf4dd0d510f6011
 WHIRLPOOL 
bfb10671d078ec706e6d9683d6f00f4b050a58fd968c6ac86c38b08d3273c768e5c2932f454dfded182a3d56b6042a0e088bec3d62158b306c4f422174be272b
+DIST firefox-43.0b9.source.tar.xz 175426232 SHA256 
4ca14dd3a22bd8ef697f3ca15a53500f4079498147355ba38b7930d6355cf45b SHA512 
3cf0d179c00f87ea15b928c0da64a1d3ba89745b6cab946120be3c0f50c6a28214672e6e243f94b137a780381419769f12032f0d283e065f44525dc9761dacfa
 WHIRLPOOL 
14968fea04998cbd14608ab58eb6fb3885e23c3b7e15ccac09b2051bbeedab46650fd99d774c6ec7e532e61bd65f27175b7070b4d68de7e119773f45aba20739

diff --git a/www-client/firefox/firefox-43.0_beta8.ebuild 
b/www-client/firefox/firefox-43.0_beta9.ebuild
similarity index 100%
rename from www-client/firefox/firefox-43.0_beta8.ebuild
rename to www-client/firefox/firefox-43.0_beta9.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/

2015-12-05 Thread Ian Delaney
commit: 73dc9fb9a18861da6ba84741de399ce46769f025
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Wed Dec  2 09:21:47 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sun Dec  6 04:44:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dc9fb9

app-text/linuxdoc-tools: do not install documentation Makefile in 0.9.71

 .../files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git 
a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
 
b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
index 76256da..e0bd5ad 100644
--- 
a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
+++ 
b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
@@ -1,7 +1,8 @@
 See https://gitlab.com/agmartin/linuxdoc-tools/issues/4
+and https://gitlab.com/agmartin/linuxdoc-tools/issues/6
 
 diff --git a/Makefile.in b/Makefile.in
-index adb85d0..7038d97 100644
+index adb85d0..f215678 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -83,13 +83,14 @@ ifneq ($(BUILDDOC_FORMATS),)
@@ -22,6 +23,15 @@ index adb85d0..7038d97 100644
sh Makedoc.sh)
  endif
  
+@@ -174,7 +175,7 @@ ifneq ($(BUILDDOC_FORMATS),)
+   mkdir -m 755 -p $(doc_ddir)
+   # cp -r doc/* $(doc_ddir)
+   ( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar 
-xpf - )
+-  rm -f $(doc_ddir)/Makedoc.sh
++  rm -f $(doc_ddir)/Makedoc.sh $(doc_ddir)/Makefile
+   find $(doc_ddir) -type d -print | xargs chmod 755
+   find $(doc_ddir) -type f -print | xargs chmod 644
+ endif
 diff --git a/doc/Makedoc.sh b/doc/Makedoc.sh
 index b7e2efb..da4be99 100644
 --- a/doc/Makedoc.sh



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

2015-12-05 Thread Jeroen Roovers
commit: 64534b789ddc97036d847a9c8a0bcb536e1280ff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec  6 05:04:38 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec  6 05:04:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64534b78

sys-apps/openrc: Stable for HPPA PPC64 (bug #567356).

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

 sys-apps/openrc/openrc-0.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.18.4.ebuild 
b/sys-apps/openrc/openrc-0.18.4.ebuild
index be7a746..b53ece5 100644
--- a/sys-apps/openrc/openrc-0.18.4.ebuild
+++ b/sys-apps/openrc/openrc-0.18.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



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

2015-12-05 Thread Jeroen Roovers
commit: 9ac8957ac8e0187fa6e81108dbcadd48149965d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec  6 05:07:02 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec  6 05:07:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac8957a

x11-misc/xdg-utils: Stable for HPPA PPC64 (bug #558676).

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

 x11-misc/xdg-utils/xdg-utils-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.1.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.1.ebuild
index 2ee9a45..2bdc698 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://portland.freedesktop.org/download/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~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 ~x86-linux 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc +perl"
 
 RDEPEND="dev-util/desktop-file-utils



[gentoo-commits] repo/gentoo:master commit in: games-fps/duke3d-data/

2015-12-05 Thread Jeroen Roovers
commit: dbb137b4c4c2b15c1381f62c8ac4c7feb70aa593
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec  6 05:09:25 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec  6 05:09:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb137b4

games-fps/duke3d-data: Stable for HPPA (bug #567518).

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

 games-fps/duke3d-data/duke3d-data-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/duke3d-data/duke3d-data-1.0-r3.ebuild 
b/games-fps/duke3d-data/duke3d-data-1.0-r3.ebuild
index be9af9f..9cd076a 100644
--- a/games-fps/duke3d-data/duke3d-data-1.0-r3.ebuild
+++ b/games-fps/duke3d-data/duke3d-data-1.0-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="gog? ( ${GOG_FILE} )"
 
 LICENSE="DUKE3D gog? ( GOG-EULA )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
 IUSE="gog"
 REQUIRED_USE="^^ ( cdinstall gog )"
 RESTRICT="mirror bindist gog? ( fetch )"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/, x11-drivers/nvidia-drivers/files/

2015-12-05 Thread Jeroen Roovers
commit: 5b59b721ce933854d4f6191fc67536d0f5e0113a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec  6 05:32:13 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec  6 05:32:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b59b721

x11-drivers/nvidia-drivers: Unload nvidia-modeset as needed (bug #566242 by 
Adam Shea).

Package-Manager: portage-2.2.26

 x11-drivers/nvidia-drivers/files/nvidia-rmmod.conf | 3 +++
 .../{nvidia-drivers-358.16.ebuild => nvidia-drivers-358.16-r1.ebuild}  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/files/nvidia-rmmod.conf 
b/x11-drivers/nvidia-drivers/files/nvidia-rmmod.conf
new file mode 100644
index 000..48a8273
--- /dev/null
+++ b/x11-drivers/nvidia-drivers/files/nvidia-rmmod.conf
@@ -0,0 +1,3 @@
+# Nvidia UVM support
+
+remove nvidia modprobe -r --ignore-remove nvidia-modeset nvidia-uvm nvidia

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-358.16.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-358.16-r1.ebuild
similarity index 99%
rename from x11-drivers/nvidia-drivers/nvidia-drivers-358.16.ebuild
rename to x11-drivers/nvidia-drivers/nvidia-drivers-358.16-r1.ebuild
index 44a9162..e81b1bc 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-358.16.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-358.16-r1.ebuild
@@ -244,7 +244,7 @@ src_install() {
# pkg_preinst, see bug #491414
insinto /etc/modprobe.d
newins "${FILESDIR}"/nvidia-169.07 nvidia.conf
-   use uvm && doins "${FILESDIR}"/nvidia-uvm.conf
+   doins "${FILESDIR}"/nvidia-rmmod.conf
 
# Ensures that our device nodes are created when not using X
exeinto "$(get_udevdir)"



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

2015-12-05 Thread Doug Goldstein
commit: c9a8d507780f6d77baa32a48bd2716d9f96b97f9
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec  6 05:00:03 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec  6 05:35:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a8d507

app-emulation/xen: update inherit lines and use git-r3

Move the inherit lines back up near the top and switch to using git-r3
for the live version.

Signed-off-by: Doug Goldstein  gentoo.org>

 app-emulation/xen/xen-4.6.0-r2.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild 
b/app-emulation/xen/xen-4.6.0-r2.ebuild
index 3377511..f3d1b62 100644
--- a/app-emulation/xen/xen-4.6.0-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.0-r2.ebuild
@@ -6,13 +6,16 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
+inherit eutils mount-boot flag-o-matic python-any-r1 toolchain-funcs
+
 MY_PV=${PV/_/-}
 MY_P=${PN}-${PV/_/-}
 
 if [[ $PV == * ]]; then
+   inherit git-r3
KEYWORDS=""
-   EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git"
-   live_eclass="git-2"
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
 else
KEYWORDS="~amd64 ~arm ~arm64 -x86"
UPSTREAM_VER=0
@@ -32,8 +35,6 @@ else

https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches.tar.gz;
 fi
 
-inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils 
${live_eclass}
-
 DESCRIPTION="The Xen virtual machine monitor"
 HOMEPAGE="http://xen.org/;
 LICENSE="GPL-2"



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

2015-12-05 Thread Doug Goldstein
commit: 8a11081f495114c5ddfb54a8cef9285d6d7aa878
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec  6 05:14:37 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec  6 05:35:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a11081f

app-emulation/xen: provide a sub-slot

Technically when switching between minor versions (e.g. 4.5 -> 4.6) you
need to rebuild anything that has linked against the Xen libraries due
to no promise of ABI stability between those versions. So expose a
sub-slot so packages can be rebuilt appropriately.

Signed-off-by: Doug Goldstein  gentoo.org>

 app-emulation/xen/xen-4.6.0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild 
b/app-emulation/xen/xen-4.6.0-r2.ebuild
index bfe39a9..717b3e1 100644
--- a/app-emulation/xen/xen-4.6.0-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.0-r2.ebuild
@@ -6,10 +6,11 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils mount-boot flag-o-matic python-any-r1 toolchain-funcs
+inherit eutils mount-boot flag-o-matic python-any-r1 toolchain-funcs 
versionator
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${PV/_/-}
+MAJOR_V="$(get_version_component_range 1-2)"
 
 if [[ $PV == * ]]; then
inherit git-r3
@@ -38,7 +39,7 @@ fi
 DESCRIPTION="The Xen virtual machine monitor"
 HOMEPAGE="http://xen.org/;
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="0/${MAJOR_V}"
 IUSE="custom-cflags debug efi flask xsm"
 
 DEPEND="${PYTHON_DEPS}



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

2015-12-05 Thread Doug Goldstein
commit: 3fdeeac653938b76993db617b4a3786287ec2007
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec  6 05:04:09 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec  6 05:35:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdeeac6

app-emulation/xen: delete x86 bits

x86 is not supported by this version of Xen and won't be supported going
forward so drop the x86 code.

Signed-off-by: Doug Goldstein  gentoo.org>

 app-emulation/xen/xen-4.6.0-r2.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild 
b/app-emulation/xen/xen-4.6.0-r2.ebuild
index f3d1b62..bfe39a9 100644
--- a/app-emulation/xen/xen-4.6.0-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.0-r2.ebuild
@@ -60,11 +60,7 @@ S="${WORKDIR}/${MY_P}"
 pkg_setup() {
python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
-   if use x86 && use amd64; then
-   die "Confusion! Both x86 and amd64 are set in your use 
flags!"
-   elif use x86; then
-   export XEN_TARGET_ARCH="x86_32"
-   elif use amd64; then
+   if use amd64; then
export XEN_TARGET_ARCH="x86_64"
elif use arm; then
export XEN_TARGET_ARCH="arm32"



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

2015-12-05 Thread Doug Goldstein
commit: 415ca2fc9582e38407e41bb10b4c905e00538661
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec  6 05:28:08 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec  6 05:35:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ca2fc

app-emulation/xen: don't install EFI bits with USE=-efi

Don't install the EFI bits if the user didn't want them.

Signed-off-by: Doug Goldstein  gentoo.org>

 app-emulation/xen/xen-4.6.0-r2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild 
b/app-emulation/xen/xen-4.6.0-r2.ebuild
index 717b3e1..b67f639 100644
--- a/app-emulation/xen/xen-4.6.0-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils mount-boot flag-o-matic python-any-r1 toolchain-funcs 
versionator
+inherit eutils multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs 
versionator
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${PV/_/-}
@@ -170,6 +170,9 @@ src_install() {
fi
 
emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" -C xen ${myopt} install
+
+   # make install likes to throw in some extra EFI bits if it built
+   use efi || rm -rf "${D}/usr/$(get_libdir)/efi"
 }
 
 pkg_postinst() {



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

2015-12-05 Thread Doug Goldstein
commit: d7b224b0cc91b6dc978269bd33fa082d3f5a9520
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec  6 05:31:08 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec  6 05:35:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b224b0

app-emulation/xen: drop USE=xsm

USE=xsm does not make sense for us to package up. If the user wants XSM,
they'll always want Flask. If they're developing their own XSM module
they will not be using our packages for that.

Signed-off-by: Doug Goldstein  gentoo.org>

 app-emulation/xen/xen-4.6.0-r2.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild 
b/app-emulation/xen/xen-4.6.0-r2.ebuild
index b67f639..492a696 100644
--- a/app-emulation/xen/xen-4.6.0-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.0-r2.ebuild
@@ -40,7 +40,7 @@ DESCRIPTION="The Xen virtual machine monitor"
 HOMEPAGE="http://xen.org/;
 LICENSE="GPL-2"
 SLOT="0/${MAJOR_V}"
-IUSE="custom-cflags debug efi flask xsm"
+IUSE="custom-cflags debug efi flask"
 
 DEPEND="${PYTHON_DEPS}
efi? ( >=sys-devel/binutils-2.22[multitarget] )
@@ -53,8 +53,7 @@ RESTRICT="test"
 # Approved by QA team in bug #144032
 QA_WX_LOAD="boot/xen-syms-${PV}"
 
-REQUIRED_USE="flask? ( xsm )
-   arm? ( debug )"
+REQUIRED_USE="arm? ( debug )"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -75,8 +74,6 @@ pkg_setup() {
if use flask ; then
export "XSM_ENABLE=y"
export "FLASK_ENABLE=y"
-   elif use xsm ; then
-   export "XSM_ENABLE=y"
fi
 }
 



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

2015-12-05 Thread James Le Cuirot
commit: 0029d15a96b5777f12503e7298a92bccfc8571ff
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec  5 17:23:15 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  5 17:24:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0029d15a

dev-java/antlr: Version bump for SLOT 3, should fix #567560

I initially wanted to add 3.3 but despite it being less disruptive
than 3.4, I found compatibility issues with the revdeps. We will
hopefully never need 3.3.

This is a total rewrite from the previous version, which uses the new
simplified antlr-2 ebuild and adds a very large test suite that is
passing with a little patching.

Package-Manager: portage-2.2.26

 dev-java/antlr/Manifest   |   2 +
 dev-java/antlr/antlr-3.2.ebuild   |  96 
 dev-java/antlr/files/3.2-java-8.patch |  32 
 dev-java/antlr/files/3.2-test-fixes.patch | 249 ++
 4 files changed, 379 insertions(+)

diff --git a/dev-java/antlr/Manifest b/dev-java/antlr/Manifest
index 9bce4f8..7c1dfc3 100644
--- a/dev-java/antlr/Manifest
+++ b/dev-java/antlr/Manifest
@@ -2,5 +2,7 @@ DIST 4.4.zip 1107695 SHA256 
68a79e4accae4dfd9d45a8292fe9b2812c6a3ec1d903412e205a
 DIST antlr-2.7.7.tar.gz 1816180 SHA256 
853aeb021aef7586bda29e74a6b03006bcb565a755c86b66032d8ec31b67dbb9 SHA512 
faa72d2ddcba434ef1233e70c1549e63eba67c00793966322e821cf7f015cccb804448cb92d8fbef0429f59928fad65ec954f8ffbda0acbb8e983de0806d349d
 WHIRLPOOL 
def5ac0ddfe5a65f9f7d5489d039048c5d630b46cd5626593bd12e9b393d5ec26884f90b013bcdf58511e26abbf06e0d7b3789a11298b017f7e70af2ec8dde4a
 DIST antlr-3.1.3-generated.tar.bz2 47167 SHA256 
ed326de0f1f92dd72e8d9644e8eaf59d02b9725b4b5218f5c54e12100f8d05f4 SHA512 
4ea01ad0d5fc99607ffa445fb99ae424648b713dca293d05ff4ec064cac0a0fe5073df3834f9b6990e99f3cefc5cdd191a1ee3c3951d97615908b94630070bba
 WHIRLPOOL 
61f7829811251a35528c322952830dc5a6e82e23e36f664af179b41955734e771aaad070298666a15be0f41982dbb8b19955b5967987582c6b666e602384d060
 DIST antlr-3.1.3.tar.gz 10743515 SHA256 
1fca0fc7304140807e64ec263a58d93ef1b380cfb6407084e6909f8220bc1039 SHA512 
6814b970740bd61e6727f81b1a2fb4249f8f029e756694d852224eee54e0231540f8e23d2fa8f78eef234d6497f5fa1411e76020ffaed737d8c1a5178321a062
 WHIRLPOOL 
9d9a1caf39595dbb9b300f730091cfa38a12ab10b8a59d58c7bdd9ba4674bce9f49bc21b5b170129216ff9d880dbf5f0bdb5bfe614b003a4ffe948948b5413c9
+DIST antlr-3.2.jar 1928009 SHA256 
4c8737014e7ca0d2c85171edf37f5a26b2d8d8237c283357b81a3269b6848d38 SHA512 
25a61404c4b41e48eeaed49d41122f9400092248a10eb776d75ce3513295870eca1acc4b06c74925284a27cc64ca0506e34de39fb91996f09727cc5cc72dd9a6
 WHIRLPOOL 
19d99c9f50339ee9ef31e9458ac3a44ce52aa89ed84f96be905d626e3a53d5e2bbdb2e8eb4c5ca16413e7493499b141f940dd200658f8e60e9ecbd777f83a84b
+DIST antlr-3.2.tar.gz 837320 SHA256 
01548fa03ef1f0ed05a93f0749b65db8a35a191ad7ad34e1e6a6a2529ca2ef45 SHA512 
8984221cd89253c033a4596dd56cd51b297393a53b4682f5ab401172745d343371bf0d45417fa286ce972add1b4e474f1f3091fa1345158dbfc040702d61607c
 WHIRLPOOL 
40080efc13c88312aaa318cde097f240e711b477e264739ea71b6c246ede29ac48f42eccd55365af531eb428f1ca1d89386d7e5753b6bc35cad9bf937b70e6de
 DIST antlr-3.5.2-complete-no-st3.jar 1862097 SHA256 
46531814ba9739cdf20c6c1789c252d3d95b68932813d79fb8bbfdf8d5840417 SHA512 
227f56edfb8d1935fc0f5bd69a730a2230b173f38baa7837b6dac9b4a10c5d4a9b2eb806416b21bed2621bb0b8e0fb98a6f48da2660b326728326f078bc28ea9
 WHIRLPOOL 
5c5285894e2d4182650a8a573ae83996e1f463d6ce866ddcff43959b16cf1070c3042b21d80c9350865716a6719d15fcd42b7370b4af69b6eca863d26ffcc325
 DIST antlr-4.3-complete.jar 1340431 SHA256 
da9afec193edcc4d8080a4897e77e1e2f6a0c0bc265fccb8c44ae10660f7a8f0 SHA512 
669cc21ef72ec899509181b1ec77d918fce9dba3db165d9d7429e0058c58a9d716cbf274d7a54b6bd9143d95d9a902d82acfa5bcb5e6c805c4e9fdf90b83349e
 WHIRLPOOL 
f665a200850d294ee0f8c3127bb918a9c9625098a97a960afe08b3a3940ba2c2ad54099e34c82fab5058b668a721b3ed5621a85820d0aca0e16af2f81627c723

diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild
new file mode 100644
index 000..13b7623
--- /dev/null
+++ b/dev-java/antlr/antlr-3.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A parser generator for many languages"
+HOMEPAGE="http://www.antlr3.org/;
+SRC_URI="http://www.antlr3.org/download/${P}.tar.gz
+   http://www.antlr3.org/download/${P}.jar; # Prebuilt version needed.
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+CDEPEND=">=dev-java/antlr-2.7.7-r7:0
+   dev-java/stringtemplate:0"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.6
+   test? ( dev-java/junit:4 )"
+

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2015-12-05 Thread Jorge Manuel B. S. Vicetto
commit: 3247f394e6a2906e78ef1c06906d4fd9938ab0e4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Dec  5 18:30:58 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Dec  5 18:30:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3247f394

[www-apps/drupal] Add 8.0.1 release and drop old - fixes bug 567576.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest | 3 +--
 www-apps/drupal/{drupal-8.0.0.ebuild => drupal-8.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c61a8eb..30c25da 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
 DIST drupal-6.37.tar.gz 1112775 SHA256 
e3db44fdeefa9c4b3edf31816a8cfcaffe300986dbebdc22769ec739d3296d5d SHA512 
4895221c7fb2913618490722629888a4862f28633a49ba5363a0393974941c68d07a3e255d6f380d7d97d0aa3251a76c03d5d0f0ab4c968af301a1207d8d35a0
 WHIRLPOOL 
8d7a0576fba31f2fcf9035755d3ef9a521461d9b3dfab57eb8871fe66038f4056b690a84513bf61a639b4c5f8126fa5180734542b0036f5d089afb0cb2abfecd
 DIST drupal-7.41.tar.gz 3257325 SHA256 
49ea620d191e81ffce0e7a96b5e7d12da672b3401c7ce1aff93fc941681eb111 SHA512 
57ee4fb1044d958a9f5698d2046fcd69427be6da30c57918735ced3fc7dbe1ffc4c69cac8362cd668ef0769d78b20461d78905f7e91212062e56351818dfbaf9
 WHIRLPOOL 
931f98f5e9de14f2c6ffb1bf75686bfea73d8c73606a3a1ab7b0a64e9cf06b9375900403e877a209be7f57663a8446a24ea317ccf9c771a9f143c675102465b0
-DIST drupal-8.0.0.tar.gz 11692820 SHA256 
7e16a62b4ac16682f77664a065d0fe70a24880d7dfd1cf021d2d898b3e0bc498 SHA512 
ade2ff20cdb3ab61d5c979ab17675495b96c1d1ced4e8100bdd5b02642a7f1ee1d61cb2cefda30af34e90654162fd694009feff6dc01efffa505b4cade456092
 WHIRLPOOL 
085af2dffc29678826018b0d856c3c14b5c6d1523fd485e40257d8455bb264767c48eef72115b41ae69b20f3848598bf389eea4e9f892d43cea33411b80e6819
-
+DIST drupal-8.0.1.tar.gz 11697695 SHA256 
3eaa512c4ba9bc38304f87ba20de04e118b8bb98851e27db6c6ccd7ddbd43a58 SHA512 
a976811226119165af799aba24bbabba11802a98f98e13b6f3ada6470d5e183238e468657ecbb6e379468b75dd9d6cdb427ed20a2450fa8f28aff9beac70136c
 WHIRLPOOL 
54d0f574ae40567db3a7c9ea4540a668e310df8155dfcbe219d0177b3c0eaa587580cc509d843acc941189432509fcfd83680b11677e7bb613c01fa7e8e9e51e

diff --git a/www-apps/drupal/drupal-8.0.0.ebuild 
b/www-apps/drupal/drupal-8.0.1.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.0.0.ebuild
rename to www-apps/drupal/drupal-8.0.1.ebuild



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

2015-12-05 Thread Michał Górny
commit: 6b4c6da6ce3123ba26ff0c42d8ae0fdacebfda9b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  5 16:32:24 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  5 16:34:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4c6da6

sys-devel/llvm: Set libomp as default OpenMP provider in -, #562990

Use libomp as default OpenMP provider rather than libgomp because the
support for the latter is unable to find omp.h without explicit -I, and
provides syntax checking only.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=562990

 sys-devel/llvm/llvm-.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index e65e573..2f8afe7 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -254,6 +254,9 @@ multilib_src_configure() {
if use clang; then
mycmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE_LibXml2=$(usex !xml)
+   # libgomp support fails to find headers without 
explicit -I
+   # furthermore, it provides only syntax checking
+   -DCLANG_DEFAULT_OPENMP_RUNTIME=libomp
)
fi
 
@@ -481,8 +484,7 @@ multilib_src_install_all() {
 }
 
 pkg_postinst() {
-   if use clang; then
-   elog "To enable OpenMP support in clang, install 
sys-libs/libomp"
-   elog "and use the '-fopenmp=libomp' command line option"
+   if use clang && ! has_version 'sys-libs/libomp'; then
+   elog "To enable OpenMP support in clang, install 
sys-libs/libomp."
fi
 }



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

2015-12-05 Thread Lars Wendler
commit: 5e5a77a9e15f310a6dfa4bb1993ed6748322462d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec  5 19:25:55 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec  5 19:26:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5a77a9

dev-util/unifdef: Bump to version 2.11

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

 dev-util/unifdef/Manifest|  1 +
 dev-util/unifdef/unifdef-2.11.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-util/unifdef/Manifest b/dev-util/unifdef/Manifest
index 27ee5a3..6f1d577 100644
--- a/dev-util/unifdef/Manifest
+++ b/dev-util/unifdef/Manifest
@@ -1 +1,2 @@
 DIST unifdef-2.10.tar.gz 73285 SHA256 
1375528c8983de06bbf074b6cfa60fcf0257ea8efcbaec0953b744d2e3dcc5dd SHA512 
39d4551f43fa8eccaee8a9fc469b5ddc8ca8eb0e0ce46c17c3a8300f7e6960fbf0960f364a83df20059b4aa623edc7c3c16df1b7162f068332e6c066d7ffe9b3
 WHIRLPOOL 
54d1e1730cd7eaafba828c508d682dbfa888675e2ae4b709b16c5bc5eb713be6e54afacab10c521a340612ac91d30d9565250e43d4929b13ef2768506bc3ac0a
+DIST unifdef-2.11.tar.gz 77947 SHA256 
e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98 SHA512 
948abf878852da321f15c6060dfe33a2ab38f1787b0a6096f10bb3828d0b4e50226643e9dbcb678a422868c215b5c4e981dc7da5244d38688e8e91287beb8845
 WHIRLPOOL 
8aaec29a930b44d26854e61803d84011084f3388d5cdbea68b44d11777e5accbba2ff895004a48210338be1ccb7676a7dd4994004b1f78e0baa5d2c3fc5522f6

diff --git a/dev-util/unifdef/unifdef-2.11.ebuild 
b/dev-util/unifdef/unifdef-2.11.ebuild
new file mode 100644
index 000..5a93748
--- /dev/null
+++ b/dev-util/unifdef/unifdef-2.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the 
file alone"
+HOMEPAGE="http://dotat.at/prog/unifdef/;
+SRC_URI="http://dotat.at/prog/unifdef/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
+
+DOCS=( README )
+
+src_prepare() {
+   sed -i '/^prefix/s:=.*:=/usr:' Makefile || die
+   tc-export CC
+}



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

2015-12-05 Thread Michał Górny
commit: 820607525306cb9f19b9bc1452540b8b1cacb08d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  5 15:45:40 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  5 15:49:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82060752

sys-devel/llvm: Update live ebuild, fix Python install

Update the patches and install procedure for git changes. Switch to
python-single-r1 as most of the Python components are now installed
by CMake.

 .../llvm/files/clang-3.8-gentoo-install.patch  |  14 ---
 sys-devel/llvm/files/llvm-3.8-llvm-config.patch| 103 +
 sys-devel/llvm/llvm-.ebuild|  61 +---
 3 files changed, 125 insertions(+), 53 deletions(-)

diff --git a/sys-devel/llvm/files/clang-3.8-gentoo-install.patch 
b/sys-devel/llvm/files/clang-3.8-gentoo-install.patch
deleted file mode 100644
index 25c4fca..000
--- a/sys-devel/llvm/files/clang-3.8-gentoo-install.patch
+++ /dev/null
@@ -1,14 +0,0 @@

- tools/clang/tools/scan-view/scan-view   | 2 +-
-
-diff --git a/tools/clang/tools/scan-view/bin/scan-view 
b/tools/clang/tools/scan-view/bin/scan-view
-index fb27da6..1f8ddb8 100755
 a/tools/clang/tools/scan-view/bin/scan-view
-+++ b/tools/clang/tools/scan-view/bin/scan-view
-@@ -66,2 +66,2 @@ def start_browser(port, options):
--import ScanView
-+from clang import ScanView
- try:
--- 
-1.8.4.4
-

diff --git a/sys-devel/llvm/files/llvm-3.8-llvm-config.patch 
b/sys-devel/llvm/files/llvm-3.8-llvm-config.patch
new file mode 100644
index 000..acc0601
--- /dev/null
+++ b/sys-devel/llvm/files/llvm-3.8-llvm-config.patch
@@ -0,0 +1,103 @@
+From cc0ac62d1c03206bc3a1edba4d60f97921b854f5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Fri, 4 Dec 2015 20:45:33 +0100
+Subject: [PATCH] llvm-config: Clean up exported values, update for shared
+ linking
+
+Gentoo-specific fixup for llvm-config, including:
+- wiping build-specific CFLAGS, CXXFLAGS,
+- updating library suffixes for shared libs,
+- wiping --system-libs for shared linking,
+- banning --obj-root and --src-root due to no sources installed.
+
+Thanks to Steven Newbury for the initial patch.
+
+Bug: https://bugs.gentoo.org/565358
+Bug: https://bugs.gentoo.org/501684
+---
+ tools/llvm-config/CMakeLists.txt   |  9 +++--
+ tools/llvm-config/llvm-config.cpp  | 17 +
+ utils/llvm-build/llvmbuild/main.py |  5 -
+ 3 files changed, 24 insertions(+), 7 deletions(-)
+
+diff --git a/tools/llvm-config/CMakeLists.txt 
b/tools/llvm-config/CMakeLists.txt
+index 83794bb..21fd845 100644
+--- a/tools/llvm-config/CMakeLists.txt
 b/tools/llvm-config/CMakeLists.txt
+@@ -22,15 +22,20 @@ get_property(COMPILE_FLAGS TARGET llvm-config PROPERTY 
COMPILE_FLAGS)
+ set(LLVM_SRC_ROOT ${LLVM_MAIN_SRC_DIR})
+ set(LLVM_OBJ_ROOT ${LLVM_BINARY_DIR})
+ set(LLVM_CPPFLAGS "${CMAKE_CPP_FLAGS} 
${CMAKE_CPP_FLAGS_${uppercase_CMAKE_BUILD_TYPE}} ${LLVM_DEFINITIONS}")
++# Just use CMAKE_CPP_FLAGS for CFLAGS and CXXFLAGS, otherwise compiler
++# specific flags will be set when we don't know what compiler will be used
++# with external project utilising llvm-config.  C++ Standard is required.
++# TODO: figure out if we can remove -std=c++11 and move it to revdeps.
+ set(LLVM_CFLAGS "${CMAKE_C_FLAGS} 
${CMAKE_C_FLAGS_${uppercase_CMAKE_BUILD_TYPE}} ${LLVM_DEFINITIONS}")
+-set(LLVM_CXXFLAGS "${CMAKE_CXX_FLAGS} 
${CMAKE_CXX_FLAGS_${uppercase_CMAKE_BUILD_TYPE}} ${COMPILE_FLAGS} 
${LLVM_DEFINITIONS}")
++set(LLVM_CXXFLAGS "${CMAKE_CPP_FLAGS} -std=c++11 
${CMAKE_CXX_FLAGS_${uppercase_CMAKE_BUILD_TYPE}} ${LLVM_DEFINITIONS}")
+ set(LLVM_BUILD_SYSTEM cmake)
+ set(LLVM_HAS_RTTI ${LLVM_CONFIG_HAS_RTTI})
+ 
+ # Use the C++ link flags, since they should be a superset of C link flags.
+ set(LLVM_LDFLAGS "${CMAKE_CXX_LINK_FLAGS}")
+ set(LLVM_BUILDMODE ${CMAKE_BUILD_TYPE})
+-set(LLVM_SYSTEM_LIBS ${SYSTEM_LIBS})
++# We don't do static libs, so we don't need to supply any system-libs
++set(LLVM_SYSTEM_LIBS "")
+ if(BUILD_SHARED_LIBS)
+   set(LLVM_ENABLE_SHARED ON)
+ else()
+diff --git a/tools/llvm-config/llvm-config.cpp 
b/tools/llvm-config/llvm-config.cpp
+index 80f6279..b16b9a3 100644
+--- a/tools/llvm-config/llvm-config.cpp
 b/tools/llvm-config/llvm-config.cpp
+@@ -497,10 +497,19 @@ int main(int argc, char **argv) {
+ OS << LLVM_HAS_RTTI << '\n';
+   } else if (Arg == "--shared-mode") {
+ PrintSharedMode = true;
+-  } else if (Arg == "--obj-root") {
+-OS << ActivePrefix << '\n';
+-  } else if (Arg == "--src-root") {
+-OS << LLVM_SRC_ROOT << '\n';
++  } else if (Arg == "--obj-root" || Arg == "--src-root") {
++if (IsInDevelopmentTree) {
++  if (Arg == "--obj-root") {
++OS << ActivePrefix << '\n';
++  } else {
++OS << LLVM_SRC_ROOT << '\n';
++  }
++} else {
++  // sources are not installed
++  

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

2015-12-05 Thread Justin Lecher
commit: a1262401ea611826e2b3023aba5883d315d86299
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 13:36:30 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 16:41:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1262401

dev-python/ipykernel: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 2b027e5..c842fd7 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1 +1,2 @@
 DIST ipykernel-4.2.0.tar.gz 80543 SHA256 
723b3d4baac20f0c9cd91fc75c3e813636ecb6c6e303fb34d628c3df078985a7 SHA512 
32d3d3e594031c16b3ae4736f72e168263d44be15e1a546b4f69614bef30d80ff44db00699be086897c1c384b71600f3cd7bd702b45136f51aab526c2c018f25
 WHIRLPOOL 
e1f335dd68068e338998ac7198db43cee6d06ce19f6f6a40c7da5509beb16fed24b86eb89dcab468fc344d8d4fd090963f74f46aa119013591abf4d3463bccfa
+DIST ipykernel-4.2.1.tar.gz 500015 SHA256 
081a5d4db33db58697be2d682b92f79b2c239493445f13dd457c15bc3e52c874 SHA512 
cb3b27c7e6dbc93ccd4f3a288f658c33b62da28123847729be22613f7c0112d8fd79f1113bb64dcd685a7aa096835e80a6fe788b1cfde7687dab48c5af921509
 WHIRLPOOL 
a1868031cee21cdb07f3a74a4af905a964cf0f1fd57ff928ecabc20399955ddf435295caca19eff044c177e926d61dcc395154fe4de7a108a1bfe89104d86705

diff --git a/dev-python/ipykernel/ipykernel-4.2.1.ebuild 
b/dev-python/ipykernel/ipykernel-4.2.1.ebuild
new file mode 100644
index 000..d3f7ae6
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-4.2.1.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 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython Kernel for Jupyter"
+HOMEPAGE="https://github.com/ipython/ipykernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/traitlets[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+   "
+
+python_test() {
+   nosetests --verbose ipykernel || die
+}



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

2015-12-05 Thread Justin Lecher
commit: cd5b67b2172a17342c21c873ba7e213a6b7c89e0
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 16:40:20 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 16:41:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5b67b2

media-libs/gegl: Fix underlinking

Gnome-Bugs: https://bugzilla.gnome.org/show_bug.cgi?id=759065

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 .../gegl/files/gegl-0.3.4-underlinking.patch   | 31 ++
 media-libs/gegl/gegl-0.3.4.ebuild  |  4 ++-
 media-libs/gegl/metadata.xml   | 20 +++---
 3 files changed, 44 insertions(+), 11 deletions(-)

diff --git a/media-libs/gegl/files/gegl-0.3.4-underlinking.patch 
b/media-libs/gegl/files/gegl-0.3.4-underlinking.patch
new file mode 100644
index 000..a7a6290
--- /dev/null
+++ b/media-libs/gegl/files/gegl-0.3.4-underlinking.patch
@@ -0,0 +1,31 @@
+From 8dd23b1ed5f1ce065839f15a21ca28766835f1fd Mon Sep 17 00:00:00 2001
+From: Justin Lecher 
+Date: Sat, 5 Dec 2015 17:34:48 +0100
+Subject: [PATCH] Fix underlinking (-lm) of libgegl.so
+
+When linking with ld.gold the builds fails due to underlinking of libgegl.so
+./.libs/libgegl-0.3.so: error: undefined reference to 'tanhf'
+
+Gnome-Bugs: https://bugzilla.gnome.org/show_bug.cgi?id=759065
+
+Signed-off-by: Justin Lecher 
+---
+ gegl/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gegl/Makefile.am b/gegl/Makefile.am
+index e26099c..e53777d 100644
+--- a/gegl/Makefile.am
 b/gegl/Makefile.am
+@@ -39,7 +39,7 @@ AM_LDFLAGS = \
+   $(no_undefined) -export-dynamic -version-info $(GEGL_LIBRARY_VERSION)
+ 
+ LIBS = \
+-  $(DEP_LIBS) $(BABL_LIBS)
++  $(DEP_LIBS) $(BABL_LIBS) -lm
+ 
+ GEGL_publicdir = $(includedir)/gegl-$(GEGL_API_VERSION)
+ 
+-- 
+2.6.3
+

diff --git a/media-libs/gegl/gegl-0.3.4.ebuild 
b/media-libs/gegl/gegl-0.3.4.ebuild
index ce3348c..764b6c9 100644
--- a/media-libs/gegl/gegl-0.3.4.ebuild
+++ b/media-libs/gegl/gegl-0.3.4.ebuild
@@ -77,7 +77,9 @@ pkg_setup() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.3.4-endian.patch
+   epatch \
+   "${FILESDIR}"/${PN}-0.3.4-endian.patch \
+   "${FILESDIR}"/${P}-underlinking.patch
 
# FIXME: the following should be proper patch sent to upstream
# fix OSX loadable module filename extension

diff --git a/media-libs/gegl/metadata.xml b/media-libs/gegl/metadata.xml
index 93d122d..0492c2c 100644
--- a/media-libs/gegl/metadata.xml
+++ b/media-libs/gegl/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   sp...@gentoo.org
-
-
-   Use 
dev-libs/gobject-introspection for introspection.
-   Enable support for 
media-libs/lensfun.
-   Enable sparse solving via 
sci-libs/umfpack.
-   Enable bindings for dev-lang/vala
-   Enable support for 
media-libs/libwebp
-
+   
+   sp...@gentoo.org
+   
+   
+   Use 
dev-libs/gobject-introspection for introspection.
+   Enable support for 
media-libs/lensfun.
+   Enable sparse solving via 
sci-libs/umfpack.
+   Enable bindings for 
dev-lang/vala
+   Enable support for 
media-libs/libwebp
+   
 



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

2015-12-05 Thread Justin Lecher
commit: 2ca4c92e0a066690ce09d7d194339653c724659a
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 13:42:54 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 16:41:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca4c92e

dev-python/testfixtures: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/testfixtures/Manifest  |  1 +
 dev-python/testfixtures/testfixtures-4.6.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/testfixtures/Manifest b/dev-python/testfixtures/Manifest
index 20ad574..fab032f 100644
--- a/dev-python/testfixtures/Manifest
+++ b/dev-python/testfixtures/Manifest
@@ -3,3 +3,4 @@ DIST testfixtures-4.1.1.tar.gz 81356 SHA256 
c61b13fd9cac0313e2aafd565a007860d83b
 DIST testfixtures-4.1.2.tar.gz 81689 SHA256 
bc27063ac9bce80ac99fe315f2b34053b113ca420b6bbbaf0c19c49c09bb286a SHA512 
bf5171b1e1918e88dd887a7dbca6c340e1c197224135e4080551d1830187aa868e53d8302751059da478e2452b1f68a49ae5fba206e48fec554e6d5f237ee5a4
 WHIRLPOOL 
8d10fb590bb31ff4b5f24f941c41349ac606d91bf62679f70356cddfbdedb7b64f9addca1a419432987a78ebd520ae5b7ce5ddfb043f6452c3e364f266854ed8
 DIST testfixtures-4.3.3.tar.gz 86546 SHA256 
ffe66d08ef2fdc0be5e6abe1e1d51384ae941747d3df86d5d8238014b9161f62 SHA512 
918fd757c61e4f8b7aa54343036546efab8c014fdaaed1dc5edf6a4b0c636e00396a0400b87a28f0ae43cd318590bf63ff8240e59781f7e183fdd4ebbdac7100
 WHIRLPOOL 
7d4f2e75c39f8a8ac39cfc577515d9b5b11540b8337f63cb51d75250191d7bcea1d79515b581cb921c7dc273d781c264990118f7ee1cc5579ebd9341097546bf
 DIST testfixtures-4.4.0.tar.gz 87356 SHA256 
41096fe91c2939177f1729783bbfaef9e777ba44e7d8ff819ab1318d78beeba7 SHA512 
0fdb87e1fd8311cbab274f4db71ec76767cc9e2f771eefb1a110bf42b07e30fc9edbe2db124742b3102b8f114af2666b0b8726f6330871fd72c7ea2f535d5fed
 WHIRLPOOL 
8b5bb18b682f420ae4b66aa1da9ca0f312bff1974400b586cb2bcae635037e629352b37cfa2d1f8c7f91fd880e726c34d7f3aa532b2e04188f5f99ac7a69e2c1
+DIST testfixtures-4.6.0.tar.gz 87322 SHA256 
f58ffea34cf0972a3fddcd1873d594d02289587f0ea1d3c1327749f9258cf013 SHA512 
cd1e35c907d2f264976161f72c335cc136bec41dd56ee773920eae52a8553fbd7367c9218ba30acccd0a98c067a5aaf675655924f94da60cc190c608714b6bc2
 WHIRLPOOL 
64cb69d26217cf3748e87fc99029d586b20ee2ce13a8af98454cd33bd4121c021726cb7579b82dfead0b2a281e85fc3906a18ebd2c6a5b6c35c6b1eed49aaa1b

diff --git a/dev-python/testfixtures/testfixtures-4.6.0.ebuild 
b/dev-python/testfixtures/testfixtures-4.6.0.ebuild
new file mode 100644
index 000..1d295a4
--- /dev/null
+++ b/dev-python/testfixtures/testfixtures-4.6.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of helpers and mock objects for unit tests and doc 
tests"
+HOMEPAGE="https://pypi.python.org/pypi/testfixtures/ 
https://github.com/Simplistix/testfixtures;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' 
python2_7 pypy )
+   )
+   test? (
+   dev-python/manuel[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   dev-python/nose_fixes[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+   )"
+
+python_prepare_all() {
+   # Makefile comes set pointing at a wrong location
+   sed -e 's:../bin/sphinx-build:/usr/bin/sphinx-build:' -i docs/Makefile 
|| die
+   # Prevent un-needed download during build, fix Makefile for doc build
+   sed -e '/'sphinx.ext.intersphinx'/d' -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_prepare() {
+   # remove test that tests the stripped zope-component 
test_components.ComponentsTests
+   rm -f testfixtures/tests/test_components.py || die
+
+   distutils-r1_python_prepare
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   nosetests --verbose || die
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/files/

2015-12-05 Thread Jorge Manuel B. S. Vicetto
commit: 92395bc9ebd745915606ca946234eeed514b57bd
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Dec  5 18:35:44 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Dec  5 18:35:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92395bc9

Add some warnings for those running drupal with a web server other than apache 
- fixes bug 566052.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/files/postinstall-en.txt | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/www-apps/drupal/files/postinstall-en.txt 
b/www-apps/drupal/files/postinstall-en.txt
index 7354361..f507dc3 100644
--- a/www-apps/drupal/files/postinstall-en.txt
+++ b/www-apps/drupal/files/postinstall-en.txt
@@ -27,4 +27,15 @@ CVE-2008-3661
 
http://www.php.net/manual/en/session.configuration.php#ini.session.cookie-secure
 http://drupal.org/node/315703
 
+To run Drupal on a web server[1] other than apache, one needs to do
+some work, mostly related to adding the configuration in the .htaccess
+files to the web server config files and enabling redirection.
+For lighttpd you may want to check [2][3] and for nginx [4][5].
+
+ [1] - https://www.drupal.org/requirements/webserver
+ [2] - https://groups.drupal.org/lighttpd
+ [3] - https://www.drupal.org/node/43782
+ [4] - https://www.drupal.org/node/1030854
+ [5] - https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
+
 After that you can start to use drupal.



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

2015-12-05 Thread Amy Winston
commit: 103531ed0593e1ca55b4c2a4049f2ecf5c2495b1
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Dec  5 16:02:30 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Dec  5 16:02:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103531ed

profiles/updates: grass slotmove Malformed update entry repaired

 profiles/updates/4Q-2015 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
index c900325..9693222 100644
--- a/profiles/updates/4Q-2015
+++ b/profiles/updates/4Q-2015
@@ -12,4 +12,4 @@ move virtual/pmw virtual/python-pmw
 move kde-apps/oxygen-icons kde-frameworks/oxygen-icons
 slotmove =dev-ruby/rack-cache-1.3.0 1.3 1.2
 move dev-perl/module-info dev-perl/Module-Info
-slotmove sci-geosciences/grass-7* 7 0
+slotmove =sci-geosciences/grass-7* 7 0



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

2015-12-05 Thread Lars Wendler
commit: 7d4ff5660fa1d4bf376118782a81af8796c66720
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec  5 16:45:31 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec  5 16:45:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4ff566

sys-apps/man-pages: 4.01 stable for all arches.

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

 sys-apps/man-pages/man-pages-4.02.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-pages/man-pages-4.02.ebuild 
b/sys-apps/man-pages/man-pages-4.02.ebuild
index 27bb8de..75ff205 100644
--- a/sys-apps/man-pages/man-pages-4.02.ebuild
+++ b/sys-apps/man-pages/man-pages-4.02.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
 
 LICENSE="man-pages GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
 IUSE="nls ${IUSE_LINGUAS// / linguas_}"
 RESTRICT="binchecks"



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

2015-12-05 Thread Lars Wendler
commit: b0d825c4887c0157b9b4f559b4a01d66caea95b9
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec  5 16:44:27 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec  5 16:44:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d825c4

sys-apps/man-pages: Bump to version 4.03

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

 sys-apps/man-pages/Manifest  |  1 +
 sys-apps/man-pages/man-pages-4.03.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index fe36b81..37b7b31 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,4 +1,5 @@
 DIST man-pages-4.00.tar.xz 1368256 SHA256 
444264eb7e3582f980ee3de073af394182ee6b9d5e03e89c55ba042dc20beba3 SHA512 
cec9a539b549c500ec1ed86ec5f1d3e1b11b944a4166cd44e3c5fa0051c597528880809e3cde52dbc95ce5e7eadc3dcb2bf4a9eed1f40ec0401c4e84763a9d55
 WHIRLPOOL 
e4c69f0ee80102339660a9bda9159fe6d4448839015c52855e3e7776f8a2e57f14c9f68502c61609c9d6a46a869f1b24b6b5f2eb7173dfb6e1b9a3346a5da169
 DIST man-pages-4.01.tar.xz 1395072 SHA256 
d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284 SHA512 
9b5680a1b230ba27b8b5277f8da3b06d09cc27b77c858b2deede50e09c455d75b334aa855e8a028e9ff2be10b7872b8e9f3ec1f7b0d17c546af445cadad3a89f
 WHIRLPOOL 
42d029e8299de096ad67b75e5be09836d209130592955df6644d6e4b84d243ee9b69476b52477a217d7bfba4abc9a1a3b97a2553d021e6779fa9b2dfe09626e8
 DIST man-pages-4.02.tar.xz 1403060 SHA256 
48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3 SHA512 
7a9c2464b25409a5aa1e074f6a511fa9e924c830205dddf5efcfca72ff5c1105a5c32cf24ba3c796063078dd28f715588cc0706ff49f3f11a0671636d0e30668
 WHIRLPOOL 
3579a8e0891e4d35d10a06a6e2e1e8426e31eb6e9486821ad34429d7e083e3dbf0784b607ccc2dfaab020c804a1e991d9b6607ad2a65e4334d16f8e71b263a71
+DIST man-pages-4.03.tar.xz 1411908 SHA256 
b0168c4ec48bb0bb82f6f91ea91a54e1f3587411c6637913d47470cd7338fc9c SHA512 
072f762eab6e198893cc0878e71ed6e0123d8ceab31db3ec7b28ca95287e8bb1dcec6d5168d7d2fae21ef547fedfd0ef6ebac03809787669578e98cfaec13f3d
 WHIRLPOOL 
7e6ca22e95c48a446a7eac166d631b0cdf07aac994343efbab6cb0b78d9b701251879527617293b28469d442f0fbbb0c2efea97eea085dbafc759da9882f1d07
 DIST man-pages-gentoo-2.tar.bz2 5141 SHA256 
b7d9423c2069e587deb7671273d4a1ffed7d31b9f95a689b128a759d636762f0 SHA512 
6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
 WHIRLPOOL 
dcacb319a54ccd2a965786c816684de286581dee6f7b3f8ba4c97cc368e2e50abc92aad403dbdb7b0c15764accb06cd562046bcf14229ad12be242bb2bc7f651

diff --git a/sys-apps/man-pages/man-pages-4.03.ebuild 
b/sys-apps/man-pages/man-pages-4.03.ebuild
new file mode 100644
index 000..27bb8de
--- /dev/null
+++ b/sys-apps/man-pages/man-pages-4.03.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+GENTOO_PATCH=2
+
+DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
+HOMEPAGE="https://www.kernel.org/doc/man-pages/;
+SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
+   mirror://kernel/linux/docs/man-pages/${P}.tar.xz
+   mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
+   
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;
+
+LICENSE="man-pages GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
+IUSE="nls ${IUSE_LINGUAS// / linguas_}"
+RESTRICT="binchecks"
+
+# Block packages that used to install colliding man pages #341953 #548900
+RDEPEND="virtual/man
+   !

[gentoo-commits] dev/jmbsvicetto:master commit in: www-apps/drupal/files/

2015-12-05 Thread Jorge Manuel B. S. Vicetto
commit: 672df2220b7d2483097539764bdb067db21788f6
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Dec  5 18:36:47 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Dec  5 18:36:47 2015 +
URL:https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=672df222

Add some warnings for those running drupal with a web server other than apache 
- fixes bug 566052.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/files/postinstall-en.txt | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/www-apps/drupal/files/postinstall-en.txt 
b/www-apps/drupal/files/postinstall-en.txt
index 7354361..f507dc3 100644
--- a/www-apps/drupal/files/postinstall-en.txt
+++ b/www-apps/drupal/files/postinstall-en.txt
@@ -27,4 +27,15 @@ CVE-2008-3661
 
http://www.php.net/manual/en/session.configuration.php#ini.session.cookie-secure
 http://drupal.org/node/315703
 
+To run Drupal on a web server[1] other than apache, one needs to do
+some work, mostly related to adding the configuration in the .htaccess
+files to the web server config files and enabling redirection.
+For lighttpd you may want to check [2][3] and for nginx [4][5].
+
+ [1] - https://www.drupal.org/requirements/webserver
+ [2] - https://groups.drupal.org/lighttpd
+ [3] - https://www.drupal.org/node/43782
+ [4] - https://www.drupal.org/node/1030854
+ [5] - https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
+
 After that you can start to use drupal.



[gentoo-commits] repo/gentoo:master commit in: dev-tex/pdfannotextractor/, dev-tex/pdfannotextractor/files/

2015-12-05 Thread Patrice Clement
commit: 1dd38c31fca99c48a5c783763ef9c85b281f44ea
Author: Craig Inches  xayto  net>
AuthorDate: Wed Dec  2 16:53:24 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 19:29:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd38c31

dev-tex/pdfannotextractor: Add two new patches. Fixes bug 545336.

 .../files/PDFAnnotExtractor.java.patch | 25 ++
 .../files/StringVisitor.java.patch | 14 
 .../pdfannotextractor-0.1l.ebuild  |  8 ---
 3 files changed, 44 insertions(+), 3 deletions(-)

diff --git a/dev-tex/pdfannotextractor/files/PDFAnnotExtractor.java.patch 
b/dev-tex/pdfannotextractor/files/PDFAnnotExtractor.java.patch
new file mode 100644
index 000..88c8d37
--- /dev/null
+++ b/dev-tex/pdfannotextractor/files/PDFAnnotExtractor.java.patch
@@ -0,0 +1,25 @@
+--- PDFAnnotExtractor.java.org 2015-11-26 16:20:12.614852847 +0800
 work/source/latex/pax/src/PDFAnnotExtractor.java   2015-11-26 
16:21:42.592303074 +0800
+@@ -24,14 +24,14 @@
+ import java.text.*;
+ import java.util.*;
+ 
+-import org.pdfbox.cos.*;
+-import org.pdfbox.pdfparser.*;
+-import org.pdfbox.pdmodel.*;
+-import org.pdfbox.pdmodel.common.*;
+-import org.pdfbox.pdmodel.interactive.action.*;
+-import org.pdfbox.pdmodel.interactive.action.type.*;
+-import org.pdfbox.pdmodel.interactive.annotation.*;
+-import org.pdfbox.pdmodel.interactive.documentnavigation.destination.*;
++import org.apache.pdfbox.cos.*;
++import org.apache.pdfbox.pdfparser.*;
++import org.apache.pdfbox.pdmodel.*;
++import org.apache.pdfbox.pdmodel.common.*;
++import org.apache.pdfbox.pdmodel.interactive.action.*;
++import org.apache.pdfbox.pdmodel.interactive.action.type.*;
++import org.apache.pdfbox.pdmodel.interactive.annotation.*;
++import org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.*;
+ 
+ public class PDFAnnotExtractor implements Constants {
+ 

diff --git a/dev-tex/pdfannotextractor/files/StringVisitor.java.patch 
b/dev-tex/pdfannotextractor/files/StringVisitor.java.patch
new file mode 100644
index 000..1b6a9d1
--- /dev/null
+++ b/dev-tex/pdfannotextractor/files/StringVisitor.java.patch
@@ -0,0 +1,14 @@
+Index: work/source/latex/pax/src/StringVisitor.java
+--- StringVisitor.java.org 2015-11-26 16:20:35.434967156 +0800
 work/source/latex/pax/src/StringVisitor.java   2015-11-26 
16:20:56.504072659 +0800
+@@ -22,8 +22,8 @@
+ 
+ import java.io.*;
+ import java.util.*;
+-import org.pdfbox.cos.*;
+-import org.pdfbox.exceptions.*;
++import org.apache.pdfbox.cos.*;
++import org.apache.pdfbox.exceptions.*;
+ 
+ public class StringVisitor implements ICOSVisitor {
+ 

diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild 
b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild
index 3691bb9..f6424b5 100644
--- a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild
+++ b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild
@@ -16,8 +16,8 @@ KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
 IUSE=""
 
 CDEPEND="virtual/latex-base
-   dev-java/pdfbox
-   dev-java/fontbox"
+   dev-java/pdfbox:1.8
+   dev-java/fontbox:1.7"
 DEPEND="${CDEPEND}
app-arch/unzip
>=virtual/jdk-1.5"
@@ -31,10 +31,12 @@ TEXMF=/usr/share/texmf-site
 S=${WORKDIR}
 
 JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="pdfbox fontbox"
+EANT_GENTOO_CLASSPATH="pdfbox-1.8 fontbox-1.7"
 
 src_prepare() {
epatch "${FILESDIR}/javajars.patch"
+   epatch "${FILESDIR}/PDFAnnotExtractor.java.patch"
+   epatch "${FILESDIR}/StringVisitor.java.patch"
java-pkg-2_src_prepare
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2015-12-05 Thread Jeroen Roovers
commit: 57f58169d997216def3b98599f3f8aa7bd84d448
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 10:34:48 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:34:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f58169

x11-drivers/nvidia-drivers: Version bump.

Package-Manager: portage-2.2.26

 x11-drivers/nvidia-drivers/Manifest  | 5 -
 .../{nvidia-drivers-358.13.ebuild => nvidia-drivers-358.16.ebuild}   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 682d052..5d0dd99 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -7,6 +7,7 @@ DIST NVIDIA-FreeBSD-x86-346.96.tar.gz 58010757 SHA256 
a27d7b79c053702bf6524b2c47
 DIST NVIDIA-FreeBSD-x86-352.55.tar.gz 5567 SHA256 
e06dc59876172be35a7b9210d0d84a96f46f6ee1cdcbfd7d01e5e89338d700c3 SHA512 
d35e758ee7611e3d8a7fa773600d32b3d8945480166c607644cb1d375370f2ad05bb3234b5a7c51a3cec190346623db72fe5a2156a7b67333972f6bd0f15e530
 WHIRLPOOL 
240218a39d3798ef73e4c1c175fbb9dd16033bccc91367a6770f6fbd295f746977ea0d6cce79d949825a48b43d8ff25254c47c0202ec8cca2a4e6c460865ad24
 DIST NVIDIA-FreeBSD-x86-352.63.tar.gz 55368686 SHA256 
1d290a9d583b6e99addb4888c2b1c568bbcec712fd98c034be2448a0d1228313 SHA512 
b2cb33f6e3a2ef69dd7759217f8d2eac4197940bda5007a3d755e8769df70a197485a1df6186bb5eb5e8c2a70117a2bdcbe10b9f0e02f6eb2ca30180c4ee49bb
 WHIRLPOOL 
695e2daff45a532e3217612d28dc102b88554c775cf67af39f413871427bfbf895901ad582e78f7581f32a571b1425d3de6e74696282f8be9eec81b556357058
 DIST NVIDIA-FreeBSD-x86-355.11.tar.gz 56832647 SHA256 
3d4d5d8fcf558a8f5f1a88846161b1a89bd7fc66c0268b40613c7e3457f5ce7b SHA512 
744d9b8c48b82bac0bfeea5e8b2b2bbaa0e6a183cbd1f5d4f782fa7b21a6f6c5b252e556a8b2161c3b5d43938ef8fabf6cb36f995ee823fbf792f3c9a92b87e1
 WHIRLPOOL 
43bceb8e8d3b00789cf2c8163a055b1d2405ef93e471fda4c4e2146093289891557f4ec8debfe6bca89ad6ed6dc2e389f1d3060759a71e8949df343bc31b85b9
+DIST NVIDIA-FreeBSD-x86-358.16.tar.gz 58548165 SHA256 
2257d9a2b3661d024be0864e2fe192de34fdf8e206073930541e0fa6f232016e SHA512 
e1d84c2cc3473253b31aa3df8e2ad7418da5789e31d6f71f07e6bf5e712ffcb6417cf8931c16e5e5a19d0f4cdaebf229e4edbee53d5613bea1ff6b4e4c6657cc
 WHIRLPOOL 
15b760556d978c9e82b063c1135089e1b1222460285ab2c40d450cf26820e701ff5d7ebdd04815f80a68a07eea0e622fa621b8369883f4168af5b45d4edde62d
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.128.tar.gz 35481444 SHA256 
ee38635fb02eb598dd0cdfdbc9014096774104d75ba42fee7688126e531fed8f SHA512 
36b045bd556512c83fc841e5d379b1af70b47df99f7042b64d3ed009f3dadb8e7a06e34506b839d0e936de06064c343aac370dad3fe96ea53aa3e25322eda0ff
 WHIRLPOOL 
bc53f009da857ca34396f6d49e9c8774e0062cfb437a1b711256b3c0bbbd50d49bb4691697ce7bee347533aeb150d7fe6d061170c1ca9ced6a694694399542c8
 DIST NVIDIA-FreeBSD-x86_64-304.131.tar.gz 35812363 SHA256 
e10aa34f4aeb6981c0bc6762f37e6ad57de52b45c7322d0caef9781c1a43858a SHA512 
0df69d11c79cfd66f40f5adf091f9c3ad494b89fbe9200a1a01fef8cb2d2591ffdeb703d82a263e050384d39ef81af3a717ac24716f96b1fd8386d1758bcf45b
 WHIRLPOOL 
a7e01ac4646d52229efb1d22df9b4db98bfd6bc30c79fc4c65273001b1cd09c4db823a0141a060f8c53926ae23a33fe66e27aec805879228d64bf3f45aa66bcd
@@ -16,6 +17,7 @@ DIST NVIDIA-FreeBSD-x86_64-346.96.tar.gz 58774970 SHA256 
89daaff29afe92d825ec8c0
 DIST NVIDIA-FreeBSD-x86_64-352.55.tar.gz 56869851 SHA256 
b8e29e23619382bf470bd899223b290d58920abaee1b3fe58a1ae600b8965b7f SHA512 
36f4ef497d5871e0eee3918a867194142afb869d04ef78ddd3fc591fc543fa50b2099b23392a1b1168c7bd558bf79e057f4f0e2c5fc5badb1f45741e6ba5d49d
 WHIRLPOOL 
02e972f11b992ef4f3abe29961b2f6da4bf46fceab93f732ff5f02eb1378472f319ff9425fb5c5f389d0a6b634b34a0ba21b37d23861cec09cc7e6b8329002a4
 DIST NVIDIA-FreeBSD-x86_64-352.63.tar.gz 57026971 SHA256 
ac2e3926df50f6c0a020b359b29dee0f81a9474d7d68944edf9026c73f672cb6 SHA512 
7ef75124b4cdd2de67f3001a74d0fb8f13f4c767c806615cb993749a54e7932d1a9f45b162bcde5dd1d617764950290cd240aa71cd3b0bf11384606986449d91
 WHIRLPOOL 
c9a69476b8d73fa242b2f667b2eb7e40d9ec88f2a8dc65cdd6259573f53f7573e28f12845837be9b50210808536e5591b5853963348b0ccb896fc70a53ed5258
 DIST NVIDIA-FreeBSD-x86_64-355.11.tar.gz 54031364 SHA256 
3637a879905bb541bf02f9bcdfe37c242a52ec6071671a0ba33581efdce1504e SHA512 
84add7d90c7f45d19d736ee70c1c4a6434be1c512bafa29cbbf9221e99a31fc383971696dce99da5a77a171eb3537c98cfec7005ff061411ac9c310fa219c906
 WHIRLPOOL 
d8ade5d63c3ef78fa92f9dc07934eed8fdd4ead1e40f1820ad95feb166264a95a800879e1fc6374bf2deef419b0838b4864796d9f81a81110d06ccd9b65c459d
+DIST 

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2015-12-05 Thread Jeroen Roovers
commit: b9f3671b61815bdb80d135c262a366955f13
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 10:45:39 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:45:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f3

x11-drivers/nvidia-drivers: Stable for AMD64 x86 too.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild  | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-352.63.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild
index 7d0a1a4..c66e684 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-304.131.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r1"
 SLOT="0/304"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X"
 RESTRICT="bindist mirror strip"
 EMULTILIB_PKG="true"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild
index e597dd3..cba0fdd 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.96.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/340"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X uvm"
 RESTRICT="bindist mirror strip"
 EMULTILIB_PKG="true"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-352.63.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-352.63.ebuild
index b2335ec..ac01d43 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-352.63.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-352.63.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/352"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 RESTRICT="bindist mirror strip"
 EMULTILIB_PKG="true"
 



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

2015-12-05 Thread Jeroen Roovers
commit: cbfbd6b253c047ab63007a3a6e283ae9598fcae4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 10:50:21 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:50:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfbd6b2

x11-misc/sent: Initial commit.

Package-Manager: portage-2.2.26

 x11-misc/sent/Manifest|  1 +
 x11-misc/sent/metadata.xml|  8 
 x11-misc/sent/sent-0.2.ebuild | 44 +++
 3 files changed, 53 insertions(+)

diff --git a/x11-misc/sent/Manifest b/x11-misc/sent/Manifest
new file mode 100644
index 000..99bdf08
--- /dev/null
+++ b/x11-misc/sent/Manifest
@@ -0,0 +1 @@
+DIST sent-0.2.tar.gz 13479 SHA256 
53b961f9d92a277a6408df7025b4a6deae6b655a797383c93442290e45391076 SHA512 
22c1e1e1bb7dbdaacb75a71a34ab533ca17b632e505ff96a351a907b861009b748502f7ad2934397f40842bef11e3072e814952a6abb141d470d0bb2e34a1540
 WHIRLPOOL 
d8f83dc259722b0a20d90e76ae77d5013ebc91974848c7b53a520e3ace563844a6fcf5a81c4664e35cae6a9dd8199a9425699f8817d52d05ba882c8154ca78dd

diff --git a/x11-misc/sent/metadata.xml b/x11-misc/sent/metadata.xml
new file mode 100644
index 000..ef0483f
--- /dev/null
+++ b/x11-misc/sent/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+j...@gentoo.org
+Jeroen Roovers
+
+

diff --git a/x11-misc/sent/sent-0.2.ebuild b/x11-misc/sent/sent-0.2.ebuild
new file mode 100644
index 000..aeb1433
--- /dev/null
+++ b/x11-misc/sent/sent-0.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="Simple plaintext presentation tool"
+HOMEPAGE="http://tools.suckless.org/sent/;
+SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   media-libs/fontconfig
+   media-libs/libpng:*
+   x11-libs/libX11
+   x11-libs/libXft
+"
+
+DEPEND="
+   ${RDEPEND}
+
+"
+
+src_prepare() {
+   sed -i \
+   -e 's|^ @|  |g' \
+   -e 's|@${CC}|$(CC)|g' \
+   -e '/^  echo/d' \
+   Makefile || die
+
+   restore_config config.def.h
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}



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

2015-12-05 Thread Justin Lecher
commit: eabe16f5c22cb1de99a372e49136642d58196f6c
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 11:23:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 11:23:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabe16f5

app-portage/flaggie: Add pypy support back

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 app-portage/flaggie/flaggie-0.2.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild 
b/app-portage/flaggie/flaggie-0.2.1.ebuild
index 90490ad..936c68f 100644
--- a/app-portage/flaggie/flaggie-0.2.1.ebuild
+++ b/app-portage/flaggie/flaggie-0.2.1.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit bash-completion-r1 distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-x86asm/

2015-12-05 Thread Patrice Clement
commit: dec2e3d86f25ed1ebaf5f0dde108617df109305f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 11:20:10 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 11:22:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec2e3d8

dev-java/jnr-x86asm: EAPI 5 bump. Keyword for ppc+ppc64. Switch to 
java-pkg-simple.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jnr-x86asm/Manifest   |  1 +
 dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-java/jnr-x86asm/Manifest b/dev-java/jnr-x86asm/Manifest
index c44100b..cfe700a 100644
--- a/dev-java/jnr-x86asm/Manifest
+++ b/dev-java/jnr-x86asm/Manifest
@@ -1,3 +1,4 @@
 DIST jnr-x86asm-0.1.tar.gz 83289 SHA256 
31c0fbcc1fa3eb9b51a2644bf302dc88afdbbac78537020488403012af552eca SHA512 
c2d2f8e60b1ec3940aea641edb98bb391f70fadf33a9ae782df0b24b8442d39a12880393e13fab305a8875a8802f7621e012472f40841e0fae24e16ea96f8043
 WHIRLPOOL 
e49536a1268882c6de24ff5193cf9bc3da0eeb8f48f1b181e99309f5d003c4482808f2a30a32fe86091aab09ef13efb5f9a749dc6df3018f9dad40b8204b795d
 DIST jnr-x86asm-1.0.1.tar.gz 114159 SHA256 
7528e5f7103ab1a40e0473cff377eb2c14e616d17c69010a8366658ed2da3f0c SHA512 
812bae9acc69d403e188e833e1060786fa17c2807c62e4213b9207d22c388217b7840f7c3fa9b16ae042e293cd821051a69e34ec118af9944fef13bec091774a
 WHIRLPOOL 
8c6bcb2d170eb9aa65944a75a359e828b05efc6695cb7727d112fd84a13366fadbad091e25ca3793ab2ba0138fe71287ab8ab808ca0a67baa413fcd19c868708
 DIST jnr-x86asm-1.0.2.tar.gz 114165 SHA256 
2846693c3af607b1b89eba23e290f9dfd0668b45755cfa6f0708714d7a0ccdae SHA512 
50ee91cd8931c4310b95276347f7860256843251dd36562350a10e34728e001d9e387ac4c230b4341f602bd9fe7fa8813a46e248b835c7e08801f5a3da04e11e
 WHIRLPOOL 
8b5a5519f756be8c47bfdf6742653f883eed1e78b93abcad32081f18c97d09e855d58384920e731e9d65ef7d5c0135e0398cbc7c5d0abcda9fe7290ee0f998b6
+DIST jnr-x86asm-1.0.2.zip 180046 SHA256 
a4af22b926cfb4e2880ff15da014b8c0c6d915050ce59ddca40cde85cbb988e2 SHA512 
e77124b7f0074dcd8b17ba200a1c99350827e6a3c641d6caa33b6bd900c95af9140f8ab716a5299bc591969f295158709b381f9b45faddbd6b75355949e4f463
 WHIRLPOOL 
c8b4f649b696f10ba659b499e62480f10f61b4282032e0c129ad067d6470a53beb760589354510bee0132893b7dedf87c5fe6de7e1ce43586cf8f095571c1a4e

diff --git a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild 
b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild
new file mode 100644
index 000..cfcad57
--- /dev/null
+++ b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A pure-java port of asmjit"
+HOMEPAGE="https://github.com/jnr/jnr-x86asm;
+SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_ANT_ENCODING="UTF-8"



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

2015-12-05 Thread Justin Lecher
commit: fab5276bc2fb517df5dfd8752e63af7dace477ce
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 11:21:42 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 11:23:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab5276b

profiles: Mask pypy support for app-portage/flaggie on selinux

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567450

Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/profiles/features/selinux/package.use.mask 
b/profiles/features/selinux/package.use.mask
index 0c3be43..429738c 100644
--- a/profiles/features/selinux/package.use.mask
+++ b/profiles/features/selinux/package.use.mask
@@ -13,6 +13,7 @@ app-portage/gentoolkit python_targets_pypy 
python_targets_pypy3
 app-portage/layman python_targets_pypy python_targets_pypy3
 app-admin/webapp-config python_targets_pypy python_targets_pypy3
 app-portage/diffmask python_targets_pypy python_targets_pypy3
+app-portage/flaggie python_targets_pypy python_targets_pypy3
 
 # Jason Zaman  (27 Jun 2015)
 # SystemD has no support in the SELinux policy at the moment.



[gentoo-commits] repo/gentoo:master commit in: dev-java/jaffl/

2015-12-05 Thread Patrice Clement
commit: bd3d7b9e4f4d299302ad1029239aa5fbdf6e6847
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 11:21:54 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 11:22:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3d7b9e

dev-java/jaffl: Bump jnr-x86asm:0 to 1.0. Keyword for ppc64.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jaffl/jaffl-0.5.11-r1.ebuild | 90 +++
 1 file changed, 90 insertions(+)

diff --git a/dev-java/jaffl/jaffl-0.5.11-r1.ebuild 
b/dev-java/jaffl/jaffl-0.5.11-r1.ebuild
new file mode 100644
index 000..8600087
--- /dev/null
+++ b/dev-java/jaffl/jaffl-0.5.11-r1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+JAVA_PKG_IUSE="doc source test"
+
+WANT_ANT_TASKS="ant-nodeps"
+
+inherit java-pkg-2 java-ant-2 versionator
+
+DESCRIPTION="An abstracted interface to invoking native functions from java"
+HOMEPAGE="http://kenai.com/projects/jaffl;
+SRC_URI="https://github.com/jnr/jnr-ffi/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+CDEPEND="
+   dev-java/asm:3
+   dev-java/jffi:1.2
+   dev-java/jnr-x86asm:1.0"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   app-arch/unzip
+   >=virtual/jdk-1.6
+   test? (
+   dev-java/junit:4
+   dev-java/ant-junit:0
+   dev-java/hamcrest-core:0
+   )"
+
+JAR_VERSION=$(get_version_component_range 1-2)
+
+src_unpack() {
+   default
+   mv * "${P}" || die
+}
+
+java_prepare() {
+   # Don't choke on errors from generating the Javadoc
+   cd "${S}" || die
+
+   epatch "${FILESDIR}"/${P}-library-path.patch
+   epatch "${FILESDIR}"/${P}-GNUmakefile.patch
+
+   rm -vf lib/{.,junit*}/*.jar || die
+
+   java-ant_xml-rewrite -f ./nbproject/build-impl.xml \
+-c -e javadoc \
+-a failonerror \
+-v no
+
+   java-pkg_jar-from --into lib jffi-1.2
+   java-pkg_jar-from --into lib jnr-x86asm-1.0
+   java-pkg_jar-from --into lib asm-3 asm.jar asm-3.2.jar
+   java-pkg_jar-from --into lib asm-3 asm-analysis.jar asm-analysis-3.2.jar
+   java-pkg_jar-from --into lib asm-3 asm-commons.jar asm-commons-3.2.jar
+   java-pkg_jar-from --into lib asm-3 asm-tree.jar asm-tree-3.2.jar
+   java-pkg_jar-from --into lib asm-3 asm-util.jar asm-utils-3.2.jar
+   java-pkg_jar-from --into lib asm-3 asm-xml.jar asm-xml-3.2.jar
+}
+
+EANT_EXTRA_ARGS="-Dreference.jffi.jar=lib/jffi.jar \
+   -Dreference.jnr-x86asm.jar=lib/jnr-x86asm.jar \
+   -Dproject.jffi=\"${S}\" \
+   -Dproject.jnr-x86asm=\"${S}\"
+   -D\"already.built.${S}\"=true"
+
+src_test() {
+   local paths="$(java-config -di jnr-x86asm-1.0,jffi-1.2):${S}/build"
+
+   ANT_TASKS="ant-junit ant-nodeps" eant test \
+   -Drun.jvmargs="-Djava.library.path=${paths}" \
+   -Dlibs.junit_4.classpath="$(java-pkg_getjars 
junit-4,hamcrest-core)" ${EANT_EXTRA_ARGS}
+}
+
+src_install() {
+   java-pkg_newjar dist/${PN}-${JAR_VERSION}.jar
+
+   use doc && java-pkg_dojavadoc dist/javadoc
+   use source && java-pkg_dosrc src/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/simplyhtml/

2015-12-05 Thread Patrice Clement
commit: 5bd811dc6cb8869d2452c19b0ad9741b4628621d
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 11:40:18 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 12:07:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd811dc

dev-java/simplyhtml: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/simplyhtml/simplyhtml-0.13.1.ebuild | 51 
 1 file changed, 51 deletions(-)

diff --git a/dev-java/simplyhtml/simplyhtml-0.13.1.ebuild 
b/dev-java/simplyhtml/simplyhtml-0.13.1.ebuild
deleted file mode 100644
index 2b8d08c..000
--- a/dev-java/simplyhtml/simplyhtml-0.13.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_PN="SimplyHTML"
-MY_PV="$(replace_all_version_separators _)"
-#MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="Text processing application based on HTML and CSS files"
-HOMEPAGE="http://${PN}.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_src_${MY_PV}.tar.gz"
-#SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
-IUSE=""
-
-COMMON_DEP="dev-java/javahelp
-   dev-java/gnu-regexp"
-DEPEND=">=virtual/jdk-1.4
-   ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/${PN}-${MY_PV}/src"
-
-JAVA_PKG_FILTER_COMPILER="jikes"
-
-java_prepare() {
-   # it wants to copy lib jars
-   sed -i '/copy file/d' build.xml || die
-}
-
-src_compile() {
-   local cp="$(java-pkg_getjars javahelp,gnu-regexp-1)"
-   eant -Dclasspath="${cp}" jar $(use_doc)
-}
-
-src_install() {
-   cd ..
-   java-pkg_dojar dist/lib/${MY_PN}*.jar
-
-   dodoc readme.txt || die
-
-   use doc && java-pkg_dojavadoc dist/api
-   use source && java-pkg_dosrc src/com src/de
-}



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

2015-12-05 Thread Patrice Clement
commit: 174b87545399d9679cb1cca3bcba20d87db931c6
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 12:07:11 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 12:08:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174b8754

profiles/package.mask: Mask dev-java/{jpf,jpfcodegen} for removal. See bug 
567580.

Signed-off-by: Patrice Clement  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4f95a0a..ede0f5f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Patrice Clement  (05 Dec 2015)
+# Upstream dead: no update since 2007.
+# Masked for removal in 30 days. See bug #567580.
+dev-java/jpf
+dev-java/jpfcodegen
+
 # Robin H. Johnson  (04 Dec 2015)
 # Much early testing needed
 >=sys-cluster/ceph-9



[gentoo-commits] repo/gentoo:master commit in: dev-java/cortado/

2015-12-05 Thread Patrice Clement
commit: 53a97480bdce98a9ea71709b5b5771f1d7e07130
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 12:01:48 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 12:08:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a97480

dev-java/cortado: EAPI 5 bump. Keyword for ppc+ppc64.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/cortado/cortado-0.6.0-r1.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-java/cortado/cortado-0.6.0-r1.ebuild 
b/dev-java/cortado/cortado-0.6.0-r1.ebuild
new file mode 100644
index 000..e7e72b0
--- /dev/null
+++ b/dev-java/cortado/cortado-0.6.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Multimedia framework for Java written by Fluendo"
+HOMEPAGE="http://www.theora.org/cortado/;
+SRC_URI="http://downloads.xiph.org/releases/cortado/${P}.tar.gz;
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6
+   app-arch/unzip"
+
+EANT_BUILD_TARGET="stripped"
+
+src_prepare() {
+   echo "#!/bin/sh" > scripts/get-revision
+   echo "echo ${PV}">> scripts/get-revision
+}
+
+src_install() {
+   java-pkg_newjar "output/dist/applet/${PN}-ovt-stripped-${PV}.jar"
+   dodoc ChangeLog HACKING NEWS README RELEASE TODO \
+   || die "dodoc failed"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/simplyhtml/

2015-12-05 Thread Patrice Clement
commit: bd8e6228344bd3c853c15f519c8a9fe49367e728
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 11:39:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 12:07:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8e6228

dev-java/simplyhtml: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild 
b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
index 5bf7b92..e24ce3f 100644
--- a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
+++ b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,17 +14,20 @@ HOMEPAGE="http://simplyhtml.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_src_${MY_PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE=""
 
-CDEPEND="dev-java/javahelp:0
+CDEPEND="
+   dev-java/javahelp:0
dev-java/gnu-regexp:1"
 
-DEPEND=">=virtual/jdk-1.6
-   ${CDEPEND}"
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.6"
 
-RDEPEND=">=virtual/jre-1.6
-   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2015-12-05 Thread Patrice Clement
commit: 005ea3e5839bccb120f1dacf7c2e655491905407
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 19:22:25 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 19:48:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005ea3e5

Merge remote-tracking branch 'github/pr/432'.

 dev-java/jdbc-postgresql/Manifest  |   2 +-
 .../jdbc-postgresql-9.4_p1204.ebuild   | 104 -
 ...205.ebuild => jdbc-postgresql-9.4_p1206.ebuild} |   0
 3 files changed, 1 insertion(+), 105 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: dev-java/jffi/

2015-12-05 Thread Patrice Clement
commit: e855a441c79db564315a6ccfe4e5cdbb7e76c9c7
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 19:11:55 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 19:48:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e855a441

dev-java/jffi: Keyword for ppc64.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jffi/jffi-1.0.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jffi/jffi-1.0.11-r1.ebuild 
b/dev-java/jffi/jffi-1.0.11-r1.ebuild
index 271b085..1526686 100644
--- a/dev-java/jffi/jffi-1.0.11-r1.ebuild
+++ b/dev-java/jffi/jffi-1.0.11-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/jnr/jffi/tarball/${PV} -> 
${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 LGPL-3 )"
 SLOT="1.0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] proj/pms:eapi-7 commit in: /

2015-12-05 Thread Ulrich Müller
commit: 837baf076e927538e63fde72c99d72ddcd0ab702
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Nov 29 23:01:54 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Dec  5 20:14:50 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=837baf07

EAPI 7 supports directories for profile files.

Bug: 282296

 eapi-differences.tex |  5 +
 profiles.tex | 38 +++---
 2 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index a66d388..6683488 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -44,6 +44,9 @@ of this document for a complete table of previous EAPIs.
 \t{package.mask} directory & \compactfeatureref{package-mask-dir} &
 No & No & No & No & Yes \\
 
+Profile files as directories & \compactfeatureref{profile-file-dirs} &
+No & No & No & No & Yes \\
+
 Stable use masking/forcing & \compactfeatureref{stablemask} &
 No & No & Yes & Yes & Yes \\
 
@@ -377,6 +380,8 @@ EAPI 7 is EAPI 6 with the following changes:
 
 \begin{compactitem}
 \item \t{profiles/package.mask} can be a directory, 
\featureref{package-mask-dir}.
+\item \t{package.mask}, \t{package.use}, \t{use.*} and \t{package.use.*} in a 
profile can be
+directories, \featureref{profile-file-dirs}.
 \item \t{dohtml} banned, \featureref{banned-commands}.
 \end{compactitem}
 

diff --git a/profiles.tex b/profiles.tex
index 4a167ea..e56dce0 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -70,6 +70,27 @@ parent profile's list is taken, and the current profile's 
list appended. If any
 hyphen, then any lines previous to it whose contents are equal to the 
remainder of that line are
 removed from the list. Once again, blank lines and those beginning with a \# 
are discarded.
 
+\featurelabel{profile-file-dirs} In EAPIs listed in 
table~\ref{tab:profile-file-dirs} as supporting
+directories for profile files, any of the files \t{package.mask}, 
\t{package.use}, \t{use.*} and
+\t{package.use.*} mentioned below can be a directory instead of a regular 
file. Files contained
+in that directory, unless their name begins with a dot, will be concatenated 
in order of their
+filename in the POSIX locale and the result will be processed as if it were a 
single file.
+Any subdirectories will be ignored.
+
+\ChangeWhenAddingAnEAPI{7}
+\begin{centertable}{EAPIs supporting directories for profile files}
+\label{tab:profile-file-dirs}
+\begin{tabular}{ll}
+  \toprule
+  \multicolumn{1}{c}{\textbf{EAPI}} &
+  \multicolumn{1}{c}{\textbf{Supports directories for profile files?}} \\
+  \midrule
+  0, 1, 2, 3, 4, 5, 6 & No  \\
+  7   & Yes \\
+  \bottomrule
+\end{tabular}
+\end{centertable}
+
 \subsection{packages}
 The \t{packages} file is used to define the `system set' for this profile.
 After the above rules for inheritance and comments are applied, its lines must 
take one of two
@@ -85,7 +106,8 @@ but is mentioned here for completeness.
 \subsection{package.mask}
 \t{package.mask} is used to prevent packages from being installed on a given 
profile. Each line
 contains one package dependency specification; anything matching this 
specification will not be
-installed unless unmasked by the user's configuration.
+installed unless unmasked by the user's configuration. In some EAPIs, 
\t{package.mask} can be a
+directory instead of a regular file as per section~\ref{sec:line-stacking}.
 
 Note that the \t{-spec} syntax can be used to remove a mask in a parent 
profile, but not
 necessarily a global mask (from \t{profiles/package.mask}, 
section~\ref{profiles-package.mask}).
@@ -100,18 +122,20 @@ has severe adverse effects on USE-based and slot-based 
dependencies, its use is
 and package manager support must be regarded as purely optional.
 
 \subsection{package.use}
-The \t{package.use} file may be used by the package manager to override the 
default USE flags specified
-by \t{make.defaults} on a per package basis.  The format is to have a package 
dependency specification,
-and then a space delimited list of USE flags to enable.  A USE flag in the 
form of \t{-flag} indicates
-that the package should have the USE flag disabled.  The package dependency 
specification is limited to
-the forms defined by the directory's EAPI.
+The \t{package.use} file may be used by the package manager to override the 
default USE flags
+specified by \t{make.defaults} on a per package basis. The format is to have a 
package dependency
+specification, and then a space delimited list of USE flags to enable. A USE 
flag in the form of
+\t{-flag} indicates that the package should have the USE flag disabled. The 
package dependency
+specification is limited to the forms defined by the directory's EAPI. In some 
EAPIs,
+\t{package.use} can be a directory instead of a regular file as per 
section~\ref{sec:line-stacking}.
 
 \subsection{USE masking and forcing}
 

[gentoo-commits] proj/pms:eapi-7 commit in: /

2015-12-05 Thread Ulrich Müller
commit: c8c76d0bf673bdb3e7271dd7bc55587a21b8d0a3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Nov 29 23:00:32 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Nov 29 23:00:32 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=c8c76d0b

EAPI 7 supports a directory for package.mask.

Bug: 282296

 eapi-differences.tex |  4 
 tree-layout.tex  | 20 
 2 files changed, 24 insertions(+)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 6f4698c..a66d388 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -41,6 +41,9 @@ of this document for a complete table of previous EAPIs.
 \bottomrule
 \endlastfoot
 
+\t{package.mask} directory & \compactfeatureref{package-mask-dir} &
+No & No & No & No & Yes \\
+
 Stable use masking/forcing & \compactfeatureref{stablemask} &
 No & No & Yes & Yes & Yes \\
 
@@ -373,6 +376,7 @@ EAPI 6 is EAPI 5 with the following changes:
 EAPI 7 is EAPI 6 with the following changes:
 
 \begin{compactitem}
+\item \t{profiles/package.mask} can be a directory, 
\featureref{package-mask-dir}.
 \item \t{dohtml} banned, \featureref{banned-commands}.
 \end{compactitem}
 

diff --git a/tree-layout.tex b/tree-layout.tex
index 0554a64..9228338 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -112,6 +112,12 @@ manager must ignore any files in this directory that it 
does not recognise.
 Contains a list, one entry per line, of package dependency specifications 
(using the directory's
 EAPI). Any package version matching one of these is considered to be 
masked, and will not be
 installed regardless of profile unless it is unmasked by the user 
configuration.
+
+\featurelabel{package-mask-dir} For EAPIs listed in 
table~\ref{tab:package-mask-dir} as
+supporting it, \t{package.mask} can be a directory instead of a regular 
file. Files contained
+in that directory, unless their name begins with a dot, will be 
concatenated in order of their
+filename in the POSIX locale and the result will be processed as if it 
were a single file.
+Any subdirectories will be ignored.
 \item[profiles.desc] Described below in section~\ref{sec:profiles.desc}.
 \item[repo\_name] Contains, on a single line, the name of this repository. The 
repository name must
 conform to section~\ref{sec:repository-names}.
@@ -128,6 +134,20 @@ manager must ignore any files in this directory that it 
does not recognise.
 \item[updates/] This directory is described in section~\ref{sec:updates-dir}.
 \end{description}
 
+\ChangeWhenAddingAnEAPI{7}
+\begin{centertable}{EAPIs supporting a directory for \t{package.mask}}
+\label{tab:package-mask-dir}
+\begin{tabular}{ll}
+  \toprule
+  \multicolumn{1}{c}{\textbf{EAPI}} &
+  \multicolumn{1}{c}{\textbf{\t{package.mask} can be a directory?}} \\
+  \midrule
+  0, 1, 2, 3, 4, 5, 6 & No  \\
+  7   & Yes \\
+  \bottomrule
+\end{tabular}
+\end{centertable}
+
 \subsection{The profiles.desc file}
 \label{sec:profiles.desc}
 \t{profiles.desc} is a line-based file, with the standard commenting



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

2015-12-05 Thread Jeroen Roovers
commit: 463681ae33a31c09585ae9d15f9691e7c4745f13
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 22:14:51 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 22:15:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463681ae

sys-apps/portage: Stable for HPPA PPC64 (bug #567540).

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

 sys-apps/portage/portage-2.2.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.2.24.ebuild 
b/sys-apps/portage/portage-2.2.24.ebuild
index 43cb079..228d0a0 100644
--- a/sys-apps/portage/portage-2.2.24.ebuild
+++ b/sys-apps/portage/portage-2.2.24.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
 



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

2015-12-05 Thread James Le Cuirot
commit: 5c462fbe07a3a1d988c1b13b5b8362e2bf3c966e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec  5 23:32:18 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  5 23:41:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c462fbe

dev-java/antlr: Version bump into new SLOT 3.5

Primarily needed to unbundle ANTLR 4. This release seems to have more
in common with 4 than it does with 3.2, hence the new SLOT.

I have excluded the output=template feature to draw a firm dividing
line between 0/3 and 3.5/4 SLOTs, otherwise 4 would pull in 3 previous
versions!

Package-Manager: portage-2.2.26

 dev-java/antlr/Manifest |  2 +
 dev-java/antlr/antlr-3.5.2.ebuild   | 87 +
 dev-java/antlr/files/3.5.2-test-fixes.patch | 36 
 3 files changed, 125 insertions(+)

diff --git a/dev-java/antlr/Manifest b/dev-java/antlr/Manifest
index 7c1dfc3..dd63ef1 100644
--- a/dev-java/antlr/Manifest
+++ b/dev-java/antlr/Manifest
@@ -5,4 +5,6 @@ DIST antlr-3.1.3.tar.gz 10743515 SHA256 
1fca0fc7304140807e64ec263a58d93ef1b380cf
 DIST antlr-3.2.jar 1928009 SHA256 
4c8737014e7ca0d2c85171edf37f5a26b2d8d8237c283357b81a3269b6848d38 SHA512 
25a61404c4b41e48eeaed49d41122f9400092248a10eb776d75ce3513295870eca1acc4b06c74925284a27cc64ca0506e34de39fb91996f09727cc5cc72dd9a6
 WHIRLPOOL 
19d99c9f50339ee9ef31e9458ac3a44ce52aa89ed84f96be905d626e3a53d5e2bbdb2e8eb4c5ca16413e7493499b141f940dd200658f8e60e9ecbd777f83a84b
 DIST antlr-3.2.tar.gz 837320 SHA256 
01548fa03ef1f0ed05a93f0749b65db8a35a191ad7ad34e1e6a6a2529ca2ef45 SHA512 
8984221cd89253c033a4596dd56cd51b297393a53b4682f5ab401172745d343371bf0d45417fa286ce972add1b4e474f1f3091fa1345158dbfc040702d61607c
 WHIRLPOOL 
40080efc13c88312aaa318cde097f240e711b477e264739ea71b6c246ede29ac48f42eccd55365af531eb428f1ca1d89386d7e5753b6bc35cad9bf937b70e6de
 DIST antlr-3.5.2-complete-no-st3.jar 1862097 SHA256 
46531814ba9739cdf20c6c1789c252d3d95b68932813d79fb8bbfdf8d5840417 SHA512 
227f56edfb8d1935fc0f5bd69a730a2230b173f38baa7837b6dac9b4a10c5d4a9b2eb806416b21bed2621bb0b8e0fb98a6f48da2660b326728326f078bc28ea9
 WHIRLPOOL 
5c5285894e2d4182650a8a573ae83996e1f463d6ce866ddcff43959b16cf1070c3042b21d80c9350865716a6719d15fcd42b7370b4af69b6eca863d26ffcc325
+DIST antlr-3.5.2-complete.jar 2456317 SHA256 
26ca659f47d77384f518cf2b6463892fcd4f0b0d4d8c0de2addf697e63e7326b SHA512 
560f208e38759b5e626de56816e1fce9c191c526c04ca782513859d468ac444d1e8e62c03870a68f8f9d8daee0f45fca465150e2bbfc71b46e46b952519044b1
 WHIRLPOOL 
bdbbb081bf0aab83fa26a4a75f7f42487da688a5e3c765ea4cbd7b8c1bcb80b66e8b98bf95ee8bcd2acd60b4eacb6745f879cb899b672ea7fc4489d651a6f2e0
+DIST antlr-3.5.2.tar.gz 6927126 SHA256 
529baf7d11f06b773543e25271c1a6e1735d2f8061f4866d1ea5c99a5d71ee1f SHA512 
e2a0520093fb2a77dcd9d44f26a9fdd612dceaffb398c53b2b8cd29f4630830647ede29e8dd55b434cb2c165b0fd1d77968ec6e6de0798f14d9cdfd9e6fccd99
 WHIRLPOOL 
a3a2bf81cc91a332725a4ce15dcccf10df5395b27a521656b1f3e80fed10197edc132fa2a8b9a259b2ee603320492b4b1f664692a967fdfdbb574d919b9aa20e
 DIST antlr-4.3-complete.jar 1340431 SHA256 
da9afec193edcc4d8080a4897e77e1e2f6a0c0bc265fccb8c44ae10660f7a8f0 SHA512 
669cc21ef72ec899509181b1ec77d918fce9dba3db165d9d7429e0058c58a9d716cbf274d7a54b6bd9143d95d9a902d82acfa5bcb5e6c805c4e9fdf90b83349e
 WHIRLPOOL 
f665a200850d294ee0f8c3127bb918a9c9625098a97a960afe08b3a3940ba2c2ad54099e34c82fab5058b668a721b3ed5621a85820d0aca0e16af2f81627c723

diff --git a/dev-java/antlr/antlr-3.5.2.ebuild 
b/dev-java/antlr/antlr-3.5.2.ebuild
new file mode 100644
index 000..33d4d91
--- /dev/null
+++ b/dev-java/antlr/antlr-3.5.2.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A parser generator for many languages"
+HOMEPAGE="http://www.antlr3.org/;
+SRC_URI="https://github.com/${PN}/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz
+   http://www.antlr3.org/download/${P}-complete.jar; # Prebuilt version 
needed.
+LICENSE="BSD"
+SLOT="3.5"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+CDEPEND="dev-java/stringtemplate:4"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.6
+   test? ( dev-java/junit:4 )"
+
+S="${WORKDIR}/${PN}3-${PV}"
+JAVA_GENTOO_CLASSPATH_EXTRA="${S}/${PN}-runtime.jar"
+JAVA_GENTOO_CLASSPATH="stringtemplate-4"
+
+src_unpack() {
+   unpack ${P}.tar.gz
+}
+
+java_prepare() {
+   java-pkg_clean
+
+   # This requires StringTemplate v3 and is only needed for
+   # output=template. Nothing in the tree currently needs that and the
+   # dependency situation is already hairy enough as it is.
+   rm -v 

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

2015-12-05 Thread James Le Cuirot
commit: 49d428bd9fecbd5138782e8e74edda2d4be43f45
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec  5 23:24:18 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  5 23:41:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d428bd

dev-java/stringtemplate: Version bump into new SLOT 4 (fixes #417895)

This is needed by newer versions of ANTLR.

Package-Manager: portage-2.2.26

 dev-java/stringtemplate/Manifest   |  2 +
 .../stringtemplate/files/4.0.8-test-fixes.patch| 38 
 .../stringtemplate/stringtemplate-4.0.8.ebuild | 71 ++
 3 files changed, 111 insertions(+)

diff --git a/dev-java/stringtemplate/Manifest b/dev-java/stringtemplate/Manifest
index a2f7a94..8c8cf12 100644
--- a/dev-java/stringtemplate/Manifest
+++ b/dev-java/stringtemplate/Manifest
@@ -1,2 +1,4 @@
+DIST antlr-3.5.2-complete.jar 2456317 SHA256 
26ca659f47d77384f518cf2b6463892fcd4f0b0d4d8c0de2addf697e63e7326b SHA512 
560f208e38759b5e626de56816e1fce9c191c526c04ca782513859d468ac444d1e8e62c03870a68f8f9d8daee0f45fca465150e2bbfc71b46e46b952519044b1
 WHIRLPOOL 
bdbbb081bf0aab83fa26a4a75f7f42487da688a5e3c765ea4cbd7b8c1bcb80b66e8b98bf95ee8bcd2acd60b4eacb6745f879cb899b672ea7fc4489d651a6f2e0
 DIST stringtemplate-3.2.1.tar.gz 1039803 SHA256 
3a0adbb7510c2822ca515c635e1ff1469b3ac78f6d2072e48478876b9191de20 SHA512 
fe4c50584dd3695514034845ba7b8fa300cf582b6b302797afadce990f2665759323f6a29ece1bc07dfab244cc00455b4106fe3ad6851165edbb8736ad7ec714
 WHIRLPOOL 
be77636384fdc680d856e8840abf0f629d5115c67f2085db044767847a480b3e2be70bae1d3984172561d14661ae325c677017b55183ff7d2e10ae4c9f83b40e
 DIST stringtemplate-3.2.tar.gz 741708 SHA256 
de85449fca6c11bf2efff73fa2c852ccf84b0db1e129a6948748659952f6825e SHA512 
23b657fe15fd37ccbacea3f8d7ab4ef4a7870b6bafed73cfb2ffb44b3d8ee1f473aa57d39f864017d74c97f4ee431d776eaf0439065c6d1b94d4d5a2fec5d226
 WHIRLPOOL 
eff58073d8c4773fb75dfa25fb76b5973297dd329c451c1fda1f1d53f3e620119382ffe3986e5b941473b4089807cfc7807bb17545c66dc9d4cfa6575ccc9446
+DIST stringtemplate-4.0.8.tar.gz 147305 SHA256 
07013e36d16968b514092b1e33cbe53f811a70a12c96e2e56c2e97a4304431df SHA512 
21e4936356a6d374bf92645f09351a495a5900a408ead8dce1903ed81d7fc70eb4b44b206b587b05ed87edb2d4792c1cf72907a9cb527e18373ba2e5f31b5724
 WHIRLPOOL 
61562310995301cd005eb6a553f973304e166bca0b10d59a7d0877d73599a3bd26a2abf4cc7cb0ff98b61a1ef869c08f2d6933833217cac67f92d992a9a6d53d

diff --git a/dev-java/stringtemplate/files/4.0.8-test-fixes.patch 
b/dev-java/stringtemplate/files/4.0.8-test-fixes.patch
new file mode 100644
index 000..9480abe
--- /dev/null
+++ b/dev-java/stringtemplate/files/4.0.8-test-fixes.patch
@@ -0,0 +1,38 @@
+diff -Naur test.orig/org/stringtemplate/v4/test/TestGroups.java 
test/org/stringtemplate/v4/test/TestGroups.java
+--- test.orig/org/stringtemplate/v4/test/TestGroups.java   2014-03-25 
11:55:55.0 +
 test/org/stringtemplate/v4/test/TestGroups.java2015-09-13 
11:01:07.999800299 +0100
+@@ -29,6 +29,7 @@
+ 
+ import org.junit.Assert;
+ import org.junit.Test;
++import org.junit.Ignore;
+ import org.stringtemplate.v4.ST;
+ import org.stringtemplate.v4.STErrorListener;
+ import org.stringtemplate.v4.STGroup;
+@@ -527,6 +528,7 @@
+   assertEquals(expected, result);
+   }
+ 
++  @Ignore
+   @Test public void testUnknownNamedArg() throws Exception {
+   String dir = getRandomDir();
+   String groupFile =
+diff -Naur test.orig/org/stringtemplate/v4/test/TestGroupSyntaxErrors.java 
test/org/stringtemplate/v4/test/TestGroupSyntaxErrors.java
+--- test.orig/org/stringtemplate/v4/test/TestGroupSyntaxErrors.java
2014-03-25 11:55:55.0 +
 test/org/stringtemplate/v4/test/TestGroupSyntaxErrors.java 2015-09-13 
11:01:05.011850826 +0100
+@@ -28,6 +28,7 @@
+ package org.stringtemplate.v4.test;
+ 
+ import org.junit.Test;
++import org.junit.Ignore;
+ import org.stringtemplate.v4.STErrorListener;
+ import org.stringtemplate.v4.STGroup;
+ import org.stringtemplate.v4.STGroupFile;
+@@ -36,6 +37,7 @@
+ import static org.junit.Assert.assertEquals;
+ 
+ public class TestGroupSyntaxErrors extends BaseTest {
++  @Ignore
+   @Test public void testMissingImportString() throws Exception {
+   String templates =
+   "import\n" +

diff --git a/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild 
b/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild
new file mode 100644
index 000..e36b97f
--- /dev/null
+++ b/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+ANTLR3="3.5.2"
+JAVA_PKG_IUSE="doc source"
+
+inherit eutils java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A Java template engine"
+HOMEPAGE="http://www.stringtemplate.org/;
+SRC_URI="https://github.com/antlr/${PN}4/archive/${PV}.tar.gz -> 

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

2015-12-05 Thread William Hubbs
commit: a67e3495d0b54ac83a00fc04aef50951646814ad
Author: William Hubbs  gmail  com>
AuthorDate: Sat Dec  5 16:31:39 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec  5 16:31:39 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a67e3495

Increment version number

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 415bf9d..1d43192 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.19
+VERSION=   0.20
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] proj/openrc:master commit in: src/rc/

2015-12-05 Thread William Hubbs
commit: 83cd7145e3e7c3ac453b6a87214cf5704e3875ce
Author: William Hubbs  gmail  com>
AuthorDate: Sat Dec  5 23:47:47 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec  5 23:47:47 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=83cd7145

Rename bootlevel variable in _usage.c

In src/rc/_usage.c, we were using bootlevel as the variable to hold the
return value of rc_sys.
This changes the variable name to systype because this function returns
a system type, not a runlevel.

 src/rc/_usage.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/rc/_usage.c b/src/rc/_usage.c
index a95e93f..2ab0fa6 100644
--- a/src/rc/_usage.c
+++ b/src/rc/_usage.c
@@ -53,11 +53,11 @@ static void set_quiet_options(void)
 _noreturn static void
 show_version(void)
 {
-   const char *bootlevel = NULL;
+   const char *systype = NULL;
 
printf("%s (OpenRC", applet);
-   if ((bootlevel = rc_sys()))
-   printf(" [%s]", bootlevel);
+   if ((systype = rc_sys()))
+   printf(" [%s]", systype);
printf(") %s", VERSION);
 #ifdef BRANDING
printf(" (%s)", BRANDING);



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

2015-12-05 Thread Jeroen Roovers
commit: b428d604c631ab659a91f7a364f811b80f70f9a4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 09:05:26 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 09:05:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b428d604

media-libs/gegl: Fix compiling on bigendian.

Package-Manager: portage-2.2.26

 media-libs/gegl/files/gegl-0.3.4-endian.patch | 11 +++
 media-libs/gegl/gegl-0.3.4.ebuild |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/media-libs/gegl/files/gegl-0.3.4-endian.patch 
b/media-libs/gegl/files/gegl-0.3.4-endian.patch
new file mode 100644
index 000..3df13e6
--- /dev/null
+++ b/media-libs/gegl/files/gegl-0.3.4-endian.patch
@@ -0,0 +1,11 @@
+--- a/operations/external/tiff-load.c
 b/operations/external/tiff-load.c
+@@ -505,7 +505,7 @@
+   GeglRectangle line = { 0, p->height - row - 1, p->width, 1 };
+ #if G_BYTE_ORDER != G_LITTLE_ENDIAN
+   guint row_start = row * p->width;
+-  guint row end = row * p->width + p->width;
++  guint row_end = row * p->width + p->width;
+   guint i;
+ 
+   for (i = row_start; i < row_end; i++)

diff --git a/media-libs/gegl/gegl-0.3.4.ebuild 
b/media-libs/gegl/gegl-0.3.4.ebuild
index 4fca26c..ce3348c 100644
--- a/media-libs/gegl/gegl-0.3.4.ebuild
+++ b/media-libs/gegl/gegl-0.3.4.ebuild
@@ -77,6 +77,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.3.4-endian.patch
+
# FIXME: the following should be proper patch sent to upstream
# fix OSX loadable module filename extension
sed -i -e 's/\.dylib/.bundle/' configure.ac || die



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

2015-12-05 Thread Jeroen Roovers
commit: 64e8e1a5daa249da28e05365e1d6750d21a5f804
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 09:11:22 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 09:11:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e8e1a5

media-gfx/fontforge: Stable for HPPA (bug #565376).

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

 media-gfx/fontforge/fontforge-20150612-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20150612-r1.ebuild 
b/media-gfx/fontforge/fontforge-20150612-r1.ebuild
index d3ff57d..9ee683a 100644
--- a/media-gfx/fontforge/fontforge-20150612-r1.ebuild
+++ b/media-gfx/fontforge/fontforge-20150612-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg 
unicode X"
 
 REQUIRED_USE="



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

2015-12-05 Thread Hans de Graaff
commit: d0bc3dac8d503ed73d7608a320830fb3cf444b2f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  5 09:12:28 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  5 09:12:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bc3dac

dev-ruby/httparty: use rspec3 recipe for tests

This also makes rspec a USE=test dependency rather
than a generic build dependency.

Package-Manager: portage-2.2.20.1

 dev-ruby/httparty/httparty-0.13.7.ebuild | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/httparty/httparty-0.13.7.ebuild 
b/dev-ruby/httparty/httparty-0.13.7.ebuild
index a26eba9..a48ad9d 100644
--- a/dev-ruby/httparty/httparty-0.13.7.ebuild
+++ b/dev-ruby/httparty/httparty-0.13.7.ebuild
@@ -6,9 +6,7 @@ EAPI=5
 
 USE_RUBY="ruby19 ruby20 ruby21"
 
-# We have a custom test function, but don't null this out so that the
-# deps are still added
-RUBY_FAKEGEM_TASK_TEST="none"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History"
@@ -25,7 +23,7 @@ IUSE=""
 
 ruby_add_rdepend '>=dev-ruby/json-1.8:0 >=dev-ruby/multi_xml-0.5.2'
 
-ruby_add_bdepend 'dev-ruby/rspec:3 dev-ruby/fakeweb'
+ruby_add_bdepend 'test? ( dev-ruby/fakeweb )'
 
 all_ruby_prepare() {
# Remove bundler
@@ -41,10 +39,6 @@ all_ruby_prepare() {
-e '1i require "cgi"' spec/spec_helper.rb || die
 }
 
-each_ruby_test() {
-   ${RUBY} -S rake spec || die
-}
-
 all_ruby_install() {
all_fakegem_install
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-netdb/

2015-12-05 Thread Patrice Clement
commit: 07c31ebba2a3fe0dcb88db5eedd6297161dc695f
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Dec  4 10:04:21 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 10:05:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c31ebb

dev-java/jnr-netdb: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jnr-netdb/Manifest   |  1 -
 dev-java/jnr-netdb/jnr-netdb-1.0.1.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/dev-java/jnr-netdb/Manifest b/dev-java/jnr-netdb/Manifest
index 4773761..770c7b8 100644
--- a/dev-java/jnr-netdb/Manifest
+++ b/dev-java/jnr-netdb/Manifest
@@ -1,2 +1 @@
-DIST jnr-netdb-1.0.1.tar.gz 670834 SHA256 
654360f56c4a0131df293b6dcaa96618dfa9ded549180284dbaa20e6305d8906 SHA512 
d62718de9e9b0a0bb1463f6bf9dc22ca00d5d107f22fea77af0b5cf77ffb6d681d0ea345cad0301e0f9053f797fd0a502325c71b3bf8aea989232f73e3f18cbc
 WHIRLPOOL 
f4e0493a0df380fd372e407d2e5014c40dda88e832ab6324fc579d6a2469cad9a3aed98f268c43aaa35b966324de7b746287fb075a16ddd58068b5fa00f04523
 DIST jnr-netdb-1.1.4.tar.gz 648347 SHA256 
d67327943c8ca59432bda152bd4a8611ff1eab099f2d4bf08a743dfd5f963c69 SHA512 
949a744b1d443cde564a2582baf7b4323c721417f32a45fd7413f791823cac5877bef62ed0d3079345631b908a581a1acf83dd00a926f87ebbd8e61d38a20195
 WHIRLPOOL 
0319025334a12e59df01da1f13e74401373ec7e7e2ea30db549e9e19e226d74cdc74b62e9c5c78d74374d05f98adcc3d18bdfc40a8e760a4c5f2b5fa3c7d4a76

diff --git a/dev-java/jnr-netdb/jnr-netdb-1.0.1.ebuild 
b/dev-java/jnr-netdb/jnr-netdb-1.0.1.ebuild
deleted file mode 100644
index 67611b2..000
--- a/dev-java/jnr-netdb/jnr-netdb-1.0.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-JAVA_PKG_IUSE="doc source"
-WANT_ANT_TASKS="ant-nodeps"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Network services database access for java"
-HOMEPAGE="https://github.com/wmeissner/jnr-netdb;
-SRC_URI="https://github.com/wmeissner/jnr-netdb/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-COMMON_DEP=">=dev-java/jaffl-0.5.1:0"
-
-RDEPEND=">=virtual/jre-1.5
-   ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.5
-   ${COMMON_DEP}
-   test?
-   (
-   dev-java/ant-junit4:0
-   dev-java/hamcrest-core:0
-   java-virtuals/jdk-with-com-sun:0
-   )"
-
-src_unpack() {
-   unpack ${A}
-   mv w* "${P}" || die
-}
-
-src_prepare() {
-   mkdir -p lib
-   find . -iname 'junit*.jar' -delete
-   sed -i -e 
"s|run.test.classpath=|run.test.classpath=lib/hamcrest-core.jar:|g" 
nbproject/project.properties
-   java-pkg_jar-from --into lib jaffl jaffl.jar
-}
-
-EANT_EXTRA_ARGS="-Dreference.jaffl.jar=lib/jaffl.jar \
-   -Dproject.jaffl=\"${S}\" \
-   -D\"already.built.${S}\"=true"
-
-src_test() {
-   java-pkg_jar-from --build-only --into lib/junit_4 junit-4 \
-   junit.jar junit-4.5.jar
-   java-pkg_jar-from --build-only --into lib hamcrest-core \
-   hamcrest-core.jar
-   sed -i -e \
-   "s_\${file.reference.jffi-complete.jar}_$(java-pkg_getjars --build-only 
--with-dependencies jaffl)_" \
-   nbproject/project.properties
-
-   ANT_TASKS="ant-junit4 ant-nodeps" eant test \
-   ${EANT_EXTRA_ARGS} \
-   -Djava.library.path="$(java-config -di jaffl)"
-}
-
-src_install() {
-   java-pkg_dojar "dist/${PN}.jar"
-   use doc && java-pkg_dojavadoc dist/javadoc
-   use source && java-pkg_dosrc src/*
-}



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

2015-12-05 Thread Justin Lecher
commit: 88556fb1e7374d7c4b6953df2e7d35d2410d9771
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  5 09:56:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  5 09:57:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88556fb1

app-portage/flaggie: Drop pypy support

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567450

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 app-portage/flaggie/flaggie-0.2.1.ebuild | 4 ++--
 app-portage/flaggie/flaggie-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild 
b/app-portage/flaggie/flaggie-0.2.1.ebuild
index 291ad98..90490ad 100644
--- a/app-portage/flaggie/flaggie-0.2.1.ebuild
+++ b/app-portage/flaggie/flaggie-0.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit bash-completion-r1 distutils-r1
 

diff --git a/app-portage/flaggie/flaggie-.ebuild 
b/app-portage/flaggie/flaggie-.ebuild
index fc2a572..9e56ddd 100644
--- a/app-portage/flaggie/flaggie-.ebuild
+++ b/app-portage/flaggie/flaggie-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit bash-completion-r1 distutils-r1
 



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

2015-12-05 Thread Jeroen Roovers
commit: 3e7605fa4713639e339d44bea9e54006e0bd00b1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 09:27:51 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:12:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7605fa

media-libs/lensfun: Stable for PPC64 (bug #566390).

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

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index f266bac..87bff42 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



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

2015-12-05 Thread Jeroen Roovers
commit: 68fdcaec1464b8993ece60527ccdca3abd93dbf8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 10:12:29 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:12:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fdcaec

media-libs/lensfun: Stable for HPPA (bug #566390).

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

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index 87bff42..089bc78 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



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

2015-12-05 Thread Patrice Clement
commit: e940e86ff31646714103a6dbbd4a20d91c7db4fe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 19:44:05 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 19:48:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e940e86f

dev-tex/pdfannotextractor: Clean up broken version.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 .../pdfannotextractor-0.1l.ebuild  | 54 --
 1 file changed, 54 deletions(-)

diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild 
b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild
deleted file mode 100644
index f6424b5..000
--- a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit latex-package java-utils-2 java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="Extract annotations from pdf files"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/pax/;
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
-IUSE=""
-
-CDEPEND="virtual/latex-base
-   dev-java/pdfbox:1.8
-   dev-java/fontbox:1.7"
-DEPEND="${CDEPEND}
-   app-arch/unzip
-   >=virtual/jdk-1.5"
-RDEPEND="${CDEPEND}
-   virtual/perl-Getopt-Long
-   dev-perl/File-Which
-   >=virtual/jre-1.5
-   !<=dev-texlive/texlive-latexextra-2010"
-
-TEXMF=/usr/share/texmf-site
-S=${WORKDIR}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="pdfbox-1.8 fontbox-1.7"
-
-src_prepare() {
-   epatch "${FILESDIR}/javajars.patch"
-   epatch "${FILESDIR}/PDFAnnotExtractor.java.patch"
-   epatch "${FILESDIR}/StringVisitor.java.patch"
-   java-pkg-2_src_prepare
-}
-
-src_compile() {
-   cd "${S}/source/latex/pax"
-   eant || die
-}
-
-src_install() {
-   newbin scripts/pax/pdfannotextractor.pl pdfannotextractor || die
-   java-pkg_dojar "${S}/source/latex/pax/pax.jar" || die
-   insinto ${TEXMF}
-   doins -r tex || die
-   dodoc doc/latex/pax/README || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jffi/

2015-12-05 Thread Patrice Clement
commit: b38360ca60ee6c12f505cc62da14422ef6b69638
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 19:10:34 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 19:48:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38360ca

dev-java/jffi: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jffi/jffi-1.0.11-r1.ebuild | 31 ---
 1 file changed, 20 insertions(+), 11 deletions(-)

diff --git a/dev-java/jffi/jffi-1.0.11-r1.ebuild 
b/dev-java/jffi/jffi-1.0.11-r1.ebuild
index 7af0347..271b085 100644
--- a/dev-java/jffi/jffi-1.0.11-r1.ebuild
+++ b/dev-java/jffi/jffi-1.0.11-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-
 JAVA_PKG_IUSE="doc source test"
 
 inherit eutils java-pkg-2 java-ant-2 versionator
@@ -14,32 +13,42 @@ SRC_URI="https://github.com/jnr/jffi/tarball/${PV} -> 
${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 LGPL-3 )"
 SLOT="1.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-COMMON_DEP="
+CDEPEND="
virtual/libffi"
-RDEPEND="${COMMON_DEP}
-   >=virtual/jre-1.5"
-DEPEND="${COMMON_DEP}
-   >=virtual/jdk-1.5
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.6
virtual/pkgconfig
test? (
dev-java/ant-junit:0
dev-java/junit:4
)"
 
+PATCHES=(
+   "${FILESDIR}"/${P}_no-werror.patch
+)
+
 src_unpack() {
unpack ${A}
mv jnr-jffi-* "${P}" || die
 }
 
 java_prepare() {
+   java-pkg_clean
+
cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
-   epatch "${FILESDIR}"/${P}_no-werror.patch
-   sed -i -e 's/-Werror //' libtest/GNUmakefile || die
 
-   find "${WORKDIR}" -iname '*.jar' -delete || die
+   epatch "${PATCHES[@]}"
+
+   sed -i -e 's/-Werror //' libtest/GNUmakefile || die
 
# Fix build with GCC 4.7 #421501
sed -i -e "s|-mimpure-text||g" jni/GNUmakefile libtest/GNUmakefile || 
die



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

2015-12-05 Thread Patrice Clement
commit: 1e1f7d2d794921bbc43ce494ec2b9d787b094ef1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  5 19:42:31 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec  5 19:42:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1f7d2d

dev-tex/pdfannotextractor: EAPI 5 bump + housekeeping. Fixes bug 545336.

Housekeeping includes:
- Stick patches in PATCHES array
- Remove useless dies
- Bump ebuild to EAPI 5 (was about time!)

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 .../pdfannotextractor-0.1l-r1.ebuild   | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild 
b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild
new file mode 100644
index 000..be76d28
--- /dev/null
+++ b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit latex-package java-utils-2 java-pkg-2 java-ant-2 eutils
+
+DESCRIPTION="Extract annotations from pdf files"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/pax/;
+SRC_URI="mirror://gentoo/${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+IUSE=""
+
+CDEPEND="virtual/latex-base
+   dev-java/pdfbox:1.8
+   dev-java/fontbox:1.7"
+
+DEPEND="${CDEPEND}
+   app-arch/unzip
+   >=virtual/jdk-1.6"
+
+RDEPEND="${CDEPEND}
+   virtual/perl-Getopt-Long
+   dev-perl/File-Which
+   >=virtual/jre-1.6
+   !<=dev-texlive/texlive-latexextra-2010"
+
+TEXMF=/usr/share/texmf-site
+S="${WORKDIR}"
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_GENTOO_CLASSPATH="
+   pdfbox-1.8
+   fontbox-1.7
+"
+
+PATCHES=(
+   "${FILESDIR}/javajars.patch"
+   "${FILESDIR}/PDFAnnotExtractor.java.patch"
+   "${FILESDIR}/StringVisitor.java.patch"
+)
+
+java_prepare() {
+   epatch "${PATCHES[@]}"
+}
+
+src_compile() {
+   cd "${S}/source/latex/pax" || die
+   eant || die
+}
+
+src_install() {
+   newbin scripts/pax/pdfannotextractor.pl pdfannotextractor
+   java-pkg_dojar "${S}/source/latex/pax/pax.jar"
+   insinto ${TEXMF}
+   doins -r tex
+   dodoc doc/latex/pax/README
+}



  1   2   >