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

2016-05-13 Thread Hans de Graaff
commit: 4df9a193eb53f34ffca3baae5251538039c3ad54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 14 05:08:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 14 05:08:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df9a193

dev-ruby/tins: add 1.10.1

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 8988d92..1b3b10a 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -1,4 +1,5 @@
 DIST tins-0.13.1.gem 35328 SHA256 
c53bf237462be8d61cfa2a5f4b48f372d010825b0dc594c952d9857fe4c3ef30 SHA512 
257ba33ec3802355ed74dcbb29aebe05879c541aa032bb2df268ae645f6630cbb7b3f121911389ad78aaf26a5e5f34e87a53033505c0dded78dbd6d8b27982d6
 WHIRLPOOL 
e901e3b6720ab39670ec6fd1f519d2d93eefe1247f72589ff31d8a00796a1b3bd20a23979a50156e3541bd35b287e648ac516d686eec1e57ffc852e112085046
+DIST tins-1.10.1.gem 301056 SHA256 
16c2b411d50f923d8e1af4190151db9bd960eb79c48d4d33b331c7880a03afd0 SHA512 
1d4ab33d71a575de944da509524ea04a915af0645d42b3b0b07a3116f8181b65d86b5b7391aaa48a5cf388477fc31ccc84d22fa700ec47f9381f7a636e5fe68a
 WHIRLPOOL 
602db6c04b3401acdf752ef1cfc6ea7a16f0d44348ce6e3844c406e277f09f266f4ffb53a55f4b337041194f362ea319fe51efa543297d2bbcbd2d76614a0c3e
 DIST tins-1.6.0.gem 299008 SHA256 
1f82e41851f343147e8acda8b02a67e990e38d4755e1e7a8de7cd913fcce0a0b SHA512 
33d576a0960d841f72a3f3c9017f873d0445fd569ded852d614b4a2b32e59ae784a47246b584bc4e0d16d5be4d63c1d7834b32c2bea2129a75dde9b1723ccd01
 WHIRLPOOL 
257e019636565081197c3d353396db2937043886696bb6be294b0930a6e1f7ada1a21fd863d1ac29b649bba3875d7d4b868ded70480a0dec0ba27a6764debac1
 DIST tins-1.8.2.gem 300032 SHA256 
f3964e4bf0c9b795834c76faa90918e8848806bedfd9a954c73f742874a11156 SHA512 
9ade583904002473ebc0a193be5733f60be0192594e419e7123f9653841b44738936c794bc78ace024fb4fde3117a3446cc29461f0b5e2bb8c0e38416adbf7d1
 WHIRLPOOL 
a9679ae660cee4e4622005fe6dc305592bce3fd81b06573cda7d5ca74e9ef56a71b20ed7f80a33fe23d7d9e124361171d00bf3aa83dd151df431108a288e7791
 DIST tins-1.9.0.gem 301056 SHA256 
2d17beff65a34ef74ca1a6721428a6436cf0473b6d701fa68289d3cd2c450deb SHA512 
6ef081d492030dc42a548e849699f0b8650d50644dc2c0aacf9b9a1694ff02c1da19bca8926d42d042537c2ea672b1e49dcd88a3fc41d9daf675029db1bc06b2
 WHIRLPOOL 
33925783766a8814afb6b966d92e63f7202147c9974f72db29af8c7d1df8a1341330a72c407e90dc3251fe96e804dffe103ec62c2edd8eca31f656aaf3adc938

diff --git a/dev-ruby/tins/tins-1.10.1.ebuild b/dev-ruby/tins/tins-1.10.1.ebuild
new file mode 100644
index 000..a668f15
--- /dev/null
+++ b/dev-ruby/tins/tins-1.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}



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

2016-05-13 Thread Hans de Graaff
commit: 97ad39ba5bc39733f34d1e9d5644a4870b70ca84
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 14 05:15:27 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 14 05:15:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ad39ba

dev-ruby/prawn-table: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/prawn-table/prawn-table-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
index 7c48108..c63e1e5 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.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_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2016-05-13 Thread Hans de Graaff
commit: ae5b8364a6680f9a54c0210d9d5c38a6317bec13
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 14 05:11:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 14 05:11:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5b8364

dev-ruby/spring: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/spring/Manifest|  2 --
 dev-ruby/spring/spring-1.6.2.ebuild | 33 -
 dev-ruby/spring/spring-1.6.3.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index 37a09b1..617682d 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1,3 +1 @@
-DIST spring-1.6.2.tar.gz 39206 SHA256 
2e4a579b8847de39fd4ff72d9644c354115d1174809d7f6c9cf67fba774671fe SHA512 
bb46cb6fcbb70b976230a32075072f1fa5a7a1d9f4819a8d9783c3793713407e7481e091400fcf9f5cce0e1b40982b76c378f7384425d2ac71c12baec2fd9adf
 WHIRLPOOL 
85bc50cbf156ed7356b603b31e880fbeb35c4062ddd16ed92d83af96444d370d9318bd770f6714daaf8690592c267929ac8ab12f2d3981156da78661c7b148e6
-DIST spring-1.6.3.tar.gz 39349 SHA256 
6396158ef4479e5bedaa4383db197ead1e04c4c9781eed3300e954ec66a6ce34 SHA512 
88d605cd5c9751a8dd3d9e7903beda0304f0d7b31934735c841b63ee450d5250b73b73f7c95f8a25dcffbbeb73e05028873bf54827481d19a691d345744d576d
 WHIRLPOOL 
ff8220c6ba1201765268120434903796c7a2ce3401ca88a71d3b82aaca1694471fe1fe929832559a8faf666aee8b9b517f462aee12a81940d5047893b1dbf719
 DIST spring-1.6.4.tar.gz 39370 SHA256 
d7584ecb01fb980451c12d65bbb0175c7b15fb3bf8c117058145de5ecc8c349b SHA512 
9dffdcef750bd25028761da8e69c44ae3eace843dff9f81d5566085d3a8c7f944f4c99b6d455078ff564b7135116ae38dcf1aaf6dcc127ac351eae85e15dc143
 WHIRLPOOL 
b7fd0e1520b77e1dc150f270e1cb222915ab98322b9ec0f75242fbfeceec7bd6155262a2fdeee8cf8c5651e9b03e1ce441159042c877675ddc3c4e07fbb2e1cb

diff --git a/dev-ruby/spring/spring-1.6.2.ebuild 
b/dev-ruby/spring/spring-1.6.2.ebuild
deleted file mode 100644
index 034b7e7..000
--- a/dev-ruby/spring/spring-1.6.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rails application preloader"
-HOMEPAGE="https://github.com/rails/spring";
-SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
-
-all_ruby_prepare() {
-   sed -i -e '/files/d' \
-   -e '/bump/d' ${PN}.gemspec || die
-   sed -i -e '/bump/d' Rakefile || die
-}

diff --git a/dev-ruby/spring/spring-1.6.3.ebuild 
b/dev-ruby/spring/spring-1.6.3.ebuild
deleted file mode 100644
index 034b7e7..000
--- a/dev-ruby/spring/spring-1.6.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rails application preloader"
-HOMEPAGE="https://github.com/rails/spring";
-SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.1"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
-
-all_ruby_prepare() {
-   sed -i -e '/files/d' \
-   -e '/bump/d' ${PN}.gemspec || die
-   sed -i -e '/bump/d' Rakefile || die
-}



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

2016-05-13 Thread Hans de Graaff
commit: a787a72495b4a08fb9c914c7ccbaa9e0fc994aa5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 14 05:20:34 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 14 05:20:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a787a724

dev-ruby/ttfunk: add ruby23

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild
index 6062035..d7a46f3 100644
--- a/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild
+++ b/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2016-05-13 Thread Hans de Graaff
commit: f5a52cedd1980a82ea09dd63ed66a2978618087c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 14 05:13:26 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 14 05:13:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a52ced

dev-ruby/spring: add 1.7.1

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index 617682d..869a28f 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1 +1,2 @@
 DIST spring-1.6.4.tar.gz 39370 SHA256 
d7584ecb01fb980451c12d65bbb0175c7b15fb3bf8c117058145de5ecc8c349b SHA512 
9dffdcef750bd25028761da8e69c44ae3eace843dff9f81d5566085d3a8c7f944f4c99b6d455078ff564b7135116ae38dcf1aaf6dcc127ac351eae85e15dc143
 WHIRLPOOL 
b7fd0e1520b77e1dc150f270e1cb222915ab98322b9ec0f75242fbfeceec7bd6155262a2fdeee8cf8c5651e9b03e1ce441159042c877675ddc3c4e07fbb2e1cb
+DIST spring-1.7.1.tar.gz 41162 SHA256 
36f422666a20cd9ae930993f14056e9072e350a24025a26cc5ec59c76725ec33 SHA512 
bf561ae5c9bb5e9f6af640c42bedd0e4992713b90c42e984491d77002c729ffa51723b7f691d14443531243150e37f8bfb67cca1f06aefd4c76548f66728103f
 WHIRLPOOL 
f934c5484d27a1d54eaf305d604f006d7ef2797b6209de1e6e4802e6ebdddc85f59c6891b5bafde4878d0c8d99f6d5b94738f987320976f7cf49a23769d24924

diff --git a/dev-ruby/spring/spring-1.7.1.ebuild 
b/dev-ruby/spring/spring-1.7.1.ebuild
new file mode 100644
index 000..034b7e7
--- /dev/null
+++ b/dev-ruby/spring/spring-1.7.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rails application preloader"
+HOMEPAGE="https://github.com/rails/spring";
+SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+   sed -i -e '/files/d' \
+   -e '/bump/d' ${PN}.gemspec || die
+   sed -i -e '/bump/d' Rakefile || die
+}



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

2016-05-13 Thread Manuel Rüger
commit: d9abb73c24f7bd9fb93fff5664e01ad2c7b4b4f1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 22:20:52 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 22:20:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9abb73c

dev-util/jenkins-bin: Remove old

Package-Manager: portage-2.2.28

 dev-util/jenkins-bin/Manifest   |  3 --
 dev-util/jenkins-bin/jenkins-bin-1.651.1.ebuild | 47 -
 dev-util/jenkins-bin/jenkins-bin-2.0.ebuild | 47 -
 dev-util/jenkins-bin/jenkins-bin-2.1.ebuild | 47 -
 4 files changed, 144 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index a9d25c9..19da915 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jenkins-bin-1.651.1.war 64608161 SHA256 
863533451e49ec480f010ac5815421d39708597ffbbce7ce67c54f0145428500 SHA512 
7802b475a63db72cf82005eca4dc10ab32b4b0bd55698edb699ee19727c1a356a24994b199a83890fabc01de0621823020332f63e5e7fc8c34b30f498e2f91ed
 WHIRLPOOL 
8dab70e6ca38035a78b9203ac5ba050e1e6eed69923b1b7f2dcab150a02ef3ba494c1bf833f5e8d327dea7832e34a187f7b7498e46b00a8b0879dd5960d03eae
 DIST jenkins-bin-1.651.2.war 64673620 SHA256 
1e239db19071beaac3f2db3ec6a568346bbeb9087f5f0fcf19adf6ae62cbcc2b SHA512 
f4c8abebb3d2943314af7995d5854a709adef3bfd84fe5160cce6138c440ea113ab5de30974d73f5abcb9928e6c8ff8706649952b52cedb8c315086b1f0c65d9
 WHIRLPOOL 
6ad8f3a40cefafbd63d0b38b82e9211cb4d8c09f86ed0a55757c0c1551a6f7fff84455a542347a34ec82f52772b852227968122fe2591c65aff7c4634029f501
 DIST jenkins-bin-1.656.war 64685657 SHA256 
97085359725b16aca0f419486e5c1809399e33dbe6d906cd55ef82fad76fb30d SHA512 
84750a70377fc09ed6a75909dd652ccd24999e1ec5f584ee7d36f9e5af02bb280b53f22b8fa47cf371a8a547a916bc9a87a93884fe176a822cc67dd69fd43d69
 WHIRLPOOL 
784edac54bf12bb0a2476f9a81a9f439a2a888746e4b191edbc57917c1a3cd3cc1973d123affe168f5363a13c01e8b308cff4f09a6a3fc1735f82d085c975436
-DIST jenkins-bin-2.0.war 6651 SHA256 
c883c58ba57a70371f60c44c74341e0d511f330e84c13a2499368a02ae11dd97 SHA512 
8c91974b687089b5ead2709afaa8a14b43f0401e5142794453beb9f1f3d81c21f5ddbdc02e69c5af575c27010f72c7c83d0de0291c627da06d1d73c5e9f94139
 WHIRLPOOL 
58b14e2a5daa9e0fae4d604f5b6d75154944e258424d00f96bf615e9b40e2a8a900db7d566aca84da9195d02d315d00f6d1d1cae28810795e2163a6303c0962b
-DIST jenkins-bin-2.1.war 66546336 SHA256 
064d91c5a813c3b2b65174a3ad46d76c46a30f7cb5e50f16ef22157f9d7a1045 SHA512 
c72704729e6fd119dffc1cfbea63b9a200b2784bb7962f6637efe328ead02ee242c2c5cf327606ddb2ef8b589b5640d4cbf134dbf60c17ae9fb288464e1bad82
 WHIRLPOOL 
1ec76b7677270ceb934909dfe63cdeeb6bef2c505d47268821677a3a55e96b5ca8d2cc90b9b3196c6aaf028aa74a9cb61e3278a93d20f98d0c1110166c8fd9e0
 DIST jenkins-bin-2.3.war 66587456 SHA256 
e1a17311776daee38cb1c3a5e687140f39b8dc922d142f4b9c457803f76aa974 SHA512 
c51544768d1667ab1727c0f979593935cd8cb99dc1aa238d0f3ac7dfee61de3329ec5bc43479f77df6a325646474b37e979f4101ea3b382731328263820a50f3
 WHIRLPOOL 
131548501e28fcf4252a0b1ebab405f78eb8422a0b01928041863179b1045e5d1a8d341ea58ce77d456f4f37ef1b80af4fef2bd7db03840613ba7da507820118

diff --git a/dev-util/jenkins-bin/jenkins-bin-1.651.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-1.651.1.ebuild
deleted file mode 100644
index 88dc7f8..000
--- a/dev-util/jenkins-bin/jenkins-bin-1.651.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/";
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   >=virtual/jre-1.7.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.0.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.0.ebuild
deleted file mode 100644
index 96dfaf7..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the term

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

2016-05-13 Thread Manuel Rüger
commit: 6fdbb231b45f78c61f29aa39155224365cb59d46
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 22:18:25 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 22:18:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdbb231

dev-util/jenkins-bin: Version bump to 2.3

Package-Manager: portage-2.2.28

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.3.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 435d190..c644294 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -2,3 +2,4 @@ DIST jenkins-bin-1.651.1.war 64608161 SHA256 
863533451e49ec480f010ac5815421d3970
 DIST jenkins-bin-1.656.war 64685657 SHA256 
97085359725b16aca0f419486e5c1809399e33dbe6d906cd55ef82fad76fb30d SHA512 
84750a70377fc09ed6a75909dd652ccd24999e1ec5f584ee7d36f9e5af02bb280b53f22b8fa47cf371a8a547a916bc9a87a93884fe176a822cc67dd69fd43d69
 WHIRLPOOL 
784edac54bf12bb0a2476f9a81a9f439a2a888746e4b191edbc57917c1a3cd3cc1973d123affe168f5363a13c01e8b308cff4f09a6a3fc1735f82d085c975436
 DIST jenkins-bin-2.0.war 6651 SHA256 
c883c58ba57a70371f60c44c74341e0d511f330e84c13a2499368a02ae11dd97 SHA512 
8c91974b687089b5ead2709afaa8a14b43f0401e5142794453beb9f1f3d81c21f5ddbdc02e69c5af575c27010f72c7c83d0de0291c627da06d1d73c5e9f94139
 WHIRLPOOL 
58b14e2a5daa9e0fae4d604f5b6d75154944e258424d00f96bf615e9b40e2a8a900db7d566aca84da9195d02d315d00f6d1d1cae28810795e2163a6303c0962b
 DIST jenkins-bin-2.1.war 66546336 SHA256 
064d91c5a813c3b2b65174a3ad46d76c46a30f7cb5e50f16ef22157f9d7a1045 SHA512 
c72704729e6fd119dffc1cfbea63b9a200b2784bb7962f6637efe328ead02ee242c2c5cf327606ddb2ef8b589b5640d4cbf134dbf60c17ae9fb288464e1bad82
 WHIRLPOOL 
1ec76b7677270ceb934909dfe63cdeeb6bef2c505d47268821677a3a55e96b5ca8d2cc90b9b3196c6aaf028aa74a9cb61e3278a93d20f98d0c1110166c8fd9e0
+DIST jenkins-bin-2.3.war 66587456 SHA256 
e1a17311776daee38cb1c3a5e687140f39b8dc922d142f4b9c457803f76aa974 SHA512 
c51544768d1667ab1727c0f979593935cd8cb99dc1aa238d0f3ac7dfee61de3329ec5bc43479f77df6a325646474b37e979f4101ea3b382731328263820a50f3
 WHIRLPOOL 
131548501e28fcf4252a0b1ebab405f78eb8422a0b01928041863179b1045e5d1a8d341ea58ce77d456f4f37ef1b80af4fef2bd7db03840613ba7da507820118

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.3.ebuild
new file mode 100644
index 000..96dfaf7
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/";
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.7.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2016-05-13 Thread Manuel Rüger
commit: f6e4291012376e4f06546b473520b2292214c392
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 22:20:18 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 22:20:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e42910

dev-util/jenkins-bin: Version bump to 1.651.2

Package-Manager: portage-2.2.28

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-1.651.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index c644294..a9d25c9 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,5 @@
 DIST jenkins-bin-1.651.1.war 64608161 SHA256 
863533451e49ec480f010ac5815421d39708597ffbbce7ce67c54f0145428500 SHA512 
7802b475a63db72cf82005eca4dc10ab32b4b0bd55698edb699ee19727c1a356a24994b199a83890fabc01de0621823020332f63e5e7fc8c34b30f498e2f91ed
 WHIRLPOOL 
8dab70e6ca38035a78b9203ac5ba050e1e6eed69923b1b7f2dcab150a02ef3ba494c1bf833f5e8d327dea7832e34a187f7b7498e46b00a8b0879dd5960d03eae
+DIST jenkins-bin-1.651.2.war 64673620 SHA256 
1e239db19071beaac3f2db3ec6a568346bbeb9087f5f0fcf19adf6ae62cbcc2b SHA512 
f4c8abebb3d2943314af7995d5854a709adef3bfd84fe5160cce6138c440ea113ab5de30974d73f5abcb9928e6c8ff8706649952b52cedb8c315086b1f0c65d9
 WHIRLPOOL 
6ad8f3a40cefafbd63d0b38b82e9211cb4d8c09f86ed0a55757c0c1551a6f7fff84455a542347a34ec82f52772b852227968122fe2591c65aff7c4634029f501
 DIST jenkins-bin-1.656.war 64685657 SHA256 
97085359725b16aca0f419486e5c1809399e33dbe6d906cd55ef82fad76fb30d SHA512 
84750a70377fc09ed6a75909dd652ccd24999e1ec5f584ee7d36f9e5af02bb280b53f22b8fa47cf371a8a547a916bc9a87a93884fe176a822cc67dd69fd43d69
 WHIRLPOOL 
784edac54bf12bb0a2476f9a81a9f439a2a888746e4b191edbc57917c1a3cd3cc1973d123affe168f5363a13c01e8b308cff4f09a6a3fc1735f82d085c975436
 DIST jenkins-bin-2.0.war 6651 SHA256 
c883c58ba57a70371f60c44c74341e0d511f330e84c13a2499368a02ae11dd97 SHA512 
8c91974b687089b5ead2709afaa8a14b43f0401e5142794453beb9f1f3d81c21f5ddbdc02e69c5af575c27010f72c7c83d0de0291c627da06d1d73c5e9f94139
 WHIRLPOOL 
58b14e2a5daa9e0fae4d604f5b6d75154944e258424d00f96bf615e9b40e2a8a900db7d566aca84da9195d02d315d00f6d1d1cae28810795e2163a6303c0962b
 DIST jenkins-bin-2.1.war 66546336 SHA256 
064d91c5a813c3b2b65174a3ad46d76c46a30f7cb5e50f16ef22157f9d7a1045 SHA512 
c72704729e6fd119dffc1cfbea63b9a200b2784bb7962f6637efe328ead02ee242c2c5cf327606ddb2ef8b589b5640d4cbf134dbf60c17ae9fb288464e1bad82
 WHIRLPOOL 
1ec76b7677270ceb934909dfe63cdeeb6bef2c505d47268821677a3a55e96b5ca8d2cc90b9b3196c6aaf028aa74a9cb61e3278a93d20f98d0c1110166c8fd9e0

diff --git a/dev-util/jenkins-bin/jenkins-bin-1.651.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-1.651.2.ebuild
new file mode 100644
index 000..88dc7f8
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-1.651.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/";
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.7.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2016-05-13 Thread Manuel Rüger
commit: 6bfcaa7d521440d8fef603ef70beead17acdc791
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 22:14:02 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 22:14:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfcaa7d

app-crypt/pgpdump: Version bump to 0.31

Package-Manager: portage-2.2.28

 app-crypt/pgpdump/Manifest|  1 +
 app-crypt/pgpdump/pgpdump-0.31.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-crypt/pgpdump/Manifest b/app-crypt/pgpdump/Manifest
index 769719e..eeda0e7 100644
--- a/app-crypt/pgpdump/Manifest
+++ b/app-crypt/pgpdump/Manifest
@@ -1,2 +1,3 @@
 DIST pgpdump-0.29.tar.gz 62779 SHA256 
6215d9af806399fec73d81735cf20ce91033a7a89a82c4318c4d1659083ff663 SHA512 
ef948791c864d871e30c92ae1bf3dbb5cb09b9665ca97c4644412410266cd82b8509683ce55406192d7d70179d6eeb81f92ee2efd29443a44285df9e21010292
 WHIRLPOOL 
f38f823132ed1e06bf9e7c87ee4b208abc7c2666fed8567434e496ee6032a19b5febaab3f34a27fbbaead99da91963c899ba873e6fe11b76ec3ad8d1227d8d79
 DIST pgpdump-0.30.tar.gz 63152 SHA256 
8c36a005baee8dd6e730e5735c7ac2bbc8826a1bb29f500c0202d00fd62baad4 SHA512 
e250dc82bb890a7645a41f6ddbfad9155ddf70f2ea53b09e771e9b6851d05d3fba88e16b106681ab092174e79ad709ed860be25bfded1ca7f369b357e8c72730
 WHIRLPOOL 
80a054e53d262ad5d349ecb10a5f421c1308de248ad9e2884eb4f37244f79efb3428dedd6d1d2d6b59cdb20b76c95f8ac6674fab3b47635944e0012c8eeaa59c
+DIST pgpdump-0.31.tar.gz 63808 SHA256 
206ae52d4a8bbfa095b6ceefcc8b53ccabcdb75696db3bae5e05c15433729813 SHA512 
10d138baf0e3c9a47f6c8549a94b14eaa8babf95a09265e3a5b91469598726d6ee94cc7c481688c2d2b63917d6daba1bb368923aaf75adac6b18694d9a2940c4
 WHIRLPOOL 
b706d92da109305b72900e7f31aec70b2a9a286e49ab13a03801623ac8997df5c8dc1f30d829aef35dd8d898786748b37dcdeb8cc178f3cddac0662f014a6b03

diff --git a/app-crypt/pgpdump/pgpdump-0.31.ebuild 
b/app-crypt/pgpdump/pgpdump-0.31.ebuild
new file mode 100644
index 000..762c26a
--- /dev/null
+++ b/app-crypt/pgpdump/pgpdump-0.31.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="A PGP packet visualizer"
+HOMEPAGE="http://www.mew.org/~kazu/proj/pgpdump/";
+SRC_URI="http://www.mew.org/~kazu/proj/pgpdump/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+   app-arch/bzip2"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.28-respect-ldflags.patch
+}
+
+src_install() {
+   dobin pgpdump
+   doman pgpdump.1
+   dodoc CHANGES README.md
+}



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

2016-05-13 Thread Manuel Rüger
commit: 051ad56052005c12401cfa3cea3b321d9a20f5f6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 22:06:25 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 22:06:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051ad560

app-admin/keepass: Version bump to 2.33

Package-Manager: portage-2.2.28

 app-admin/keepass/Manifest|   1 +
 app-admin/keepass/keepass-2.33.ebuild | 113 ++
 2 files changed, 114 insertions(+)

diff --git a/app-admin/keepass/Manifest b/app-admin/keepass/Manifest
index a80ede3..5a2a5ca 100644
--- a/app-admin/keepass/Manifest
+++ b/app-admin/keepass/Manifest
@@ -1,3 +1,4 @@
 DIST KeePass-2.30-Source.zip 4767753 SHA256 
4a3c3c217bc05b13bf903612b89a09b67ed1df68fdecd83324f2ef372313e9e4 SHA512 
05404f273f6a7df33887b036aa0dba335124a7b2ae30b61957f8dc9c959cdd3342fdfa22a7d59ba5e9180f039fed5ecbac0a3154eb9d342a5a3a8a057d763182
 WHIRLPOOL 
4ddec9e592724b60724a2deaaf959dacc91f77d1ae97dd07af940f8efd882a008b4424ba68a4fcbd9ebe8d75c2b8a9a644ff7144ed593cfb3f0e361c0364a780
 DIST KeePass-2.31-Source.zip 4714301 SHA256 
555b1a30f374f7077bf15906b09ab36b40fd3fc5753673a3c0ee3f30f0ed7881 SHA512 
e2e81e7d60bc58a18ea3b9a82741bdd6e5be88bcfcf447ae587f6177a8ff97e7c82c02fb0695142f8321c7b5f92aa982254629928dd0c12393d659380f46026d
 WHIRLPOOL 
b8b572bd7db7ce9bc67ae0a241c71cd30595753d06bfed85efafece2b3cce4893c5cc213ee44cabd81c6ff12fc2fc98234d845ed94d0068d8111d116ccc39333
 DIST KeePass-2.32-Source.zip 4721787 SHA256 
7c49b62c8de758dee7e9c2d6108c169d468b4e65f21e297649d3dd8c2b757385 SHA512 
6c6345cedc505eaaec28c6e89e225bdad5d5ac169c364a7e04b06bbdef4223829662f6e12a7432a3785f73cbc6798ba578468be04ab1063eb96135346570c7c3
 WHIRLPOOL 
