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

2016-04-09 Thread Hans de Graaff
commit: 5f314e2c15f07ee14ee98f0af2ba96698256ad18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 05:52:15 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 05:52:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f314e2c

dev-ruby/ntlm-http: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild 
b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index a298f24..e0b52e6 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 # jruby → tests fail _badly_
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2016-04-09 Thread Hans de Graaff
commit: 97866cbe73d4d0f131c17f8ee669a705828f6c88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 05:48:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 05:48:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97866cbe

dev-ruby/ntlm-http: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild 
b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index e12a2b1..a298f24 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # jruby → tests fail _badly_
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2016-04-09 Thread Hans de Graaff
commit: 3cb4581567560f9e2440689195fe40607df0283b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 05:54:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 05:54:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb45815

dev-ruby/ntlm-http: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild | 36 
 1 file changed, 36 deletions(-)

diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild 
b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild
deleted file mode 100644
index 4817085..000
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_SOURCES="lib README"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Ruby/NTLM HTTP provides NTLM authentication over http"
-HOMEPAGE="http://www.mindflowsolutions.net/;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-all_ruby_prepare() {
-   find . -name '*.rb' -exec sed -i -e 's:\r$::' {} +
-
-   # We can't use RUBY_PATCHES for this because we need first to convert 
the files
-   epatch "${FILESDIR}"/${P}+ruby-1.9.patch
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 test/*_test.rb
-}



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

2016-04-09 Thread Hans de Graaff
commit: 35acdd80819af871eacd0a2563642918d19bb1f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 05:53:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 05:53:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35acdd80

dev-ruby/ntlm-http: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild 
b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index e0b52e6..128bcaa 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.mindflowsolutions.net/;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"



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

2016-04-09 Thread Hans de Graaff
commit: 07008b481c0fce25634c0e2f96bd853855d1a9be
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 10 05:54:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 10 05:54:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07008b48

dev-ruby/tokyocabinet: add 1.32.0

Package-Manager: portage-2.2.26

 dev-ruby/tokyocabinet/Manifest   |  1 +
 dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/tokyocabinet/Manifest b/dev-ruby/tokyocabinet/Manifest
index 8179102..14ca45d 100644
--- a/dev-ruby/tokyocabinet/Manifest
+++ b/dev-ruby/tokyocabinet/Manifest
@@ -1 +1,2 @@
 DIST tokyocabinet-1.29.1.gem 18944 SHA256 
e1df73a0101532a606abeda37bee483e3707e90ddb502631ec0b028f58fb1fb7 SHA512 
c6614644996d2182f07c1f1e025184b42facadaf84dbbc4106ba754ff98ffaa8aa098406dda51ad86eeed7806c89e04c9fad62d2798c63c7203a734de3ab39f8
 WHIRLPOOL 
00ce07794dba172884f1762e6fcaabb253293bdc7b22dcc241ea83427ea39e08b95e2821138235250d2b9cd370001a921de6cccbeaffee69eaa9960070bdda97
+DIST tokyocabinet-1.32.0.gem 18944 SHA256 
2ca4dd54c58d3432a1c876e897c0234422f1f2c451d7171f02186b1c5f0409af SHA512 
274a72e166bfb776b66379f587a141c8d0407dec7aa17bcd2e1ce2a401784f52433e72bc356140f69dcca651351edb22d5c9da6fec09b1b1fcfd53cb5af666f3
 WHIRLPOOL 
b718bc4262c7bf85beb5ce7c7f2ea7f65b1346fd692ddf405117ea66af0b66059d9cd23529895945005aef8283ec9210d72d128ad04abf8f45f82b26ca520eed

diff --git a/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild 
b/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
new file mode 100644
index 000..3155b67
--- /dev/null
+++ b/dev-ruby/tokyocabinet/tokyocabinet-1.32.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for Tokyo Cabinet"
+HOMEPAGE="http://fallabs.com/tokyocabinet/;
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND+="dev-db/tokyocabinet"
+
+each_ruby_configure() {
+   ${RUBY} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1
+}
+
+each_ruby_install() {
+   emake install DESTDIR="${D}"
+
+   each_fakegem_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/merginal/

2016-04-09 Thread Tim Harder
commit: daa7821703b256916c0b5355518f5a3bd6ea934b
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Apr 10 05:16:06 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Apr 10 05:16:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa78217

app-vim/merginal: version bump to 2.0.0

 app-vim/merginal/Manifest  |  1 +
 app-vim/merginal/merginal-2.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-vim/merginal/Manifest b/app-vim/merginal/Manifest
index ca50d6e..3eaaf25 100644
--- a/app-vim/merginal/Manifest
+++ b/app-vim/merginal/Manifest
@@ -1 +1,2 @@
 DIST merginal-1.6.0.tar.gz 13882 SHA256 
c2badc8a95fe0706465faedddbc08ca4bc83aa412fe226d7032171e8fc39a23a SHA512 
9b3de15429160b4a2983f80c23483f7dee207586c89bbc70793b08639abff670762b54a4fac8f1bf907a0688ae4323876adcba29e3468f57ab0da57f5ce4105b
 WHIRLPOOL 
ff21e8228565707eb3cd794f48f68186f0da4a7f0412c61a762878718a617d6cb2de0b1beb769fe90162e50a80ac2feb494001e300d471bf78fe876c2185629f
+DIST merginal-2.0.0.tar.gz 14746 SHA256 
43648f6e7fc8b9ac2a4dc727fc87d53db5565f823c1323e99a4fbf7574b2ce07 SHA512 
9274749378981368c9afd6629b7b5bc0bd0e3153dda1a6828f43da31acd6e253637dd5703609a708b8b69dfe0d5a217d2414c36e947b985d97d341361fd4928e
 WHIRLPOOL 
591c0c1466e79f8c210fe6f0c347a66eb1ef7ae92c42e8928cf44c036a0f05150c03f3cb83969fe3faa2fa80290a79bea5298be0c13d0aac23667def7895cc87

diff --git a/app-vim/merginal/merginal-2.0.0.ebuild 
b/app-vim/merginal/merginal-2.0.0.ebuild
new file mode 100644
index 000..1bea30c
--- /dev/null
+++ b/app-vim/merginal/merginal-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+MY_PN=vim-${PN}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="fugitive extension to manage and merge git branches"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 
https://github.com/idanarye/vim-merginal/;
+SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-vim/fugitive"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   rm README.md || die
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/, games-arcade/supertux/files/

2016-04-09 Thread Michael Sterrett
commit: 38066468c4fc0caf85dbc1e6e28e913367224007
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Apr 10 03:19:34 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Apr 10 03:19:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38066468

games-arcade/supertux: clean old; drops support for ppc and sparc

Package-Manager: portage-2.2.26

 games-arcade/supertux/Manifest |  1 -
 .../supertux/files/supertux-0.1.3-desktop.patch| 21 ---
 .../supertux/files/supertux-0.1.3-gcc41.patch  | 11 --
 .../supertux/files/supertux-0.1.3-ndebug.patch | 14 ---
 games-arcade/supertux/supertux-0.1.3.ebuild| 43 --
 5 files changed, 90 deletions(-)

diff --git a/games-arcade/supertux/Manifest b/games-arcade/supertux/Manifest
index a24f26b..30519d3 100644
--- a/games-arcade/supertux/Manifest
+++ b/games-arcade/supertux/Manifest
@@ -1,2 +1 @@
-DIST supertux-0.1.3.tar.bz2 6715265 SHA256 
0092588351776626955339caaa62d12ce5954bb80c5f6952f60a122f53c2ad97 SHA512 
75848583f9f9b9d0f36fec77812501875420fde8befe1ff9ac4ea7613f4d9464b2eb460c2ed89b4dc31e697fbb449a5431c72675e2820d13f5c42653dc07ad98
 WHIRLPOOL 
bb8998845bee7f33a7aff94109d9767d000c89df6c670a1ccb85c4e9158a8ce6c4064f89587b9ea40d9ba1a854b9f5bba82ccc7dcac6dedcdb337cfaa1777898
 DIST supertux-0.4.0.tar.bz2 79713147 SHA256 
d18dde3c415e619b4bb035e694ffc384be16576250c9df16929d9ec38daff782 SHA512 
66ca63c982b6076847662c187069eb965211439e5dfc628300f2a9bd0d2b4c0f7b53f6e7c2aed263c098cc9b77fedf132e73b1f3b3eacaf5535cae8300262fb5
 WHIRLPOOL 
12551b655f0459a37d3b91b1eff058ec383df34c9f3c29c1e8a63c070c12b32ec798b772053cd08b11d32b612bab1188b69678e71585279e94ad380052076f64

diff --git a/games-arcade/supertux/files/supertux-0.1.3-desktop.patch 
b/games-arcade/supertux/files/supertux-0.1.3-desktop.patch
deleted file mode 100644
index 2fd7742..000
--- a/games-arcade/supertux/files/supertux-0.1.3-desktop.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 supertux.desktop.orig
-+++ supertux.desktop
-@@ -1,7 +1,6 @@
- [Desktop Entry]
- Type=Application
- Version=1.0
--Encoding=UTF-8
- Name=SuperTux
- Name[en]=SuperTux
- Name[de]=SuperTux
-@@ -14,8 +13,8 @@
- Comment[en]=A Super Mario inspired penguin platform game
- Comment[de]=Ein von Super Mario inspiriertes Pinguin Jump Spiel
- Comment[cs]=Plošinovka inspirovaná SuperMariem s tučňákem Tuxem v hlavní roli
--Icon=supertux.png
-+Icon=supertux
- Exec=supertux
- Terminal=false
- StartupNotify=false
--Categories=Application;Game;ArcadeGame
-+Categories=Game;ArcadeGame;

diff --git a/games-arcade/supertux/files/supertux-0.1.3-gcc41.patch 
b/games-arcade/supertux/files/supertux-0.1.3-gcc41.patch
deleted file mode 100644
index 449dc3b..000
--- a/games-arcade/supertux/files/supertux-0.1.3-gcc41.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 supertux-0.1.3.orig/src/menu.h
-+++ supertux-0.1.3/src/menu.h
-@@ -207,7 +207,7 @@
- 
-   bool isToggled(int id);
- 
--  void Menu::get_controlfield_key_into_input(MenuItem *item);
-+  void get_controlfield_key_into_input(MenuItem *item);
- 
-   void draw   ();
-   void draw_item(int index, int menu_width, int menu_height);

diff --git a/games-arcade/supertux/files/supertux-0.1.3-ndebug.patch 
b/games-arcade/supertux/files/supertux-0.1.3-ndebug.patch
deleted file mode 100644
index 197a518..000
--- a/games-arcade/supertux/files/supertux-0.1.3-ndebug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 supertux-0.1.3.orig/src/tile.cpp
-+++ supertux-0.1.3/src/tile.cpp
-@@ -99,7 +99,11 @@ void TileManager::load_tileset(std::stri
-   tile->anim_speed = 25;
- 
-   LispReader reader(lisp_cdr(element));
-+  #ifdef NDEBUG
-+  void(reader.read_int("id",  >id));
-+  #else
-   assert(reader.read_int("id",  >id));
-+  #endif
-   reader.read_bool("solid", >solid);
-   reader.read_bool("brick", >brick);
-   reader.read_bool("ice",   >ice);

diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild 
b/games-arcade/supertux/supertux-0.1.3.ebuild
deleted file mode 100644
index 632c953..000
--- a/games-arcade/supertux/supertux-0.1.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A game similar to Super Mario Bros"
-HOMEPAGE="http://super-tux.sourceforge.net;
-SRC_URI="https://supertux.googlecode.com/files/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="opengl"
-
-DEPEND="media-libs/libsdl[joystick]
-   media-libs/sdl-image[png,jpeg]
-   media-libs/sdl-mixer[mod,vorbis]
-   x11-libs/libXt"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gcc41.patch \
-   "${FILESDIR}"/${P}-ndebug.patch \
-   "${FILESDIR}"/${P}-desktop.patch
-}
-

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

2016-04-09 Thread Zac Medico
commit: de8f6e9c73908ed496c6cde5041374cfe9f76dde
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 10 03:03:39 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 10 03:03:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8f6e9c

dev-util/ply: new package

Package-Manager: portage-2.2.28

 dev-util/ply/Manifest |  1 +
 dev-util/ply/metadata.xml | 10 ++
 dev-util/ply/ply-0_pre20160313.ebuild | 59 +++
 3 files changed, 70 insertions(+)

diff --git a/dev-util/ply/Manifest b/dev-util/ply/Manifest
new file mode 100644
index 000..72a3be7
--- /dev/null
+++ b/dev-util/ply/Manifest
@@ -0,0 +1 @@
+DIST ply-0_pre20160313.tar.gz 38530 SHA256 
ef2f320b84f133840c65d4cca664b5c9fe8b3d5a01743dd05f776c1b7bff65ae SHA512 
2de2ca2751574fe23b48188b0e8d1b4f1afe46003cbdefa69aeadaed0442675dad42b6cbfd161ebfbe006fbb21d447be4fca0ea7350b1409207473511f685d47
 WHIRLPOOL 
9283887367955adb98ae067fedaf3d183195dd0cca727864afcb84ac2f59e2f6b98b4e3c5be4867a1b6095f5435d445a86fb9e18053eae7fe4adee774c7f18e6

diff --git a/dev-util/ply/metadata.xml b/dev-util/ply/metadata.xml
new file mode 100644
index 000..0e1f3d5
--- /dev/null
+++ b/dev-util/ply/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+zmed...@gentoo.org
+  
+  
+iovisor/ply
+  
+

diff --git a/dev-util/ply/ply-0_pre20160313.ebuild 
b/dev-util/ply/ply-0_pre20160313.ebuild
new file mode 100644
index 000..8112b40
--- /dev/null
+++ b/dev-util/ply/ply-0_pre20160313.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools linux-info
+
+DESCRIPTION="Dynamic instrumentation of the Linux kernel with BPF and kprobes"
+HOMEPAGE="https://github.com/iovisor/ply;
+EGIT_COMMIT="cfc56c789ad1eff1080ecb0dad18d009b91ae8ea"
+SRC_URI="https://github.com/iovisor/ply/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+
+pkg_pretend() {
+   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
+   ~BPF_JIT ~HAVE_BPF_JIT ~BPF_EVENTS"
+
+   check_extra_config
+}
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+   default
+}
+
+src_configure() {
+   local econf_args=() kerneldir_orig
+   if [[ -d ${KERNEL_DIR} ]]; then
+   # Using KBUILD_OUTPUT can fail, depending on the source tree
+   # state (it might demand that we make mrproper). Therefore,
+   # create a symlink copy of the source tree so that we are free
+   # to clean things up as needed.
+   kerneldir_orig=${KERNEL_DIR}
+   cp -sR "${kerneldir_orig}" "${T}/kerneldir" || die
+   export KERNEL_DIR="${T}/kerneldir"
+   pushd "${KERNEL_DIR}" || die
+   # avoid sandbox violation for scripts/kconfig/.conf.cmd
+   find . -name '\.*' -delete
+   cp "${kerneldir_orig}/.config" ./.config || die
+   set_arch_to_kernel
+   make mrproper oldconfig prepare || die
+   popd || die
+   econf_args+=(--with-kerneldir="${KERNEL_DIR}")
+   fi
+   econf "${econf_args[@]}"
+}
+
+src_install() {
+   default
+   rm -f "${ED}/usr/share/doc/${P}/COPYING"
+}



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

2016-04-09 Thread Matt Thode
commit: a0b9f83ba0ee0b5e1e29ec3477ee67d7c62e5bae
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Apr 10 02:17:53 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Apr 10 02:18:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b9f83b

app-arch/p7zip: bup for bug 579196

Package-Manager: portage-2.2.26

 app-arch/p7zip/Manifest |   1 +
 app-arch/p7zip/p7zip-15.14.1.ebuild | 158 
 2 files changed, 159 insertions(+)

diff --git a/app-arch/p7zip/Manifest b/app-arch/p7zip/Manifest
index 6e258b4..7f85deb 100644
--- a/app-arch/p7zip/Manifest
+++ b/app-arch/p7zip/Manifest
@@ -1,4 +1,5 @@
 DIST p7zip_15.09_src_all.tar.bz2 4048481 SHA256 
8783acf747e210e00150f7311cc06c4cd8ecf7b0c27b4adf2194284cc49b4d6f SHA512 
4f020b13632ef7a85aa8a98586b59bef2dde3c1cbebdbd17e01f1d09b2e13a56ecfe82546d7efc677c45df67456a71cfdb67826b53ebea4c0fb4878f20c2f6dd
 WHIRLPOOL 
71d1cdb9b3b1208197b2c056670d057b00e9a5f80cf08b5914b5d25f2f6756d4cb53e5a000ec76b7b879f82302fca6d012a2cd397e8aa95ae4fc21fd620eb1ab
+DIST p7zip_15.14.1_src_all.tar.bz2 4147911 SHA256 
699db4da3621904113e040703220abb1148dfef477b55305e2f14a4f1f8f25d4 SHA512 
30d0ef47bd6938cdd5d9d80ec6e7aed972655686a43adb0ae34bb9856ec7cd5a68a05c580352021055cefd6eeceb134ff6402f93686ce46e57f9757798e76abd
 WHIRLPOOL 
ace6204d3ab08002b6d5657ae280e22b7e26cdfe0af8099024ad8562a68aa5097a8f09d9d49904a06b9a6942d30fbf3d7a3872661433dd4f76c33dea03ccfb6a
 DIST p7zip_15.14_src_all.tar.bz2 4147609 SHA256 
b9b77450e98859454d39002f55ddc95a0705041ebc0a9bb49733ce2d9a7292d8 SHA512 
3053647cbcb3b8efd7f41b6bc122e984b999d31720f9b22387c52ccfe8a71d73899b1fb3a269854fd43bc1ca656c7d53457aca1cb5e2c90a2d0fb8f084bdebc5
 WHIRLPOOL 
52a397e4ea15cdd4c68156a0c32d449be78469d5704e0d4bb644a813b583422b3d7b0741284974ca22d9ea99a303dfadeccc23d74a77cac0c9b51153bd61e24b
 DIST p7zip_9.20.1_src_all.tar.bz2 3835235 SHA256 
49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782 SHA512 
7bb8a276aaefc4a83364e45633c48527de44c6b1205344f3356db570582f30f81d82a94938c99a7ad193587b584cc1c03219c28249de40018bdaee6c3b2a022a
 WHIRLPOOL 
cb20f37d3f796931a9b330728aa7148afe98bbf8a49bb91bfd80e4667c16416206b23bf34298e9ec37825e8b43f92a5710f0cea1f974296d5c17aa2c7b0931f3
 DIST p7zip_9.38.1_src_all.tar.bz2 3917925 SHA256 
fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995 SHA512 
f524ffae54e0d9563a509cc4b243e830d882a925e682eb2e15e2d19cb72c947fddecd72c8507d6c1538b997b240b0827046fc2fb4f5e3f7d49840257c92b9c04
 WHIRLPOOL 
6bad1cde056ab1e8db4079c0e649665fbc7e6b9a565261188bd0acaec6c583d8bd9425cb26d39315408d0180ba0be0069a77b704633cf05ec855220cb31f1c24

diff --git a/app-arch/p7zip/p7zip-15.14.1.ebuild 
b/app-arch/p7zip/p7zip-15.14.1.ebuild
new file mode 100644
index 000..a2efa29
--- /dev/null
+++ b/app-arch/p7zip/p7zip-15.14.1.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit eutils multilib toolchain-funcs wxwidgets
+
+DESCRIPTION="Port of 7-Zip archiver for Unix"
+HOMEPAGE="http://p7zip.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
+
+LICENSE="LGPL-2.1 rar? ( unRAR )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris"
+IUSE="doc kde rar +pch static wxwidgets abi_x86_x32"
+
+REQUIRED_USE="kde? ( wxwidgets )"
+
+RDEPEND="
+   kde? ( x11-libs/wxGTK:${WX_GTK_VER}[X] kde-base/kdelibs )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
+DEPEND="${RDEPEND}
+   amd64? ( dev-lang/yasm )
+   abi_x86_x32? ( >=dev-lang/yasm-1.2.0-r1 )
+   x86? ( dev-lang/nasm )"
+
+S=${WORKDIR}/${PN}_${PV}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-darwin.patch
+
+   if ! use pch; then
+   sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" 
-i makefile.* || die
+   fi
+
+   sed \
+   -e 's:-m32 ::g' \
+   -e 's:-m64 ::g' \
+   -e 's:-pipe::g' \
+   -e '/ALLFLAGS/s:-s ::' \
+   -e "/OPTFLAGS=/s:=.*:=${CXXFLAGS}:" \
+   -i makefile* || die
+
+   # remove non-free RAR codec
+   if use rar; then
+   ewarn "Enabling nonfree RAR decompressor"
+   else
+   sed \
+   -e '/Rar/d' \
+   -e '/RAR/d' \
+   -i makefile* CPP/7zip/Bundles/Format7zFree/makefile || 
die
+   rm -rf CPP/7zip/Compress/Rar || die
+   fi
+
+   if use abi_x86_x32; then
+   sed -i -e "/^ASM=/s:amd64:x32:" makefile* || die
+   cp -f makefile.linux_amd64_asm makefile.machine || die
+   elif use amd64; then
+   cp -f makefile.linux_amd64_asm makefile.machine || die
+   elif use x86; then
+   cp -f 

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

2016-04-09 Thread Anthony G. Basile
commit: 0f681ce9e8b4891582e0f9d44203a2b5b698c66d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 10 02:25:32 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 10 02:25:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f681ce9

net-misc/tinc: version bump to 1.0.27

Package-Manager: portage-2.2.26

 net-misc/tinc/Manifest   |  1 +
 net-misc/tinc/tinc-1.0.27.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-misc/tinc/Manifest b/net-misc/tinc/Manifest
index 1cdd426..0b1ceee 100644
--- a/net-misc/tinc/Manifest
+++ b/net-misc/tinc/Manifest
@@ -1,3 +1,4 @@
 DIST tinc-1.0.25.tar.gz 472819 SHA256 
c5c1c554e594d77365b63222ef15f4460c0c202f9163a89a087333a779f4f133 SHA512 
0d3cdfa3c7bad131f6b8b9c350afd6818b2cdb44066e322df7a2314d43c532472f372c689a793ec40f3981a55b21a1e0b37bb51b8e6c6a4a569bba0d6c3a7fa1
 WHIRLPOOL 
1e2e48af73ef69e99bd5e2ec2da9d93196fad4e7c436b80e02516bf7ac13741a3d40e95f1ebfa3c04de570b4024093db6c59752cd364da869c85720f2940b8db
 DIST tinc-1.0.26.tar.gz 473681 SHA256 
2b4319ddb3bd2867e72532a233f640a58c2f4d83f1088183ae544b268646ba21 SHA512 
33f0a21a6a7f5b4e3bad5e30437efe88738bab243d9ea303842c454be53de0296878da90502b577996767a07d597453054fd4cdefbd05d22b49a6fb78b2aa64c
 WHIRLPOOL 
b405587bdb24e378ea32323aa3638928cbbc96959ba71fd42baced7796e5867ad54bc7479ac50243e4f9c93403f07644ffda5ad8e407911f4471c2e6e67c0eda
+DIST tinc-1.0.27.tar.gz 479050 SHA256 
24e33d336a807e4c892df9f8602e4a7bbbd6dcc43a6645773caa9171b5466697 SHA512 
fe5b9ff139ad369f878a307a14a34465f3b875f3c023fb26631df7ddc5db74821495923972d42ca0ed275b0db6b29a54924fd79ade5b9169e0e0c3bdb95633e0
 WHIRLPOOL 
acda9379a7cdb5357acbec0d068ba931d6b95ece7f2f8807b46b3ec2504d4b293b958625a981106c470c7e73fa9bcc6b7c1174ef58670d416579b9b96c5baaf0
 DIST tinc-1.1pre11.tar.gz 659259 SHA256 
942594563d3aef926a2d04e9ece90c16daf1c700e99e3b91ff749e8377fbf757 SHA512 
aca746cf660f560709bd5c9eea7aaa35fcdb123e82ebe1c73b69350b3c7829c454da8618ec6957cb4e1298fc594bd1a4083b8c3a6af64345199edad2db86fc9a
 WHIRLPOOL 
54c2fd13de1329713f6e64d61a523f940052276283148b2030337a3bf6195c40bbd5140cdadc712dc17e1720d930851401b4b2d08cac09cd26c5796146b8a593

diff --git a/net-misc/tinc/tinc-1.0.27.ebuild b/net-misc/tinc/tinc-1.0.27.ebuild
new file mode 100644
index 000..ec2b902
--- /dev/null
+++ b/net-misc/tinc/tinc-1.0.27.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit systemd
+
+DESCRIPTION="tinc is an easy to configure VPN implementation"
+HOMEPAGE="http://www.tinc-vpn.org/;
+SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="+lzo uml vde +zlib"
+
+DEPEND="dev-libs/openssl:=
+   lzo? ( dev-libs/lzo:2 )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}
+   vde? ( net-misc/vde )"
+
+src_configure() {
+   econf \
+   --enable-jumbograms \
+   --disable-tunemu  \
+   $(use_enable lzo) \
+   $(use_enable uml) \
+   $(use_enable vde) \
+   $(use_enable zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodir /etc/tinc
+   dodoc AUTHORS NEWS README THANKS
+   doconfd "${FILESDIR}"/tinc.networks
+   newconfd "${FILESDIR}"/tincd.conf tincd
+   newinitd "${FILESDIR}"/tincd-r1 tincd
+   systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service"
+}
+
+pkg_postinst() {
+   elog "This package requires the tun/tap kernel device."
+   elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/devise-async/

2016-04-09 Thread Manuel Rüger
commit: 4ef800edfdc3f6b820fb67377a05879be11da976
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 02:13:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 02:13:46 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4ef800ed

dev-ruby/devise-async: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/devise-async/Manifest   |  1 +
 dev-ruby/devise-async/devise-async-0.10.1.ebuild | 50 
 dev-ruby/devise-async/metadata.xml   |  8 
 3 files changed, 59 insertions(+)

diff --git a/dev-ruby/devise-async/Manifest b/dev-ruby/devise-async/Manifest
new file mode 100644
index 000..365e551
--- /dev/null
+++ b/dev-ruby/devise-async/Manifest
@@ -0,0 +1 @@
+DIST devise-async-0.10.1.gem 20480 SHA256 
3380fac383a5f16bb2fcdda54d68983210f2d0cae3100572eb888742190e02d3 SHA512 
2072732b49da5b79aac9fdaeb8d9ca036c5ffb22d3f5acc3bcc317b5c5a8e6f8ea0532c7edacf38dbdb72240de4a77499d6ed749dd242dd02dc3ff8d0021a870
 WHIRLPOOL 
efa31dd2ffe1b2690e775b710d7d7b185b057504af80afc27422f6113cf6f262f2e6a0916064c5d7c6d62da2b99fd4023f507eb670c1e0781d8e41630dc522e7

diff --git a/dev-ruby/devise-async/devise-async-0.10.1.ebuild 
b/dev-ruby/devise-async/devise-async-0.10.1.ebuild
new file mode 100644
index 000..6166721
--- /dev/null
+++ b/dev-ruby/devise-async/devise-async-0.10.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Send Devise's emails in background"
+HOMEPAGE="https://github.com/mhfs/devise-async/ 
https://github.com/mhfs/devise-async https://rubygems.org/gems/devise-async;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/devise-3.2
+   =dev-ruby/actionmailer-3.2
+#  >=dev-ruby/actionpack-3.2
+#  >=dev-ruby/activerecord-3.2
+#  >=dev-ruby/backburner-0.4
+#  =dev-ruby/delayed_job_active_record-0.3
+#  =dev-ruby/minitest-3.0
+#  =dev-ruby/mocha-0.11
+#  =dev-ruby/que-0.8
+#  =dev-ruby/queue_classic-2.0
+#  =dev-ruby/resque-1.20
+#  =dev-ruby/sidekiq-2.17
+#  =dev-ruby/sqlite3-1.3
+#  =dev-ruby/sucker_punch-1.0.5
+#  =dev-ruby/torquebox-no-op-2.3
+#  
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/gon/

2016-04-09 Thread Manuel Rüger
commit: 1672509cae206a7d3075849b772f666c64873c6a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 01:55:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 01:55:20 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1672509c

dev-ruby/gon: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/gon/Manifest |  1 +
 dev-ruby/gon/gon-6.0.1.ebuild | 31 +++
 dev-ruby/gon/metadata.xml |  8 
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/gon/Manifest b/dev-ruby/gon/Manifest
new file mode 100644
index 000..bc89464
--- /dev/null
+++ b/dev-ruby/gon/Manifest
@@ -0,0 +1 @@
+DIST gon-6.0.1.gem 157696 SHA256 
b92f23d4affba415c8a3153661b92f32cb3d75917195f16cb644e99f1a4b65b8 SHA512 
3601b84a7581737210428d56c90261af04242415cba148b405b629d265361a7d2a80c12ace56d544be935c1a93e844a4f4d7128cc04694eae2ec835c4b4cb05a
 WHIRLPOOL 
d962963feb0a9f2cb5e21ec77ac221129bb33ee8cba1d4f82fd108a016e649535c6012fda94013ef4af647594bbfeb1c11298d93154e2a0748455fa78c619ec6

diff --git a/dev-ruby/gon/gon-6.0.1.ebuild b/dev-ruby/gon/gon-6.0.1.ebuild
new file mode 100644
index 000..3db3fb4
--- /dev/null
+++ b/dev-ruby/gon/gon-6.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_DOC_DIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rails variables in JS"
+HOMEPAGE="https://github.com/gazay/gon https://rubygems.org/gems/gon;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/actionpack-3.0
+   dev-ruby/json
+   dev-ruby/multi_json
+   >=dev-ruby/request_store-1.0"
+ruby_add_bdepend "test? ( dev-ruby/jbuilder
+   >=dev-ruby/rabl-0.11.3
+   dev-ruby/rabl-rails
+   >=dev-ruby/railties-3.0 )"

diff --git a/dev-ruby/gon/metadata.xml b/dev-ruby/gon/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/gon/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/

2016-04-09 Thread Anthony G. Basile
commit: 9489049ad1dd1377ef0f4716cf10722c8d7b3b0f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 10 01:47:27 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 10 01:47:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9489049a

app-backup/borgbackup: version bump to 1.0.1

Package-Manager: portage-2.2.26

 app-backup/borgbackup/Manifest|  1 +
 app-backup/borgbackup/borgbackup-1.0.1.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 71527d5..1ae0783 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1 +1,2 @@
 DIST borgbackup-1.0.0.tar.gz 424089 SHA256 
500b9e311331aa88ec07df94d9f3280a79ca207bf1a997b92dd1e6a1f1664671 SHA512 
5a94f1b0dfe17d383bcc917db69ed272b9b752b96912a21ac62886972cdbd718b58fe3f9529af455ab325ba418cfc05b89985e32a23fed5e946c5f7e53e6e3b1
 WHIRLPOOL 
c0a5c40aff70c9872e62861a0e971f659191f3a99112dfe940db2440666def3a04af284f5f31ccaef410c7028a49377df96fb38fd462917ad11cd095e33b12e9
+DIST borgbackup-1.0.1.tar.gz 413316 SHA256 
58a2c2e649207c8e15223f6380d238124b0f1b45fd83990a40df5b678cd41fba SHA512 
1cb0ceb0d4fcf844220947000b51bbd1156244dd4394285e51b82da9f6e23c866d97246aed3c13fdd62534788daf5efde9a049a51db36b22db2674892d95b1d9
 WHIRLPOOL 
964c173a22b524c7426c74421856e96a17cd8a583cc271829a5e069186b607186919a373ae9c7a7ae71132b26a4c495837a15536ed280e7daa5b984703c46aad

diff --git a/app-backup/borgbackup/borgbackup-1.0.1.ebuild 
b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
new file mode 100644
index 000..373e984
--- /dev/null
+++ b/app-backup/borgbackup/borgbackup-1.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/borgbackup/borg.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption."
+HOMEPAGE="https://borgbackup.github.io/;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="libressl +fuse"
+
+RDEPEND="
+   app-arch/lz4
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+"
+
+DEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   ${RDEPEND}
+"



[gentoo-commits] dev/mrueg:master commit in: dev-go/gitlab-workhorse/

2016-04-09 Thread Manuel Rüger
commit: 9be7d7d2eb3098ebfaf337a1e8ba23ec2274752d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 01:37:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 01:37:13 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=9be7d7d2

dev-go/gitlab-workhorse: Version bump to 0.7.2, remove old

Package-Manager: portage-2.2.28

 dev-go/gitlab-workhorse/Manifest| 2 +-
 .../{gitlab-workhorse-0.7.1.ebuild => gitlab-workhorse-0.7.2.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/gitlab-workhorse/Manifest b/dev-go/gitlab-workhorse/Manifest
index 0cad04d..9fc2a77 100644
--- a/dev-go/gitlab-workhorse/Manifest
+++ b/dev-go/gitlab-workhorse/Manifest
@@ -1 +1 @@
-DIST gitlab-workhorse-0.7.1.tar.gz 31713 SHA256 
08b0fa6adde1e60eb0b091b98548b77186e75fd19f7f37efd2e477d548636f08 SHA512 
ae0067d5ee1d3f82e3f1944f14c8724eb52bec18696ecafee94980d1b7418e0985e36e16f5a9e467e3f8aa87ab69277d88b1915de57406c3f4f8174ecd1745e2
 WHIRLPOOL 
18afe598bfa94a89657a9071a599baffa0cedb53f1afa31ca2c31fde23e7b102da03346c9016c5bcdbd3201d80ef69d5a048ef20547ecd5949f3390818080303
+DIST gitlab-workhorse-0.7.2.tar.gz 33059 SHA256 
27df98156a62a55d0428b6bd131d4756a145aa6cbf20956f0f7157654ae8ab45 SHA512 
14f1d5155e47ecc22333eadda95017a76d3c4d7289a520c192a5d84ca52baeedeffc7b5c1b2a7e50a33117bf73298584a15b3efd5c9afe9b123a239ec4bd01d1
 WHIRLPOOL 
625eb9611a91ae7f4aca837dc851f4649fe8f3472c773cb52e974dd20478a64ba63ce4db1441af98b345d79f96b755356df99eaf46f1454a037b72231b26762f

diff --git a/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild 
b/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.2.ebuild
similarity index 100%
rename from dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild
rename to dev-go/gitlab-workhorse/gitlab-workhorse-0.7.2.ebuild



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/jbuilder/

2016-04-09 Thread Manuel Rüger
commit: 1eac7337afbaac4c007f8051deaf3736cb056fd1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 01:35:48 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 01:35:48 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1eac7337

dev-ruby/jbuilder: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/jbuilder/Manifest  |  1 +
 dev-ruby/jbuilder/jbuilder-2.4.1.ebuild | 32 
 dev-ruby/jbuilder/metadata.xml  |  8 
 3 files changed, 41 insertions(+)

diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest
new file mode 100644
index 000..6a2a745
--- /dev/null
+++ b/dev-ruby/jbuilder/Manifest
@@ -0,0 +1 @@
+DIST jbuilder-2.4.1.gem 26624 SHA256 
c04f07f7ed5b29ee7fb199c02938c54f1f82387d2e8451e55ad99bdfac0966f8 SHA512 
ddbd07cdad02ca129029152273e2d298a444303840c8c22880b0bbf5fa9177bf2a516e88e7d84b785fcfb998ce7d0cec5fe4b3446ae4dbbc7f60e67236a2be76
 WHIRLPOOL 
cdffc06fd5013fb17a55386fba2051e5694521e78be11acf564e9ce60c3a98a141a2283b75d1ba56e4d1c2db3eed19fde806f8cbe087dcd55fb2d2fb7a16e235

diff --git a/dev-ruby/jbuilder/jbuilder-2.4.1.ebuild 
b/dev-ruby/jbuilder/jbuilder-2.4.1.ebuild
new file mode 100644
index 000..475da25
--- /dev/null
+++ b/dev-ruby/jbuilder/jbuilder-2.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Create JSON structures via a Builder-style DSL"
+HOMEPAGE="https://rubygems.org/gems/jbuilder https://github.com/rails/jbuilder;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/activesupport-3.0.0
+   >=dev-ruby/multi_json-1.2
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/rabl-rails/

2016-04-09 Thread Manuel Rüger
commit: 1bdb7f4654da3227231ebe77a7fe7c5f2e43cf30
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 01:15:11 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 01:15:11 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1bdb7f46

dev-ruby/rabl-rails: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/rabl-rails/Manifest|  1 +
 dev-ruby/rabl-rails/metadata.xml|  8 +++
 dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild | 35 +
 3 files changed, 44 insertions(+)

diff --git a/dev-ruby/rabl-rails/Manifest b/dev-ruby/rabl-rails/Manifest
new file mode 100644
index 000..9d5bf09
--- /dev/null
+++ b/dev-ruby/rabl-rails/Manifest
@@ -0,0 +1 @@
+DIST rabl-rails-0.4.3.gem 24064 SHA256 
7811f042d4025fd53a22c107e8ec5ea04a316630f78cbbe6a9d83d7750163be4 SHA512 
9681655acf0750fc99e34e212b9b0a5d668193036efa832e358a9cfa1fbef9dcca1419a95afdeee7daeeb35a6eb41e095b7a4a9500395687c836b86a258262e3
 WHIRLPOOL 
3ab7bf86a96a1493be5191a20668ed403891d62e8a0f1a6848fe58492856c8c6efd9b6d626e7a9b5f5bec5b876b8c2bc3ec1a64bf73fd7294c529fc9fb688eee

diff --git a/dev-ruby/rabl-rails/metadata.xml b/dev-ruby/rabl-rails/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/rabl-rails/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild 
b/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild
new file mode 100644
index 000..1491d35
--- /dev/null
+++ b/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast Rails 3+ templating system with JSON, XML and PList support"
+HOMEPAGE="https://rubygems.org/gems/rabl-rails 
https://github.com/ccocchi/rabl-rails;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.1
+   >=dev-ruby/railties-3.1
+   >=dev-ruby/thread_safe-0.3.1
+   =dev-ruby/actionpack-3.1
+#  dev-ruby/plist 
+#  dev-ruby/libxml 
+#  dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/rabl-rails/

2016-04-09 Thread Manuel Rüger
commit: 074fe072c1486a61fca7c0c9d50e4215daee1a3e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 01:16:05 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 01:16:05 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=074fe072

dev-ruby/rabl-rails: Add extra doc

Package-Manager: portage-2.2.28

 dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild 
b/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild
index 1491d35..9afef12 100644
--- a/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild
+++ b/dev-ruby/rabl-rails/rabl-rails-0.4.3.ebuild
@@ -7,6 +7,7 @@ EAPI=5
 USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
 
 inherit ruby-fakegem
 



[gentoo-commits] dev/mrueg:master commit in: dev-python/jira-cli/

2016-04-09 Thread Manuel Rüger
commit: fc51ab37914f6416c876780d23f7c94c1fb03ed9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:59:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:59:56 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fc51ab37

dev-python/jira-cli: Exclude tests from install

Package-Manager: portage-2.2.28

 dev-python/jira-cli/jira-cli-2.0.17.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/jira-cli/jira-cli-2.0.17.ebuild 
b/dev-python/jira-cli/jira-cli-2.0.17.ebuild
index 6ef1bed..0d95caa 100644
--- a/dev-python/jira-cli/jira-cli-2.0.17.ebuild
+++ b/dev-python/jira-cli/jira-cli-2.0.17.ebuild
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_prepare() {
-   sed -i -e "/sys.version < (2,7)/,+2d" setup.py
+   sed -i -e "/sys.version < (2,7)/,+2d" setup.py || die
+   sed -i -e "s/'ez_setup'/'ez_setup','tests'/" setup.py || die
distutils-r1_src_prepare
 }
 



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/rabl/

2016-04-09 Thread Manuel Rüger
commit: 45c66e69d087dd22cfa92fe8d15a9fa5d1613446
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 01:04:22 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 01:04:22 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=45c66e69

dev-ruby/rabl: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/rabl/Manifest   |  1 +
 dev-ruby/rabl/metadata.xml   |  8 
 dev-ruby/rabl/rabl-0.12.0.ebuild | 37 +
 3 files changed, 46 insertions(+)

diff --git a/dev-ruby/rabl/Manifest b/dev-ruby/rabl/Manifest
new file mode 100644
index 000..b651d68
--- /dev/null
+++ b/dev-ruby/rabl/Manifest
@@ -0,0 +1 @@
+DIST rabl-0.12.0.gem 135680 SHA256 
6b0f0e5deaa7b756e4cc72157e7fa746f7000334da0a38d78a3533d7b63be70f SHA512 
71be7ea83308f303104c78e18b4131de04145443534dcadf6c0b1ed8b68904c9cef183d9a76fee0b702079bcda3fcf6ac3e9945c4058bf6c9cd21614e23ea424
 WHIRLPOOL 
881a0d0a3c5ca8e4e90ac41ee7c1223454e718b096c8bd6e97df46cf29cd283d7670e83ea5a884aca47f9b031e287bbbd77944d211d979d07f4de68b146e4b97

diff --git a/dev-ruby/rabl/metadata.xml b/dev-ruby/rabl/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-ruby/rabl/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/rabl/rabl-0.12.0.ebuild b/dev-ruby/rabl/rabl-0.12.0.ebuild
new file mode 100644
index 000..ce67e0d
--- /dev/null
+++ b/dev-ruby/rabl/rabl-0.12.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="General ruby templating with json, bson, xml and msgpack support"
+HOMEPAGE="https://rubygems.org/gems/rabl https://github.com/nesquena/rabl;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-2.3.14"
+
+RESTRICT="test"
+
+#ruby_add_bdepend ">=dev-ruby/bson-1.7.0
+#  =dev-ruby/msgpack-0.4.5
+#  =dev-ruby/riot-0.12.3
+#  =dev-ruby/rr-1.0.2
+#  

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/, sys-apps/systemd/files/

2016-04-09 Thread Mike Gilbert
commit: c008e237dd1dfd1139373e4e6287e95f94c60346
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Apr 10 01:05:07 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Apr 10 01:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c008e237

sys-apps/systemd: Add workaround for if.h conflict

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

Package-Manager: portage-2.2.28_p3

 sys-apps/systemd/files/linux-headers-if.h.patch | 34 +
 sys-apps/systemd/systemd-229-r100.ebuild|  1 +
 sys-apps/systemd/systemd-229.ebuild |  1 +
 3 files changed, 36 insertions(+)

diff --git a/sys-apps/systemd/files/linux-headers-if.h.patch 
b/sys-apps/systemd/files/linux-headers-if.h.patch
new file mode 100644
index 000..d0c38a9
--- /dev/null
+++ b/sys-apps/systemd/files/linux-headers-if.h.patch
@@ -0,0 +1,34 @@
+From 96b90055e1e21417d4beb973fcb62858d7c69c17 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sat, 9 Apr 2016 18:07:02 -0400
+Subject: [PATCH] Work around net/if.h / linux/if.h conflict
+
+---
+ src/shared/firewall-util.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/shared/firewall-util.c b/src/shared/firewall-util.c
+index 0d3da2e..521e09c 100644
+--- a/src/shared/firewall-util.c
 b/src/shared/firewall-util.c
+@@ -17,14 +17,16 @@
+   along with systemd; If not, see .
+ ***/
+ 
++#define _NET_IF_H 1
++
+ #include 
+ #include 
+ #include 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.8.1
+