6ba1bff9df311950068e34f9044f5b9e29e6e571e1928093f7ad6dc23c8b7ad26a89371fc425df0f5b41d3781aa29c0c6ad4d8c0c0f077248e4ee7f9022dabe3
+DIST KeePass-2.33-Source.zip 4738822 SHA256 
5120a490289155a8b49c8e6893a2cc4b20fe859b34f815f17a017bae449f9958 SHA512 
acbc226f96783f0d77d8b70b6a223de80ab7fd73bd750cedf0a52a46e60ed5e816281ec0bc168aea03a0fbb9bb2869ea410d208620bc46b30e53829f22644375
 WHIRLPOOL 
1bdcb19e6e15860f5423f5646f4481e4c6f43c474422c096a808bf5fb862268ddd42d22c67096fa2ebd2f41811d30592a69389561bd6619d0cf0c0da7ae74c0a

diff --git a/app-admin/keepass/keepass-2.33.ebuild 
b/app-admin/keepass/keepass-2.33.ebuild
new file mode 100644
index 000..d828fcf
--- /dev/null
+++ b/app-admin/keepass/keepass-2.33.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils fdo-mime gnome2-utils mono-env multilib
+
+MY_PN="KeePass"
+DESCRIPTION="A free, open source, light-weight and easy-to-use password 
manager"
+HOMEPAGE="http://keepass.info/";
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-Source.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aot"
+
+COMMON_DEPEND=">=dev-lang/mono-2.10.5"
+RDEPEND="${COMMON_DEPEND}
+   dev-dotnet/libgdiplus[cairo]"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}
+
+src_prepare() {
+   # Force text mode for >grep-2.21 (bug #574480)
+   epatch "${FILESDIR}/${PN}-2.31-force-text-grep.patch"
+
+   # Remove Windows-specific things
+   pushd Build > /dev/null || die
+   . PrepMonoDev.sh || die
+   popd > /dev/null || die
+
+   # KeePass looks for some XSL files in the same folder as the executable,
+   # we prefer to have it in /usr/share/KeePass
+   epatch "${FILESDIR}/${PN}-2.20-xsl-path-detection.patch"
+   # bug # 558094
+   if has_version ">=dev-lang/mono-4" ; then
+   sed -i -e 's! ToolsVersion="3.5"!!g' 
Translation/TrlUtil/TrlUtil.csproj || die
+   sed -i -e 's/Format Version 10.00/Format Version 11.00/' 
KeePass.sln || die
+   fi
+}
+
+src_compile() {
+   # Build with Release target
+   xbuild /target:KeePass /property:Configuration=Release || die
+
+   # Run Ahead Of Time compiler on the binary
+   if use aot; then
+   cp Ext/KeePass.exe.config Build/KeePass/Release/
+   mono --aot -O=all Build/KeePass/Release/KeePass.exe || die
+   fi
+}
+
+src_install() {
+   # Wrapper script to launch mono
+   make_wrapper ${PN} "mono /usr/$(get_libdir)/${PN}/KeePass.exe"
+
+   # Some XSL files
+   insinto /usr/share/${PN}/XSL
+   doins Ext/XSL/*
+
+   insinto /usr/$(get_libdir)/${PN}/
+   exeinto /usr/$(get_libdir)/${PN}/
+   doins Ext/KeePass.exe.config
+   # Default configuration, simply says to use user-specific configuration
+   doins Ext/KeePass.config.xml
+
+   # The actual executable
+   doexe Build/KeePass/Release/KeePass.exe
+
+   # Copy the AOT compilation result
+   if use aot; then
+   doexe Build/KeePass/Release/KeePass.exe.so
+   fi
+
+   # Prepare the icons
+   newicon -s 256 Ext/Icons_04_CB/Finals/plockb.png "${PN}.png"
+ 

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

2016-05-13 Thread Jeroen Roovers
commit: 41d262550bd4b272cd041607a703e5a24ddf8d53
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 13 21:49:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 13 21:49:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d26255

www-client/vivaldi: Old.

Package-Manager: portage-2.2.28

 www-client/vivaldi/Manifest |   2 -
 www-client/vivaldi/vivaldi-1.1.453.47_p1.ebuild | 106 
 2 files changed, 108 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index b8f6d1a..b1d27f7 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,5 +1,3 @@
-DIST vivaldi-1.1.453.47_p1-amd64.deb 44656540 SHA256 
982f5cd3f5811becf6f915ff1252ff4d7e7c958dd44491008e4c364fa26e6a26 SHA512 
3f336db61edd1183af7c9c0e00d5d104dd4f9a73d167645efbf220d6f4239507aea404e9be1f2bb2c6d7e67d2d604c15676c9d8ddc96072bf445990c2909d056
 WHIRLPOOL 
306142a847ccf3d3a409b83c381271b05e526a4122c7df199370f97f3505a022a01e44b636d18fe8007ab635eb53bb328dd5ed84a5d93c9aa45dbeb13e4d3d22
-DIST vivaldi-1.1.453.47_p1-i386.deb 45219576 SHA256 
e3a3e3eb3d7d928b38866c15836a4ec89a0c6cdb850c09be36ef4e0b2f08a42c SHA512 
3c30cbc8be36f8d54c167d12497648fb1a98c229e93bd7e7f8bba1118bf7340ee1be177c4639893117cba394ad21209f7ca39d70c69fb4920583ba3cd06918da
 WHIRLPOOL 
e03edab40f251ab7a37c96df4e5b527a6164e3554862f88a54924e53d74686e9c362240c44cf826037a4de982171eb91b81509e01f37622a210d3c57ce7f7654
 DIST vivaldi-1.1.453.52_p1-amd64.deb 44707960 SHA256 
bc3b7ccda0d4eea221b0b530e32600534c18f2a71bdcb3030fad1a3e2f20c64d SHA512 
9a5d2bb198e8143c2251c273fa52a2d95cdd4417bcebc1df9230d103359543e0e655c5504f11a271965e950aa56621bc251754fe52a37495e1a5ace1c68a9c4d
 WHIRLPOOL 
a92dec8da868dcabaa0de1d4e7bb9442e906a61e95319ce4fc1babe6686325752c78d2cc9888a516c162433f9b70ce9564831af0f69894ca7f562131cb99dd99
 DIST vivaldi-1.1.453.52_p1-i386.deb 45209770 SHA256 
86676dd556ce3fb2724290183c0b0519d95a889bad10100313ded33ca551a5bb SHA512 
e0fcc6ab94c3cc7d2e7f4878a6fc3aa3fdda9be9904329d9a06ba865f5dabf73b38afd5f199dca440cdd5f217c9c9a4cfc4acbd22776bb458973a382b0f099f1
 WHIRLPOOL 
e1efe52d97b9496c5bf1adfe59093afd35faff399401fb60036f7456a9864f86d6aaa7e5acbb4d9595158a45cfcd8921e9c667790c645e5fc64600d30d28a77b
 DIST vivaldi-1.2.470.11_p1-amd64.deb 44717014 SHA256 
14c8e25470266130034a475111c56da067f3cb418616e7096003a4ba63894418 SHA512 
0d762a537af096272992e5470ff41f9278e7ffc703be215d1dcb7d9b0fa1610e1744ab341bf668d81c4bf25021766034f19bfd1b867e0144fc965738bf59d806
 WHIRLPOOL 
0c8ccb0230b4b01456bd8a23d1c18d826fa771087ee0c7a0f53c6eb46427f00f8480f1bec79ca23572af97ee14e56c873f26151e21e1d90cf0b096e29e7d22fc

diff --git a/www-client/vivaldi/vivaldi-1.1.453.47_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.1.453.47_p1.ebuild
deleted file mode 100644
index 888d60f..000
--- a/www-client/vivaldi/vivaldi-1.1.453.47_p1.ebuild
+++ /dev/null
@@ -1,106 +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="https://downloads.vivaldi.com/stable/${PN}-stable_${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}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   sed -i \
-   -e 's|vivaldi-stable|vivaldi|g' \
-   usr/share/applications/${PN}-stable.desktop \
-   usr/share/xfce4/helpers/${PN}.desktop || die
-
-   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
-   chmod 0755 usr/share/doc/${PF} || die
-
-   rm \
-   _gpgbuilder \
- 

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

2016-05-13 Thread Jeroen Roovers
commit: d2d9f352770f4a4f83fa2465fff684ad7c92d53d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 13 21:47:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 13 21:48:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d9f352

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.28

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.2.479.8_p1.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index c3be10b..b8f6d1a 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,5 @@ DIST vivaldi-1.1.453.52_p1-amd64.deb 44707960 SHA256 
bc3b7ccda0d4eea221b0b530e32
 DIST vivaldi-1.1.453.52_p1-i386.deb 45209770 SHA256 
86676dd556ce3fb2724290183c0b0519d95a889bad10100313ded33ca551a5bb SHA512 
e0fcc6ab94c3cc7d2e7f4878a6fc3aa3fdda9be9904329d9a06ba865f5dabf73b38afd5f199dca440cdd5f217c9c9a4cfc4acbd22776bb458973a382b0f099f1
 WHIRLPOOL 
e1efe52d97b9496c5bf1adfe59093afd35faff399401fb60036f7456a9864f86d6aaa7e5acbb4d9595158a45cfcd8921e9c667790c645e5fc64600d30d28a77b
 DIST vivaldi-1.2.470.11_p1-amd64.deb 44717014 SHA256 
14c8e25470266130034a475111c56da067f3cb418616e7096003a4ba63894418 SHA512 
0d762a537af096272992e5470ff41f9278e7ffc703be215d1dcb7d9b0fa1610e1744ab341bf668d81c4bf25021766034f19bfd1b867e0144fc965738bf59d806
 WHIRLPOOL 
0c8ccb0230b4b01456bd8a23d1c18d826fa771087ee0c7a0f53c6eb46427f00f8480f1bec79ca23572af97ee14e56c873f26151e21e1d90cf0b096e29e7d22fc
 DIST vivaldi-1.2.470.11_p1-i386.deb 45222054 SHA256 
52d5edf503dce5b31ed51d3bf975a647907b5e2db25a07e18cd0991cb1137e5e SHA512 
3eaaf97edea31658896324475d77175f21b4c4ac5fe6c59e6a663cbf2c589d0836abbd42dd0e8ff296d451d8ca3de5d53288ef1e398049ef786e005b46ed9129
 WHIRLPOOL 
5027589c19dcbe4141b82af24aec9edb46ba83e6f6ca20fe1ebaac2b87591f422dd3f2201b22393fcf9cc0142965fd841d6a8eb4f894d176ead965250064861b
+DIST vivaldi-1.2.479.8_p1-amd64.deb 45328110 SHA256 
fbf8e859af10b904afc9753ecc1d30f183127b57c01b670e699809b15c6d4e09 SHA512 
cd4b846e1e383d95924b6d1c39a7498a73cc9fc39b85c9ecf7d0c28b3581d95d0f0eb9c6b06c0563beffa174f5d3d625f308a520c3c099c5e442bc1b9e87a326
 WHIRLPOOL 
c3c4316eae63e1c0fc911f57cc0bb2a2448640cdb011162838870246155fcc32d544604b396c9baba7f532fa2774760612459c78f82d1163586622e7e85272af
+DIST vivaldi-1.2.479.8_p1-i386.deb 45833518 SHA256 
35950dcf1a109725a63342d23394b5dfd01d6ac693db5cf03d5ac15207fdd3fb SHA512 
1ecb72d3b25a7b0b8e5c71bff6e64a817ba68b64c03624cdfc93c8937d8683bb1812fd725ee283f94ff684bed229db6a8c88450c0be3a6e667790bb4a03709d7
 WHIRLPOOL 
23a2391571480fac91fcdd8d591ad96415d6ef178b4a200a40ddadb454112682ec45f026950bf071af59121831fbe582c58a0776918f424e8ea50cb99f8c1273

diff --git a/www-client/vivaldi/vivaldi-1.2.479.8_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.2.479.8_p1.ebuild
new file mode 100644
index 000..b04ec25
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.2.479.8_p1.ebuild
@@ -0,0 +1,105 @@
+# 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="http://downloads.vivaldi.com/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|vivaldi-snapshot|vivaldi|g' \
+   usr/share/applications/${PN}-snapshot.desktop \
+   usr/share/xfce4/helpers/${PN}-snapshot.desktop || die
+
+   mv usr/share/doc/${PN}-snapshot usr/share/doc/${PF} || d

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

2016-05-13 Thread Manuel Rüger
commit: e8abb56bafd52b5fc749f04b75f41e80d99c413f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 21:35:16 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 21:46:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8abb56b

net-misc/openvpn: Remove old

Package-Manager: portage-2.2.28

 net-misc/openvpn/openvpn-2.3.10.ebuild | 132 -
 1 file changed, 132 deletions(-)

diff --git a/net-misc/openvpn/openvpn-2.3.10.ebuild 
b/net-misc/openvpn/openvpn-2.3.10.ebuild
deleted file mode 100644
index 2af8d05..000
--- a/net-misc/openvpn/openvpn-2.3.10.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib flag-o-matic user systemd
-
-DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz";
-HOMEPAGE="http://openvpn.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="examples down-root iproute2 libressl +lzo pam pkcs11 +plugins polarssl 
selinux socks +ssl static systemd userland_BSD"
-
-REQUIRED_USE="static? ( !plugins !pkcs11 )
-   polarssl? ( ssl !libressl )
-   pkcs11? ( ssl )
-   !plugins? ( !pam !down-root )"
-
-DEPEND="
-   kernel_linux? (
-   iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
-   )
-   pam? ( virtual/pam )
-   ssl? (
-   !polarssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.7:* )
-   libressl? ( dev-libs/libressl )
-   )
-   polarssl? ( >=net-libs/polarssl-1.3.8 )
-   )
-   lzo? ( >=dev-libs/lzo-1.07 )
-   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
-   systemd? ( sys-apps/systemd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-openvpn )
-"
-
-src_configure() {
-   use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
-   local myconf
-   use polarssl && myconf="--with-crypto-library=polarssl"
-   econf \
-   ${myconf} \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-plugindir="${ROOT}/usr/$(get_libdir)/$PN" \
-   $(use_enable ssl) \
-   $(use_enable ssl crypto) \
-   $(use_enable lzo) \
-   $(use_enable pkcs11) \
-   $(use_enable plugins) \
-   $(use_enable iproute2) \
-   $(use_enable socks) \
-   $(use_enable pam plugin-auth-pam) \
-   $(use_enable down-root plugin-down-root) \
-   $(use_enable systemd)
-}
-
-src_install() {
-   default
-   find "${ED}/usr" -name '*.la' -delete
-   # install documentation
-   dodoc AUTHORS ChangeLog PORTS README README.IPv6
-
-   # Install some helper scripts
-   keepdir /etc/openvpn
-   exeinto /etc/openvpn
-   doexe "${FILESDIR}/up.sh"
-   doexe "${FILESDIR}/down.sh"
-
-   # Install the init script and config file
-   newinitd "${FILESDIR}/${PN}-2.1.init" openvpn
-   newconfd "${FILESDIR}/${PN}-2.1.conf" openvpn
-
-   # install examples, controlled by the respective useflag
-   if use examples ; then
-   # dodoc does not supportly support directory traversal, #15193
-   insinto /usr/share/doc/${PF}/examples
-   doins -r sample contrib
-   fi
-
-   systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-   systemd_newunit distro/systemd/openvpn-client@.service 
openvpn-client@.service
-   systemd_newunit distro/systemd/openvpn-server@.service 
openvpn-server@.service
-}
-
-pkg_postinst() {
-   # Add openvpn user so openvpn servers can drop privs
-   # Clients should run as root so they can change ip addresses,
-   # dns information and other such things.
-   enewgroup openvpn
-   enewuser openvpn "" "" "" openvpn
-
-   if [ path_exists -o "${ROOT}/etc/openvpn/*/local.conf" ] ; then
-   ewarn "WARNING: The openvpn init script has changed"
-   ewarn ""
-   fi
-
-   elog "The openvpn init script expects to find the configuration file"
-   elog "openvpn.conf in /etc/openvpn along with any extra files it may 
need."
-   elog ""
-   elog "To create more VPNs, simply create a new .conf file for it and"
-   elog "then create a symlink to the openvpn init script from a link 
called"
-   elog "openvpn.newconfname - like so"
-   elog "   cd /etc/openvpn"
-   elog "   ${EDITOR##*/} foo.conf"
-   elog "   cd /etc/init.d"
-   elog "   ln -s openvpn openvpn.foo"
-   elog ""
-   elog "You can then

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

2016-05-13 Thread Manuel Rüger
commit: 608825b4ea83ee825771131d8414c9877d6d93a5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 21:34:31 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 21:46:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608825b4

net-misc/openvpn: Security bump to 2.3.11, Check kernel options

Gentoo-Bug: #582902
Gentoo-Bug: #582208

Package-Manager: portage-2.2.28

 net-misc/openvpn/Manifest  |   1 +
 net-misc/openvpn/openvpn-2.3.11.ebuild | 138 +
 2 files changed, 139 insertions(+)

diff --git a/net-misc/openvpn/Manifest b/net-misc/openvpn/Manifest
index 26b9115..da03008 100644
--- a/net-misc/openvpn/Manifest
+++ b/net-misc/openvpn/Manifest
@@ -1,2 +1,3 @@
 DIST openvpn-2.3.10.tar.gz 1225636 SHA256 
f8b0b5b92e35bbca1db1a7e6b49e04639e45634e9accd460459b40b2c99ec8f6 SHA512 
13f7cfb8e5a7485f930d13830691a937da40b4cc881c403ab613132cb94aba0a30b1727debdfa1b8d7d761b447ccbcf0d1c2d56ca82f6a6ce7e2eec9642fd13f
 WHIRLPOOL 
ce52f9d89c0512a76ccc71a4c227e8f098ffdd00d4a0ed4518f35b1f86c53c638e2805e1b32e87c664ba7ceeb1a7e50875effa3c302a5e53e1b7143ac9a68685
+DIST openvpn-2.3.11.tar.gz 1242816 SHA256 
9117a4434fd35e61cf94f9ee7ef84b7aecbc6fa556f779ff599560f219756163 SHA512 
10273dc2c13a3db4b4d21bdac51c441bd028045d7ad710ce54b58d9713278e1c083f25b0e4842b8cc77ed8b804ce0fa50ed17eb5c05478d2f4e158b892d7c565
 WHIRLPOOL 
899402429458b4da6b528a52de8261393f9ebf3aa9ce76e196c034c406d286f13c62bd30a69f14491c476eb7bfc6d7d1730a30f0d64cc317fb09a8e745ca1cdb
 DIST openvpn-2.3.8.tar.gz 1214843 SHA256 
532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51 SHA512 
b619283d87eea2e47a2f0dfdbf0ffd1d10388fbdaadb33b43c7a2743748a4814f869fad6215d32fab156664d554ae94af456e7bf496890c68e6729b153d76db9
 WHIRLPOOL 
4868c735ca5e65b34f477457ea38eb6db45fae80563490d1e39ece9bf29b13976dd82d50d054da70c4ee146cb2e88e847bafc3f7ff47112d4494fa0f408d65d0

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

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

2016-05-13 Thread Manuel Rüger
commit: b98c423ff1a1db16491be784451ae56827e19324
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 21:45:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 21:46:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98c423f

net-misc/openvpn: Sync live ebuild

Package-Manager: portage-2.2.28

 net-misc/openvpn/openvpn-.ebuild | 23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/net-misc/openvpn/openvpn-.ebuild 
b/net-misc/openvpn/openvpn-.ebuild
index bcfcb96..bbaf8aa 100644
--- a/net-misc/openvpn/openvpn-.ebuild
+++ b/net-misc/openvpn/openvpn-.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=4
+EAPI=5
 
-inherit multilib autotools flag-o-matic user git-2
+inherit multilib autotools flag-o-matic user linux-info git-2
 
 DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
 EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git";
@@ -13,10 +13,11 @@ HOMEPAGE="http://openvpn.net/";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="examples down-root iproute2 +lzo pam passwordsave pkcs11 +plugins 
polarssl selinux socks +ssl static systemd userland_BSD"
+IUSE="examples down-root iproute2 libressl +lzo pam passwordsave pkcs11 
+plugins polarssl selinux socks +ssl static systemd userland_BSD"
 
 REQUIRED_USE="static? ( !plugins !pkcs11 )
-   polarssl? ( ssl )
+   polarssl? ( ssl !libressl )
+   pkcs11? ( ssl )
!plugins? ( !pam !down-root )"
 
 DEPEND="
@@ -25,7 +26,11 @@ DEPEND="
)
pam? ( virtual/pam )
ssl? (
-   !polarssl? ( >=dev-libs/openssl-0.9.7 ) polarssl? ( 
>=net-libs/polarssl-1.2.10 )
+   !polarssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.7:* )
+   libressl? ( dev-libs/libressl )
+   )
+   polarssl? ( >=net-libs/polarssl-1.3.8 )
)
lzo? ( >=dev-libs/lzo-1.07 )
pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
@@ -34,6 +39,12 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-openvpn )
 "
 
+CONFIG_CHECK="~TUN"
+
+pkg_setup()  {
+   linux-info_pkg_setup
+}
+
 src_prepare() {
eautoreconf
 }



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

2016-05-13 Thread Patrice Clement
commit: 9233af0146ac462d9709f0a66d67396aef9c218e
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 13 20:44:31 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 20:59:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9233af01

app-vim/ackvim: Mend DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/ackvim/ackvim-1.0.9.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild 
b/app-vim/ackvim/ackvim-1.0.9.ebuild
index 62f42a6..211d2d6 100644
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -15,10 +15,7 @@ 
SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
-   sys-apps/ack
-   app-arch/unzip"
-
-RDEPEND="${DEPEND}"
+DEPEND="app-arch/unzip"
+RDEPEND="sys-apps/ack"
 
 S="${WORKDIR}/${MY_P}"



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

2016-05-13 Thread Patrice Clement
commit: 6af8cb46a5c1f6d6e05084db813e312ef7514bec
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 13 20:45:52 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 20:59:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af8cb46

app-vim/pydiction: Mend DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/pydiction/Manifest   | 2 +-
 app-vim/pydiction/pydiction-1.2.3.ebuild | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-vim/pydiction/Manifest b/app-vim/pydiction/Manifest
index 6d5a259..7a8ad4a 100644
--- a/app-vim/pydiction/Manifest
+++ b/app-vim/pydiction/Manifest
@@ -1 +1 @@
-DIST pydiction-1.2.3.zip 476599 SHA256 
0998a06be1741edfb1261944ede6fbad77c3742d8924b57ec3ec80908a22b522 SHA512 
20e553cb8fdc541e619936f80d8e808484e265d96d1223a7558770e453ad186d5d0057a8b25cd5707bf80b56e40c885097e4195fd66fea2afd8b6d83f84d9441
 WHIRLPOOL 
b1fab3728637dd2ec780f6174790315b478b37eda8000a22891e75cd8a7e04b8f4255cee8ae9e249c18cf03a7beac7f8e650eed40fe345a68d59e2294435b1e2
+DIST pydiction-1.2.3.zip 475441 SHA256 
fa5ca8fcd67bd5f7ff7d000e3e0e7d6565d5c298f1d9cf7d0424afad12b8c283 SHA512 
91da1d8a9be89095072724d77bdcaa342fbd5479f5027d7ed7bb2d4a382c7385b2b7fae91c1cd94605232b34a96370a86096e3c32db0d106cbcda2a82f409922
 WHIRLPOOL 
ffc9051eee429263b6037e09f16145704b5f7b209830ac1280cc10e56519ae3149532226bce38e12e8cdd5668ff8c67c80996129946afb9ffa075ffab2b16eae

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild 
b/app-vim/pydiction/pydiction-1.2.3.ebuild
index f22c4d2..1699c18 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -12,11 +12,8 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip";
 LICENSE="vim"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
-DEPEND="
-   dev-lang/python:*
-   app-arch/unzip"
-
-RDEPEND="${DEPEND}"
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/python:*"
 
 S="${WORKDIR}/${PN}"
 



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

2016-05-13 Thread Patrice Clement
commit: 38cac3af4566dbe653cbf876d4c693fd589be66d
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 13 20:46:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 20:59:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cac3af

app-vim/vimpython: Mend DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/vimpython/vimpython-1.13-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild 
b/app-vim/vimpython/vimpython-1.13-r1.ebuild
index badf8cc..5fee62b 100644
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild
@@ -11,8 +11,5 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30";
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
-DEPEND="
-   dev-lang/python:*
-   app-arch/unzip"
-
-RDEPEND="${DEPEND}"
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/python:*"



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

2016-05-13 Thread Manuel Rüger
commit: e853f0819dd99f07cb08af48093ed5f95c5ea876
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 21:15:51 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 21:15:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e853f081

app-crypt/acme: Sync live ebuild

Package-Manager: portage-2.2.28

 app-crypt/acme/acme-.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index a527e0f..4d12496 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.ebuild
@@ -6,20 +6,20 @@ EAPI=5
 PYTHON_COMPAT=(python{2_7,3_4,3_5})
 
 if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git";
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git";
inherit git-r3
KEYWORDS=""
S=${WORKDIR}/${P}/${PN}
 else
-   
SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${PV}.tar.gz -> 
letsencrypt-${PV}.tar.gz"
-   KEYWORDS="~amd64"
-   S=${WORKDIR}/letsencrypt-${PV}/acme
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
letsencrypt-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+   S=${WORKDIR}/certbot-${PV}/acme
 fi
 
 inherit distutils-r1
 
 DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/";
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2016-05-13 Thread Manuel Rüger
commit: e49b551f2cd124d5b9edd72e9f37b57524599661
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 13 21:15:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 13 21:15:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49b551f

app-crypt/acme: Version bump to 0.6.0

Package-Manager: portage-2.2.28

 app-crypt/acme/Manifest  |  1 +
 app-crypt/acme/acme-0.6.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 7b8196c..a67d47c 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,2 +1,3 @@
 DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0
 DIST letsencrypt-0.5.0.tar.gz 650853 SHA256 
503535fa356c45b46a166ea84875bb1fd43e994afee1485bbc3b6849d46c5d43 SHA512 
bffa5123a702c02d74c21453a5f5583055986132eb4ae58b72d066c1c5514a1b6832fc381490998c107fbfc1ac8cd403b19b9a1c87006db4e6081e686c2a2fd0
 WHIRLPOOL 
cd72b3f5d6aa95fe983c16d2c71038777ec37a5fdd74a4b51b31cfb72e16e5868c9dc3ec701a30da80e7b99e9409a0fb183f4eba76c58a86434bae0a32dd8169
+DIST letsencrypt-0.6.0.tar.gz 686826 SHA256 
58eaa6be4ae90af07d682296e42dbac924b5602c51002445059596313e182a09 SHA512 
966fdbff13ac9651ebb5fafae86a58a45538d57a43eb6d157358bbecef4286634bb61dd13b94e0ca5b006980a35cc5fe55b4a12efdeadc2530653d844516c926
 WHIRLPOOL 