diff --git a/sys-apps/systemd/systemd-229-r100.ebuild 
b/sys-apps/systemd/systemd-229-r100.ebuild
index 0a7cf4d..cd9d446 100644
--- a/sys-apps/systemd/systemd-229-r100.ebuild
+++ b/sys-apps/systemd/systemd-229-r100.ebuild
@@ -152,6 +152,7 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
+   "${FILESDIR}/linux-headers-if.h.patch"
)
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )
 

diff --git a/sys-apps/systemd/systemd-229.ebuild 
b/sys-apps/systemd/systemd-229.ebuild
index 70ec90f..0a35d50 100644
--- a/sys-apps/systemd/systemd-229.ebuild
+++ b/sys-apps/systemd/systemd-229.ebuild
@@ -152,6 +152,7 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
+   "${FILESDIR}/linux-headers-if.h.patch"
)
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-04-09 Thread Manuel Rüger
commit: 9baaf1c4d0afdf68cb2789a6c0a00da71fe015e6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:43:16 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:43:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9baaf1c4

www-servers/nginx: Version bump to 1.9.14

Package-Manager: portage-2.2.28

 www-servers/nginx/Manifest|   2 +
 www-servers/nginx/nginx-1.9.14.ebuild | 761 ++
 2 files changed, 763 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 62b07fd..67f8139 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -3,11 +3,13 @@ DIST modsecurity-2.9.1.tar.gz 4261212 SHA256 
958cc5a7a7430f93fac0fd6f8b9aa92fc18
 DIST nginx-1.8.1.tar.gz 833473 SHA256 
8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 SHA512 
546eba1749af0034cb8b924d2432be2f0e82a75c545aa929391ef7234103c3f29376235a2ef1363b120e1825cda15aeb085a05f9ce3596c88466e112e82aa882
 WHIRLPOOL 
cd399083fb14bdb3498f1cd91a1cb59a73d37f323ce7c2a32500c9443f654cb5449137708cf149a0126aedb77abec9d1eb3dce3121f0b378d7d70e8eb18062af
 DIST nginx-1.9.12.tar.gz 899183 SHA256 
1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042 SHA512 
b5f4cae48c85cdc9a95006b6a321834de9d18981cb1a25670c9fc948d86b9a8906d25a1ca174626eb418b0afdb3f2e1df3cbb6f5a48bd781e39e2470a4d52520
 WHIRLPOOL 
0b6300528ae1c29e4f7647cdbe0ea6254b1bccbdcd7f0185b2bff25409aba093c089e5fa3c1a828e2cf7f55fa6d9d2f8b818f85014f37ccbf335a71cb2e93e32
 DIST nginx-1.9.13.tar.gz 907611 SHA256 
f7cd529a5879cd9cd5b62e6fc4a3a7e8d8363cb12c080ab480cc718c55736609 SHA512 
883e3d3be7a2a9abbeca54bed5b7004fc9810c1548a4de8f09ffc453ee077e75abfd0ae21bc87cd0814278a2cfefd2a5814b03faf4ec0298afbf75e530eb62f0
 WHIRLPOOL 
38d2e5006de6d9af2575d5b166051b3fa04406da89a6336b021b0a41be0f227566973fbeaaa9ae11967597c90f999dffd67129854693bc56ee840bed5fae5dd2
+DIST nginx-1.9.14.tar.gz 908191 SHA256 
2b4893076d28e6b4384bba8c4fdebfca6de6f8f68ec48a1ca94b9b855ff457d2 SHA512 
e73a10495a8b199856f4e5d6f428b46e0b1148cee26c8517e360130d9f1e85028b28f311879d31f37e1d3facccf6f215377e984ae937a44f45245fe09a3be90e
 WHIRLPOOL 
c4e1d2b8181b9c8c967de2d68314c05c28a1fe44bd35809f3672c2ff9b02d08e2f572970ab0328f85dbe9b29c6dae0c4ebb33586a8c70053e764158c055fa8d8
 DIST nginx-auth-ldap-8517bb05ecc896b54429ca5e95137b0a386bd41a.tar.gz 16950 
SHA256 2f0b1a65847ea1da801a99b654f132e1c814d2fa49a43a324d8fc4ce6327935f SHA512 
65b0aec3a4b28625ef93d166f659d63b9ef7d971dea78b09987eaa02f632bf5b8f6c9afdb6ef444afa466dba7ff67180cad27e138e6818c2ba80bc804f140ca6
 WHIRLPOOL 
9ef896fa3501415e2c7022448783626af256c6c3878fcca5d6cc042a9789937147eb4c3743f92002ab8d09e4ce828532b9ae321dc284ef2560801da98153d146
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6
 DIST nginx_http_sticky_module_ng-1.2.6.tar.bz2 124089 SHA256 
e47b9fd435d7a5a3200f945a9745aaa7b9446495bda76df48f211129f88d6b26 SHA512 
2632b04c94f523aa7c9726db182cba11d83e642c2db5798274e67fbef30de95d02e4e95cbfb98bc429d4244d630b5d9617405b43f728ae0117a5c134940c0ded
 WHIRLPOOL 
1b754c02f834c6b4d4930e9c46b8c5accb6c9663718fb9296c92d79bc33206e66e49e4234ca4db9a5afcd42fa23273bdf0e675aa7b38927c4e46a85318c189eb
 DIST ngx_devel_kit-0.2.19-r1.tar.gz 65029 SHA256 
501f299abdb81b992a980bda182e5de5a4b2b3e275fbf72ee34dd7ae84c4b679 SHA512 
915954acf16a27fbd3c93c154012d38e864f1d8dfd51cde401bba26e46eb3e3c778ec4c92f4f8ed83ac001e96cee72765554d0e4da06acf6a4be5184b23b3657
 WHIRLPOOL 
0ce6bffc0fe2cef28ee74f5862ca6d914ed18fdee18d900608ff2a9983594c707aab3e335957b79dd7e77ae1beed054d8f71965ca0f57fc5f1d41ac06106c5a4
 DIST ngx_http_auth_pam-1.4.tar.gz 6502 SHA256 
095742c5bcb86f2431e215db785bdeb238d594f085a0ac00d16125876a157409 SHA512 
8d60347c666736ef39161b287ad32820ad6be4695f1c0f27a000d46bfc7e26c95233247d39cf37296518a6329ba73f06756d0b0b68157b0e5f67796f73264db3
 WHIRLPOOL 
2f0e60366cf43727c9b3aa07d2cb803a997cb9a4f48ba28e575f470bbb7c28115f41d390e306219ad130501a62e204d403bbca5ee784628fbca35b407f51702c
+DIST ngx_http_auth_pam-1.5.1.tar.gz 6863 SHA256 
77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7 SHA512 
973b94874d8a58c0df0ac2d31571eafc1e80b11179cba33ec88421a826207fbf7e99b0387e135a1ca48d82daacb78f19a4c21d3a27b49b16dc86b4748bb72261
 WHIRLPOOL 
4fcaadee859f325c734aa16763702ee40284d1debcfbf5df1cb9aadf2bfc72c1e8d0e5b9d1495f34fc719f4d7fa3e653797fa7917f8fd0437fa2023a1930f667
 DIST ngx_http_cache_purge-2.3.tar.gz 12248 SHA256 
279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SHA512 

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

2016-04-09 Thread Manuel Rüger
commit: 1485d02fee0d8d7c5c22f3bedab637af75a9434e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:39:18 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:39:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1485d02f

Revert "www-servers/nginx: use the nginx utility command for log reopening"

Gentoo Bug: #576558

This reverts commit 3e8c33b631035683ce988e0988a06661524164f5.

 www-servers/nginx/files/nginx.logrotate-r1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/nginx/files/nginx.logrotate-r1 