0bd424395b9002a04f6c900b208aea758f74e9864d75f6aa87fc30573f046c63f9791aa8bcce0a5452831192d1579e9b52fda5ed77befd6e4f361dab976d6369

diff --git a/app-crypt/acme/acme-0.6.0.ebuild b/app-crypt/acme/acme-0.6.0.ebuild
new file mode 100644
index 000..4d12496
--- /dev/null
+++ b/app-crypt/acme/acme-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git";
+   inherit git-r3
+   KEYWORDS=""
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
letsencrypt-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/ndg-httpsclient-0.4[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN} || die
+}



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

2016-05-13 Thread Mike Frysinger
commit: 44b276923b08eaa58ae67154ceb22654ab4e16a7
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 13 19:03:03 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 13 19:03:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b27692

sys-apps/file: version bump to 5.27 (and man page move #426634)

 sys-apps/file/Manifest   | 1 +
 sys-apps/file/{file-.ebuild => file-5.27.ebuild} | 9 +++--
 sys-apps/file/file-.ebuild   | 9 +++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index ec8f620..8c054df 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,3 +1,4 @@
 DIST file-5.22.tar.gz 732556 SHA256 
c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b SHA512 
e9f1648c3b490bac642a2a9e01d31a8bd49c3e2a1feea1b25869aa1d5e37aa99bbf3fdc5d301618a8b97aec046f10e400a57f8a1d0dd61d3583830aaf3fcbda8
 WHIRLPOOL 
de9ce9305fd824d85128617e196fe6b02ea470b63eb2a35d31e857f7cf91e09f85166aaa72695aaf4a7516413b3a146db85588e7da65f32b131a477b3dece176
 DIST file-5.25.tar.gz 739485 SHA256 
3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca SHA512 
4a5176a7e80df2bb7e45916490433d22eb98a442d49d04146afcbdcf92ff619ea3e73e95c8991e6b6a0628efb9d127bfa4aafc1cae523f8261ca693bc5e13402
 WHIRLPOOL 
70c682ff05e58487a551cd98091e27272baa41e034157bec93ac4d69b2f3e93caed40f37d64ef698527124e86ba4a5cb5975abacfd9eb30e4d3583262e5f0b0b
 DIST file-5.26.tar.gz 773061 SHA256 
2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf SHA512 
e3251dde54f200b6bcade5db97fda25e73efcb2629ff5c464601c82190e12290b89eb942d820d43aa67ef37be3c0f2db00e7e5c303c083e4a8d1c49499b907dd
 WHIRLPOOL 
f8922b8cbfe153347f793e34ba7be1c3e36e55800e22fcb675f971bcc2094781a0784d887ece32760e2586fe6c459f56ce605610225f6746dacd70a922ac9e10
+DIST file-5.27.tar.gz 774063 SHA256 
c2e7d509b1167c4915901ecd257ee924d229a348bf988df6d1934ef0fa34a1a7 SHA512 
fcf607d367d85b8a971a62793efc79f7e548e029dd7bb41f95bf992c271c514d70cd4bb5c2ca577e470e0ff1df9dca31beaaf19a5fd4e3f617b36061eff46195
 WHIRLPOOL 
ea7483dce63a4b1f5fa7ee2571e918997bcffb46a7267a1fa45990dc33966e04a22f20d01105b268f6e6ca530a3a9c3f20f4f802a445847c60ee7f943cc5b570

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-5.27.ebuild
similarity index 93%
copy from sys-apps/file/file-.ebuild
copy to sys-apps/file/file-5.27.ebuild
index 5aa9298..658a92f 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-5.27.ebuild
@@ -18,13 +18,17 @@ else
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"
-HOMEPAGE="http://www.darwinsys.com/file/";
+HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/";
 
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="python static-libs zlib"
 
-DEPEND="python? ( ${PYTHON_DEPS} )
+DEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
 RDEPEND="${DEPEND}
python? ( !dev-python/python-magic )"
@@ -42,6 +46,7 @@ multilib_src_configure() {
ac_cv_header_zlib_h=$(usex zlib) \
ac_cv_lib_z_gzopen=$(usex zlib)
econf \
+   --enable-fsect-man5 \
$(use_enable static-libs static)
 }
 

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-.ebuild
index 5aa9298..658a92f 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-.ebuild
@@ -18,13 +18,17 @@ else
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"
-HOMEPAGE="http://www.darwinsys.com/file/";
+HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/";
 
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="python static-libs zlib"
 
-DEPEND="python? ( ${PYTHON_DEPS} )
+DEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
 RDEPEND="${DEPEND}
python? ( !dev-python/python-magic )"
@@ -42,6 +46,7 @@ multilib_src_configure() {
ac_cv_header_zlib_h=$(usex zlib) \
ac_cv_lib_z_gzopen=$(usex zlib)
econf \
+   --enable-fsect-man5 \
$(use_enable static-libs static)
 }
 



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

2016-05-13 Thread Mike Pagano
commit: 1688459c816229ca4c4b3192c0acd4a7774ab4ec
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri May 13 18:24:18 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri May 13 18:24:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1688459c

sys-kernel/gentoo-sources: Linux patch 4.5.4

Package-Manager: portage-2.2.28

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 808bca2..dba1853 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -112,6 +112,9 @@ DIST genpatches-4.5-4.extras.tar.xz 16280 SHA256 
68c15831b7d7fff7e49d163fac43205
 DIST genpatches-4.5-5.base.tar.xz 175740 SHA256 
559f1b4487cefccba18a212b141d1a79e1437c69ee6331309edfd29b337ac4f5 SHA512 
585b25a07cfedaa0fa515654164822f7e77a5577a1990fe5c0b716f9aecd3b359ac4c01ac652134f90e6e1a8b9746015ea49b9192facb8dcb76b1f2c89034f78
 WHIRLPOOL 
3f8eb42dc6d2f00bf27f8a3b16214b57c934e0e19f0b5e426f37bcb08756d7ab9b51456270a57616024f31e3f18d7aa0ed1b40d46f90ed537b4d99d1a51b09a7
 DIST genpatches-4.5-5.experimental.tar.xz 4896 SHA256 
722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 
09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36
 WHIRLPOOL 
9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76
 DIST genpatches-4.5-5.extras.tar.xz 16276 SHA256 
5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 
c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c
 WHIRLPOOL 
4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9
+DIST genpatches-4.5-6.base.tar.xz 196608 SHA256 
8d02f770e29b1a2f9527f94bc402eafeb095d6961c447fac3255103160373ffb SHA512 
a42fd5572657f1d3b633ec29370646203a1151dd95afb5acdd121407eada9c6fea93c15f259a7b954ac77c6a069de9108799861b8d7db969ff983608fc9a2cb4
 WHIRLPOOL 
20606f6dcf5526158c218c468081f620e7722c73c1f6b1d9e619aa8f3bdf69de9b40edcafa9184688439a06abfd308a34635bb827016f79e56c270f353bd496f
+DIST genpatches-4.5-6.experimental.tar.xz 4896 SHA256 
722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 
09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36
 WHIRLPOOL 
9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76
+DIST genpatches-4.5-6.extras.tar.xz 16276 SHA256 
5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 
c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c
 WHIRLPOOL 
4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-3.12.tar.xz 76384600 SHA256 
2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 
4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff
 WHIRLPOOL 
a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417
 DIST linux-3.14.tar.xz 78399152 SHA256 
61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 
5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e
 WHIRLPOOL 
5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41

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

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

2016-05-13 Thread Davide Pesavento
commit: cd8e4b89b8c254bc4ed13aba2838cd61b723c076
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 13 18:21:11 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 13 18:21:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8e4b89

dev-vcs/qgit: version bump, now uses Qt5

Also, go back to SLOT=0 and stop renaming the binary,
since we don't allow co-installability anymore.

Package-Manager: portage-2.2.28

 dev-vcs/qgit/Manifest|  1 +
 dev-vcs/qgit/qgit-2.6.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest
index 06b7d2d..cc057dc 100644
--- a/dev-vcs/qgit/Manifest
+++ b/dev-vcs/qgit/Manifest
@@ -1 +1,2 @@
 DIST qgit-2.5.tar.gz 250855 SHA256 
25f1ca2860d840d87b9919d34fc3a1b05d4163671ed87d29c3e4a8a09e0b2499 SHA512 
1c56aa4019f3e7aeb4062f49bca48ff773ef0a9af9633e6ae58fe7bba441aa5d85bcdd2093954350d59bc6742b3440116b6e6d49c694a57cb1ffe70c89e4f94d
 WHIRLPOOL 
f312cb3ef6505aa61d6dbd8b07e7302047e73784042b29af7723b5a87c07e555d878a1173bee4b686c3c34059d61523d0caa1a3a8ae3b9aff947ec3b66d8f8fc
+DIST qgit-2.6.tar.gz 252491 SHA256 
f463e4fa3571dcfb1ffe4c83bc5d7e1be8d2caa3513d28dbe0591a6d988239af SHA512 
3bc1e68f8c92951eec52f73c21d3fc9bc8e41ede19468e89aec8ed43e127b38d11f391ee1a363e448ae94fa51d360092840422ddeb4b4b8eb141036dfa83204b
 WHIRLPOOL 
e014428bfc40d22928dc1e9e9c0fa6a811649b36338ba7644c32b5cb6b2a7964b2ad463a98223d176e92ecfc22828e16c1a395818b77fb2da4ba57713e588d77

diff --git a/dev-vcs/qgit/qgit-2.6.ebuild b/dev-vcs/qgit/qgit-2.6.ebuild
new file mode 100644
index 000..ebe043a
--- /dev/null
+++ b/dev-vcs/qgit/qgit-2.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils qmake-utils
+
+DESCRIPTION="Qt GUI for git repositories"
+HOMEPAGE="http://libre.tibirna.org/projects/qgit";
+SRC_URI="http://libre.tibirna.org/attachments/download/12/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+   dev-vcs/git
+   !dev-vcs/qgit:2
+"
+
+S=${WORKDIR}/redivivus-2d0c3b0
+
+src_prepare() {
+   default
+
+   # respect CXXFLAGS
+   sed -i -e '/CONFIG\s*+=/s/debug_and_release//' \
+   -e '/QMAKE_CXXFLAGS.*+=/d' \
+   src/src.pro || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin bin/qgit
+   doicon src/resources/qgit.png
+   make_desktop_entry qgit QGit qgit
+   einstalldocs
+}



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

2016-05-13 Thread Mike Frysinger
commit: 14aeaa71fdbc23b8004b1c2ba9c4daf325b1ae96
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 13 18:10:01 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 13 18:13:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aeaa71

eclass: ELT-patches: update cross patches for libtool-2.4+ #572038

 eclass/ELT-patches/cross/{link-ROOT => 2.2} |  8 
 eclass/ELT-patches/cross/{link-ROOT => 2.4} |  8 
 eclass/ELT-patches/cross/2.4.3  | 21 +
 3 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/eclass/ELT-patches/cross/link-ROOT b/eclass/ELT-patches/cross/2.2
similarity index 73%
copy from eclass/ELT-patches/cross/link-ROOT
copy to eclass/ELT-patches/cross/2.2
index 3c7d99b..e8fc2be 100644
--- a/eclass/ELT-patches/cross/link-ROOT
+++ b/eclass/ELT-patches/cross/2.2
@@ -1,11 +1,11 @@
 libltdl/config/ltmain.sh   2008-09-07 19:56:33.0 +0200
-+++ libltdl/config/ltmain.sh.new   2009-02-15 20:37:47.0 +0100
+--- ltmain.sh
 ltmain.sh
 @@ -5768,7 +5768,7 @@
   test "$hardcode_direct_absolute" = no; then
  add="$libdir/$linklib"
elif test "$hardcode_minus_L" = yes; then
 -add_dir="-L$libdir"
-+add_dir="-L$ROOT/$libdir"
++add_dir="-L${SYSROOT}$libdir"
  add="-l$name"
elif test "$hardcode_shlibpath_var" = yes; then
  case :$finalize_shlibpath: in
@@ -14,7 +14,7 @@
else
  # We cannot seem to hardcode it, guess we'll fake it.
 -add_dir="-L$libdir"
-+add_dir="-L$ROOT/$libdir"
++add_dir="-L${SYSROOT}/$libdir"
  # Try looking first in the location we're being installed to.
  if test -n "$inst_prefix_dir"; then
case $libdir in

diff --git a/eclass/ELT-patches/cross/link-ROOT b/eclass/ELT-patches/cross/2.4
similarity index 73%
rename from eclass/ELT-patches/cross/link-ROOT
rename to eclass/ELT-patches/cross/2.4
index 3c7d99b..9b35295 100644
--- a/eclass/ELT-patches/cross/link-ROOT
+++ b/eclass/ELT-patches/cross/2.4
@@ -1,11 +1,11 @@
 libltdl/config/ltmain.sh   2008-09-07 19:56:33.0 +0200
-+++ libltdl/config/ltmain.sh.new   2009-02-15 20:37:47.0 +0100
+--- ltmain.sh
 ltmain.sh
 @@ -5768,7 +5768,7 @@
   test "$hardcode_direct_absolute" = no; then
  add="$libdir/$linklib"
elif test "$hardcode_minus_L" = yes; then
 -add_dir="-L$libdir"
-+add_dir="-L$ROOT/$libdir"
++add_dir="-L${lt_sysroot:-${SYSROOT}}$libdir"
  add="-l$name"
elif test "$hardcode_shlibpath_var" = yes; then
  case :$finalize_shlibpath: in
@@ -14,7 +14,7 @@
else
  # We cannot seem to hardcode it, guess we'll fake it.
 -add_dir="-L$libdir"
-+add_dir="-L$ROOT/$libdir"
++add_dir="-L${lt_sysroot:-${SYSROOT}}/$libdir"
  # Try looking first in the location we're being installed to.
  if test -n "$inst_prefix_dir"; then
case $libdir in

diff --git a/eclass/ELT-patches/cross/2.4.3 b/eclass/ELT-patches/cross/2.4.3
new file mode 100644
index 000..760104f
--- /dev/null
+++ b/eclass/ELT-patches/cross/2.4.3
@@ -0,0 +1,21 @@
+--- ltmain.sh
 ltmain.sh
+@@ -8367,7 +8367,7 @@
+  test no = "$hardcode_direct_absolute"; then
+ add=$libdir/$linklib
+   elif test yes = "$hardcode_minus_L"; then
+-add_dir=-L$libdir
++add_dir=-L${lt_sysroot:-${SYSROOT}}$libdir
+ add=-l$name
+   elif test yes = "$hardcode_shlibpath_var"; then
+ case :$finalize_shlibpath: in
+@@ -8384,7 +8384,7 @@
+ fi
+   else
+ # We cannot seem to hardcode it, guess we'll fake it.
+-add_dir=-L$libdir
++add_dir=-L${lt_sysroot:-${SYSROOT}}$libdir
+ # Try looking first in the location we're being installed to.
+ if test -n "$inst_prefix_dir"; then
+   case $libdir in
+



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

2016-05-13 Thread Davide Pesavento
commit: 0e4cc2d0a9ac0a2f2967238e82002741b6a5e180
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 13 18:04:54 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 13 18:04:54 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0e4cc2d0

dev-vcs/qgit: remove unmaintained live ebuild

 dev-vcs/qgit/metadata.xml |  8 
 dev-vcs/qgit/qgit-.ebuild | 29 -
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/qgit/metadata.xml b/dev-vcs/qgit/metadata.xml
deleted file mode 100644
index d472e56..000
--- a/dev-vcs/qgit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   p...@gentoo.org
-   Davide Pesavento
-   
-

diff --git a/dev-vcs/qgit/qgit-.ebuild b/dev-vcs/qgit/qgit-.ebuild
deleted file mode 100644
index fe6f0ec..000
--- a/dev-vcs/qgit/qgit-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils qt4-r2 git-2
-
-DESCRIPTION="Qt4 GUI for git repositories"
-HOMEPAGE="http://libre.tibirna.org/projects/qgit/wiki/QGit";
-EGIT_REPO_URI="git://repo.or.cz/qgit4/redivivus.git
-   http://repo.or.cz/r/qgit4/redivivus.git";
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
-   >=dev-vcs/git-1.6
-"
-
-src_install() {
-   newbin bin/qgit qgit4
-   newicon src/resources/qgit.png qgit4.png
-   make_desktop_entry qgit4 QGit qgit4
-   dodoc README
-}



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

2016-05-13 Thread William Hubbs
commit: 3fa9015b8e5610d38366f781a08789e34159b0dc
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun Mar  6 08:22:51 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 13 17:52:21 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3fa9015b

rc-selinux: access check was backwards

 src/rc/rc-selinux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/rc-selinux.c b/src/rc/rc-selinux.c
index ed89be1..a792fe2 100644
--- a/src/rc/rc-selinux.c
+++ b/src/rc/rc-selinux.c
@@ -370,7 +370,7 @@ void selinux_setup(char **argv)
 * which will open the pty with initrc_devpts_t, if it doesnt exist,
 * fall back to plain exec
 */
-   if (access("/usr/sbin/open_init_pty", X_OK)) {
+   if (!access("/usr/sbin/open_init_pty", X_OK)) {
if (execvp("/usr/sbin/open_init_pty", argv)) {
perror("execvp");
exit(-1);



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

2016-05-13 Thread William Hubbs
commit: b7cfcca0028c039afd3bece2428ffefe877e1655
Author: William Hubbs  gentoo  org>
AuthorDate: Fri May 13 17:40:40 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 13 17:41:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cfcca0

sys-apps/openrc: Install supervise-daemon pam file

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index f4ba4dc..14a18ac 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -147,8 +147,9 @@ src_install() {
insinto /etc/logrotate.d
newins "${FILESDIR}"/openrc.logrotate openrc
 
-   # install the gentoo pam.d file
+   # install gentoo pam.d files
newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
+   newpamd "${FILESDIR}"/start-stop-daemon.pam supervise-daemon
 
# install documentation
dodoc ChangeLog *.md



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

2016-05-13 Thread Chí-Thanh Christopher Nguyễn
commit: 33f49af573127885b5d8ba6ae91c6e97b29fef35
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Fri May 13 17:47:23 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Fri May 13 17:47:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f49af5

dev-libs/libinput: Version bump

Package-Manager: portage-2.2.28

 dev-libs/libinput/Manifest  |  1 +
 dev-libs/libinput/libinput-1.3.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 456bfd0..ddc08c4 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -3,3 +3,4 @@ DIST libinput-1.1.0.tar.xz 802348 SHA256 
673186ea2a0d2b695afaa9758834f9217b17577
 DIST libinput-1.1.5.tar.xz 806960 SHA256 
5e08c45dbb8bf32490cc6cd626da098564d646d161a07cba2e3adbd9745c0622 SHA512 
031663c46b556048224aab018eb8ea76e34aace77508e52e6ef382a452585fafd4c91b427c0892aab3c624c0cfedc15c388922ae7166248e5da65575ff900c31
 WHIRLPOOL 
760cc1cf0c6657efbdadadd2f50e188d86465e1aa3f287275323d6fad9156b684de0d3b6dbf6e3fd5213018770726087ee282833f25ba5ef67918c0284b885a1
 DIST libinput-1.2.2.tar.xz 857176 SHA256 
08ac5b3620d86df1cdb4970c4137c8746c9f4b9f0c8e7dfab49858dbceb8f367 SHA512 
d738890b7fc34a66cdb6ebb58f28060ffc81dccda56aa144622f62efc054431d75564d11f6d9a96a2c17032f15093ca98db9f087822977cec9fced428efd2f8b
 WHIRLPOOL 
66128be8bc6019a6c8986fa4ea05041fa75da38fc60232e3d1b12e0e4e90c2d049b622cf3cae7b4107cacbacf6139804693695928d1055a5203c664888d59547
 DIST libinput-1.2.3.tar.xz 860400 SHA256 
09b2a9d3a0cc973a9d3fdc7af40162cbef0b16be0a2e415786f83761f519e9f2 SHA512 
2b82169a395c4f8b3d9a6250b1e4787b7dac1a0a7ea421036ccbbfdb256c59f848f68233522db977d311a48abfef28b3c3f0b3779254c34469b84c7287a90fbf
 WHIRLPOOL 
ce0517cf824193c56a82a1ac61e5c8950e6f7910162c65b996bc0330e2a1fff53a59494b3f516b412995dc9af59c598b3ae6123ce601b32da07a370540705b86
+DIST libinput-1.3.0.tar.xz 878372 SHA256 
998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea SHA512 
dbd373d7b359419d059a8e6e31a701ccdf786393f5a5c1d97abc00e52ac167b80e7dcca9f9fe09de34812642898b4e19e6723bb5336c039c31012cc148d966aa
 WHIRLPOOL 
1d2beff56b2d7a2327883e50c8a4dfe83531b1c096bf5ce778c10c09beec6cd104ca6c189318383f541912e2b76e287c2d15dc546527e24aadaa1938291351cb

diff --git a/dev-libs/libinput/libinput-1.3.0.ebuild 
b/dev-libs/libinput/libinput-1.3.0.ebuild
new file mode 100644
index 000..8ec94bd
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.3.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/";
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="input_devices_wacom test"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.12 )
+   >=dev-libs/libevdev-0.4
+   >=sys-libs/mtdev-1.1
+   virtual/libudev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+src_prepare() {
+   # Doc handling in kinda strange but everything
+   # is available in the tarball already.
+   sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
+   -i Makefile.am Makefile.in || die
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   # building documentation silently fails with graphviz syntax errors
+   econf \
+   --disable-documentation \
+   --disable-event-gui \
+   $(use_enable input_devices_wacom libwacom) \
+   $(use_enable test tests) \
+   --with-udev-dir="$(get_udevdir)"
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc -r doc/html
+   prune_libtool_files
+}



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

2016-05-13 Thread Mike Frysinger
commit: f2d3d915865c44a0a838e39ba13ee054f9fe2ec3
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 13 17:32:55 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 13 17:40:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d3d915

sys-devel/automake: respect $ED #582734

 sys-devel/automake/automake-1.10.3-r1.ebuild |  4 ++--
 sys-devel/automake/automake-1.10.3-r2.ebuild |  4 ++--
 sys-devel/automake/automake-1.11.6-r1.ebuild |  6 +++---
 sys-devel/automake/automake-1.11.6-r2.ebuild |  6 +++---
 sys-devel/automake/automake-1.12.6-r1.ebuild | 10 +-
 sys-devel/automake/automake-1.12.6.ebuild| 10 +-
 sys-devel/automake/automake-1.13.4-r1.ebuild | 10 +-
 sys-devel/automake/automake-1.13.4.ebuild| 10 +-
 sys-devel/automake/automake-1.14.1-r1.ebuild | 10 +-
 sys-devel/automake/automake-1.14.1.ebuild| 10 +-
 sys-devel/automake/automake-1.15-r1.ebuild   | 10 +-
 sys-devel/automake/automake-1.15-r2.ebuild   | 10 +-
 sys-devel/automake/automake-1.15.ebuild  | 10 +-
 sys-devel/automake/automake-1.4_p6-r2.ebuild |  4 ++--
 sys-devel/automake/automake-1.5-r2.ebuild|  6 +++---
 sys-devel/automake/automake-1.6.3-r2.ebuild  |  4 ++--
 sys-devel/automake/automake-1.7.9-r3.ebuild  |  4 ++--
 sys-devel/automake/automake-1.8.5-r5.ebuild  |  4 ++--
 sys-devel/automake/automake-1.9.6-r4.ebuild  |  4 ++--
 sys-devel/automake/automake-.ebuild  |  4 ++--
 20 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/sys-devel/automake/automake-1.10.3-r1.ebuild 
b/sys-devel/automake/automake-1.10.3-r1.ebuild
index dde41de..a7faad7 100644
--- a/sys-devel/automake/automake-1.10.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r1.ebuild
@@ -36,7 +36,7 @@ src_configure() {
 # slot the info pages.  do this w/out munging the source so we don't have
 # to depend on texinfo to regen things.  #464146 (among others)
 slot_info_pages() {
-   pushd "${D}"/usr/share/info >/dev/null
+   pushd "${ED}"/usr/share/info >/dev/null
rm -f dir
 
# Rewrite all the references to other pages.
@@ -71,7 +71,7 @@ src_install() {
for x in aclocal automake ; do
help2man "perl -Ilib ${x}" > ${x}-${SLOT}.1
doman ${x}-${SLOT}.1
-   rm -f "${D}"/usr/bin/${x}
+   rm -f "${ED}"/usr/bin/${x}
done
 
# remove all config.guess and config.sub files replacing them

diff --git a/sys-devel/automake/automake-1.10.3-r2.ebuild 
b/sys-devel/automake/automake-1.10.3-r2.ebuild
index de41a4f..077f2ed 100644
--- a/sys-devel/automake/automake-1.10.3-r2.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r2.ebuild
@@ -37,7 +37,7 @@ src_configure() {
 # slot the info pages.  do this w/out munging the source so we don't have
 # to depend on texinfo to regen things.  #464146 (among others)
 slot_info_pages() {
-   pushd "${D}"/usr/share/info >/dev/null
+   pushd "${ED}"/usr/share/info >/dev/null
rm -f dir
 
# Rewrite all the references to other pages.
@@ -72,7 +72,7 @@ src_install() {
for x in aclocal automake ; do
help2man "perl -Ilib ${x}" > ${x}-${SLOT}.1
doman ${x}-${SLOT}.1
-   rm -f "${D}"/usr/bin/${x}
+   rm -f "${ED}"/usr/bin/${x}
done
 
# remove all config.guess and config.sub files replacing them

diff --git a/sys-devel/automake/automake-1.11.6-r1.ebuild 
b/sys-devel/automake/automake-1.11.6-r1.ebuild
index b0bfdff..cd077f9 100644
--- a/sys-devel/automake/automake-1.11.6-r1.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r1.ebuild
@@ -45,7 +45,7 @@ src_compile() {
 # slot the info pages.  do this w/out munging the source so we don't have
 # to depend on texinfo to regen things.  #464146 (among others)
 slot_info_pages() {
-   pushd "${D}"/usr/share/info >/dev/null
+   pushd "${ED}"/usr/share/info >/dev/null
rm -f dir
 
# Rewrite all the references to other pages.
@@ -78,8 +78,8 @@ src_install() {
dodoc NEWS README THANKS TODO AUTHORS ChangeLog
 
rm \
-   "${D}"/usr/bin/{aclocal,automake} \
-   "${D}"/usr/share/man/man1/{aclocal,automake}.1 || die
+   "${ED}"/usr/bin/{aclocal,automake} \
+   "${ED}"/usr/share/man/man1/{aclocal,automake}.1 || die
 
# remove all config.guess and config.sub files replacing them
# w/a symlink to a specific gnuconfig version

diff --git a/sys-devel/automake/automake-1.11.6-r2.ebuild 
b/sys-devel/automake/automake-1.11.6-r2.ebuild
index d6ead6f..c789fc1 100644
--- a/sys-devel/automake/automake-1.11.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r2.ebuild
@@ -47,7 +47,7 @@ src_compile() {
 # slot the info pages.  do this w/out munging the source so we don't have
 # to depend on texinfo to regen things.  #464146 (among others)
 slot_info_pages() {
-   pushd "${D}"/usr/share/inf

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

2016-05-13 Thread Mike Frysinger
commit: b9188242904a5339ef05f4809b2179f604a607dc
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 13 17:39:47 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 13 17:40:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9188242

sys-devel/automake: rework --docdir flag for automatic prefix support #582734

 sys-devel/automake/automake-1.10.3-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.10.3-r2.ebuild | 2 +-
 sys-devel/automake/automake-1.11.6-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.11.6-r2.ebuild | 2 +-
 sys-devel/automake/automake-1.12.6-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.12.6.ebuild| 2 +-
 sys-devel/automake/automake-1.13.4-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.13.4.ebuild| 2 +-
 sys-devel/automake/automake-1.14.1-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.14.1.ebuild| 2 +-
 sys-devel/automake/automake-1.15-r1.ebuild   | 2 +-
 sys-devel/automake/automake-1.15-r2.ebuild   | 2 +-
 sys-devel/automake/automake-1.15.ebuild  | 2 +-
 sys-devel/automake/automake-.ebuild  | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/sys-devel/automake/automake-1.10.3-r1.ebuild 
b/sys-devel/automake/automake-1.10.3-r1.ebuild
index a7faad7..e3e1476 100644
--- a/sys-devel/automake/automake-1.10.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r1.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 # slot the info pages.  do this w/out munging the source so we don't have

diff --git a/sys-devel/automake/automake-1.10.3-r2.ebuild 
b/sys-devel/automake/automake-1.10.3-r2.ebuild
index 077f2ed..1fe1fe0 100644
--- a/sys-devel/automake/automake-1.10.3-r2.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r2.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 # slot the info pages.  do this w/out munging the source so we don't have

diff --git a/sys-devel/automake/automake-1.11.6-r1.ebuild 
b/sys-devel/automake/automake-1.11.6-r1.ebuild
index cd077f9..d44e76d 100644
--- a/sys-devel/automake/automake-1.11.6-r1.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r1.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir="\$(datarootdir)/doc/${PF}" HELP2MAN=true
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.11.6-r2.ebuild 
b/sys-devel/automake/automake-1.11.6-r2.ebuild
index c789fc1..2dd5d8a 100644
--- a/sys-devel/automake/automake-1.11.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r2.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.12.6-r1.ebuild 
b/sys-devel/automake/automake-1.12.6-r1.ebuild
index 6c76eae..390ff80 100644
--- a/sys-devel/automake/automake-1.12.6-r1.ebuild
+++ b/sys-devel/automake/automake-1.12.6-r1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.12.6.ebuild 
b/sys-devel/automake/automake-1.12.6.ebuild
index 6d11726..d95ffe3 100644
--- a/sys-devel/automake/automake-1.12.6.ebuild
+++ b/sys-devel/automake/automake-1.12.6.ebuild
@@ -28,7 +28,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.13.4-r1.ebuild 
b/sys-devel/automake/automake-1.13.4-r1.ebuild
index 3f1d61e..95b445c 100644
--- a/sys-devel/automake/automake-1.13.4-r1.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r1.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.13.4.ebuild 
b/sys-devel/automake/automake-1.13.4.ebuild
index 320aaf6..d70d98f 100644
--- a/sys-devel/automake/automake-1.13.4.ebuild
+++ b/sys-devel/automake/automake-1.13.4.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.14.1-r1.ebuild 
b/sys-devel/automake/automake-1.14.1-r1.ebuild
index 5372392..ed83e19 100644
--- a/sys-devel/automake/automake-1.14.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r1.ebuild
@@ -42,7 +42,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
+   econf --docdir="\$(datarootdir)/doc/${PF}"
 }
 

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

2016-05-13 Thread Mike Frysinger
commit: 5d62a004d49d9b106979621cff790491358cdefa
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 13 17:29:05 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 13 17:40:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d62a004

sys-devel/automake: rework how HELP2MAN is set up #582734

Only the 1.11 release used this variable -- later versions bundle a copy
and use that rather than the system one.  Move the export to prepare so
the configure function stays the same across versions.

 sys-devel/automake/automake-1.11.6-r2.ebuild | 3 ++-
 sys-devel/automake/automake-1.12.6-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.12.6.ebuild| 2 +-
 sys-devel/automake/automake-1.13.4-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.13.4.ebuild| 2 +-
 sys-devel/automake/automake-1.14.1-r1.ebuild | 2 +-
 sys-devel/automake/automake-1.14.1.ebuild| 2 +-
 sys-devel/automake/automake-1.15-r1.ebuild   | 2 +-
 sys-devel/automake/automake-1.15-r2.ebuild   | 2 +-
 sys-devel/automake/automake-1.15.ebuild  | 2 +-
 10 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sys-devel/automake/automake-1.11.6-r2.ebuild 
b/sys-devel/automake/automake-1.11.6-r2.ebuild
index cd44869..d6ead6f 100644
--- a/sys-devel/automake/automake-1.11.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r2.ebuild
@@ -28,10 +28,11 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-1.10-perl-5.16.patch #424453
epatch "${FILESDIR}"/${PN}-1.13-perl-escape-curly-bracket.patch
chmod a+rx tests/*.test
+   export HELP2MAN=true
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.12.6-r1.ebuild 
b/sys-devel/automake/automake-1.12.6-r1.ebuild
index 70eee07..f9c1334 100644
--- a/sys-devel/automake/automake-1.12.6-r1.ebuild
+++ b/sys-devel/automake/automake-1.12.6-r1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.12.6.ebuild 
b/sys-devel/automake/automake-1.12.6.ebuild
index 55e7c66..06a25a3 100644
--- a/sys-devel/automake/automake-1.12.6.ebuild
+++ b/sys-devel/automake/automake-1.12.6.ebuild
@@ -28,7 +28,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.13.4-r1.ebuild 
b/sys-devel/automake/automake-1.13.4-r1.ebuild
index 8f515d2..6e12d60 100644
--- a/sys-devel/automake/automake-1.13.4-r1.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r1.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.13.4.ebuild 
b/sys-devel/automake/automake-1.13.4.ebuild
index 597591f..57f143b 100644
--- a/sys-devel/automake/automake-1.13.4.ebuild
+++ b/sys-devel/automake/automake-1.13.4.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.14.1-r1.ebuild 
b/sys-devel/automake/automake-1.14.1-r1.ebuild
index add59cb..b1e9964 100644
--- a/sys-devel/automake/automake-1.14.1-r1.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r1.ebuild
@@ -42,7 +42,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.14.1.ebuild 
b/sys-devel/automake/automake-1.14.1.ebuild
index 6f8a8ec..3d5a958 100644
--- a/sys-devel/automake/automake-1.14.1.ebuild
+++ b/sys-devel/automake/automake-1.14.1.ebuild
@@ -41,7 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.15-r1.ebuild 
b/sys-devel/automake/automake-1.15-r1.ebuild
index add59cb..b1e9964 100644
--- a/sys-devel/automake/automake-1.15-r1.ebuild
+++ b/sys-devel/automake/automake-1.15-r1.ebuild
@@ -42,7 +42,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HELP2MAN=true
+   econf --docdir=/usr/share/doc/${PF}
 }
 
 src_compile() {

diff --git a/sys-devel/automake/automake-1.15-r2.ebuild 
b/sys-devel/automake/automake-1.15-r2.ebuild
index 9b47c67..8e77497 100644
--- a/sys-devel/automake/automake-1.15-r2.ebuild
+++ b/sys-devel/automake/automake-1.15-r2.ebuild
@@ -43,7 +43,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --docdir=/usr/share/doc/${PF} HEL

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

2016-05-13 Thread Ian Delaney
commit: e517b3c8e4049e412b343394c9e8ad8376be6b33
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Wed May 11 17:06:43 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 13 17:25:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e517b3c8

dev-python/uvloop: new ebuild, initial vn. 0.4.20

uvloop is a fast, drop-in replacement of the built-in asyncio
event loop. uvloop is implemented in Cython and uses libuv under
the hood.

http://github.com/MagicStack/uvloop

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=582768
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1455

Signed-off-by: Ian Delaney  gentoo.org>

 dev-python/uvloop/Manifest |  1 +
 dev-python/uvloop/metadata.xml | 17 ++
 dev-python/uvloop/uvloop-0.4.20.ebuild | 57 ++
 3 files changed, 75 insertions(+)

diff --git a/dev-python/uvloop/Manifest b/dev-python/uvloop/Manifest
new file mode 100644
index 000..32b7369
--- /dev/null
+++ b/dev-python/uvloop/Manifest
@@ -0,0 +1 @@
+DIST uvloop-0.4.20.tar.gz 1781445 SHA256 
b39afbc242eafff7471337468b28c4164f55d130f8194e0fb4a8b2eb71cb1298 SHA512 
c7f540da9d29340fb0cc0e589143fabc12d4c185d4e7eff889e3434478f445e98c703fd9024af66b6b121bce3c860be2b4da497a6492a43df5891e86b6007d7e
 WHIRLPOOL 
1d50e45cf92fca4b983222038e6524359e7160d0ac87b89265dd298d0fa9f33527c5a839752e6cc0a2d34c6eb27f0919474085616885c779b876a8638a0c5ba1

diff --git a/dev-python/uvloop/metadata.xml b/dev-python/uvloop/metadata.xml
new file mode 100644
index 000..d7bbdfb
--- /dev/null
+++ b/dev-python/uvloop/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   el...@magic.io
+   Elvis Pranskevichus
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   uvloop is a fast, drop-in replacement of the built-in 
asyncio event loop. uvloop is implemented in Cython and uses libuv under the 
hood.
+   
+  uvloop
+  MagicStack/uvloop
+
+

diff --git a/dev-python/uvloop/uvloop-0.4.20.ebuild 
b/dev-python/uvloop/uvloop-0.4.20.ebuild
new file mode 100644
index 000..6a22761
--- /dev/null
+++ b/dev-python/uvloop/uvloop-0.4.20.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv."
+HOMEPAGE="https://github.com/magicstack/uvloop";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="doc examples test"
+
+CDEPEND=">=dev-libs/libuv-1.8.0:="
+DEPEND="
+   ${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/cython-0.23.4[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+   cat <> setup.cfg
+[build_ext]
+use-system-libuv=1
+EOF
+   distutils-r1_src_prepare
+}
+
+python_compile_all() {
+   use doc && emake docs
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/examples"
+   doins -r examples
+   fi
+
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] gentoo commit in src/patchsets/gcc/5.3.0/gentoo: README.history

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:20:41

  Modified: README.history
  Log:
  note new patches

Revision  ChangesPath
1.5  src/patchsets/gcc/5.3.0/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history?r1=1.4&r2=1.5

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.history  29 Apr 2016 00:29:02 -  1.4
+++ README.history  13 May 2016 17:20:41 -  1.5
@@ -1,3 +1,8 @@
+1.2[pending]
+   + 28_all_gcc-5-arm-neon-pr69187.patch
+   + 39_all_gcc-5-parisc-asm-constraint-pr70188.patch
+   + 80_all_gcc-5-c++-mangle-pr67337.patch
+
 1.128 Apr 2016
+ 36_all_gcc-ia64-pr60465.patch
U 74_all_gcc5_isl-dl.patch






[gentoo-commits] gentoo commit in src/patchsets/gcc/5.3.0/gentoo: 28_all_gcc-5-arm-neon-pr69187.patch

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:20:07

  Added:28_all_gcc-5-arm-neon-pr69187.patch
  Log:
  upstream fix for ICEs when compiling arm neon code #571264

Revision  ChangesPath
1.1  
src/patchsets/gcc/5.3.0/gentoo/28_all_gcc-5-arm-neon-pr69187.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/28_all_gcc-5-arm-neon-pr69187.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/28_all_gcc-5-arm-neon-pr69187.patch?rev=1.1&content-type=text/plain

Index: 28_all_gcc-5-arm-neon-pr69187.patch
===
https://bugs.gentoo.org/571264
https://gcc.gnu.org/PR69187

>From 01443309b8c2982ad32d08b330232ec7cd6bbb27 Mon Sep 17 00:00:00 2001
From: jakub 
Date: Wed, 10 Feb 2016 18:40:54 +
Subject: [PATCH] Backported from mainline

2016-01-21  Stefan Sørensen  
Jakub Jelinek  

PR target/69187
PR target/65624
* config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
args array size by one to avoid buffer overflow.

* gcc.target/arm/pr69187.c: New test.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@233296 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog  |  8 
 gcc/config/arm/arm-builtins.c  |  2 +-
 gcc/testsuite/ChangeLog|  4 
 gcc/testsuite/gcc.target/arm/pr69187.c | 19 +++
 4 files changed, 32 insertions(+), 1 deletion(-)
 create mode 100644 gcc/testsuite/gcc.target/arm/pr69187.c

diff --git a/gcc/config/arm/arm-builtins.c b/gcc/config/arm/arm-builtins.c
index 4250c91..6f4fd9b 100644
--- a/gcc/config/arm/arm-builtins.c
+++ b/gcc/config/arm/arm-builtins.c
@@ -2161,7 +2161,7 @@ arm_expand_neon_builtin (int fcode, tree exp, rtx target)
   neon_builtin_datum *d =
&neon_builtin_data[fcode - ARM_BUILTIN_NEON_BASE];
   enum insn_code icode = d->code;
-  builtin_arg args[SIMD_MAX_BUILTIN_ARGS];
+  builtin_arg args[SIMD_MAX_BUILTIN_ARGS + 1];
   int num_args = insn_data[d->code].n_operands;
   int is_void = 0;
   int k;
diff --git a/gcc/testsuite/gcc.target/arm/pr69187.c 
b/gcc/testsuite/gcc.target/arm/pr69187.c
new file mode 100644
index 000..9992a69
--- /dev/null
+++ b/gcc/testsuite/gcc.target/arm/pr69187.c
@@ -0,0 +1,19 @@
+/* PR target/69187 */
+/* { dg-do compile } */
+/* { dg-require-effective-target arm_neon } */
+/* { dg-options "-O0" }  */
+/* { dg-add-options arm_neon }  */
+
+#include 
+
+int32x4_t
+foo (void)
+{
+  int32x4_t vector_int32x4;
+  int16x4_t vector3_int16x4;
+  int16x4_t vector4_int16x4;
+  static int32_t buffer_int32x4[32];
+
+  vector_int32x4 = vld1q_s32(buffer_int32x4);
+  return vqdmlsl_lane_s16(vector_int32x4, vector3_int16x4, vector4_int16x4, 0);
+}
-- 
2.8.2







[gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: README.history

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:20:41

  Modified: README.history
  Log:
  note new patches

Revision  ChangesPath
1.12 src/patchsets/gcc/4.9.3/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?r1=1.11&r2=1.12

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README.history  26 Jan 2016 21:05:43 -  1.11
+++ README.history  13 May 2016 17:20:41 -  1.12
@@ -1,6 +1,8 @@
 1.6[pending]
+ 36_all_gcc-ia64-pr60465.patch
+   + 39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch
U 74_all_gcc49_cloog-dl.patch
+   + 80_all_gcc-4.9-c++-mangle-pr67337.patch
 
 1.512 Jan 2016
+ 92_all_gcc-4.9-hwloops-ICE-pr63681.patch






[gentoo-commits] gentoo commit in src/patchsets/gcc/5.3.0/gentoo: 80_all_gcc-5-c++-mangle-pr67337.patch

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:19:23

  Added:80_all_gcc-5-c++-mangle-pr67337.patch
  Log:
  upstream fix for ICE when using C++ templates #573068

Revision  ChangesPath
1.1  
src/patchsets/gcc/5.3.0/gentoo/80_all_gcc-5-c++-mangle-pr67337.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/80_all_gcc-5-c++-mangle-pr67337.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/80_all_gcc-5-c++-mangle-pr67337.patch?rev=1.1&content-type=text/plain

Index: 80_all_gcc-5-c++-mangle-pr67337.patch
===
https://gcc.gnu.org/PR67337
https://bugs.gentoo.org/573068

>From 2e38ff51e1c314cffc7d2ddeb0704295f3e3616c Mon Sep 17 00:00:00 2001
From: trippels 
Date: Fri, 4 Dec 2015 11:44:17 +
Subject: [PATCH] Fix c++/67337 (segfault in mangle.c)

PR c++/67337
* mangle.c (write_template_prefix): Guard against context==NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@231257 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/cp/ChangeLog|  5 +
 gcc/cp/mangle.c |  2 +-
 gcc/testsuite/g++.dg/template/pr67337.C | 25 +
 3 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 gcc/testsuite/g++.dg/template/pr67337.C

diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c
index c89643d..4e0ed22 100644
--- a/gcc/cp/mangle.c
+++ b/gcc/cp/mangle.c
@@ -1160,7 +1160,7 @@ write_template_prefix (const tree node)
  So, for the example above, `Outer::Inner' is represented as a
  substitution candidate by a TREE_LIST whose purpose is `Outer'
  and whose value is `Outer::Inner'.  */
-  if (TYPE_P (context))
+  if (context && TYPE_P (context))
 substitution = build_tree_list (context, templ);
   else
 substitution = templ;
diff --git a/gcc/testsuite/g++.dg/template/pr67337.C 
b/gcc/testsuite/g++.dg/template/pr67337.C
new file mode 100644
index 000..df2651b
--- /dev/null
+++ b/gcc/testsuite/g++.dg/template/pr67337.C
@@ -0,0 +1,25 @@
+template  class A
+{
+  void m_fn1 (int *, int);
+};
+
+template  class B
+{
+public:
+  typedef int Type;
+};
+
+template  class C
+{
+public:
+  C (int);
+  template  class T> void m_fn2 (typename T::Type);
+};
+
+template <>
+void
+A::m_fn1 (int *, int)
+{
+  C a (0);
+  a.m_fn2 (0);
+}
-- 
2.8.2







[gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: 80_all_gcc-4.9-c++-mangle-pr67337.patch

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:19:23

  Added:80_all_gcc-4.9-c++-mangle-pr67337.patch
  Log:
  upstream fix for ICE when using C++ templates #573068

Revision  ChangesPath
1.1  
src/patchsets/gcc/4.9.3/gentoo/80_all_gcc-4.9-c++-mangle-pr67337.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/80_all_gcc-4.9-c++-mangle-pr67337.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/80_all_gcc-4.9-c++-mangle-pr67337.patch?rev=1.1&content-type=text/plain

Index: 80_all_gcc-4.9-c++-mangle-pr67337.patch
===
https://gcc.gnu.org/PR67337
https://bugs.gentoo.org/573068

>From b1414f2f32407bbe4bb8cc71216272cbf22eb6eb Mon Sep 17 00:00:00 2001
From: trippels 
Date: Fri, 4 Dec 2015 11:46:39 +
Subject: [PATCH] Fix c++/67337 (segfault in mangle.c)

PR c++/67337
* mangle.c (write_template_prefix): Guard against context==NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@231258 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/cp/ChangeLog|  5 +
 gcc/cp/mangle.c |  2 +-
 gcc/testsuite/g++.dg/template/pr67337.C | 25 +
 3 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 gcc/testsuite/g++.dg/template/pr67337.C

diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c
index c9b1c5f..3a22b0d 100644
--- a/gcc/cp/mangle.c
+++ b/gcc/cp/mangle.c
@@ -1118,7 +1118,7 @@ write_template_prefix (const tree node)
  So, for the example above, `Outer::Inner' is represented as a
  substitution candidate by a TREE_LIST whose purpose is `Outer'
  and whose value is `Outer::Inner'.  */
-  if (TYPE_P (context))
+  if (context && TYPE_P (context))
 substitution = build_tree_list (context, templ);
   else
 substitution = templ;
diff --git a/gcc/testsuite/g++.dg/template/pr67337.C 
b/gcc/testsuite/g++.dg/template/pr67337.C
new file mode 100644
index 000..df2651b
--- /dev/null
+++ b/gcc/testsuite/g++.dg/template/pr67337.C
@@ -0,0 +1,25 @@
+template  class A
+{
+  void m_fn1 (int *, int);
+};
+
+template  class B
+{
+public:
+  typedef int Type;
+};
+
+template  class C
+{
+public:
+  C (int);
+  template  class T> void m_fn2 (typename T::Type);
+};
+
+template <>
+void
+A::m_fn1 (int *, int)
+{
+  C a (0);
+  a.m_fn2 (0);
+}
-- 
2.7.4







[gentoo-commits] proj/linux-patches: New tag: 4.5-6

2016-05-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri May 13 17:18:40 2016 +

New tag: 4.5-6




[gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: 39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:15:47

  Added:39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch
  Log:
  fix from upstream for inline asm miscompilation for parisc #578728

Revision  ChangesPath
1.1  
src/patchsets/gcc/4.9.3/gentoo/39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch?rev=1.1&content-type=text/plain

Index: 39_all_gcc-4.9-parisc-asm-constraint-pr70188.patch
===
https://gcc.gnu.org/bugzilla/PR70188
https://bugs.gentoo.org/578728

>From 9ffe058ae4f191a800b9a694e1b3744dd9a739fa Mon Sep 17 00:00:00 2001
From: danglin 
Date: Thu, 17 Mar 2016 22:57:19 +
Subject: [PATCH]

2016-03-17  John David Anglin  

PR target/70188
* config/pa/constraints.md: Revert 2015-02-13 change.  Use
define_constraint for "Q" and "T" constraints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@234311 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog| 6 ++
 gcc/config/pa/constraints.md | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gcc/config/pa/constraints.md b/gcc/config/pa/constraints.md
index bfcba37..a9117b9 100644
--- a/gcc/config/pa/constraints.md
+++ b/gcc/config/pa/constraints.md
@@ -106,7 +106,7 @@
   (and (match_code "mem")
(match_test "IS_LO_SUM_DLT_ADDR_P (XEXP (op, 0))")))
 
-(define_memory_constraint "Q"
+(define_constraint "Q"
   "A memory operand that can be used as the destination operand of an
integer store, or the source operand of an integer load.  That is
any memory operand that isn't a symbolic, indexed or lo_sum memory
@@ -122,7 +122,7 @@
   (and (match_code "mem")
(match_test "IS_INDEX_ADDR_P (XEXP (op, 0))")))
 
-(define_memory_constraint "T"
+(define_constraint "T"
   "A memory operand for floating-point loads and stores."
   (match_test "floating_point_store_memory_operand (op, mode)"))
 
-- 
2.7.4







[gentoo-commits] gentoo commit in src/patchsets/gcc/5.3.0/gentoo: 39_all_gcc-5-parisc-asm-constraint-pr70188.patch

2016-05-13 Thread Mike Frysinger (vapier)
vapier  16/05/13 17:15:46

  Added:39_all_gcc-5-parisc-asm-constraint-pr70188.patch
  Log:
  fix from upstream for inline asm miscompilation for parisc #578728

Revision  ChangesPath
1.1  
src/patchsets/gcc/5.3.0/gentoo/39_all_gcc-5-parisc-asm-constraint-pr70188.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/39_all_gcc-5-parisc-asm-constraint-pr70188.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/39_all_gcc-5-parisc-asm-constraint-pr70188.patch?rev=1.1&content-type=text/plain

Index: 39_all_gcc-5-parisc-asm-constraint-pr70188.patch
===
https://gcc.gnu.org/bugzilla/PR70188
https://bugs.gentoo.org/578728

>From dfdd39ae46f056a5502432a32992633321d62cb3 Mon Sep 17 00:00:00 2001
From: danglin 
Date: Thu, 17 Mar 2016 22:55:38 +
Subject: [PATCH]

2016-03-17  John David Anglin  

PR target/70188
* config/pa/constraints.md: Revert 2015-02-13 change.  Use
define_constraint for "Q" and "T" constraints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@234310 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog| 6 ++
 gcc/config/pa/constraints.md | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gcc/config/pa/constraints.md b/gcc/config/pa/constraints.md
index fed0b58..296337c 100644
--- a/gcc/config/pa/constraints.md
+++ b/gcc/config/pa/constraints.md
@@ -106,7 +106,7 @@
   (and (match_code "mem")
(match_test "IS_LO_SUM_DLT_ADDR_P (XEXP (op, 0))")))
 
-(define_memory_constraint "Q"
+(define_constraint "Q"
   "A memory operand that can be used as the destination operand of an
integer store, or the source operand of an integer load.  That is
any memory operand that isn't a symbolic, indexed or lo_sum memory
@@ -122,7 +122,7 @@
   (and (match_code "mem")
(match_test "IS_INDEX_ADDR_P (XEXP (op, 0))")))
 
-(define_memory_constraint "T"
+(define_constraint "T"
   "A memory operand for floating-point loads and stores."
   (match_test "floating_point_store_memory_operand (op, mode)"))
 
-- 
2.8.2







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

2016-05-13 Thread William Hubbs
commit: 3b5a8b331e81ecd9a9362553c16f4527291d5528
Author: William Hubbs  gmail  com>
AuthorDate: Fri May 13 17:05:23 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 13 17:05:23 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3b5a8b33

supervise-daemon: add pam service file

 src/rc/Makefile | 1 +
 src/rc/supervise-daemon.c   | 2 +-
 src/rc/supervise-daemon.pam | 6 ++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/rc/Makefile b/src/rc/Makefile
index d4759e7..74d74a0 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -75,6 +75,7 @@ install: all
if test "${MKPAM}" = pam; then \
${INSTALL} -d ${DESTDIR}${PAMDIR}; \
${INSTALL} -m ${PAMMODE} start-stop-daemon.pam 
${DESTDIR}${PAMDIR}/start-stop-daemon; \
+   ${INSTALL} -m ${PAMMODE} supervise-daemon.pam 
${DESTDIR}${PAMDIR}/supervise-daemon; \
fi
 
 check test::

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index 6bb75f3..2d8287f 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -202,7 +202,7 @@ static void child_process(char *exec, char **argv)
 
 #ifdef HAVE_PAM
if (changeuser != NULL) {
-   pamr = pam_start("start-stop-daemon",
+   pamr = pam_start("supervise-daemon",
changeuser, &conv, &pamh);
 
if (pamr == PAM_SUCCESS)

diff --git a/src/rc/supervise-daemon.pam b/src/rc/supervise-daemon.pam
new file mode 100644
index 000..a1bada2
--- /dev/null
+++ b/src/rc/supervise-daemon.pam
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+authrequiredpam_permit.so
+account requiredpam_permit.so
+passwordrequiredpam_deny.so
+session optionalpam_limits.so



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

2016-05-13 Thread Davide Pesavento
commit: 3ef1e343024009ed60a428ab306feb8901dcb55f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 13 17:00:57 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 13 17:00:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef1e343

app-misc/brewtarget: version bump, now uses Qt5

Package-Manager: portage-2.2.28

 app-misc/brewtarget/Manifest|  1 +
 app-misc/brewtarget/brewtarget-2.3.1.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-misc/brewtarget/Manifest b/app-misc/brewtarget/Manifest
index f3c2528..b993881 100644
--- a/app-misc/brewtarget/Manifest
+++ b/app-misc/brewtarget/Manifest
@@ -1 +1,2 @@
 DIST brewtarget_2.1.0.orig.tar.xz 8576552 SHA256 
5d34c6ed169d6589c85dd5383850512a0e36ab2b2233f9ed566f3a0fb4adb9be SHA512 
980867c7d5d0d9c6a3c7dc659677c384522fa468c4c86b54d2e77e59b577352abdcaa245d04f01ee4d4d433426925f9df472821c81346e13457b6c58a35fe9c5
 WHIRLPOOL 
df22343055dd133efb918afde589bd86bb0596adde2005a3cda70c8c7817392b762d4ae238feb4d026272108e6053743a1becfe953402d2f646f336a17bcf072
+DIST brewtarget_2.3.1.orig.tar.xz 9449200 SHA256 
1541856e9f835d896045ea3f0aeaf9ed254c8225e9fe0e540a0b4e5bd467ceb0 SHA512 
2ff29496df6df1b4507594905f5b3cdedd472a3e767c5f5dda00d306d092a7bec6f9d67350a830416f0ab457553339ba2f9dd2ea8476ed1dfa7dd4c49adda086
 WHIRLPOOL 
c9e539cd91ebb9d48cecf3a2f21cc5522fcd5b04f99d07a32c98af117949cad467621b09ad26e0ca16c91dce411f70ec5523fd98d98e9f28d6efe44e2c27886d

diff --git a/app-misc/brewtarget/brewtarget-2.3.1.ebuild 
b/app-misc/brewtarget/brewtarget-2.3.1.ebuild
new file mode 100644
index 000..051c1d7
--- /dev/null
+++ b/app-misc/brewtarget/brewtarget-2.3.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PLOCALES="ca cs da de el en es et eu fr gl hu it lv nb nl pl pt ru sr sv tr zh"
+
+inherit cmake-utils l10n
+
+DESCRIPTION="Application to create and manage beer recipes"
+HOMEPAGE="http://www.brewtarget.org/";
+SRC_URI="https://github.com/Brewtarget/${PN}/releases/download/v${PV}/${PN}_${PV}.orig.tar.xz";
+
+LICENSE="GPL-3 WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+remove_locale() {
+   sed -i -e "/bt_${1}\.ts/d" CMakeLists.txt || die
+}
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/translations" bt_ .ts
+   l10n_for_each_disabled_locale_do remove_locale
+
+   # Tests are bogus, don't build them
+   sed -i -e '/Qt5Test/d' CMakeLists.txt || die
+   sed -i -e '/=Tests=/,/=Installs=/d' src/CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDO_RELEASE_BUILD=ON
+   -DNO_MESSING_WITH_FLAGS=ON
+   )
+   cmake-utils_src_configure
+}



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

2016-05-13 Thread Johannes Huber
commit: 0124e7ae32141a61ec6dc6d0e025a24906ae21f5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 12 21:38:44 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 16:55:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0124e7ae

kde-apps/kcalc: Sort dependencies

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/kcalc/kcalc-16.04.49..ebuild | 2 +-
 kde-apps/kcalc/kcalc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kcalc/kcalc-16.04.49..ebuild 
b/kde-apps/kcalc/kcalc-16.04.49..ebuild
index 26b9e70..ce09ed7 100644
--- a/kde-apps/kcalc/kcalc-16.04.49..ebuild
+++ b/kde-apps/kcalc/kcalc-16.04.49..ebuild
@@ -24,10 +24,10 @@ RDEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   dev-libs/gmp:0=
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+   dev-libs/gmp:0=
 "
 DEPEND="${RDEPEND}
$(add_frameworks_dep kinit)

diff --git a/kde-apps/kcalc/kcalc-.ebuild b/kde-apps/kcalc/kcalc-.ebuild
index 26b9e70..ce09ed7 100644
--- a/kde-apps/kcalc/kcalc-.ebuild
+++ b/kde-apps/kcalc/kcalc-.ebuild
@@ -24,10 +24,10 @@ RDEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   dev-libs/gmp:0=
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+   dev-libs/gmp:0=
 "
 DEPEND="${RDEPEND}
$(add_frameworks_dep kinit)



[gentoo-commits] proj/kde:master commit in: profiles/desc/

2016-05-13 Thread Johannes Huber
commit: 165c6161f271dfcfbdf64781b19074fb38cdbcfc
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 12 22:41:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 16:55:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=165c6161

profiles: Drop obsolete KDEPIM_FEATURES descriptions

Signed-off-by: Johannes Huber  gentoo.org>

 profiles/desc/kdepim_features.desc | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/profiles/desc/kdepim_features.desc 
b/profiles/desc/kdepim_features.desc
index cc1f852..85581de 100644
--- a/profiles/desc/kdepim_features.desc
+++ b/profiles/desc/kdepim_features.desc
@@ -5,15 +5,8 @@
 # This file contains descriptions of KDEPIM_FEATURES USE_EXPAND flags.
 
 # Keep it sorted.
-akonadiconsole - KDEPIM_FEATURES option to build akonadi developer console
 akregator - KDEPIM_FEATURES option to build news feed aggregator
-blogilo - KDEPIM_FEATURES option to build blogging client
-console - KDEPIM_FEATURES option to build cli access
 kaddressbook - KDEPIM_FEATURES option to build address book
 kalarm - KDEPIM_FEATURES option to build personal alarm message, command and 
email scheduler
-kleopatra - KDEPIM_FEATURES option to build X.509 key manager
 kmail - KDEPIM_FEATURES option to build email component
-knotes - KDEPIM_FEATURES option to build notes application
-kontact - KDEPIM_FEATURES option to build personal information manager
 korganizer - KDEPIM_FEATURES option to build personal organizer
-ktnef - KDEPIM_FEATURES option to build a viewer for TNEF attachments



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2016-05-13 Thread Johannes Huber
commit: 002815a43382b8029afed51f572454b0c071ea7a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 12 21:48:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 16:55:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=002815a4

profiles: Mask KDE PIM 16.04.1

Signed-off-by: Johannes Huber  gentoo.org>

 profiles/package.mask/kdepim-16.04.1 | 54 
 1 file changed, 54 insertions(+)

diff --git a/profiles/package.mask/kdepim-16.04.1 
b/profiles/package.mask/kdepim-16.04.1
new file mode 100644
index 000..c157137
--- /dev/null
+++ b/profiles/package.mask/kdepim-16.04.1
@@ -0,0 +1,54 @@
+# KDE PIM 16.04.1 mask
+# Not ready for production yet.
+~kde-apps/akonadi-16.04.1
+~kde-apps/akonadiconsole-16.04.1
+~kde-apps/akonadi-calendar-16.04.1
+~kde-apps/akonadi-contact-16.04.1
+~kde-apps/akonadi-mime-16.04.1
+~kde-apps/akonadi-notes-16.04.1
+~kde-apps/akonadi-search-16.04.1
+~kde-apps/akonadi-socialutils-16.04.1
+~kde-apps/akregator-16.04.1
+~kde-apps/blogilo-16.04.1
+~kde-apps/calendarjanitor-16.04.1
+~kde-apps/calendarsupport-16.04.1
+~kde-apps/eventviews-16.04.1
+~kde-apps/gpgmepp-16.04.1
+~kde-apps/grantleetheme-16.04.1
+~kde-apps/incidenceeditor-16.04.1
+~kde-apps/kaddressbook-16.04.1
+~kde-apps/kalarmcal-16.04.1
+~kde-apps/kblog-16.04.1
+~kde-apps/kcalcore-16.04.1
+~kde-apps/kcalutils-16.04.1
+~kde-apps/kcontacts-16.04.1
+~kde-apps/kdepim-16.04.1
+~kde-apps/kdepim-addons-16.04.1
+~kde-apps/kdepim-apps-libs-16.04.1
+~kde-apps/kdepim-kioslaves-16.04.1
+~kde-apps/kdepim-meta-16.04.1
+~kde-apps/kdepim-runtime-16.04.1
+~kde-apps/kdgantt2-16.04.1
+~kde-apps/kholidays-16.04.1
+~kde-apps/kidentitymanagement-16.04.1
+~kde-apps/kimap-16.04.1
+~kde-apps/kldap-16.04.1
+~kde-apps/kleopatra-16.04.1
+~kde-apps/kmailtransport-16.04.1
+~kde-apps/kmbox-16.04.1
+~kde-apps/kmime-16.04.1
+~kde-apps/knotes-16.04.1
+~kde-apps/konsolekalendar-16.04.1
+~kde-apps/kontactinterface-16.04.1
+~kde-apps/kpimtextedit-16.04.1
+~kde-apps/ktnef-16.04.1
+~kde-apps/libgravatar-16.04.1
+~kde-apps/libkdepim-16.04.1
+~kde-apps/libkleo-16.04.1
+~kde-apps/libksieve-16.04.1
+~kde-apps/libktnef-16.04.1
+~kde-apps/mailcommon-16.04.1
+~kde-apps/mailimporter-16.04.1
+~kde-apps/messagelib-16.04.1
+~kde-apps/pimcommon-16.04.1
+~kde-apps/syndication-16.04.1



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

2016-05-13 Thread Johannes Huber
commit: a4f81792f8e1b2c7d1fa56bb5f97d78478e2c9d5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 12 21:40:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 16:55:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4f81792

kde-apps/kmime: Tests fixed, drop workaround

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/kmime/kmime-16.04.49..ebuild | 5 -
 kde-apps/kmime/kmime-.ebuild  | 5 -
 2 files changed, 10 deletions(-)

diff --git a/kde-apps/kmime/kmime-16.04.49..ebuild 
b/kde-apps/kmime/kmime-16.04.49..ebuild
index b845b31..433bc1a 100644
--- a/kde-apps/kmime/kmime-16.04.49..ebuild
+++ b/kde-apps/kmime/kmime-16.04.49..ebuild
@@ -18,8 +18,3 @@ DEPEND="
$(add_frameworks_dep ki18n)
 "
 RDEPEND="${DEPEND}"
-
-src_test() {
-   # kmime-dateformattertest fails because of PM
-   LC_TIME=en_US kde5_src_test
-}

diff --git a/kde-apps/kmime/kmime-.ebuild b/kde-apps/kmime/kmime-.ebuild
index 2aaa0c6..0f386fa 100644
--- a/kde-apps/kmime/kmime-.ebuild
+++ b/kde-apps/kmime/kmime-.ebuild
@@ -19,8 +19,3 @@ DEPEND="
$(add_frameworks_dep ki18n)
 "
 RDEPEND="${DEPEND}"
-
-src_test() {
-   # kmime-dateformattertest fails because of PM
-   LC_TIME=en_US kde5_src_test
-}



[gentoo-commits] proj/kde:master commit in: eclass/

2016-05-13 Thread Johannes Huber
commit: a976c8e79c6eb6f95009ffbb10e76f0215edf622
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 12 22:37:31 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 16:55:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a976c8e7

kde5.eclass: Drop KDE_PIM_KONTACTPLUGIN handling

Signed-off-by: Johannes Huber  gentoo.org>

 eclass/kde5.eclass | 27 +--
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 54c3e3d..0731fd8 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -114,13 +114,6 @@ fi
 # subdirectories that need to be present for a successful build.
 : ${KDE_PIM_KEEP_SUBDIR:=}
 
-# @ECLASS-VARIABLE: KDE_PIM_KONTACTPLUGIN
-# @DESCRIPTION:
-# This variable is used when building a split package from KMNAME="kdepim".
-# If set to "true", add "+kontact" to IUSE and add the appropriate dependency.
-# If set to "false", find plugin subdir and remove it from build.
-: ${KDE_PIM_KONTACTPLUGIN:=false}
-
 # @ECLASS-VARIABLE: KDE_PUNT_BOGUS_DEPS
 # @DESCRIPTION:
 # If set to "false", do nothing.
@@ -230,14 +223,6 @@ case ${KDE_HANDBOOK} in
;;
 esac
 
-case ${KDE_PIM_KONTACTPLUGIN} in
-   true)
-   IUSE+=" +kontact"
-   DEPEND+=" $(add_kdeapps_dep kontactinterface)"
-   ;;
-   *)  ;;
-esac
-
 case ${KDE_TEST} in
false)  ;;
*)
@@ -566,7 +551,7 @@ kde5_src_prepare() {
sed -e "/find_package(KF5/ s/ REQUIRED//" \
-e "/find_package(Qt5 / s/ REQUIRED/ 
OPTIONAL_COMPONENTS/" \
-i CMakeLists.txt || die "Failed to make dependencies 
optional"
-   # FIXME: try to push these down into subdirs @upstream
+
# AkonadiSearch:kaddressbook, knotes, kdepim (kmail, 
korganizer)
# Grantlee: akregator, kaddressbook, 
knotes, kdepim (grantleeeditor, kmail, kontact)
sed -e "/set_package_properties(KF5AkonadiSearch/ s/ REQUIRED/ 
OPTIONAL/" \
@@ -607,16 +592,6 @@ kde5_src_prepare() {
fi
done
popd > /dev/null || die
-
-   # disable build of kontactplugin in split kdepim packages
-   if ! use_if_iuse kontact ; then
-   for x in $(find ./ -name CMakeLists.txt -exec grep -l 
"add_subdirectory.*kontactplugin" "{}" ";"); do
-   einfo "Disabling kontactplugin in: ${x}"
-   pushd $(dirname "${x}") > /dev/null || die
-   cmake_comment_add_subdirectory kontactplugin
-   popd > /dev/null || die
-   done
-   fi
fi
 }
 



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

2016-05-13 Thread Davide Pesavento
commit: a6f612ea74ec2a7a800e8869310ff8069b1c6000
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 13 16:14:36 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 13 16:16:02 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=a6f612ea

dev-qt/qt-creator: moved live ebuild to gentoo.git

 dev-qt/qt-creator/metadata.xml   |  38 ---
 dev-qt/qt-creator/qt-creator-.ebuild | 168 ---
 2 files changed, 206 deletions(-)

diff --git a/dev-qt/qt-creator/metadata.xml b/dev-qt/qt-creator/metadata.xml
deleted file mode 100644
index 3fec6b3..000
--- a/dev-qt/qt-creator/metadata.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   p...@gentoo.org
-   Davide Pesavento
-   
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   Build plugin for Android devices
-   Enable autotools project manager 
plugin
-   Build plugin for bare metal 
devices
-   Add support for dev-vcs/bzr 
version control system
-   Build clang-based code model 
plugin
-   Build clang-based static 
analyzer plugin
-   Add support for IBM ClearCase version 
control system (requires manual installation of ClearCase client)
-   Enable cmake project manager plugin
-   Enable GLSL source code editor
-   Build plugin for Apple iOS devices
-   Add support for 
dev-vcs/mercurial version control system
-   Add support for Perforce version control 
system (requires manual installation of Perforce client)
-   Enable Python source code editor
-   Enable QBS project manager plugin
-   Build plugin for QNX devices
-   Add support for retrieving application 
output from journald
-   Add support for memory debugging using 
dev-util/valgrind
-   Use dev-qt/qtwebengine to 
view documentation
-   Use dev-qt/qtwebkit to view 
documentation
-   Build plugin for WinRT devices
-   
-   
-   https://bugreports.qt.io/
-   http://doc.qt.io/qtcreator/
-   
-

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
deleted file mode 100644
index c636321..000
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ /dev/null
@@ -1,168 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
-
-inherit eutils l10n qmake-utils virtualx
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="http://doc.qt.io/qtcreator/";
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI=(
-   "git://code.qt.io/${PN}/${PN}.git"
-   "https://code.qt.io/git/${PN}/${PN}.git";
-   )
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   
SRC_URI="http://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
-   clangcodemodel clangstaticanalyzer clearcase cmake:cmakeprojectmanager 
cvs git glsl:glsleditor
-   ios mercurial perforce python:pythoneditor qbs:qbsprojectmanager qnx 
subversion valgrind winrt)
-IUSE="doc systemd test webengine webkit ${QTC_PLUGINS[@]%:*}"
-
-# minimum Qt version required
-QT_PV="5.5.0:5"
-
-RDEPEND="
-   =dev-libs/botan-1.10*[-bindist,threads]
-   >=dev-qt/designer-${QT_PV}
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qthelp-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   >=dev-qt/qtsql-${QT_PV}[sqlite]
-   >=dev-qt/qtsvg-${QT_PV}
-   >=dev-qt/qtwidgets-${QT_PV}
-   >=dev-qt/qtx11extras-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   >=sys-devel/gdb-7.5[client,python]
-   clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
-   qbs? ( >=dev-util/qbs-1.4.5 )
-   systemd? ( sys-apps/systemd:= )
-   webengine? ( >=dev-qt/qtwebengine-5.6.0:5 )
-   webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/linguist-tools-${QT_PV}
-   virtual/pkgconfig
-   doc? ( >=dev-qt/qdoc-${QT_PV} )
-   test? ( >=dev-qt/qttest-${QT_PV} )
-"
-for x in ${PLOCALES}; do
-   # qt translations must be installed for qt-creator

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2016-05-13 Thread Davide Pesavento
commit: 36e56b9c21d0c54984f2fe43e06f5e9edd04c658
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 13 16:15:07 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 13 16:15:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e56b9c

dev-qt/qt-creator: add live ebuild

Package-Manager: portage-2.2.28

 dev-qt/qt-creator/qt-creator-.ebuild | 174 +++
 1 file changed, 174 insertions(+)

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
new file mode 100644
index 000..c0f6bbb
--- /dev/null
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
+
+inherit eutils l10n qmake-utils virtualx
+
+DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
+HOMEPAGE="http://doc.qt.io/qtcreator/";
+LICENSE="GPL-3"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=(
+   "git://code.qt.io/${PN}/${PN}.git"
+   "https://code.qt.io/git/${PN}/${PN}.git";
+   )
+else
+   MY_PV=${PV/_/-}
+   MY_P=${PN}-opensource-src-${MY_PV}
+   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
+   
SRC_URI="http://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.gz";
+   KEYWORDS="~amd64 ~arm ~x86"
+   S=${WORKDIR}/${MY_P}
+fi
+
+# TODO: unbundle sqlite
+#  allow disabling modeleditor plugin
+#  it should be possible to skip building some internal libs 
(clangbackendipc, glsl, modelinglib, sqlite) when the plugins that use them are 
disabled
+
+QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
+   clangcodemodel clangstaticanalyzer clearcase cmake:cmakeprojectmanager 
cvs git glsl:glsleditor
+   ios mercurial perforce python:pythoneditor qbs:qbsprojectmanager qnx 
subversion valgrind winrt)
+IUSE="doc systemd test webengine webkit ${QTC_PLUGINS[@]%:*}"
+
+REQUIRED_USE="?? ( webengine webkit )"
+
+# minimum Qt version required
+QT_PV="5.5.0:5"
+
+RDEPEND="
+   =dev-libs/botan-1.10*[-bindist,threads]
+   >=dev-qt/designer-${QT_PV}
+   >=dev-qt/qtconcurrent-${QT_PV}
+   >=dev-qt/qtcore-${QT_PV}
+   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
+   >=dev-qt/qtgui-${QT_PV}
+   >=dev-qt/qthelp-${QT_PV}
+   >=dev-qt/qtnetwork-${QT_PV}[ssl]
+   >=dev-qt/qtprintsupport-${QT_PV}
+   >=dev-qt/qtquickcontrols-${QT_PV}
+   >=dev-qt/qtscript-${QT_PV}
+   >=dev-qt/qtsql-${QT_PV}[sqlite]
+   >=dev-qt/qtsvg-${QT_PV}
+   >=dev-qt/qtwidgets-${QT_PV}
+   >=dev-qt/qtx11extras-${QT_PV}
+   >=dev-qt/qtxml-${QT_PV}
+   >=sys-devel/gdb-7.5[client,python]
+   clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
+   qbs? ( >=dev-util/qbs-1.5.0 )
+   systemd? ( sys-apps/systemd:= )
+   webengine? ( >=dev-qt/qtwebengine-5.6.0:5 )
+   webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/linguist-tools-${QT_PV}
+   virtual/pkgconfig
+   doc? ( >=dev-qt/qdoc-${QT_PV} )
+   test? ( >=dev-qt/qttest-${QT_PV} )
+"
+for x in ${PLOCALES}; do
+   # qt translations must be installed for qt-creator translations to work
+   RDEPEND+=" linguas_${x}? ( >=dev-qt/qttranslations-${QT_PV} )"
+done
+unset x
+
+PDEPEND="
+   autotools? ( sys-devel/autoconf )
+   bazaar? ( dev-vcs/bzr )
+   clangstaticanalyzer? ( sys-devel/clang )
+   cmake? ( dev-util/cmake )
+   cvs? ( dev-vcs/cvs )
+   git? ( dev-vcs/git )
+   mercurial? ( dev-vcs/mercurial )
+   subversion? ( dev-vcs/subversion )
+   valgrind? ( dev-util/valgrind )
+"
+
+src_unpack() {
+   if [[ $(gcc-major-version) -lt 4 ]] || [[ $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -lt 7 ]]; then
+   eerror "GCC version 4.7 or later is required to build Qt 
Creator ${PV}"
+   die "GCC >= 4.7 required"
+   fi
+
+   if [[ ${PV} == * ]]; then
+   git-r3_src_unpack
+   else
+   default
+   fi
+}
+
+src_prepare() {
+   default
+
+   # disable unwanted plugins
+   for plugin in "${QTC_PLUGINS[@]#[+-]}"; do
+   if ! use ${plugin%:*}; then
+   einfo "Disabling ${plugin%:*} plugin"
+   sed -i -re "/(^\s+|SUBDIRS\s*\+=\s*)(${plugin#*:})\>/d" 
\
+   src/plugins/plugins.pro || die "failed to 
disable ${plugin%:*} plugin"
+   fi
+   done
+
+   # automagic dep on qtwebkit (bug 538236)
+   if ! use webkit; then
+   sed -i -e 's/isEmpty(QT\.webkitwidgets\.name)/true/' \
+   src/plugins/help/help.pro || die "failed to disable 
webkit"
+   fi
+

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

2016-05-13 Thread Ian Delaney
commit: 9321089fbffa6af13bae4ed3c2cfad4ed95eb2d9
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri May 13 16:02:56 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 13 16:04:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9321089f

app-editors/scite: adding inherit of flag-o-matic eclass to vn. 3.6.5

on behalf of maintainer E. Peters. Fixes

Gentoo-bug: 582196

Package-Manager: portage-2.2.28

 app-editors/scite/scite-3.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/scite/scite-3.6.5.ebuild 
b/app-editors/scite/scite-3.6.5.ebuild
index 6b1dec2..80bc0c1 100644
--- a/app-editors/scite/scite-3.6.5.ebuild
+++ b/app-editors/scite/scite-3.6.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="6"
 
-inherit toolchain-funcs eutils
+inherit toolchain-funcs eutils flag-o-matic
 
 MY_PV=${PV//./}
 DESCRIPTION="A very powerful editor for programmers"



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

2016-05-13 Thread Alexys Jacob
commit: 89a125886d8e24af223914487f057beaded611ac
Author: Ultrabug  gentoo  org>
AuthorDate: Fri May 13 15:56:58 2016 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri May 13 15:57:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a12588

www-servers/uwsgi: version bump, add go support, make pid path mode 
configurable, drop broken release

Package-Manager: portage-2.2.27

 www-servers/uwsgi/Manifest |   2 +-
 www-servers/uwsgi/files/uwsgi.confd-r4 |  69 ++
 www-servers/uwsgi/files/uwsgi.initd-r7 | 144 +
 www-servers/uwsgi/metadata.xml |   1 +
 .../{uwsgi-2.0.13.ebuild => uwsgi-2.0.13.1.ebuild} |  13 +-
 5 files changed, 224 insertions(+), 5 deletions(-)

diff --git a/www-servers/uwsgi/Manifest b/www-servers/uwsgi/Manifest
index 66288d8..efcf2d1 100644
--- a/www-servers/uwsgi/Manifest
+++ b/www-servers/uwsgi/Manifest
@@ -1,4 +1,4 @@
 DIST uwsgi-2.0.11.2.tar.gz 782133 SHA256 
0b889b0b4d2dd3f6625df28cb0b86ec44a68d074ede2d0dfad0b91e88914885c SHA512 
627759ec98de74016c245b19069dc7e6970c398be95e707c2c9e36fa06438249f130d0c2bdee16f585b123094a9dd4977de5be276a065ddce30a9698da9a
 WHIRLPOOL 
314a397bc678aefe59df8b6a87584768d19b5d52cfd894d518ebe3e9019fb74232c9139c9cc5af00da8b1bc21c369c7a84e9d424b7c5986e6ece65172f3cca27
 DIST uwsgi-2.0.12.tar.gz 784048 SHA256 
306b51db97648d6d23bb7eacd76e5a413434575f220dac1de231c8c26d33e409 SHA512 
3178d140d8365d4f876002490f138c1586fdffa1dbd1a9ec2279097535fcdf5e6bac16acf5d409b51b54c003e0533b724a95a57a213b7310a624ee02bf5c1796
 WHIRLPOOL 
64bbd21a74ec493a3e48981988a76c9c424b406e48784244717567c3842f954229a503d41f36e651634668be5117a533c15e0e51473e99c831676e483cd7d87a
-DIST uwsgi-2.0.13.tar.gz 784971 SHA256 
74219b483e6244eba3b9c48cde043ea4f2fc6db3f952c160aae5498a2d8ddefd SHA512 
59695a92e277aa853a291958d715620e195ab6460fd94ebbb8fe5b23b35d2e220efb95e266bcfb38f9360122b42cf635f56da8632d9ed71ed93cdd821e73623a
 WHIRLPOOL 
efe1e5475d9c3cc60da88c6130aea03ba31eb2068a6d4e744154148697e743706d040c1f3770658402197d1a0e4c8ccb7f3f0e1c37ccf1642918a82897a1e4c8
+DIST uwsgi-2.0.13.1.tar.gz 784937 SHA256 
da32a4438c623a5f7129d1ebeefa3e13eccc2be220af36475fb3461734fe539b SHA512 
9cc7936faf4898401268803d1294896a4d60bc8f1c8ecf3177b16f5e873e69b88d6b8d28cd020a6bf319e6c1e7de65caf29e85207633a5b60f423ffbdaf116e5
 WHIRLPOOL 
9246bdf85cd22b2f01789e8cc06f035ae7d15d4213d7e40e88dd9cd4f1152fb9c4205c32ee8749d0fc174b116453887dbdb2b01ed42c0be897d8e011913f4199
 DIST uwsgi-2.0.9.tar.gz 779244 SHA256 
fe0489bca0a8b95653908be2297e35699fb9e992f728e382224587ee6b918295 SHA512 
8afb6ca51aa2113e2c9fc0b90e11ce8c1aeddb38f41c7b0d5da6811d7ef93aa8b9e015abfd29b1ced35b0f6a00fd7285b8140b855fc3ee79804e2513e94a9fb5
 WHIRLPOOL 
362abe240b9a3f170409b850d9ae5186701b137159cd91d2e689b5f3d43dfe779f13d9e4554b60b82efd534a00751394a7982130912f7f106ac6e7c6dbde88d6

diff --git a/www-servers/uwsgi/files/uwsgi.confd-r4 
b/www-servers/uwsgi/files/uwsgi.confd-r4
new file mode 100644
index 000..f562403
--- /dev/null
+++ b/www-servers/uwsgi/files/uwsgi.confd-r4
@@ -0,0 +1,69 @@
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# YOU SHOULD ONLY MODIFY THIS FILE IF YOU USE THE UWSGI EMPEROR MODE!
+# IF YOU WANT TO RUN A SINGLE APP INSTANCE, CREATE A COPY AND MODIFY THAT 
INSTEAD!
+
+# Path (or name) of UNIX/TCP socket to bind to
+# Example : UWSGI_SOCKET=127.0.0.1:1234
+UWSGI_SOCKET=
+
+# Enable threads? (1 = yes, 0 = no). The default is 0
+#
+UWSGI_THREADS=0
+
+# The path to your uWSGI application.
+#
+UWSGI_PROGRAM=
+
+# The path to your uWSGI xml config file.
+#
+UWSGI_XML_CONFIG=
+
+# The number of child processes to spawn. The default is 1.
+#
+UWSGI_PROCESSES=1
+
+# The log file path. If empty, log only errors
+#
+UWSGI_LOG_FILE=
+
+# If you want to run your application inside a chroot then specify the
+# directory here. Leave this blank otherwise.
+#
+UWSGI_CHROOT=
+
+# If you want to run your application from a specific directiory specify
+# it here. Leave this blank otherwise.
+#
+UWSGI_DIR=
+
+# PIDPATH folder mode (/run/uwsgi_${PROGNAME})
+UWSGI_PIDPATH_MODE=0750
+
+# The user to run your application as. If you do not specify these,
+# the application will be run as user root.
+#
+UWSGI_USER=
+
+# The group to run your application as. If you do not specify these,
+# the application will be run as group root.
+#
+UWSGI_GROUP=
+
+# Run the uwsgi emperor which loads vassals dynamically from this PATH
+# see http://projects.unbit.it/uwsgi/wiki/Emperor
+# The advised Gentoo folder is /etc/uwsgi.d/
+UWSGI_EMPEROR_PATH=
+
+# Emperor PIDPATH folder mode (/run/uwsgi)
+UWSGI_EMPEROR_PIDPATH_MODE=0770
+
+# The group the emperor should run as. This is different from the UWSGI_GROUP
+# as you could want your apps share some sockets with other processes such as
+# www servers while preserving your emperor logs from being accessible by them.
+UWSGI_EMPEROR_GROUP=
+
+# Additional options yo

[gentoo-commits] dev/johu:master commit in: media-sound/tomahawk/

2016-05-13 Thread Johannes Huber
commit: 55c5458c274196e6cd160c421090948bb07cf4e9
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 13 15:44:02 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 15:44:02 2016 +
URL:https://gitweb.gentoo.org/dev/johu.git/commit/?id=55c5458c

media-sound/tomahawk: Use subslot on net-libs/gnutls

Package-Manager: portage-2.2.28

 media-sound/tomahawk/tomahawk-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/tomahawk/tomahawk-.ebuild 
b/media-sound/tomahawk/tomahawk-.ebuild
index bacc86d..9c6f066 100644
--- a/media-sound/tomahawk/tomahawk-.ebuild
+++ b/media-sound/tomahawk/tomahawk-.ebuild
@@ -42,7 +42,7 @@ CDEPEND="
media-libs/liblastfm[qt5]
>=media-libs/taglib-1.8.0
media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
-   >=net-libs/gnutls-3.2
+   >=net-libs/gnutls-3.2:=
x11-libs/libX11
hatchet? ( dev-cpp/websocketpp )
telepathy? ( net-libs/telepathy-qt[qt5] )



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

2016-05-13 Thread Johannes Huber
commit: 2e4c6f16c32c1d04c349f6f7920879cd51144d30
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 13 15:42:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 13 15:42:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4c6f16

media-sound/tomahawk: Use subslot on net-libs/gnutls

Package-Manager: portage-2.2.28

 .../tomahawk/{tomahawk-0.8.4-r2.ebuild => tomahawk-0.8.4-r3.ebuild} | 2 +-
 media-sound/tomahawk/tomahawk-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r2.ebuild 
b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
similarity index 98%
rename from media-sound/tomahawk/tomahawk-0.8.4-r2.ebuild
rename to media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
index 535e1ab..474228f 100644
--- a/media-sound/tomahawk/tomahawk-0.8.4-r2.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
@@ -30,7 +30,7 @@ DEPEND="
dev-cpp/sparsehash
dev-libs/boost:=
>=media-libs/taglib-1.8.0
-   >=net-libs/gnutls-3.2
+   >=net-libs/gnutls-3.2:=
x11-libs/libX11
hatchet? ( dev-cpp/websocketpp )
xmpp? ( net-libs/jreen )

diff --git a/media-sound/tomahawk/tomahawk-.ebuild 
b/media-sound/tomahawk/tomahawk-.ebuild
index bacc86d..9c6f066 100644
--- a/media-sound/tomahawk/tomahawk-.ebuild
+++ b/media-sound/tomahawk/tomahawk-.ebuild
@@ -42,7 +42,7 @@ CDEPEND="
media-libs/liblastfm[qt5]
>=media-libs/taglib-1.8.0
media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
-   >=net-libs/gnutls-3.2
+   >=net-libs/gnutls-3.2:=
x11-libs/libX11
hatchet? ( dev-cpp/websocketpp )
telepathy? ( net-libs/telepathy-qt[qt5] )



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/skychart/files/, sci-astronomy/skychart/

2016-05-13 Thread Michael Palimaka
commit: 5b4ec9eb2107b8dad942f95ec32c255570e5e172
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri May 13 14:56:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri May 13 14:58:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4ec9eb

sci-astronomy/skychart: remove old

Package-Manager: portage-2.2.28

 sci-astronomy/skychart/Manifest|   1 -
 .../skychart/files/skychart-3.8.2450-QA.patch  | 107 ---
 sci-astronomy/skychart/skychart-3.8.2450.ebuild| 117 -
 3 files changed, 225 deletions(-)

diff --git a/sci-astronomy/skychart/Manifest b/sci-astronomy/skychart/Manifest
index cd4889e..9907ec0 100644
--- a/sci-astronomy/skychart/Manifest
+++ b/sci-astronomy/skychart/Manifest
@@ -11,4 +11,3 @@ DIST catalog_wds.tgz 3659028 SHA256 
b8d57f5ca4dd778c8396ea31919c2978f28aa3e42826
 DIST data_jpleph.tgz 4576073 SHA256 
cf375015f32cff79243699df023d9838e2599c59f477322dedf0c4da25831eb1 SHA512 
06cd3c740c29cdb62b874de4afbbcb481ef757016dc828244f601382500400eac0af7b2f14086de327e12ec03b284b42c6bc5a2d98d8e678cd6b81f624bcb4bd
 WHIRLPOOL 
cb7d4363171d742812bc16ed3433d85bc3a235b78f00882a977882817089996255be2d8c69392c6cfa209eca96c3cef672b50ad576d1e05aa7450d8666db0aa2
 DIST pictures_sac.tgz 38540724 SHA256 
0257083278cad3e7fd28651f329af136149a65e3c655dcd0923ec691c470de44 SHA512 
c477f8458505675be94a890caae0799223f667fb9cef9d27e7b03761659cb2951006c9514884e39d6af307886264c03fd0aac11951c38a72ef7dac2ed3388af6
 WHIRLPOOL 
707826c8c8ed8fef55441946b326543f1ff581b17bfaefce418a60fa4ad0a9ee5f3c600fccb1f1ca179c436d544821d156831baf5839173a9de3b4fe38c588df
 DIST skychart-3.10-2854-src.tar.xz 41878300 SHA256 
0554e2b875531db6df96c3dc9c7d5dc9fa8b1937df002cd3e8a9bb20f795976b SHA512 
898a32c86a6f8ebf8d28e9cd0eb68c9f7f32d717bc54a4e91e3e5468291544ee2c9b1355c19ec13d89e09a83543ebd159d4b5ec4db732c4105eab3bb1c218116
 WHIRLPOOL 
b30efa210fd65290c30547cd0d7badcd45ef3b07fb2f1bacf570eaf01a910739b2bf32d033a1d6ceaad9593884e20bb7a7547eea7705f3b7975e869186c544f6
-DIST skychart-3.8-2450-src.tar.bz2 57002014 SHA256 
61efa6f65cf81ea5ebdc35cb84e2be4b559202b0f3ff8b6a266eb0f2022527e5 SHA512 
7d3275b8af6a3bcf4bec53dec5faa33fe4866eac8b55c63c68a8883764840ad373d23a2f86b68ec12d0c7e540d7e07dce0072fa713b6519b3fe3ed9dfb431461
 WHIRLPOOL 
bdaa978e62781d3a4170559d07ff663c9f9c3f4eebe83d57bc5df98f3e554a0dd1b071f58ad21a3d64c188ea0808ac28b79a13f21a0bf27766fb3ac2c8467aa0

diff --git a/sci-astronomy/skychart/files/skychart-3.8.2450-QA.patch 
b/sci-astronomy/skychart/files/skychart-3.8.2450-QA.patch
deleted file mode 100644
index 10d116a..000
--- a/sci-astronomy/skychart/files/skychart-3.8.2450-QA.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-From: Julian Ospald 
-Date: Sun Apr 21 16:14:18 UTC 2013
-Subject: build system
-
-respect CFLAGS, LDFLAGS and don't do other silly stuff
-
 skychart-3.8-2450-src/skychart/library/getdss/Makefile
-+++ skychart-3.8-2450-src/skychart/library/getdss/Makefile
-@@ -1,21 +1,21 @@
- CPPFLAGS=-I. -DUNIX -D_CONSOLE -fPIC $(arch_flags)
-  For Suns and similar wrong-endian computers, add -DWRONG_WAY_BYTE_ORDER.
--CC= gcc
-+CC?= gcc
- OSTYPE = $(shell uname)
- ifneq ($(findstring Darwin,$(OSTYPE)),)
- SO_Name = libgetdss.dylib
--LDFLAGS=  -Wl,-single_module -dynamiclib  -lc -lm -lstdc++
-+LDFLAGS +=  -Wl,-single_module -dynamiclib  -lc -lm -lstdc++
- else
- SO_Name = libgetdss.so
--LDFLAGS= -shared -Wl,-soname,$(SO_Name) $(arch_flags)
-+LDFLAGS += -shared -Wl,-soname,$(SO_Name) $(arch_flags)
- endif
- ifneq ($(findstring W32,$(OSTYPE)),)
- SO_Name = libgetdss.dll
--LDFLAGS= -shared -Wl,-soname,$(SO_Name)
-+LDFLAGS += -shared -Wl,-soname,$(SO_Name)
- endif
- ifneq ($(findstring MINGW,$(OSTYPE)),)
- SO_Name = libgetdss.dll
--LDFLAGS= -shared -Wl,-soname,$(SO_Name)
-+LDFLAGS += -shared -Wl,-soname,$(SO_Name)
- endif
- OBJS = getdss_lib.o dss.o extr_fit.o getpiece.o \
-   hdcmprss.o bitinput.o decode.o dodecode.o hinv.o \
-@@ -25,7 +25,7 @@
- all: $(SO_Name)
- 
- $(SO_Name):  $(OBJS)
--  $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
-   
- clean:
-   rm -f $(OBJS) $(SO_Name)
 skychart-3.8-2450-src/skychart/library/plan404/Makefile
-+++ skychart-3.8-2450-src/skychart/library/plan404/Makefile
-@@ -1,7 +1,7 @@
- # Common flags
--CC= gcc
-+CC?= gcc
- #CFLAGS= -O3 -ffast-math (fast-math removed for better compatibility )
--CFLAGS= -O3 -fPIC $(arch_flags)
-+CFLAGS+= -fPIC $(arch_flags)
- OSTYPE = $(shell uname)
- ifneq ($(findstring Darwin,$(OSTYPE)),)
- SO_Name   = libplan404.dylib
-@@ -35,7 +35,7 @@
-   $(CC) $(CFLAGS) -c $< -o $@
- 
- $(SO_Name): $(OBJ)
--  $(CC) $(CFLAGS) $(LIBFLAGS) -o $@ $(OBJ)
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(LIBFLAGS) -o $@ $(OBJ)
- 
- clean:
-   rm -f $(OBJ) $(SO_Name)
 skychart-3.8-2450-src/skychart/library/wcs/Makefile
-+++ skychart-3.8-2450-src/s

[gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/

2016-05-13 Thread Michael Palimaka
commit: 2b2eee95a78997adb08f717f6066584e68d5879e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri May 13 14:58:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri May 13 14:58:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2eee95

dev-games/tiled: version bump

Package-Manager: portage-2.2.28

 dev-games/tiled/Manifest|  1 +
 dev-games/tiled/tiled-0.16.1.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index 606cc85..098b09d 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1 +1,2 @@
 DIST tiled-0.16.0.tar.gz 4485752 SHA256 
c02df78021c07c5574a8b52fcb61a02649db039724f13ecacdd18840df7490ee SHA512 
4850127fd05f477b47df3d44a25e457eade4719b2d6e295eb5e220574e8b0009c7b9b9972679b5ef539ec63c8ecc56c12be6f24e1cc611714ca8d4d9769150f3
 WHIRLPOOL 
f42aa6dd38a223ba385a69a6f7f2e2fe2e99c4a65da2c59b915b2fe2ba9a597670f7737f57c23e2a1cb9c4b058143779c110c9c9dfdf1f833e84c5491a78c253
+DIST tiled-0.16.1.tar.gz 4506022 SHA256 
c27fc243d27fb879d85b9de841b5c82d1363f93204e5f72afd50a1373168 SHA512 
425cbdc66132312326b9edc0cf4aa24116cfb0a2f89c1a51107f8bdfbf4f8c41ba450a8a3737867b2fc8bda43cfb9e488b3c540911e60860086365939d62
 WHIRLPOOL 
2aea640f6a725194d7b980481d01b8b1802349a031cf8b07baf6f58cf8bc668516ef03cc1feb1275a8ea565ba0b3e200494fc677add7ada0fc20b6ddae74009b

diff --git a/dev-games/tiled/tiled-0.16.1.ebuild 
b/dev-games/tiled/tiled-0.16.1.ebuild
new file mode 100644
index 000..0795f0b
--- /dev/null
+++ b/dev-games/tiled/tiled-0.16.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
+
+DESCRIPTION="A general purpose tile map editor"
+HOMEPAGE="http://www.mapeditor.org/";
+SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
+
+LICENSE="BSD BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples python"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   sys-libs/zlib
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
DISABLE_PYTHON_PLUGIN="$(usex !python)"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   dodoc AUTHORS COPYING NEWS README.md
+
+   if use examples ; then
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   fi
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/

2016-05-13 Thread Agostino Sarubbo
commit: cfdb705ec16aa45587b04d0c16084178b0a35a09
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdb705e

games-kids/tuxmath: amd64 stable wrt bug #582492

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

 games-kids/tuxmath/tuxmath-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-kids/tuxmath/tuxmath-2.0.3.ebuild 
b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
index b500ac3..f0c43fe 100644
--- a/games-kids/tuxmath/tuxmath-2.0.3.ebuild
+++ b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2 OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls svg"
 
 RDEPEND="dev-games/t4k-common[svg?]



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

2016-05-13 Thread Agostino Sarubbo
commit: e1f1588553b0ba60e23a8bcf81adc95d2e2d0e0a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:51:14 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:51:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f15885

net-libs/nghttp2: amd64 stable wrt bug #582250

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

 net-libs/nghttp2/nghttp2-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nghttp2/nghttp2-1.10.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
index 7d89224..ea398ad 100644
--- a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



[gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/

2016-05-13 Thread Michael Palimaka
commit: 676057aa55f333072c8bb4a3196e8ed3466b0540
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri May 13 14:51:04 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri May 13 14:51:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676057aa

dev-games/tiled: remove old

Package-Manager: portage-2.2.28

 dev-games/tiled/Manifest|  1 -
 dev-games/tiled/tiled-0.15.2.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index 57f8d7a..606cc85 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1,2 +1 @@
-DIST tiled-0.15.2.tar.gz 3004096 SHA256 
af662bba4d7b930717359484da4f3cae0ae004d0a9e51f0eeb04704cefd74ee1 SHA512 
0c866ad6733ed37a60967f9826d632e4e72669289329b8db0799dafc99b95a18ec3c9e9b454ea925f4289b6d05e06268533858c8b02f7b43a224a64255a7c214
 WHIRLPOOL 
c920f8cd7130fc055eb08bb550439e473a638a6a305eee1b70af59f1294ff25b0511c40707538200438e857f45f9909059792bf8b9bfe39849262c5eb6767187
 DIST tiled-0.16.0.tar.gz 4485752 SHA256 
c02df78021c07c5574a8b52fcb61a02649db039724f13ecacdd18840df7490ee SHA512 
4850127fd05f477b47df3d44a25e457eade4719b2d6e295eb5e220574e8b0009c7b9b9972679b5ef539ec63c8ecc56c12be6f24e1cc611714ca8d4d9769150f3
 WHIRLPOOL 
f42aa6dd38a223ba385a69a6f7f2e2fe2e99c4a65da2c59b915b2fe2ba9a597670f7737f57c23e2a1cb9c4b058143779c110c9c9dfdf1f833e84c5491a78c253

diff --git a/dev-games/tiled/tiled-0.15.2.ebuild 
b/dev-games/tiled/tiled-0.15.2.ebuild
deleted file mode 100644
index d9d03ea..000
--- a/dev-games/tiled/tiled-0.15.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="http://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   sys-libs/zlib
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
DISABLE_PYTHON_PLUGIN="$(usex !python)"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-
-   dodoc AUTHORS COPYING NEWS README.md
-
-   if use examples ; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples
-   fi
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2016-05-13 Thread Agostino Sarubbo
commit: 58679175c3575e65161aa27cb04b9a13bdd02020
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:48:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:48:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58679175

net-print/hplip: amd64 stable wrt bug #564176

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

 net-print/hplip/hplip-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.16.3.ebuild 
b/net-print/hplip/hplip-3.16.3.ebuild
index 8d073de..ad3882a 100644
--- a/net-print/hplip/hplip-3.16.3.ebuild
+++ b/net-print/hplip/hplip-3.16.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit 
qt4 scanner snmp static-ppds X"
 



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

2016-05-13 Thread Agostino Sarubbo
commit: 89da93444e3ef0745dc057a9d2a84843cebe9cff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:59 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89da9344

dev-util/cmocka: amd64 stable wrt bug #579834

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

 dev-util/cmocka/cmocka-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmocka/cmocka-1.0.1.ebuild 
b/dev-util/cmocka/cmocka-1.0.1.ebuild
index b2d2f03..1faf995 100644
--- a/dev-util/cmocka/cmocka-1.0.1.ebuild
+++ b/dev-util/cmocka/cmocka-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://cmocka.org/files/1.0/${P}.tar.xz";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="doc static-libs test"
 
 DEPEND="



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

2016-05-13 Thread Agostino Sarubbo
commit: fcb4d80677af873a29542f8f514865d9781c5539
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb4d806

dev-vcs/git-flow: amd64 stable wrt bug #579562

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

 dev-vcs/git-flow/git-flow-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-flow/git-flow-1.9.1.ebuild 
b/dev-vcs/git-flow/git-flow-1.9.1.ebuild
index c00e12c..5a935ae 100644
--- a/dev-vcs/git-flow/git-flow-1.9.1.ebuild
+++ b/dev-vcs/git-flow/git-flow-1.9.1.ebuild
@@ -17,7 +17,7 @@ 
https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COM
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/ginac/

2016-05-13 Thread Agostino Sarubbo
commit: 6b906b53dd4593ed7f76b8c3bc885cc87ffbb5c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b906b53

sci-mathematics/ginac: amd64 stable wrt bug #572024

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

 sci-mathematics/ginac/ginac-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/ginac/ginac-1.6.6.ebuild 
b/sci-mathematics/ginac/ginac-1.6.6.ebuild
index 45bd713..cc7c6e0 100644
--- a/sci-mathematics/ginac/ginac-1.6.6.ebuild
+++ b/sci-mathematics/ginac/ginac-1.6.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.ginac.de/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc static-libs"
 
 RDEPEND=">=sci-libs/cln-1.2.2"



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

2016-05-13 Thread Agostino Sarubbo
commit: 6318ee9154635a95c05e95aa42dbbe8d1d283f21
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6318ee91

media-libs/libdiscid: amd64 stable wrt bug #578932

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

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

diff --git a/media-libs/libdiscid/libdiscid-0.6.1.ebuild 
b/media-libs/libdiscid/libdiscid-0.6.1.ebuild
index f420621..7e3b436 100644
--- a/media-libs/libdiscid/libdiscid-0.6.1.ebuild
+++ b/media-libs/libdiscid/libdiscid-0.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DOCS=( AUTHORS ChangeLog examples/discid.c README )



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

2016-05-13 Thread Agostino Sarubbo
commit: f3add544010cf5cbeab39cd038c2e934776b3ed2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:51:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:51:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3add544

x11-libs/wxGTK: amd64 stable wrt bug #577788

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

 x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
index 3807fa6..c35084f 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://wxwidgets.org/";
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
 
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 SLOT="3.0"



[gentoo-commits] repo/gentoo:master commit in: games-strategy/widelands/

2016-05-13 Thread Agostino Sarubbo
commit: 4a0e8714121b473bbbe785d64b02dee5edf9e399
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0e8714

games-strategy/widelands: amd64 stable wrt bug #581218

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

 games-strategy/widelands/widelands-0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/widelands/widelands-0.18.ebuild 
b/games-strategy/widelands/widelands-0.18.ebuild
index 43425ef..c0fe2ce 100644
--- a/games-strategy/widelands/widelands-0.18.ebuild
+++ b/games-strategy/widelands/widelands-0.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/widelands/${MY_PV}/build-$(get_version_component_
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="dev-lang/lua:0



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

2016-05-13 Thread Agostino Sarubbo
commit: 205bdad2ee91c11c0b947de85f60eb27beaddfca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:18 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205bdad2

sys-block/megactl: amd64 stable wrt bug #535662

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

 sys-block/megactl/megactl-0.4.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/megactl/megactl-0.4.1-r2.ebuild 
b/sys-block/megactl/megactl-0.4.1-r2.ebuild
index 73e8b9b..6a710b1 100644
--- a/sys-block/megactl/megactl-0.4.1-r2.ebuild
+++ b/sys-block/megactl/megactl-0.4.1-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://sourceforge.net/projects/megactl/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}.patch



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

2016-05-13 Thread Agostino Sarubbo
commit: 2762d7b7df13f839192f4d9f79a2cf1d807173d7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:05 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2762d7b7

sys-libs/kpmcore: amd64 stable wrt bug #579686

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

 sys-libs/kpmcore/kpmcore-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/kpmcore/kpmcore-2.1.0.ebuild 
b/sys-libs/kpmcore/kpmcore-2.1.0.ebuild
index a73b236..9d296b2 100644
--- a/sys-libs/kpmcore/kpmcore-2.1.0.ebuild
+++ b/sys-libs/kpmcore/kpmcore-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager";
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2016-05-13 Thread Agostino Sarubbo
commit: ac577499561ea3874e82983b8e89b67ffce87527
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac577499

sci-astronomy/stellarium: amd64 stable wrt bug #582292

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

 sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild 
b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
index da0458b..00e7714 100644
--- a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug nls sound stars"
 
 RESTRICT="test"



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

2016-05-13 Thread Agostino Sarubbo
commit: 440542e539436d8d5f6b8ddf6d311344240b1cad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:00 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440542e5

sys-block/partitionmanager: amd64 stable wrt bug #579686

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

 sys-block/partitionmanager/partitionmanager-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild 
b/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild
index be76d06..4f6849b 100644
--- a/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager";
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



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

2016-05-13 Thread Agostino Sarubbo
commit: fe382479c7cc33b036ceca8b53cc10e46083974e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:50:25 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:50:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe382479

dev-lang/nasm: amd64 stable wrt bug #582184

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

 dev-lang/nasm/nasm-2.12.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/nasm/nasm-2.12.01.ebuild 
b/dev-lang/nasm/nasm-2.12.01.ebuild
index e69def9..df9d219 100644
--- a/dev-lang/nasm/nasm-2.12.01.ebuild
+++ b/dev-lang/nasm/nasm-2.12.01.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/

2016-05-13 Thread Agostino Sarubbo
commit: 57c3d9edd76e7e5331343740eafd3feba9d183f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c3d9ed

games-puzzle/wizznic: amd64 stable wrt bug #581776

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

 games-puzzle/wizznic/wizznic-369.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/wizznic/wizznic-369.ebuild 
b/games-puzzle/wizznic/wizznic-369.ebuild
index 55b1dc6..fbf55dd 100644
--- a/games-puzzle/wizznic/wizznic-369.ebuild
+++ b/games-puzzle/wizznic/wizznic-369.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://sourceforge/wizznic/Wizznic_src_build_${PV}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl[sound,joystick,opengl,video]



[gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/

2016-05-13 Thread Agostino Sarubbo
commit: c5d4a86017185e42e31a8fa34edae8a9a7477ca3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:04 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d4a860

net-nntp/pan: amd64 stable wrt bug #580842

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

 net-nntp/pan/pan-0.139-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/pan/pan-0.139-r2.ebuild b/net-nntp/pan/pan-0.139-r2.ebuild
index 2e64f8e..2a0abb8 100644
--- a/net-nntp/pan/pan-0.139-r2.ebuild
+++ b/net-nntp/pan/pan-0.139-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="dbus gnome-keyring libnotify spell ssl"
 
 RDEPEND=">=dev-libs/glib-2.26:2



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

2016-05-13 Thread Agostino Sarubbo
commit: 36704dc56cc28a1ed64854f6ba583885758d384e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:50 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36704dc5

dev-ruby/metaclass: amd64 stable wrt bug #580578

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

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

diff --git a/dev-ruby/metaclass/metaclass-0.0.4.ebuild 
b/dev-ruby/metaclass/metaclass-0.0.4.ebuild
index 6ab5196..af0cb3f 100644
--- a/dev-ruby/metaclass/metaclass-0.0.4.ebuild
+++ b/dev-ruby/metaclass/metaclass-0.0.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/metaclass";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2016-05-13 Thread Agostino Sarubbo
commit: 455bcf873400d0097040bdb91eb62629f9d8b269
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:48:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:48:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455bcf87

media-sound/kid3: amd64 stable wrt bug #581262

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

 media-sound/kid3/kid3-3.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kid3/kid3-3.3.2-r1.ebuild 
b/media-sound/kid3/kid3-3.3.2-r1.ebuild
index c52b7b3..13af642 100644
--- a/media-sound/kid3/kid3-3.3.2-r1.ebuild
+++ b/media-sound/kid3/kid3-3.3.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="acoustid flac kde mp3 mp4 +phonon +taglib vorbis"
 
 REQUIRED_USE="flac? ( vorbis )"



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

2016-05-13 Thread Agostino Sarubbo
commit: 147062ee947a0d3bc18bc00fe70812056c3e796d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:37 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147062ee

dev-vcs/fossil: amd64 stable wrt bug #580320

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

 dev-vcs/fossil/fossil-1.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/fossil/fossil-1.34.ebuild 
b/dev-vcs/fossil/fossil-1.34.ebuild
index 03ca17f..449a589 100644
--- a/dev-vcs/fossil/fossil-1.34.ebuild
+++ b/dev-vcs/fossil/fossil-1.34.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.fossil-scm.org/download/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="debug fusefs json legacy-mv-rm miniz sqlite +ssl static tcl th1-docs 
th1-hooks"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/

2016-05-13 Thread Agostino Sarubbo
commit: b6099338bcd618ac8e7d1c68254e941b52f2fc1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:23 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6099338

sci-mathematics/normaliz: amd64 stable wrt bug #577914

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

 sci-mathematics/normaliz/normaliz-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild 
b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild
index 8c74a30..6ea3d83 100644
--- a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild
+++ b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Norma
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="doc extras openmp"
 
 RDEPEND="dev-libs/gmp[cxx]"



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

2016-05-13 Thread Agostino Sarubbo
commit: 094ad8ed737a63b7b50c5a539954afae491c325c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:48:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:48:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094ad8ed

media-sound/mpg321: amd64 stable wrt bug #557410

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

 media-sound/mpg321/mpg321-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mpg321/mpg321-0.3.2.ebuild 
b/media-sound/mpg321/mpg321-0.3.2.ebuild
index 29744d2..53055c9 100644
--- a/media-sound/mpg321/mpg321-0.3.2.ebuild
+++ b/media-sound/mpg321/mpg321-0.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="alsa ipv6"
 
 RDEPEND="app-eselect/eselect-mpg123



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

2016-05-13 Thread Agostino Sarubbo
commit: 7866e96ad0fc07ebc972abdd2322d24b6e374f20
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7866e96a

games-engines/scummvm-tools: amd64 stable wrt bug #580574

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

 games-engines/scummvm-tools/scummvm-tools-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/scummvm-tools/scummvm-tools-1.8.0.ebuild 
b/games-engines/scummvm-tools/scummvm-tools-1.8.0.ebuild
index 53e6d1b..33f2d86 100644
--- a/games-engines/scummvm-tools/scummvm-tools-1.8.0.ebuild
+++ b/games-engines/scummvm-tools/scummvm-tools-1.8.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://scummvm.org/frs/scummvm-tools/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="flac iconv mad png vorbis"
 RESTRICT="test" # some tests require external files
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/

2016-05-13 Thread Agostino Sarubbo
commit: 823d4e7dbc34d74195679d2c8c677282f103c80e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:48:28 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:48:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823d4e7d

games-strategy/hedgewars: amd64 stable wrt bug #582474

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

 games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild 
b/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild
index a98a8d9..9cd1df1 100644
--- a/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild
+++ b/games-strategy/hedgewars/hedgewars-0.9.22-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://download.gna.org/hedgewars/${MY_P}.tar.bz2
 
 LICENSE="GPL-2 Apache-2.0 FDL-1.3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 QA_FLAGS_IGNORED=${GAMES_BINDIR}/hwengine # pascal sucks
 QA_PRESTRIPPED=${GAMES_BINDIR}/hwengine # pascal sucks



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

2016-05-13 Thread Agostino Sarubbo
commit: 2a851a0f96ea02a4250560f856fd0b909620970f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:48:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:48:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a851a0f

sys-apps/kmod: amd64 stable wrt bug #581562

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

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

diff --git a/sys-apps/kmod/kmod-22.ebuild b/sys-apps/kmod/kmod-22.ebuild
index ee2b045..e81eb53 100644
--- a/sys-apps/kmod/kmod-22.ebuild
+++ b/sys-apps/kmod/kmod-22.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-2
 else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
inherit libtool
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/skychart/

2016-05-13 Thread Agostino Sarubbo
commit: cb33579fd04fc993ace07532925044e5cbaa0c1c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 13 14:49:10 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 13 14:49:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb33579f

sci-astronomy/skychart: amd64 stable wrt bug #580186

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

 sci-astronomy/skychart/skychart-3.10.2854.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/skychart/skychart-3.10.2854.ebuild 
b/sci-astronomy/skychart/skychart-3.10.2854.ebuild
index c1a6369..cef7a3d 100644
--- a/sci-astronomy/skychart/skychart-3.10.2854.ebuild
+++ b/sci-astronomy/skychart/skychart-3.10.2854.ebuild
@@ -31,7 +31,7 @@ unset i
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 # pascal



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

2016-05-13 Thread Alexis Ballier
commit: 7404d26287e3cdbed9902bb05324eb5c1249e60c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri May 13 14:19:18 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri May 13 14:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7404d262

dev-python/rfc3987: drop useless test useflag

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/rfc3987/rfc3987-1.3.5.ebuild 
b/dev-python/rfc3987/rfc3987-1.3.5.ebuild
index 9d35fd9..75bdda8 100644
--- a/dev-python/rfc3987/rfc3987-1.3.5.ebuild
+++ b/dev-python/rfc3987/rfc3987-1.3.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
+IUSE=""
 
 RDEPEND="dev-python/regex[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



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

2016-05-13 Thread Alexis Ballier
commit: fef1512f67e494087028931835f9e2ea4bfb50e6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri May 13 14:18:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri May 13 14:18:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef1512f

dev-python/rfc3987: drop python3_3

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/rfc3987/rfc3987-1.3.5.ebuild 
b/dev-python/rfc3987/rfc3987-1.3.5.ebuild
index 894306e..9d35fd9 100644
--- a/dev-python/rfc3987/rfc3987-1.3.5.ebuild
+++ b/dev-python/rfc3987/rfc3987-1.3.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1
 



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

2016-05-13 Thread Alexis Ballier
commit: 09721f2b31c77aed06ff96da4c1a6b32a1ea00df
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri May 13 14:17:12 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri May 13 14:17:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09721f2b

dev-python/rfc3987: initial import; ebuild by me

Package-Manager: portage-2.2.28

 dev-python/rfc3987/Manifest |  1 +
 dev-python/rfc3987/metadata.xml | 16 
 dev-python/rfc3987/rfc3987-1.3.5.ebuild | 27 +++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest
new file mode 100644
index 000..de435ba
--- /dev/null
+++ b/dev-python/rfc3987/Manifest
@@ -0,0 +1 @@
+DIST rfc3987-1.3.5.tar.gz 8509 SHA256 
ed37b839553370971a1d5cd53392206206c56ea550d435ef45e6d94e7df50697 SHA512 
66d74daa1653e9dfa0d8968229baa865935a8bf633504171ba9b208fddc936402184bce20828cbe90fec787a941faad0224675cd1db555cf614bfe83dca6b3f7
 WHIRLPOOL 
4a2b93e0c0437c835be38814ed1d8672530e19dc099bd0f0a340ba87ca55d2632239eb63cfc72586538ec813f37e79d13cae740a3a812110152833a9197b0db5

diff --git a/dev-python/rfc3987/metadata.xml b/dev-python/rfc3987/metadata.xml
new file mode 100644
index 000..1f3c7f9
--- /dev/null
+++ b/dev-python/rfc3987/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+aball...@gentoo.org
+Alexis Ballier
+Python team can take the package if they wish.
+  
+  
+pyt...@gentoo.org
+Python
+  
+  
+rfc3987
+  
+

diff --git a/dev-python/rfc3987/rfc3987-1.3.5.ebuild 
b/dev-python/rfc3987/rfc3987-1.3.5.ebuild
new file mode 100644
index 000..894306e
--- /dev/null
+++ b/dev-python/rfc3987/rfc3987-1.3.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+HOMEPAGE="https://github.com/dgerber/rfc3987 
http://pypi.python.org/pypi/rfc3987";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/regex[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   ${EPYTHON} -m doctest -v "${S}/${PN}.py" || die
+}



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

2016-05-13 Thread Jeroen Roovers
commit: d660b6b8eae78bbae1cfd7ad2a21874db589f512
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 13 11:14:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 13 13:51:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d660b6b8

net-misc/youtube-dl: Old.

Package-Manager: portage-2.2.28

 net-misc/youtube-dl/Manifest   |  2 -
 .../youtube-dl/youtube-dl-2016.04.19-r1.ebuild | 96 --
 net-misc/youtube-dl/youtube-dl-2016.04.24.ebuild   | 96 --
 3 files changed, 194 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index a4550a0..948bf90 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,5 +1,3 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
-DIST youtube-dl-2016.04.19.tar.gz 2075147 SHA256 
09ba62900703a1439659a5394d802c7b03fd3a7b35d604e94a256ae9ccd1b6a0 SHA512 
96a5e8ed081355d6a4682355004b26c62385f89091a39ebaadd3cd4b655872db0e196dea44377e98d882d98581f6d5983aa3e7522d1292c4e57b86bcc252aa2b
 WHIRLPOOL 
ba8938c6fd34e4a7a32ccb16240ac1d48c2266cad46b2a79d02a2759c1a03d2bc2f2429e02674d6cf97fade60f44fdc9423d45c906eff9b64434977734ee081a
-DIST youtube-dl-2016.04.24.tar.gz 2084276 SHA256 
9ca83ae9cf783b3d9a231611ef5e446fa61fa77d0f4c9d0545895e6ce691321f SHA512 
b30b01eb9100a30ce792283e1598f5f2058a56a90d1a1f0359efb79ca2d360dff4f525a3b906d777d4e09e046e3e21ed0342b29bf90c42be6321fc77a303ee42
 WHIRLPOOL 
d875ece17393b7a413718bad1010ac6934f7f853a38d66af96b165399473f60280dfda7b1173b16fa8db7f7ba5816b9ee67e55438b8191d944b2dc28c5d5e506
 DIST youtube-dl-2016.05.01.tar.gz 2097882 SHA256 
adc812e840f8f2461d6b7e72876c9219bfc8004e650a6ac7ddf216ccab5304f0 SHA512 
c94c0bb222ca6e866646fef201b53cdf9a6d5a89921f34ef3d557822fe9398268251f9221ac2b5e11b7580d7b566b7795a7d8b7945672f3bc07ef8f11de18969
 WHIRLPOOL 
641dc9f582fed6ccc9a973e7cfab37540a0ea3483ef7ecc0f057ee9e2f08e1a57eaf2ee4030b2fc501ecf15da731cb7a58a7ecda75f2b999c9cb7cecb8ea8cd0
 DIST youtube-dl-2016.05.10.tar.gz 2125075 SHA256 
ccb96dd53b7bf7305db0430f8b3a2044fa24f5200903c95349e070f938ad0c3f SHA512 
c4976de6ec345325e71798ac4d7d29b3253251b4cf743ff717ba834ace912ae2b9dfb602d31291a2b360255457f37771c5b361fe2a928105ad358558869627fe
 WHIRLPOOL 
9581a78f4d8c76d4a6de161cfbeea449a9e066e2b8831288db6eeaa178f5e0b2e3c085c6fb2ee33e6735124dcd91975c6ad2b006275f2ef88e1719f906259376

diff --git a/net-misc/youtube-dl/youtube-dl-2016.04.19-r1.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.04.19-r1.ebuild
deleted file mode 100644
index fc649fc..000
--- a/net-misc/youtube-dl/youtube-dl-2016.04.19-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-DISTUTILS_SINGLE_IMPL=true
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/";
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn 
malemotion mofosex
-   motherless myvidster porn91 pornhd pornotube 
pornovoisines pornoxo
-   redtube ruleporn sexu sexykarma slutload spankbang 
spankwire
-   sunporno thisav trutube tube8 vporn xbef xnxx xtube 
xvideos
-   xxxymovies youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   pornhub xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-  

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

2016-05-13 Thread Jeroen Roovers
commit: 6eae9fb603161af15886f587d0a28445b5689989
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 13 13:56:15 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 13 13:56:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eae9fb6

dev-lang/php: Stable for PPC64 (bug #581834).

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

 dev-lang/php/php-5.5.35.ebuild | 2 +-
 dev-lang/php/php-5.6.21.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-5.5.35.ebuild b/dev-lang/php/php-5.5.35.ebuild
index 7368d9b..589f9dd 100644
--- a/dev-lang/php/php-5.5.35.ebuild
+++ b/dev-lang/php/php-5.5.35.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {

diff --git a/dev-lang/php/php-5.6.21.ebuild b/dev-lang/php/php-5.6.21.ebuild
index bde480b..1626c2c 100644
--- a/dev-lang/php/php-5.6.21.ebuild
+++ b/dev-lang/php/php-5.6.21.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



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

2016-05-13 Thread Patrice Clement
commit: 66e495c160f69cd6b974d290f8bc2add6ddeb306
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Wed May 11 15:05:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 13:33:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e495c1

dev-util/electron: Drop gtk3 USE flag (#582698)

Upstream does not support GTK3 yet (unlike Chromium), so drop the
USE flag.

Gentoo-Bug: https://bugs.gentoo.org/582698
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1454

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

 dev-util/electron/electron-0.36.12.ebuild | 6 ++
 dev-util/electron/metadata.xml| 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-util/electron/electron-0.36.12.ebuild 
b/dev-util/electron/electron-0.36.12.ebuild
index 73d6199..47691b7 100644
--- a/dev-util/electron/electron-0.36.12.ebuild
+++ b/dev-util/electron/electron-0.36.12.ebuild
@@ -54,7 +54,7 @@ LIBCC_S="${BRIGHTRAY_S}/vendor/libchromiumcontent"
 LICENSE="BSD"
 SLOT="0/$(get_version_component_range 2)"
 KEYWORDS="~amd64"
-IUSE="custom-cflags cups gnome gnome-keyring gtk3 hidpi kerberos lto neon pic 
+proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc"
+IUSE="custom-cflags cups gnome gnome-keyring hidpi kerberos lto neon pic 
+proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
@@ -100,8 +100,7 @@ RDEPEND=">=app-accessibility/speech-dispatcher-0.8:=
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
-   gtk3? ( x11-libs/gtk+:3= )
-   !gtk3? ( x11-libs/gtk+:2= )
+   x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
@@ -490,7 +489,6 @@ src_configure() {
$(gyp_use gnome use_gconf)
$(gyp_use gnome-keyring use_gnome_keyring)
$(gyp_use gnome-keyring linux_link_gnome_keyring)
-   $(gyp_use gtk3)
$(gyp_use hidpi enable_hidpi)
$(gyp_use kerberos)
$(gyp_use lto)

diff --git a/dev-util/electron/metadata.xml b/dev-util/electron/metadata.xml
index d079fad..bc1cf74 100644
--- a/dev-util/electron/metadata.xml
+++ b/dev-util/electron/metadata.xml
@@ -11,7 +11,6 @@

Electron is a cross platform application development 
framework based on web technologies based on Chromium

-   Use gtk3 instead of gtk2
Enable support for high-resolution screens 
(high dots per inch)
Build with link time optimization 
enabled
Disable optimized assembly code that is not 
PIC friendly



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

2016-05-13 Thread Dirkjan Ochtman
commit: 48f3ff7547e457bf376dc11555265c209d181f3a
Author: Louis Sautier  gmail  com>
AuthorDate: Fri May 13 13:20:33 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri May 13 13:45:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f3ff75

net-p2p/syncthing: remove old

Package-Manager: portage-2.2.28

 net-p2p/syncthing/Manifest |  1 -
 net-p2p/syncthing/syncthing-0.12.22.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 656b3dd..23562e8 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,3 +1,2 @@
-DIST syncthing-0.12.22.tar.gz 4047399 SHA256 
104402fcd1a2d02344e32cebd9f9d6249494827e87ddd2c7d01ee43148c82d2a SHA512 
f6aa390a7fb7a383d584cdb6c1082c0012a9daec3b2c683640fcf625fc9e7baaf0c3d4d46ae1aac5ca2c180e13b6a6529658d128fb03c5c8df1e8e0ccc4ef28a
 WHIRLPOOL 
eb54d5040a3362872643d9ea57181c8f1efc6d41c93064b0abca38b7867f171dacdc69aa212f530f797d5ce036db67cf01fa662d920f8ec01af2ea180e2f
 DIST syncthing-0.12.23.tar.gz 4469246 SHA256 
e683c784fa423b598920b5c8f29ac6427dfe19000975b85a45f0f03fe2f0e3ff SHA512 
f61c2fa6a513e2804f249433eddb3ee7e134a0c144902b56e4be90277f7e74dd163921cbc02b8c0ae284401b15f48f200f3bd75b61528789ea323574bde5e911
 WHIRLPOOL 
bfcac1e2ebf86a6f006254ff740a5b8a093b34fbaf9ff04068ed7b246afc6cc19b6a0438dce43c7acb787a2041a8cca3282317a26372f011eff719815b07d900
 DIST syncthing-0.12.24.tar.gz 4469779 SHA256 
9faf913b27feb4c532d1febd6e4fc89e60c0b1cfd9aebef4a42851e220227044 SHA512 
684c9f863c0427813c32b63aec8cc4d9a1c575dc4b2fb4b989e35b9e1e2b05222edd9935fdf8331b074f9962d4b03d82e67c008e01bf9ce42c01bf68229d46f3
 WHIRLPOOL 
79680c01eafae7fd853e39dfc9908f61be33627f86e2cf81c7b69dca8b079fa987ef591f1d6fb6b3dacdfd8763788706c226c263d7bf0c8919d923565c9b

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



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

2016-05-13 Thread Dirkjan Ochtman
commit: ca1aaa345654e593925af281bcc999e34e282b3f
Author: Louis Sautier  gmail  com>
AuthorDate: Fri May 13 13:15:49 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri May 13 13:45:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1aaa34

net-p2p/syncthing: bump to 0.12.24

Package-Manager: portage-2.2.28

 net-p2p/syncthing/Manifest |  1 +
 net-p2p/syncthing/syncthing-0.12.24.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 6fcea85..656b3dd 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,2 +1,3 @@
 DIST syncthing-0.12.22.tar.gz 4047399 SHA256 
104402fcd1a2d02344e32cebd9f9d6249494827e87ddd2c7d01ee43148c82d2a SHA512 
f6aa390a7fb7a383d584cdb6c1082c0012a9daec3b2c683640fcf625fc9e7baaf0c3d4d46ae1aac5ca2c180e13b6a6529658d128fb03c5c8df1e8e0ccc4ef28a
 WHIRLPOOL 
eb54d5040a3362872643d9ea57181c8f1efc6d41c93064b0abca38b7867f171dacdc69aa212f530f797d5ce036db67cf01fa662d920f8ec01af2ea180e2f
 DIST syncthing-0.12.23.tar.gz 4469246 SHA256 
e683c784fa423b598920b5c8f29ac6427dfe19000975b85a45f0f03fe2f0e3ff SHA512 
f61c2fa6a513e2804f249433eddb3ee7e134a0c144902b56e4be90277f7e74dd163921cbc02b8c0ae284401b15f48f200f3bd75b61528789ea323574bde5e911
 WHIRLPOOL 
bfcac1e2ebf86a6f006254ff740a5b8a093b34fbaf9ff04068ed7b246afc6cc19b6a0438dce43c7acb787a2041a8cca3282317a26372f011eff719815b07d900
+DIST syncthing-0.12.24.tar.gz 4469779 SHA256 
9faf913b27feb4c532d1febd6e4fc89e60c0b1cfd9aebef4a42851e220227044 SHA512 
684c9f863c0427813c32b63aec8cc4d9a1c575dc4b2fb4b989e35b9e1e2b05222edd9935fdf8331b074f9962d4b03d82e67c008e01bf9ce42c01bf68229d46f3
 WHIRLPOOL 
79680c01eafae7fd853e39dfc9908f61be33627f86e2cf81c7b69dca8b079fa987ef591f1d6fb6b3dacdfd8763788706c226c263d7bf0c8919d923565c9b

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



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

2016-05-13 Thread Jeroen Roovers
commit: b9c06b17ef9c90108420684f3216349c06778aeb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 13 13:52:33 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 13 13:52:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c06b17

media-libs/imlib2: Stable for PPC64 (bug #580038).

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

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

diff --git a/media-libs/imlib2/imlib2-1.4.9.ebuild 
b/media-libs/imlib2/imlib2-1.4.9.ebuild
index e7b713c..c99757a 100644
--- a/media-libs/imlib2/imlib2-1.4.9.ebuild
+++ b/media-libs/imlib2/imlib2-1.4.9.ebuild
@@ -16,7 +16,7 @@ inherit enlightenment toolchain-funcs multilib-minimal eutils
 DESCRIPTION="Version 2 of an advanced replacement library for libraries like 
libXpm"
 HOMEPAGE="https://www.enlightenment.org/";
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="bzip2 gif jpeg cpu_flags_x86_mmx cpu_flags_x86_sse2 mp3 png static-libs 
tiff X zlib"
 



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

2016-05-13 Thread Jeroen Roovers
commit: 6a07c2c95b88f78a4bb605d2502a848d0bc1f8aa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 13 10:53:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 13 13:51:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a07c2c9

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.2.28

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2016.05.10.ebuild | 96 
 2 files changed, 97 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 395722f..a4550a0 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -2,3 +2,4 @@ DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b
 DIST youtube-dl-2016.04.19.tar.gz 2075147 SHA256 
09ba62900703a1439659a5394d802c7b03fd3a7b35d604e94a256ae9ccd1b6a0 SHA512 
96a5e8ed081355d6a4682355004b26c62385f89091a39ebaadd3cd4b655872db0e196dea44377e98d882d98581f6d5983aa3e7522d1292c4e57b86bcc252aa2b
 WHIRLPOOL 
ba8938c6fd34e4a7a32ccb16240ac1d48c2266cad46b2a79d02a2759c1a03d2bc2f2429e02674d6cf97fade60f44fdc9423d45c906eff9b64434977734ee081a
 DIST youtube-dl-2016.04.24.tar.gz 2084276 SHA256 
9ca83ae9cf783b3d9a231611ef5e446fa61fa77d0f4c9d0545895e6ce691321f SHA512 
b30b01eb9100a30ce792283e1598f5f2058a56a90d1a1f0359efb79ca2d360dff4f525a3b906d777d4e09e046e3e21ed0342b29bf90c42be6321fc77a303ee42
 WHIRLPOOL 
d875ece17393b7a413718bad1010ac6934f7f853a38d66af96b165399473f60280dfda7b1173b16fa8db7f7ba5816b9ee67e55438b8191d944b2dc28c5d5e506
 DIST youtube-dl-2016.05.01.tar.gz 2097882 SHA256 
adc812e840f8f2461d6b7e72876c9219bfc8004e650a6ac7ddf216ccab5304f0 SHA512 
c94c0bb222ca6e866646fef201b53cdf9a6d5a89921f34ef3d557822fe9398268251f9221ac2b5e11b7580d7b566b7795a7d8b7945672f3bc07ef8f11de18969
 WHIRLPOOL 
641dc9f582fed6ccc9a973e7cfab37540a0ea3483ef7ecc0f057ee9e2f08e1a57eaf2ee4030b2fc501ecf15da731cb7a58a7ecda75f2b999c9cb7cecb8ea8cd0
+DIST youtube-dl-2016.05.10.tar.gz 2125075 SHA256 
ccb96dd53b7bf7305db0430f8b3a2044fa24f5200903c95349e070f938ad0c3f SHA512 
c4976de6ec345325e71798ac4d7d29b3253251b4cf743ff717ba834ace912ae2b9dfb602d31291a2b360255457f37771c5b361fe2a928105ad358558869627fe
 WHIRLPOOL 
9581a78f4d8c76d4a6de161cfbeea449a9e066e2b8831288db6eeaa178f5e0b2e3c085c6fb2ee33e6735124dcd91975c6ad2b006275f2ef88e1719f906259376

diff --git a/net-misc/youtube-dl/youtube-dl-2016.05.10.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.05.10.ebuild
new file mode 100644
index 000..5bafd20
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.05.10.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
+DISTUTILS_SINGLE_IMPL=true
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/";
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   pornhub xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+ 

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

2016-05-13 Thread Akinori Hattori
commit: 42d2fc7123e551d9933698b9bf4f783e88391e70
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri May 13 13:37:32 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri May 13 13:37:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d2fc71

x11-terms/mlterm: new upstream release

Package-Manager: portage-2.2.28

 x11-terms/mlterm/Manifest|   1 +
 x11-terms/mlterm/metadata.xml|   1 +
 x11-terms/mlterm/mlterm-3.7.1.ebuild | 119 +++
 3 files changed, 121 insertions(+)

diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
index a076ec1..2daeabd 100644
--- a/x11-terms/mlterm/Manifest
+++ b/x11-terms/mlterm/Manifest
@@ -1,2 +1,3 @@
 DIST mlterm-3.4.5.tar.gz 3659801 SHA256 
7df146099e1d578caddaeb7e93459f96ca1e2381fcc51157a25fe00336072752 SHA512 
a85d092680dfe5498a90a4ad4935d441e41efa4ce3aa26f2e8897ef254f9c20d053bb045b5709626ee5bb4c9fdecda9f311a26db7fac6d6369d50336af7ab1f5
 WHIRLPOOL 
4533009727ad30b94b9b2814a17464975986df7eb2a42b383e654b1233651455a1ff938fae5273af350ccce29cbe08c7e68d26237a511ab7e3fcc45d05665b58
 DIST mlterm-3.7.0.tar.gz 3685301 SHA256 
4a81d9e1957e4f0b8f8e0838ddad0cf4776fabc73465d886f2211bb8d990c339 SHA512 
93dd7e5e15154f1d8e902069f70fe5b50cb30b948ae444bba76fc3f021a9a5d169837efb8e5bb94855eeaf04cecde9323b30330f74ed7929f4e576aab2c6e98b
 WHIRLPOOL 
c30a8eb64f4b9f3d1dcd65775ceb63e94bcbfb97c97475895c9eeae981a2d463bb81bc3b8cd4d156c4880ca9e7c4c5a6ba595fdb7409b3c5127085ac8dddf1aa
+DIST mlterm-3.7.1.tar.gz 3706958 SHA256 
eb391911f5304c9ba71ed49cf882ab0a338f823ab583a5428fef3dc067214414 SHA512 
9f724b35063a2c60a566a6f2270e89145c947ba22fbf8f3a31eb728ffd99c62505cf0e154f4813da7b16548b177ae53f5da2bcfba1514d0cd53949d8d02cdd15
 WHIRLPOOL 
2653d257814019a31604387731f78c5e130b39a007d623d745e535fc62bc2d90c8fece9e2cddb03ccecbeb8e369542b851df3f908d765cf686bafe874d71aed8

diff --git a/x11-terms/mlterm/metadata.xml b/x11-terms/mlterm/metadata.xml
index 9051232..e9d6f31 100644
--- a/x11-terms/mlterm/metadata.xml
+++ b/x11-terms/mlterm/metadata.xml
@@ -12,6 +12,7 @@
 Enable ReGIS support
 Enable app-i18n/scim support
 Enable app-i18n/uim support
+Enable SKK support (vitrual/skkserv or 
app-i18n/skk-jisyo)
 Enable sys-libs/libutempter support
   
   

diff --git a/x11-terms/mlterm/mlterm-3.7.1.ebuild 
b/x11-terms/mlterm/mlterm-3.7.1.ebuild
new file mode 100644
index 000..faad221
--- /dev/null
+++ b/x11-terms/mlterm/mlterm-3.7.1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit eutils
+
+DESCRIPTION="A multi-lingual terminal emulator"
+HOMEPAGE="http://mlterm.sourceforge.net/";
+SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="bidi cairo canna debug fcitx freewnn gtk ibus libssh2 m17n-lib nls regis 
scim skk static-libs uim utempter xft"
+
+RDEPEND="x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   bidi? ( dev-libs/fribidi )
+   cairo? ( x11-libs/cairo[X] )
+   canna? ( app-i18n/canna )
+   fcitx? ( app-i18n/fcitx )
+   freewnn? ( app-i18n/freewnn )
+   gtk? ( >=x11-libs/gtk+-2:= )
+   ibus? ( app-i18n/ibus )
+   libssh2? ( net-libs/libssh2 )
+   m17n-lib? ( dev-libs/m17n-lib )
+   nls? ( virtual/libintl )
+   regis? (
+   || (
+   media-libs/sdl-ttf
+   media-libs/sdl2-ttf
+   )
+   )
+   scim? ( app-i18n/scim )
+   skk? (
+   || (
+   virtual/skkserv
+   app-i18n/skk-jisyo
+   )
+   )
+   uim? ( app-i18n/uim )
+   utempter? ( sys-libs/libutempter )
+   xft? ( x11-libs/libXft )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+DOCS=( doc/{en,ja} )
+
+src_prepare() {
+   # default config
+   sed -i \
+   -e "/ icon_path =/aicon_path = 
${EPREFIX}/usr/share/pixmaps/mlterm-icon.svg" \
+   -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \
+   etc/main
+
+   default
+}
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo 
",cairo" "")
+   --enable-optimize-redrawing
+   --enable-vt52
+   $(use_enable bidi fribidi)
+   $(use_enable canna)
+   $(use_enable debug)
+   $(use_enable fcitx)
+   $(use_enable freewnn wnn)
+   $(use_enable ibus)
+   $(use_enable libssh2 ssh2)
+   $(use_enable m17n-lib m17nlib)
+   $(use_enable nls)
+   $(use_enable scim)
+   $(use_enable skk)
+   $(use_enable uim)
+   $(use_enable utempter u

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

2016-05-13 Thread Akinori Hattori
commit: eb3235efc72741bc3898c7b19184dab2d99df103
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri May 13 13:34:33 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri May 13 13:34:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3235ef

x11-terms/mlterm: drop old

Package-Manager: portage-2.2.28

 x11-terms/mlterm/Manifest|   1 -
 x11-terms/mlterm/mlterm-3.6.3.ebuild | 112 ---
 2 files changed, 113 deletions(-)

diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
index bdc37f6..a076ec1 100644
--- a/x11-terms/mlterm/Manifest
+++ b/x11-terms/mlterm/Manifest
@@ -1,3 +1,2 @@
 DIST mlterm-3.4.5.tar.gz 3659801 SHA256 
7df146099e1d578caddaeb7e93459f96ca1e2381fcc51157a25fe00336072752 SHA512 
a85d092680dfe5498a90a4ad4935d441e41efa4ce3aa26f2e8897ef254f9c20d053bb045b5709626ee5bb4c9fdecda9f311a26db7fac6d6369d50336af7ab1f5
 WHIRLPOOL 
4533009727ad30b94b9b2814a17464975986df7eb2a42b383e654b1233651455a1ff938fae5273af350ccce29cbe08c7e68d26237a511ab7e3fcc45d05665b58
-DIST mlterm-3.6.3.tar.gz 3677639 SHA256 
021935df82fd63a280500185e7c4b2ae833bd8c1f58e4386d0d772c55d4d2743 SHA512 
bbc6c61422f81a793b64fcbabb972765f7e544c7d4fc3d8874ab78a25fe8e7a97dc96c3d44e582127dde8822e7c254ed58004535524e361a2a0d91410e7ef027
 WHIRLPOOL 
ebbed33cddcab4ca1cc49634b917b9a36077f64ba9b15dccc044c464b5696d4e8b3bac74c74ddcb42e2559c25d1e6e34991150b66325eb42daf9cf90236f3af0
 DIST mlterm-3.7.0.tar.gz 3685301 SHA256 
4a81d9e1957e4f0b8f8e0838ddad0cf4776fabc73465d886f2211bb8d990c339 SHA512 
93dd7e5e15154f1d8e902069f70fe5b50cb30b948ae444bba76fc3f021a9a5d169837efb8e5bb94855eeaf04cecde9323b30330f74ed7929f4e576aab2c6e98b
 WHIRLPOOL 
c30a8eb64f4b9f3d1dcd65775ceb63e94bcbfb97c97475895c9eeae981a2d463bb81bc3b8cd4d156c4880ca9e7c4c5a6ba595fdb7409b3c5127085ac8dddf1aa

diff --git a/x11-terms/mlterm/mlterm-3.6.3.ebuild 
b/x11-terms/mlterm/mlterm-3.6.3.ebuild
deleted file mode 100644
index a4a8384..000
--- a/x11-terms/mlterm/mlterm-3.6.3.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit eutils
-
-DESCRIPTION="A multi-lingual terminal emulator"
-HOMEPAGE="http://mlterm.sourceforge.net/";
-SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="bidi cairo canna debug fcitx freewnn gtk ibus libssh2 m17n-lib nls regis 
scim static-libs uim utempter xft"
-
-RDEPEND="x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   bidi? ( dev-libs/fribidi )
-   cairo? ( x11-libs/cairo[X] )
-   canna? ( app-i18n/canna )
-   fcitx? ( app-i18n/fcitx )
-   freewnn? ( app-i18n/freewnn )
-   gtk? ( >=x11-libs/gtk+-2:= )
-   ibus? ( app-i18n/ibus )
-   libssh2? ( net-libs/libssh2 )
-   m17n-lib? ( dev-libs/m17n-lib )
-   nls? ( virtual/libintl )
-   regis? (
-   || (
-   media-libs/sdl-ttf
-   media-libs/sdl2-ttf
-   )
-   )
-   scim? ( app-i18n/scim )
-   uim? ( app-i18n/uim )
-   utempter? ( sys-libs/libutempter )
-   xft? ( x11-libs/libXft )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-DOCS=( doc/{en,ja} )
-
-src_prepare() {
-   # default config
-   sed -i \
-   -e "/ icon_path =/aicon_path = 
${EPREFIX}/usr/share/pixmaps/mlterm-icon.svg" \
-   -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \
-   etc/main
-
-   default
-}
-
-src_configure() {
-   local myconf=(
-   --disable-static
-   --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo 
",cairo" "")
-   --enable-optimize-redrawing
-   --enable-vt52
-   $(use_enable bidi fribidi)
-   $(use_enable canna)
-   $(use_enable debug)
-   $(use_enable fcitx)
-   $(use_enable freewnn wnn)
-   $(use_enable ibus)
-   $(use_enable libssh2 ssh2)
-   $(use_enable m17n-lib m17nlib)
-   $(use_enable nls)
-   $(use_enable scim)
-   $(use_enable uim)
-   $(use_enable utempter utmp)
-   )
-
-   local scrollbars="sample,extra"
-   local tools="mlclient,mlcc,mlmenu,mlterm-zoom"
-   if use gtk; then
-   myconf+=(--with-imagelib=gdk-pixbuf)
-   if has_version x11-libs/gtk+:3; then
-   myconf+=(--with-gtk=3.0)
-   else
-   myconf+=(--with-gtk=2.0)
-   fi
-   scrollbars+=",pixmap_engine"
-   tools+=",mlconfig,mlimgloader"
-   fi
-   if use regis; then
-   tools+=",registobmp"
-   fi
-   myconf+=(--with-scrollbars="${scrollbars}")
-   myconf+=(--with-tools="$

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

2016-05-13 Thread Akinori Hattori
commit: d6501d788faa99bfe9dbb352e190b49b1af9ef2a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri May 13 13:30:49 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri May 13 13:30:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6501d78

virtual/skkserv: add yaskkserv

Package-Manager: portage-2.2.28

 virtual/skkserv/skkserv-0.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/virtual/skkserv/skkserv-0.ebuild b/virtual/skkserv/skkserv-0.ebuild
index acb645e..155519f 100644
--- a/virtual/skkserv/skkserv-0.ebuild
+++ b/virtual/skkserv/skkserv-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,6 +14,9 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( app-i18n/skkserv
+RDEPEND="|| (
+   app-i18n/skkserv
app-i18n/mecab-skkserv
-   app-i18n/multiskkserv )"
+   app-i18n/multiskkserv
+   app-i18n/yaskkserv
+   )"



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

2016-05-13 Thread Fabian Groffen
commit: 4345c2300b15effade1c247b37097eff49a24ece
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri May 13 13:28:29 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri May 13 13:28:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4345c230

net-libs/nodejs: double prefix at install

Package-Manager: portage-2.2.28

 net-libs/nodejs/nodejs-5.10.1.ebuild | 2 +-
 net-libs/nodejs/nodejs-5.9.1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/nodejs/nodejs-5.10.1.ebuild 
b/net-libs/nodejs/nodejs-5.10.1.ebuild
index 85d5f98..dcfad00 100644
--- a/net-libs/nodejs/nodejs-5.10.1.ebuild
+++ b/net-libs/nodejs/nodejs-5.10.1.ebuild
@@ -123,7 +123,7 @@ src_compile() {
 
 src_install() {
local LIBDIR="${ED}/usr/$(get_libdir)"
-   emake install DESTDIR="${ED}"
+   emake install DESTDIR="${D}"
pax-mark -m "${ED}"usr/bin/node
 
# set up a symlink structure that node-gyp expects..

diff --git a/net-libs/nodejs/nodejs-5.9.1.ebuild 
b/net-libs/nodejs/nodejs-5.9.1.ebuild
index e0de300..57713d1 100644
--- a/net-libs/nodejs/nodejs-5.9.1.ebuild
+++ b/net-libs/nodejs/nodejs-5.9.1.ebuild
@@ -123,7 +123,7 @@ src_compile() {
 
 src_install() {
local LIBDIR="${ED}/usr/$(get_libdir)"
-   emake install DESTDIR="${ED}"
+   emake install DESTDIR="${D}"
pax-mark -m "${ED}"usr/bin/node
 
# set up a symlink structure that node-gyp expects..



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/, app-i18n/yaskkserv/files/

2016-05-13 Thread Akinori Hattori
commit: c1008b229e24c56c8a30d591cc32344e1a549e44
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri May 13 13:22:11 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri May 13 13:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1008b22

app-i18n/yaskkserv: initial import

Gentoo-Bug: 413809

Package-Manager: portage-2.2.28

 app-i18n/yaskkserv/Manifest |  1 +
 app-i18n/yaskkserv/files/yaskkserv-gentoo.patch | 93 +
 app-i18n/yaskkserv/files/yaskkserv.confd| 10 +++
 app-i18n/yaskkserv/files/yaskkserv.initd| 14 
 app-i18n/yaskkserv/files/yaskkserv.service  | 12 
 app-i18n/yaskkserv/metadata.xml | 11 +++
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild   | 79 +
 7 files changed, 220 insertions(+)

diff --git a/app-i18n/yaskkserv/Manifest b/app-i18n/yaskkserv/Manifest
new file mode 100644
index 000..caf2190
--- /dev/null
+++ b/app-i18n/yaskkserv/Manifest
@@ -0,0 +1 @@
+DIST yaskkserv-1.1.0.tar.xz 75108 SHA256 
b7297220492e1dc4cf0b48bc2ff1dd9fd3e88cf6f8a318a45a667574112ef56a SHA512 
9956a9b2fe587491b7c5f76482f13f91d1c87d445f2ff7effa5ffb68efe076f54f1c63e95b980d889963ac507ed49fa37f76f9deb239da7b7409da5be025c000
 WHIRLPOOL 
7a7b4379a57b7c44dbe91a14d392d5c1c76860df32ea4d890652abef3c9445f1ef87ac72c5e003ec3de7e07019f046d12e1506710a4798f72b79321aa5a98d2c

diff --git a/app-i18n/yaskkserv/files/yaskkserv-gentoo.patch 
b/app-i18n/yaskkserv/files/yaskkserv-gentoo.patch
new file mode 100644
index 000..56894af
--- /dev/null
+++ b/app-i18n/yaskkserv/files/yaskkserv-gentoo.patch
@@ -0,0 +1,93 @@
+--- a/Makefile
 b/Makefile
+@@ -57,16 +57,16 @@
+   $(MAKE) --no-print-directory -C $(SOURCE_PATH) -f $(MAKEFILE) test
+ 
+ install_common_   :
+-  $(MKDIR) -p $(PREFIX)/bin
+-  $(INSTALL) 
$(VAR_PATH)/yaskkserv_make_dictionary/yaskkserv_make_dictionary 
$(PREFIX)/bin/yaskkserv_make_dictionary
++  $(MKDIR) -p $(DESTDIR)$(PREFIX)/bin
++  $(INSTALL) 
$(VAR_PATH)/yaskkserv_make_dictionary/yaskkserv_make_dictionary 
$(DESTDIR)$(PREFIX)/bin/yaskkserv_make_dictionary
+ 
+ install   : install_normal
+ 
+ install_all   : install_common_
+-  $(MKDIR) -p $(PREFIX)/sbin
+-  $(INSTALL) $(VAR_PATH)/yaskkserv_simple/yaskkserv_simple 
$(PREFIX)/sbin/yaskkserv_simple
+-  $(INSTALL) $(VAR_PATH)/yaskkserv_normal/yaskkserv_normal 
$(PREFIX)/sbin/yaskkserv_normal
+-  $(INSTALL) $(VAR_PATH)/yaskkserv_hairy/yaskkserv_hairy 
$(PREFIX)/sbin/yaskkserv_hairy
++  $(MKDIR) -p $(DESTDIR)$(PREFIX)/sbin
++  $(INSTALL) $(VAR_PATH)/yaskkserv_simple/yaskkserv_simple 
$(DESTDIR)$(PREFIX)/sbin/yaskkserv_simple
++  $(INSTALL) $(VAR_PATH)/yaskkserv_normal/yaskkserv_normal 
$(DESTDIR)$(PREFIX)/sbin/yaskkserv_normal
++  $(INSTALL) $(VAR_PATH)/yaskkserv_hairy/yaskkserv_hairy 
$(DESTDIR)$(PREFIX)/sbin/yaskkserv_hairy
+ 
+ install_simple: install_common_
+   $(MKDIR) -p $(PREFIX)/sbin
+--- a/source/Makefile.bsd_cygwin_linux_gcc.common
 b/source/Makefile.bsd_cygwin_linux_gcc.common
+@@ -16,16 +16,16 @@
+ endif # DEBUG
+ 
+ INCLUDE_FLAGS = -I . -I $(VAR_PATH) -I $(PROJECT_ROOT)/source/skk -I 
$(PROJECT_ROOT)/source/skk/architecture -I 
$(PROJECT_ROOT)/source/skk/architecture/$(ARCHITECTURE_LOWER_CASE)
+-LIBRARY_FLAGS = -L/usr/lib
++LIBRARY_FLAGS =
+ 
+-CPPFLAGS  = $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(CXXFLAGS_DEFINE) 
-D $(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
++CPPFLAGS  += $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(CXXFLAGS_DEFINE) 
-D $(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
+ 
+-CXXFLAGS  = $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(OPTIMIZE_FLAGS) 
$(CXXFLAGS_WARNING) -fno-exceptions -fno-rtti -fmessage-length=0 -pipe -fPIC -D 
$(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
++CXXFLAGS  += $(DEBUG_FLAGS) $(CXXFLAGS_ARCHITECTURE) 
$(CXXFLAGS_BYTE_ORDER) $(CXXFLAGS_CONFIG) $(INCLUDE_FLAGS) $(OPTIMIZE_FLAGS) 
$(CXXFLAGS_WARNING) -fno-exceptions -fno-rtti -fmessage-length=0 -pipe -fPIC -D 
$(PROJECT_IDENTIFIER)_VERSION=\"$(PROJECT_VERSION)\"
+ 
+-LDFLAGS   = $(DEBUG_FLAGS) $(LDFLAGS_ARCHITECTURE) 
$(OPTIMIZE_FLAGS) -pipe $(LIBRARY_FLAGS) -fPIC
++LDFLAGS   += $(DEBUG_FLAGS) $(LDFLAGS_ARCHITECTURE) 
$(OPTIMIZE_FLAGS) -pipe $(LIBRARY_FLAGS) -fPIC
+ 
+ CXX   = $(CCACHE) $(COMPILER)
+ LD= $(COMPILER)
+ CPP   = $(CXX)
+ LD= $(CXX)
+-STRIP = strip
++STRIP = true
+--- a/source/yaskkserv_hairy/Makefile.bsd_cygwin_linux_gcc
 b/source/yaskkserv_hairy/

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

2016-05-13 Thread Patrick Lauer
commit: e6cbee493aa492d72e0e76acceee77c05d92ac8d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri May 13 13:17:52 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri May 13 13:18:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cbee49

dev-db/postgresql: Remove unneeded inherit in live ebuild

Package-Manager: portage-2.2.28

 dev-db/postgresql/postgresql-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-.ebuild 
b/dev-db/postgresql/postgresql-.ebuild
index f3ff28e..adda706 100644
--- a/dev-db/postgresql/postgresql-.ebuild
+++ b/dev-db/postgresql/postgresql-.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit base eutils flag-o-matic git-2 linux-info multilib pam prefix \
+inherit eutils flag-o-matic git-2 linux-info multilib pam prefix \
python-single-r1 systemd user versionator
 
 KEYWORDS=""



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

2016-05-13 Thread Patrick Lauer
commit: 939e5f1eff93991b0c4c9150cab123d2a0f2290c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri May 13 12:56:41 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri May 13 13:18:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939e5f1e

dev-db/postgresql: Add 9.6_beta

Package-Manager: portage-2.2.28

 dev-db/postgresql/Manifest|   1 +
 dev-db/postgresql/postgresql-9.6_beta1.ebuild | 436 ++
 2 files changed, 437 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index afa033f..f7999d6 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -13,3 +13,4 @@ DIST postgresql-9.4.6.tar.bz2 17734946 SHA256 
cbce1f4d01a6142c5d8bebe125623c5198
 DIST postgresql-9.4.7.tar.bz2 17746987 SHA256 
cc795e6c35b30e697e5891e3056376af685f848a4e67fab1702e74a2385f81e0 SHA512 
e61d74a4a9caeb7d4a3fb9509b37aaeb5bd563d61d20739edd777ec990c92011286a7485f275178f9f8c1ebb8c84a98290e2b5351b11e0f9a1baa781f323e374
 WHIRLPOOL 
2ae25affc35e12fd250161585bc5cf318930d9864c9fccbf44c9bd697933aa75860467256b811501947c0fad8c6cdc0622889e9991904a4db9fda2d19efa2b37
 DIST postgresql-9.5.1.tar.bz2 18441638 SHA256 
6b309d8506a39773a752ff074f47656e5424576ea090b04a24fe1725958c5bd2 SHA512 
fcb2b3bde51c4152b3a72764de1f9b4e607cb591571ed5bc1187b2c6938c33e21bdd512694a969a03c046e4889a129bb0e75fa676d55a1a1e77142da1e984192
 WHIRLPOOL 
2fdbae2c58ce4255b514055ada220b25269a01719c202e1d1ae86d408fd56b523f1a4e16ef5abd675b0fbf0675c1eabca7d0f5f2e8fdb9cdc3a3d98e7b755aeb
 DIST postgresql-9.5.2.tar.bz2 18446616 SHA256 
f8d132e464506b551ef498719f18cfe9d09c7a1589dc360afc0b20e47c41 SHA512 
ba31dddee8a960a4b1a97394eae5ea7efaa5e74e21c755882efcef90404676c6052dff55f40b585932e4f752cbcda5ceac0e29d601ea6651cfbab7a49190381a
 WHIRLPOOL 
0b9abe3a5b3933485e5d0b2c08daa20d421e5920ae5b4640b36971463915d7e7b2767575564d80bb5dfa3a353c646c9c4ca8e483dfd64df39370774e76fa1cee
+DIST postgresql-9.6beta1.tar.bz2 19059162 SHA256 
e1cec9a7bd10e7941cadec8613c642cdfd4a0f091767a2653c57d8d0ccbf6738 SHA512 
26fecc0d5e8578ee66e3749af42ce822ba3648103fac7df91e9581a3625af02a132fd4d2a7652ef309faa41ad489e5c9bb9ed60f902c844f1a7f2d9be5481141
 WHIRLPOOL 
46dc16b3efd9a5886695ed4e54adb73b8d341932c7e87f267aaa2f4e7965e938a29f9b85936a3905ce740b2129170f3df6f9449b0867214abe743fc613c4b411

diff --git a/dev-db/postgresql/postgresql-9.6_beta1.ebuild 
b/dev-db/postgresql/postgresql-9.6_beta1.ebuild
new file mode 100644
index 000..cc15636
--- /dev/null
+++ b/dev-db/postgresql/postgresql-9.6_beta1.ebuild
@@ -0,0 +1,436 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
+   systemd user versionator
+
+KEYWORDS=""
+
+SLOT="$(get_version_component_range 1-2)"
+
+MY_PV=${PV/_/}
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
+
+LICENSE="POSTGRESQL GPL-2"
+DESCRIPTION="PostgreSQL RDBMS"
+HOMEPAGE="http://www.postgresql.org/";
+
+LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr
+zh_CN zh_TW"
+IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp 
python
+ +readline selinux +server ssl static-libs tcl threads uuid xml zlib"
+
+for lingua in ${LINGUAS}; do
+   IUSE+=" linguas_${lingua}"
+done
+
+wanted_languages() {
+   local enable_langs
+
+   for lingua in ${LINGUAS} ; do
+   use linguas_${lingua} && enable_langs+="${lingua} "
+   done
+
+   echo -n ${enable_langs}
+}
+
+CDEPEND="
+>=app-eselect/eselect-postgresql-1.2.0
+sys-apps/less
+virtual/libintl
+kerberos? ( virtual/krb5 )
+ldap? ( net-nds/openldap )
+pam? ( virtual/pam )
+perl? ( >=dev-lang/perl-5.8 )
+python? ( ${PYTHON_DEPS} )
+readline? ( sys-libs/readline:0= )
+ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= )
+   libressl? ( dev-libs/libressl:= )
+)
+tcl? ( >=dev-lang/tcl-8:0= )
+xml? ( dev-libs/libxml2 dev-libs/libxslt )
+zlib? ( sys-libs/zlib )
+"
+
+# uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no
+# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
+# the libc includes UUID functions.
+UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} )
+BSD_LIBC=( elibc_{Free,Net,Open}BSD )
+
+nest_usedep() {
+   local front back
+   while [[ ${#} -gt 1 ]]; do
+   front+="${1}? ( "
+   back+=" )"
+   shift
+   done
+   echo "${front}${1}${back}"
+}
+
+IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}"
+CDEPEND+="
+uuid? (
+   ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )}
+   $(nest_usedep ${UTIL_LINUX_LIBC[@]/#/!} ${BSD_LIBC[@]/#/!} 
dev-libs/ossp-uuid)
+)"
+
+DEPEND="${CDEPEND}
+!! \
+   "${ED}/etc/eselect/postgresql/slots/${SLOT}/base"

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

2016-05-13 Thread Akinori Hattori
commit: 28ccfc973bcd8e1b2df8ed3efc7a7e515fcce766
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri May 13 13:05:30 2016 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri May 13 13:05:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ccfc97

profiles/package.mask: remove mask for app-i18n/skk-jisyo

 profiles/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 10473cc..31a1bd8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -755,7 +755,6 @@ sys-auth/pam_keystore
 # live ebuilds, nor the availability of the server hosting them. As
 # per QA team policy, all these need to be kept masked by default, if
 # available in the tree.
-~app-i18n/skk-jisyo-
 =app-misc/sleepyhead-
 app-portage/layman-dbtools
 =www-plugins/google-talkplugin-



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

2016-05-13 Thread Dirkjan Ochtman
commit: b6d560319f996d2c3c902763d1451ec4218c481d
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri May 13 13:03:18 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri May 13 13:03:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d56031

mail-filter/rspamd: depend on openssl[-bindist] (fixes bug 572664)

Package-Manager: portage-2.2.28

 mail-filter/rspamd/rspamd-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/rspamd/rspamd-1.2.6.ebuild 
b/mail-filter/rspamd/rspamd-1.2.6.ebuild
index 5656b03..6e2b770 100644
--- a/mail-filter/rspamd/rspamd-1.2.6.ebuild
+++ b/mail-filter/rspamd/rspamd-1.2.6.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+jit"
 
-DEPEND="dev-libs/openssl:0
+DEPEND="dev-libs/openssl:0[-bindist]
jit? (
dev-libs/libpcre[jit]
dev-lang/luajit:2



  1   2   >