b/www-servers/nginx/files/nginx.logrotate-r1
index 23665e5..a78ed7a 100644
--- a/www-servers/nginx/files/nginx.logrotate-r1
+++ b/www-servers/nginx/files/nginx.logrotate-r1
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,6 +7,6 @@
delaycompress
sharedscripts
postrotate
-   nginx -s reopen
+   test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid`
endscript
 }



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

2016-04-09 Thread Manuel Rüger
commit: 4d4cb675326cde037681dbd1c8d2bc053bd33380
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:28:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:28:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4cb675

dev-util/cucumber-rails: Remove ruby19

Package-Manager: portage-2.2.28

 dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild | 4 ++--
 dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
index 108477a..9b57322 100644
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
+++ b/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild
index 3dbe16c..fbdabcc 100644
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild
+++ b/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2016-04-09 Thread Manuel Rüger
commit: e58ef5fd7efee3044ccc167bcd56821fa144
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:26:32 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:26:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58ef5fd

dev-util/cucumber: Remove ruby19

Package-Manager: portage-2.2.28

 dev-util/cucumber/cucumber-1.3.17.ebuild| 4 ++--
 dev-util/cucumber/cucumber-1.3.18.ebuild| 4 ++--
 dev-util/cucumber/cucumber-1.3.19.ebuild| 4 ++--
 dev-util/cucumber/cucumber-1.3.20-r1.ebuild | 4 ++--
 dev-util/cucumber/cucumber-1.3.20.ebuild| 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-util/cucumber/cucumber-1.3.17.ebuild 
b/dev-util/cucumber/cucumber-1.3.17.ebuild
index 53a65ef..0fbc7e2 100644
--- a/dev-util/cucumber/cucumber-1.3.17.ebuild
+++ b/dev-util/cucumber/cucumber-1.3.17.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 # Documentation task depends on sdoc which we currently don't have.
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-util/cucumber/cucumber-1.3.18.ebuild 
b/dev-util/cucumber/cucumber-1.3.18.ebuild
index cfb30e9..157e8c4 100644
--- a/dev-util/cucumber/cucumber-1.3.18.ebuild
+++ b/dev-util/cucumber/cucumber-1.3.18.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 # Documentation task depends on sdoc which we currently don't have.
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-util/cucumber/cucumber-1.3.19.ebuild 
b/dev-util/cucumber/cucumber-1.3.19.ebuild
index dfa92d7..d53efd2 100644
--- a/dev-util/cucumber/cucumber-1.3.19.ebuild
+++ b/dev-util/cucumber/cucumber-1.3.19.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 # Documentation task depends on sdoc which we currently don't have.
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-util/cucumber/cucumber-1.3.20-r1.ebuild 
b/dev-util/cucumber/cucumber-1.3.20-r1.ebuild
index 97fbe19..8558dc5 100644
--- a/dev-util/cucumber/cucumber-1.3.20-r1.ebuild
+++ b/dev-util/cucumber/cucumber-1.3.20-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 # Documentation task depends on sdoc which we currently don't have.
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-util/cucumber/cucumber-1.3.20.ebuild 
b/dev-util/cucumber/cucumber-1.3.20.ebuild
index 04b234b..6209812 100644
--- a/dev-util/cucumber/cucumber-1.3.20.ebuild
+++ b/dev-util/cucumber/cucumber-1.3.20.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 # Documentation task depends on sdoc which we currently don't have.
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-04-09 Thread Manuel Rüger
commit: 358b822e4b9005719aa13d2cbb6c942fa5c9d9db
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:24:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:24:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358b822e

dev-util/aruba: Remove ruby19

Package-Manager: portage-2.2.28

 dev-util/aruba/aruba-0.5.4-r1.ebuild | 4 ++--
 dev-util/aruba/aruba-0.6.2.ebuild| 4 ++--
 dev-util/aruba/aruba-0.7.4.ebuild| 4 ++--
 dev-util/aruba/aruba-0.8.1.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/aruba/aruba-0.5.4-r1.ebuild 
b/dev-util/aruba/aruba-0.5.4-r1.ebuild
index 263d94c..63e8625 100644
--- a/dev-util/aruba/aruba-0.5.4-r1.ebuild
+++ b/dev-util/aruba/aruba-0.5.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"

diff --git a/dev-util/aruba/aruba-0.6.2.ebuild 
b/dev-util/aruba/aruba-0.6.2.ebuild
index ff774ff..b9721cb 100644
--- a/dev-util/aruba/aruba-0.6.2.ebuild
+++ b/dev-util/aruba/aruba-0.6.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"

diff --git a/dev-util/aruba/aruba-0.7.4.ebuild 
b/dev-util/aruba/aruba-0.7.4.ebuild
index 3c33b87..bba79ae 100644
--- a/dev-util/aruba/aruba-0.7.4.ebuild
+++ b/dev-util/aruba/aruba-0.7.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"

diff --git a/dev-util/aruba/aruba-0.8.1.ebuild 
b/dev-util/aruba/aruba-0.8.1.ebuild
index b81bb1a..5baeea9 100644
--- a/dev-util/aruba/aruba-0.8.1.ebuild
+++ b/dev-util/aruba/aruba-0.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"



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

2016-04-09 Thread Manuel Rüger
commit: d35e8b1afe68b6564ce44eba90cf1df1695ae6cc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:20:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:20:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35e8b1a

dev-vcs/subversion: Remove ruby19

Package-Manager: portage-2.2.28

 dev-vcs/subversion/subversion-1.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/subversion/subversion-1.9.2.ebuild 
b/dev-vcs/subversion/subversion-1.9.2.ebuild
index 8d01e74..b0e2f96 100644
--- a/dev-vcs/subversion/subversion-1.9.2.ebuild
+++ b/dev-vcs/subversion/subversion-1.9.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby22 ruby21 ruby20 ruby19"
+USE_RUBY="ruby22 ruby21 ruby20"
 DISTUTILS_OPTIONAL=1
 WANT_AUTOMAKE="none"
 GENTOO_DEPEND_ON_PERL="no"



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

2016-04-09 Thread Manuel Rüger
commit: 0dafbb5d7c13a38c0b5b0301d06b1119ff4c62ae
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:24:36 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:24:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dafbb5d

dev-util/watchr: Remove ruby19

Package-Manager: portage-2.2.28

 dev-util/watchr/watchr-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/watchr/watchr-0.7.ebuild 
b/dev-util/watchr/watchr-0.7.ebuild
index 56a890a..7d17ba4 100644
--- a/dev-util/watchr/watchr-0.7.ebuild
+++ b/dev-util/watchr/watchr-0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2016-04-09 Thread Manuel Rüger
commit: c99f7f19d3c20af1bcaadf178c78715315ac05eb
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:17:35 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:17:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99f7f19

app-admin/r10k: Remove ruby19

Package-Manager: portage-2.2.28

 app-admin/r10k/r10k-1.1.3-r1.ebuild | 4 ++--
 app-admin/r10k/r10k-1.5.1.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/r10k/r10k-1.1.3-r1.ebuild 
b/app-admin/r10k/r10k-1.1.3-r1.ebuild
index 0c5c132..2eb18ec 100644
--- a/app-admin/r10k/r10k-1.1.3-r1.ebuild
+++ b/app-admin/r10k/r10k-1.1.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/app-admin/r10k/r10k-1.5.1.ebuild b/app-admin/r10k/r10k-1.5.1.ebuild
index e6831a5..062aa8b 100644
--- a/app-admin/r10k/r10k-1.5.1.ebuild
+++ b/app-admin/r10k/r10k-1.5.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-04-09 Thread Manuel Rüger
commit: d8fcfe95656b4d7286337d60b5b562f7a44f2a14
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:18:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:18:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fcfe95

app-admin/puppet-lint: Remove ruby19

Package-Manager: portage-2.2.28

 app-admin/puppet-lint/puppet-lint-0.3.2.ebuild | 4 ++--
 app-admin/puppet-lint/puppet-lint-1.1.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
index 20f1107..737eab4 100644
--- a/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-0.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="4"
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_EXTRADOC="README*"

diff --git a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
index 562e603..5c672ff 100644
--- a/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
+++ b/app-admin/puppet-lint/puppet-lint-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2016-04-09 Thread Manuel Rüger
commit: 66dfee9f86c688cae26f02575b918081aed51492
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:14:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:14:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dfee9f

app-text/ronn: Remove ruby19

Package-Manager: portage-2.2.28

 app-text/ronn/ronn-0.7.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ronn/ronn-0.7.3-r2.ebuild 
b/app-text/ronn/ronn-0.7.3-r2.ebuild
index 7698145..87bff9b 100644
--- a/app-text/ronn/ronn-0.7.3-r2.ebuild
+++ b/app-text/ronn/ronn-0.7.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"



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

2016-04-09 Thread Manuel Rüger
commit: e40899d17f1888255f93df9fcb66b91fabd8e1b8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:14:44 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:14:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40899d1

app-text/jist: Remove ruby19

Package-Manager: portage-2.2.28

 app-text/jist/jist-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/jist/jist-1.5.1.ebuild b/app-text/jist/jist-1.5.1.ebuild
index c805dca..ef77f64 100644
--- a/app-text/jist/jist-1.5.1.ebuild
+++ b/app-text/jist/jist-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/prime-dict/

2016-04-09 Thread Manuel Rüger
commit: e400a7048a9b1d2c1c67ed4e91fe265a1361aa05
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:15:45 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:15:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e400a704

app-dicts/prime-dict: Remove ruby19

Package-Manager: portage-2.2.28

 app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild | 4 ++--
 app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild 
b/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild
index 0846034..439ed8b 100644
--- a/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild
+++ b/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit ruby-ng
 

diff --git a/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild 
b/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild
index 1a265e8..f68c4ad 100644
--- a/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild
+++ b/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 inherit ruby-ng
 



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

2016-04-09 Thread Manuel Rüger
commit: 57e0641604304740ba276018a75e90e4b5e4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:11:43 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:11:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e06416

dev-ruby/tdiff: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3.ebuild
index 4c26f88..116b9b2 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2016-04-09 Thread Manuel Rüger
commit: 03e370af884c3a273b28e1cd1c578d5902dd687a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:13:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:13:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e370af

app-text/glark: Remove ruby19

Package-Manager: portage-2.2.28

 app-text/glark/glark-1.10.5-r1.ebuild | 4 ++--
 app-text/glark/glark-1.10.5.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/glark/glark-1.10.5-r1.ebuild 
b/app-text/glark/glark-1.10.5-r1.ebuild
index a428362..d0d3325 100644
--- a/app-text/glark/glark-1.10.5-r1.ebuild
+++ b/app-text/glark/glark-1.10.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"

diff --git a/app-text/glark/glark-1.10.5.ebuild 
b/app-text/glark/glark-1.10.5.ebuild
index 4c18482..2f60129 100644
--- a/app-text/glark/glark-1.10.5.ebuild
+++ b/app-text/glark/glark-1.10.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2016-04-09 Thread Manuel Rüger
commit: f61c3b64bc3c84d76bd4949d030db2d644a1099a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:09:23 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:09:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61c3b64

dev-ruby/descendants_tracker: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild 
b/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild
index 45b9e9e..79703a9 100644
--- a/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild
+++ b/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2016-04-09 Thread Manuel Rüger
commit: bc2daf84e0d694fabd126575928542333547865c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:10:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2daf84

dev-ruby/diff-lcs: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild 
b/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild
index 88034e3..970dd60 100644
--- a/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild
+++ b/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2016-04-09 Thread Manuel Rüger
commit: d8034f3d84de587c4f1b2a61054c98c5cb2719be
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:06:11 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:06:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8034f3d

app-editors/retext: Remove old

Package-Manager: portage-2.2.28

 app-editors/retext/Manifest|  1 -
 app-editors/retext/retext-5.2.1.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
index 55f069c..126cbee 100644
--- a/app-editors/retext/Manifest
+++ b/app-editors/retext/Manifest
@@ -1,4 +1,3 @@
 DIST ReText-4.1.3.tar.gz 129283 SHA256 
bb4409982d27ac62cab01b0748fe41d9c6660853668b350f3369e76d155edd6c SHA512 
d2b3fa901afa9870f6cecc7ab3126b91f1420ca1b14ddd4f609c2ada7121388840b5be679914694664f3bbf876ee8522aa6b0c82a23f837844f788fa10a46323
 WHIRLPOOL 
3be71e5d7ec612ae4e4fec17ca544f6d0e7cb7421fcdeb517d3c13156ed07f5e5e7c3e352cf604bfb5f2287964fdc173a1bac0eeab41ee1cda8b265ad0f57686
-DIST ReText-5.2.1.tar.gz 157119 SHA256 
02164ae2bba6f47a2ec5e11aa06aefbcd96bea1b84a96c5673dbe18d8ccb2a69 SHA512 
1d11f6824b64a082425ac2e8b67da15d4df5352539b66a8297dba0cd4f4236b7328966e97104c3fd7a641067a84023f65ba856f932d8489ff4e80722471835d8
 WHIRLPOOL 
24e7c756f61c210320b0ab9a67c99f43ccf5739310a01d9ee98d779e8b45b27dbc828b0c573973b2e4d2b8e07f2edd56660de685930a7a2ed8ceb50ab6fb6f91
 DIST ReText-5.3.0.tar.gz 160163 SHA256 
9ec0cee93e6731fbf00b86574cb47c3132f62291e762f5e47258a3171bfdd21d SHA512 
d6ff8e61b1e13de72c5d1741795fddb3a1ba443b2aa6aba6ca933ae38e09c8dac38085bfd73e0c1773dec9a72df1f08d64ef22d2396694530bade6ff8a485223
 WHIRLPOOL 
98537b5244a583c04604a6b1626a3813b6506dfefda6d40c85aaae076b30c7e14a0b8a363e431d9bd5ceea41a31f07785663a018bbdae1dc897a29eec22c99c1
 DIST ReText-5.3.1.tar.gz 159669 SHA256 
515b1aaa57615453f8933f997753072a5c4691793da2280e70d1b333b53904c6 SHA512 
76c6f78c10129e4845de819fa6db3deff5441a25331fd3dadbdfeb766caa453f21214f82e6625c919cc8be2fcfdfada970cae32837bb8904c3702dda19890628
 WHIRLPOOL 
5c2db75c2b2f23419bc2803849f6b7a69f3540911c6e53f46a46baffd150a9a0db75d0343361963a53bcc1a6da4534eb72d99068a26c13c1551b6188ab81f67a

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



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

2016-04-09 Thread Manuel Rüger
commit: 76409d7dfa45304f13a85c61468069a811e62cda
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:07:53 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:07:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76409d7d

x11-libs/libxkbcommon: Version bump to 0.6.1

Package-Manager: portage-2.2.28

 x11-libs/libxkbcommon/Manifest  |  1 +
 x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/x11-libs/libxkbcommon/Manifest b/x11-libs/libxkbcommon/Manifest
index ae9f63b..1900c92 100644
--- a/x11-libs/libxkbcommon/Manifest
+++ b/x11-libs/libxkbcommon/Manifest
@@ -1,2 +1,3 @@
 DIST libxkbcommon-0.5.0.tar.xz 615504 SHA256 
90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c SHA512 
63ef6b586743a1fbee1e4a92dd9709eedfd66d4ed1f342976534a2c818b896aaab7712ea6871abb19845439cae4b17b2e624f1ae279da151ddead53f22a48c2e
 WHIRLPOOL 
b4fa342fbca2aa7ac60d2daf2269d891e83564bf016ee420c106c86513a780a279471e3eada9f18600ae9e0f5a3740423d9127ca71bc65f1b00ca5c76b61b756
 DIST libxkbcommon-0.6.0.tar.xz 608700 SHA256 
69235ec3a13194dea9555d7994bc4548b3ee20070e05a135af5372a958149ef0 SHA512 
b70ff4b3b85f03cc2875622ccfa60ba6f1b86a07be90df8be73b867771dd08a85740df95fe8dfef2bacf4356a6dfc9c51523ec6ce60d197184860577b39586c4
 WHIRLPOOL 
f2f07b96912ed91790511fab4da3ef11492b74dd9059d1f3df35c58def3d8bffec8857be5c24835662aabe25cdc2c13437e2721a8200736d90e1d6c557fac7d3
+DIST libxkbcommon-0.6.1.tar.xz 722288 SHA256 
5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760 SHA512 
5eab309d711ef3f4ce6d98ddd72f7f67fb6374eeea5fa13d37019830847a48a100d5b61b0312787966020c85b180b3ee8a5fd8e7acd3a8a9220ca53dcc411370
 WHIRLPOOL 
3de7a03f1733b558a672e25c41cda8c4373f1fc08badcd8d44856108ff2a2cf9ea692d4a5aaba7b2e59adef4c2bcaa71bdde023aa57ff99e256e18f082463bdd

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild
new file mode 100644
index 000..b24928d
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_EAUTORECONF="yes"
+XORG_MULTILIB="yes"
+
+if [[ ${PV} = ** ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+   EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+else
+   XORG_BASE_INDIVIDUAL_URI=""
+   SRC_URI="http://xkbcommon.org/download/${P}.tar.xz;
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
+
+DESCRIPTION="X.Org xkbcommon library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X doc test"
+
+DEPEND="sys-devel/bison
+   sys-devel/flex
+   X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
+   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
+   doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+   $(use X || use_enable X x11)
+   $(use_with doc doxygen)
+   )
+   xorg-2_pkg_setup
+}



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

2016-04-09 Thread Manuel Rüger
commit: ed1cba29e68a82d03f855b65379dc7c852759f6e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:05:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:05:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1cba29

app-editors/retext: Version bump to 3.5.1

Package-Manager: portage-2.2.28

 app-editors/retext/Manifest|  1 +
 app-editors/retext/retext-5.3.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
index 77fc334..55f069c 100644
--- a/app-editors/retext/Manifest
+++ b/app-editors/retext/Manifest
@@ -1,3 +1,4 @@
 DIST ReText-4.1.3.tar.gz 129283 SHA256 
bb4409982d27ac62cab01b0748fe41d9c6660853668b350f3369e76d155edd6c SHA512 
d2b3fa901afa9870f6cecc7ab3126b91f1420ca1b14ddd4f609c2ada7121388840b5be679914694664f3bbf876ee8522aa6b0c82a23f837844f788fa10a46323
 WHIRLPOOL 
3be71e5d7ec612ae4e4fec17ca544f6d0e7cb7421fcdeb517d3c13156ed07f5e5e7c3e352cf604bfb5f2287964fdc173a1bac0eeab41ee1cda8b265ad0f57686
 DIST ReText-5.2.1.tar.gz 157119 SHA256 
02164ae2bba6f47a2ec5e11aa06aefbcd96bea1b84a96c5673dbe18d8ccb2a69 SHA512 
1d11f6824b64a082425ac2e8b67da15d4df5352539b66a8297dba0cd4f4236b7328966e97104c3fd7a641067a84023f65ba856f932d8489ff4e80722471835d8
 WHIRLPOOL 
24e7c756f61c210320b0ab9a67c99f43ccf5739310a01d9ee98d779e8b45b27dbc828b0c573973b2e4d2b8e07f2edd56660de685930a7a2ed8ceb50ab6fb6f91
 DIST ReText-5.3.0.tar.gz 160163 SHA256 
9ec0cee93e6731fbf00b86574cb47c3132f62291e762f5e47258a3171bfdd21d SHA512 
d6ff8e61b1e13de72c5d1741795fddb3a1ba443b2aa6aba6ca933ae38e09c8dac38085bfd73e0c1773dec9a72df1f08d64ef22d2396694530bade6ff8a485223
 WHIRLPOOL 
98537b5244a583c04604a6b1626a3813b6506dfefda6d40c85aaae076b30c7e14a0b8a363e431d9bd5ceea41a31f07785663a018bbdae1dc897a29eec22c99c1
+DIST ReText-5.3.1.tar.gz 159669 SHA256 
515b1aaa57615453f8933f997753072a5c4691793da2280e70d1b333b53904c6 SHA512 
76c6f78c10129e4845de819fa6db3deff5441a25331fd3dadbdfeb766caa453f21214f82e6625c919cc8be2fcfdfada970cae32837bb8904c3702dda19890628
 WHIRLPOOL 
5c2db75c2b2f23419bc2803849f6b7a69f3540911c6e53f46a46baffd150a9a0db75d0343361963a53bcc1a6da4534eb72d99068a26c13c1551b6188ab81f67a

diff --git a/app-editors/retext/retext-5.3.1.ebuild 
b/app-editors/retext/retext-5.3.1.ebuild
new file mode 100644
index 000..343b6d5
--- /dev/null
+++ b/app-editors/retext/retext-5.3.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,4} )
+
+PLOCALES="ca cs cy da de es et eu fr hu it ja pl pt pt_BR ru sk sr sr@latin uk 
zh_TW"
+
+inherit distutils-r1 l10n
+
+MY_PN="ReText"
+MY_P="${MY_PN}-${PV/_/~}"
+
+DESCRIPTION="Simple editor for Markdown and reStructuredText"
+HOMEPAGE="https://github.com/retext-project/retext 
https://github.com/retext-project/retext/wiki;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+spell"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/markups[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   
dev-python/PyQt5[gui,network,printsupport,webkit,widgets,${PYTHON_USEDEP}]
+   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+remove_locale() {
+   find "${ED}" -name "retext_${1}.qm" -delete || die "Failed to remove 
locale ${1}."
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   l10n_for_each_disabled_locale_do remove_locale
+
+   make_desktop_entry ${PN} "${MY_PN} Editor" ${PN} 
"Development;Utility;TextEditor"
+}



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

2016-04-09 Thread Manuel Rüger
commit: 9dc643d6f44050ed4e508c9f148038fea77ab0b4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:00:37 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:00:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc643d6

dev-ruby/rcairo: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild | 4 ++--
 dev-ruby/rcairo/rcairo-1.14.1.ebuild| 4 ++--
 dev-ruby/rcairo/rcairo-1.14.3.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild 
b/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild
index 364f51e..19a543a 100644
--- a/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.14.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_NAME="cairo"
 

diff --git a/dev-ruby/rcairo/rcairo-1.14.1.ebuild 
b/dev-ruby/rcairo/rcairo-1.14.1.ebuild
index 0821812..d8b472f 100644
--- a/dev-ruby/rcairo/rcairo-1.14.1.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.14.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_NAME="cairo"
 

diff --git a/dev-ruby/rcairo/rcairo-1.14.3.ebuild 
b/dev-ruby/rcairo/rcairo-1.14.3.ebuild
index 364f51e..19a543a 100644
--- a/dev-ruby/rcairo/rcairo-1.14.3.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.14.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_NAME="cairo"
 



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

2016-04-09 Thread Manuel Rüger
commit: 07993b9a6066fc066862fe8d429400439ac2d7d0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:01:36 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:01:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07993b9a

dev-ruby/ruby_parser: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.6.6.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.6.6.ebuild
index f5d168f..763f6c6 100644
--- a/dev-ruby/ruby_parser/ruby_parser-3.6.6.ebuild
+++ b/dev-ruby/ruby_parser/ruby_parser-3.6.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"



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

2016-04-09 Thread Manuel Rüger
commit: b06961a6c8e55fcfa2d2dfa34c41c101df4d8cc9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Apr  9 23:59:42 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr  9 23:59:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06961a6

dev-ruby/coderay: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild 
b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild
index 41a4b32..e49af92 100644
--- a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild
+++ b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby20 jruby"
 
 # The test target also contains test:exe but that requires
 # shoulda-context which we do not have packaged yet.

diff --git a/dev-ruby/coderay/coderay-1.1.0-r2.ebuild 
b/dev-ruby/coderay/coderay-1.1.0-r2.ebuild
index 2d68dda..8da0dfa 100644
--- a/dev-ruby/coderay/coderay-1.1.0-r2.ebuild
+++ b/dev-ruby/coderay/coderay-1.1.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 # The test target also contains test:exe but that requires
 # shoulda-context which we do not have packaged yet.



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

2016-04-09 Thread Manuel Rüger
commit: 78e553b793201f311a71f73b64cc13c49df6fadf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Apr  9 23:57:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr  9 23:57:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e553b7

dev-ruby/sprockets: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/sprockets/sprockets-2.11.3.ebuild| 4 ++--
 dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild | 4 ++--
 dev-ruby/sprockets/sprockets-2.2.3.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/sprockets/sprockets-2.11.3.ebuild 
b/dev-ruby/sprockets/sprockets-2.11.3.ebuild
index bacdd6c..40825d3 100644
--- a/dev-ruby/sprockets/sprockets-2.11.3.ebuild
+++ b/dev-ruby/sprockets/sprockets-2.11.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"

diff --git a/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild 
b/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild
index 30d14ef..6b37a44 100644
--- a/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild
+++ b/dev-ruby/sprockets/sprockets-2.12.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"

diff --git a/dev-ruby/sprockets/sprockets-2.2.3.ebuild 
b/dev-ruby/sprockets/sprockets-2.2.3.ebuild
index 9614019..95d54da 100644
--- a/dev-ruby/sprockets/sprockets-2.2.3.ebuild
+++ b/dev-ruby/sprockets/sprockets-2.2.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2016-04-09 Thread Manuel Rüger
commit: 78428cd3ea144ee881b13034de0bcdb61d8fa800
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Apr  9 23:55:49 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr  9 23:55:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78428cd3

dev-ruby/sprockets: Version bump to 3.6.0

Package-Manager: portage-2.2.28

 dev-ruby/sprockets/Manifest   |  1 +
 dev-ruby/sprockets/sprockets-3.6.0.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/sprockets/Manifest b/dev-ruby/sprockets/Manifest
index 000f452..7c8c758 100644
--- a/dev-ruby/sprockets/Manifest
+++ b/dev-ruby/sprockets/Manifest
@@ -3,3 +3,4 @@ DIST sprockets-2.12.3-git.tgz 195647 SHA256 
998ed806114a50b9168ad569c67d037fa866
 DIST sprockets-2.2.3-git.tgz 185139 SHA256 
d8d8c59a4f129357f5d9093db02d8e5df0b2df7aaeee23fc6c5864fdbc29997c SHA512 
6850423efbb8521e4f4980e30e1464821be148474b511aca05478078b2601cf569a244cddeb9f164ba759d4207dcc2605c89b4b5b45431ebbee26b56f07b5e01
 WHIRLPOOL 
5b8eb85651975429c994e3e741d31a7989b031d51c4d9fb3d2a70da700a9187e888e100965b4f034f13d38d9066cb48a8c201841d2d639398c1c4f7c0dc1985e
 DIST sprockets-3.4.1-git.tgz 298315 SHA256 
fb2dcf86378c45c8028fb9b483f2def9ae558613794255f6eb12c97db0f220db SHA512 
dd8bae1d922b662ef3215742731024d13b3fbc435124bb25351eeb6d33363383cb630ff60a8f6199205f31ed484e76c4a40d2c8a02b05e35bd9e73eb43a951bb
 WHIRLPOOL 
8ae84a080dc7dab113a6109a3c50e61b3da8b753391e0ac2113c8ac6f89b955c6b4c6d40dee6ff8d6522a0c289c0a49e1777bbf7958f819adbcae6204641d9f7
 DIST sprockets-3.5.2-git.tgz 302784 SHA256 
8ef5507db16113c9f839371544a8ed4e3911c99525df95cc55bf61413f432b3b SHA512 
8e599cf646baf53650ecafc65923d7e92c0d04cbf7207f64a0aaa4098d068ce4a1c252c5ce879188cff9d9af6f88ba50fa39d7af643b2668f23b1b8535a284c2
 WHIRLPOOL 
108da86d47be7b889ab74c5f75bd3ff592ff310e43f006d1a4362d5912bb044fa2dd5b29f86bec0ff4222c85093785fbf4a55f94c73b30ac4fe2fbe0862a1c40
+DIST sprockets-3.6.0-git.tgz 365525 SHA256 
8260dc8e237d5b00b8fce19cdeee871057b530a4ffad889debdc8c2e5140931e SHA512 
0306a69b510a7e2b5b334e8e3156bf064c4f7b721c6a86ce733f4e129186d5a5a19fd129d4a9b7d00d36505371ea811c52d2f808e52272f5a09e6bc631b3b14d
 WHIRLPOOL 
bf9e8e4deb499f59749bc5123b6aec558eb438525f37b706238de0bb9c2d4e115d32725478f2dd89b58ac6a742b19327aa72bbfb14b229e164b9a7952ef8ee60

diff --git a/dev-ruby/sprockets/sprockets-3.6.0.ebuild 
b/dev-ruby/sprockets/sprockets-3.6.0.ebuild
new file mode 100644
index 000..9ddc4d3
--- /dev/null
+++ b/dev-ruby/sprockets/sprockets-3.6.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="sprockets.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Ruby library for compiling and serving web assets"
+HOMEPAGE="https://github.com/rails/sprockets;
+SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/concurrent-ruby:1
+   =dev-ruby/rack-1*:*
+   !!=dev-ruby/sass-3.1
+   dev-ruby/uglifier
+   )"
+
+all_ruby_prepare() {
+   # Avoid tests for template types that we currently don't package:
+   # eco and ejs.
+   sed -i -e '/eco templates/,/end/ s:^:#:' \
+   -e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || 
die
+   sed -i -e '/.ejs/ s:^:#:' test/test_asset.rb || die
+   rm -f test/test_require.rb 
test/test_{closure,eco,ejs,yui}_{compressor,processor}.rb || die
+   sed -i -e "/bundler/d" Rakefile || die
+}
+
+each_ruby_prepare() {
+   sed -i -e "s:ruby:${RUBY}:" test/test_sprocketize.rb || die
+}
+
+each_ruby_test() {
+   # Make sure we have completely separate copies. Hardlinks won't work
+   # for this test suite.
+   cp -R test test-new || die
+   rm -rf test || die
+   mv test-new test || die
+
+   each_fakegem_test
+}



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

2016-04-09 Thread David Seifert
commit: 4854a76b43c2c6c4c265f0d3b7c3bb477965cf34
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 23:12:15 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 23:12:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4854a76b

sci-geosciences/mapnik: Version bump

Gentoo-Bug: 554892
* EAPI=6

Package-Manager: portage-2.2.28

 sci-geosciences/mapnik/Manifest|   1 +
 sci-geosciences/mapnik/mapnik-3.0.9.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/sci-geosciences/mapnik/Manifest b/sci-geosciences/mapnik/Manifest
index 101e552..6607294 100644
--- a/sci-geosciences/mapnik/Manifest
+++ b/sci-geosciences/mapnik/Manifest
@@ -1,3 +1,4 @@
+DIST mapnik-3.0.9.tar.gz 13434729 SHA256 
f0242606096e2c4ca2cd0caac1ff0fd5f8054a38b5f288ba38b0e397b5b311b2 SHA512 
ad45ecbb2661e860b7057e0a235542a390ae5790f401ef2c04f1517b6487e83cdb8e307072681847cb72a3abc242e0114bc15d48f504dec1f92df970dd1556e1
 WHIRLPOOL 
792c69891ab09f38c4061c0c1622ec1d62df86dbec88a6eb6de0a6f7c745bc8dff0bc47c01397d222b48063848fa6c8406166f2c4f1e0a85dbdc94492b151805
 DIST mapnik-v2.0.1.tar.bz2 12018783 SHA256 
fe3da0b1adbb48f55ebd01ab0e95e5183f512154249f1d407b7e59aa9176ba8c SHA512 
405028b44f39d883d5d235e9f560748210065890df20ef4c581711f2d2373b5b403104f7bc3f9ece2133ca1ca307c54034fe4e37f07d1f7a4ed12fb0834266c6
 WHIRLPOOL 
22faf112b1cb3b9cd3343ba4881b0b3dd09e810a5d9f67793a241461dd8035aec37eb835c948e6b96e86998d6b2760e39223715490bcbee6bf5d323b19f2eb18
 DIST mapnik-v2.0.2.tar.bz2 12010042 SHA256 
40e55c85f5148da22379830f7aaf2da4471f38c04590e06ded04b3fd4d693c5f SHA512 
2111b47cc1b73facfa6acd58e25da74f2f4f1faa74fd8a73d69a843611859d0158995c1fc1e587a10287069f275f058881fe0f0e5efcc2230261fd5768172511
 WHIRLPOOL 
623350f7d87f4368802dbfbed8c91c56b4dd11f94ac467ecf06e0cf73666d29e59128d35930942411843910d7d2302819332a934317b30a69568ce0d2d8309b7
 DIST mapnik-v2.1.0.tar.bz2 17441565 SHA256 
d5fcbaaea00359613b707eacaaa2109a0b5696e2baa35c02e4436e8a823b7160 SHA512 
3b922e94d229cd8b0091953bd48b18b903e367a1f374d2c821560b6a14f115ab054ceac0749668f18ca40238116bd6617d571403bf860c824b3f260bee054d9e
 WHIRLPOOL 
675082091871db5620f0a75d0a3f35d247150d558dd9546c6100cc6b9d5efc1230868c19707c23d5d5e2c08f9fdeccc33688f229ec96ffecb0e7afa604c3134d

diff --git a/sci-geosciences/mapnik/mapnik-3.0.9.ebuild 
b/sci-geosciences/mapnik/mapnik-3.0.9.ebuild
new file mode 100644
index 000..4bc3248
--- /dev/null
+++ b/sci-geosciences/mapnik/mapnik-3.0.9.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils scons-utils toolchain-funcs
+
+DESCRIPTION="A Free Toolkit for developing mapping applications"
+HOMEPAGE="http://www.mapnik.org/;
+SRC_URI="https://github.com/mapnik/mapnik/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="cairo debug doc gdal postgres sqlite"
+
+RDEPEND="
+   >=dev-libs/boost-1.48[threads]
+   dev-libs/icu:=
+   sys-libs/zlib
+   media-libs/freetype
+   media-libs/harfbuzz
+   dev-libs/libxml2
+   media-libs/libpng:0=
+   media-libs/tiff:0=
+   virtual/jpeg:0=
+   media-libs/libwebp
+   sci-libs/proj
+   media-fonts/dejavu
+   x11-libs/agg[truetype]
+   cairo? (
+   x11-libs/cairo
+   dev-cpp/cairomm
+   )
+   postgres? ( >=dev-db/postgresql-8.3:* )
+   gdal? ( sci-libs/gdal )
+   sqlite? ( dev-db/sqlite:3 )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.0-configure-only-once.patch"
+   "${FILESDIR}/${PN}-2.2.0-dont-run-ldconfig.patch"
+   "${FILESDIR}/${PN}-2.2.0-scons.patch"
+)
+
+src_prepare() {
+   default
+
+   # do not version epidoc data
+   sed -i \
+   -e 's:-`mapnik-config --version`::g' \
+   utils/epydoc_config/build_epydoc.sh || die
+
+   # force user flags, optimization level
+   sed -i -e "s:\-O%s:%s:" \
+   -i -e "s:env\['OPTIMIZATION'\]:'${CXXFLAGS}':" \
+   SConstruct || die
+}
+
+src_configure() {
+   local PLUGINS=shape,csv,raster,geojson
+   use gdal && PLUGINS+=,gdal,ogr
+   use postgres && PLUGINS+=,postgis
+   use sqlite && PLUGINS+=,sqlite
+
+   MYSCONS=(
+   "CC=$(tc-getCC)"
+   "CXX=$(tc-getCXX)"
+   "INPUT_PLUGINS=${PLUGINS}"
+   "PREFIX=/usr"
+   "DESTDIR=${D}"
+   "XMLPARSER=libxml2"
+   "LINKING=shared"
+   "RUNTIME_LINK=shared"
+   "PROJ_INCLUDES=/usr/include"
+   "PROJ_LIBS=/usr/$(get_libdir)"
+   "SYSTEM_FONTS=/usr/share/fonts"
+   CAIRO="$(usex cairo 1 0)"
+   DEBUG="$(usex debug 1 0)"
+   XML_DEBUG="$(usex debug 1 0)"
+   DEMO="$(usex doc 1 0)"
+   

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-DeprecationManager/

2016-04-09 Thread Andreas Hüttel
commit: 52c354d2fd3b866d703e72cd4a75ac76ddf11ecb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 22:43:00 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 22:54:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c354d2

dev-perl/Package-DeprecationManager: Version bump

Package-Manager: portage-2.2.28

 dev-perl/Package-DeprecationManager/Manifest   |  1 +
 .../Package-DeprecationManager-0.160.0.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Package-DeprecationManager/Manifest 
b/dev-perl/Package-DeprecationManager/Manifest
index 5b6e4cf..6059b5e 100644
--- a/dev-perl/Package-DeprecationManager/Manifest
+++ b/dev-perl/Package-DeprecationManager/Manifest
@@ -1,2 +1,3 @@
 DIST Package-DeprecationManager-0.13.tar.gz 10961 SHA256 
d1e12143c9a6e9d4f101e43142622ab4894087d42937621e2c7430defbc07b3a SHA512 
393841bc8a6a96dfc3ce9e2787d532f0e5ba45ef07a8d95be4450ad399b0ae3c4929f8abf07892194fca85c7de75c118a5b611a816b565a7945e34ebca36c4a8
 WHIRLPOOL 
c6f5958b41333fd37006f94a727b4ae0adf65b4e3f43af738395e419bb9e789c2cf331d99025b8e69da4397cff54d922cf71df1460f4bcd1f40587434a181daf
 DIST Package-DeprecationManager-0.15.tar.gz 23626 SHA256 
65c871f00849ba6a3369b3e4a5f206504e51bfb8eb2d2631fe2e18483fc29d61 SHA512 
644aae95e7124f91dab9ab71e20679a310df869dc970ee3b180d8274657226d9ad91c79d56222f6b30ad026e92f4d86609b8933ce3fc1298247da15f4a5c542b
 WHIRLPOOL 
0ef1e18212c6a85b5c13aafdba78a01a77f25705fe2830add4d13fc4d47acae516e08099d9b06fe8e32072079b04583e5be9e966a9d9b9b0f0e3f3e3c1a05f0e
+DIST Package-DeprecationManager-0.16.tar.gz 26872 SHA256 
4018a06f7a3ba252c9eccc3fdcad9490cd003dfa6baf261545e96b5a82e784a7 SHA512 
30723fd738907b68a2f2a2c09111ef6e2d01b3ec74b4805ce50b9464ed2e192e1d1604ad389e77cac963faf5fc299815735742207babf92c6a44d36120c4af27
 WHIRLPOOL 
e229faa2cb5b9e5ee057e0db3a348c6434b330840910dff6c8c48f8b4fd4d148fd33c969e3d3c3c44e24b33f34fe2209c60a388da1afb7e9298e40031f0c55d9

diff --git 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.160.0.ebuild 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.160.0.ebuild
new file mode 100644
index 000..b72fbdc
--- /dev/null
+++ 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.160.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Manage deprecation warnings for your distribution"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   dev-perl/Package-Stash
+   dev-perl/Params-Util
+   dev-perl/Sub-Install
+   dev-perl/Sub-Name
+   dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Exporter
+   virtual/perl-File-Spec
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Test-Warnings
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash-XS/

2016-04-09 Thread Andreas Hüttel
commit: 03f7ecd1cd355651611d6f01625236623a469ab7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 22:49:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 22:54:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f7ecd1

dev-perl/Package-Stash-XS: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Package-Stash-XS/Manifest |  1 -
 .../Package-Stash-XS-0.260.0.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Package-Stash-XS/Manifest 
b/dev-perl/Package-Stash-XS/Manifest
index dd91245..2f057e6 100644
--- a/dev-perl/Package-Stash-XS/Manifest
+++ b/dev-perl/Package-Stash-XS/Manifest
@@ -1,2 +1 @@
-DIST Package-Stash-XS-0.26.tar.gz 73481 SHA256 
291f88803662dc4670e6a3703e981393939f774f0ddc596ea3c501d2c7bacddd SHA512 
c63209b99bdeaf7ad0746901caaab8f9df4ad0f8daf12ac6ba0054c8f8b7250176c0cdbb93251021123d2d369fa5cb7272491764761dd6c21f0161ddc7879536
 WHIRLPOOL 
9dd36b40e16ee2327f0af954050e37d36896cd6c7d1ac40831b2cea5ed105d7255d99268713101a8e29f275c82e4f89ac449fe39e41c68891f0651b70d43c3c7
 DIST Package-Stash-XS-0.28.tar.gz 74161 SHA256 
23d8c5c25768ef1dc0ce53b975796762df0d6e25d06e48d794886c32d486 SHA512 
409e884998bf063f438335067ff8f702aa1f12fc686c1912ad532f6536a711273e52c140d9c407c47b7ba4ccacedec480c1542437a90dd76367dc0f732c0db38
 WHIRLPOOL 
7dfebba59a312b4caefccc3b45ebd2824cfc03a12f8e0d80a8ca810bbd33ed43de96efc75a92d8ae81b60d483cdff8aa32fd7615b5a02a1f6ea64192d1fa982c

diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild 
b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild
deleted file mode 100644
index d9f272e..000
--- a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.310.0
-   test? (
-   dev-perl/Test-Fatal
-   dev-perl/Test-Requires
-   >=virtual/perl-Test-Simple-0.880.0
-   )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Variant/

2016-04-09 Thread Andreas Hüttel
commit: 88de80b736a634d42747637ad3c0da75ed19c53f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 22:50:22 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 22:54:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88de80b7

dev-perl/Package-Variant: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Package-Variant/Manifest  |  1 -
 .../Package-Variant-1.1.2-r1.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-perl/Package-Variant/Manifest 
b/dev-perl/Package-Variant/Manifest
index 64427fb..c641749 100644
--- a/dev-perl/Package-Variant/Manifest
+++ b/dev-perl/Package-Variant/Manifest
@@ -1,2 +1 @@
-DIST Package-Variant-1.001002.tar.gz 8069 SHA256 
594f21f721884a90582c9132552598ff8adcccae15ad0a971497bdd3f4ba7b66 SHA512 
edbfb203f9fdd9962e2eea11f2c58aa12ad5547e73530ec550132045eaf3b547277696b7857540e9cf278792bab736285f69f2aa66c2a8f537d58c897112674e
 WHIRLPOOL 
61fedc57f165c2347f3d4d413256b78f50e70ec01f4ffe4727b9461cb94b9760ce8ea85b3d640d4a53cef62065d2563f34e86f2b5e81f02c4797b5062fd8d604
 DIST Package-Variant-1.003002.tar.gz 10518 SHA256 
b2ed849d2f4cdd66467512daa3f143266d6df810c5fae9175b252c57bc1536dc SHA512 
0f311e73049df9a7a43a3e9eb3e4ba48120d119ab92161a4c0da532625d5705c6ee5b50f57d6b40ded30df82ce13b9dcced28894ddc7ee0068787b782fd33a4a
 WHIRLPOOL 
b48e510d68f1f715fac9349504635acbed98542185512d80c15c3cb750ea40424ef59d5e0d02bbe66d3d44d10ed50d17aca9152590922459b0eec228e514dd63

diff --git a/dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild 
b/dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild
deleted file mode 100644
index 456da38..000
--- a/dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PHAYLON
-MODULE_VERSION=1.001002
-inherit perl-module
-
-DESCRIPTION="Parameterizable packages"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/strictures-1.0.0
-   >=dev-perl/Module-Runtime-0.13.0
-   >=dev-perl/Import-Into-1.0.0
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-perl/Test-Fatal
-   )
-"
-
-SRC_TEST=do



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

2016-04-09 Thread Mike Gilbert
commit: 7fc835b0f6db7de6aad2a9e24ed822b697dda319
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  9 22:46:55 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 22:47:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc835b0

sys-apps/gentoo-systemd-integration: bump to version 6

Package-Manager: portage-2.2.28_p64

 sys-apps/gentoo-systemd-integration/Manifest |  1 +
 ...ation-.ebuild => gentoo-systemd-integration-6.ebuild} | 12 ++--
 .../gentoo-systemd-integration-.ebuild   | 12 ++--
 3 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/sys-apps/gentoo-systemd-integration/Manifest 
b/sys-apps/gentoo-systemd-integration/Manifest
index edb8b83..c3e2e36 100644
--- a/sys-apps/gentoo-systemd-integration/Manifest
+++ b/sys-apps/gentoo-systemd-integration/Manifest
@@ -1,3 +1,4 @@
 DIST gentoo-systemd-integration-2.tar.bz2 51951 SHA256 
2466a11d9b6f6e8d726cb5549bc1c38d28d6742d596e2b2c455c9089c1baf7fd SHA512 
dc962165516612ca0ff41fdbd53a420549967a3952640ae7d37aafdbb3543a9b37a928e0528fcbbce74e0ded970e311c350272856fc8a75d9c8dc94a960e3bbc
 WHIRLPOOL 
0517b515b9d01605c46d95fc3e86bf38c200923e3b7df1dde59b875c3eeef232c7dec38833007a943390631cb8eeb4f7c89e79c4b8dab737eea8c63bb36341bf
 DIST gentoo-systemd-integration-4.tar.bz2 52449 SHA256 
7027bd2056449e5ec8f9fc3da81c0f157810d482bfa11be48903643335fc6bde SHA512 
2f60a98062fc5b9c7247e5df77b8875e532d28b2b903a2770713bbcfb2706f0f1bd7809396dd49ff1cc41f69d8c3dceaef87909fa8683c458a5f818f5e05a574
 WHIRLPOOL 
f87b8aa01f24fad4ff90e694fa03b718425bbb0c0dc8a00950b0ae81230f3b92255d07efc9161707a35c8f3e0e7664c57b7ae061ccc0d896bfc55a632a8b4f09
 DIST gentoo-systemd-integration-5.tar.gz 64505 SHA256 
5e4245ea6fa857a0a4ee23abb1751a0165e17a7f2136b1822a7a651b51463a41 SHA512 
3f4755a680f4df590e86a0ccc12dc48d3c8595248988d573613cd1cedd10ee8cdc5dd4f6b54d15e9be0bef3f69f9546f7e952b0ec22db311e7069cb8599194ad
 WHIRLPOOL 
4ff3d839cba4bc6f24eb2e14d5d0d507ccf873ce34624ef75662a2da3c61a4c63110baec5dc8b9a932bd41d768e7c3ec3cc30a4be07ea135d44f6f7cebf3456d
+DIST gentoo-systemd-integration-6.tar.gz 64191 SHA256 
0f03873243e209c854b10eaec28aaf4e194a74e1899fa43458a288236f8f0b7d SHA512 
51b3c161bb5c7069f5816c5bd6c77bf6c1fd4d31d1801529028a3c6d159b63fde2502bc3c6f0c77c5feb4374836cdfeceed8a678f66a486382ea7f28edf962cd
 WHIRLPOOL 
e62a5427ca5ae088485e652b11ccc7420b3763717f4b03db46728b7d6e40a612361d57a14f3c432323bc92e6fd217a7218e0182785509260800c268fd719a424

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-6.ebuild
similarity index 74%
copy from 
sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
copy to sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-6.ebuild
index 9241ede..0e2f5f5 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-6.ebuild
@@ -24,6 +24,8 @@ IUSE=""
 RDEPEND=">=sys-apps/systemd-207
!sys-fs/eudev
!sys-fs/udev"
+DEPEND=">=sys-apps/systemd-207
+   virtual/pkgconfig"
 
 if [[ ${PV} ==  ]]; then
DEPEND+=" sys-devel/systemd-m4"
@@ -33,13 +35,3 @@ src_prepare() {
default
[[ ${PV} !=  ]] || eautoreconf
 }
-
-src_configure() {
-   local myeconfargs=(
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   # TODO: solve it better in the eclass
-   
--with-systemdsystemgeneratordir="$(systemd_get_utildir)"/system-generators
-   )
-
-   econf "${myeconfargs[@]}"
-}

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
index 9241ede..0e2f5f5 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
@@ -24,6 +24,8 @@ IUSE=""
 RDEPEND=">=sys-apps/systemd-207
!sys-fs/eudev
!sys-fs/udev"
+DEPEND=">=sys-apps/systemd-207
+   virtual/pkgconfig"
 
 if [[ ${PV} ==  ]]; then
DEPEND+=" sys-devel/systemd-m4"
@@ -33,13 +35,3 @@ src_prepare() {
default
[[ ${PV} !=  ]] || eautoreconf
 }
-
-src_configure() {
-   local myeconfargs=(
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   # TODO: solve it better in the eclass
-   
--with-systemdsystemgeneratordir="$(systemd_get_utildir)"/system-generators
-   )
-
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] proj/gentoo-systemd-integration:master commit in: mounts/, /

2016-04-09 Thread Mike Gilbert
commit: 97e3616a927367df8a3d96379f06b73aac39fbae
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  9 22:31:16 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 22:31:59 2016 +
URL:
https://gitweb.gentoo.org/proj/gentoo-systemd-integration.git/commit/?id=97e3616a

Drop var-lock.mount and var-run.mount

 Makefile.am   | 11 ---
 configure.ac  |  5 -
 mounts/var-lock.mount | 19 ---
 mounts/var-run.mount  | 19 ---
 4 files changed, 54 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c0bbe5e..4482c77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,9 +8,6 @@ dist_sysctl_DATA = \
sysctl.d/60-gentoo.conf
 dist_tmpfiles_DATA = \
tmpfiles.d/gentoo-run.conf
-dist_systemdsystemunit_DATA = \
-   mounts/var-lock.mount \
-   mounts/var-run.mount
 dist_systemdsystempreset_DATA = \
system-preset/99-default.preset
 dist_systemdsystemgenerator_SCRIPTS = \
@@ -19,14 +16,6 @@ dist_systemdsystemgenerator_SCRIPTS = \
 udevrulesdir = $(udevdir)/rules.d
 dist_udevrules_DATA = udev/40-gentoo.rules
 
-install-data-hook: \
-   systemd-system-unit-install-hook
-
-systemd-system-unit-install-hook:
-   mkdir -p $(DESTDIR)$(systemdsystemunitdir)/sysinit.target.wants
-   $(LN_S) ../var-lock.mount ../var-run.mount \
-   $(DESTDIR)$(systemdsystemunitdir)/sysinit.target.wants/
-
 DISTCLEANFILES = \
$(systemdsystemunit_DATA)
 

diff --git a/configure.ac b/configure.ac
index d8d6b2a..abe9705 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,11 +9,6 @@ AC_PROG_SED
 # https://bitbucket.org/mgorny/systemd-m4/
 SYSTEMD_MISC
 
-SYSTEMD_SYSTEMUNITDIR
-if test -z "$systemdsystemunitdir"; then
-   AC_MSG_ERROR([systemdsystemunitdir must be set])
-fi
-
 SYSTEMD_SYSTEMGENERATORDIR
 if test -z "$systemdsystemgeneratordir"; then
AC_MSG_ERROR([systemdsystemgeneratordir must be set])

diff --git a/mounts/var-lock.mount b/mounts/var-lock.mount
deleted file mode 100644
index 07277ad..000
--- a/mounts/var-lock.mount
+++ /dev/null
@@ -1,19 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-[Unit]
-Description=Lock Directory
-Before=local-fs.target
-# skip mounting if the directory does not exist or is a symlink
-ConditionPathIsDirectory=/var/lock
-ConditionPathIsSymbolicLink=!/var/lock
-
-[Mount]
-What=/run/lock
-Where=/var/lock
-Type=bind
-Options=bind

diff --git a/mounts/var-run.mount b/mounts/var-run.mount
deleted file mode 100644
index ab4da42..000
--- a/mounts/var-run.mount
+++ /dev/null
@@ -1,19 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-[Unit]
-Description=Runtime Directory
-Before=local-fs.target
-# skip mounting if the directory does not exist or is a symlink
-ConditionPathIsDirectory=/var/run
-ConditionPathIsSymbolicLink=!/var/run
-
-[Mount]
-What=/run
-Where=/var/run
-Type=bind
-Options=bind



[gentoo-commits] proj/gentoo-systemd-integration:master commit in: /

2016-04-09 Thread Mike Gilbert
commit: ad1f2d8c20e3f56ac65784a43601785f905bb674
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  9 22:33:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 22:33:23 2016 +
URL:
https://gitweb.gentoo.org/proj/gentoo-systemd-integration.git/commit/?id=ad1f2d8c

Version 6

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index abe9705..366af30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.60])
-AC_INIT([gentoo-systemd-integration], [5])
+AC_INIT([gentoo-systemd-integration], [6])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 subdir-objects])
 



[gentoo-commits] repo/gentoo:master commit in: sci-biology/pysam/, sci-biology/pysam/files/

2016-04-09 Thread David Seifert
commit: e2ab268997d872b610d931593db890f6c4dc4630
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 22:05:20 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 22:06:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ab2689

sci-biology/pysam: Version bump, add py3 support

Package-Manager: portage-2.2.28

 sci-biology/pysam/Manifest |  1 +
 .../pysam/files/pysam-0.9.0-missing-config.h.patch | 40 +++
 sci-biology/pysam/pysam-0.9.0.ebuild   | 46 ++
 3 files changed, 87 insertions(+)

diff --git a/sci-biology/pysam/Manifest b/sci-biology/pysam/Manifest
index 4aea08f..b7281db 100644
--- a/sci-biology/pysam/Manifest
+++ b/sci-biology/pysam/Manifest
@@ -1 +1,2 @@
 DIST pysam-0.6.tar.gz 841790 SHA256 
081c980481f31a81acb06f6fa5638b899321eddfd9eeb5075393e4dad84a1fc8 SHA512 
b60df4551600f04e8ae67aec0f2745846d2411e2a1cc4c874ef296ee80ab075256190ebb0ec64eb78231d4d7b59670c5259818cd315f52c923774cc4c0b8b391
 WHIRLPOOL 
eddeb19f3ebf0c6326f7c1b6b7224b2b8cb708e0bf7ceb66b1cac18909abafd1704b264452b70ee6721af4b3b360b51285dcffd7f137c6128920f91dc0dec7b2
+DIST pysam-0.9.0.tar.gz 2701721 SHA256 
dd4946c8efa6786a754e2b50c6027dd03aa82c8ee6c2be3b4e51384da80b4c7c SHA512 
9189ef2b56df0f5e2c84586c0c2b2cd46a77dbedd3aa6fd25ddcc4a93320038bead073206fff528ae9775f153c875838726dd0af8e4c7bf4e0c6063145e2bc06
 WHIRLPOOL 
6c7d459057fed3961e983b3e8563e10a47cb87f5da2fb99ca893eff9e19a8b9e4c27b5d82a978a611d615eba8052fbe3e36498ea461e03521a075d9aee8da463

diff --git a/sci-biology/pysam/files/pysam-0.9.0-missing-config.h.patch 
b/sci-biology/pysam/files/pysam-0.9.0-missing-config.h.patch
new file mode 100644
index 000..617786a
--- /dev/null
+++ b/sci-biology/pysam/files/pysam-0.9.0-missing-config.h.patch
@@ -0,0 +1,40 @@
+From 55f5d8ce51ad999123a779f31fcf0fecd60de9e6 Mon Sep 17 00:00:00 2001
+From: Andreas Heger 
+Date: Mon, 21 Mar 2016 21:10:04 +
+Subject: [PATCH] {AH} create empty config.h for samtools if it does not exist,
+ fixes #245
+
+---
+ setup.py | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 7b59b69..2f00c37 100644
+--- a/setup.py
 b/setup.py
+@@ -155,7 +155,7 @@ def run_configure(option):
+ outf.write(
+ "/* empty config.h created by pysam */\n")
+ outf.write(
+-"/* conservative compilation options */")
++"/* conservative compilation options */\n")
+ 
+ if HTSLIB_LIBRARY_DIR:
+ # linking against a shared, externally installed htslib version, no
+@@ -259,6 +259,16 @@ def run_configure(option):
+"adding shared libcurl and libcrypto")
+ external_htslib_libraries.extend(["curl", "crypto"])
+ 
++# create empty config.h files if they have not been created automatically
++# or created by the user:
++for fn in "samtools/config.h", "htslib/config.h":
++if not os.path.exists(fn):
++with open(fn, "w") as outf:
++outf.write(
++"/* empty config.h created by pysam */\n")
++outf.write(
++"/* conservative compilation options */\n")
++
+ parts = ["samtools",
+  "bcftools",
+  "htslib",

diff --git a/sci-biology/pysam/pysam-0.9.0.ebuild 
b/sci-biology/pysam/pysam-0.9.0.ebuild
new file mode 100644
index 000..5fcecfb
--- /dev/null
+++ b/sci-biology/pysam/pysam-0.9.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 python-r1
+
+DESCRIPTION="Python interface for the SAM/BAM sequence alignment and mapping 
format"
+HOMEPAGE="https://github.com/pysam-developers/pysam 
http://pypi.python.org/pypi/pysam;
+SRC_URI="https://github.com/pysam-developers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=sci-libs/htslib-1.3*"
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}/${P}-missing-config.h.patch"
+)
+
+src_prepare() {
+   default
+
+   export HTSLIB_INCLUDE_DIR=${EPREFIX}/usr/include
+   export HTSLIB_LIBRARY_DIR=${EPREFIX}/usr/$(get_libdir)
+   export HTSLIB_CONFIGURE_OPTIONS="--disable-libcurl"
+
+   sed -e "/ext\.extra_link_args += \['-Wl,-rpath,\$ORIGIN'\]/d" \
+   -i cy_build.py || die
+   sed -e '/runtime_library_dirs=htslib_library_dirs/d' \
+   -i setup.py || die
+}
+
+src_compile() {
+   # TODO
+   # empty compile, as the build system runs the whole build again in 
install
+   :
+}



[gentoo-commits] repo/gentoo:master commit in: sci-biology/pysam/

2016-04-09 Thread David Seifert
commit: 76eaabc0743b8d9c067f617bbd569550941bd384
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 22:12:42 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 22:12:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76eaabc0

sci-biology/pysam: Remove old

Package-Manager: portage-2.2.28

 sci-biology/pysam/Manifest|  1 -
 sci-biology/pysam/pysam-0.6-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sci-biology/pysam/Manifest b/sci-biology/pysam/Manifest
index b7281db..24afdea 100644
--- a/sci-biology/pysam/Manifest
+++ b/sci-biology/pysam/Manifest
@@ -1,2 +1 @@
-DIST pysam-0.6.tar.gz 841790 SHA256 
081c980481f31a81acb06f6fa5638b899321eddfd9eeb5075393e4dad84a1fc8 SHA512 
b60df4551600f04e8ae67aec0f2745846d2411e2a1cc4c874ef296ee80ab075256190ebb0ec64eb78231d4d7b59670c5259818cd315f52c923774cc4c0b8b391
 WHIRLPOOL 
eddeb19f3ebf0c6326f7c1b6b7224b2b8cb708e0bf7ceb66b1cac18909abafd1704b264452b70ee6721af4b3b360b51285dcffd7f137c6128920f91dc0dec7b2
 DIST pysam-0.9.0.tar.gz 2701721 SHA256 
dd4946c8efa6786a754e2b50c6027dd03aa82c8ee6c2be3b4e51384da80b4c7c SHA512 
9189ef2b56df0f5e2c84586c0c2b2cd46a77dbedd3aa6fd25ddcc4a93320038bead073206fff528ae9775f153c875838726dd0af8e4c7bf4e0c6063145e2bc06
 WHIRLPOOL 
6c7d459057fed3961e983b3e8563e10a47cb87f5da2fb99ca893eff9e19a8b9e4c27b5d82a978a611d615eba8052fbe3e36498ea461e03521a075d9aee8da463

diff --git a/sci-biology/pysam/pysam-0.6-r1.ebuild 
b/sci-biology/pysam/pysam-0.6-r1.ebuild
deleted file mode 100644
index 6faa5a9..000
--- a/sci-biology/pysam/pysam-0.6-r1.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 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface for the SAM/BAM sequence alignment and mapping 
format"
-HOMEPAGE="https://code.google.com/p/pysam https://pypi.python.org/pypi/pysam;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_compile() {
-   python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-   distutils-r1_python_compile
-}



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

2016-04-09 Thread Jeroen Roovers
commit: 65d391666fc9cfe74dfdbb4d9ad2f54f2dceb216
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  9 21:22:46 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  9 21:22:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d39166

www-client/vivaldi: Old.

Package-Manager: portage-2.2.28

 www-client/vivaldi/Manifest |   4 -
 www-client/vivaldi/vivaldi-1.0.435.29_p1.ebuild | 109 ---
 www-client/vivaldi/vivaldi-1.0.435.40_p1.ebuild | 110 
 3 files changed, 223 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index f466ef4..6937f73 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,7 +1,3 @@
-DIST vivaldi-1.0.435.29_p1-amd64.deb 44920826 SHA256 
b74df43eeccd1334ee1995816e352a767ab4dfd9cc491f23b59627a01e299e00 SHA512 
b9435fd737398f4071ad15b3f005c9baf5a178942f1ca2adad0120623249f5599d8b6c0f24cdcfda05d93f2fb7706d88cd654038ff8839f63902c605db22f7d5
 WHIRLPOOL 
e5ae8ad9018c3679eef82fbdf60532314ee72fe969ae0f8c9d56094c0ea03c9d197edbfe147a7764c6df730739aee2f9eff7007c8f988f68d45ac1efbd55c3e2
-DIST vivaldi-1.0.435.29_p1-i386.deb 45299540 SHA256 
6110374e06a9da3aba966aebd3ed9e15c6e7f21f8937123683f9548c157386cc SHA512 
6a9561474aa0115165cb1f4b789e7775ed00ac7e259a760b571a4c562a01ca08b08af6477b90777aeb9fa660c0dcd7bd4a72ef7f993c7cd92b55501b3130d8c9
 WHIRLPOOL 
dc15db424322c3219b5c5c2087f4d2ea81722c122158ed56bc6516257ef7d24686a2889104f4efb7649b7d15410ee5bc4c21c76cf2fdc9b1384fbb59b23b1ed8
-DIST vivaldi-1.0.435.40_p1-amd64.deb 44916422 SHA256 
12c051a40258a95f9594eed2f73fa5f591482ac2a41d5cf643811b1ea2a1efbf SHA512 
ebbd6771595ca93c9187531bc351dce1bca44f8ae431f2ab039c72f9b2f02eff5315ea846d692601ce770d2f0ed1dbfd94df2220fb5599f5f8ebb4d6101fc34f
 WHIRLPOOL 
ed4b16e7bdd218d9f11c56328a1b8ae458772316ca5d1cd9a3af45cf14b79b2c3397907c32366bb63d1253a0a380b36339300e364ad894f91a355050b453967e
-DIST vivaldi-1.0.435.40_p1-i386.deb 45291794 SHA256 
6e0b84fba38211bab9a71bc10e97398fca77c0acd82791923c1d432b20846f0f SHA512 
041e1c45d31a08470817dea537182db20e586a566e4ccd9cb6a3f6b1de4298f4fa199377d8e767584eea5ea242efc69d35680293b859f94521c81afcc2dc381e
 WHIRLPOOL 
665b7c871f2ee7210d9f69ae7cabc2669b6f94477da23112ffc75fad66255512034bfda186e1a067956b6a5e569ca33cae935725094f136dbb78b0031da0ea92
 DIST vivaldi-1.0.435.42_p1-amd64.deb 44927174 SHA256 
a6cc5823319991946c8c9335dfa7853dd4fc820afae8042dcec1242f47aea34d SHA512 
c8068ddd1b0d140bdfa9d156e8ddf6d0021d23cd41f6062823abb0aea18db95a2431b60aa5838f3db0338bbe6f8c237e3ac48297cfb5c3a30c2196176e946b63
 WHIRLPOOL 
39143d2e2b9e8b745728aaee2af5f6e5a97bd7ca7868d36875dbf47ec1f2bddc884bf95c8510931450dd52e9ecd6dededff365a88d805d1c22af76e509619e90
 DIST vivaldi-1.0.435.42_p1-i386.deb 45346328 SHA256 
c008c6d3b068faf001d9cefcd7487c16e42a4192d903c27489a363589e7adf1d SHA512 
6d3115eb2e1a700c072f0c4b149c00e95c84df9a9bc04c0418f98e9cd429cbf24ea0e42752e2ad32cb0bbaa009204e815ea7299879f66659d47fcbad6a9b966b
 WHIRLPOOL 
04682118b9a95930c013675450986b5642b6a84046f27c248cfd7387ef50522aa4b5849833b23474fd3691ba5785cb1b7b1090b1358d30c283d1ebb84fc64483
 DIST vivaldi-1.1.443.3_p1-amd64.deb 44940826 SHA256 
cc35a692752695e440206b9dcebc3ca16d25cc21cf36fb415301a9381610a90e SHA512 
b53bd965ad02f5da11fe91172323f8c2dae5b0c9c8eb2e30640802a5e54257c0cab305cdde62e1f591969865190e4c7ae2432e1d1460d90f4f344aa27c591d76
 WHIRLPOOL 
5abd32a98174a99fff766bb591979229d1645cdfb1f122cedba94eb8ba251b0a1f34429e8a568a9987cf21439e68ec60e38656c5ce46475ca864d509bf86f5ed

diff --git a/www-client/vivaldi/vivaldi-1.0.435.29_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.0.435.29_p1.ebuild
deleted file mode 100644
index b1d3702..000
--- a/www-client/vivaldi/vivaldi-1.0.435.29_p1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh_CN zh_TW
-"
-inherit chromium eutils multilib unpacker toolchain-funcs
-
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="${HOMEPAGE}download/snapshot/${PN}-snapshot_${PV/_p/-}_"
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   

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

2016-04-09 Thread Jeroen Roovers
commit: 72c48a37eb165b837c685a1f4ed5eacebd354a95
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  9 21:21:08 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  9 21:21:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c48a37

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.28

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.1.443.3_p1.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index d757527..f466ef4 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,5 @@ DIST vivaldi-1.0.435.40_p1-amd64.deb 44916422 SHA256 
12c051a40258a95f9594eed2f73
 DIST vivaldi-1.0.435.40_p1-i386.deb 45291794 SHA256 
6e0b84fba38211bab9a71bc10e97398fca77c0acd82791923c1d432b20846f0f SHA512 
041e1c45d31a08470817dea537182db20e586a566e4ccd9cb6a3f6b1de4298f4fa199377d8e767584eea5ea242efc69d35680293b859f94521c81afcc2dc381e
 WHIRLPOOL 
665b7c871f2ee7210d9f69ae7cabc2669b6f94477da23112ffc75fad66255512034bfda186e1a067956b6a5e569ca33cae935725094f136dbb78b0031da0ea92
 DIST vivaldi-1.0.435.42_p1-amd64.deb 44927174 SHA256 
a6cc5823319991946c8c9335dfa7853dd4fc820afae8042dcec1242f47aea34d SHA512 
c8068ddd1b0d140bdfa9d156e8ddf6d0021d23cd41f6062823abb0aea18db95a2431b60aa5838f3db0338bbe6f8c237e3ac48297cfb5c3a30c2196176e946b63
 WHIRLPOOL 
39143d2e2b9e8b745728aaee2af5f6e5a97bd7ca7868d36875dbf47ec1f2bddc884bf95c8510931450dd52e9ecd6dededff365a88d805d1c22af76e509619e90
 DIST vivaldi-1.0.435.42_p1-i386.deb 45346328 SHA256 
c008c6d3b068faf001d9cefcd7487c16e42a4192d903c27489a363589e7adf1d SHA512 
6d3115eb2e1a700c072f0c4b149c00e95c84df9a9bc04c0418f98e9cd429cbf24ea0e42752e2ad32cb0bbaa009204e815ea7299879f66659d47fcbad6a9b966b
 WHIRLPOOL 
04682118b9a95930c013675450986b5642b6a84046f27c248cfd7387ef50522aa4b5849833b23474fd3691ba5785cb1b7b1090b1358d30c283d1ebb84fc64483
+DIST vivaldi-1.1.443.3_p1-amd64.deb 44940826 SHA256 
cc35a692752695e440206b9dcebc3ca16d25cc21cf36fb415301a9381610a90e SHA512 
b53bd965ad02f5da11fe91172323f8c2dae5b0c9c8eb2e30640802a5e54257c0cab305cdde62e1f591969865190e4c7ae2432e1d1460d90f4f344aa27c591d76
 WHIRLPOOL 
5abd32a98174a99fff766bb591979229d1645cdfb1f122cedba94eb8ba251b0a1f34429e8a568a9987cf21439e68ec60e38656c5ce46475ca864d509bf86f5ed
+DIST vivaldi-1.1.443.3_p1-i386.deb 45317272 SHA256 
133837f6a5fe3d8daa29c1cf5d87667a25bc12e0a16cbe3c98f07218362e2ffd SHA512 
db2f0d521fc8a401bf2366cd3de5719b57fb70f918755bb295487f702e733e8b3e8a67fbc8017a82fd2de33a63fd9dd7522c5ef4ef166b1c58be65a0b43529a4
 WHIRLPOOL 
693991ec49a8d2898ffd16ba42f2260cbc78ce3ff0747162a6331948ba33942c4965120f830c0e19cfd60b727b30755cce182ccab587e2c271dc394f727d882c

diff --git a/www-client/vivaldi/vivaldi-1.1.443.3_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.1.443.3_p1.ebuild
new file mode 100644
index 000..b1d3702
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.1.443.3_p1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh_CN zh_TW
+"
+inherit chromium eutils multilib unpacker toolchain-funcs
+
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="${HOMEPAGE}download/snapshot/${PN}-snapshot_${PV/_p/-}_"
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+VIVALDI_HOME="opt/${PN}-snapshot"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   sed -i \
+   -e "s|@LIBDIR@|$(get_libdir)|g" \
+   opt/vivaldi-snapshot/vivaldi-snapshot || die
+
+   sed -i \
+   -e 's|vivaldi-snapshot|vivaldi|g' \
+   usr/share/applications/${PN}-snapshot.desktop \
+   

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

2016-04-09 Thread Andreas Hüttel
commit: 7e522f4c82eeed079aad0eb47702f8ec7619dbe5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 20:06:09 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 21:00:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e522f4c

sci-misc/cdfplayer: New application, fetch-restricted

 sci-misc/cdfplayer/Manifest|  1 +
 sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild | 81 ++
 sci-misc/cdfplayer/metadata.xml|  8 +++
 3 files changed, 90 insertions(+)

diff --git a/sci-misc/cdfplayer/Manifest b/sci-misc/cdfplayer/Manifest
new file mode 100644
index 000..a8c35fb
--- /dev/null
+++ b/sci-misc/cdfplayer/Manifest
@@ -0,0 +1 @@
+DIST CDFPlayer_10.4.0_LINUX.sh 1315941152 SHA256 
4c202541762839c766d6f484377e3413de9dd7c70f47484da615572c8e44f4ed SHA512 
13205dad6d3a57937b55f41d895e6eef5c7ebf1f41666cbe97a7de4a39c8d1b5c7424194c2aa4bca9020b52f52ef311af118d810c6065a1275e58d9580a1
 WHIRLPOOL 
36236338c6ec922a6294da34e5379ba5ecf087b307a484abd79c516804d1db6f859b33a1535a9dce6f1980a51972ec1ceff3b39a6270b9d9797beedabc03a0f3

diff --git a/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild 
b/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild
new file mode 100644
index 000..49d8e1a
--- /dev/null
+++ b/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="Wolfram Player for the interactive Computable Document Format 
(CDF)"
+SRC_URI="CDFPlayer_10.4.0_LINUX.sh"
+HOMEPAGE="http://www.wolfram.com/cdf-player/;
+
+LICENSE="WolframCDFPlayer"
+KEYWORDS="-* ~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RESTRICT="strip mirror bindist fetch"
+
+DEPEND=""
+
+# this list comes from lsof output
+# probably there are still some libraries missing
+RDEPEND="
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXt
+   media-libs/alsa-lib
+   dev-libs/expat
+   media-libs/fontconfig
+   dev-libs/icu
+   x11-libs/libxcb
+   dev-libs/libxml2
+"
+
+# we need this a few times
+MPV=$(get_version_component_range 1-2)
+
+# we might as well list all files in all QA variables...
+QA_PREBUILT="opt/*"
+
+S=${WORKDIR}
+
+src_unpack() {
+   /bin/sh "${DISTDIR}/${A}" --nox11 --confirm --keep -- -auto 
"-targetdir=${S}/opt/Wolfram/CDFPlayer/${MPV}" "-execdir=${S}/opt/bin" || die
+}
+
+src_install() {
+   # move all over
+   mv "${S}/opt" "${D}/opt" || die
+
+   # the autogenerated symlinks point into sandbox, redo
+   rm "${D}/opt/bin/"* || die
+   dosym /opt/Wolfram/CDFPlayer/${MPV}/Executables/wolframcdfplayer 
opt/bin/wolframcdfplayer
+   dosym /opt/Wolfram/CDFPlayer/${MPV}/Executables/WolframCDFPlayer 
opt/bin/WolframCDFPlayer
+
+   # fix some embedded paths and install desktop files
+   insinto /usr/share/applications
+   for filename in $(find "${D}" -name "wolfram-cdf10.desktop") ; do
+   echo Fixing "${filename}"
+   sed -e "s:${S}::g" -e 's:^\t\t::g' -i "${filename}"
+   echo 
"Categories=Physics;Science;Engineering;2DGraphics;Graphics;" >> "${filename}"
+   doins "${filename}"
+   done
+}
+
+pkg_nofetch() {
+   einfo "Sadly Wolfram provides no permanent link to the player files."
+   einfo "Please download the Wolfram CFD Player installation file 
${SRC_URI} from"
+   einfo "${HOMEPAGE} and place it in ${DISTDIR}"
+}

diff --git a/sci-misc/cdfplayer/metadata.xml b/sci-misc/cdfplayer/metadata.xml
new file mode 100644
index 000..80a71f5
--- /dev/null
+++ b/sci-misc/cdfplayer/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+dilfri...@gentoo.org
+Andreas K. Huettel
+  
+



[gentoo-commits] repo/gentoo:master commit in: www-plugins/gnash/, www-plugins/gnash/files/

2016-04-09 Thread David Seifert
commit: 5317471fd578c7501126c6f7481f02f7ff02f248
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 20:26:02 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 20:26:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5317471f

www-plugins/gnash: Add patch for dev-libs/boost-1.60

Gentoo-Bug: 579142

Package-Manager: portage-2.2.28

 .../files/gnash-0.8.10_p20150316-boost-1.60.patch  | 24 ++
 www-plugins/gnash/gnash-0.8.10_p20150316.ebuild|  4 
 2 files changed, 28 insertions(+)

diff --git a/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch 
b/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch
new file mode 100644
index 000..6671d36
--- /dev/null
+++ b/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch
@@ -0,0 +1,24 @@
+diff --git i/libbase/accumulator.h w/libbase/accumulator.h
+index 694cbd2..876c669 100644
+--- i/libbase/accumulator.h
 w/libbase/accumulator.h
+@@ -22,6 +22,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -61,6 +62,11 @@ public:
+ virtual unsigned min_tokens() const { return 0; }
+ virtual unsigned max_tokens() const { return 0; }
+ 
++#if BOOST_VERSION >= 105900
++/// There are no tokens, so this is indifferent.
++virtual bool adjacent_tokens_only() const { return false; }
++#endif
++
+ /// Accumulating from different sources is silly.
+ virtual bool is_composing() const { return false; }
+ 

diff --git a/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild 
b/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild
index a1747f9..441d7ba 100644
--- a/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild
+++ b/www-plugins/gnash/gnash-0.8.10_p20150316.ebuild
@@ -143,6 +143,10 @@ src_prepare() {
# Fix libamf includes
epatch "${FILESDIR}"/${PN}-0.8.10-amf-include.patch
 
+   # Fix new adjacent_tokens_only() in >=boost-1.59 (bug 579142)
+   # See https://savannah.gnu.org/bugs/?46148
+   epatch "${FILESDIR}"/${P}-boost-1.60.patch
+
eautoreconf
 }
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-vim/errsign/, app-vim/vim-spell-pl/, app-vim/greputils/, app-vim/tt2-syntax/

2016-04-09 Thread Patrice Clement
commit: e5b83efd51803dd1a6ac5d8d4ec62350f9effc7a
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Apr  9 19:21:18 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  9 19:45:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b83efd

Remove unnecessary src_compile() phase.

 app-vim/errsign/errsign-0.1-r1.ebuild| 4 
 app-vim/greputils/greputils-2.8-r1.ebuild| 4 
 app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 4 
 app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild | 4 
 4 files changed, 16 deletions(-)

diff --git a/app-vim/errsign/errsign-0.1-r1.ebuild 
b/app-vim/errsign/errsign-0.1-r1.ebuild
index 0ea16da..ba730d7 100644
--- a/app-vim/errsign/errsign-0.1-r1.ebuild
+++ b/app-vim/errsign/errsign-0.1-r1.ebuild
@@ -17,7 +17,3 @@ VIM_PLUGIN_HELPTEXT=\
 'To use this plugin, simply type es in normal mode and any lines which
 have been marked as errors (for example, via :make) will be indicated with
 a >> mark on the left of the window.'
-
-src_compile() {
-   default
-}

diff --git a/app-vim/greputils/greputils-2.8-r1.ebuild 
b/app-vim/greputils/greputils-2.8-r1.ebuild
index 2c60f05..7ed52ac 100644
--- a/app-vim/greputils/greputils-2.8-r1.ebuild
+++ b/app-vim/greputils/greputils-2.8-r1.ebuild
@@ -20,7 +20,3 @@ RDEPEND="
>=app-vim/genutils-1.18
>=app-vim/multvals-3.6.1
>=app-vim/cmdalias-1.0"
-
-src_compile() {
-   default
-}

diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild 
b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
index 1df0a98..f34eeaf 100644
--- a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
@@ -14,7 +14,3 @@ IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides syntax highlighting for perl module Template-Toolkit"
-
-src_compile() {
-   default
-}

diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild 
b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild
index 70d1c44..0bf97ea 100644
--- a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild
+++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild
@@ -11,7 +11,3 @@ inherit vim-spell
 LICENSE="CC-BY-SA-2.0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
-
-src_compile() {
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/

2016-04-09 Thread David Seifert
commit: 0f059b5eb7e03f75705f623dc74e27842540da40
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 19:58:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 19:58:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f059b5e

sci-biology/samtools: Remove lua dep, fix perl shebangs

Package-Manager: portage-2.2.28

 .../{samtools-0.1.20-r1.ebuild => samtools-0.1.20-r2.ebuild} | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/sci-biology/samtools/samtools-0.1.20-r1.ebuild 
b/sci-biology/samtools/samtools-0.1.20-r2.ebuild
similarity index 87%
rename from sci-biology/samtools/samtools-0.1.20-r1.ebuild
rename to sci-biology/samtools/samtools-0.1.20-r2.ebuild
index 744d15f..e30ed26 100644
--- a/sci-biology/samtools/samtools-0.1.20-r1.ebuild
+++ b/sci-biology/samtools/samtools-0.1.20-r2.ebuild
@@ -20,7 +20,6 @@ IUSE="examples"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="sys-libs/ncurses:0=
-   dev-lang/lua:0
dev-lang/perl"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -50,6 +49,17 @@ src_install() {
mv "${ED}"/usr/bin/${PN}-${SLOT}/varfilter{,-${SLOT}}.py || die
python_replicate_script 
"${ED}"/usr/bin/${PN}-${SLOT}/varfilter-${SLOT}.py
 
+   # fix perl shebangs
+   pushd "${ED}"usr/bin/"${PN}-${SLOT}"/ >> /dev/null
+   local i
+   for i in plot-bamcheck *.pl; do
+   sed -e '1s:.*:#!/usr/bin/env perl:' -i "${i}" || die
+   done
+
+   # remove lua scripts
+   rm -f r2plot.lua vcfutils.lua || die
+   popd >> /dev/null
+
dolib.so libbam-${SLOT}$(get_libname 1)
dosym libbam-${SLOT}$(get_libname 1) 
/usr/$(get_libdir)/libbam-${SLOT}$(get_libname)
 



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

2016-04-09 Thread Alexis Ballier
commit: e6abc0853a02f457abb837ac4ceb3b5a1ebc6b39
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  9 17:46:33 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  9 19:15:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6abc085

dev-ros/laser_filters: bump to 1.8.2 and drop eigen dep dropped upstream

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

 dev-ros/laser_filters/Manifest   | 1 +
 .../{laser_filters-.ebuild => laser_filters-1.8.2.ebuild}| 1 -
 dev-ros/laser_filters/laser_filters-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-ros/laser_filters/Manifest b/dev-ros/laser_filters/Manifest
index fbac976..a3b5b5a 100644
--- a/dev-ros/laser_filters/Manifest
+++ b/dev-ros/laser_filters/Manifest
@@ -1,2 +1,3 @@
 DIST laser_filters-1.8.0.tar.gz 24671 SHA256 
ecdbc3c188bf8be25e66ea456a6a6cd59d174cdd102abd74baf2c1775c11d163 SHA512 
0f83cf13a88b75cedc90f048f7d2b13fb351020ad900685e227012c07ca146a47124257ad8ad73f1eef497e11eb9b0b11492e2d03fab07b42acac137d56e
 WHIRLPOOL 
d3918750bdb168327110622de74d3f3feb0cd913c039ca6e1d3bd1d5d2f7d2a977fcc8a617f8b4599a3175faad19354d196fbf15643a412ada041958e91ebe98
 DIST laser_filters-1.8.1.tar.gz 27781 SHA256 
a34122563c388918fd9313d3d9235cb12dc57938598baa36d17d8cb8d4eef4b0 SHA512 
7af0a177581196294ebf2e4f74a64ccddd87734f6fe70dde48d449d2d7071d1c57927c2463ea74ab80634d165789b753bf61b5ba6506f34cdbcddf83a2871fc7
 WHIRLPOOL 
24596ccb0e32578cd9efc19fe9691da6224031c40f6a76904142aed6ea6ea05a4df99dd7bbe995f842eead51a983ff4818bbd16b5a6c1f39bf380ac43401102c
+DIST laser_filters-1.8.2.tar.gz 27787 SHA256 
d231c32f43f0e5793787dea4f254fb35ede466c069d2f7af3102ca14763a6e76 SHA512 
9bf595bc9e92b2d6ddf822a0cd496a5638630952b2e481c3efdce95e437934ea24a165aa7255ef2f5a03526651a498431db7a1daf2069da95c48b935d81ff419
 WHIRLPOOL 
e7cf18e7b3e04d4a1e5cf9115e07739356df53882b93ed9812909f375d69dd5c6fc16800994dc40581cb5a7ddb2f5bb9f05112741376b621ea1ae17b050db433

diff --git a/dev-ros/laser_filters/laser_filters-.ebuild 
b/dev-ros/laser_filters/laser_filters-1.8.2.ebuild
similarity index 97%
copy from dev-ros/laser_filters/laser_filters-.ebuild
copy to dev-ros/laser_filters/laser_filters-1.8.2.ebuild
index 1fb96eb..ad3c8b2 100644
--- a/dev-ros/laser_filters/laser_filters-.ebuild
+++ b/dev-ros/laser_filters/laser_filters-1.8.2.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
dev-libs/boost:=
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/tf
-   dev-cpp/eigen:3
dev-ros/angles
dev-ros/filters
dev-ros/laser_geometry

diff --git a/dev-ros/laser_filters/laser_filters-.ebuild 
b/dev-ros/laser_filters/laser_filters-.ebuild
index 1fb96eb..ad3c8b2 100644
--- a/dev-ros/laser_filters/laser_filters-.ebuild
+++ b/dev-ros/laser_filters/laser_filters-.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
dev-libs/boost:=
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/tf
-   dev-cpp/eigen:3
dev-ros/angles
dev-ros/filters
dev-ros/laser_geometry



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/

2016-04-09 Thread Alexis Ballier
commit: 48dc20a19caa0eb6fd1cfff377129e60df464472
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  9 19:15:25 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  9 19:15:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dc20a1

sci-electronics/gazebo: bump to 7.1.0

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

 sci-electronics/gazebo/Manifest|  1 +
 sci-electronics/gazebo/gazebo-7.1.0.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/sci-electronics/gazebo/Manifest b/sci-electronics/gazebo/Manifest
index abe45da..61a5724 100644
--- a/sci-electronics/gazebo/Manifest
+++ b/sci-electronics/gazebo/Manifest
@@ -1,3 +1,4 @@
 DIST gazebo-6.1.0.tar.bz2 50795925 SHA256 
0460f1c706f609b6ff0e61a71bdd3cac2d55d714147edc01609b5226e7fb2904 SHA512 
ae41b53b0f33e81fe5b3baaaca8649e98c5b99c4701650414b0686f9a327d89e00c674e806cb9537aabfd933c9819d668e45b18e964d383d99325c5ddcdcf7ef
 WHIRLPOOL 
bfab23edc9c68ca02aefa4a20206bfdf2973cc5ee7750f4c017543979dca10434d9e38dad8836510b292dc67b97aa0514229c8b5fd9f73897075525e45a5bd74
 DIST gazebo-6.5.1.tar.bz2 50828358 SHA256 
96260aa23f1a1f24bc116f8e359d31f3bc65011033977cb7fb2c64d574321908 SHA512 
3d72da5c6b577e4a44b9cef32df64cb2329f04b498f7a21d3e733b52a93db35dd2f2f67c5d114624de15d5f054fd7c92ab11617f27beb1a39d8505deab70e5d6
 WHIRLPOOL 
cc6c913919bf8aa0df363bb53fb265a22e69052536044b55b2ffbac9d7a419dae5c796415abd1d0dc7a92363f8005e171b6e303eafbe756241c27b1531b0879b
 DIST gazebo-7.0.0.tar.bz2 51076734 SHA256 
74413e18d812abb3398af3124dc24e009af27e1f81c26d9698aaee39d213f888 SHA512 
578869659b5a148915ce83196890bf2f1093ee097ef61b2f7b7a3e0ccc0737ae89db794f7355387c495aea821f5d6186170c73b937dfdc52e4b981fffa9a0d51
 WHIRLPOOL 
6b61d43c3f1f237d48625253c04fa6f8d88b3641dd23532ab55ccdb8d50f873d719fd6591d72f59e9d1b1fc269728753fecbaebd3423ffb042f7ba6b61321f5b
+DIST gazebo-7.1.0.tar.bz2 51097678 SHA256 
93f75ec601bdafd2d4715d7200d81f52123979b00d547635ae38738e6405d863 SHA512 
573392d984a2770c2394234da9532d7e46517e8312091fab5a4b3df8ad6997ab2594c7648694cea858f8210938f1c1787c51df80910f554a2bfc005f8894c6fc
 WHIRLPOOL 
c5a0ed5ac645ad215f5bc8b1b96d8d2e20ab78b3d5546eb9a1cce5ae0a5941f809760b12f71b12f38b84cab755f95c3b152f0c9633a9815d8ca001f026281a21

diff --git a/sci-electronics/gazebo/gazebo-7.1.0.ebuild 
b/sci-electronics/gazebo/gazebo-7.1.0.ebuild
new file mode 100644
index 000..2836a48
--- /dev/null
+++ b/sci-electronics/gazebo/gazebo-7.1.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils versionator vcs-snapshot flag-o-matic
+
+DESCRIPTION="A 3D multiple robot simulator with dynamics"
+HOMEPAGE="http://gazebosim.org/;
+SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cpu_flags_x86_sse2 libav test"
+
+RDEPEND="
+   >=dev-libs/protobuf-2.3.0
+   virtual/opengl
+   media-libs/openal
+   net-misc/curl
+   dev-libs/tinyxml
+   dev-libs/tinyxml2
+   dev-libs/libtar
+   dev-cpp/tbb
+   >=dev-games/ogre-1.7.4
+   sci-libs/libccd
+   libav? ( >=media-video/libav-9:0= )
+   !libav? ( >=media-video/ffmpeg-2.6:0= )
+   sci-libs/gts
+   >=sci-physics/bullet-2.82
+   >=dev-libs/sdformat-4.1:=
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtwebkit:4
+   dev-qt/qtxmlpatterns:4
+   dev-libs/boost:=[threads]
+   sci-libs/gdal
+   virtual/libusb:1
+   dev-libs/libspnav
+   media-libs/freeimage
+   sci-libs/hdf5:=
+   sys-apps/util-linux
+   media-gfx/graphviz
+   >=sci-libs/ignition-math-2.3:2=
+   net-libs/ignition-transport:=
+"
+DEPEND="${RDEPEND}
+   dev-qt/qttest:4
+   app-text/ronn
+   virtual/pkgconfig
+   x11-apps/mesa-progs
+   test? ( dev-libs/libxslt )
+"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_configure() {
+   # doesnt build without it
+   append-cxxflags "-std=c++11"
+   # doesnt build with as-needed either
+   append-ldflags "-Wl,--no-as-needed"
+
+   local mycmakeargs=(
+   "-DUSE_UPSTREAM_CFLAGS=OFF"
+   "-DSSE2_FOUND=$(usex cpu_flags_x86_sse2 TRUE FALSE)"
+   "-DUSE_HOST_CFLAGS=FALSE"
+   "-DENABLE_TESTS_COMPILATION=$(usex test TRUE FALSE)"
+   "-DENABLE_SCREEN_TESTS=FALSE"
+   "-DUSE_EXTERNAL_TINYXML2=TRUE"
+   )
+   cmake-utils_src_configure
+}



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

2016-04-09 Thread Alexis Ballier
commit: 54c7dde56a11fcd5e06e7dbe5ddd4e64335cbf78
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  9 17:54:27 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  9 19:15:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c7dde5

dev-ml/lambda-term: bump to 1.10

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

 dev-ml/lambda-term/Manifest|  1 +
 dev-ml/lambda-term/lambda-term-1.10.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ml/lambda-term/Manifest b/dev-ml/lambda-term/Manifest
index 55c819c..28c8156 100644
--- a/dev-ml/lambda-term/Manifest
+++ b/dev-ml/lambda-term/Manifest
@@ -1 +1,2 @@
+DIST lambda-term-1.10.tar.gz 161835 SHA256 
152d1712655d7b61b0fe90abe43fcdead00945aa6ab636fef0b587a21bd697cf SHA512 
112422775a5a3495d70059385ece2788244782b7f588ec5b5c35018658f52cab43cf0bdb829c359c503dba0a85eb104dced49d7bc071e61baf9d3f84cf8f9f18
 WHIRLPOOL 
f78104a0debd91c038e45f28b8ffaadd8e4eb456ba39b5e68f2f5a1472a18749ec3d11c9a3f473453f30b406dad31c71d0b956586392acc9fb683bd4476b55d2
 DIST lambda-term-1.9.tar.gz 157782 SHA256 
d21bd941cfaa98e5c08343fcb4c50fdb6e34600d8bff217c3356a4652e53f506 SHA512 
f36aeac2693796c8e6058e13655b459523e2ce4e4fbd6662a2b135b65850421021b5ae3d7f370d64037e66fe8c8efe7d3ad953c280f200dbcb9ff75b6a6ca72a
 WHIRLPOOL 
1850c99953c465ed2a3fa9d6d0bf9cb3c45aa16aa5a54cb00037cec3ef9395cde0e7aa367eb8e2987ad37f749c8e11033bb8ebbada02ccf903b52886998f0a3b

diff --git a/dev-ml/lambda-term/lambda-term-1.10.ebuild 
b/dev-ml/lambda-term/lambda-term-1.10.ebuild
new file mode 100644
index 000..854da8d
--- /dev/null
+++ b/dev-ml/lambda-term/lambda-term-1.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="A cross-platform library for manipulating the terminal"
+HOMEPAGE="https://github.com/diml/lambda-term;
+SRC_URI="https://github.com/diml/lambda-term/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-ml/lwt-2.4.0:=[react]
+   >=dev-ml/zed-1.2:=
+   >=dev-ml/camomile-0.8:=
+   dev-ml/react:=
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( "CHANGES.md" "README.md" )



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

2016-04-09 Thread William Hubbs
commit: 63d1e2485f6a9b8386e52697e5d9b1f469abd64d
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Apr  9 19:10:34 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Apr  9 19:13:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d1e248

golang-base.eclass: ignore cflags etc in Go builds

Go doesn't use the standard CFLAGS, etc, so we can ignore them.

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

 eclass/golang-base.eclass | 4 
 1 file changed, 4 insertions(+)

diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass
index c6aa415..0798040 100644
--- a/eclass/golang-base.eclass
+++ b/eclass/golang-base.eclass
@@ -24,6 +24,10 @@ if [[ -z ${_GOLANG_BASE} ]]; then
 _GOLANG_BASE=1
 
 DEPEND=">=dev-lang/go-1.4.2:="
+
+# Do not complain about CFLAGS etc since go projects do not use them.
+QA_FLAGS_IGNORED='.*'
+
 STRIP_MASK="*.a"
 
 # @ECLASS-VARIABLE: EGO_PN



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

2016-04-09 Thread William Hubbs
commit: 02460d0f66105a4948ef770d02865e52e9123613
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Apr  9 19:00:08 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Apr  9 19:13:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02460d0f

dev-lang/go: add QA_FLAGS_IGNORED setting

Go doesn't use the standard CFLAGS etc at all, so we shouldn't complain
about them.

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

Package-Manager: portage-2.2.26

 dev-lang/go/go-1.6-r2.ebuild | 3 +++
 dev-lang/go/go-.ebuild   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
index 1affd1a..5689900 100644
--- a/dev-lang/go/go-1.6-r2.ebuild
+++ b/dev-lang/go/go-1.6-r2.ebuild
@@ -60,6 +60,9 @@ RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/, sci-biology/seqan/files/

2016-04-09 Thread David Seifert
commit: bc0e06623a12a5686bc1fd87f95ab8d3344eab78
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 18:56:34 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 18:57:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0e0662

sci-biology/seqan: Remove old and broken ebuilds

Package-Manager: portage-2.2.28

 sci-biology/seqan/Manifest |  2 -
 sci-biology/seqan/files/seqan-2.0.0-zlib.patch | 15 ---
 sci-biology/seqan/seqan-1.3.1-r1.ebuild| 50 -
 sci-biology/seqan/seqan-1.4.2.ebuild   | 60 --
 sci-biology/seqan/seqan-2.0.0.ebuild   | 51 --
 5 files changed, 178 deletions(-)

diff --git a/sci-biology/seqan/Manifest b/sci-biology/seqan/Manifest
index d7fdca8..ab534dc 100644
--- a/sci-biology/seqan/Manifest
+++ b/sci-biology/seqan/Manifest
@@ -1,4 +1,2 @@
-DIST seqan-1.3.1.zip 8787521 SHA256 
87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb SHA512 
dafacccb4647fd0fc5a055d33390cb85f1c00ca74132e9b3839a739916acf9a2990db7db4f09e34f899b283cad8ccf6553a60cc7693164f250f08260c8ce8ae4
 WHIRLPOOL 
5a0a80d09e80285a4fc9fb9fb71adbea6b0b324a6a219cd7c9ef3d30e88133f5b25b3cf792b2b89e4ed07ff612f4aa347dc6f94e06974f947fe980c2e0a5d26b
 DIST seqan-src-1.4.2.tar.gz 120601994 SHA256 
2b2c48572ea82fc2ac6a6e46bbd4204b6f8200fde717612797426af5ff6b82c3 SHA512 
dbb56167c507b70111619a414054d9e70f1db42507bbfdf9e40c5dcbbe9489ad4187d882e638a675e96551c860c08f8203c929c4c9a558b19ea7d6059f50492a
 WHIRLPOOL 
3c7f38e35d826adad94d53d359df8b5f1fb51746f3103457b12b41bd0bf161dc463d4a1932b0b23f2274d723c796116af0940260e1922ce806bb2466445788f0
-DIST seqan-src-2.0.0.tar.gz 115731415 SHA256 
69cb39574e63de2f728715255ac7ffd26db6480d6ce33c8601eef05f282aed28 SHA512 
9823b109c27fa770b86a72530ebb4f6ca4541f8f6cf979724730cd8c59809192c14178c01a9ec13ef0277c997c4c37f00c80bba1fef5ef57c367ae8285b0215a
 WHIRLPOOL 
afa5dd41106390f63523990ce876ef74952ce7787a2772c2116bafd564d466e588809e4c5812b5aa1137408a0291de739b70a9a1e116d212967f68f5246217f4
 DIST seqan-src-2.1.1.tar.gz 110874831 SHA256 
df083d5939d7e73fd00bbc6bb291ac7ea7b8d446cf89a9758fdffdc0eca9ec1c SHA512 
b82eb93129921eb867785add46d63f667c07f40556cd431acc73489c1032c19ff65b49415697415bdc7b788ffb8a80ab8d9e987fa38fc39c2399ff265fdc333f
 WHIRLPOOL 
b684d14db0cf22c7d1428c589293ee69674225e5b91845532f3135950a5a6178d4434b783177b3622e8661247856a20b42a7fb9275df4324124d2b21d728790f

diff --git a/sci-biology/seqan/files/seqan-2.0.0-zlib.patch 
b/sci-biology/seqan/files/seqan-2.0.0-zlib.patch
deleted file mode 100644
index de14e9d..000
--- a/sci-biology/seqan/files/seqan-2.0.0-zlib.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- include/seqan/stream/zipstream/zutil.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/seqan/stream/zipstream/zutil.h 
b/include/seqan/stream/zipstream/zutil.h
-index 2806344..f8b41e6 100644
 a/include/seqan/stream/zipstream/zutil.h
-+++ b/include/seqan/stream/zipstream/zutil.h
-@@ -152,6 +152,7 @@ extern const char *z_errmsg[10]; /* indexed by 
2-zlib_error */
- 
-  /* functions */
- 
-+#define OF(x) x
- #ifdef HAVE_STRERROR
-extern char *strerror OF((int));
- #  define zstrerror(errnum) strerror(errnum)

diff --git a/sci-biology/seqan/seqan-1.3.1-r1.ebuild 
b/sci-biology/seqan/seqan-1.3.1-r1.ebuild
deleted file mode 100644
index 2bcb7f6..000
--- a/sci-biology/seqan/seqan-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic python-single-r1
-
-DESCRIPTION="C++ Sequence Analysis Library"
-HOMEPAGE="http://www.seqan.de/;
-SRC_URI="http://ftp.seqan.de/releases/${P}.zip;
-
-SLOT="0"
-LICENSE="BSD GPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   ~sci-biology/samtools-0.1.19"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${P}/cmake
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   [[ $(gcc-major-version) -gt 4 ]] || \
-   ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -gt 8 
]] ) \
-   && die "Sorry, but gcc 4.9 or higher is unsupported"
-   fi
-}
-
-src_prepare() {
-   append-cppflags -I"${EPREFIX}/usr/include/bam"
-   rm -rf "${S}"/../lib/samtools || die
-
-   sed \
-   -e "s:docs:docs/.:g" \
-   -e "/DESTINATION/s:seqan:doc/${PF}/html:g" \
-   -i CMakeLists.txt || die
-
-   sed \
-   -e "/DESTINATION/s:bin):share/${PN}):g" \
-   -i apps/CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}

diff --git a/sci-biology/seqan/seqan-1.4.2.ebuild 
b/sci-biology/seqan/seqan-1.4.2.ebuild
deleted file mode 100644
index 4b9740c..000
--- a/sci-biology/seqan/seqan-1.4.2.ebuild
+++ 

[gentoo-commits] repo/gentoo:master commit in: sci-biology/tophat/files/, sci-biology/tophat/

2016-04-09 Thread David Seifert
commit: 3bae7944956edffc244eb7d8e55bc0c786013ed0
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 18:37:04 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 18:57:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bae7944

sci-biology/tophat: Version bump, use samtools:0.1-legacy

Gentoo-Bug: 545154, 546816, 566494, 572054
* EAPI=6
* Unbundle samtools and SeqAn
* Fix broken shebangs in python scripts

Package-Manager: portage-2.2.28

 sci-biology/tophat/Manifest|   1 +
 .../tophat-2.1.1-unbundle-seqan-samtools.patch | 114 +
 sci-biology/tophat/tophat-2.1.1.ebuild |  69 +
 3 files changed, 184 insertions(+)

diff --git a/sci-biology/tophat/Manifest b/sci-biology/tophat/Manifest
index 72e6371..b269f5d 100644
--- a/sci-biology/tophat/Manifest
+++ b/sci-biology/tophat/Manifest
@@ -4,3 +4,4 @@ DIST tophat-2.0.0.tar.gz 1750811 SHA256 
1c45812225906fd014ed9671a3696727c6ed0cc5
 DIST tophat-2.0.2.tar.gz 1759933 SHA256 
f9e40ae123dab24d2f2d6896ebf191c8ae3c05c80da6d4d965defe7579d553e0 SHA512 
8341d406bfc2b86323932a151ad60469c6d50031bace433c5e3b6678a92eaed3516744fb9077d0e8944018275642050e2e9aca0126b4dd69423754c3dc9ae83c
 WHIRLPOOL 
45a52fc96b258f4ae0b5b7a4d1dc4c22885e0b9230891dde1db85671deeceb3213008de02878cc3b1f9dc6af68b40bc897f691a1835bd4abf29d1a2bde42e1c2
 DIST tophat-2.0.8.tar.gz 1757036 SHA256 
07d323d295effc99d4e261439c5ba2e10d5530af078e5de97c1a7bf1cbdd0da1 SHA512 
c69360cc2f558c37d14b6a0e006f2483771ce5cdb42dc8397dd15a944a61d762843158adbf7c2bc89c2d4db46d9a02633dbd2721bf3376ef5d3ae6fb153db100
 WHIRLPOOL 
a97ad6d47be23089605578a6f8ff9434afcb27a9fa58118b5b923af1d79530614af9fcaf5ebda2043603bf2dd8b10c2b7636e7b14662b9ab4f6e2059da4cb2b2
 DIST tophat-2.0.9.tar.gz 1766681 SHA256 
9b506bbfdbb14b296d804557a50f41cc167480dfeed66a31c33e2ffb580afd38 SHA512 
a81b801ee6c1f643d1fa507c2372d43ccdf4922d3f7ab76a34442c96aee78a3afc4a47ba164d46c6b6b6451aeae78b711c44c118e584da742940f74af7bc9610
 WHIRLPOOL 
a67392251e592df62deb3fe58dcc4eadd0d0b1fe0a09389e48f1f30a7c591343794d1e1b2a27467c0a0f5a0e84dd5a5fbdef538a5bcf1b80ba8972e6ec02fbcf
+DIST tophat-2.1.1.tar.gz 2259554 SHA256 
37840b96f3219630082b15642c47f5ef95d14f6ee99c06a369b08b3d05684da5 SHA512 
e2e0943a6f3d34b83922e6e403b65a3bee480a2b2bb4bf2de0cae7e0ef5bb166b66fec923316c2b643e8550e43c842f0f1bcc2ca7249d20fbcf5a4733fbdeabc
 WHIRLPOOL 
1e0d2bc4031eaa56a3b77ca5966c2ed439a85c9b05f028f69f4477d517e51371156bbe73d499536148eb42d60641af7f294641ee79bc855fcc4df74d70dae26c

diff --git 
a/sci-biology/tophat/files/tophat-2.1.1-unbundle-seqan-samtools.patch 
b/sci-biology/tophat/files/tophat-2.1.1-unbundle-seqan-samtools.patch
new file mode 100644
index 000..c1e8bfd
--- /dev/null
+++ b/sci-biology/tophat/files/tophat-2.1.1-unbundle-seqan-samtools.patch
@@ -0,0 +1,114 @@
+Unbundle the included samtools and SeqAn, and use system libraries.
+See also: https://bugs.gentoo.org/show_bug.cgi?id=566494
+
+--- tophat-2.1.1/configure.ac
 tophat-2.1.1/configure.ac
+@@ -38,16 +38,6 @@
+ fi
+ 
+ 
+-# BAM related:
+- ac_bam_path=samtools-0.1.18
+- BAM_LIB="-lbam"
+- BAM_LDFLAGS="-L./$ac_bam_path"
+- BAM_CPPFLAGS="-I./$ac_bam_path"
+- AC_SUBST(BAM_CPPFLAGS)
+- AC_SUBST(BAM_LDFLAGS)
+- AC_SUBST(BAM_LIB)
+-
+-
+ # Checks for header files.
+ AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
+ 
+@@ -80,32 +70,23 @@
+ # set CFLAGS and CXXFLAGS
+ #user_CFLAGS="${CXXFLAGS}"
+ user_CFLAGS=${CFLAGS}
+-generic_CFLAGS="-Wall -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized"
++generic_CFLAGS=""
+ ext_CFLAGS=""
+ debug_CFLAGS=""
+ user_LDFLAGS="$LDFLAGS"
+ 
+-AC_ARG_ENABLE(intel64,  [  --enable-intel64optimize for Intel64 
CPU such as Xeon and Core2],
+-[ext_CFLAGS="${ext_CFLAGS} -mtune=nocona"], [])
+-
+ AC_ARG_ENABLE([debug],
+   [AS_HELP_STRING([--enable-debug],
+ [enable debugging info (default is no)])],
+   [], [enable_debug=no])
+-AC_ARG_ENABLE([optim],
+-  [AS_HELP_STRING([--enable-optim@<:@=0|1|2|3@:>@],
+-[set optimization level (default is 3)])],
+-  [if test "x$enable_optim" = xyes; then enable_optim=3; fi],
+-  [enable_optim=3])
+ 
+-AS_IF([test "x$enable_optim" != xno], [ext_CFLAGS="$ext_CFLAGS 
-O$enable_optim"]) 
+ AS_IF([test "x$enable_debug" = xyes],
+   [debug_CFLAGS="-DDEBUG"],
+   [debug_CFLAGS="-DNDEBUG"])
+ 
+ CFLAGS="${generic_CFLAGS} ${ext_CFLAGS} ${user_CFLAGS} ${debug_CFLAGS}"
+ CXXFLAGS="$CFLAGS"
+-CXXFLAGS="$CXXFLAGS $BAM_CPPFLAGS $BOOST_CPPFLAGS -I./SeqAn-1.4.2"
++CXXFLAGS="$CXXFLAGS $BAM_CPPFLAGS $BOOST_CPPFLAGS"
+ LDFLAGS="$BAM_LDFLAGS $BOOST_LDFLAGS $user_LDFLAGS"
+ 
+ AM_INIT_AUTOMAKE([-Wall foreign tar-pax foreign])
+--- tophat-2.1.1/src/Makefile.am
 tophat-2.1.1/src/Makefile.am
+@@ -683,17 +683,12 @@
+ SeqAn-1.4.2/seqan/system/system_thread.h \
+ SeqAn-1.4.2/seqan/version.h
+ 

[gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/, sci-biology/seqan/files/

2016-04-09 Thread David Seifert
commit: 6cd6d4f4e02a28fd020929485c88caaebc6b84c5
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 18:23:54 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 18:57:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd6d4f4

sci-biology/seqan: SLOT 1.4 and 2.1, allow for parallel installation

Gentoo-Bug: 566502
* EAPI=6

Package-Manager: portage-2.2.28

 sci-biology/seqan/Manifest |  1 +
 .../seqan/files/seqan-1.4.2-buildsystem.patch  | 30 +
 sci-biology/seqan/files/seqan.pc.in| 10 +++
 sci-biology/seqan/seqan-1.4.2-r1.ebuild| 71 +
 sci-biology/seqan/seqan-2.1.1.ebuild   | 74 ++
 5 files changed, 186 insertions(+)

diff --git a/sci-biology/seqan/Manifest b/sci-biology/seqan/Manifest
index 1348715..d7fdca8 100644
--- a/sci-biology/seqan/Manifest
+++ b/sci-biology/seqan/Manifest
@@ -1,3 +1,4 @@
 DIST seqan-1.3.1.zip 8787521 SHA256 
87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb SHA512 
dafacccb4647fd0fc5a055d33390cb85f1c00ca74132e9b3839a739916acf9a2990db7db4f09e34f899b283cad8ccf6553a60cc7693164f250f08260c8ce8ae4
 WHIRLPOOL 
5a0a80d09e80285a4fc9fb9fb71adbea6b0b324a6a219cd7c9ef3d30e88133f5b25b3cf792b2b89e4ed07ff612f4aa347dc6f94e06974f947fe980c2e0a5d26b
 DIST seqan-src-1.4.2.tar.gz 120601994 SHA256 
2b2c48572ea82fc2ac6a6e46bbd4204b6f8200fde717612797426af5ff6b82c3 SHA512 
dbb56167c507b70111619a414054d9e70f1db42507bbfdf9e40c5dcbbe9489ad4187d882e638a675e96551c860c08f8203c929c4c9a558b19ea7d6059f50492a
 WHIRLPOOL 
3c7f38e35d826adad94d53d359df8b5f1fb51746f3103457b12b41bd0bf161dc463d4a1932b0b23f2274d723c796116af0940260e1922ce806bb2466445788f0
 DIST seqan-src-2.0.0.tar.gz 115731415 SHA256 
69cb39574e63de2f728715255ac7ffd26db6480d6ce33c8601eef05f282aed28 SHA512 
9823b109c27fa770b86a72530ebb4f6ca4541f8f6cf979724730cd8c59809192c14178c01a9ec13ef0277c997c4c37f00c80bba1fef5ef57c367ae8285b0215a
 WHIRLPOOL 
afa5dd41106390f63523990ce876ef74952ce7787a2772c2116bafd564d466e588809e4c5812b5aa1137408a0291de739b70a9a1e116d212967f68f5246217f4
+DIST seqan-src-2.1.1.tar.gz 110874831 SHA256 
df083d5939d7e73fd00bbc6bb291ac7ea7b8d446cf89a9758fdffdc0eca9ec1c SHA512 
b82eb93129921eb867785add46d63f667c07f40556cd431acc73489c1032c19ff65b49415697415bdc7b788ffb8a80ab8d9e987fa38fc39c2399ff265fdc333f
 WHIRLPOOL 
b684d14db0cf22c7d1428c589293ee69674225e5b91845532f3135950a5a6178d4434b783177b3622e8661247856a20b42a7fb9275df4324124d2b21d728790f

diff --git a/sci-biology/seqan/files/seqan-1.4.2-buildsystem.patch 
b/sci-biology/seqan/files/seqan-1.4.2-buildsystem.patch
new file mode 100644
index 000..4c7893e
--- /dev/null
+++ b/sci-biology/seqan/files/seqan-1.4.2-buildsystem.patch
@@ -0,0 +1,30 @@
+Add default disabled flag to enable generation of documentation.
+For SeqAn 1.4.2 we generally do not want docs, as 1.4.2 is only a
+support library for legacy tools.
+
+--- seqan-1.4.2/CMakeLists.txt
 seqan-1.4.2/CMakeLists.txt
+@@ -123,10 +123,12 @@
+ add_subdirectory (core)
+ message (STATUS "Configuring extras")
+ add_subdirectory (extras)
++if (NOT SEQAN_NO_DOX)
+ message (STATUS "Configuring docs")
+ add_subdirectory (docs)
+ message (STATUS "Configuring manual")
+ add_subdirectory (manual)
++endif ()
+ message (STATUS "Configuring sandbox")
+ add_subdirectory (sandbox)
+ message (STATUS "Configuring util/py_lib")
+--- seqan-1.4.2/docs/main.py
 seqan-1.4.2/docs/main.py
+@@ -123,7 +123,7 @@
+ 
+ # Done, print end message.
+ print 'Documentation created/updated.'
+-return dddoc_html.WARNING_COUNT > 0
++return 0
+ 
+ 
+ def main(argv):

diff --git a/sci-biology/seqan/files/seqan.pc.in 
b/sci-biology/seqan/files/seqan.pc.in
new file mode 100644
index 000..f917fae
--- /dev/null
+++ b/sci-biology/seqan/files/seqan.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+
+Name: @CMAKE_PROJECT_NAME@
+Description: C++ library for biological sequence analysis
+URL: http://www.seqan.de
+Version: @SEQAN_VERSION_STRING@
+Requires: zlib
+Cflags: -I${includedir}

diff --git a/sci-biology/seqan/seqan-1.4.2-r1.ebuild 
b/sci-biology/seqan/seqan-1.4.2-r1.ebuild
new file mode 100644
index 000..28e6cad
--- /dev/null
+++ b/sci-biology/seqan/seqan-1.4.2-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="C++ Sequence Analysis Library"
+HOMEPAGE="http://www.seqan.de/;
+SRC_URI="http://packages.${PN}.de/${PN}-src/${PN}-src-${PV}.tar.gz;
+
+SLOT="$(get_version_component_range 1-2)"
+LICENSE="BSD GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cpu_flags_x86_sse4_1 test"
+DEPEND="sys-libs/zlib
+   app-arch/bzip2
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+

[gentoo-commits] repo/gentoo:master commit in: sci-biology/bowtie/, sci-biology/bowtie/files/

2016-04-09 Thread David Seifert
commit: 1e3f5d88f730c5d04b64095114d2e48c1ec4ba58
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 18:26:28 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 18:57:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3f5d88

sci-biology/bowtie: unbundle SeqAn, import Debian patches

* EAPI=6

Package-Manager: portage-2.2.28

 sci-biology/bowtie/bowtie-1.1.2-r1.ebuild  |  75 
 .../files/bowtie-1.1.2-_ContextLss-1.1-1.4.patch   |  17 +
 .../files/bowtie-1.1.2-fix-setBegin-call.patch |  42 +++
 .../bowtie/files/bowtie-1.1.2-seqan-popcount.patch |  24 ++
 .../bowtie-1.1.2-seqan-rename-ChunkPool.patch  | 382 +
 .../bowtie-1.1.2-seqan-rename-fill-to-resize.patch |  85 +
 .../bowtie/files/bowtie-1.1.2-spelling.patch   |  48 +++
 .../bowtie/files/bowtie-1.1.2-unbundle-seqan.patch |  27 ++
 8 files changed, 700 insertions(+)

diff --git a/sci-biology/bowtie/bowtie-1.1.2-r1.ebuild 
b/sci-biology/bowtie/bowtie-1.1.2-r1.ebuild
new file mode 100644
index 000..e0b4358
--- /dev/null
+++ b/sci-biology/bowtie/bowtie-1.1.2-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Popular short read aligner for Next-generation sequencing data"
+HOMEPAGE="http://bowtie-bio.sourceforge.net/;
+SRC_URI="mirror://sourceforge/bowtie-bio/${P}-src.zip"
+
+LICENSE="Artistic"
+SLOT="1"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+
+IUSE="examples +tbb"
+
+RDEPEND="tbb? ( dev-cpp/tbb )"
+DEPEND="${RDEPEND}
+   sci-biology/seqan:1.4
+   app-arch/unzip"
+
+DOCS=( AUTHORS NEWS TUTORIAL doc/README )
+HTML_DOCS=( doc/{manual.html,style.css} )
+
+PATCHES=(
+   "${FILESDIR}/${P}-_ContextLss-1.1-1.4.patch"
+   "${FILESDIR}/${P}-fix-setBegin-call.patch"
+   "${FILESDIR}/${P}-seqan-popcount.patch"
+   "${FILESDIR}/${P}-seqan-rename-ChunkPool.patch"
+   "${FILESDIR}/${P}-seqan-rename-fill-to-resize.patch"
+   "${FILESDIR}/${P}-spelling.patch"
+   "${FILESDIR}/${P}-tbb-tinythread-missing.patch"
+   "${FILESDIR}/${P}-unbundle-seqan.patch"
+)
+
+src_prepare() {
+   default
+
+   # remove bundled libraries, use system seqan 1.4
+   rm -rf SeqAn-1.1/ third_party/ || die
+
+   # innocuous non-security flags, prevent log pollution
+   append-cxxflags \
+   -Wno-unused-local-typedefs \
+   -Wno-unused-but-set-variable \
+   -Wno-unused-variable
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CPP="$(tc-getCXX)" \
+   CFLAGS="" \
+   CXXFLAGS="" \
+   EXTRA_FLAGS="${LDFLAGS}" \
+   RELEASE_FLAGS="${CXXFLAGS}" \
+   WITH_TBB="$(usex tbb 1 0)"
+}
+
+src_install() {
+   dobin ${PN} ${PN}-*
+
+   exeinto /usr/libexec/${PN}
+   doexe scripts/*
+
+   newman MANUAL ${PN}.1
+   einstalldocs
+
+   if use examples; then
+   insinto /usr/share/${PN}
+   doins -r genomes indexes
+   fi
+}

diff --git a/sci-biology/bowtie/files/bowtie-1.1.2-_ContextLss-1.1-1.4.patch 
b/sci-biology/bowtie/files/bowtie-1.1.2-_ContextLss-1.1-1.4.patch
new file mode 100644
index 000..78b9c01
--- /dev/null
+++ b/sci-biology/bowtie/files/bowtie-1.1.2-_ContextLss-1.1-1.4.patch
@@ -0,0 +1,17 @@
+Description: Change class name of _Context_LSS
+ New version 1.4 of SeQan uses a different name of the class. 
+Forwarded: no
+Author: Gert Wollny 
+Last-Update: 2014-100-06
+
+--- a/diff_sample.h
 b/diff_sample.h
+@@ -856,7 +856,7 @@ void DifferenceCoverSample::build(
+   {
+   Timer timer(cout, "  Invoking Larsson-Sadakane on ranks time: 
", this->verbose());
+   VMSG_NL("  Invoking Larsson-Sadakane on ranks");
+-  _Context_LSS c;
++  ContextLss_ c;
+   c.suffixsort(
+   (TIndexOff*)begin(_isaPrime, Standard()),
+   (TIndexOff*)begin(sPrime, Standard()),

diff --git a/sci-biology/bowtie/files/bowtie-1.1.2-fix-setBegin-call.patch 
b/sci-biology/bowtie/files/bowtie-1.1.2-fix-setBegin-call.patch
new file mode 100644
index 000..af7f7f6
--- /dev/null
+++ b/sci-biology/bowtie/files/bowtie-1.1.2-fix-setBegin-call.patch
@@ -0,0 +1,42 @@
+Description: Proper type-casting in using seqan::_setBegin().
+ Required by newer versions of GCC.
+Forwarded: no
+Author: Ognyan Kulev 
+Last-Update: 2013-04-18
+
+--- a/pat.h
 b/pat.h
+@@ -82,20 +82,20 @@ struct ReadBuf {
+   ~ReadBuf() {
+   clearAll(); reset();
+   // Prevent seqan from trying to free buffers
+-  _setBegin(patFw, NULL);
+-  _setBegin(patRc, NULL);
+-  _setBegin(qual, NULL);
+-  _setBegin(patFwRev, NULL);
+-  

[gentoo-commits] repo/gentoo:master commit in: sci-biology/tophat/files/, sci-biology/tophat/

2016-04-09 Thread David Seifert
commit: 5d6771c0711167003e2e7d729e04f8d5aa3603fd
Author: David Seifert  gentoo  org>
AuthorDate: Sat Apr  9 18:41:23 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  9 18:57:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6771c0

sci-biology/tophat: Remove old and broken

Package-Manager: portage-2.2.28

 sci-biology/tophat/Manifest   |   5 -
 sci-biology/tophat/files/tophat-2.0.2-flags.patch | 124 --
 sci-biology/tophat/files/tophat-2.0.8-flags.patch | 105 --
 sci-biology/tophat/files/tophat-2.0.9-flags.patch | 109 ---
 sci-biology/tophat/metadata.xml   |   3 -
 sci-biology/tophat/tophat-1.4.1.ebuild|  32 --
 sci-biology/tophat/tophat-2.0.0.ebuild|  31 --
 sci-biology/tophat/tophat-2.0.2.ebuild|  31 --
 sci-biology/tophat/tophat-2.0.8.ebuild|  40 ---
 sci-biology/tophat/tophat-2.0.9.ebuild|  46 
 10 files changed, 526 deletions(-)

diff --git a/sci-biology/tophat/Manifest b/sci-biology/tophat/Manifest
index b269f5d..2bf8121 100644
--- a/sci-biology/tophat/Manifest
+++ b/sci-biology/tophat/Manifest
@@ -1,7 +1,2 @@
 DIST tophat-1.0.12.tar.gz 468781 SHA256 
f67b3f89aa79c7e14b40bcdba87f5aba6d322f869ca4260503e64ffcd2b621b2 SHA512 
275e14cb6fb5f7a0874adcf843aabfda6c6868f835faa2d03e6561646ca1fc80804fe1887c51a375125f2f5ed6242e304f97ff12774a7d676b4964614d4a5bf1
 WHIRLPOOL 
ea62ce14aae28dc0cc2b18fde870a0d3c021d9fb0c2ffb728b02b008b5f5bd416f29176fe81ed2ad8b1a41014f8a7114e2b8032426e2767effe9cc6933417cee
-DIST tophat-1.4.1.tar.gz 1420422 SHA256 
97fd6e09e3cafa90b969dac152585ce5bab4c86f32a980ce2c8ecaac846cd937 SHA512 
f3f3823d7780cd7159c97d7dca38e4f8c599377a15d8ce4b9db804df2c619c050d3cc6a182e6aa21d2ff03af6a436ff0f2bd26c48c280360f205b1cd4e13539e
 WHIRLPOOL 
0279af557ca2e473582068f8a2229b509ebaa5baedc3b60f89a63bee622f681b0dfcc8996c32fbf3df45e32b38a6d91446558bdc7d992da5874a4c2936e3ff7a
-DIST tophat-2.0.0.tar.gz 1750811 SHA256 
1c45812225906fd014ed9671a3696727c6ed0cc5be8f330b3c5ec39a9234be97 SHA512 
5bd1dcc79c301dc0b464dd95d6da2b2ed69c4e003bc1f9c5cb556a7974bcdb86cbe6f7d8912856691ca89e9a5a10cbe10fa7391c4bbdc163408e1e57afed7295
 WHIRLPOOL 
ace795553630bcd1e9966cae2ed2c42195dea2f3845fe778d591ad0214afef28ca389f32f0bd53ad01d1e3a520be140e77305313992be16259c111a9aa5e8514
-DIST tophat-2.0.2.tar.gz 1759933 SHA256 
f9e40ae123dab24d2f2d6896ebf191c8ae3c05c80da6d4d965defe7579d553e0 SHA512 
8341d406bfc2b86323932a151ad60469c6d50031bace433c5e3b6678a92eaed3516744fb9077d0e8944018275642050e2e9aca0126b4dd69423754c3dc9ae83c
 WHIRLPOOL 
45a52fc96b258f4ae0b5b7a4d1dc4c22885e0b9230891dde1db85671deeceb3213008de02878cc3b1f9dc6af68b40bc897f691a1835bd4abf29d1a2bde42e1c2
-DIST tophat-2.0.8.tar.gz 1757036 SHA256 
07d323d295effc99d4e261439c5ba2e10d5530af078e5de97c1a7bf1cbdd0da1 SHA512 
c69360cc2f558c37d14b6a0e006f2483771ce5cdb42dc8397dd15a944a61d762843158adbf7c2bc89c2d4db46d9a02633dbd2721bf3376ef5d3ae6fb153db100
 WHIRLPOOL 
a97ad6d47be23089605578a6f8ff9434afcb27a9fa58118b5b923af1d79530614af9fcaf5ebda2043603bf2dd8b10c2b7636e7b14662b9ab4f6e2059da4cb2b2
-DIST tophat-2.0.9.tar.gz 1766681 SHA256 
9b506bbfdbb14b296d804557a50f41cc167480dfeed66a31c33e2ffb580afd38 SHA512 
a81b801ee6c1f643d1fa507c2372d43ccdf4922d3f7ab76a34442c96aee78a3afc4a47ba164d46c6b6b6451aeae78b711c44c118e584da742940f74af7bc9610
 WHIRLPOOL 
a67392251e592df62deb3fe58dcc4eadd0d0b1fe0a09389e48f1f30a7c591343794d1e1b2a27467c0a0f5a0e84dd5a5fbdef538a5bcf1b80ba8972e6ec02fbcf
 DIST tophat-2.1.1.tar.gz 2259554 SHA256 
37840b96f3219630082b15642c47f5ef95d14f6ee99c06a369b08b3d05684da5 SHA512 
e2e0943a6f3d34b83922e6e403b65a3bee480a2b2bb4bf2de0cae7e0ef5bb166b66fec923316c2b643e8550e43c842f0f1bcc2ca7249d20fbcf5a4733fbdeabc
 WHIRLPOOL 
1e0d2bc4031eaa56a3b77ca5966c2ed439a85c9b05f028f69f4477d517e51371156bbe73d499536148eb42d60641af7f294641ee79bc855fcc4df74d70dae26c

diff --git a/sci-biology/tophat/files/tophat-2.0.2-flags.patch 
b/sci-biology/tophat/files/tophat-2.0.2-flags.patch
deleted file mode 100644
index ac1ca62..000
--- a/sci-biology/tophat/files/tophat-2.0.2-flags.patch
+++ /dev/null
@@ -1,124 +0,0 @@
- configure.ac|6 +++---
- src/Makefile.am |   30 +++---
- 2 files changed, 18 insertions(+), 18 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 314a78e..f6933e6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -68,7 +68,8 @@ AC_CANONICAL_HOST
- # set CFLAGS and CXXFLAGS
- #user_CFLAGS="${CXXFLAGS}"
- user_CFLAGS=${CFLAGS}
--generic_CFLAGS="-Wall -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized"
-+#generic_CFLAGS="-Wall -Wno-strict-aliasing -Wuninitialized"
-+generic_CFLAGS=""
- ext_CFLAGS=""
- debug_CFLAGS=""
- AC_ARG_ENABLE(intel64,  [  --enable-intel64optimize for Intel64 
CPU such as Xeon and Core2],
-@@ -84,7 +85,7 @@ AC_ARG_ENABLE([optim],
-   [if test "x$enable_optim" = xyes; then 

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

2016-04-09 Thread Mike Gilbert
commit: e6b4be084d8c43fa1bbd3d67f0dfdfe5b59b70ed
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Apr  9 18:32:09 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 18:36:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b4be08

dev-db/sqlite: Version bump (3.12.1).

 dev-db/sqlite/Manifest |   3 +
 dev-db/sqlite/sqlite-3.12.1.ebuild | 238 +
 2 files changed, 241 insertions(+)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index 29105ac..74c2e65 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -8,6 +8,7 @@ DIST sqlite-autoconf-3100200.tar.gz 2332013 SHA256 
a2b3b4bd1291ea7d6c8252f7edff3
 DIST sqlite-autoconf-311.tar.gz 2359347 SHA256 
508d4dcbcf7a7181e95c717a1dc4ae3c0880b3d593be0c4b40abb6c3a0e201fb SHA512 
208bb41e9b2a67ba5efdefe5393161996b7741a153647bd28b680a41a7d3c23f6c916bf6eede5325f507697fa92571c4982522ba9396a58e7a675564dec73865
 WHIRLPOOL 
9096de033729f27ccbdea0753b27a5170b1c1d7c6b016d00ad27c1a4b29dc8eabf15a1b8afcf97682f33b064552db3ceac5eb9d9612c8fd17d3602d3a592eb3d
 DIST sqlite-autoconf-3110100.tar.gz 2359545 SHA256 
533ff1d0271c2e666f01591271cef01a31648563affa0c95e80ef735077d4377 SHA512 
c3efd2693e6a9526a2901d9879982a421e81e7e979aef65a160e71b255339344079a1943395480d5c37a1acc6243a8d45f45fa688f7e996774da38a3a99e71a1
 WHIRLPOOL 
b8062e2030dffd8b44cc0eba32c93312b8ae20064004c460321a4251806037fe62ec5ef83499e491cb248786b9302f0495de0c0624128d0063cbff71b77b8864
 DIST sqlite-autoconf-312.tar.gz 2374101 SHA256 
53ecdbb5287af673eca3710c5f6c2305e73bb2d034f2a28770bea2be92ed269e SHA512 
84a9107ca9045ddc724d7e37dfe2b1dc00a106769260c7bd429a95beedc46a906985b65e0b2bf597de23dd56d132b9ef6888a8c4e5f8a731c8a5c026b971d89e
 WHIRLPOOL 
4ec76b383670f2ee9c50870587696a3c86357161344851b487f54a03c668dac8c4272738b44e5a4048dd00bf2b3122904c53b6d2195f9b48aef3ad928f34b85b
+DIST sqlite-autoconf-3120100.tar.gz 2374576 SHA256 
1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c SHA512 
eb0b892bb6a1783df9b712d5f78c9f5fb5aa8ff1b1735fd2806e96b1c04e2a5f87b2e47469185195611a5cf6c446ec32935e9ae0b01734383a8fefc1bcaf5842
 WHIRLPOOL 
0284241a3fd6dbee16ba5fe4c1a0dc15b1b3134bd39ba8a2219c2da4e426e3572809459bbdc8bbf3fa4ea055406b85c547d8e7f05afcb57baa712653ce0d6f64
 DIST sqlite-doc-3081001.zip 5060040 SHA256 
0b6c186a2da8b7d7397eb3942e97fd85b88734beb300702ace0dca4a3db729a6 SHA512 
76caf476c98d8a0f5da55c4608bfc31235289e3ab2286089195fab86da6b5d98b2d5eb0fe7b81e3aff8f04939c9bcbfded6be22f0eeb21103478bf519e9ff78b
 WHIRLPOOL 
5edd1d06babf19d54e326f6262d45851d43a0907adad66b130c93cf63efbfadcad6dbc98330bd4d2f80d1d528cd9088ada0727475b42005de6bcdbc4914e5d7c
 DIST sqlite-doc-3081002.zip 5068441 SHA256 
e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4 SHA512 
c222b250de6c8e182da1b534f459600a81b300c87578f9484b7d6f1fbbfaad9e8be70c306d0200b163850f48c974c55ce25782fefd55672ef72f03dc0b5f8d19
 WHIRLPOOL 
148bbce9bc3ffb1f9101e45936ce060aa49dbc88647effabf5418fa95ccdb91a4971d171d940de3307a2d59144e73250c43f8d8d79927ac36a1e02784f143061
 DIST sqlite-doc-3081101.zip 5108061 SHA256 
89e3fc4bce7463885da3b03602b4260fe07240f9ea674ba4ac7ce2ee4987357f SHA512 
8a39e05b1647f4769126234b9759552138f3e3874bc008686ef2f9136833ddc30b3b0696222a736d604e8910a436acedc4954e46894f4adc085eb5f2b6ab9280
 WHIRLPOOL 
f47308753f8df2c497e1bf3cd941b862d69d4f6bbabb2f0606d144966cbb186c5e1513022a5adc122939180fc6cfaa7c83a9537481cce455a83b7bf68deec9cd
@@ -18,6 +19,7 @@ DIST sqlite-doc-3100200.zip 5374707 SHA256 
21637344807efb9b6c6f615fd98b72620d074
 DIST sqlite-doc-311.zip 5382519 SHA256 
4a942d89d5bf0aa70c0a01267a52961632b27512c293eb6452f6efe909dcec50 SHA512 
1c9a17c1461bae78d34a89a7c2bc7e7108d95ece40c909835fc08a7f332823a152a7a357f83755d66307336ce116d9539ef67be44c5e11ec742721ac819fd708
 WHIRLPOOL 
742df247b6930062cf0904d03a9e543c1affc8f592f8675a99a95acf34501cc14b47ca9eb7ee8062f83960cfdb62b2a05656989e2438d45fe70c90c2c5ce518a
 DIST sqlite-doc-3110100.zip 5386958 SHA256 
3f127c51c7936d13de96255b00a6be3862693ff025f61a1d3d17d3d57ee295d0 SHA512 
b8fe71a852ce2fa3d7da27c09e3a1e8d019a9c55eb7e5516425754148f8d8a6cc88571d006768d5fd5b2c72aa513544bfc0ce4208f376099f8f08b7fee480d06
 WHIRLPOOL 
8cf7b3495ff184622dbf2842931d6b77061dc166c9d66e6bb6e400525c59ccc5b689b22cea45dad0fa7a7117692a1c16fea46aa4789084ce8c4de3655e973812
 DIST sqlite-doc-312.zip 5402611 SHA256 
346d9d56a0193d9396948192b7eca9e45c2adfeea6bbf71df62502830da510f3 SHA512 
7879d006e528d692ea5718f27d03e2dfe2a5e54aa135be983b992836102720df4dc690d84795115a25ed19a663e895a3f3f8a59d0de079c451d215e07081281e
 WHIRLPOOL 
00f5bc4b82af1ba8d43ae4d0761dacd2e608009812a12fee9aedd333baec9b36f74542c60de4acacd19f5ef898d3bd57dfb705f3b21219ba3862ca91c2f76402
+DIST sqlite-doc-3120100.zip 5410493 SHA256 
dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088 SHA512 

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

2016-04-09 Thread NP Hardass
commit: 72f76cae15de74cb99a604303de297fb5412d68f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Apr  9 18:01:59 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Apr  9 18:15:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f76cae

app-emulation/wine: Change GCC 5.3 warning, per mgorny request.

Package-Manager: portage-2.2.26

 app-emulation/wine/wine-1.8.1.ebuild |  4 ++--
 app-emulation/wine/wine-1.8.ebuild   | 13 +
 app-emulation/wine/wine-1.9.4.ebuild |  9 -
 app-emulation/wine/wine-1.9.5.ebuild |  4 ++--
 app-emulation/wine/wine-1.9.6.ebuild |  4 ++--
 app-emulation/wine/wine-.ebuild  |  4 ++--
 6 files changed, 25 insertions(+), 13 deletions(-)

diff --git a/app-emulation/wine/wine-1.8.1.ebuild 
b/app-emulation/wine/wine-1.8.1.ebuild
index 1d2d4c8..8823448 100644
--- a/app-emulation/wine/wine-1.8.1.ebuild
+++ b/app-emulation/wine/wine-1.8.1.ebuild
@@ -182,8 +182,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of 
gcc-5.3"
-   eerror "due to compiler bugs; please re-emerge the 
latest gcc-5.3.x ebuild,"
-   eerror "or use gcc-config to select a different 
compiler version."
+   eerror "due to compiler bugs; please use gcc-config to 
select a"
+   eerror "different compiler version."
eerror "See https://bugs.gentoo.org/574044;
eerror
return 1

diff --git a/app-emulation/wine/wine-1.8.ebuild 
b/app-emulation/wine/wine-1.8.ebuild
index 4c1b6f4..d28d9ba 100644
--- a/app-emulation/wine/wine-1.8.ebuild
+++ b/app-emulation/wine/wine-1.8.ebuild
@@ -177,6 +177,19 @@ wine_build_environment_check() {
return 1
fi
fi
+   # bug #574044
+   if use abi_x86_64 && [[ $(gcc-major-version) = 5 && 
$(gcc-minor-version) = 3 ]]; then
+   einfo "Checking for gcc-5-3 stack realignment compiler bug ..."
+   # Compile in subshell to prevent "Aborted" message
+   if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
+   eerror "Wine cannot be built with this version of 
gcc-5.3"
+   eerror "due to compiler bugs; please use gcc-config to 
select a"
+   eerror "different compiler version."
+   eerror "See https://bugs.gentoo.org/574044;
+   eerror
+   return 1
+   fi
+   fi
 
if use abi_x86_64 && [[ $(( $(gcc-major-version) * 100 + 
$(gcc-minor-version) )) -lt 404 ]]; then
eerror "You need gcc-4.4+ to build 64-bit wine"

diff --git a/app-emulation/wine/wine-1.9.4.ebuild 
b/app-emulation/wine/wine-1.9.4.ebuild
index e47fe62..70ad728 100644
--- a/app-emulation/wine/wine-1.9.4.ebuild
+++ b/app-emulation/wine/wine-1.9.4.ebuild
@@ -177,12 +177,11 @@ wine_build_environment_check() {
# bug #574044
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && 
$(gcc-minor-version) = 3 ]]; then
einfo "Checking for gcc-5-3 stack realignment compiler bug ..."
-   $(tc-getCC) -O2 "${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || die
-   # Run in subshell to prevent "Aborted" message
-   if ! ( "${T}"/69140 || false ) >/dev/null 2>&1; then
+   # Compile in subshell to prevent "Aborted" message
+   if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of 
gcc-5.3"
-   eerror "due to compiler bugs; please re-emerge the 
latest gcc-5.3.x ebuild,"
-   eerror "or use gcc-config to select a different 
compiler version."
+   eerror "due to compiler bugs; please use gcc-config to 
select a"
+   eerror "different compiler version."
eerror "See https://bugs.gentoo.org/574044;
eerror
return 1

diff --git a/app-emulation/wine/wine-1.9.5.ebuild 
b/app-emulation/wine/wine-1.9.5.ebuild
index 509dbfe..6f64997 100644
--- a/app-emulation/wine/wine-1.9.5.ebuild
+++ b/app-emulation/wine/wine-1.9.5.ebuild
@@ -179,8 +179,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
  

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

2016-04-09 Thread NP Hardass
commit: a971a53c94485d66d0e0345e34a298099ab9ec36
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Apr  9 17:36:10 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Apr  9 18:14:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a971a53c

app-emulation/wine: Fix logic evaluation order

Package-Manager: portage-2.2.26

 app-emulation/wine/wine-1.8.1.ebuild | 3 ++-
 app-emulation/wine/wine-1.9.6.ebuild | 3 ++-
 app-emulation/wine/wine-1.9.7.ebuild | 3 ++-
 app-emulation/wine/wine-.ebuild  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine/wine-1.8.1.ebuild 
b/app-emulation/wine/wine-1.8.1.ebuild
index 466e8f5..1d2d4c8 100644
--- a/app-emulation/wine/wine-1.8.1.ebuild
+++ b/app-emulation/wine/wine-1.8.1.ebuild
@@ -269,8 +269,9 @@ src_prepare() {
eend $?
 
# To differentiate unofficial staging releases
-   [[ ! -z ${SUFFIX} ]] && \
+   if [[ ! -z ${SUFFIX} ]]; then
sed -i "s/(Staging)/(Staging [Unofficial])/" 
libs/wine/Makefile.in || die
+   fi
fi
 
default

diff --git a/app-emulation/wine/wine-1.9.6.ebuild 
b/app-emulation/wine/wine-1.9.6.ebuild
index 89b9b23..e735b28 100644
--- a/app-emulation/wine/wine-1.9.6.ebuild
+++ b/app-emulation/wine/wine-1.9.6.ebuild
@@ -265,8 +265,9 @@ src_prepare() {
eend $?
 
# To differentiate unofficial staging releases
-   [[ ! -z ${SUFFIX} ]] && \
+   if [[ ! -z ${SUFFIX} ]]; then
sed -i "s/(Staging)/(Staging [Unofficial])/" 
libs/wine/Makefile.in || die
+   fi
fi
 
autotools-utils_src_prepare

diff --git a/app-emulation/wine/wine-1.9.7.ebuild 
b/app-emulation/wine/wine-1.9.7.ebuild
index 89b9b23..e735b28 100644
--- a/app-emulation/wine/wine-1.9.7.ebuild
+++ b/app-emulation/wine/wine-1.9.7.ebuild
@@ -265,8 +265,9 @@ src_prepare() {
eend $?
 
# To differentiate unofficial staging releases
-   [[ ! -z ${SUFFIX} ]] && \
+   if [[ ! -z ${SUFFIX} ]]; then
sed -i "s/(Staging)/(Staging [Unofficial])/" 
libs/wine/Makefile.in || die
+   fi
fi
 
autotools-utils_src_prepare

diff --git a/app-emulation/wine/wine-.ebuild 
b/app-emulation/wine/wine-.ebuild
index 89b9b23..e735b28 100644
--- a/app-emulation/wine/wine-.ebuild
+++ b/app-emulation/wine/wine-.ebuild
@@ -265,8 +265,9 @@ src_prepare() {
eend $?
 
# To differentiate unofficial staging releases
-   [[ ! -z ${SUFFIX} ]] && \
+   if [[ ! -z ${SUFFIX} ]]; then
sed -i "s/(Staging)/(Staging [Unofficial])/" 
libs/wine/Makefile.in || die
+   fi
fi
 
autotools-utils_src_prepare



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

2016-04-09 Thread Mike Gilbert
commit: 5a7ad1fcc2c8ddb0c409cb4f2a8d684c0a3a8a82
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  9 18:13:57 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 18:13:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7ad1fc

app-admin/cli53: override S

Package-Manager: portage-2.2.28_p64

 app-admin/cli53/cli53-0.7.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-admin/cli53/cli53-0.7.2.ebuild 
b/app-admin/cli53/cli53-0.7.2.ebuild
index 916c0fd..88c3ff7 100644
--- a/app-admin/cli53/cli53-0.7.2.ebuild
+++ b/app-admin/cli53/cli53-0.7.2.ebuild
@@ -15,14 +15,13 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 EGO_PN="github.com/barnybug/cli53"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
 
 src_compile() {
-   cd src/${EGO_PN} || die
GOPATH="${WORKDIR}/${P}" emake version=${PV} build
 }
 
 src_install() {
-   cd src/${EGO_PN} || die
dobin cli53
dodoc {CHANGELOG,README}.md
 }



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

2016-04-09 Thread Mike Gilbert
commit: cd5f61c0eb9c4e55fb43298270d02fa771cd2f2e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  9 17:49:00 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 17:49:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5f61c0

app-admin/cli53: style tweaks || die

Package-Manager: portage-2.2.28_p64

 app-admin/cli53/cli53-0.7.2.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-admin/cli53/cli53-0.7.2.ebuild 
b/app-admin/cli53/cli53-0.7.2.ebuild
index 5bc5070..916c0fd 100644
--- a/app-admin/cli53/cli53-0.7.2.ebuild
+++ b/app-admin/cli53/cli53-0.7.2.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=6
 
-EGO_PN=github.com/barnybug/cli53
 inherit golang-vcs-snapshot
 
 DESCRIPTION="Command line tool for Amazon Route 53"
@@ -15,14 +14,15 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+EGO_PN="github.com/barnybug/cli53"
+
 src_compile() {
-   cd src/${EGO_PN}
-   version_arg="version=${PV}"
-   GOPATH="${WORKDIR}/${P}" emake ${version_arg} build
+   cd src/${EGO_PN} || die
+   GOPATH="${WORKDIR}/${P}" emake version=${PV} build
 }
 
 src_install() {
-   cd src/${EGO_PN}
+   cd src/${EGO_PN} || die
dobin cli53
dodoc {CHANGELOG,README}.md
 }



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

2016-04-09 Thread William Hubbs
commit: 1518102d4271bcae6a575835aecca7a184a1eaa9
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Apr  9 17:42:59 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Apr  9 17:43:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1518102d

app-admin/cli53: Use upstream Makefile

This was approved by the maintainer.

Package-Manager: portage-2.2.26

 app-admin/cli53/cli53-0.7.2.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-admin/cli53/cli53-0.7.2.ebuild 
b/app-admin/cli53/cli53-0.7.2.ebuild
index baed22a..5bc5070 100644
--- a/app-admin/cli53/cli53-0.7.2.ebuild
+++ b/app-admin/cli53/cli53-0.7.2.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=6
 
-inherit golang-build golang-vcs-snapshot
+EGO_PN=github.com/barnybug/cli53
+inherit golang-vcs-snapshot
 
 DESCRIPTION="Command line tool for Amazon Route 53"
 HOMEPAGE="https://github.com/barnybug/cli53;
@@ -14,15 +15,14 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-src_unpack() {
-   EGO_PN="github.com/barnybug/cli53" golang-vcs-snapshot_src_unpack
-}
-
 src_compile() {
-   EGO_PN="github.com/barnybug/cli53/cmd/cli53" golang-build_src_compile
+   cd src/${EGO_PN}
+   version_arg="version=${PV}"
+   GOPATH="${WORKDIR}/${P}" emake ${version_arg} build
 }
 
 src_install() {
+   cd src/${EGO_PN}
dobin cli53
-   dodoc src/github.com/barnybug/cli53/{CHANGELOG,README}.md
+   dodoc {CHANGELOG,README}.md
 }



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

2016-04-09 Thread William Hubbs
commit: 266654a48bf9ccbc8f0556aa8660eaab78bb7bb9
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Apr  9 17:35:57 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Apr  9 17:43:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266654a4

dev-lang/go:  add support for bootstrapping with gccgo

I would like to thank Zac Medico for the patch.
This allows a user to bootstrap go with gcc's go compiler if they have it
installed.

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

Package-Manager: portage-2.2.26

 dev-lang/go/go-.ebuild | 15 ---
 dev-lang/go/metadata.xml   |  3 +++
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-lang/go/go-.ebuild b/dev-lang/go/go-.ebuild
index ecfde4e..5a65136 100644
--- a/dev-lang/go/go-.ebuild
+++ b/dev-lang/go/go-.ebuild
@@ -12,7 +12,7 @@ MY_PV=${PV/_/}
 inherit toolchain-funcs
 
 BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
-SRC_URI="
+SRC_URI="!gccgo? (
 kernel_Darwin? (
x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-bootstrap.tbz )
 )
@@ -30,6 +30,7 @@ kernel_linux? (
 kernel_SunOS? (
x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-bootstrap.tbz )
 )
+)
 "
 
 if [[ ${PV} =  ]]; then
@@ -52,9 +53,9 @@ HOMEPAGE="http://www.golang.org;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-IUSE=""
+IUSE="gccgo"
 
-DEPEND=""
+DEPEND="gccgo? ( >=sys-devel/gcc-5[go] )"
 RDEPEND="!/dev/null)
+   [[ -x ${go_binary} ]] || go_binary=$(
+   find "${EPREFIX}"/usr/${CHOST}/gcc-bin/*/go-5 | sort -V 
| tail -n1)
+   [[ -x ${go_binary} ]] || die "go-5: command not found"
+   ln -s "${go_binary}" "${GOROOT_BOOTSTRAP}/bin/go" || die
+   fi
export GOROOT_FINAL="${EPREFIX}"/usr/lib/go
export GOROOT="$(pwd)"
export GOBIN="${GOROOT}/bin"

diff --git a/dev-lang/go/metadata.xml b/dev-lang/go/metadata.xml
index 1050d93..f981de1 100644
--- a/dev-lang/go/metadata.xml
+++ b/dev-lang/go/metadata.xml
@@ -10,4 +10,7 @@
Rob Pike. It has garbage collection, coroutines, communication
channels and a clean syntax.  

+   
+   Enable bootstrapping using gccgo
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-UPnP/

2016-04-09 Thread Andreas Hüttel
commit: 2f7944f71e452fec6ee41370f5eb37c76acfe8ea
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 16:21:49 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 16:26:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7944f7

dev-perl/Net-UPnP: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Net-UPnP/Manifest |  1 -
 dev-perl/Net-UPnP/Net-UPnP-1.4.2-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Net-UPnP/Manifest b/dev-perl/Net-UPnP/Manifest
index fd975c7..a0e43e9 100644
--- a/dev-perl/Net-UPnP/Manifest
+++ b/dev-perl/Net-UPnP/Manifest
@@ -1,2 +1 @@
-DIST Net-UPnP-1.4.2.tar.gz 18910 SHA256 
10595ff3e716fd3d0aa609c1304777e3a4acbc1ead983222ba8b6888ac5042f8 SHA512 
ab03922b665c9d6df0b8ed28899865cd0e6cdbada8313b951378fcd464c56883503f65ef5b69a72948da4fbc35c09e3aba3e68804ca6313a70c864f4ac8e3932
 WHIRLPOOL 
aa64ec1bacd279cad9505bfd34d5364a6eb7c9a25109626ce12b118bed7eae02c007ee18c324413b1f0c4d1d192ef8d71edd8b33c8ff2d8e2a7df53e7632560e
 DIST Net-UPnP-1.4.3.tar.gz 19169 SHA256 
cf323b34adb07c4cf79443bbebbafca11e213f1c7a50b5fac5e572909598821b SHA512 
72c8733402a7fec1ca24523dbf4b9d7baf0c1bcae44a36bc8ba2193cb40396f6285584c6fc11a961003477a9abbf0a4e2da9e1876e341ddc52da7850540fff8f
 WHIRLPOOL 
049373a56bbacebb3cc38c5e5cbe9b0d942f296af804a7108618faa88d7aa1e66250f058c5a09bd087e9f2a8a0af6f0f26e23856687dae6a531d5e39a2a53960

diff --git a/dev-perl/Net-UPnP/Net-UPnP-1.4.2-r1.ebuild 
b/dev-perl/Net-UPnP/Net-UPnP-1.4.2-r1.ebuild
deleted file mode 100644
index 43e4bc0..000
--- a/dev-perl/Net-UPnP/Net-UPnP-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SKONNO
-inherit perl-module
-
-DESCRIPTION="Perl extension for UPnP"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-solaris"
-# Package warrants IUSE examples
-IUSE=""
-
-RDEPEND="virtual/perl-version"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
-
-src_install() {
-   perl-module_src_install
-   dodir usr/share/doc/${PF}/examples
-   docompress -x usr/share/doc/${PF}/examples
-   insinto usr/share/doc/${PF}/
-   doins -r examples/
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Format/

2016-04-09 Thread Andreas Hüttel
commit: 9d3b927c60fd67a844fef5f34e2ad10f6e60fc3a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 16:20:08 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 16:26:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3b927c

dev-perl/Number-Format: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Number-Format/Manifest|  1 -
 dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Number-Format/Manifest b/dev-perl/Number-Format/Manifest
index 6332ea1..84f35ea 100644
--- a/dev-perl/Number-Format/Manifest
+++ b/dev-perl/Number-Format/Manifest
@@ -1,2 +1 @@
-DIST Number-Format-1.73.tar.gz 22742 SHA256 
84a2b722ef21ab92bd09ee8de9ecf9969cd95a0655815e8c9b0720669986e46c SHA512 
52af1a595d9a62c9aabd57407c1807e71c7f2bfc591a835f73428848162fc0ab5aee7e78a8269304d44fceeb2654b8db40686eed8c6ff83e821b905905c75047
 WHIRLPOOL 
83dbd189322c74fcb3920ebcbf7da9cdb9e7632716e7965f5525ea433e3afa92c6d6fa17e59e906025f65b3caf643a139a8e19fbc9b2d9c04b60fcd9dff34724
 DIST Number-Format-1.75.tar.gz 24526 SHA256 
82d659cb16461764fd44d11a9ce9e6a4f5e8767dc1069eb03467c6e55de257f3 SHA512 
fa712a82b33ba062308e6bf29a4d99e73245f95495206e2c4252d8735d1851136553ec719a00683163aea0d3dddaa6bcc1261ef643439b870605df8ab17a40ef
 WHIRLPOOL 
ac725a90c75fcc31470eac247c26fdaba42a2988f6f04f39ff997c37807e66247826147f5ca695520e267aede42d22282a65b1b40fc30b6c420dfdad735cce34

diff --git a/dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild 
b/dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild
deleted file mode 100644
index 8f73c96..000
--- a/dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=WRW
-MODULE_VERSION=1.73
-inherit perl-module
-
-DESCRIPTION="Package for formatting numbers for display"
-
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc x86"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Telnet/

2016-04-09 Thread Andreas Hüttel
commit: 641676b5eb2a45407bc7bc4b3718437f33455b7d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 16:22:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 16:26:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641676b5

dev-perl/Net-Telnet: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Net-Telnet/Manifest|  1 -
 dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-perl/Net-Telnet/Manifest b/dev-perl/Net-Telnet/Manifest
index b9fe607..44823eb 100644
--- a/dev-perl/Net-Telnet/Manifest
+++ b/dev-perl/Net-Telnet/Manifest
@@ -1,2 +1 @@
-DIST Net-Telnet-3.03.tar.gz 35641 SHA256 
1604911947a283a8df2bde57a9adfe71e2717f6e0f915fcc73fc47a37130a16b SHA512 
ef943616fb4f4272a658de27afa11b19b5010ab110451fc1661e22e60dbf4025a9cd86509a9742c980b46c8fb2f3e52c88e137295d2d35b76b18ff3fdf7d2331
 WHIRLPOOL 
b76604564b8dacdb749fd47191b4f5b432bcaf91d3047ed63774a60167d9077a7e4593a180e5c7a50c2288adfe7da6daf79a1ec0a641a718c5a8326524c37072
 DIST Net-Telnet-3.04.tar.gz 40731 SHA256 
e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a SHA512 
1df68f55ad94d42e5e2be5e0669c2ecd0bc916f4ed929453ee2d136141ce413ff84b883d488c2f815c2c43132f7c3b36178177072fc5172c292e7bc39351dbdc
 WHIRLPOOL 
3d2ec8669e485a603b2aa02768feb7adf500b75e14bf31c3de0087a3c3d88d846f6bfdf3098a133693945ae709363f8697c6c121b10eecdf771b2fad90bb3242

diff --git a/dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild 
b/dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild
deleted file mode 100644
index 61ed77f..000
--- a/dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JROGERS
-MODULE_VERSION=3.03
-inherit perl-module
-
-DESCRIPTION="A Telnet Perl Module"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND=">=virtual/perl-libnet-1.0703"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/News-Newsrc/

2016-04-09 Thread Andreas Hüttel
commit: 829697710409dbf65ed50c16a1e17ecacf460e82
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 16:20:43 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 16:26:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82969771

dev-perl/News-Newsrc: Remove old

Package-Manager: portage-2.2.28

 dev-perl/News-Newsrc/Manifest |  1 -
 dev-perl/News-Newsrc/News-Newsrc-1.90.0-r1.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/News-Newsrc/Manifest b/dev-perl/News-Newsrc/Manifest
index ce5bfb8..0e5ca08 100644
--- a/dev-perl/News-Newsrc/Manifest
+++ b/dev-perl/News-Newsrc/Manifest
@@ -1,2 +1 @@
-DIST News-Newsrc-1.09.tar.gz 10696 SHA256 
6938bdc6c8f9e37814dec1ce89492b6630313a670b6e7d6fc030265eb8bd8dfe SHA512 
c46bc5e9a7ca368e2970386bc287f0e663cb26dbfb2193d88167dbdc7d5f6798af4ad03ec6e5756244cbe21b048d427a8198d0eb4e0116026bab7c0e9e75da10
 WHIRLPOOL 
0b40b9fd834761bf9aeb67f73e32f372357df24df778649d0b09c0d2880fabd96087c93421b901e3590f50e90baf10968680e4c75152533d7dbc4ef4ab08b0cf
 DIST News-Newsrc-1.11.tar.gz 11603 SHA256 
11fb5b284bc690fa9bcb5f7d16575b4e6f0553fada8fcc5a087cd1b39d471051 SHA512 
f5df8bc14f9793e0cb670a99feab065e7a392ba84c8b5f93cc14d7c1587f20603a77ee1bc06177737cf8a756fff276ba050d5c27e594d6b6e673c616e4234727
 WHIRLPOOL 
a65169d8b1253ba569414eb96385cb068717e6bc221b3e08b10183b1a2a101067752c0339c2ebc5dd3a7d8b89cb438e333ba565a0b076129229c16290afc2881

diff --git a/dev-perl/News-Newsrc/News-Newsrc-1.90.0-r1.ebuild 
b/dev-perl/News-Newsrc/News-Newsrc-1.90.0-r1.ebuild
deleted file mode 100644
index 1dc96b1..000
--- a/dev-perl/News-Newsrc/News-Newsrc-1.90.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SWMCD
-MODULE_VERSION=1.09
-inherit perl-module
-
-DESCRIPTION="Manage newsrc files"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Set-IntSpan-1.07"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



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

2016-04-09 Thread Andreas Hüttel
commit: 5269feab28fbf898b4c39ef8c5447f2d4bae71e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr  9 16:21:25 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr  9 16:26:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5269feab

dev-perl/NetPacket: Remove old

Package-Manager: portage-2.2.28

 dev-perl/NetPacket/Manifest   |  1 -
 dev-perl/NetPacket/NetPacket-1.4.1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/NetPacket/Manifest b/dev-perl/NetPacket/Manifest
index 71574a9..0238f6c 100644
--- a/dev-perl/NetPacket/Manifest
+++ b/dev-perl/NetPacket/Manifest
@@ -1,2 +1 @@
-DIST NetPacket-1.4.1.tar.gz 30478 SHA256 
44954d23446130f52152f3462dfd272ca1c9130afd3fd8dbb490a34ac3f7ae78 SHA512 
c3cae0f9cd0d36896c986398ebb169457995d043af5bd32b25c8a359fb527e2ec1a4279dd9f9747d39d977e2581acaa18f74d95d58cbc3ad3468bbf159d16da8
 WHIRLPOOL 
3d9406cda96d5f3f1d43578424707c6843f166640daebdb90dcbdcede968384d28f0a4a2a6029aa42af5a8410e814e34bd2a37cc8190c1e282edd60496a67b7d
 DIST NetPacket-1.6.0.tar.gz 36685 SHA256 
51938ebc26a55f366feeb041206694fef36a0d4f90fd511c56e06e031c2f0636 SHA512 
9482b35294177fbf0c67474f0b14c87b3d8fb61497cef2c65fb942ff9472dc527d24a68fa8656ca71a0ddd73edb4a02240341177a36c4ed0e9b832b20b120349
 WHIRLPOOL 
09f82441a69ab49bd32ed90f79617b81e1b292b8cd96a036eee3985c2120edb6fef30ac6e9d657848021d352340d79873914f8324ccf60bd22d2214ccfbe2c61

diff --git a/dev-perl/NetPacket/NetPacket-1.4.1.ebuild 
b/dev-perl/NetPacket/NetPacket-1.4.1.ebuild
deleted file mode 100644
index 9542858..000
--- a/dev-perl/NetPacket/NetPacket-1.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=YANICK
-MODULE_VERSION=1.4.1
-inherit perl-module
-
-DESCRIPTION="Perl NetPacket - network packets assembly/disassembly"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? ( >=virtual/perl-Test-Simple-0.94 )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/, app-cdr/cdrtools/files/

2016-04-09 Thread Anthony G. Basile
commit: 6bf287e85f0806886c6fbee73e9afca97440ffe4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr  9 16:34:18 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr  9 16:34:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf287e8

app-cdr/cdrtools: avoid clash with clone() on uclibc, bug #486782

Package-Manager: portage-2.2.26

 app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild  |  6 ++
 .../cdrtools/files/cdrtools-fix-clone-uclibc.patch | 69 ++
 2 files changed, 75 insertions(+)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild
index 8dd03a2..abe77bd 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha06.ebuild
@@ -43,6 +43,12 @@ cdrtools_os() {
 src_prepare() {
gnuconfig_update
 
+   # This fixes a clash with clone() on uclibc.  Upstream isn't
+   # going to include this so let's try to carry it forward.
+   # Contact me if it needs updating.  Bug #486782.
+   # Anthony G. Basile .
+   use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch
+
# Remove profiled make files.
find -name '*_p.mk' -delete
 

diff --git a/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch 
b/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch
new file mode 100644
index 000..9ffd28a
--- /dev/null
+++ b/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch
@@ -0,0 +1,69 @@
+diff -Naur cdrtools-3.02.orig/readcd/readcd.c cdrtools-3.02/readcd/readcd.c
+--- cdrtools-3.02.orig/readcd/readcd.c 2016-01-24 11:15:19.0 -0500
 cdrtools-3.02/readcd/readcd.c  2016-04-09 12:29:54.727635502 -0400
+@@ -257,7 +257,7 @@
+ BOOL  pifscan;
+ BOOL  plot;
+ BOOL  fulltoc;
+-BOOL  clone;
++BOOL  clonetoc;
+ BOOL  edc_corr;
+ BOOL  noerror;
+ BOOL  nocorr;
+@@ -294,7 +294,7 @@
+   error(_("\t-plotPrint data suitable for gnuplot\n"));
+ #ifdefCLONE_WRITE
+   error(_("\t-fulltoc Retrieve the full TOC\n"));
+-  error(_("\t-clone   Retrieve the full TOC and all data\n"));
++  error(_("\t-clonetocRetrieve the full TOC and all data\n"));
+   error(_("\t-edc-corrTry to do user level Reed Solomon repair 
(experimental)\n"));
+ #endif
+   error(_("\ttimeout=#set the default SCSI command timeout to #.\n"));
+@@ -320,7 +320,7 @@
+ }
+ 
+ /* CSTYLED */
+-char  opts[]   = 
"debug#,d+,kdebug#,kd#,timeout#,quiet,q,verbose+,v+,Verbose+,V+,x+,xd#,silent,s,help,h,version,scanbus,dev*,scgopts*,sectors*,w,c2scan,cxscan,pi8scan,pifscan,plot,fulltoc,clone,edc-corr,noerror,nocorr,notrunc,retries#,factor,f*,speed#,ts&,overhead,meshpoints#";
++char  opts[]   = 
"debug#,d+,kdebug#,kd#,timeout#,quiet,q,verbose+,v+,Verbose+,V+,x+,xd#,silent,s,help,h,version,scanbus,dev*,scgopts*,sectors*,w,c2scan,cxscan,pi8scan,pifscan,plot,fulltoc,clonetoc,edc-corr,noerror,nocorr,notrunc,retries#,factor,f*,speed#,ts&,overhead,meshpoints#";
+ 
+ EXPORT int
+ main(ac, av)
+@@ -397,7 +397,7 @@
+   , , , , _write,
+   , , , ,
+   ,
+-  , ,
++  , ,
+   _corr,
+   , ,
+   , , _factor, ,
+@@ -679,7 +679,7 @@
+ 
+   if (filename || sectors || c2scan || cxscan || pi8scan || pifscan ||
+   meshpoints || fulltoc ||
+-  clone || edc_corr) {
++  clonetoc || edc_corr) {
+   dorw(scgp, filename, sectors);
+   } else {
+   doit(scgp);
+@@ -894,9 +894,9 @@
+   if (params.name == NULL)
+   params.name = "/dev/null";
+   read_ftoc(scgp, , FALSE);
+-  } else if (clone || edc_corr) {
++  } else if (clonetoc || edc_corr) {
+   if (!is_mmc(scgp, NULL, NULL))
+-  comerrno(EX_BAD, _("Unsupported device for clone 
mode.\n"));
++  comerrno(EX_BAD, _("Unsupported device for clonetoc 
mode.\n"));
+   if (!edc_corr)
+   noerror = TRUE;
+   if (retries == MAX_RETRY)
+@@ -904,7 +904,7 @@
+   if (params.name == NULL)
+   params.name = "/dev/null";
+ 
+-  if (clone)
++  if (clonetoc)
+   if (read_ftoc(scgp, , TRUE) < 0)
+   comerrno(EX_BAD, _("Read fulltoc problems.\n"));
+   readcd_disk(scgp, );



[gentoo-commits] proj/qt:master commit in: sets/

2016-04-09 Thread Davide Pesavento
commit: e4b350b85361788c3e9f40529a1544f463a8cd3e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr  9 16:18:18 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr  9 16:18:18 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e4b350b8

sets: add qtbluetooth, qtlocation, qtwebchannel to qt5-addons

 sets/qt5-addons | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sets/qt5-addons b/sets/qt5-addons
index bdbba8c..a74fcbc 100644
--- a/sets/qt5-addons
+++ b/sets/qt5-addons
@@ -2,11 +2,12 @@
 # http://doc.qt.io/qt-5/qtmodules.html
 
 #dev-qt/qt3d:5
+dev-qt/qtbluetooth:5
 dev-qt/qtconcurrent:5
 dev-qt/qtdbus:5
 dev-qt/qtgraphicaleffects:5
 dev-qt/qtimageformats:5
-#dev-qt/qtlocation:5
+dev-qt/qtlocation:5
 dev-qt/qtopengl:5
 dev-qt/qtpositioning:5
 dev-qt/qtprintsupport:5
@@ -16,6 +17,8 @@ dev-qt/qtsensors:5
 dev-qt/qtserialport:5
 dev-qt/qtsvg:5
 #dev-qt/qtwayland:5
+dev-qt/qtwebchannel:5
+#dev-qt/qtwebengine:5
 dev-qt/qtwebkit:5
 dev-qt/qtwebsockets:5
 dev-qt/qtx11extras:5



[gentoo-commits] proj/qt:master commit in: sets/

2016-04-09 Thread Davide Pesavento
commit: d085720beec0a9794bb4eec1875aaaecf2dd09db
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr  9 16:20:04 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr  9 16:20:04 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d085720b

sets: remove qtquick1 from qt5-addons

 sets/qt5-addons | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sets/qt5-addons b/sets/qt5-addons
index a74fcbc..127216b 100644
--- a/sets/qt5-addons
+++ b/sets/qt5-addons
@@ -11,7 +11,6 @@ dev-qt/qtlocation:5
 dev-qt/qtopengl:5
 dev-qt/qtpositioning:5
 dev-qt/qtprintsupport:5
-dev-qt/qtquick1:5
 dev-qt/qtscript:5
 dev-qt/qtsensors:5
 dev-qt/qtserialport:5



[gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/

2016-04-09 Thread Johannes Huber
commit: 20582b97205c93844e5c77e19f7878d19423ea48
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Apr  9 16:11:59 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Apr  9 16:12:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20582b97

net-irc/konversation: Remove 1.5.1

Package-Manager: portage-2.2.28

 net-irc/konversation/Manifest  |  1 -
 net-irc/konversation/konversation-1.5.1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/net-irc/konversation/Manifest b/net-irc/konversation/Manifest
index eba214e..08ed36e 100644
--- a/net-irc/konversation/Manifest
+++ b/net-irc/konversation/Manifest
@@ -1,2 +1 @@
-DIST konversation-1.5.1.tar.xz 3188288 SHA256 
97838dc3cb07210c96154958237e216ad05cffa334f5e549d8619b4c70961986 SHA512 
c34def02b776692134e40f6a6fc8a7d362a58d1365a247f21828e08a0df95aface809e23f187f7c445112ce3e8cc41826ef8558de5b224258269c67ea6826615
 WHIRLPOOL 
44e78a0353673401ab36f2d292e18d19305d0aede43b5b929407fc0cb9d5389816b2840e7acecd644c172eada9eee52f8bbca5d9dfa252189d57fcc646fe644a
 DIST konversation-1.6.tar.xz 3447184 SHA256 
789fd75644bf54606778971310433dbe2bc01ac0917b34bc4e8cac88e204d5b6 SHA512 
d159bba55d776a867934424e87d02637a135e8d091c237688b64bf0c62c738075d52f2931dbd84984e886668f2152bda6a958be8da37b5debbb795db6686197a
 WHIRLPOOL 
96728b3701eeb94f328381e61cb7901e89f88b2e238072d398a8fe2105bd49b9b3e6e855c5fe5516d7611245821c32728d1fdbddd42233ebb9a8a04c0ad9e126

diff --git a/net-irc/konversation/konversation-1.5.1.ebuild 
b/net-irc/konversation/konversation-1.5.1.ebuild
deleted file mode 100644
index 24062d6..000
--- a/net-irc/konversation/konversation-1.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
-kk km ko lt nb nds nl pa pl pt pt_BR ru si sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A user friendly IRC Client for KDE4"
-HOMEPAGE="https://kde.org/applications/internet/konversation/ 
https://konversation.kde.org;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2 handbook? ( FDL-1.2 )"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="+crypt debug"
-
-DEPEND="
-   $(add_kdeapps_dep kdepimlibs)
-   media-libs/phonon[qt4]
-   crypt? ( app-crypt/qca:2[qt4(+)] )
-"
-RDEPEND="${DEPEND}
-   crypt? ( app-crypt/qca:2[openssl] )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with crypt QCA2)
-   )
-
-   kde4-base_src_configure
-}



[gentoo-commits] proj/qt:master commit in: dev-qt/assistant/

2016-04-09 Thread Davide Pesavento
commit: c1b67d1ee74a820f558ac1c8ade28a9bf309d1e6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr  9 16:03:57 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr  9 16:03:57 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c1b67d1e

dev-qt/assistant: revert the last bit of 
58183f2170343139ef6fccc604acb0749631e44e

We do have a proper qtwebkit-5.6.0 release now.

Package-Manager: portage-2.2.28

 dev-qt/assistant/assistant-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/assistant/assistant-5.6.0.ebuild 
b/dev-qt/assistant/assistant-5.6.0.ebuild
index 875ef33..bd7939c 100644
--- a/dev-qt/assistant/assistant-5.6.0.ebuild
+++ b/dev-qt/assistant/assistant-5.6.0.ebuild
@@ -22,7 +22,7 @@ DEPEND="
~dev-qt/qtprintsupport-${PV}
~dev-qt/qtsql-${PV}[sqlite]
~dev-qt/qtwidgets-${PV}
-   webkit? ( >=dev-qt/qtwebkit-5.5.1 )
+   webkit? ( ~dev-qt/qtwebkit-${PV} )
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] proj/qt:master commit in: dev-qt/designer/

2016-04-09 Thread Davide Pesavento
commit: 1288214fce01a461e1e4add6d5c3481ba9979377
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr  9 16:06:49 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr  9 16:07:05 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1288214f

dev-qt/designer: revert the last bit of 54a50d711284d2e7f7f332fdae64a9c392c9f199

We do have a proper qtwebkit-5.6.0 release now.

Package-Manager: portage-2.2.28

 dev-qt/designer/designer-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/designer/designer-5.6.0.ebuild 
b/dev-qt/designer/designer-5.6.0.ebuild
index d01ddcc..291e1a5 100644
--- a/dev-qt/designer/designer-5.6.0.ebuild
+++ b/dev-qt/designer/designer-5.6.0.ebuild
@@ -22,7 +22,7 @@ DEPEND="
~dev-qt/qtwidgets-${PV}
~dev-qt/qtxml-${PV}
declarative? ( ~dev-qt/qtdeclarative-${PV}[widgets] )
-   webkit? ( >=dev-qt/qtwebkit-5.5.1 )
+   webkit? ( ~dev-qt/qtwebkit-${PV} )
 "
 RDEPEND="${DEPEND}"
 



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

2016-04-09 Thread Michael Palimaka
commit: de1fa6df7fbaa643e9bddf0f5d88b41f8a4bb31e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Apr  9 16:10:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 16:10:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1fa6df

media-sound/soundkonverter: version bump

Package-Manager: portage-2.2.28

 media-sound/soundkonverter/Manifest|  1 +
 .../soundkonverter/soundkonverter-2.2.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-sound/soundkonverter/Manifest 
b/media-sound/soundkonverter/Manifest
index 9fb80aa..891ffae 100644
--- a/media-sound/soundkonverter/Manifest
+++ b/media-sound/soundkonverter/Manifest
@@ -1 +1,2 @@
 DIST 29024-soundkonverter-2.1.2.tar.gz 756039 SHA256 
b7b984cfcebb31c5e16fb3e04fc811b58453ef5454ea9e567e8510fcdd498957 SHA512 
fdbb782eea4702d1b6bfe0135ed8ca482bd43422bc4c825b8b1afe3226faf315b618b4392223d5b3169e831c8e867ee64a11f22e22c53df7cb6b92dc5f1dda23
 WHIRLPOOL 
7f19644aff536d1715935b58f3c5bab27f7b967aadf7503ed26d168ba1fe1a92a76ba4bec28709c23053a46f32b593034e4941c2ec0e054e0eb8a79ad6097da2
+DIST 29024-soundkonverter-2.2.0.tar.gz 781668 SHA256 
c3b1bb7d37fe14902364819959c7883fc379e9f4cdb34aada62dbaa83238a980 SHA512 
d6e9b4062162adc560cd09b626c4403c83e1cbee940fffb1b7fac0714f8e3b20b4e5be554e4cec576704f2135e62253d25a23098143a1d63c438ad13c7301685
 WHIRLPOOL 
bc503b57d850c7f08302c2f27bee09600018ba7e9907b59cf6f59478d0ec5a2d09746d7d7b34109834aa681f476e33fa0cba28dfc23c05fa6aca26fa78ebdd30

diff --git a/media-sound/soundkonverter/soundkonverter-2.2.0.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.2.0.ebuild
new file mode 100644
index 000..45a3a02
--- /dev/null
+++ b/media-sound/soundkonverter/soundkonverter-2.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_LINGUAS="ca cs de es et fr hu it pt pt_BR ro ru sl sv zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="Frontend to various audio converters"
+HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
+SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   $(add_kdeapps_dep libkcddb)
+   media-libs/phonon[qt4]
+   media-libs/taglib
+   media-sound/cdparanoia
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+pkg_postinst() {
+   kde4-base_pkg_postinst
+
+   elog "soundKonverter optionally supports many different audio formats."
+   elog "You will need to install the appropriate encoding packages for 
the"
+   elog "formats you require. For a full listing, consult the README file"
+   elog "in /usr/share/doc/${PF}"
+}



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

2016-04-09 Thread Michael Palimaka
commit: ecd24f6edaf07dac550f9c3e00b2a077d923acd4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Apr  9 16:04:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 16:04:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd24f6e

media-sound/soundkonverter: whitespace

Package-Manager: portage-2.2.28

 media-sound/soundkonverter/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/soundkonverter/metadata.xml 
b/media-sound/soundkonverter/metadata.xml
index 7b55da4..bc8b1bf 100644
--- a/media-sound/soundkonverter/metadata.xml
+++ b/media-sound/soundkonverter/metadata.xml
@@ -5,7 +5,7 @@
so...@gentoo.org
Gentoo Sound project

-
+   
k...@gentoo.org
Gentoo KDE Project




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

2016-04-09 Thread Michael Palimaka
commit: 1511431d21db2c506ebf272cca2ede405a686639
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Apr  9 16:02:14 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 16:02:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1511431d

x11-misc/kronometer: version bump

Package-Manager: portage-2.2.28

 x11-misc/kronometer/Manifest|  1 +
 x11-misc/kronometer/kronometer-2.0.2.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/x11-misc/kronometer/Manifest b/x11-misc/kronometer/Manifest
index 22f79fc..9d0d01e 100644
--- a/x11-misc/kronometer/Manifest
+++ b/x11-misc/kronometer/Manifest
@@ -1 +1,2 @@
 DIST kronometer-2.0.1.tar.xz 73768 SHA256 
6e407a295819b61e6ef2e3bdc47d59671cd66d1928c4e5667518bf2e0bcf2651 SHA512 
6598c5c5827265335be27eaa1db3aaf8e9e388be123c4cca67bb125bb7a00b7d43b7cd2d215db32482027d3623192244f477e2346ab6493607572f1e7cac30a1
 WHIRLPOOL 
b5a012608786169249d953901ad5b089db7c6df640cf5f3ae0d5bb6e4dc476a5edbc7f351acfdb2bf5b926d5878e85556b20d0cf0832cbdbf014feb8e86a
+DIST kronometer-2.0.2.tar.xz 73536 SHA256 
3c8654dd06ec9f7251a60477918ed2a9d32ffd001f916639fe57bbbfc17f3e93 SHA512 
d6feba9cb8fb55b1dd61d8116a478003176ff8baac948309b5a2dc01cf4f75a663efe02b67c2a427b682c28c1d278841433136e257a92e32fbc4c4b501183af5
 WHIRLPOOL 
eb881d70529006d93187b09fe070a249374d09c8bd44871f1a4a9b1e00f8206482be86a98b6b4422b66c1fe40fcfc09bcab142c13c2d75b2ffae7c7ed2f8167d

diff --git a/x11-misc/kronometer/kronometer-2.0.2.ebuild 
b/x11-misc/kronometer/kronometer-2.0.2.ebuild
new file mode 100644
index 000..a35a7a1
--- /dev/null
+++ b/x11-misc/kronometer/kronometer-2.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+KDE_TEST="true"
+KDE_PUNT_BOGUS_DEPS="true"
+inherit kde5
+
+DESCRIPTION="Stopwatch application"
+HOMEPAGE="http://www.aelog.org/kronometer/;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"



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

2016-04-09 Thread Jason Zaman
commit: 547b7c47250ad41b2d9f8fdbd2040817c80c98b1
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Apr  9 15:43:26 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  9 15:44:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547b7c47

dev-util/android-studio: bump to 2.0

Package-Manager: portage-2.2.26

 dev-util/android-studio/Manifest   |  1 +
 .../android-studio-2.0.0.20.143.2739321.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 60e94a6..1082434 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,2 +1,3 @@
 DIST android-studio-ide-141.1980579-linux.zip 258628239 SHA256 
46a1b492360f873f7b99f53b535ce79503f4127a8ee5d06afbe0f53ec5f56a21 SHA512 
54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd
 WHIRLPOOL 
567bcc5ae38015a586224e7c5870d7766f18b4241b46aa53eb7459a7f26d859d9855632cdcf54d3b35bca1b7c39b15cfc1141d11a4d017d9b3e199b72f088b56
 DIST android-studio-ide-141.2456560-linux.zip 380943097 SHA256 
466e01ac99c44685f218cf8dfc621fcc6b1d2c18256d97dbefa377d06410d05c SHA512 
08644adea21f50a0dacb1f6153fe4fa65be27b3a3b6c202e694177ca53040c6e28cff44a671a55c0b39210d5d8f10be178bab1e406696dd765a3b44ea9ef
 WHIRLPOOL 
917231385f121c671f11cf083849301746a5a074d900e555ccd7d115b7f7ebc7ee13efc31e5ce95ece3aa2d20bd7fcc37a96dfb5e3fb1b3bae5c74200925b38c
+DIST android-studio-ide-143.2739321-linux.zip 292106971 SHA256 
f9fe60df5fedc345b8403000b7d73bf53bea5ddf71a38d2a2f01208314246b91 SHA512 
8149f91d448b24cf0f30b215f371e371862e620f1ef5785bd2ff6f917d365e2830694861ff804157fb6452ed1a356c4cc968cfad29af6d2ade22a80a0a1ee9b0
 WHIRLPOOL 
780df70a7192a0230475404320d357cf57e18e081883c17b84cebf3b75204a8e8b10c72a3dabef0335a983b9f83ead6e8595890b7bd48c6b6e1e44e68cb660b0

diff --git a/dev-util/android-studio/android-studio-2.0.0.20.143.2739321.ebuild 
b/dev-util/android-studio/android-studio-2.0.0.20.143.2739321.ebuild
new file mode 100644
index 000..6ca6e72
--- /dev/null
+++ b/dev-util/android-studio/android-studio-2.0.0.20.143.2739321.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen.so"
+if [[ $(get_version_component_count) -eq 6 ]]; then
+   STUDIO_V=$(get_version_component_range 1-4)
+   BUILD_V=$(get_version_component_range 5-6)
+else
+   STUDIO_V=$(get_version_component_range 1-3)
+   BUILD_V=$(get_version_component_range 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html;
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip"
+RDEPEND=">=virtual/jdk-1.7
+   selinux? ( sec-policy/selinux-android )
+   >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
+   >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
+   >=dev-libs/libffi-3.0.13-r1[abi_x86_32(-)]
+   >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
+   >=media-libs/freetype-2.5.5[abi_x86_32(-)]
+   >=media-libs/libpng-1.2.51[abi_x86_32(-)]
+   >=media-libs/mesa-10.2.8[abi_x86_32(-)]
+   || ( >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] 
>=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)] )
+   >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
+   >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
+   >=x11-libs/libXdamage-1.1.4-r1[abi_x86_32(-)]
+   >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+   >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
+   >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)]
+   >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
+   >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
+   >=x11-libs/libdrm-2.4.46[abi_x86_32(-)]
+   >=x11-libs/libxcb-1.9.1[abi_x86_32(-)]
+   >=x11-libs/libxshmfence-1.1[abi_x86_32(-)]"
+S=${WORKDIR}/${PN}
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 "${dir}/bin/studio.sh" "${dir}/bin/fsnotifier" 
"${dir}/bin/fsnotifier64"
+
+   newicon "bin/studio.png" "${PN}.png"
+   make_wrapper ${PN} ${dir}/bin/studio.sh
+   make_desktop_entry ${PN} "Android Studio" ${PN} "Development;IDE"
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/

2016-04-09 Thread Davide Pesavento
commit: fb28a66aaf9dd756bdefdba7b8be4f6a3d75a7c5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr  9 15:46:04 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr  9 15:46:51 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=fb28a66a

dev-qt/qtwebkit: re-manifest and remove syncqt call

Upstream replaced the 5.6.0 tarball with one that fixes
the screwup of bug 577574. So update the Manifest and
drop the workaround from the ebuild.

Gentoo-Bug: 579352
Package-Manager: portage-2.2.28

 dev-qt/qtwebkit/Manifest  | 2 +-
 dev-qt/qtwebkit/qtwebkit-5.6.0.ebuild | 5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest
index 03306a2..e64eb23 100644
--- a/dev-qt/qtwebkit/Manifest
+++ b/dev-qt/qtwebkit/Manifest
@@ -1,2 +1,2 @@
-DIST qtwebkit-opensource-src-5.6.0.tar.xz 35301228 SHA256 
d5c4daac8eef1b24290cda59db432ccc390761af17661f64f3028482647521a1 SHA512 
eb4c073f9270cc3d48947df931536d5df91229aacc83a74b096252d4a9368bf23a56118ef63ad05d7d8360bb67708578ba8aa100fb041cf87216ba3c203e9844
 WHIRLPOOL 
8266d2a5af7337b449a904873f5fdce69d02755cd786e848f2550afee71ecff36957f96ae352670a7572e25d655b68e8a125663ef8f858f1f5dfaa0e06d65f5f
+DIST qtwebkit-opensource-src-5.6.0.tar.xz 35302972 SHA256 
9ca72373841f3a868a7bcc696956cdb0ad7f5e678c693659f6f0b919fdd16dfe SHA512 
d9a2d10960cbdf8cf144f1cdaebf52ff95a6ad70b94b19c9ffcd0dd653d98c1e1fab6516e7dc481a4d199af5fb98d36ac41a309e10b96ada0e18f581946bb1af
 WHIRLPOOL 
851174164ed88d3edbffe78b95d3808809f035379a9b2210baad36bbf0f14376f33356c9c84f720c450776aca98bf7bcdf27c3624ccdb96bd3bdc34ec7804dcb
 DIST qtwebkit-opensource-src-5.7.0-alpha.tar.xz 35300100 SHA256 
088834e1e54d6f39eb4e5eed22fc4a2ce617f64d2a811c3ccfb523216311bfa2 SHA512 
5ccdf3eff3b3079a8ad55cb0c707820368a43679a1f6537fe16400e86d41a8f5e85fe96df14f91255d15280cbb673ef72cdcbac349ec3c08928a02c481f8552d
 WHIRLPOOL 
b0890bf10661180d4c9253c2a02f7d020dc003fcf0ea9875a895fd1d5f0e42c5b010d61898b0baee3aef4a82759a2abbb6d8430d0a7076757c1c7d57efbe373c

diff --git a/dev-qt/qtwebkit/qtwebkit-5.6.0.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.6.0.ebuild
index 89f2921..58876f1 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.6.0.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.6.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 qmake-utils qt5-build
+inherit python-any-r1 qt5-build
 
 DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
 
SRC_URI="https://download.qt.io/community_releases/${PV%.*}/${PV}/${PN}-opensource-src-${PV}.tar.xz;
@@ -105,8 +105,5 @@ src_prepare() {
# bug 458222
sed -i -e '/SUBDIRS += examples/d' Source/QtWebKit.pro || die
 
-   # bug 577574
-   "$(qt5_get_bindir)"/syncqt.pl -version ${PV%_*} Source/sync.profile || 
die
-
qt5-build_src_prepare
 }



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

2016-04-09 Thread Anthony G. Basile
commit: c778cd26d8a593a538e76d6693beed3ec5fd5eb2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr  9 15:44:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr  9 15:44:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c778cd26

sci-geosciences/geocode-glib: fix build on uclibc, bug #577290

Package-Manager: portage-2.2.26

 .../geocode-glib-3.18.1-fix-GLIBC-features.patch   | 54 ++
 .../geocode-glib/geocode-glib-3.18.1.ebuild|  6 ++-
 .../geocode-glib/geocode-glib-3.18.2.ebuild|  6 ++-
 3 files changed, 64 insertions(+), 2 deletions(-)

diff --git 
a/sci-geosciences/geocode-glib/files/geocode-glib-3.18.1-fix-GLIBC-features.patch
 
b/sci-geosciences/geocode-glib/files/geocode-glib-3.18.1-fix-GLIBC-features.patch
new file mode 100644
index 000..23b1443
--- /dev/null
+++ 
b/sci-geosciences/geocode-glib/files/geocode-glib-3.18.1-fix-GLIBC-features.patch
@@ -0,0 +1,54 @@
+From 3ce317a218c255b8a8025f8f2a6010ce500dc0ee Mon Sep 17 00:00:00 2001
+From: "Anthony G. Basile" 
+Date: Tue, 22 Mar 2016 09:48:00 +
+Subject: [PATCH] Use __UCLIBC__ when checking for GLIBC features
+
+Commit f0f85d8d introduces __GLIBC__ to check for glibc only features.
+However this is not sufficient for uClibc because it shares code with
+glibc.  To select for features in glibc but not uClibc, we need
+defined(__GLIBC__) && !defined(__UCLIBC__).
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764021
+---
+ geocode-glib/geocode-glib.c | 4 ++--
+ geocode-glib/test-gcglib.c  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/geocode-glib/geocode-glib.c b/geocode-glib/geocode-glib.c
+index 4e3b3fd..6215fd1 100644
+--- a/geocode-glib/geocode-glib.c
 b/geocode-glib/geocode-glib.c
+@@ -213,7 +213,7 @@ _geocode_object_get_lang (void)
+   return geocode_object_get_lang_for_locale (setlocale (LC_MESSAGES, 
NULL));
+ }
+ 
+-#ifdef __GLIBC__
++#if defined(__GLIBC__) && !defined(__UCLIBC__)
+ static gpointer
+ is_number_after_street (gpointer data)
+ {
+@@ -246,7 +246,7 @@ is_number_after_street (gpointer data)
+ gboolean
+ _geocode_object_is_number_after_street (void)
+ {
+-#ifndef __GLIBC__
++#if !defined(__GLIBC__) || defined(__UCLIBC__)
+   return FALSE;
+ #else
+   static GOnce once = G_ONCE_INIT;
+diff --git a/geocode-glib/test-gcglib.c b/geocode-glib/test-gcglib.c
+index a23a3c3..9d7194d 100644
+--- a/geocode-glib/test-gcglib.c
 b/geocode-glib/test-gcglib.c
+@@ -395,7 +395,7 @@ test_distance (void)
+ static void
+ test_locale_format (void)
+ {
+-#ifdef __GLIBC__
++#if defined(__GLIBC__) && !defined(__UCLIBC__)
+   GeocodeForward *object;
+   GError *error = NULL;
+   GList *res;
+-- 
+2.7.3
+

diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild 
b/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild
index abb0b02..504779d 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -38,6 +38,10 @@ DEPEND="${RDEPEND}
 # need various locales to be present
 RESTRICT="test"
 
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-fix-GLIBC-features.patch
+}
+
 src_test() {
export GVFS_DISABLE_FUSE=1
export GIO_USE_VFS=gvfs

diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.18.2.ebuild 
b/sci-geosciences/geocode-glib/geocode-glib-3.18.2.ebuild
index a2a5922..09dcadc 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.18.2.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -38,6 +38,10 @@ DEPEND="${RDEPEND}
 # need various locales to be present
 RESTRICT="test"
 
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.18.1-fix-GLIBC-features.patch
+}
+
 src_configure() {
gnome2_src_configure $(use_enable introspection)
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/files/, app-misc/geoclue/

2016-04-09 Thread Anthony G. Basile
commit: ce62bb9af7af545ac2c02ddf8ab40313d0560774
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr  9 15:36:14 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr  9 15:36:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce62bb9a

app-misc/geoclue: fix build on uclibc, bug #577290

Package-Manager: portage-2.2.26

 .../files/geoclue-2.4.1-fix-GLIBC-features.patch   | 44 ++
 app-misc/geoclue/geoclue-2.4.1.ebuild  |  6 ++-
 app-misc/geoclue/geoclue-2.4.3.ebuild  |  6 ++-
 3 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/app-misc/geoclue/files/geoclue-2.4.1-fix-GLIBC-features.patch 
b/app-misc/geoclue/files/geoclue-2.4.1-fix-GLIBC-features.patch
new file mode 100644
index 000..b27bf5d
--- /dev/null
+++ b/app-misc/geoclue/files/geoclue-2.4.1-fix-GLIBC-features.patch
@@ -0,0 +1,44 @@
+This has been edited to fit geoclue that import the code from geocode-glib.
+--Anthony G. Basile
+
+From 3ce317a218c255b8a8025f8f2a6010ce500dc0ee Mon Sep 17 00:00:00 2001
+From: "Anthony G. Basile" 
+Date: Tue, 22 Mar 2016 09:48:00 +
+Subject: [PATCH] Use __UCLIBC__ when checking for GLIBC features
+
+Commit f0f85d8d introduces __GLIBC__ to check for glibc only features.
+However this is not sufficient for uClibc because it shares code with
+glibc.  To select for features in glibc but not uClibc, we need
+defined(__GLIBC__) && !defined(__UCLIBC__).
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764021
+---
+ geocode-glib/geocode-glib.c | 4 ++--
+ geocode-glib/test-gcglib.c  | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/geocode-glib/geocode-glib.c b/src/geocode-glib/geocode-glib.c
+index 4e3b3fd..6215fd1 100644
+--- a/src/geocode-glib/geocode-glib.c
 b/src/geocode-glib/geocode-glib.c
+@@ -213,7 +213,7 @@ _geocode_object_get_lang (void)
+   return geocode_object_get_lang_for_locale (setlocale (LC_MESSAGES, 
NULL));
+ }
+ 
+-#ifdef __GLIBC__
++#if defined(__GLIBC__) && !defined(__UCLIBC__)
+ static gpointer
+ is_number_after_street (gpointer data)
+ {
+@@ -246,7 +246,7 @@ is_number_after_street (gpointer data)
+ gboolean
+ _geocode_object_is_number_after_street (void)
+ {
+-#ifndef __GLIBC__
++#if !defined(__GLIBC__) || defined(__UCLIBC__)
+   return FALSE;
+ #else
+   static GOnce once = G_ONCE_INIT;
+-- 
+2.7.3
+

diff --git a/app-misc/geoclue/geoclue-2.4.1.ebuild 
b/app-misc/geoclue/geoclue-2.4.1.ebuild
index 3138114..6bb7977 100644
--- a/app-misc/geoclue/geoclue-2.4.1.ebuild
+++ b/app-misc/geoclue/geoclue-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-fix-GLIBC-features.patch
+}
+
 src_configure() {
# debug only affects CFLAGS
gnome2_src_configure \

diff --git a/app-misc/geoclue/geoclue-2.4.3.ebuild 
b/app-misc/geoclue/geoclue-2.4.3.ebuild
index 64d892e..ff6d540 100644
--- a/app-misc/geoclue/geoclue-2.4.3.ebuild
+++ b/app-misc/geoclue/geoclue-2.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-2.4.1-fix-GLIBC-features.patch
+}
+
 src_configure() {
# debug only affects CFLAGS
gnome2_src_configure \



[gentoo-commits] proj/kde:master commit in: kde-apps/kde4-l10n/, kde-apps/kde4-l10n/files/

2016-04-09 Thread Michael Palimaka
commit: 2a7fa1b65ded2f50d8ad05904e8b1fe0b01ee2b7
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Apr  8 21:56:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 15:12:06 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a7fa1b6

kde-apps/kde4-l10n: Don't die on empty directories

Adds einfo about files not found. Use to update lists.

Package-Manager: portage-2.2.27

 ...-remove-dirs => kde4-l10n-16.03.90-remove-dirs} |  4 +---
 ...messages => kde4-l10n-16.03.91-remove-messages} |  6 --
 kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild   | 24 ++
 3 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/kde-apps/kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs 
b/kde-apps/kde4-l10n/files/kde4-l10n-16.03.90-remove-dirs
similarity index 95%
rename from kde-apps/kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs
rename to kde-apps/kde4-l10n/files/kde4-l10n-16.03.90-remove-dirs
index ab7681e..a5b5a3b 100644
--- a/kde-apps/kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs
+++ b/kde-apps/kde4-l10n/files/kde4-l10n-16.03.90-remove-dirs
@@ -7,7 +7,6 @@ docs/applications kate
 docs/applications konsole
 docs/applications kwrite
 docs/kdeedu kig
-docs/kdeedu pairseditor
 docs/kdeedu parley
 docs/kdeedu step
 docs/kdegames bomber
@@ -16,7 +15,7 @@ docs/kdegraphics kruler
 docs/kdesdk kapptemplate
 docs/kdesdk okteta
 docs/kdeutils kwalletmanager
-# Plasma 5.3
+# Plasma 5
 docs/kde-runtime fundamentals
 docs/kde-runtime kdesu
 docs/kde-runtime khelpcenter
@@ -28,7 +27,6 @@ docs/kde-runtime/kcontrol ebrowsing
 docs/kde-runtime/kcontrol emoticons
 docs/kde-runtime/kcontrol icons
 docs/kde-runtime/kcontrol kcmcgi
-docs/kde-runtime/kcontrol khtml
 docs/kde-runtime/kcontrol smb
 docs/kde-runtime/kcontrol trash
 docs/kde-runtime/kcontrol useragent

diff --git a/kde-apps/kde4-l10n/files/kde4-l10n-16.03.90-remove-messages 
b/kde-apps/kde4-l10n/files/kde4-l10n-16.03.91-remove-messages
similarity index 98%
rename from kde-apps/kde4-l10n/files/kde4-l10n-16.03.90-remove-messages
rename to kde-apps/kde4-l10n/files/kde4-l10n-16.03.91-remove-messages
index 0aadb9d..6244608 100644
--- a/kde-apps/kde4-l10n/files/kde4-l10n-16.03.90-remove-messages
+++ b/kde-apps/kde4-l10n/files/kde4-l10n-16.03.91-remove-messages
@@ -206,12 +206,6 @@ kdelibs/kio_timeline.po
 kdelibs/plasma_runner_baloosearchrunner.po
 # KDE Applications 4
 applications/useraccount.po
-# KDE Edu 4
-kdeedu/pairs.po
-kdeedu/pairseditor.po
-kdeedu/pairs.appdata.po
 # KDE SDK 4
 kdesdk/org.kde.umbrello.appdata.po
 kdesdk/umbrello.po
-# KDE Utils 4
-kdeutils/org.kde.kteatime.appdata.po

diff --git a/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild 
b/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild
index 89314df..79fa0b3 100644
--- a/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild
+++ b/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild
@@ -20,8 +20,8 @@ RDEPEND="
! /dev/null 
2>&1; then
+   sed -i -e ":${path#*\ }: s:^:#:" 
./*/4/*/${path%\ *}/CMakeLists.txt || \
+   die "Failed to comment out ${path}"
+   else
+   einfo "   F: ${path}"   # run with LINGUAS="*" 
to cut down list
fi
-   done < <(grep -v "^#" "${REMOVE_DIRS}")
+   done < <(grep -ve "^$\|^\s*\#" "${REMOVE_DIRS}")
 
einfo "   messages..."
-   for path in $(grep -v "^#" "${REMOVE_MSGS}") ; do
-   rm -f ./*/4/*/messages/${path}
-   done
+   while read path; do
+   if ls -U ./*/4/*/messages/${path} > /dev/null 2>&1; then
+   rm ./*/4/*/messages/${path} || die "Failed to 
remove ${path}"
+   else
+   einfo "   F: ${path}"   # run with LINGUAS="*" 
to cut down list
+   fi
+   done < <(grep -ve "^$\|^\s*\#" "${REMOVE_MSGS}")
else
local LNG LDIR
for LNG in ${LINGUAS}; do



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

2016-04-09 Thread Michael Palimaka
commit: 931d6a9e8afd45422069cac3fdba223a455831db
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Apr  9 14:53:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  9 15:12:06 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=931d6a9e

kde-apps/kde4-l10n: Add USE=test to provide more verbosity

The resulting list of LINGUAS that are still conflicting can be forwarded
to upstream in order to cut down on it.

Package-Manager: portage-2.2.27

 kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild | 43 ++--
 1 file changed, 34 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild 
b/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild
index 79fa0b3..32c7f80 100644
--- a/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild
+++ b/kde-apps/kde4-l10n/kde4-l10n-16.03.90.ebuild
@@ -33,7 +33,7 @@ MY_LANGS="ar ast bg bs ca ca@valencia cs da de el en_GB eo es 
et eu fa fi fr ga
 gl he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro
 ru sk sl sr sv tr ug uk wa zh_CN zh_TW"
 
-IUSE="minimal $(printf 'linguas_%s ' ${MY_LANGS})"
+IUSE="minimal test $(printf 'linguas_%s ' ${MY_LANGS})"
 
 URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
 LURI_BASE="mirror://kde/stable/${LV}/src/${KMNAME}"
@@ -90,23 +90,50 @@ EOF
 
if use minimal; then
einfo "Removing file collisions with Plasma 5 and Applications"
+   use test && einfo "Tests enabled: Listing LINGUAS causing file 
collisions"
 
-   einfo "   directories..."
+   einfo "Directories..."
while read path; do
+   if use test ; then  # build a report w/ LINGUAS="*" 
to submit @upstream
+   local lngs
+   for lng in ${LINGUAS}; do
+   
SDIR="${S}/${KMNAME}-${lng}-${PV}/4/${lng}"
+   if [[ -d "${SDIR}" ]] ; then
+   if [[ -d "${SDIR}"/${path%\ 
*}/${path#*\ } ]] ; then
+   lngs+=" ${lng}"
+   fi
+   fi
+   done
+   [[ -n ${lngs} ]] && einfo "${path%\ 
*}/${path#*\ }${lngs}"
+   unset lngs
+   fi
if ls -U ./*/4/*/${path%\ *}/${path#*\ } > /dev/null 
2>&1; then
sed -i -e ":${path#*\ }: s:^:#:" 
./*/4/*/${path%\ *}/CMakeLists.txt || \
die "Failed to comment out ${path}"
else
-   einfo "   F: ${path}"   # run with LINGUAS="*" 
to cut down list
+   einfo "F: ${path}"  # run with LINGUAS="*" 
to cut down list
fi
done < <(grep -ve "^$\|^\s*\#" "${REMOVE_DIRS}")
-
-   einfo "   messages..."
+   einfo
+   einfo "Messages..."
while read path; do
+   if use test ; then  # build a report w/ LINGUAS="*" 
to submit @upstream
+   local lngs
+   for lng in ${LINGUAS}; do
+   
SDIR="${S}/${KMNAME}-${lng}-${PV}/4/${lng}"
+   if [[ -d "${SDIR}" ]] ; then
+   if [[ -e 
"${SDIR}"/messages/${path} ]] ; then
+   lngs+=" ${lng}"
+   fi
+   fi
+   done
+   [[ -n ${lngs} ]] && einfo "${path}${lngs}"
+   unset lngs
+   fi
if ls -U ./*/4/*/messages/${path} > /dev/null 2>&1; then
rm ./*/4/*/messages/${path} || die "Failed to 
remove ${path}"
else
-   einfo "   F: ${path}"   # run with LINGUAS="*" 
to cut down list
+   einfo "F: ${path}"  # run with LINGUAS="*" 
to cut down list
fi
done < <(grep -ve "^$\|^\s*\#" "${REMOVE_MSGS}")
else
@@ -154,9 +181,7 @@ src_compile() {
[[ -n ${A} ]] && kde4-base_src_compile
 }
 
-src_test() {
-   [[ -n ${A} ]] && kde4-base_src_test
-}
+src_test() { :; }
 
 src_install() {
[[ -n ${A} ]] && kde4-base_src_install



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

2016-04-09 Thread Mike Gilbert
commit: 11b2509c7b193afb782e63ec0b60c57f486f7859
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Apr  9 14:59:43 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr  9 15:02:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b2509c

app-admin/cli53: new package

cli53 provides import and export from BIND format and simple command
line management of Route 53 domains.

Features:
- import and export BIND format
- create, delete and list hosted zones
- create, delete and update individual records
- create AWS extensions: failover, geolocation, latency, weighted and
  ALIAS records

Package-Manager: portage-2.2.28_p64

 app-admin/cli53/Manifest   |  1 +
 app-admin/cli53/cli53-0.7.2.ebuild | 28 
 app-admin/cli53/metadata.xml   |  8 
 3 files changed, 37 insertions(+)

diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest
new file mode 100644
index 000..2260660
--- /dev/null
+++ b/app-admin/cli53/Manifest
@@ -0,0 +1 @@
+DIST cli53-0.7.2.tar.gz 3268419 SHA256 
ca038ffef15c31faab524c7fa8eb2136932e9380fa63e7f3e0710a902085769e SHA512 
93db6cc237724492d4ad04f35b1485cc286ec5353809315a9db0c4df475d3a647934d92ba23a0d9bb0146ccac20b17c7fc60b8fe4e253b1051cb7ea5f243167b
 WHIRLPOOL 
d6e6ba9defc2f4c047b99413ab57d497fcb51537fdf84299ff60ae585e1c1e4f2ed90522de682d1dd7f128bf6edf1e6fb4698f5da0bd2e9637dfc4a7588c3f40

diff --git a/app-admin/cli53/cli53-0.7.2.ebuild 
b/app-admin/cli53/cli53-0.7.2.ebuild
new file mode 100644
index 000..baed22a
--- /dev/null
+++ b/app-admin/cli53/cli53-0.7.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Command line tool for Amazon Route 53"
+HOMEPAGE="https://github.com/barnybug/cli53;
+SRC_URI="https://github.com/barnybug/cli53/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_unpack() {
+   EGO_PN="github.com/barnybug/cli53" golang-vcs-snapshot_src_unpack
+}
+
+src_compile() {
+   EGO_PN="github.com/barnybug/cli53/cmd/cli53" golang-build_src_compile
+}
+
+src_install() {
+   dobin cli53
+   dodoc src/github.com/barnybug/cli53/{CHANGELOG,README}.md
+}

diff --git a/app-admin/cli53/metadata.xml b/app-admin/cli53/metadata.xml
new file mode 100644
index 000..de09ffd
--- /dev/null
+++ b/app-admin/cli53/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+



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

2016-04-09 Thread Agostino Sarubbo
commit: 4e435789249e52cb84154bcf4ebcd8e1dc00c77f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  9 14:17:37 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  9 14:17:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e435789

dev-python/keystonemiddleware: x86 stable wrt bug #578876

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild
index 766d47d..e318c0c 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"



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

2016-04-09 Thread Agostino Sarubbo
commit: 688559cd581404fedebf654b085ce84ca1961aca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  9 14:15:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  9 14:15:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688559cd

x11-plugins/wmmemload: x86 stable wrt bug #579234

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/wmmemload/wmmemload-0.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild 
b/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild
index eb31644..851422e 100644
--- a/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild
+++ b/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2016-04-09 Thread Agostino Sarubbo
commit: e085ae4396c7852e34d96713b5125b605641421f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  9 14:16:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  9 14:16:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e085ae43

x11-plugins/wmtop: x86 stable wrt bug #579234

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/wmtop/wmtop-0.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmtop/wmtop-0.85.ebuild 
b/x11-plugins/wmtop/wmtop-0.85.ebuild
index 909d0db..cc4c657 100644
--- a/x11-plugins/wmtop/wmtop-0.85.ebuild
+++ b/x11-plugins/wmtop/wmtop-0.85.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=



  1   2   3   >