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

2017-04-21 Thread Hans de Graaff
commit: 4fb6e3f34c51902580ff3f5e4d5783586687a80e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 22 05:34:46 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 22 05:34:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb6e3f3

dev-ruby/selenium-webdriver: add 3.4.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-3.4.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 19bede09ef4..371dc407fd7 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -3,3 +3,4 @@ DIST selenium-webdriver-3.0.8.gem 819712 SHA256 
2b07dc585ee73c681ec41b1436e466dd
 DIST selenium-webdriver-3.1.0.gem 826368 SHA256 
a579874564e8ebafa672d54ebde39cae1e47c2cbe0153bfce0420d8137cb0161 SHA512 
039061f829fe1ebe822738c46d51d93fb227141234e75e3d4116f4ef818f432d423dd046fc99704c3dbeb48aef8b63a5705e12a378b5e18b3f61dcb45d284798
 WHIRLPOOL 
f068f30c5423b372193f2b7a3e48319cbb0f20c67582a8629afae79ea3fdeb643870abe6dff68307d69894d155ffb8243b979ca65d143bd834be81e2a4a9cebf
 DIST selenium-webdriver-3.2.2.gem 823296 SHA256 
2676fb2302f9cbf8b7db5385e8a1c2840cea9312530a1ae50d951b0ae82ac0b9 SHA512 
f6c726eaf96f4418cc469808445e837c7269db3e8092142731ce2e81e720753b066ae260c4a31a6115196d6f4a01de1529e994fe845c42fddead62e989e1193c
 WHIRLPOOL 
a47e8167e470eb5559c97df6a603d98840c4ff38b410b3030112a9f4d73a6566bdaf18278fb08e5c20c58f0db6093f6628db5a2b9c1dc9e3af76de9fded0b799
 DIST selenium-webdriver-3.3.0.gem 823808 SHA256 
3605ceed7093ac503a0dbf0d64820b9111424dccb9937dcc8faacc5d5880202b SHA512 
de4ac22fd360f550b60be0f44ac03ac209d1333c340211d82f3c3a1e6ea056c2ecdb01dbc9ce39b1f5e523caecb7d42472cdf5e5a1848bc209f24a5291668996
 WHIRLPOOL 
bd6f3a69d6bb7562131d79df5805858bc7ad61eb70cdd62077208db4b69bf2368a71722dae04b5d948cd4d878210960e473a96c2ac32a0d46da4b4c77896fc38
+DIST selenium-webdriver-3.4.0.gem 834560 SHA256 
80cb651a6e403f976c1d5d01539f6e70dc6e1ba0645bcc1d47e170327f704a17 SHA512 
fef7552929ee4c703c14244957274d0d9b58e326789ffb641bab009315150b93fc5b7ea76f9dff80d8d98d6385375edbddf861440b889f8a33827db29fd8afda
 WHIRLPOOL 
8f2ee764ffba9168e0b836fdcbd0cd1ee16ff023670813066d3c5238742844204f1ad1056e8858bd49da53e6e46f4af1209f2c133f092db25a05294bdc66a013

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.0.ebuild
new file mode 100644
index 000..f6c35938ff7
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="https://github.com/seleniumhq/selenium;
+
+LICENSE="Apache-2.0"
+SLOT="3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
+   dev-ruby/rubyzip:1"
+
+all_ruby_prepare() {
+   # Make websocket a development dependency since it is only needed
+   # for the safari driver which we don't support on Gentoo.
+   sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' 
../metadata || die
+}



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

2017-04-21 Thread Hans de Graaff
commit: d0e0593796c2b29e5ae45a8da6156c9971ff82d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 22 05:36:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 22 05:36:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e05937

dev-ruby/rainbow: add 2.2.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/rainbow/Manifest b/dev-ruby/rainbow/Manifest
index 5eed6cbce03..f3761fee4c9 100644
--- a/dev-ruby/rainbow/Manifest
+++ b/dev-ruby/rainbow/Manifest
@@ -2,3 +2,4 @@ DIST rainbow-git-1.1.4.tgz 10301 SHA256 
f8815c1e017ec3939114047f0af779feb88e6374
 DIST rainbow-git-2.0.0.tgz 10480 SHA256 
d3b2bc51449429669e91c5edea05f973cc0568cff78cf5461f03068c18e127ad SHA512 
1acf0d2a1c0c0d70cad2cebcd65011dc2e53b991e49cde69b909c80b354ee084f86531a793b2d43ac4da6eed55d53c483de9f3f345b548b34c4331ea62494881
 WHIRLPOOL 
41d6702c03c8720c0ad6d62639ea103458d178642ae014914e84d4cc6f4a221a504c8fa5a6aea656db73cc8d625f9fe6712d622ee7808c4d45114a7a3aa31b85
 DIST rainbow-git-2.1.0.tgz 13399 SHA256 
7604afc02ed24cd19f90fe46f210fc66323e49ebf5e1f563045adc3bfa422b18 SHA512 
cf3a280301f98c48d9fd52e95c6bcf41fcf4ff9322627ac09a94abb5dd94f56377e62c5d060065c2b97a427d46d5231db74a77aadc4289e43a5ebf3a19777aa1
 WHIRLPOOL 
bff54cff2b41960cd7cbe6b93abfa9edc9692b87018fc97c4c3f96ba9bd09d20659ff5f77bffeefdd45b027f99cca365288bb9679ef890ae8ebbe68b254e4504
 DIST rainbow-git-2.2.1.tgz 13902 SHA256 
b182dd0a50215b180444172ad54358c2390810501aeaff660e72cd628f4504fe SHA512 
07e92ffdd803c0622453f9acfb13064a098e3f50347a18e766b70aad1781755a3d805e61f0fd485126e9c576b2179175290a5a80440fbb06bff79fea6ec639cd
 WHIRLPOOL 
b7b40fe2b99dc2cedd4e33e8cb55873b2e2b44a0b7c5efe57c6c60152d9e56b478f38869123b74e40ee24d42f6ecc76017ada18255757ee5261af3904a92c5f3
+DIST rainbow-git-2.2.2.tgz 14295 SHA256 
6e5c6e852cd62b6975a9594d0a0a03f9f9cc997f308a12f38f040698e6e1b9f7 SHA512 
fac9a8cc39f23a1b268f3a01d755a5ccb79f8ee11a28228d958a5b77472c5b3fbaac748c917f7d4afebb911cbef0e0242c5224c8df29672073c1f54bf44c9307
 WHIRLPOOL 
750642e8d95f4629954d5a7a7ca2251a4b3429a6b1f71eb05a240f4f95470f98d9673db21c0a5b5c7c8e103e5926789677e602b7aa4ea8a5bdad6fe8d4017481

diff --git a/dev-ruby/rainbow/rainbow-2.2.2.ebuild 
b/dev-ruby/rainbow/rainbow-2.2.2.ebuild
new file mode 100644
index 000..0b85e53a002
--- /dev/null
+++ b/dev-ruby/rainbow/rainbow-2.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Colorize printed text on ANSI terminals"
+HOMEPAGE="https://github.com/sickill/rainbow;
+
+SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""



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

2017-04-21 Thread Hans de Graaff
commit: 2640bdb1724a4f7513a956cfce97bcf2752b7b22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 22 05:33:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 22 05:33:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2640bdb1

dev-ruby/selenium-webdriver: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/selenium-webdriver/Manifest   |  2 --
 .../selenium-webdriver-3.0.7.ebuild| 38 --
 .../selenium-webdriver-3.2.1.ebuild| 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 5911165561a..19bede09ef4 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,7 +1,5 @@
 DIST selenium-webdriver-2.53.4.gem 897536 SHA256 
44b38d9b6a97b39c7d2aa5185ff9585320295d5aa194cb21ec562897d6711e97 SHA512 
ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e
 WHIRLPOOL 
c75f4b89fbfc31987ff92c013c1274a07d73f4d7fcbcdbade267180849e45279ebd5099fa63f7a5138ca75100fc1d39e15e0df4f15f35552cd2e679ea5c2bff0
-DIST selenium-webdriver-3.0.7.gem 819712 SHA256 
9236ad1124ba62522eb3356633607abfa763f37bcc5c4afc2892b79c7c90d6fd SHA512 
9558f84298e24fa71950261423e14f577d8d6ceda3e32d4e1db2d26f548240edb931f9db55581968bddea50735f3b0b073306a448f5562de7376e2184ec1e8af
 WHIRLPOOL 
e4671c85e8752d00708e710583991a5ba9dc4277c8299065f8441252c8f898501b48cec949d7d02466c66caafcea3a6cc8601c078f47832fe8b2989829d40690
 DIST selenium-webdriver-3.0.8.gem 819712 SHA256 
2b07dc585ee73c681ec41b1436e466dd1b9f705eb21d31c0a61f8307006a3e4a SHA512 
ef6e34874eb6d802db90cfbe573a5ac11f48f131666ecc600b44cb378449502e4c0ab6f12b9b6149b4ea7052d0ddb621580358787dac33532f32f66cc066af5e
 WHIRLPOOL 
26fddb7cfa9137460716c89945b595dfa5c89e4187dd33cb3b852c6f361ecf22d1d0947191c7a484fa7278a2f96bde41c0a3281edd33c4276a10c637930ea22a
 DIST selenium-webdriver-3.1.0.gem 826368 SHA256 
a579874564e8ebafa672d54ebde39cae1e47c2cbe0153bfce0420d8137cb0161 SHA512 
039061f829fe1ebe822738c46d51d93fb227141234e75e3d4116f4ef818f432d423dd046fc99704c3dbeb48aef8b63a5705e12a378b5e18b3f61dcb45d284798
 WHIRLPOOL 
f068f30c5423b372193f2b7a3e48319cbb0f20c67582a8629afae79ea3fdeb643870abe6dff68307d69894d155ffb8243b979ca65d143bd834be81e2a4a9cebf
-DIST selenium-webdriver-3.2.1.gem 822784 SHA256 
5ab29b71c012e0fd3559ddeb00a58bca8840f5100ddd55cd5749b2c0b7f18b08 SHA512 
a1b328b4ae25579aa1aa828eb6954f3a4b01fa67a3d9ab83385d7dfa2f22111b6b4eb4bf9d6d1aa85858c1c5c5d90b2b906a65b2c4e0e83f334833be882c5677
 WHIRLPOOL 
10229a9f8136dccbf791561369476d22b489453d0b2b9187a53cdb0369d4e5585457d9fe69b06d3c9fdb5e7a8c4652efc6d790c79d0b147d9a756ca8c964
 DIST selenium-webdriver-3.2.2.gem 823296 SHA256 
2676fb2302f9cbf8b7db5385e8a1c2840cea9312530a1ae50d951b0ae82ac0b9 SHA512 
f6c726eaf96f4418cc469808445e837c7269db3e8092142731ce2e81e720753b066ae260c4a31a6115196d6f4a01de1529e994fe845c42fddead62e989e1193c
 WHIRLPOOL 
a47e8167e470eb5559c97df6a603d98840c4ff38b410b3030112a9f4d73a6566bdaf18278fb08e5c20c58f0db6093f6628db5a2b9c1dc9e3af76de9fded0b799
 DIST selenium-webdriver-3.3.0.gem 823808 SHA256 
3605ceed7093ac503a0dbf0d64820b9111424dccb9937dcc8faacc5d5880202b SHA512 
de4ac22fd360f550b60be0f44ac03ac209d1333c340211d82f3c3a1e6ea056c2ecdb01dbc9ce39b1f5e523caecb7d42472cdf5e5a1848bc209f24a5291668996
 WHIRLPOOL 
bd6f3a69d6bb7562131d79df5805858bc7ad61eb70cdd62077208db4b69bf2368a71722dae04b5d948cd4d878210960e473a96c2ac32a0d46da4b4c77896fc38

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.0.7.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.0.7.ebuild
deleted file mode 100644
index 396035d6332..000
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.0.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at https://code.google.com/p/selenium/ but the
-# repository is not organized in a way so that we can easily rebuild the
-# suited shared object. We'll just try our luck with the precompiled
-# objects for now.
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
-QA_PREBUILT="*/x_ignore_nofocus.so"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem provides Ruby bindings for WebDriver"
-HOMEPAGE="https://github.com/seleniumhq/selenium;
-
-LICENSE="Apache-2.0"
-SLOT="3"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
-   dev-ruby/rubyzip:1"
-
-all_ruby_prepare() {
-   # Make websocket a development dependency since it is only needed
-   # for the safari driver which we don't support on 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/

2017-04-21 Thread Zac Medico
commit: ff35cb6978f0cafe74e6962596a058071fa82a6b
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Apr 22 04:13:26 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr 22 04:14:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff35cb69

sys-boot/vboot-utils: version bump to 59_p20170413

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-boot/vboot-utils/Manifest  |  1 +
 .../vboot-utils/vboot-utils-59_p20170413.ebuild| 85 ++
 2 files changed, 86 insertions(+)

diff --git a/sys-boot/vboot-utils/Manifest b/sys-boot/vboot-utils/Manifest
index 8b928635a0f..fa138d9400c 100644
--- a/sys-boot/vboot-utils/Manifest
+++ b/sys-boot/vboot-utils/Manifest
@@ -1,3 +1,4 @@
 DIST vboot-utils-20130222gite6cf2c2-3.fc19.src.rpm 2170079 SHA256 
f20235e5f708bcbe3b30cb684a5aa9fa3f60d1fdea454375db0e62bebabd0c41 SHA512 
ccb5320f01d270ff30465e6ffc234d245220afdb9628f9b5f9e8abc7c91c5e58085b5e8eefe217e85faa18166576d945cad9f757d99927389473cb0a4337a05f
 WHIRLPOOL 
9da1a4f503619c9754e4c0b1c2d52deb4c687e693ba521213e2406cba417f5b8ce5645285ed2e106c0d05f56bd325dc7f929692c5de2ff1be2bb7fe191f74c68
 DIST vboot-utils-42_p20150219.tar.xz 18578108 SHA256 
058053fd48afeeb30b48c51eb932ee3f477b1e7fc429b56ed776262010f30226 SHA512 
bf1b5579f80bfd3804d74f5fed5ca0f85ff3d66cc4efd1c5e744ab0de50309c7e5168fe9a751579e9fcc0cb7dda72fc98497b2e13437b357b0ad9bb063edd33a
 WHIRLPOOL 
01e5ca949ef417930669783d02b03d103005c6daa395f46bb3eab96a8d7de06875e3017697ed42d6200ca8e649b6b21737c5fc773a25da6da7a61c268dceba90
 DIST vboot-utils-51_p20160427.tar.xz 18377808 SHA256 
6fc03136474c7cfd88074a9ffe7880dc83917cc0a6be344df422e3f851b50146 SHA512 
5b9af2815b8939ae21f4e430744902ccd811627d668eaba709354901eb70553e57050b9068b07fecdfec5bb2ece0c11f1cf0f1a01c0e5f886d1913e1478fe3d7
 WHIRLPOOL 
4aa9c506c77596b3b598293872ada9cfc127d02f5cf23248ebf131612dcff38058f28bd61d22fc516dfacd7ff9c97d656795cdcce0dd07471930bcc085061a47
+DIST vboot-utils-59_p20170413.tar.xz 18431260 SHA256 
1ce188295f4e3eea88dae2f2c541cbfdeca1755e0fdffd8fcea6744c52063535 SHA512 
f92b9aed7a52ac7bab49b624725d4963564a22a03741619ad4ef1bc0a1fdee5123c68f3dad5bef9fb033f94f2a9ae99478c16386758fe4667a361bc91dda8048
 WHIRLPOOL 
636c3ceb75aabfac27796f785c2e4de1980d8f16dd1a985ef732a7ec883275ac7076754b762cf483668f6d55f8459ab9441f7a15f1f0925ed49728903c43

diff --git a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild 
b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild
new file mode 100644
index 000..15f315769e8
--- /dev/null
+++ b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+# This is the latest commit in the latest branch.
+GIT_SHA1="748af73c67abf473d45bbacd708ce79bfc264ff5"
+
+DESCRIPTION="Chrome OS verified boot tools"
+HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/
 http://dev.chromium.org/chromium-os/chromiumos-design-docs/verified-boot;
+# Can't use gitiles directly until b/19710536 is fixed.
+#SRC_URI="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+archive/${GIT_SHA1}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+IUSE="libressl minimal static"
+
+LIB_DEPEND="
+   !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
+   libressl? ( dev-libs/libressl:0=[static-libs(+)] )
+   sys-apps/util-linux:=[static-libs(+)]"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   !minimal? (
+   app-arch/xz-utils:=
+   dev-libs/libyaml:=
+   )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+   app-crypt/trousers"
+
+S=${WORKDIR}
+
+src_prepare() {
+   default
+   sed -i \
+   -e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \
+   -e 's:${DESTDIR}/default:${DESTDIR}/etc/default:g' \
+   Makefile || die
+}
+
+_emake() {
+   local arch=$(tc-arch)
+   emake \
+   V=1 \
+   QEMU_ARCH= \
+   ARCH=${arch} \
+   HOST_ARCH=${arch} \
+   LIBDIR="$(get_libdir)" \
+   DEBUG_FLAGS= \
+   WERROR= \
+   MINIMAL=$(usev minimal) \
+   STATIC=$(usev static) \
+   $(usex elibc_musl HAVE_MUSL=1 "") \
+   "$@"
+}
+
+src_compile() {
+   tc-export CC AR CXX PKG_CONFIG
+   _emake TEST_BINS= all
+}
+
+src_test() {
+   _emake runtests
+}
+
+src_install() {
+   _emake DESTDIR="${ED}" install
+
+   insinto /usr/share/vboot/devkeys
+   doins tests/devkeys/*
+
+   insinto /usr/include/vboot
+   doins host/include/* \
+   firmware/include/gpt.h \
+   firmware/include/tlcl.h \
+   firmware/include/tss_constants.h
+
+   

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

2017-04-21 Thread Patrick McLean
commit: eb91cc4738da9ee3602ba625d8ebae0df11dcb9a
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Apr 21 21:59:26 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Apr 21 21:59:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb91cc47

app-admin/salt: Version bump to 2016.11.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/salt/Manifest | 2 +-
 app-admin/salt/{salt-2016.11.3.ebuild => salt-2016.11.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index cc7be59f127..418cef17b43 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -1,4 +1,4 @@
 DIST salt-2015.5.10.tar.gz 5693422 SHA256 
863a96e70f8521af35fe11b10d25b3205a0bfbba9a8aee02e2842aa7106496fd SHA512 
78a4cbe5c771208e957360689a25ae4e44566987e07e7fda54e6db9028485eacc6ad016c65c981090f9b5d95331e46048a094aecc27703b3956c06ab6ebad95d
 WHIRLPOOL 
805b48df07707d85d8338251f26c72164a5421731fc11f5c933b72af97348a2f11ee35889f72ec032acbea275e98575d35786b56fd84a7917f8fdbc30567ae86
 DIST salt-2015.8.13.tar.gz 7036243 SHA256 
cca82c9a4f267692660b098c1f76e54ab6a24131391893719bde0eb3a1ed2959 SHA512 
ec8626f7360542bfeea90fc3d6fd9d9d015da4c2a6adf9957c22501ed9531b0a44d2cbc4853c41856b4cd46c142d2441884ec99700f3c0a5310cc428f9f1ec2a
 WHIRLPOOL 
c21f3bdc5fd674ea664c7e8fd58ef6685328a6ee3679850f3e9a085b1e604e1224a3323b906b47075fb8dd39f373583fb549e7b0f3f725d44928bcf716955a10
-DIST salt-2016.11.3.tar.gz 9163351 SHA256 
9d5849f38a858288ebc6ef790ced86ae724e61b06e3ee27e6cecf3f6c1ecbc51 SHA512 
24bc75c50b4d6bd38a6f2dedc0a8c12142cc1b9d551455e49ea0ede405c78eb6a939f741dd8c0cbb8f206937ee69582bebe2fc127a24a4c2cf06cf3c3c16e507
 WHIRLPOOL 
eae74f912ac4da4484a7adf6e0ef317c303a250521032594a885731f444f60ed6ddc965463a79e97c4653c501696575510fa106f048911914189952bdf04bcdd
+DIST salt-2016.11.4.tar.gz 9360198 SHA256 
fb4109b28d3fd898291c162e42ef843fbd4c3e57244075670fa8f366e705765f SHA512 
ba928b61766d34774ce2e623fa79a46f6d373295c55b336e1b451e6a4afb0d547d78ceb9e466b64d8ba8bdbf2e750cbb77d008bc76308602729ae08241b8d346
 WHIRLPOOL 
cb599c83d1adb3c0281106cf447df42da1439f033f23cfc8370edc537fd2d60af66c4451dcedb12aee0447499184ab413ce1cf200b26b3ef48c8932bccb977be
 DIST salt-2016.3.6.tar.gz 8432840 SHA256 
4cc45f48255b7e46631807b071674552872c322ab77f398c9beefbf14d6a212f SHA512 
949d70504310cd88139c520812a870e4c68e6b0c7ec6decfd157283994d6be659e7823a4453d1b6464c24fc762bc9ba61d4f6a767c4d6f65e496c7f5b6589a8d
 WHIRLPOOL 
3d5abdbe0e297cbfc1b0f7fce0d6959132bbe917abc80ad7bb368a2ec657c0c0019123a22558c3fbdec489cb20430243ff837658d55da6755a07d4ec4d35158c

diff --git a/app-admin/salt/salt-2016.11.3.ebuild 
b/app-admin/salt/salt-2016.11.4.ebuild
similarity index 100%
rename from app-admin/salt/salt-2016.11.3.ebuild
rename to app-admin/salt/salt-2016.11.4.ebuild



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

2017-04-21 Thread Ulrich Müller
commit: 6d7e1bd2f41dcc867ff4dbd52f746fba8d32c3cb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr 21 21:53:25 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr 21 21:53:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7e1bd2

app-editors/emacs: Version bump. Remove release candidates.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-editors/emacs/Manifest |   3 +-
 .../{emacs-25.2_rc1.ebuild => emacs-25.2.ebuild}   |   2 +-
 app-editors/emacs/emacs-25.2_rc2.ebuild| 356 -
 3 files changed, 2 insertions(+), 359 deletions(-)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index e8e3c605e5f..94019e6592c 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -9,5 +9,4 @@ DIST emacs-24.4.tar.xz 39733124 SHA256 
47e391170db4ca0a3c724530c7050655f6d573a71
 DIST emacs-24.5-patches-3.tar.xz 12500 SHA256 
4927e037141c0c242d0d6d3aa7dfde140faae361aa556e6ded64b7ab26819f07 SHA512 
9bddca3d4a67b57ca03c26fbca378def345592a95c40e868fc47fd9944ed0f750bc30f3a4d588a8a0b4c90daa6c9ed63b56182e8d2d87b4c8d849bf834ead1cc
 WHIRLPOOL 
c16cbfda1040b205ced4c1ed120aad6f65285fb315ce89dc936e6a357fbc8f9215fb178b696d2a914c53c6869384f0b1b56fcb6b84c5438f026101b4989de6c5
 DIST emacs-24.5.tar.xz 39759804 SHA256 
dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e SHA512 
89dee4c3aadb6e505c523f84c65b5e40e5bf28a586cc8a4518a59581c22972f942bb6f3c772df0d5b2685c3e78247c545c6bb2576e981d1ef0f9298c18ad1677
 WHIRLPOOL 
3d9f8fb840f4c846246e642369f967ba0ec357c7cf718ed865523a3cd39605ba14b8c15fc9ae3f076c27e5b6e41fcb681d15f1c6ffc5934430c0a2bf47c233a3
 DIST emacs-25.1.tar.xz 42498944 SHA256 
19f2798ee3bc26c95dca3303e7ab141e7ad65d6ea2b6945eeba4dbea7df48f33 SHA512 
67442b9027869c44430e1d4c3e92e74601e667c9aef7e3da16f20a562b5e3fa8c64efdd4b4055919550523093d32eac73c094b644f6573fed41b4e0938668922
 WHIRLPOOL 
77cf4e126580634ec5aa2d2252a5d3334b6880a2abc32c54543b8df1a7dc9687bf41c54994044be7517b397bcfc2fc1094286ff4c05a7d6f64a8ef8376a4abfb
-DIST emacs-25.2-rc1.tar.xz 43010432 SHA256 
a94e8e190992627c9b7ef5683d267663bb4c9c2880ef5093988ba42cf8aeae2b SHA512 
717cd9b058e4e9d6d8abe7d78a7538745c9a2e29f7f61fa58f3502584a755bb6d4b2d74ce912878e3730f5a72eabf63be1ce1cbb8fa99e1372763ec77df09384
 WHIRLPOOL 
747c743e4662a37361a5b040bb82a4b835f9ace76068c7e95eb97b1614725ad58acbff6d8607532c4158925c8443a42449b71f47d82e067c0cdf2492f5f5fdce
-DIST emacs-25.2-rc2.tar.xz 43014244 SHA256 
4f405314b427f9fdfc3fe89c3a062524156b23e07396427bb16d30ba1a8bf687 SHA512 
95e1b127beec5a6c8c5b54545b489e28d8c31051d82d6603ec8907b3cdfddd8a16a3b00287932bf8d69babfce44aa464236593bcb4e20864c823830f32f7be49
 WHIRLPOOL 
1260db4b10800e0371515637490f31c7fbd391ee642861a14dfbaad91cc95f04faee25c9a46a62efef87d7eddc629d50c7ea5c0463b761788f6c0b1b8f793eb7
+DIST emacs-25.2.tar.xz 46900336 SHA256 
59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa SHA512 
2485d5ccd58ecc953cbd2458bdfa45e3c9a6ddfdb1b93c72b957a0da2460d4e42092905e039e8f5bac337ea1ecb9ac404b28702a363323ee5813b30032ebf00c
 WHIRLPOOL 
98de8ad164cf65b21e5fbfdbd7fcee84da32e3de66715d2f03f3c4d03cfa68d49aff2124e5da331282bb5fd9c2b2fbac4ddfd0985e907d2354994c78383f

diff --git a/app-editors/emacs/emacs-25.2_rc1.ebuild 
b/app-editors/emacs/emacs-25.2.ebuild
similarity index 99%
rename from app-editors/emacs/emacs-25.2_rc1.ebuild
rename to app-editors/emacs/emacs-25.2.ebuild
index 2b453beafcc..8328f90fdf0 100644
--- a/app-editors/emacs/emacs-25.2_rc1.ebuild
+++ b/app-editors/emacs/emacs-25.2.ebuild
@@ -7,7 +7,7 @@ inherit elisp-common flag-o-matic multilib readme.gentoo-r1
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/;
-SRC_URI="mirror://gnu-alpha/emacs/pretest/emacs-${PV/_/-}.tar.xz"
+SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"

diff --git a/app-editors/emacs/emacs-25.2_rc2.ebuild 
b/app-editors/emacs/emacs-25.2_rc2.ebuild
deleted file mode 100644
index 2b453beafcc..000
--- a/app-editors/emacs/emacs-25.2_rc2.ebuild
+++ /dev/null
@@ -1,356 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common flag-o-matic multilib readme.gentoo-r1
-
-DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
-HOMEPAGE="https://www.gnu.org/software/emacs/;
-SRC_URI="mirror://gnu-alpha/emacs/pretest/emacs-${PV/_/-}.tar.xz"
-
-LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
-SLOT="25"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 

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

2017-04-21 Thread Ulrich Müller
commit: 896fa37f50eeb3c799ad2f23cfac5d44ceb79fbd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr 21 21:55:10 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr 21 21:55:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896fa37f

app-editors/emacs-vcs: Remove pretest version.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-editors/emacs-vcs/Manifest |   1 -
 app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild | 379 -
 2 files changed, 380 deletions(-)

diff --git a/app-editors/emacs-vcs/Manifest b/app-editors/emacs-vcs/Manifest
deleted file mode 100644
index 698dfca982d..000
--- a/app-editors/emacs-vcs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST emacs-25.1.91.tar.xz 42845096 SHA256 
841918b765f9622951348c2209858340262504ff57bb0be293f4f722c3c69533 SHA512 
09ecd852e6bf523c8ae7835b496fbd53c0dafeccaa5c3319e9a7f664be0816fdd5acbe9c5267f2dab2912aff9656448ac53f6b22329aea15d3e3af41c04806ff
 WHIRLPOOL 
42af98428ca3f968d9dec0e0d775b61027b7c04bffeaed3b5fe9162cbd63d429173c71f3959508d5a24e7d718ba79a24a5314dc543a1f1fe00319672a3ed89df

diff --git a/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild
deleted file mode 100644
index bc712370af0..000
--- a/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild
+++ /dev/null
@@ -1,379 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common flag-o-matic multilib readme.gentoo-r1
-
-if [[ ${PV##*.} =  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git"
-   EGIT_BRANCH="emacs-25"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
-   S="${EGIT_CHECKOUT_DIR}"
-else
-   SRC_URI="https://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
-   mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-   # FULL_VERSION keeps the full version number, which is needed in
-   # order to determine some path information correctly for copy/move
-   # operations later on
-   FULL_VERSION="${PV%%_*}"
-   S="${WORKDIR}/emacs-${FULL_VERSION}"
-   [[ ${FULL_VERSION} != ${PV} ]] && S="${WORKDIR}/emacs"
-fi
-
-DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
-HOMEPAGE="https://www.gnu.org/software/emacs/;
-
-LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
-SLOT="25"
-IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
-REQUIRED_USE="?? ( aqua X )"
-
-RDEPEND="sys-libs/ncurses:0=
-   >=app-eselect/eselect-emacs-1.16
-   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
-   net-libs/liblockfile
-   acl? ( virtual/acl )
-   alsa? ( media-libs/alsa-lib )
-   dbus? ( sys-apps/dbus )
-   gpm? ( sys-libs/gpm )
-   hesiod? ( net-dns/hesiod )
-   !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( >=dev-libs/libxml2-2.2.0 )
-   selinux? ( sys-libs/libselinux )
-   ssl? ( net-libs/gnutls )
-   zlib? ( sys-libs/zlib )
-   X? (
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-misc/xbitmaps
-   gconf? ( >=gnome-base/gconf-2.26.2 )
-   gsettings? ( >=dev-libs/glib-2.28.6 )
-   gif? ( media-libs/giflib:0= )
-   jpeg? ( virtual/jpeg:0= )
-   png? ( >=media-libs/libpng-1.4:0= )
-   svg? ( >=gnome-base/librsvg-2.0 )
-   tiff? ( media-libs/tiff:0 )
-   xpm? ( x11-libs/libXpm )
-   imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= )
-   xft? (
-   media-libs/fontconfig
-   media-libs/freetype
-   x11-libs/libXft
-   cairo? ( >=x11-libs/cairo-1.12.18 )
-   m17n-lib? (
-   >=dev-libs/libotf-0.9.4
-   >=dev-libs/m17n-lib-1.5.1
-   )
-   )
-   gtk? (
-   xwidgets? (
-   x11-libs/gtk+:3
-   net-libs/webkit-gtk:3=
-   )
-   !xwidgets? (
-   gtk3? ( x11-libs/gtk+:3 )
-   !gtk3? ( x11-libs/gtk+:2 )
-   )
-   )
-   !gtk? (
-   motif? ( >=x11-libs/motif-2.3:0 )
-   

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

2017-04-21 Thread David Seifert
commit: da0ccdb61002b260e0c2a8acf67b1646fc072ab0
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 21:33:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 21:34:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0ccdb6

sci-libs/flann: Force C++11

Bug: https://bugs.gentoo.org/show_bug.cgi?id=614552
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-libs/flann/flann-1.9.1.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/sci-libs/flann/flann-1.9.1.ebuild 
b/sci-libs/flann/flann-1.9.1.ebuild
index a625b8cdeed..cc7583379a9 100644
--- a/sci-libs/flann/flann-1.9.1.ebuild
+++ b/sci-libs/flann/flann-1.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils cuda toolchain-funcs
+inherit cmake-utils cuda flag-o-matic toolchain-funcs
 
 DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional 
spaces"
 HOMEPAGE="http://www.cs.ubc.ca/research/flann/;
@@ -29,13 +29,12 @@ DEPEND="${RDEPEND}
 # readd dependencies for test suite,
 # requires multiple ruby dependencies
 
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
 pkg_setup() {
-   if use openmp; then
-   if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp ; then
-   ewarn "OpenMP is not available in your current selected 
gcc"
-   die "need openmp capable gcc"
-   fi
-   fi
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }
 
 src_prepare() {
@@ -56,6 +55,8 @@ src_prepare() {
 }
 
 src_configure() {
+   append-cxxflags -std=c++11
+
# python bindings are split
# off into dev-python/pyflann
local mycmakeargs=(



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

2017-04-21 Thread Kent Fredric
commit: 5663be66d3c1e1b1d86afa9905fcaba27da48a99
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jan 23 23:17:42 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:30:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5663be66

perl-functions.eclass: add perl_get_raw_vendorlib

 eclass/perl-functions.eclass | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index be27d7e2509..5073215e0e7 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -430,3 +430,21 @@ perl_get_module_version() {
print ${$stash->{VERSION}};
exit 0; ' "$@"
 }
+
+# @FUNCTION: perl_get_raw_vendorlib
+# @USAGE: perl_get_raw_vendorlib
+# @DESCRIPTION:
+# Convenience function to optimise for a common case without double-handling
+# variables everywhere.
+#
+# Note: Will include EPREFIX where relevant
+perl_get_raw_vendorlib() {
+   debug-print-function $FUNCNAME "$@"
+
+   [[ $# -lt 1 ]] || die "${FUNCNAME}: Too many parameters ($#)"
+
+   perl -MConfig \
+   -e'exists $Config{$ARGV[0]} || die qq{No such Config key 
"$ARGV[0]"};
+  print $Config{$ARGV[0]};
+  exit 0' -- "installvendorlib" || die "Can't extract 
installvendorlib from Perl Configuration"
+}
\ No newline at end of file



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

2017-04-21 Thread Kent Fredric
commit: 3775838ea289ba4cb7fef19ddfb61f5e8137aa8c
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 21 19:05:00 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:31:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3775838e

perl-module.eclass: Fix GENTOO_DEPEND_ON_SUBSLOT handling/error

Currently errors even when set to "yes" ( which is the mechanics
that is implied if the option is missing )

This prematurely tells people about non-issues, and encourages
them to set the wrong value.

 eclass/perl-module.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index af5a0c9e344..a012b16dce9 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -85,8 +85,8 @@ case ${EAPI:-0} in
;;
esac
 
-   if [[ "${GENTOO_DEPEND_ON_PERL_SUBSLOT}" ]]; then
-   eerror "GENTOO_DEPEND_ON_PERL_SUBSLOT is banned in 
EAPI=6. If you don't want a slot operator"
+   if [[ "${GENTOO_DEPEND_ON_PERL_SUBSLOT:-yes}" != "yes" ]]; then
+   eerror "GENTOO_DEPEND_ON_PERL_SUBSLOT=no is banned in 
EAPI=6. If you don't want a slot operator"
die"set GENTOO_DEPEND_ON_PERL=noslotop instead."
fi
 



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

2017-04-21 Thread Kent Fredric
commit: 41659bb9fd06af3429c1d81c80135c47908b57fd
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jan 23 23:18:16 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:30:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41659bb9

perl-functions.eclass: add perl_get_vendorlib

 eclass/perl-functions.eclass | 21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 5073215e0e7..6d2fa2eed69 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -447,4 +447,23 @@ perl_get_raw_vendorlib() {
-e'exists $Config{$ARGV[0]} || die qq{No such Config key 
"$ARGV[0]"};
   print $Config{$ARGV[0]};
   exit 0' -- "installvendorlib" || die "Can't extract 
installvendorlib from Perl Configuration"
-}
\ No newline at end of file
+}
+
+# @FUNCTION: perl_get_vendorlib
+# @USAGE: perl_get_vendorlib
+# @DESCRIPTION:
+#
+# Convenience helper for returning Perls' vendor install root
+# without EPREFIXing.
+perl_get_vendorlib() {
+   debug-print-function $FUNCNAME "$@"
+
+   [[ $# -lt 1 ]] || die "${FUNCNAME}: Too many parameters ($#)"
+
+   # Requires perl 5.14 for /r attribute of s///
+   # Just in case somebody out there is stuck in a time warp: upgrade perl 
first
+   perl -M5.014 -MConfig \
+   -e'exists $Config{$ARGV[0]} || die qq{No such Config key 
"$ARGV[0]"};
+  print $Config{$ARGV[0]} =~ s{\A\Q$ARGV[1]\E}{}r;
+  exit 0' -- "installvendorlib" "$EPREFIX" || die "Can't 
extract installvendorlib from Perl Configuration"
+}



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

2017-04-21 Thread Kent Fredric
commit: 6841f6f95fdef73a52468e105a48ad15c5c4548e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jan 23 23:48:09 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:30:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6841f6f9

perl-functions.eclass: add perl_has_module_version

This is a utility for runtime checking if a module of a given version
is installed from the perspective of Perl, whos opinion could be
different than portage in the event of perl-core/* dual life effects
shortly after a major Perl upgrade.

Use this only if perl_has_module is insufficient, as the overheads
and risk of side effects from this approach are high, given the module
has to be actually loaded for the version comparison to happen.

exits "true" if Perl has the given module installed at the given
version ( or later ), exits "false" otherwise.

 eclass/perl-functions.eclass | 33 +
 1 file changed, 33 insertions(+)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 77e1ffca806..de22f4757a4 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -346,3 +346,36 @@ perl_has_module() {
exit 1' "$@";
 }
 
+# @FUNCTION: perl_has_module_version
+# @USAGE: perl_has_module_version "Test::Tester" "0.017"
+# @DESCRIPTION:
+# Query the installed system Perl to see if a given module is installed
+# and is at least a given version.
+#
+# This requires more caution to use than perl_has_module as it requires
+# loading the module in question to determine version compatibility,
+# which can be SLOW, and can have side effects (ie: compilation fails in
+# require due to some dependency, resulting in a "Fail")
+#
+# Also take care to note the module version is a *minimum*, *must* be
+# written in upstream versions format and should be a a legal upstream version
+#
+# returns a true exit code if the module is both available and is at least
+# the specified version
+
+perl_has_module_version() {
+   debug-print-function $FUNCNAME "$@"
+
+   [[ $# -gt 0 ]] || die "${FUNCNAME}: No module name provided"
+   [[ $# -gt 1 ]] || die "${FUNCNAME}: No module version provided"
+   [[ $# -lt 3 ]] || die "${FUNCNAME}: Too many parameters ($#)"
+
+   perl -we 'my $mn = $ARGV[0];
+   $mn =~ s{(::|\x{27})}{/}g;
+   exit ( eval {
+   require qq[${mn}.pm];
+   $ARGV[0]->VERSION($ARGV[1]);
+   1
+   } ? 0 : 1 )' "$@"
+}
+



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

2017-04-21 Thread Kent Fredric
commit: a06a8049af61c1db130173dde89f5a88e5d3f749
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jan 23 23:48:20 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:30:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06a8049

perl-functions.eclass: add perl_get_module_version

This utility provides informational data describing the given module
names state of installation, either as a version, or as an error
message describing the grade of failure incurred in module loading.

It has the side effect that it most load the module (and its
dependencies) into memory to give a report value, and can be expensive
and have side-effects from Perl code execuring while the module loads,
including (but not limited to) people calling POSIX::_exit

This is the slowest way of inspecting state about a module, as
it must load the module

 eclass/perl-functions.eclass | 51 
 1 file changed, 51 insertions(+)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index de22f4757a4..be27d7e2509 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -379,3 +379,54 @@ perl_has_module_version() {
} ? 0 : 1 )' "$@"
 }
 
+# @FUNCTION: perl_get_module_version
+# @USAGE: MODVER=$(perl_get_module_version "Test::Simple")
+# @DESCRIPTION:
+# Query the installed system perl to report the version of the installed
+# module.
+#
+# Note this should be strictly for diagnostic purposes to the end user,
+# and may be of selective use in pkg_info to enhance
+# emerge --info reports.
+#
+# Anything that does version comparisons **must not** use the return value
+# from this function
+#
+# Also note that this **must** at least attempt load the module in
+# question as part of its operation, and is subsequently prone to SLOWness.
+#
+# Return codes return error in both compilation-failure and not-installed 
cases.
+
+perl_get_module_version() {
+   debug-print-function $FUNCNAME "$@"
+
+   [[ $# -gt 0 ]] || die "${FUNCNAME}: No module name provided"
+   [[ $# -lt 2 ]] || die "${FUNCNAME}: Too many parameters ($#)"
+
+   if ! perl_has_module "$@" ; then
+   echo "(Not Installed)";
+   return 1;
+   fi
+
+   # Todo: What do we do if require fails? spew to stderr
+   # or stay silent?
+
+   perl -we 'my $mn = $ARGV[0];
+   $mn =~ s{(::|\x{27})}{/}g;
+   local $@;
+   eval { require qq[${mn}.pm]; 1 } or do {
+   print q[(Compilation failed in require)];
+   exit 1;
+   };
+   my $stash = \%{ $ARGV[0] . q[::] };
+   if ( not exists $stash->{VERSION} ) {
+   print q[(No VERSION property)];
+   exit 0;
+   }
+   if ( not defined ${$stash->{VERSION}} ) {
+   print q[(undef)];
+   exit 0;
+   }
+   print ${$stash->{VERSION}};
+   exit 0; ' "$@"
+}



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

2017-04-21 Thread Kent Fredric
commit: c489d9313da67805cccbd50934861a31c792e42b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug  3 03:17:54 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:30:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c489d931

perl-functions.eclass: Add perl_has_module

This is an incredibly fast way to check if Perl considers a module
of the given name installed in any capacity, including broken.

As long as "Foo.pm" is somewhere in @INC, `perl_has_module Foo` will
return true.

Even `perl_has_module threads` will return true on non-threaded perls,
due to that module still being present, and the module only fataling
when loaded.

Whereas `perl_has_module_version threads 0` will always fail on
non-threaded perls.

 eclass/perl-functions.eclass | 28 
 1 file changed, 28 insertions(+)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 81dcc0066db..77e1ffca806 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -318,3 +318,31 @@ perl_doexamples() {
 
# is there a way to undo "docinto" ?
 }
+
+# @FUNCTION: perl_has_module
+# @USAGE: perl_has_module "Test::Tester"
+# @DESCRIPTION:
+# Query the installed system Perl to see if a given module is installed.
+# This does **not** load the module in question, only anticipates if it 
*might* load.
+#
+# This is primarily for the purposes of dependency weakening so that 
conditional
+# behaviour can be triggered without adding dependencies to portage which 
would confuse
+# a dependency resolver.
+#
+# returns 'true' if the module is available, returns error if the module is 
not available
+
+perl_has_module() {
+   debug-print-function $FUNCNAME "$@"
+
+   [[ $# -gt 0 ]] || die "${FUNCNAME}: No module name provided"
+   [[ $# -lt 2 ]] || die "${FUNCNAME}: Too many parameters ($#)"
+
+   perl -we 'my $mn = $ARGV[0];
+   $mn =~ s{(::|\x{27})}{/}g;
+   for(@INC){
+   next if ref $_;
+   exit 0 if -r $_ . q[/] . $mn . q[.pm]
+   }
+   exit 1' "$@";
+}
+



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

2017-04-21 Thread Kent Fredric
commit: 88906a90f855b3901294dffedc86aa0a318dde4e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jan 23 23:18:31 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 21:31:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88906a90

perl-functions.eclass: add perl_domodule

 eclass/perl-functions.eclass | 76 
 1 file changed, 76 insertions(+)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 6d2fa2eed69..94883601fc0 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -467,3 +467,79 @@ perl_get_vendorlib() {
   print $Config{$ARGV[0]} =~ s{\A\Q$ARGV[1]\E}{}r;
   exit 0' -- "installvendorlib" "$EPREFIX" || die "Can't 
extract installvendorlib from Perl Configuration"
 }
+
+# @FUNCTION: perl_domodule
+# @USAGE: perl_domodule [options] 
+# @DESCRIPTION:
+# Installs files in paths where they can be found in the default
+# Perl runtime.
+#
+# Note: Should only be used in src_install or pkg_preinst
+# anywhere else will do the wrong thing or die.
+#
+# The contents of the  list are copied into Perls Vendor library path
+# as follows:
+# @CODE
+#   # install perl/File.pm as Samba::File
+#   pushd perl/
+#   perl_domodule -C Samba File.pm
+#
+#   # install perl/ recursively under VENDORLIB/Samba/
+#   pushd perl/
+#   perl_domodule -C Samba -r .
+# @CODE
+#
+# @CODE
+#   options:
+#   -C Target/Name
+#  The subdirectory relative to the Perl VENDOR_LIB
+#  to install into.
+#
+#  defaults to ""
+#   -r
+#  Install directories recursively ( see doins )
+#  files:
+#  list of .pm files to install to VENDORLIB
+# @CODE
+
+perl_domodule() {
+   local target_prefix=""
+   local files=()
+   local doins_opts=()
+
+   local recursive="false"
+   local target
+   local file
+
+   while [[ $# -gt 0 ]] ; do
+   case $1 in
+   -C|--target-prefix)
+   [[ -z "${2}" || "${2:0:1}" == "-" ]] && die 
"${FUNCNAME}: -C|--target-prefix expects an argument, got \"$2\"!"
+   target_prefix="${2}";
+   shift 2;;
+   -r)
+   recursive="true"
+   shift;;
+   *)
+   [[ -z "${1}" || "${1:0:1}" == "-" ]] && die 
"${FUNCNAME}: Unknown argument \"${1}\"!"
+   files+=( "${1}" )
+   shift 1;;
+   esac
+   done
+
+   if [[ "true" == $recursive ]]; then
+   doins_opts+=( "-r" )
+   fi
+   for file in "${files[@]}"; do
+   [[ -e "${file}" ]] || die "$FUNCNAME: Argument \"${file}\" is 
not an existing file"
+   [[ "false" == ${recursive} && -d "${file}" ]] && die 
"$FUNCNAME: Argument \"${file}\" is a directory ( needs -r parameter )"
+   done
+
+   target="$(perl_get_vendorlib)"
+
+   # Extend target if target_prefix is set
+   [[ -z "${target_prefix}" ]] || target="${target%/}/${target_prefix#/}"
+
+   insinto "/${target#/}"
+   doins "${doins_opts[@]}" "${files[@]}"
+}



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

2017-04-21 Thread Patrice Clement
commit: 6fabd8aaf89ad013266bad0699ec9f5a1ba08ffa
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Apr 21 21:29:25 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 21 21:29:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fabd8aa

dev-libs/libbson: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libbson/Manifest |  1 +
 dev-libs/libbson/libbson-1.3.6.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-libs/libbson/Manifest b/dev-libs/libbson/Manifest
index 96505647956..0fc1c0e8914 100644
--- a/dev-libs/libbson/Manifest
+++ b/dev-libs/libbson/Manifest
@@ -2,3 +2,4 @@ DIST libbson-0.98.0.tar.gz 4451923 SHA256 
5e792a3c4d296a8b9e4316f1c58e94819223c4
 DIST libbson-1.1.10.tar.gz 4431658 SHA256 
211a62a7a6f93ba21b85afc1522c3a367a264be09626ea15f7be3a0fbe084a70 SHA512 
636178bafb19e7b103b5192866dbda0c70b8d7173560b0466f88b3a85cce3292a7caac9521808fa8c09d187f8c96564dcd9fb787e855d1619610f813583379bc
 WHIRLPOOL 
8b29882ce3ebe0da4b0ce952d2b79fff2ce4c211047ff7c05e15f6263546258c134974fdf539ed6173f286c501085e575cebde806f6578ea9fb843f1b92da4f3
 DIST libbson-1.1.2.tar.gz 4492014 SHA256 
acd8026d4e5bf5034b699af136236a8a38c06613d1800fdf54721fe66280b6ae SHA512 
03e2ee337445286c14b846cd7545707959b1d351fa466c6292379a85e48ea1a171dae37dd7aff092212239ad59aac6f1ab216ee5de74ef00a8a2a124559e34da
 WHIRLPOOL 
10a4fee34bcc12a730899553d62405784673ee5beecf63a624fb1527c90403d855a7557f6a35167bffee2b2ebb9f7d3b7ddc64d2e12cc39d95afe89e0db6
 DIST libbson-1.3.5.tar.gz 4547720 SHA256 
d380cfc30bbb598e64bc5e4b0851f9e8343071292a9e0a101f49ec06211a1b23 SHA512 
b55ae1d424f786aabed6567a77cd09aa26c74ab0a09392e88faef8c156b1650c026f86f245bc8431a0ebcf404c4f80eb1b22e978a24289d32692c84375a66596
 WHIRLPOOL 
fb0d2f05e0a8c60da2d3277ec1413799b8e45c23e408fdd136b3ebe4f6e74ed7d58d767792f1d6454bb6e61785f7ae624ff655b94f39ef6007e1f248caf7cad5
+DIST libbson-1.3.6.tar.gz 4546329 SHA256 
77b4f41154457d56e5b837a1a770800e96f3c30a67f6e5a439bf336a2124fbb4 SHA512 
a7da914ed0f03212d4fb01879543f0b2c7629923e33200fe30335a9a90a1082ffa2566c7a556b90a6c7ffbef5665a45ec67f872a5fcb89830769b1df5130
 WHIRLPOOL 
b86efef2e3841b66ef425c022c1e60a32d6fd02d3cbc0af22c28ac5f6e6eeabb709aa06a353f2e0ed8af0ebf65da6d660edb09523ec196ac0a5f7006be4d998b

diff --git a/dev-libs/libbson/libbson-1.3.6.ebuild 
b/dev-libs/libbson/libbson-1.3.6.ebuild
new file mode 100644
index 000..e326a2d1a2b
--- /dev/null
+++ b/dev-libs/libbson/libbson-1.3.6.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A BSON utility library"
+HOMEPAGE="https://github.com/mongodb/libbson;
+SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="debug examples static-libs"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   default_src_prepare
+   # https://github.com/mongodb/mongo-c-driver/issues/54
+   sed -i -e "s/PTHREAD_LIBS/PTHREAD_CFLAGS/g" src/bson/Makefile.am \
+   tests/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-hardening \
+   --disable-optimizations \
+   $(use_enable debug) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   if [[ -f "${D}usr/share/doc/${P}/COPYING" ]] ; then
+   rm "${D}usr/share/doc/${P}/COPYING" || die
+   fi
+
+   # Installing all the manuals conflicts with man-pages
+   doman doc/man/bson_*.3
+   use static-libs || find "${D}" -name '*.la' -delete
+
+   if use examples; then
+   insinto /usr/share/${PF}/examples
+   doins examples/*.c
+   fi
+
+   einstalldocs
+}



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

2017-04-21 Thread Patrice Clement
commit: 22d5270c1d547bf47fcbbdb32725077accfb0896
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Apr 20 21:33:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 21 20:44:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d5270c

app-vim/pydiction: convert to python-r1.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild 
b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
new file mode 100644
index 000..1c606af310f
--- /dev/null
+++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit vim-plugin python-r1
+
+DESCRIPTION="vim plugin: tab-complete your Python code"
+HOMEPAGE="https://rkulla.github.io/pydiction/;
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip;
+LICENSE="vim"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}-master"
+
+src_install() {
+   insinto "/usr/share/${PN}"
+   local pyfiles=( complete-dict pydiction.py )
+   doins "${pyfiles[@]}"
+   rm -v "${pyfiles[@]}" || die
+   vim-plugin_src_install
+}



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

2017-04-21 Thread Brian Evans
commit: a1ac40c0f2bcf4ba27f2208c19edfc26b02fff08
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 21 20:32:08 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 21 20:32:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ac40c0

dev-php/pecl-amqp: Add missing ssl USE requirement on rabbitmq-c

This causes a build failure for those with ssl off

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild 
b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
index 5960e89908b..20df124580c 100644
--- a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
+++ b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
@@ -14,5 +14,6 @@ LICENSE="PHP-3.01"
 SLOT="0"
 IUSE=""
 
-DEPEND=">=net-libs/rabbitmq-c-0.5.2 virtual/pkgconfig"
-RDEPEND=">=net-libs/rabbitmq-c-0.5.2:="
+DEPEND=">=net-libs/rabbitmq-c-0.5.2[ssl] virtual/pkgconfig"
+RDEPEND=">=net-libs/rabbitmq-c-0.5.2:=[ssl]"
+PHP_EXT_ECONF_ARGS=()



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

2017-04-21 Thread Christoph Junghans
commit: f496d9f5b91eaea1e0541f7a1eb14a077e41231c
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Apr 21 20:21:52 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Apr 21 20:21:52 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f496d9f5

sci-libs/acml: fix license

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-libs/acml/acml-5.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/acml/acml-5.3.1.ebuild b/sci-libs/acml/acml-5.3.1.ebuild
index 10a0de008..62f103ff4 100644
--- a/sci-libs/acml/acml-5.3.1.ebuild
+++ b/sci-libs/acml/acml-5.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ SRC_URI="
${URI}/${MYP}-gfortran-64bit.tgz
int64? ( ${URI}/${MYP}-gfortran-64bit-int64.tgz 
) ) ) ) ) )"
 
-LICENSE="ACML"
+LICENSE="ACML-EULA"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~amd64-linux"
 IUSE="doc examples cpu_flags_x86_fma4 gfortran ifort int64 open64 openmp pgi 
static-libs test"



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

2017-04-21 Thread Christoph Junghans
commit: 5a174b623c12c2151e201edef58d0c3aa2499620
Author: Santiago Castro  hotmail  com>
AuthorDate: Tue Apr 18 07:24:24 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Apr 18 07:24:24 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a174b62

Fix broken Markdown headings

 CONTRIBUTING.md | 44 ++--
 README.md   |  2 +-
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f5e81b04d..6c4ba5879 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,12 @@
-#Contributions to the Gentoo Science Overlay
+# Contributions to the Gentoo Science Overlay
 
 This guide summarizes the contribution and merging procedures for the Gentoo 
Science overlay on Github. For more information please visit the [Science 
Project page](https://wiki.gentoo.org/wiki/Project:Science/Contributing) in the 
[Gentoo wiki](https://wiki.gentoo.org/).
 
 
-##Prerequisite
+## Prerequisite
 For the most convenient way to work with the overlay you should fulfill all 
prerequisites.
 
-###Required
+### Required
 
 * **Install git**
 
@@ -20,14 +20,14 @@ Familiarize yourself with git and visit 
[http://git-scm.com/documentation](http:
 
 Everybody who wants to contribute needs to own an account @ 
[Github](http://github.com/). Please register yourself 
[there](https://github.com/join).
 
-###Recommended
+### Recommended
 * **Define the echangelog user**
 
 Make sure the ECHANGELOG_USER variable is present in your environment.
 
 echo 'export ECHANGELOG_USER="John Smith "' >> ~/.bashrc
 
-###Optional
+### Optional
 * **Setup commit signing**
 
 Create a [gpg 
key](http://www.gossamer-threads.com/lists/gentoo/dev/268496?do=post_view_threaded)
 if you don't have one already and make git use it.
@@ -49,40 +49,40 @@ Now git will sign your commits to the overlay by using the 
gpg key.
 emerge app-portage/repo-commit
 
 ---
-##Contributing ebuilds
+## Contributing ebuilds
 
-###Clone the overlay
+### Clone the overlay
 
 Create a local checkout of the overlay
 
 hub clone gentoo-science/sci
 
-###Fork the overlay
+### Fork the overlay
 In order to send pull request and ask for inclusion of your changes you need 
to have your own fork of the overlay on github. You can do this by issuing
 
 cd sci
 hub fork
 
-###Branch out for contribution
+### Branch out for contribution
 It is always convenient for development as well as for the review and merging 
process, if the development is done in branches. Let's branch the overlay into 
a local branch named PACKAGE_NAME.
 
 git checkout -b PACKAGE_NAME master
 
 For the fastest process during merging it is best to have a single branch per 
package.
 
-###Work on the package
+### Work on the package
 Now you are ready to work on your package of interest. Once you are finished 
you should _always_ use 
**[repoman](http://dev.gentoo.org/~zmedico/portage/doc/man/repoman.1.html)** to 
do a static analysis of your work.
 
 This can be done with
 
 repoman full
 
-###Commit your work
+### Commit your work
 Once *all* reported problems are resolved, you can commit it
 
 repo-commit "Here we write a comprehensible commit message"
 
-###Push to Github and make a pull request
+### Push to Github and make a pull request
 In order to facilitate potential reverts of mistakes, we prefer to keep the 
git history as linear as possible. For this, always rebase your changes on the 
latest remote changes.
 
 hub pull --rebase=preserve github master
@@ -94,24 +94,24 @@ Next we push back the changes in the PACKAGE_NAME branch to 
our fork and send a
 
 Lastly you need to wait for review comments and the merge of your work. If you 
feel that they are slacking, don't bother to ping them again. In case you need 
to include some improvements, just commit your work again using *repo-commit* 
and push it again to your fork. No need to send another pull-request as your 
new changes will be added to the original one.
 
-###What's next?
+### What's next?
 If you would like to get direct access to the overlay, prove some contribution 
and ping us via s...@gentoo.org or on irc in #gentoo-science @ freenode. If you 
would like to become a dev yourself, prove some more contributions and again, 
contact us. We are always looking for new candidates.
 
 
-##Ebuild recommendations
+## Ebuild recommendations
 As the Gentoo Science overlay is a constant work-in-progress, we have some 
recommendations for prospective contributors:
 
 * **Aim for writing EAPI=6 ebuilds.** For certain eclasses, EAPI=6 is not 
allowed yet. In such cases you may use EAPI=5. We will not accept EAPI<5 
ebuilds.
 * **Version bumps should always follow the latest guidelines.** For instance, 
a version bump of an ebuild that still employs autotools-utils.eclass should be 
avoided. Instead, drop 'autotools-utils', move to 'autotools' and call 
`default` followed 

[gentoo-commits] proj/sci:master commit in: dev-util/mad-numdiff/

2017-04-21 Thread Christoph Junghans
commit: be71f07aaf822c86cd64a9381b06ef177e7178ea
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Apr 21 20:05:14 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Apr 21 20:06:10 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=be71f07a

dev-util/mad-numdiff: added live version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/mad-numdiff/mad-numdiff-.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-util/mad-numdiff/mad-numdiff-.ebuild 
b/dev-util/mad-numdiff/mad-numdiff-.ebuild
new file mode 100644
index 0..3eac8de10
--- /dev/null
+++ b/dev-util/mad-numdiff/mad-numdiff-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils vcs-snapshot
+
+DESCRIPTION="compare unformatted text files with numerical content"
+HOMEPAGE="https://github.com/quinoacomputing/ndiff;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   COMMIT="3154ade48853851bd82251f3e98dded92c9998f0"
+   SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"



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

2017-04-21 Thread Christoph Junghans
commit: 1ef079380839823bc0ec687210bbf74d63cacad0
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Apr 18 07:26:32 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Apr 18 07:26:32 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ef07938

Merge pull request #777 from bryant1410/master

Fix broken headings in Markdown files

 CONTRIBUTING.md | 44 ++--
 README.md   |  2 +-
 2 files changed, 23 insertions(+), 23 deletions(-)



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

2017-04-21 Thread Christoph Junghans
commit: cfece4a58eb396cc7adfd94c2829871f029d8023
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Apr 21 20:06:39 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Apr 21 20:06:39 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cfece4a5

Merge branch 'master' of ssh://github.com/gentoo-science/sci

 CONTRIBUTING.md | 44 ++--
 README.md   |  2 +-
 2 files changed, 23 insertions(+), 23 deletions(-)



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

2017-04-21 Thread Andreas Sturmlechner
commit: 057337e00885a9cb0a2bad2efb4aece843e7b9a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 21 19:36:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 21 19:36:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=057337e0

kde-apps/kigo: Frameworks merged to master

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kigo/kigo-5..ebuild | 35 ---
 kde-apps/kigo/kigo-.ebuild   | 25 +
 2 files changed, 21 insertions(+), 39 deletions(-)

diff --git a/kde-apps/kigo/kigo-5..ebuild b/kde-apps/kigo/kigo-5..ebuild
deleted file mode 100644
index c6ec7f4b8f..00
--- a/kde-apps/kigo/kigo-5..ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="Go game by KDE"
-HOMEPAGE="https://www.kde.org/applications/games/kigo/;
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep libkdegames)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-   games-board/gnugo
-"

diff --git a/kde-apps/kigo/kigo-.ebuild b/kde-apps/kigo/kigo-.ebuild
index 790091b315..b4d00a1e4d 100644
--- a/kde-apps/kigo/kigo-.ebuild
+++ b/kde-apps/kigo/kigo-.ebuild
@@ -3,15 +3,32 @@
 
 EAPI=6
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK="forceoptional"
+inherit kde5
 
 DESCRIPTION="Go game by KDE"
 HOMEPAGE="https://www.kde.org/applications/games/kigo/;
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+"
 RDEPEND="${DEPEND}
games-board/gnugo
 "



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

2017-04-21 Thread Matt Thode
commit: 3ebea21b30582a7b11f1e17717b106ea0c660ec6
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 21 19:32:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Apr 21 19:32:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebea21b

net-misc/openvswitch: 2.7.0-r2 fixing bug 614520

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/openvswitch/files/doc-fix.patch |  16 +++
 net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild | 151 +++
 2 files changed, 167 insertions(+)

diff --git a/net-misc/openvswitch/files/doc-fix.patch 
b/net-misc/openvswitch/files/doc-fix.patch
new file mode 100644
index 000..1d6df01147e
--- /dev/null
+++ b/net-misc/openvswitch/files/doc-fix.patch
@@ -0,0 +1,16 @@
+We might want to backport this if there are any releases with the Sphinx
+docs present.
+---
+ Documentation/conf.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Documentation/conf.py b/Documentation/conf.py
+index 49514ec..97f402e 100644
+--- a/Documentation/conf.py
 b/Documentation/conf.py
+@@ -145,8 +145,6 @@ linkcheck_anchors = False
+ #
+ if use_ovs_theme:
+ html_theme = 'ovs'
+-else:
+-html_theme = 'default'

diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild
new file mode 100644
index 000..4bcf09a7a4f
--- /dev/null
+++ b/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit autotools eutils linux-info linux-mod python-r1 systemd
+
+DESCRIPTION="Production quality, multilayer virtual switch"
+HOMEPAGE="http://openvswitch.org;
+SRC_URI="http://openvswitch.org/releases/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug modules monitor +ssl"
+
+RDEPEND="
+   || (
+   >=sys-apps/openrc-0.10.5
+   sys-apps/systemd
+   )
+   ssl? ( dev-libs/openssl:0= )
+   ${PYTHON_DEPS}
+   ~dev-python/ovs-${PV}[${PYTHON_USEDEP}]
+   dev-python/twisted[conch,${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   debug? ( dev-lang/perl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES="${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch 
${FILESDIR}/doc-fix.patch"
+
+CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 
~TUN"
+MODULE_NAMES="openvswitch(net:${S}/datapath/linux)"
+BUILD_TARGETS="all"
+
+pkg_setup() {
+   if use modules ; then
+   CONFIG_CHECK+=" ~!OPENVSWITCH"
+   kernel_is ge 3 10 0 || die "Linux >= 3.10.0 and <= 4.8 required 
for userspace modules"
+   kernel_is le 4 9 999 || die "Linux >= 3.10.0 and <= 4.8 
required for userspace modules"
+   linux-mod_pkg_setup
+   else
+   CONFIG_CHECK+=" ~OPENVSWITCH"
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   # Never build kernelmodules, doing this manually
+   sed -i \
+   -e '/^SUBDIRS/d' \
+   datapath/Makefile.in || die "sed failed"
+   eautoreconf
+   default
+}
+
+src_configure() {
+   set_arch_to_kernel
+   # monitor is statically enabled for bug 596206
+   use monitor || export ovs_cv_python="no"
+   # pyside is staticly disabled
+   export ovs_cv_pyuic4="no"
+
+   local linux_config
+   use modules && linux_config="--with-linux=${KV_OUT_DIR}"
+
+   econf ${linux_config} \
+   --with-rundir=/var/run/openvswitch \
+   --with-logdir=/var/log/openvswitch \
+   --with-pkidir=/etc/ssl/openvswitch \
+   --with-dbdir=/var/lib/openvswitch \
+   $(use_enable ssl) \
+   $(use_enable !debug ndebug)
+}
+
+src_compile() {
+   default
+
+   use modules && linux-mod_src_compile
+}
+
+src_install() {
+   default
+
+   local SCRIPT
+   if use monitor; then
+   for SCRIPT in 
ovs-{pcap,parse-backtrace,dpctl-top,l3ping,tcpdump,tcpundump,test,vlan-test} 
bugtool/ovs-bugtool; do
+   sed -e '1s|^.*$|#!/usr/bin/python|' -i 
utilities/"${SCRIPT}"
+   python_foreach_impl python_doscript 
utilities/"${SCRIPT}"
+   done
+   rm -r "${ED%/}"/usr/share/openvswitch/python || die
+   fi
+
+   keepdir /var/{lib,log}/openvswitch
+   keepdir /etc/ssl/openvswitch
+   fperms 0750 /etc/ssl/openvswitch
+
+   rm -rf "${ED%/}"/var/run || die
+
+   newconfd "${FILESDIR}/ovsdb-server_conf2" ovsdb-server
+   newconfd "${FILESDIR}/ovs-vswitchd_conf" ovs-vswitchd
+   newinitd "${FILESDIR}/ovsdb-server-r1" ovsdb-server
+   newinitd "${FILESDIR}/ovs-vswitchd-r1" ovs-vswitchd
+
+   systemd_dounit "${FILESDIR}/ovsdb-server.service"
+   

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

2017-04-21 Thread William Hubbs
commit: 908396ad542eeae9038f91e15bfe5da288168517
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 19:00:50 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 19:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908396ad

app-emulation/docker: stabilize 17.03.1 on amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker/docker-17.03.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker/docker-17.03.1.ebuild 
b/app-emulation/docker/docker-17.03.1.ebuild
index 53e5b0278cc..5577efb953d 100644
--- a/app-emulation/docker/docker-17.03.1.ebuild
+++ b/app-emulation/docker/docker-17.03.1.ebuild
@@ -15,7 +15,7 @@ else
DOCKER_GITCOMMIT="c6d412e"
EGIT_COMMIT="v${MY_PV}-ce"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
+   KEYWORDS="amd64 ~arm"
[ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
inherit golang-vcs-snapshot
 fi



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

2017-04-21 Thread William Hubbs
commit: f0fd7d29f99d6196e1a2173cd7b69a39e584d6b3
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 18:54:35 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 19:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fd7d29

app-emulation/docker-proxy: stabilize 0.8.0_p2016 on amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
index 1e738316e81..17a0c263150 100644
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
 else
EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-vcs-snapshot
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-process/tini/

2017-04-21 Thread William Hubbs
commit: 7250d7c3b40a39bc6bc72e607f0bba008387adb7
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 18:39:32 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 19:01:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7250d7c3

sys-process/tini: stabilize 0.13.2 on amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-process/tini/tini-0.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/tini/tini-0.13.2.ebuild 
b/sys-process/tini/tini-0.13.2.ebuild
index d99c02c2fd4..5ba020d8499 100644
--- a/sys-process/tini/tini-0.13.2.ebuild
+++ b/sys-process/tini/tini-0.13.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+args static"
 
 src_prepare() {



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

2017-04-21 Thread William Hubbs
commit: 5d7589ab5d337912a5fb6c1f250d1c5955739e7d
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 18:49:28 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 19:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7589ab

app-emulation/containerd: stabilize 0.2.5_p20170308 on amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/containerd/containerd-0.2.5_p20170308.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild
index cb0991a7e6b..485c86e83d9 100644
--- a/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild
+++ b/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild
@@ -12,7 +12,7 @@ else
MY_PV="${PV/_/-}"
EGIT_COMMIT="595e75c212d19a81d2b808a518fe1afc1391dad5"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-vcs-snapshot
 fi
 



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

2017-04-21 Thread William Hubbs
commit: 3578e0cf3488688b391036105ad417d4a4106224
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 18:57:53 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 19:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3578e0cf

app-emulation/docker-runc: stabilize 1.0.0_rc2_p20170308 on amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
index e8aeca86b70..0026a269271 100644
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
+++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
@@ -11,7 +11,7 @@ else
EGIT_COMMIT="54296cf40ad8143b62dbcaa1d90e520a2136ddfe"
RUNC_COMMIT="54296cf" # Change this when you update the ebuild
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-vcs-snapshot
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/, sys-cluster/glusterfs/files/

2017-04-21 Thread Alexys Jacob
commit: f76cdccea1e4c66e22514984774e0d6e91a7904c
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Apr 21 18:39:05 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Apr 21 18:39:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76cdcce

sys-cluster/glusterfs: drop old ebuild

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-cluster/glusterfs/Manifest |   1 -
 .../files/glusterfs-3.5.1-build-shared-only.patch  | 576 -
 sys-cluster/glusterfs/glusterfs-3.5.4.ebuild   | 182 ---
 3 files changed, 759 deletions(-)

diff --git a/sys-cluster/glusterfs/Manifest b/sys-cluster/glusterfs/Manifest
index 9d286d388f6..4b45438299d 100644
--- a/sys-cluster/glusterfs/Manifest
+++ b/sys-cluster/glusterfs/Manifest
@@ -1,5 +1,4 @@
 DIST glusterfs-3.10.1.tar.gz 8926368 SHA256 
d3c23df3299964efe6b688c94ddde258506ecf173b58e8c07fa18d470bb21517 SHA512 
35acf10d37db7ca9cf7d88e4eabcac4febdccfe15cbe68df86c44042987547f3a56447a1ced5ed238d171efdbcb97dd1fc6917283641bdcd7d476deb37ad0871
 WHIRLPOOL 
7ce3b5cbe136b1d09b4c0c062decf0d9c5bba03f9b7249648e886ceff758061e73863c9f6d82ed2de3fc41546950ee08c022683174283dc03201c12d61d295aa
-DIST glusterfs-3.5.4.tar.gz 5199067 SHA256 
8e8bf9ff6b3884c420653dbf7549f8240cb30aa4a55c852ebb8f293f8089ad35 SHA512 
eac2e5eacf33a04c574d495ea532703222faa559e34702f5939e9300936064d0867e4de9653be64dd3fa7fc1976e32915521a0ba07dc3c16c03b598a64dc12da
 WHIRLPOOL 
b597b677d6284e0419b6d1574d24bc6677bffec120c2ff37fc83f51b0fd048ec9bae8873b530e44cad10e85c109f8a97f3e67f85a4709207d488f64d561fc068
 DIST glusterfs-3.6.5.tar.gz 6091408 SHA256 
20d912ef35fb8350c50c39c15134a3558ee90d012203f049799c8eb67a61fd2a SHA512 
7ca41855239818fc4c84cdb86e1f1d39502e781d5117a5ee50ea134f03f0823a8640ee9bda28f05463e8504aba9ddb12ac72e118f0ce7c3755c083033f5677ca
 WHIRLPOOL 
9fc0592052d976d65fcc769c69d910fa6d909695162bccf80c1e799a2c54c531ab03a4afd3788951c231a214a22e5f8bb3613a83277858627425b86fd532ab5e
 DIST glusterfs-3.7.4.tar.gz 7552110 SHA256 
f98f448117d1de7666ae425eddd8d7d87b02c57f6627234ce96ba60566f47173 SHA512 
f9a281f3a37835f9f54679740ddb19b307babe576a8f14c9ef24d256f483789c227d7e7c5b0ed4ef5c13a257bcf00d0c17b6108fa60c5e45d0175df6e236b3a5
 WHIRLPOOL 
7b0320936de078234228cb691f3e381da3cc89c638d6246aba63695aa36cb114afca6e53d12d23de441b8da0b3a594ac1702b450d5d14720254af73e689c4ab8
 DIST glusterfs-3.8.11.tar.gz 8544971 SHA256 
2285c02f9449168eabeaa7b72706e80f3de659eb685293dd899c71c33798702e SHA512 
61cadc567a73403c78eac5e472aadd1457053be936042ea1218c172760376b026152e84b4ca15a0c249524347d434cc7d35c3a73f4d0b01e89c6aec5edcbbb49
 WHIRLPOOL 
21d4c2da1d281cb03181c21385a62d74c71f24936d2c33da22085accb5fa563b7095757b7df3eb30bf865c37fe683c420756c542d6933c99c0d3f9025c07a217

diff --git 
a/sys-cluster/glusterfs/files/glusterfs-3.5.1-build-shared-only.patch 
b/sys-cluster/glusterfs/files/glusterfs-3.5.1-build-shared-only.patch
deleted file mode 100644
index 9acf0d7526c..000
--- a/sys-cluster/glusterfs/files/glusterfs-3.5.1-build-shared-only.patch
+++ /dev/null
@@ -1,576 +0,0 @@
-diff --git a/rpc/rpc-transport/rdma/src/Makefile.am 
b/rpc/rpc-transport/rdma/src/Makefile.am
-index 2bf7cf2..8e52d70 100644
 a/rpc/rpc-transport/rdma/src/Makefile.am
-+++ b/rpc/rpc-transport/rdma/src/Makefile.am
-@@ -3,7 +3,7 @@
- transport_LTLIBRARIES = rdma.la
- transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/rpc-transport
- 
--rdma_la_LDFLAGS = -module -avoid-version
-+rdma_la_LDFLAGS = -module -avoid-version -shared
- 
- rdma_la_SOURCES = rdma.c name.c
- rdma_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \
-diff --git a/rpc/rpc-transport/socket/src/Makefile.am 
b/rpc/rpc-transport/socket/src/Makefile.am
-index 71e6ed6..b481fe9 100644
 a/rpc/rpc-transport/socket/src/Makefile.am
-+++ b/rpc/rpc-transport/socket/src/Makefile.am
-@@ -3,7 +3,7 @@ noinst_HEADERS = socket.h name.h
- rpctransport_LTLIBRARIES = socket.la
- rpctransportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/rpc-transport
- 
--socket_la_LDFLAGS = -module -avoid-version
-+socket_la_LDFLAGS = -module -avoid-version -shared
- 
- socket_la_SOURCES = socket.c name.c
- socket_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -lssl
-diff --git a/xlators/cluster/afr/src/Makefile.am 
b/xlators/cluster/afr/src/Makefile.am
-index 35d18a6..959fea8 100644
 a/xlators/cluster/afr/src/Makefile.am
-+++ b/xlators/cluster/afr/src/Makefile.am
-@@ -7,11 +7,11 @@ afr_common_source = afr-dir-read.c afr-dir-write.c 
afr-inode-read.c \
-   afr-self-heal-algorithm.c afr-lk-common.c afr-self-heald.c \
-   $(top_builddir)/xlators/lib/src/libxlator.c
- 
--afr_la_LDFLAGS = -module -avoid-version
-+afr_la_LDFLAGS = -module -avoid-version -shared
- afr_la_SOURCES = $(afr_common_source) afr.c
- afr_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
- 
--pump_la_LDFLAGS = -module -avoid-version
-+pump_la_LDFLAGS = -module -avoid-version -shared
- pump_la_SOURCES =  $(afr_common_source) 

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

2017-04-21 Thread Mike Gilbert
commit: 739216f8e1f50ed1c3bc1d8cdcab9964ae81134a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Apr 21 18:14:29 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Apr 21 18:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739216f8

dev-python/setuptools: require python xml (expat) support

Bug: https://bugs.gentoo.org/519954
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 dev-python/setuptools/setuptools-18.4.ebuild  | 1 +
 dev-python/setuptools/setuptools-20.6.7.ebuild| 1 +
 dev-python/setuptools/setuptools-30.4.0.ebuild| 1 +
 dev-python/setuptools/setuptools-33.1.1.ebuild| 1 +
 dev-python/setuptools/setuptools-34.0.2-r1.ebuild | 1 +
 dev-python/setuptools/setuptools-34.3.2.ebuild| 1 +
 dev-python/setuptools/setuptools-34.3.3.ebuild| 1 +
 dev-python/setuptools/setuptools-34.4.1.ebuild| 1 +
 dev-python/setuptools/setuptools-.ebuild  | 1 +
 9 files changed, 9 insertions(+)

diff --git a/dev-python/setuptools/setuptools-18.4.ebuild 
b/dev-python/setuptools/setuptools-18.4.ebuild
index 6b044ff57f2..1a953517db6 100644
--- a/dev-python/setuptools/setuptools-18.4.ebuild
+++ b/dev-python/setuptools/setuptools-18.4.ebuild
@@ -4,6 +4,7 @@
 EAPI="5"
 
 PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-20.6.7.ebuild 
b/dev-python/setuptools/setuptools-20.6.7.ebuild
index 813b18f4618..30c2a77c586 100644
--- a/dev-python/setuptools/setuptools-20.6.7.ebuild
+++ b/dev-python/setuptools/setuptools-20.6.7.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-30.4.0.ebuild 
b/dev-python/setuptools/setuptools-30.4.0.ebuild
index 42889134207..5d337ffd3af 100644
--- a/dev-python/setuptools/setuptools-30.4.0.ebuild
+++ b/dev-python/setuptools/setuptools-30.4.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-33.1.1.ebuild 
b/dev-python/setuptools/setuptools-33.1.1.ebuild
index 7b9eacedb7c..3ccdfac94c6 100644
--- a/dev-python/setuptools/setuptools-33.1.1.ebuild
+++ b/dev-python/setuptools/setuptools-33.1.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-34.0.2-r1.ebuild 
b/dev-python/setuptools/setuptools-34.0.2-r1.ebuild
index 980441d6802..61efafc9dc1 100644
--- a/dev-python/setuptools/setuptools-34.0.2-r1.ebuild
+++ b/dev-python/setuptools/setuptools-34.0.2-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-34.3.2.ebuild 
b/dev-python/setuptools/setuptools-34.3.2.ebuild
index bc94af02a85..9bdebb0a071 100644
--- a/dev-python/setuptools/setuptools-34.3.2.ebuild
+++ b/dev-python/setuptools/setuptools-34.3.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-34.3.3.ebuild 
b/dev-python/setuptools/setuptools-34.3.3.ebuild
index bc94af02a85..9bdebb0a071 100644
--- a/dev-python/setuptools/setuptools-34.3.3.ebuild
+++ b/dev-python/setuptools/setuptools-34.3.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-34.4.1.ebuild 
b/dev-python/setuptools/setuptools-34.4.1.ebuild
index bc94af02a85..9bdebb0a071 100644
--- a/dev-python/setuptools/setuptools-34.4.1.ebuild
+++ b/dev-python/setuptools/setuptools-34.4.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/setuptools/setuptools-.ebuild 
b/dev-python/setuptools/setuptools-.ebuild
index bc94af02a85..9bdebb0a071 100644
--- a/dev-python/setuptools/setuptools-.ebuild
+++ b/dev-python/setuptools/setuptools-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
 



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

2017-04-21 Thread Mike Gilbert
commit: 40b80023b1e9e2747bfb14e355d64e5e3c389010
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Apr 21 16:54:31 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Apr 21 17:54:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b80023

dev-python/pytz: 2017.2: require timezone-data-2017a

Tests fail with older timezone data.

Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

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

diff --git a/dev-python/pytz/pytz-2017.2.ebuild 
b/dev-python/pytz/pytz-2017.2.ebuild
index 7da38c7b7a2..9b4151a04de 100644
--- a/dev-python/pytz/pytz-2017.2.ebuild
+++ b/dev-python/pytz/pytz-2017.2.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   || ( >=sys-libs/timezone-data-2016j sys-libs/glibc[vanilla] )"
+   || ( >=sys-libs/timezone-data-2017a sys-libs/glibc[vanilla] )"
 DEPEND="${RDEPEND}
app-arch/unzip"
 



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

2017-04-21 Thread William Hubbs
commit: b6bf82acb49e1379e0415ed723db44c2d05f4fd7
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 17:43:06 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 17:51:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bf82ac

app-emulation/docker: fix runtime dependencies for containerd snapshots

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker/docker-17.03.1.ebuild | 2 +-
 app-emulation/docker/docker-17.04.0.ebuild | 2 +-
 app-emulation/docker/docker-17.05.0_rc1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/docker/docker-17.03.1.ebuild 
b/app-emulation/docker/docker-17.03.1.ebuild
index afa035753b2..53e5b0278cc 100644
--- a/app-emulation/docker/docker-17.03.1.ebuild
+++ b/app-emulation/docker/docker-17.03.1.ebuild
@@ -60,7 +60,7 @@ RDEPEND="
>=dev-vcs/git-1.7
>=app-arch/xz-utils-4.9
 
-   ~app-emulation/containerd-0.2.3_p20170308
+   >=app-emulation/containerd-0.2.5_p20170308
~app-emulation/docker-runc-1.0.0_rc2_p20170308[apparmor?,seccomp?]
app-emulation/docker-proxy
container-init? ( >=sys-process/tini-0.13.0[static] )

diff --git a/app-emulation/docker/docker-17.04.0.ebuild 
b/app-emulation/docker/docker-17.04.0.ebuild
index edd2907a219..6e27bbf4285 100644
--- a/app-emulation/docker/docker-17.04.0.ebuild
+++ b/app-emulation/docker/docker-17.04.0.ebuild
@@ -60,7 +60,7 @@ RDEPEND="
>=dev-vcs/git-1.7
>=app-arch/xz-utils-4.9
 
-   ~app-emulation/containerd-0.2.3_p20170315
+   >=app-emulation/containerd-0.2.5_p20170315
~app-emulation/docker-runc-1.0.0_rc2_p20170310[apparmor?,seccomp?]
app-emulation/docker-proxy
container-init? ( >=sys-process/tini-0.13.0[static] )

diff --git a/app-emulation/docker/docker-17.05.0_rc1.ebuild 
b/app-emulation/docker/docker-17.05.0_rc1.ebuild
index b98753cfcc4..4e7bde26de2 100644
--- a/app-emulation/docker/docker-17.05.0_rc1.ebuild
+++ b/app-emulation/docker/docker-17.05.0_rc1.ebuild
@@ -62,7 +62,7 @@ RDEPEND="
>=dev-vcs/git-1.7
>=app-arch/xz-utils-4.9
 
-   ~app-emulation/containerd-0.2.3_p20170329
+   >=app-emulation/containerd-0.2.5_p20170329
~app-emulation/docker-runc-1.0.0_rc2_p20170310[apparmor?,seccomp?]
app-emulation/docker-proxy
container-init? ( >=sys-process/tini-0.13.1[static] )



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

2017-04-21 Thread William Hubbs
commit: 8396419620672dd773aa2d9d46619cbac631dfbd
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 17:10:19 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 17:51:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83964196

app-emulation/containerd: fix snapshot base versions

I spoke with Manuel, and all of these snapshots are based on 0.2.5 not 0.2.3.
This will clear the way for stabilization without forcing a downgrade.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/containerd/Manifest   | 6 +++---
 ...erd-0.2.3_p20170308.ebuild => containerd-0.2.5_p20170308.ebuild} | 0
 ...erd-0.2.3_p20170315.ebuild => containerd-0.2.5_p20170315.ebuild} | 0
 ...erd-0.2.3_p20170329.ebuild => containerd-0.2.5_p20170329.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index bb82748eb04..c524e4fe21f 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,4 +1,4 @@
-DIST containerd-0.2.3_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
-DIST containerd-0.2.3_p20170315.tar.gz 1036056 SHA256 
8223d934fa767fcabf45c734bdb616818a5eab8c95d525de6a69a350f4aeb826 SHA512 
96f8a6a5053018fc7889583481c1e24d5cfd8cb780bd76d7c09d299cac836f0842927aa6c5ff7ae8b3cded99b596fce64c7db18f9de6dc527eacc2202baa01dd
 WHIRLPOOL 
feac3f3f1f078b46a4ef794e287fee78a34a59b159295f9f5779733e93c6b315cedde658538644d33a41057392c34a44b7de08942c77a03c456c1aef24862fa7
-DIST containerd-0.2.3_p20170329.tar.gz 1036065 SHA256 
da89086a7c643702a2ddecec67a45d3d8e4b0d610dd19036be63e6bd54cc1a85 SHA512 
b7d56adaac26c9f0fd0900467fb5f8500472b602d7ce2373704c08ae6a0b852051e469a4fa51c8db475499872a51fcdd65c2adc4124102e66b8ca86cc5b2ff2f
 WHIRLPOOL 
98567c28df37dbe3ad9f926fdae35e5ceb2df50c90373e58b14b1b5204d6eb9763050acf90abd40b44791510809ba3390f91b61a77265db078a22107a301
 DIST containerd-0.2.5.tar.gz 1003500 SHA256 
88e099af66b50abe7f2159f13bdab793fa5199d8d5b9a9ef7a68171abb4359be SHA512 
ba1e074bb7556a7c4be4d68dc62aa2fa4b823682c209d1609c1f11518a7b7167139ea159d31e0b21ba190d83115a67e5e45b54b6a4770742d49e9e561309551f
 WHIRLPOOL 
eb3622ba99c4d4806bda9a45853422a5b0b884869ed3be4c3caec4c20f49027e8db78b9885eca7bc83a0f3b08e9a66eca950390f0eda1ef2535fd3ab41623bf4
+DIST containerd-0.2.5_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
+DIST containerd-0.2.5_p20170315.tar.gz 1036056 SHA256 
8223d934fa767fcabf45c734bdb616818a5eab8c95d525de6a69a350f4aeb826 SHA512 
96f8a6a5053018fc7889583481c1e24d5cfd8cb780bd76d7c09d299cac836f0842927aa6c5ff7ae8b3cded99b596fce64c7db18f9de6dc527eacc2202baa01dd
 WHIRLPOOL 
feac3f3f1f078b46a4ef794e287fee78a34a59b159295f9f5779733e93c6b315cedde658538644d33a41057392c34a44b7de08942c77a03c456c1aef24862fa7
+DIST containerd-0.2.5_p20170329.tar.gz 1036065 SHA256 
da89086a7c643702a2ddecec67a45d3d8e4b0d610dd19036be63e6bd54cc1a85 SHA512 
b7d56adaac26c9f0fd0900467fb5f8500472b602d7ce2373704c08ae6a0b852051e469a4fa51c8db475499872a51fcdd65c2adc4124102e66b8ca86cc5b2ff2f
 WHIRLPOOL 
98567c28df37dbe3ad9f926fdae35e5ceb2df50c90373e58b14b1b5204d6eb9763050acf90abd40b44791510809ba3390f91b61a77265db078a22107a301

diff --git a/app-emulation/containerd/containerd-0.2.3_p20170308.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild
similarity index 100%
rename from app-emulation/containerd/containerd-0.2.3_p20170308.ebuild
rename to app-emulation/containerd/containerd-0.2.5_p20170308.ebuild

diff --git a/app-emulation/containerd/containerd-0.2.3_p20170315.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170315.ebuild
similarity index 100%
rename from app-emulation/containerd/containerd-0.2.3_p20170315.ebuild
rename to app-emulation/containerd/containerd-0.2.5_p20170315.ebuild

diff --git a/app-emulation/containerd/containerd-0.2.3_p20170329.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170329.ebuild
similarity index 100%
rename from app-emulation/containerd/containerd-0.2.3_p20170329.ebuild
rename to app-emulation/containerd/containerd-0.2.5_p20170329.ebuild



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

2017-04-21 Thread William Hubbs
commit: 079230e201ef9fbf563bdfabdf7a079fca4b08dc
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 17:48:29 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 17:51:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079230e2

app-emulation/containerd: add myself as a maintainer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/containerd/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/containerd/metadata.xml 
b/app-emulation/containerd/metadata.xml
index 219e7cf355c..131b8352b90 100644
--- a/app-emulation/containerd/metadata.xml
+++ b/app-emulation/containerd/metadata.xml
@@ -20,6 +20,10 @@
mr...@gentoo.org
Manuel Rüger

+   
+   willi...@gentoo.org
+   William Hubbs
+   

docker/containerd




[gentoo-commits] repo/gentoo:master commit in: sys-process/tini/

2017-04-21 Thread William Hubbs
commit: 83d2126894e46c5bbfc73705a7b4f3e77fccf17d
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 17:51:03 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 17:51:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d21268

sys-process/tini: add myself as maintainer (approved by mrueg)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-process/tini/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-process/tini/metadata.xml b/sys-process/tini/metadata.xml
index ea1ee8a4239..f4f20fac2aa 100644
--- a/sys-process/tini/metadata.xml
+++ b/sys-process/tini/metadata.xml
@@ -12,6 +12,10 @@
mr...@gentoo.org
Manuel Rüger

+   
+   willi...@gentoo.org
+   William Hubbs
+   

Enable argument parsing.




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

2017-04-21 Thread Pacho Ramos
commit: 2881b987d6bec60bb86fa5fbcb5654b763b4f5e8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 17:34:59 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2881b987

app-misc/hivex: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/hivex/hivex-1.3.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild 
b/app-misc/hivex/hivex-1.3.11-r1.ebuild
index 6c96884552c..b8416cad1b5 100644
--- a/app-misc/hivex/hivex-1.3.11-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
 USE_RUBY="ruby20 ruby21"
 RUBY_OPTIONAL=yes
 
-PYTHON_COMPAT=(python2_7 python3_4)
+PYTHON_COMPAT=(python2_7 python3_{4,5,6})
 
 inherit autotools-utils eutils perl-app ruby-ng python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/

2017-04-21 Thread Pacho Ramos
commit: ba2de7dab3dee7419cfe6209020f1b55d4f01756
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 16:47:50 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2de7da

app-emacs/pymacs: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emacs/pymacs/pymacs-0.25-r2.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-emacs/pymacs/pymacs-0.25-r2.ebuild 
b/app-emacs/pymacs/pymacs-0.25-r2.ebuild
index b9eb60f4916..447e72f1819 100644
--- a/app-emacs/pymacs/pymacs-0.25-r2.ebuild
+++ b/app-emacs/pymacs/pymacs-0.25-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit elisp distutils-r1 vcs-snapshot
 
@@ -15,8 +15,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
-DEPEND="doc? ( >=dev-python/docutils-0.7
-   virtual/latex-base )"
+DEPEND="doc? (
+   >=dev-python/docutils-0.7
+   virtual/latex-base )
+"
 RDEPEND=""
 
 DISTUTILS_IN_SOURCE_BUILD=1



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/

2017-04-21 Thread Pacho Ramos
commit: 8fa5f77eea1c19edc16c089f2418937c9f44933b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 17:30:30 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa5f77e

app-i18n/ibus-cangjie: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild 
b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
index b0b8ded9d61..766065c3213 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit autotools-utils gnome2-utils python-r1 eutils
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2017-04-21 Thread Pacho Ramos
commit: b6faa60c76c6e677e33768a4a4c3ff819923ec5e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 16:39:32 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6faa60c

app-doc/cppman: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-doc/cppman/Manifest|  1 -
 app-doc/cppman/cppman-0.4.6.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-doc/cppman/Manifest b/app-doc/cppman/Manifest
index 769a97a0cb2..83e28ac6668 100644
--- a/app-doc/cppman/Manifest
+++ b/app-doc/cppman/Manifest
@@ -1,2 +1 @@
-DIST cppman-0.4.6.tar.gz 183492 SHA256 
4296215acdcdd364a3b7349261aaf2975d8b5dbfad2bee46e07f22f16346e9d5 SHA512 
1ed8d3aca00cf4765f5bcd520cd34e41edef03bdc74f5a1218f9ca668d2da226ae6b909a527a378f5878b42126771cd338efce102bbe1062bf382b4a25b9dde7
 WHIRLPOOL 
ecd668646b07cf4b49afe423e9f810583f681459cbeb71f1c95bd417bda098cac1ca8b487acd2e5923ecf624334a3bd2fd8966e0901ec27bd82c5b7b37337700
 DIST cppman-0.4.8.tar.gz 3185978 SHA256 
da9d13867fb37d20663ac4e446a2fb3174414d24b90cc70c9c7b6bcf94331552 SHA512 
f5b93774988dad592b31670d6c21718bd034e4e94858982e1756e8db89779d12001fd786ba629211b038b173b7b507382277a3db7fb35363dba28cd029e69a7d
 WHIRLPOOL 
52cd91a2e13e74109af548d83d5a11dd9a528b77ec77ac80fc6cd24742e2dfe320048427ca7a61be84010f38145014ab21dc55d6e7758f2e92410cbd92da61a3

diff --git a/app-doc/cppman/cppman-0.4.6.ebuild 
b/app-doc/cppman/cppman-0.4.6.ebuild
deleted file mode 100644
index 64ca4b383bc..000
--- a/app-doc/cppman/cppman-0.4.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4)
-PYTHON_REQ_USE='sqlite,threads'
-
-inherit distutils-r1
-
-DESCRIPTION="C++ man pages for Linux, with source from cplusplus.com and 
cppreference.com"
-HOMEPAGE="https://github.com/aitjcize/cppman;
-LICENSE="GPL-3"
-
-SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND="
-   sys-apps/groff
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-"
-
-# `./setup install` already installs docs
-DOCS=()



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

2017-04-21 Thread Pacho Ramos
commit: 01e392068b20ac747a58932e12147833e600c6e3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 17:22:22 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e39206

app-emulation/spice: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/spice/spice-0.13.3.ebuild | 24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/app-emulation/spice/spice-0.13.3.ebuild 
b/app-emulation/spice/spice-0.13.3.ebuild
index 7730d4bf2c0..cced4ea3259 100644
--- a/app-emulation/spice/spice-0.13.3.ebuild
+++ b/app-emulation/spice/spice-0.13.3.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit eutils python-any-r1 readme.gentoo-r1 xdg-utils
+inherit ltprune python-any-r1 readme.gentoo-r1 xdg-utils
 
 DESCRIPTION="SPICE server"
 HOMEPAGE="http://spice-space.org/;
@@ -24,14 +23,15 @@ RDEPEND="
sys-libs/zlib[static-libs(+)?]
virtual/jpeg:0=[static-libs(+)?]
>=x11-libs/pixman-0.17.7[static-libs(+)?]
-   !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
-   libressl? ( dev-libs/libressl[static-libs(+)?] )
+   !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
+   libressl? ( dev-libs/libressl:0=[static-libs(+)?] )
lz4? ( app-arch/lz4 )
smartcard? ( >=app-emulation/libcacard-0.1.2 )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
-   gstreamer? ( media-libs/gstreamer:1.0 )"
-
-DEPEND="
+   gstreamer? ( media-libs/gstreamer:1.0 )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
>=app-emulation/spice-protocol-0.12.12
virtual/pkgconfig
$(python_gen_any_dep '
@@ -39,7 +39,7 @@ DEPEND="
dev-python/six[${PYTHON_USEDEP}]
')
smartcard? ( app-emulation/qemu[smartcard] )
-   ${RDEPEND}"
+"
 
 python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
@@ -86,3 +86,7 @@ src_install() {
use static-libs || prune_libtool_files
readme.gentoo_create_doc
 }
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2017-04-21 Thread Pacho Ramos
commit: f2b57a6d66af06a0785638b2729a43a8a690e5ff
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 17:30:52 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b57a6d

app-i18n/ibus-cangjie: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/ibus-cangjie/Manifest |  3 --
 .../files/ibus-cangjie-gtk-unit-test.patch | 12 -
 app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild  | 53 --
 app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild  | 49 
 app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild  | 49 
 5 files changed, 166 deletions(-)

diff --git a/app-i18n/ibus-cangjie/Manifest b/app-i18n/ibus-cangjie/Manifest
index ad579855477..b78e68ffb40 100644
--- a/app-i18n/ibus-cangjie/Manifest
+++ b/app-i18n/ibus-cangjie/Manifest
@@ -1,4 +1 @@
-DIST ibus-cangjie-2.1.tar.xz 147796 SHA256 
00563b16fdbc8033e019b37e3ee17f62fb5dd05c68fd67b114909d7261cd433c SHA512 
8ac4b7d9ecd91f9a04190db2aeda595f0740c10afe49aa7f5961eb30962fec5874131c4831b3bf473b008549bb2bb51195c6ab81f32008edbe4f3239e69afadf
 WHIRLPOOL 
6def3a79d6f38382844340e1a1bb5a66911c5db3e260f295c7d5db66b1e4d314ec23f5df184cb4eb6a236688bffad54e61df6604c4a758a622aab4e6c86f4d99
-DIST ibus-cangjie-2.2.tar.xz 148012 SHA256 
7c816173d8f79072ada988d7770928572d28be5dd375b4f7e690c9f57dd49018 SHA512 
847e6bcc6e89fa864073937b34d5abf26a598b867881fd45d962b107a84470585040afcac5152f4f237be4175a53acad3ac8e7eb48fd8bae8ff2cdd04e2de70b
 WHIRLPOOL 
278b125a9ef1c95c92a5a7a39a7c742bac3fca92b021dffeb156814be5a71fd0d0a3ec1f3fbb141d40a703626914ffc2b26e6d8741cf29415473b293ce8ab56d
-DIST ibus-cangjie-2.3.tar.xz 151184 SHA256 
88d4cbf4d1de5cdb90b880a0f2014fbf2c18bf2581760408442bb8195c89e7ff SHA512 
adbd51cbd6e4e816c12ab230c9173cf884fc300b886da51a40cb3956b66d43cb13fd477b4923b43032efb5c82d410c1766bb1f6d18445fa704b7db91e13d2497
 WHIRLPOOL 
0fd4e5ecc0fe8f83367e16e848ad69c02b7a973bde9c705431afe131c1d4dfe78445f62cff34dae1f198c4a4846ab114bc08fd7f3a2e616dd730a4b6f8690c7c
 DIST ibus-cangjie-2.4.tar.xz 150616 SHA256 
299a60f1df063bfadc68c5420cbddb5d1a0de31935d95e414f75e0f93e27ba49 SHA512 
cef9562fc4a5f3b78881c09b43e502f02322148e501022d3f80989caef4ca98ae26903e9a3dcc422feeba7712a8321c731ba229429e52fe919db5144aa0ead47
 WHIRLPOOL 
a183d66bc53007046a2b3ffb778e6f08c39c709cb5e0d5558e5db617155bb4bc1de2df015f5668f4d6022faecb816171766039658ee8e69621abb0d73869d82d

diff --git a/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch 
b/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch
deleted file mode 100644
index c3842f6945b..000
--- a/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tests/test_prefs.py b/tests/test_prefs.py
-index d1bb438..e568939 100644
 a/tests/test_prefs.py
-+++ b/tests/test_prefs.py
-@@ -37,6 +37,7 @@ class PrefsTestCase(unittest.TestCase):
- except ET.ParseError as e:
- raise AssertionError(e)
- 
-+@unittest.skip("Importing Gtk doesn't raise a RuntimeError on recent 
Fedora")
- def test_ui_file_is_valid_gtk_builder(self):
- try:
- from gi.repository import Gtk

diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild 
b/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild
deleted file mode 100644
index 6705947e768..000
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 )
-
-inherit autotools-utils gnome2-utils python-r1 eutils
-
-DESCRIPTION="The IBus engine for users of the Cangjie and Quick input methods"
-HOMEPAGE="http://cangjians.github.io;
-SRC_URI="http://cangjians.github.io/downloads/ibus-cangjie/ibus-cangjie-${PV}.tar.xz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=app-i18n/ibus-1.4.1
-   app-i18n/libcangjie
-   dev-python/cangjie[${PYTHON_USEDEP}]
-   dev-util/intltool
-   sys-devel/gettext"
-
-RDEPEND=">=app-i18n/ibus-1.4.1
-   app-i18n/libcangjie
-   dev-python/cangjie[${PYTHON_USEDEP}]
-   virtual/libintl
-   ${PYTHON_DEPS}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-gtk-unit-test.patch"
-}
-
-src_configure() {
-   python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
-   python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
-   python_foreach_impl autotools-utils_src_install
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}

diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild 
b/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild
deleted file mode 100644
index c2b4a6ea7b7..000
--- 

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

2017-04-21 Thread Pacho Ramos
commit: 36fb7c0f489c63b656d366310720870f88281375
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 17:35:54 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fb7c0f

app-misc/hivex: Specify readline slot

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/hivex/hivex-1.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild 
b/app-misc/hivex/hivex-1.3.11-r1.ebuild
index b8416cad1b5..08501b96c9d 100644
--- a/app-misc/hivex/hivex-1.3.11-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
ocaml? ( dev-lang/ocaml[ocamlopt]
 dev-ml/findlib[ocamlopt]
 )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:0 )
perl? ( dev-perl/IO-stringy )
ruby? ( $(ruby_implementations_depend) )
python? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/

2017-04-21 Thread Pacho Ramos
commit: abb75a46087f61c7bd8b686cf47dd6f1f65b617a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 16:39:20 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 17:36:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb75a46

app-doc/cppman: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-doc/cppman/cppman-0.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/cppman/cppman-0.4.8.ebuild 
b/app-doc/cppman/cppman-0.4.8.ebuild
index f8069c2955d..eb32dfc0a36 100644
--- a/app-doc/cppman/cppman-0.4.8.ebuild
+++ b/app-doc/cppman/cppman-0.4.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_4)
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="sqlite,threads"
 
 DISTUTILS_SINGLE_IMPL=true



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

2017-04-21 Thread Andreas Sturmlechner
commit: 56868357f7a56123da4a5b059885609e254e360a
Author: Andrius Štikonas  stikonas  eu>
AuthorDate: Fri Apr 21 16:37:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 21 17:15:06 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=56868357

kde-apps/konquest: frameworks merged to master.

Closes: https://github.com/gentoo/kde/pull/856

 kde-apps/konquest/konquest-5..ebuild | 35 
 kde-apps/konquest/konquest-.ebuild   | 17 +---
 2 files changed, 14 insertions(+), 38 deletions(-)

diff --git a/kde-apps/konquest/konquest-5..ebuild 
b/kde-apps/konquest/konquest-5..ebuild
deleted file mode 100644
index 2668265674..00
--- a/kde-apps/konquest/konquest-5..ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="forceoptional" # not optional until kdelibs4support is gone
-KDE_SELINUX_MODULE="games"
-inherit kde5
-
-DESCRIPTION="Galactic Strategy KDE Game"
-HOMEPAGE="
-   https://www.kde.org/applications/games/konquest/
-   https://games.kde.org/game.php?game=konquest
-"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep libkdegames)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/konquest/konquest-.ebuild 
b/kde-apps/konquest/konquest-.ebuild
index ae70f95210..e7f5bd22e6 100644
--- a/kde-apps/konquest/konquest-.ebuild
+++ b/kde-apps/konquest/konquest-.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=6
 
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK="forceoptional"
 KDE_SELINUX_MODULE="games"
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="Galactic Strategy KDE Game"
 HOMEPAGE="
@@ -13,9 +13,20 @@ HOMEPAGE="
https://games.kde.org/game.php?game=konquest
 "
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
 DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep libkdegames)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
 "
 RDEPEND="${DEPEND}"



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

2017-04-21 Thread Alexys Jacob
commit: 809c991148a418f952359bbf7f64d78d949b5d32
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Apr 21 17:04:17 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Apr 21 17:05:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809c9911

sys-cluster/glusterfs: version bump, fix #606840

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-cluster/glusterfs/Manifest|   2 +
 sys-cluster/glusterfs/glusterfs-3.10.1.ebuild | 212 ++
 sys-cluster/glusterfs/glusterfs-3.8.11.ebuild | 211 +
 3 files changed, 425 insertions(+)

diff --git a/sys-cluster/glusterfs/Manifest b/sys-cluster/glusterfs/Manifest
index c55ec439707..9d286d388f6 100644
--- a/sys-cluster/glusterfs/Manifest
+++ b/sys-cluster/glusterfs/Manifest
@@ -1,4 +1,6 @@
+DIST glusterfs-3.10.1.tar.gz 8926368 SHA256 
d3c23df3299964efe6b688c94ddde258506ecf173b58e8c07fa18d470bb21517 SHA512 
35acf10d37db7ca9cf7d88e4eabcac4febdccfe15cbe68df86c44042987547f3a56447a1ced5ed238d171efdbcb97dd1fc6917283641bdcd7d476deb37ad0871
 WHIRLPOOL 
7ce3b5cbe136b1d09b4c0c062decf0d9c5bba03f9b7249648e886ceff758061e73863c9f6d82ed2de3fc41546950ee08c022683174283dc03201c12d61d295aa
 DIST glusterfs-3.5.4.tar.gz 5199067 SHA256 
8e8bf9ff6b3884c420653dbf7549f8240cb30aa4a55c852ebb8f293f8089ad35 SHA512 
eac2e5eacf33a04c574d495ea532703222faa559e34702f5939e9300936064d0867e4de9653be64dd3fa7fc1976e32915521a0ba07dc3c16c03b598a64dc12da
 WHIRLPOOL 
b597b677d6284e0419b6d1574d24bc6677bffec120c2ff37fc83f51b0fd048ec9bae8873b530e44cad10e85c109f8a97f3e67f85a4709207d488f64d561fc068
 DIST glusterfs-3.6.5.tar.gz 6091408 SHA256 
20d912ef35fb8350c50c39c15134a3558ee90d012203f049799c8eb67a61fd2a SHA512 
7ca41855239818fc4c84cdb86e1f1d39502e781d5117a5ee50ea134f03f0823a8640ee9bda28f05463e8504aba9ddb12ac72e118f0ce7c3755c083033f5677ca
 WHIRLPOOL 
9fc0592052d976d65fcc769c69d910fa6d909695162bccf80c1e799a2c54c531ab03a4afd3788951c231a214a22e5f8bb3613a83277858627425b86fd532ab5e
 DIST glusterfs-3.7.4.tar.gz 7552110 SHA256 
f98f448117d1de7666ae425eddd8d7d87b02c57f6627234ce96ba60566f47173 SHA512 
f9a281f3a37835f9f54679740ddb19b307babe576a8f14c9ef24d256f483789c227d7e7c5b0ed4ef5c13a257bcf00d0c17b6108fa60c5e45d0175df6e236b3a5
 WHIRLPOOL 
7b0320936de078234228cb691f3e381da3cc89c638d6246aba63695aa36cb114afca6e53d12d23de441b8da0b3a594ac1702b450d5d14720254af73e689c4ab8
+DIST glusterfs-3.8.11.tar.gz 8544971 SHA256 
2285c02f9449168eabeaa7b72706e80f3de659eb685293dd899c71c33798702e SHA512 
61cadc567a73403c78eac5e472aadd1457053be936042ea1218c172760376b026152e84b4ca15a0c249524347d434cc7d35c3a73f4d0b01e89c6aec5edcbbb49
 WHIRLPOOL 
21d4c2da1d281cb03181c21385a62d74c71f24936d2c33da22085accb5fa563b7095757b7df3eb30bf865c37fe683c420756c542d6933c99c0d3f9025c07a217
 DIST glusterfs-3.8.6.tar.gz 8456856 SHA256 
5c62c0b66cde74427eacc49cdbda7c84cc8289b38bcda80107adedd24b355715 SHA512 
115d65183682587b4e8dd0c3d52f4a43eabbd6968441b7f09db006748890155f6748ceddf7ce80a7481207df7cb2dca6339b77cc7b8bccfc7fe00084ac00b223
 WHIRLPOOL 
7321468daf15a4ebad158d32328dfe64590cbf0ddcdda4d855a7b8a9849b29fed1c1af58475f8c1ef140f244fc15db57c00170eb477c27854408598bc0a7f6b8

diff --git a/sys-cluster/glusterfs/glusterfs-3.10.1.ebuild 
b/sys-cluster/glusterfs/glusterfs-3.10.1.ebuild
new file mode 100644
index 000..56d932a9a0a
--- /dev/null
+++ b/sys-cluster/glusterfs/glusterfs-3.10.1.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils elisp-common eutils multilib python-single-r1 systemd 
versionator
+
+DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"
+HOMEPAGE="http://www.gluster.org/;
+SRC_URI="http://download.gluster.org/pub/gluster/${PN}/$(get_version_component_range
 '1-2')/${PV}/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 LGPL-3+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy 
infiniband qemu-block rsyslog static-libs +syslog systemtap test +tiering 
vim-syntax +xml"
+
+REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )
+   glupy? ( ${PYTHON_REQUIRED_USE} )"
+
+# the tests must be run as root
+RESTRICT="test"
+
+# sys-apps/util-linux is required for libuuid
+RDEPEND="bd-xlator? ( sys-fs/lvm2 )
+   emacs? ( virtual/emacs )
+   fuse? ( >=sys-fs/fuse-2.7.0 )
+   georeplication? ( ${PYTHON_DEPS} )
+   infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* )
+   qemu-block? ( dev-libs/glib:2 )
+   systemtap? ( dev-util/systemtap )
+   tiering? ( dev-db/sqlite:3 )
+   xml? ( dev-libs/libxml2 )
+   sys-libs/readline:=
+   dev-libs/libaio
+   dev-libs/openssl:=[-bindist]
+   dev-libs/userspace-rcu:=
+   || ( sys-libs/glibc sys-libs/argp-standalone )
+   sys-apps/util-linux"
+DEPEND="${RDEPEND}
+   virtual/acl
+   virtual/pkgconfig
+   

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

2017-04-21 Thread Andreas Hüttel
commit: e3442ec5441b570c1acb40f64d8c267a5e639584
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Apr 21 17:04:39 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 21 17:04:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3442ec5

app-text/po4a: Remove old/broken

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/po4a/po4a-0.45-r4.ebuild | 60 ---
 1 file changed, 60 deletions(-)

diff --git a/app-text/po4a/po4a-0.45-r4.ebuild 
b/app-text/po4a/po4a-0.45-r4.ebuild
deleted file mode 100644
index d4af9f3af17..000
--- a/app-text/po4a/po4a-0.45-r4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru 
sl sv uk vi zh_CN zh_HK"
-PLOCALES_BACKUP="en"
-
-# Needed because this package also installs to vendor_perl
-GENTOO_DEPEND_ON_PERL=noslotop
-inherit perl-module l10n
-
-DESCRIPTION="Tools for helping translation of documentation"
-HOMEPAGE="http://po4a.alioth.debian.org;
-SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="dev-perl/SGMLSpm
-   >=sys-devel/gettext-0.13
-   app-text/openjade
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.380.0
-   app-text/docbook-xsl-stylesheets
-   app-text/docbook-xml-dtd:4.1.2
-   test? ( app-text/docbook-sgml-dtd
-   app-text/docbook-sgml-utils
-   virtual/tex-base )"
-
-# Running tests in parallel fails
-DIST_TEST="do"
-
-PATCHES=(
-   "${FILESDIR}/${P}-port-our-regex-to-perl-5.22.patch"
-)
-
-src_prepare() {
-   # Check against locale files in ${S}/pod/bin for mismatches
-   # with languages listed in PLOCALES
-   local locales_path="$S/po/bin"
-   l10n_find_plocales_changes "$locales_path" "" ".po"
-
-   # Get rid of disabled locales
-   my_get_disabled_locales() {
-   PERL_RM_FILES=( "${PERL_RM_FILES[@]}" "po/bin/${1}.po" 
"po/pod/${1}.po" )
-   }
-
-   l10n_for_each_disabled_locale_do my_get_disabled_locales
-
-   einfo "Your LINGUAS lists the following languages: $LINGUAS"
-
-   perl-module_src_prepare
-}



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

2017-04-21 Thread Andreas Hüttel
commit: 6261961c43bab6ea969a8093a834fc3705c7ad10
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Apr 21 17:03:40 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 21 17:04:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6261961c

app-text/po4a: Revbump to stable to restore the slot operator on perl

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --force

 app-text/po4a/{po4a-0.47.ebuild => po4a-0.47-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-text/po4a/po4a-0.47.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild
similarity index 94%
rename from app-text/po4a/po4a-0.47.ebuild
rename to app-text/po4a/po4a-0.47-r1.ebuild
index 13c8287e83c..b7ef64a8753 100644
--- a/app-text/po4a/po4a-0.47.ebuild
+++ b/app-text/po4a/po4a-0.47-r1.ebuild
@@ -6,8 +6,6 @@ EAPI=6
 PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru 
sl sv uk vi zh_CN zh_HK"
 PLOCALES_BACKUP="en"
 
-# Needed because this package also installs to vendor_perl
-GENTOO_DEPEND_ON_PERL=noslotop
 inherit perl-module l10n
 
 DESCRIPTION="Tools for helping translation of documentation"



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

2017-04-21 Thread Jeroen Roovers
commit: c68337f52c53c2ed7f6a55c36158e680d30be5d7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 21 15:48:04 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 21 15:49:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68337f5

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/vivaldi/Manifest |   2 +
 www-client/vivaldi/vivaldi-1.9.818.22_p1.ebuild | 115 
 2 files changed, 117 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index d54f50ad78f..bf4578fc6a4 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,5 +2,7 @@ DIST vivaldi-1.8.770.56_p1-amd64.deb 46975188 SHA256 
a205631571ff98b68e19e8474ed
 DIST vivaldi-1.8.770.56_p1-i386.deb 47522028 SHA256 
d69e5f1ae8566391fcaed30934ff0e592496bd36e6850dd6dc2b178bdfe08088 SHA512 
22739a6f9235ce4a6c5132ece5fb819f630511be1007fb6557f35cc1fce9dd6a6289870d626b23dd506bfc57b6d03d372f524e425ad4393f859a78c6903ab050
 WHIRLPOOL 
3b990b4cea75cc2f799b31ba92722f5b4e331d521b143fee923918a69cb3b343dfd0239a1f5ef309ce9cfcd8c3afe36ea00511e129dd5a2c40fdeb5cec6281d9
 DIST vivaldi-1.9.811.13_p1-amd64.deb 48864276 SHA256 
594a11c4afa4b1b1c8703e06a4f8f575c094f6e41207a68dc8799c19eb2d785a SHA512 
8310fb72cbea7f87a22f317cae957348249c0d2cea5fe29fb2ffb9101909b38b09326a867c1489234d34b688528e05627bee0a02b162b619d0ea7becf7b51484
 WHIRLPOOL 
a4ff9db418205c243186ac7f3c086f08858259d51f21163c9da3ef6b48742683b88658b057bd5c7b4bcf5cf7460e9d38629ff50ace3058d23e3f6d4e885a449c
 DIST vivaldi-1.9.811.13_p1-i386.deb 49379170 SHA256 
70da4aadff78de790b56283a0ce023e297081dc8a97fcd081ccf0fb840840120 SHA512 
12087ca044e1dc3e922a82136bcbf985912e1a2fb6a48fc0be1f111c6678a9ad15c545d7797b0dac7fc87dde26e14dd9031199b8d3bbb7f6d036e000801510ac
 WHIRLPOOL 
f00912ac9481677dc0ae1a8b0359874139df1543bd0f886813e8af80c4957e7fdc719e9ea55dc315e03d171fe50bdb23ab9c77ee75304a3f77cada7f0d187902
+DIST vivaldi-1.9.818.22_p1-amd64.deb 48860242 SHA256 
87804956270129ca05f61c206133189056918ca7b8903dfb1bf451cd45c0eb5a SHA512 
5c1062656703f124b33731069cd2237faff241da4ca4f76a5d1412c686e61d71474a677daeb81b83672cadbe425559974ffdab7f8505ab53954db12b2aa6e9ca
 WHIRLPOOL 
920429e335b24ba3a0f00e187d0b5f601686abfbace1202b11787b0492348abba01c903fc4a076b1be94f96ff24f7677e6773437758a3dc90735b6a4d55a8840
+DIST vivaldi-1.9.818.22_p1-i386.deb 49449230 SHA256 
b61e4a99666fd8e376095ce82fb55efed71ae4809d7f3d9540171eb9d1c42b4e SHA512 
de4fd44df468298db33264b36586194c43850a3d470a21b7e53fefbf371a7eb72861a25ccf3a4e9808ce5d3f997877f2941a68b8c2661e32b9a880db94c1b7f5
 WHIRLPOOL 
80b5e66b7441334054cae30a028ea77cbed4e37d2c596df8e3841c2e7f3071202eff6a932cecf50cda5982b0f258c6cbaefa0d5d1653512b1442fe35b816eb90
 DIST vivaldi-1.9.818.3_p1-amd64.deb 48847826 SHA256 
14e5ccaf714417ad59e7db85eb127df6794d2b83871730203a02aadf7c94 SHA512 
4b338d0754171303ea3c9cab519880b77a7ee47cbd053361bcbca4f046284867601fbb151fedb35aea05ad44665009b54986f594bdf4e2ae73d77f3da02fe99a
 WHIRLPOOL 
4627a2b10b0122d0c2fd5ec3e4b925abcde8ebe7578d89345c189d7dd81d379066a2a6395c6bbd86a59314f5ee53f78ab2ab0f019d8b8efa538bfe52fc0d4820
 DIST vivaldi-1.9.818.3_p1-i386.deb 49435816 SHA256 
702b4d794067350785daf1c6610eee6d1ae1b141f23ddf7fc84a35b89dce23fa SHA512 
1508c4e1fc56426c112bebf7c319dd90f93cc9b2f00e8d2b38fa95713c45931dadb38736a9796cd2189e87c434400f12d88166599d3af702ef3134de3bff08bf
 WHIRLPOOL 
5ee75b46334bf4bd805e990864269c6e0df0d40e9efaf2652d23033f893625e98cc101b3f6214e7bb332da02372a99ac6fdd7785f3e24885e6c18e87487b6208

diff --git a/www-client/vivaldi/vivaldi-1.9.818.22_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.9.818.22_p1.ebuild
new file mode 100644
index 000..5d07a6a24a7
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.9.818.22_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${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}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   

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

2017-04-21 Thread Jeroen Roovers
commit: b0812cab8e44c16026c1ea87885899496974d3c8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 21 15:48:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 21 15:49:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0812cab

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/vivaldi/Manifest |   2 -
 www-client/vivaldi/vivaldi-1.9.811.13_p1.ebuild | 115 
 2 files changed, 117 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index bf4578fc6a4..834af3e77ba 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,7 +1,5 @@
 DIST vivaldi-1.8.770.56_p1-amd64.deb 46975188 SHA256 
a205631571ff98b68e19e8474ed8061064dbcb7256d83e1ec715d01c48e62cb9 SHA512 
d16138b29116e23df79f6fd20165ce4c0f5129e8962dbe510e4970fe34b22bc27e38dfcfadec5f95506e3b66074aecc7aa826e44acf3e2e4d7489c647a52
 WHIRLPOOL 
94d70ffcc6a4dfa812eb6a59b7da701e34e2e9cf4b25a14e09bb9780ff60c0354a8190c82d3ad1658b808a8c051e1d366a1df89afeefe1d4a24632b00209942e
 DIST vivaldi-1.8.770.56_p1-i386.deb 47522028 SHA256 
d69e5f1ae8566391fcaed30934ff0e592496bd36e6850dd6dc2b178bdfe08088 SHA512 
22739a6f9235ce4a6c5132ece5fb819f630511be1007fb6557f35cc1fce9dd6a6289870d626b23dd506bfc57b6d03d372f524e425ad4393f859a78c6903ab050
 WHIRLPOOL 
3b990b4cea75cc2f799b31ba92722f5b4e331d521b143fee923918a69cb3b343dfd0239a1f5ef309ce9cfcd8c3afe36ea00511e129dd5a2c40fdeb5cec6281d9
-DIST vivaldi-1.9.811.13_p1-amd64.deb 48864276 SHA256 
594a11c4afa4b1b1c8703e06a4f8f575c094f6e41207a68dc8799c19eb2d785a SHA512 
8310fb72cbea7f87a22f317cae957348249c0d2cea5fe29fb2ffb9101909b38b09326a867c1489234d34b688528e05627bee0a02b162b619d0ea7becf7b51484
 WHIRLPOOL 
a4ff9db418205c243186ac7f3c086f08858259d51f21163c9da3ef6b48742683b88658b057bd5c7b4bcf5cf7460e9d38629ff50ace3058d23e3f6d4e885a449c
-DIST vivaldi-1.9.811.13_p1-i386.deb 49379170 SHA256 
70da4aadff78de790b56283a0ce023e297081dc8a97fcd081ccf0fb840840120 SHA512 
12087ca044e1dc3e922a82136bcbf985912e1a2fb6a48fc0be1f111c6678a9ad15c545d7797b0dac7fc87dde26e14dd9031199b8d3bbb7f6d036e000801510ac
 WHIRLPOOL 
f00912ac9481677dc0ae1a8b0359874139df1543bd0f886813e8af80c4957e7fdc719e9ea55dc315e03d171fe50bdb23ab9c77ee75304a3f77cada7f0d187902
 DIST vivaldi-1.9.818.22_p1-amd64.deb 48860242 SHA256 
87804956270129ca05f61c206133189056918ca7b8903dfb1bf451cd45c0eb5a SHA512 
5c1062656703f124b33731069cd2237faff241da4ca4f76a5d1412c686e61d71474a677daeb81b83672cadbe425559974ffdab7f8505ab53954db12b2aa6e9ca
 WHIRLPOOL 
920429e335b24ba3a0f00e187d0b5f601686abfbace1202b11787b0492348abba01c903fc4a076b1be94f96ff24f7677e6773437758a3dc90735b6a4d55a8840
 DIST vivaldi-1.9.818.22_p1-i386.deb 49449230 SHA256 
b61e4a99666fd8e376095ce82fb55efed71ae4809d7f3d9540171eb9d1c42b4e SHA512 
de4fd44df468298db33264b36586194c43850a3d470a21b7e53fefbf371a7eb72861a25ccf3a4e9808ce5d3f997877f2941a68b8c2661e32b9a880db94c1b7f5
 WHIRLPOOL 
80b5e66b7441334054cae30a028ea77cbed4e37d2c596df8e3841c2e7f3071202eff6a932cecf50cda5982b0f258c6cbaefa0d5d1653512b1442fe35b816eb90
 DIST vivaldi-1.9.818.3_p1-amd64.deb 48847826 SHA256 
14e5ccaf714417ad59e7db85eb127df6794d2b83871730203a02aadf7c94 SHA512 
4b338d0754171303ea3c9cab519880b77a7ee47cbd053361bcbca4f046284867601fbb151fedb35aea05ad44665009b54986f594bdf4e2ae73d77f3da02fe99a
 WHIRLPOOL 
4627a2b10b0122d0c2fd5ec3e4b925abcde8ebe7578d89345c189d7dd81d379066a2a6395c6bbd86a59314f5ee53f78ab2ab0f019d8b8efa538bfe52fc0d4820

diff --git a/www-client/vivaldi/vivaldi-1.9.811.13_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.9.811.13_p1.ebuild
deleted file mode 100644
index 5d07a6a24a7..000
--- a/www-client/vivaldi/vivaldi-1.9.811.13_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_BRANCH="snapshot"
-
-VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
-VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
-VIVALDI_HOME="opt/${VIVALDI_BIN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${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}
-
-DEPEND="
-   virtual/libiconv
-"
-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
-   

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

2017-04-21 Thread Ian Stakenvicius
commit: 2414f606cea22b3dbea89846e550100561f3ce16
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 21 15:27:12 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 21 15:32:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2414f606

sci-biology/foldingathome: switch EPREFIX usages in pkg_* back to EROOT

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild 
b/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild
index 9afa2539eee..bed9135f0d2 100644
--- a/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild
+++ b/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild
@@ -62,11 +62,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   chown -R foldingathome:nogroup "${EPREFIX}"/${I}
+   chown -R foldingathome:nogroup "${EROOT}"${I}
einfo "To run Folding@home in the background at boot (with openrc):"
einfo "\trc-update add foldingathome default"
einfo ""
-   if [ ! -e "${EPREFIX}"/${I}/config.xml ]; then
+   if [ ! -e "${EROOT}"${I}/config.xml ]; then
elog "No configuration found -- please run ${I}/initfolding or"
elog "emerge --config ${P} to configure your client and edit"
elog "${EPREFIX}/etc/conf.d/foldingathome for options"
@@ -83,5 +83,5 @@ pkg_postrm() {
 }
 
 pkg_config() {
-   "${EPREFIX}"/${I}/initfolding
+   "${EROOT}"${I}/initfolding
 }



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

2017-04-21 Thread Manuel Rüger
commit: da5bfca555044d1b28338be5d92877a30c0ae39b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 21 15:24:10 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 21 15:24:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5bfca5

app-emulation/docker: Version bump to 17.05_rc1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-17.05.0_rc1.ebuild | 290 +
 2 files changed, 291 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 4519512b086..f3234fa7208 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,3 +1,4 @@
 DIST docker-1.12.6.tar.gz 13694205 SHA256 
0413f3513c2a6842ed9cf837154c8a722e9b34cb36b33430348489baa183707e SHA512 
98e0fa0ec0dad4d392188b0d2cf42b2b564403463c369e1fe060f1abc2e97d97375a88587080671ef905e6a34b991d83265f43c3112575af019cf85eef0c2c25
 WHIRLPOOL 
55d10e4c4ab960320094637a847768ad85dc1fccaa6cc77ea0ca82f2d23b27e92e2f2c0cbc03f53676012c95883f65c6fa16d26970138fa129d37bf278fc8c0b
 DIST docker-17.03.1.tar.gz 7773296 SHA256 
a8f1eefadf3966885ad0579facfc2017cca7dd3a0b20d086dfd798168716cb83 SHA512 
51e2a9d6ca529ac67d63794b9fd257f962278019ae1a36a39ff635c742d6ca16286cc164470333ff6cd88d709ecf2cb90343b2dd94bb3939747550f74fb442d5
 WHIRLPOOL 
9178bdf5b13851650e31d95370a090a72c8c70b53416e83693ffbdbc549d3992f3004908c1db5b26c013552f02293dddf9f761b8b5b9d2e0f0bf7cfab5330ca9
 DIST docker-17.04.0.tar.gz 7023868 SHA256 
b6ee0aa93ecea44e956d3627907e10557b3ec37d13ddfb40e436656e5037c640 SHA512 
b84bf25ebbdf066ee61272b9bce4736f61c2605e17529088bea33f5a4de172c2297cf8e7bd3f48170d50de069f94343d2403f81b763e9677ca2e750192ba1519
 WHIRLPOOL 
30354c38ae07f8528fdcbcde866ccc0048d6ea9e4001dfcc04c535b169c7b6c7d87f1c621039f215466d5f1fba4f0c886e231c77f70fc9d7ea109398e8e0df26
+DIST docker-17.05.0_rc1.tar.gz 7164632 SHA256 
b35975f1374313c1c0d034a0963296b55d0fbac726c156bcf7a8a9f91db286da SHA512 
54a0152a00f3c8abcaad83318d736b58da7fdbbb76acd42cf94c834f9ffb6b43feaad68668cde778ef9d4adbdbb2ba958be6ec2cbde4e2b1097e7a92fc52ce1e
 WHIRLPOOL 
dfee6945db6beefa268fc1d9ebaa6bd5b2624b7e01f195e57518deb664172f222cc991e847d78e9b1ec051a69e164ff26f6d96ad1eabbf0328429d6f6f509f70

diff --git a/app-emulation/docker/docker-17.05.0_rc1.ebuild 
b/app-emulation/docker/docker-17.05.0_rc1.ebuild
new file mode 100644
index 000..b98753cfcc4
--- /dev/null
+++ b/app-emulation/docker/docker-17.05.0_rc1.ebuild
@@ -0,0 +1,290 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   inherit versionator
+   MY_PV="$(get_version_component_range 1-3)"
+   [[ -n "$(get_version_component_range 4)" ]] && 
MY_PVRC="-$(get_version_component_range 4)" || MY_PVRC=""
+   DOCKER_GITCOMMIT="2878a85"
+   EGIT_COMMIT="v${MY_PV}-ce${MY_PVRC}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+# Runc/Containerd: Unfortunately docker does not version the releases, in 
order to avoid 
+#  incompatiblities we depend on snapshots
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   ~app-emulation/containerd-0.2.3_p20170329
+   ~app-emulation/docker-runc-1.0.0_rc2_p20170310[apparmor?,seccomp?]
+   app-emulation/docker-proxy
+   container-init? ( >=sys-process/tini-0.13.1[static] )
+"
+

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

2017-04-21 Thread Jeroen Roovers
commit: 6f508e2c84bab12d1337e132965e370f06063d28
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 21 15:18:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 21 15:18:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f508e2c

net-analyzer/pmacct: Add USE=nflog.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/pmacct/metadata.xml   | 1 +
 net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/pmacct/metadata.xml b/net-analyzer/pmacct/metadata.xml
index 32c63343b6f..cc407997e25 100644
--- a/net-analyzer/pmacct/metadata.xml
+++ b/net-analyzer/pmacct/metadata.xml
@@ -11,6 +11,7 @@
 Add support for JSON through 
dev-libs/jansson
 Add support for Apache Kafka through 
dev-libs/librdkafka
 Add support for mongodb backend
+Add support for NFLOG through uacctd
 Add support for RabbitMQ through 
net-libs/rabbitmq-c
 Enable support for ULOG in older kernels (deprecated)
 

diff --git a/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild 
b/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild
index 112c9000ec8..72d65265800 100644
--- a/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild
+++ b/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.pmacct.net/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="64bit debug geoip geoipv2 ipv6 jansson kafka mongodb mysql postgres 
rabbitmq sqlite threads"
+IUSE="64bit debug geoip geoipv2 ipv6 jansson kafka mongodb mysql nflog 
postgres rabbitmq sqlite threads"
 REQUIRED_USE="
?? ( geoip geoipv2 )
kafka? ( jansson )
@@ -29,6 +29,7 @@ RDEPEND="


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

2017-04-21 Thread Ian Stakenvicius
commit: 0b358efe8ef86e9410477fd9f4d298ef97737944
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 21 14:53:55 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 21 15:15:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b358efe

sci-biology/foldingathome: fix use of $PORTDIR in phase function

Bug: http://bugs.gentoo.org/566402

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../foldingathome/foldingathome-7.4.4.ebuild   | 24 ++
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/sci-biology/foldingathome/foldingathome-7.4.4.ebuild 
b/sci-biology/foldingathome/foldingathome-7.4.4.ebuild
index 761ffae1953..d1455b3ed9c 100644
--- a/sci-biology/foldingathome/foldingathome-7.4.4.ebuild
+++ b/sci-biology/foldingathome/foldingathome-7.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -34,16 +34,22 @@ I="opt/foldingathome"
 QA_PREBUILT="${I}/*"
 
 pkg_setup() {
-   I="${EROOT}/${I}"
einfo ""
-   cat "${PORTDIR}"/licenses/FAH-special-permission
+   einfo "Special permission is hereby granted to the Gentoo project to 
provide an"
+   einfo "automated installer package which downloads and installs the 
Folding@home client"
+   einfo "software. Permission is also granted for future Gentoo installer 
packages on the"
+   einfo "condition that they continue to adhere to all of the terms of 
the accompanying"
+   einfo "Folding@home license agreements and display this notice."
+   einfo "-- Vijay S. Pande, Stanford University, 07 May 2013"
+   einfo ""
+   einfo "(ref: 
http://foldingforum.org/viewtopic.php?f=16=22524=241992#p241992 )"
einfo ""
 }
 
 src_install() {
local myS="fahclient_${PV}-64bit-release"
use x86 && myS="${myS//64bit/32bit}"
-   exeinto "${I}"
+   exeinto ${I}
doexe "${FILESDIR}"/7.3/initfolding
doexe "${myS}"/{FAHClient,FAHCoreWrapper}
newconfd "${FILESDIR}"/7.3/folding-conf.d foldingathome
@@ -52,18 +58,18 @@ src_install() {
 
 pkg_preinst() {
# the bash shell is important for "su -c" in init script
-   enewuser foldingathome -1 /bin/bash /opt/foldingathome
+   enewuser foldingathome -1 /bin/bash "${EPREFIX}"/opt/foldingathome
 }
 
 pkg_postinst() {
-   chown -R foldingathome:nogroup "${I}"
+   chown -R foldingathome:nogroup "${EPREFIX}"/${I}
einfo "To run Folding@home in the background at boot (with openrc):"
einfo "\trc-update add foldingathome default"
einfo ""
-   if [ ! -e "${I}"/config.xml ]; then
+   if [ ! -e "${EPREFIX}"/${I}/config.xml ]; then
elog "No configuration found -- please run ${I}/initfolding or"
elog "emerge --config ${P} to configure your client and edit"
-   elog "${EROOT}/etc/conf.d/foldingathome for options"
+   elog "${EPREFIX}/etc/conf.d/foldingathome for options"
fi
einfo ""
einfo "The original author encourages you to acquire a username and 
join team 36480."
@@ -77,5 +83,5 @@ pkg_postrm() {
 }
 
 pkg_config() {
-   "${I}"/initfolding
+   "${EPREFIX}"/${I}/initfolding
 }



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

2017-04-21 Thread Ian Stakenvicius
commit: 8389ec47b5dd23b2d363243501d5b0a3b09f35bf
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 21 14:54:49 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 21 15:15:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8389ec47

sci-biology/foldingathome: drop obsolete version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/foldingathome/Manifest |  2 -
 .../foldingathome/foldingathome-7.3.6-r2.ebuild| 81 --
 2 files changed, 83 deletions(-)

diff --git a/sci-biology/foldingathome/Manifest 
b/sci-biology/foldingathome/Manifest
index 46799da4848..4fe151804ae 100644
--- a/sci-biology/foldingathome/Manifest
+++ b/sci-biology/foldingathome/Manifest
@@ -1,4 +1,2 @@
-DIST fahclient_7.3.6-32bit-release.tar.bz2 4014455 SHA256 
c8415aa5a64d6b26e7684327d51f9133d524777d4123ea47138ba86595c37f12 SHA512 
0a49e9cb26659357b4855f5aaf7ef5c078f172af16777d74fb566e7faa61ac0e41185dcd6f06841bf4efe047017e8dc783eae7682a40b921acb436e4d81e6639
 WHIRLPOOL 
0cd8f0b6dcfce297cb70b307887f1d44278c07435f5a067d9f1e83399b3913710d481982033023faf1b9056b63f14eca3b53babe698633de24544c6cdbce5f82
-DIST fahclient_7.3.6-64bit-release.tar.bz2 4349503 SHA256 
e3d48b0d1b64da96601f741e0b9164ea633f1be3fe4407086679bc7c72742079 SHA512 
9995a72549e38724830c403eef188786b137c8669b6121c0ec6c3d29539db9b0f67876adf5c3af64c818ada05f57a0f2ea88a58b73bdfd852c1ed8f09a327583
 WHIRLPOOL 
4e5bccb175dc042a1380c06b96a5d803f36ede50e429d3b1f13b33c872f753bda5acd7f5a3d60a522cb82c7da47313ef95e0c55778cbe94d579a9ecaa22c49cc
 DIST fahclient_7.4.4-32bit-release.tar.bz2 4313096 SHA256 
81f1a1d161d1302a08638f23ebcfd7a163046a5427c49c70651fc8e2f6d8d60e SHA512 
6a660b99c97c83518863ef671ae760b15e3ca33cacfde6485c11b29e98fab15a9d27833ba307c95b39e6ffb7f271cd0c7a47060ec5b8614961e9a5ee46494b3f
 WHIRLPOOL 
6c6c25446e8e118b7931c58643827739691bcb9f1ae67461e6dd72cfc8556f86d49c533669897f6711537ce920680c23d0d496ba75a21047a88708cc93fec314
 DIST fahclient_7.4.4-64bit-release.tar.bz2 4451080 SHA256 
4642ed9b5a06c8ab63106293f6a5ce547f6a96efe85fcd3b8c19d9065ab582df SHA512 
40fc93c4ec682342040a4c7a9fd92dc9d1727ef60af6d3fa3191575719c7e595868f289727561f6902f8374061f7b51dfcf565ac047706336ef4ae9a589ff9a8
 WHIRLPOOL 
4feea83f1e826430943dec0495ce7658408cdaa4671bf1e4d1ec338991dbeb1599f25a4835f3960bea135fe4af7c4e415be6767ea5a0a13f63201c64e6ce6f6e

diff --git a/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild 
b/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild
deleted file mode 100644
index aa1e523b531..000
--- a/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit versionator user
-
-MY_BASEURI="https://fah.stanford.edu/file-releases/public/release/fahclient;
-MY_64B_URI="${MY_BASEURI}/centos-5.3-64bit/v$(get_version_component_range 
1-2)/fahclient_${PV}-64bit-release.tar.bz2"
-MY_32B_URI="${MY_BASEURI}/centos-5.5-32bit/v$(get_version_component_range 
1-2)/fahclient_${PV}-32bit-release.tar.bz2"
-
-DESCRIPTION="Folding@Home is a distributed computing project for protein 
folding"
-HOMEPAGE="http://folding.stanford.edu/FAQ-SMP.html;
-SRC_URI="x86? ( ${MY_32B_URI} )
-   amd64? ( ${MY_64B_URI} )"
-
-RESTRICT="mirror bindist strip"
-
-LICENSE="FAH-EULA-2009 FAH-special-permission"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# Expressly listing all deps, as this is a binpkg and it is doubtful whether
-# i.e. uclibc or clang can provide what is necessary at runtime
-RDEPEND="app-arch/bzip2
-   sys-devel/gcc
-   sys-libs/glibc
-   sys-libs/zlib"
-
-S="${WORKDIR}"
-
-I="opt/foldingathome"
-
-QA_PREBUILT="${I}/*"
-
-pkg_setup() {
-   I="${EROOT}/${I}"
-   einfo ""
-   cat "${PORTDIR}"/licenses/FAH-special-permission
-   einfo ""
-}
-
-src_install() {
-   local myS="fahclient_${PV}-64bit-release"
-   use x86 && myS="${myS//64bit/32bit}"
-   exeinto "${I}"
-   doexe "${FILESDIR}"/$(get_version_component_range 1-2)/initfolding
-   doexe "${myS}"/{FAHClient,FAHCoreWrapper}
-   newconfd "${FILESDIR}"/$(get_version_component_range 
1-2)/folding-conf.d foldingathome
-   newinitd "${FILESDIR}"/$(get_version_component_range 1-2)/fah-init 
foldingathome
-}
-
-pkg_preinst() {
-   # the bash shell is important for "su -c" in init script
-   enewuser foldingathome -1 /bin/bash /opt/foldingathome
-}
-
-pkg_postinst() {
-   chown -R foldingathome:nogroup "${I}"
-   einfo "To run Folding@home in the background at boot:"
-   einfo "\trc-update add foldingathome default"
-   einfo ""
-   if [ ! -e "${I}"/config.xml ]; then
-   elog "No configuration found -- please run ${I}/initfolding or"
-   elog "emerge --config ${P} to configure your client and edit"
-   elog "${EROOT}/etc/conf.d/foldingathome for options"

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

2017-04-21 Thread Ian Stakenvicius
commit: cf4135b2256124c5f2c31a2e6c4cfc4b93c447cb
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 21 15:15:05 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 21 15:15:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4135b2

sci-biology/foldingathome: bump EAPI

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...-7.4.4.ebuild => foldingathome-7.4.4-r1.ebuild} | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-biology/foldingathome/foldingathome-7.4.4.ebuild 
b/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild
similarity index 78%
rename from sci-biology/foldingathome/foldingathome-7.4.4.ebuild
rename to sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild
index d1455b3ed9c..9afa2539eee 100644
--- a/sci-biology/foldingathome/foldingathome-7.4.4.ebuild
+++ b/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 inherit versionator user
 
@@ -34,16 +34,16 @@ I="opt/foldingathome"
 QA_PREBUILT="${I}/*"
 
 pkg_setup() {
-   einfo ""
-   einfo "Special permission is hereby granted to the Gentoo project to 
provide an"
-   einfo "automated installer package which downloads and installs the 
Folding@home client"
-   einfo "software. Permission is also granted for future Gentoo installer 
packages on the"
-   einfo "condition that they continue to adhere to all of the terms of 
the accompanying"
-   einfo "Folding@home license agreements and display this notice."
-   einfo "-- Vijay S. Pande, Stanford University, 07 May 2013"
-   einfo ""
-   einfo "(ref: 
http://foldingforum.org/viewtopic.php?f=16=22524=241992#p241992 )"
-   einfo ""
+   elog ""
+   elog "Special permission is hereby granted to the Gentoo project to 
provide an"
+   elog "automated installer package which downloads and installs the 
Folding@home client"
+   elog "software. Permission is also granted for future Gentoo installer 
packages on the"
+   elog "condition that they continue to adhere to all of the terms of the 
accompanying"
+   elog "Folding@home license agreements and display this notice."
+   elog "-- Vijay S. Pande, Stanford University, 07 May 2013"
+   elog ""
+   elog "(ref: 
http://foldingforum.org/viewtopic.php?f=16=22524=241992#p241992 )"
+   elog ""
 }
 
 src_install() {



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

2017-04-21 Thread Jeroen Roovers
commit: 4060330057ed4f63dfc6e38a7440b7ffa2ede641
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 21 15:04:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 21 15:06:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40603300

dev-libs/tntnet: Fix DESCRIPTION.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/tntnet/tntnet-2.2.1-r1.ebuild | 4 ++--
 dev-libs/tntnet/tntnet-2.2.1.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild 
b/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild
index f437c2a5501..cc25ab03fdf 100644
--- a/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild
+++ b/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools eutils
 
-DESCRIPTION="Modular, multithreaded webapplicationserver extensible with C++"
+DESCRIPTION="Modular, multithreaded web application server extensible with C++"
 HOMEPAGE="http://www.tntnet.org/;
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz;
 

diff --git a/dev-libs/tntnet/tntnet-2.2.1.ebuild 
b/dev-libs/tntnet/tntnet-2.2.1.ebuild
index 8c88cd45570..6102ea7fb03 100644
--- a/dev-libs/tntnet/tntnet-2.2.1.ebuild
+++ b/dev-libs/tntnet/tntnet-2.2.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools eutils
 
-DESCRIPTION="Modular, multithreaded webapplicationserver extensible with C++"
+DESCRIPTION="Modular, multithreaded web application server extensible with C++"
 HOMEPAGE="http://www.tntnet.org/;
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz;
 



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

2017-04-21 Thread Manuel Rüger
commit: 6729a35619f9c5db1ae96ecc053a5a80aaa669b8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 21 15:04:30 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 21 15:04:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6729a356

app-emulation/docker-runc: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/docker-runc/Manifest |  2 -
 .../docker-runc-1.0.0_rc2_p20170201.ebuild | 59 --
 .../docker-runc-1.0.0_rc2_p20170222.ebuild | 59 --
 3 files changed, 120 deletions(-)

diff --git a/app-emulation/docker-runc/Manifest 
b/app-emulation/docker-runc/Manifest
index 1f40fc22cb0..c4a3d658039 100644
--- a/app-emulation/docker-runc/Manifest
+++ b/app-emulation/docker-runc/Manifest
@@ -1,4 +1,2 @@
-DIST docker-runc-1.0.0_rc2_p20170201.tar.gz 560793 SHA256 
11f69923a786efb82b65d9f1eec0ac665a985e631a67f3f4d466dac720efacdd SHA512 
8c19a02a55108cef36cbd1ff739a3c8e2962d188c426517fce91483ec525546d39c14072f0a0f2471b6b70a05cf6c1f0e99cfeb5e87203fcbae955bd5f5bd16b
 WHIRLPOOL 
8a1f44234c668aca5c53e401ce80e2c297ad9c7ed0b10d782494e93020f824e6d5e3a00be221f1ff5d039df998c43556228503788181a45256d91278dd005721
-DIST docker-runc-1.0.0_rc2_p20170222.tar.gz 560798 SHA256 
ab7913b8062f77c0a2b16ae335d74eb78aa85e8d4dcccbf0793b14caf1a3f0b2 SHA512 
1ea7ed8a98b2cbc508933608d7dc16b26c1507021200691e66fa61d4c567a5437aafae8b9710bf29ba94a8c4853de7f9e38e9e09de9a358a68e0e431771a13cc
 WHIRLPOOL 
e198528c956de5921ac5fa4395d0391d4b94413b46d82596bc47c525365e80b3b839df07b7f63642ad7d9c6f078c265f6e0d16397dba086c152e50ee0ebdb7be
 DIST docker-runc-1.0.0_rc2_p20170308.tar.gz 561400 SHA256 
bdd0fc0b5db42bb1fc439d5a5d6347d97b285e676559afb620ffd9f62fc1de26 SHA512 
f17c7ff09578573a161f14616446e74d92d66039c1462bce23ea507b151eb66ede12d2ca583d3dace21d186a80bdadf222fc180bf1123e29c68e43f2f2d949c8
 WHIRLPOOL 
f6853ccdd09ca1481828b20e64403151cd9c5d46ceb81c50e884d47e18f8594c21bf53102b252852b259b6b0186f54f070fb7f3c7e4447123cbf05aa69233035
 DIST docker-runc-1.0.0_rc2_p20170310.tar.gz 561483 SHA256 
b5c50d7d9a5f610d5424f96196efa306ec708fd9299302dd919545099c16b7c1 SHA512 
225a37b4a3a79ff0d7a3e74b997f6e5547e270d02c58e65ccb5ea2d81771c489378727bd6abf2f445ea94c2e7717e2991da9fb4cab74327fd57c0e6218143cc3
 WHIRLPOOL 
ecf6ee1d2ed977b74d0d5d5dbf3ff2cc96728bd680a13c58f715dea2401002b0da461d6d2d9ac6af35f290a356821b19175e6f5004fa25b3c8d82eca69d87965

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170201.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170201.ebuild
deleted file mode 100644
index e91b71ecd35..000
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170201.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN/docker-}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="9df8b306d01f59d3a8029be411de015b7304dd8f"
-   RUNC_COMMIT="9df8b3" # Change this when you update the ebuild
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="runc container cli tools (docker fork)"
-HOMEPAGE="http://runc.io;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor hardened +seccomp"
-
-RDEPEND="
-   apparmor? ( sys-libs/libapparmor )
-   seccomp? ( sys-libs/libseccomp )
-   !app-emulation/runc
-"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-RESTRICT="test"
-
-src_compile() {
-   # Taken from app-emulation/docker-1.7.0-r1
-   export CGO_CFLAGS="-I${ROOT}/usr/include"
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
-   -L${ROOT}/usr/$(get_libdir)"
-
-   # Setup GOPATH so things build
-   rm -rf .gopath
-   mkdir -p .gopath/src/"$(dirname "${GITHUB_URI}")"
-   ln -sf ../../../.. .gopath/src/"${GITHUB_URI}"
-   export GOPATH="${PWD}/.gopath:${PWD}/vendor"
-
-   # build up optional flags
-   local options=(
-   $(usex apparmor 'apparmor')
-   $(usex seccomp 'seccomp')
-   )
-
-   emake BUILDTAGS="${options[*]}" \
-   COMMIT="${RUNC_COMMIT}"
-}
-
-src_install() {
-   dobin runc
-}

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170222.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170222.ebuild
deleted file mode 100644
index fad3f4a550e..000
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170222.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN/docker-}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   

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

2017-04-21 Thread Manuel Rüger
commit: d48807c2d07f2564631671560b41bd726d34ecc6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 21 14:51:16 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 21 14:51:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48807c2

www-servers/caddy: Version bump to 0.10.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-servers/caddy/Manifest| 14 +
 www-servers/caddy/caddy-0.10.0.ebuild | 57 +++
 2 files changed, 71 insertions(+)

diff --git a/www-servers/caddy/Manifest b/www-servers/caddy/Manifest
index 1974bd1f0af..5abaa123bb0 100644
--- a/www-servers/caddy/Manifest
+++ b/www-servers/caddy/Manifest
@@ -1,22 +1,36 @@
+DIST caddy-0.10.0.tar.gz 317690 SHA256 
9b24aa904dd616ca05b6654bec991df88f5c9eb898ed80356de0e6cad6ec3005 SHA512 
9d03160fccd0d96a1f40835369a84a4b550266c5782618dccaac79391081d7227d1e98147316e819b258854b1bc984ff9ad27be5ac01ac0575234a221a337dfc
 WHIRLPOOL 
56695a6af8f03d6ff35de453f6e53d7bfa24b31b24dccf8db190fe59f5150d4fe019c06a539d7ccef3ccab9f6538b57b5dbf21ac0bd6ae432894b35244316c17
 DIST caddy-0.9.5.tar.gz 287976 SHA256 
6d602e6009ff14cfe7cccea470f9c4cb5ea10865f137293435b35122333b72c2 SHA512 
c4def1a7cbd26c5eba2cdaf0c4c069d07186ce1f17415e15bf86de509ab4f61c7a45042dbdcd8461892e0f166cdb892b9c024a2b4723b58e75c74564582fd59c
 WHIRLPOOL 
0f9517e3ac01feb74500d5ebb6e4f0cb54ac606af1e909b21ab80e06e48762e946f3b1ecba2aabfef95f0f8da255f5b519571c26bc5662360eb30c31b6788994
+DIST 
github.com-dustin-go-humanize-259d2a102b871d17f30e3cd9881a642961a1e486.tar.gz 
14645 SHA256 6ef8016f34307106e14fb5cc7f43ec43a537e86435f6649ff3f69d8480764ee2 
SHA512 
63e2d444131525ea5547c7b9b27a067ff9ae1105d705bf9d3aa5ed399ecc42aa35a6d5a1faba8ff905ababc9766bec3e352bef176efa23d04c391c7d829db2a3
 WHIRLPOOL 
35ae420c2f6662f3cfd23ab4d2739d9e6cabc702a6256cdb2614cdd2b63e8f5d7583ae50566a31a8228595d94d71a79b5012beb751c82ef5ab9f09ec7fbfd563
 DIST 
github.com-dustin-go-humanize-7a41df006ff9af79a29f0ffa9c5f21fbe6314a2d.tar.gz 
14607 SHA256 7694e4fc626b0c567a1b645f64b0cea26d0e4cb82e663c053537868ea382fe9d 
SHA512 
703767e520ae14b7db0b8c6b22f4f9a895aba5b8644dd0d6572716cd930a5db34f4ef6ca1f0c2da323e03b090c8704dacb13ffde6844e2f45193441cc7ab4f37
 WHIRLPOOL 
497d60c60cc599abddb2ef7b3348a9771ad36b388b6dbc65d597da9875d10b24d0dc85c40cdcd5bb892db52a193af521d7269a56fe802d269c82d3ad0e45f806
 DIST 
github.com-flynn-archive-go-shlex-3f9db97f856818214da2e1057f8ad84803971cff.tar.gz
 7682 SHA256 e3fdb67b02b6c7698202ef666ecbf7ec8065e4833a27566a3df4c7f063f77566 
SHA512 
7e167dc71a001e85ac72b03921b0749045fe457d181127f6b4b46a3e1e0d4d968bd1535572518d79e0b5119b796e25c3bbce00217419c890f71452a0e80125a6
 WHIRLPOOL 
ab04be6b491b98506c24e17bfcde87c094a3de07287685c3ccd8acbb0f587099fe850a0aaf48476048481b49b5e48e53877ca060a825c696bc7b07325fc1ff01
+DIST github.com-flynn-go-shlex-3f9db97f856818214da2e1057f8ad84803971cff.tar.gz 
7682 SHA256 e3fdb67b02b6c7698202ef666ecbf7ec8065e4833a27566a3df4c7f063f77566 
SHA512 
7e167dc71a001e85ac72b03921b0749045fe457d181127f6b4b46a3e1e0d4d968bd1535572518d79e0b5119b796e25c3bbce00217419c890f71452a0e80125a6
 WHIRLPOOL 
ab04be6b491b98506c24e17bfcde87c094a3de07287685c3ccd8acbb0f587099fe850a0aaf48476048481b49b5e48e53877ca060a825c696bc7b07325fc1ff01
 DIST github.com-go-yaml-yaml-a3f3340b5840cee44f372bddb5880fcbc419b46a.tar.gz 
60814 SHA256 0904953c06aa32c6691cec2390437f7d4d62c71f37d72f50d110a6577c87963b 
SHA512 
184a0e658a4eac3b867533cd0e494bd84db94fbe10e8df0d0b755c7ffc95bc99e2f84c0157183ca74cdc79289a85dcf7f1dea8a4c89a253565baf473b3627eae
 WHIRLPOOL 
c9113048502f65a4036bbfbd4f072b27b41f68547e682d1e1496ae73c65c30b1470061d1f99d17e6b4a373e59e07568b460ad5396eb4b1f16079da077aa8382f
+DIST github.com-go-yaml-yaml-cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b.tar.gz 
60805 SHA256 11a6ce686bb70ab92020f2dffadc2e024e267a6564a62b0091e2974474c7f88d 
SHA512 
268498022f34c4b59b5b75443ee10fd4273203f4b77bfa11b08a792c004cf13e3010c34b4c15cee2b4e7f3c910648d9897700f60ab00b327d78c49e97497fe2b
 WHIRLPOOL 
b2d18dc7354fa6e4819c2b1437e3dce55212fbf6e907361b82bfefc0b2306f12cbf70560c3819e2a81426e538949f05be01c6b8b3f3e53a3aa6daf828e95d537
 DIST github.com-golang-crypto-453249f01cfeb54c3d549ddb75ff152ca243f9d8.tar.gz 
1305950 SHA256 cb376694f8e583a3ed25111ee0ab1d6c16d28f5cfb2c4a5850c1b193bd81dbed 
SHA512 
60b6aa64e7e671ec6a732021f0022580b95002ebd9c89876be5935342c561739b388a77d7e5ff70625e0933c4f4c4fa3d1c1ccf5e4532f44538035c945acb606
 WHIRLPOOL 
722e02458be59220c73235e0b508b1f54d513fc0819de189cbcf762b8b8ccac4a1a7bde1d003296aa475feec1ab26c5705c1a9fccbf6ca046cba3984175486fd
+DIST github.com-golang-crypto-96846453c37f0876340a66a47f3f75b1f3a6cd2d.tar.gz 
1331260 SHA256 631b5bfb4e4b7ab15522e2e36866da841cd3be7c8e22b1ac22e20aa73239934a 
SHA512 
f4e8bf9a069e9a7c2715bb3b965572c0001af199ca6672f724d49db46917395135ecdd520915bc2eff78e096ea69c41f1da638c84522133f59f91b0591c6
 WHIRLPOOL 

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

2017-04-21 Thread Manuel Rüger
commit: c5152842404c7814d9cb2070341882c6d09355b8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 21 15:02:47 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 21 15:02:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5152842

net-analyzer/prometheus: Version bump to 1.6.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/prometheus/Manifest|  1 +
 net-analyzer/prometheus/prometheus-1.6.1.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/net-analyzer/prometheus/Manifest b/net-analyzer/prometheus/Manifest
index 6f07183c2ee..d849d2c74b6 100644
--- a/net-analyzer/prometheus/Manifest
+++ b/net-analyzer/prometheus/Manifest
@@ -1,3 +1,4 @@
 DIST prometheus-1.5.0.tar.gz 5182830 SHA256 
f8eae5f4c51fdd73ceec08fc4895e695b6b02b581aa95e742e0f48f5aefc5537 SHA512 
e90ae333c15335d449332487f6bf3d6a64d356208604850ece7ea8568e7e78f500dfc92219e11d57a01231671586de8c76173254b97fcb92fc14787c8c2a2ed7
 WHIRLPOOL 
42f2f93bdb04c2fa788c17bc4cd2be9b1c3a1de274c01cbba05b2623d902ef236a78092a1e45eb510fe9fdb20f68ab9b82fe1a958b7cc85e240efa0f1e387b06
 DIST prometheus-1.5.1.tar.gz 5181576 SHA256 
5b8e61edc6b192a5b036fb1e76edcfc8948dbb1bfb05669fab49fdbb37349991 SHA512 
3db32bcf0a0d0b0ee010b990167571547ffa90f69a94fe41fa91ac9762e66ce167866a53c54d7aeb46e2f9bd03466a287d9476458c18267d3c45d1a3a358ec5e
 WHIRLPOOL 
cd98b4cf587634fc011a78b722012e770d5e5104f54725441f23ea1ed1eb861534780943f6bb9a5277f629f7663a926e1c2ae103014925fe9b34d43581cfc0d7
 DIST prometheus-1.5.2.tar.gz 5183537 SHA256 
c4881cc305263cc8da434be69a20aa039386d4feab5e58f8b89a60bfe8b556ac SHA512 
5a08b26228b111c65431c0afce082962109f80435a5201ca0dd8883ba300da1f28865231c4182235df7ce4e2baa5b01d6a41cbb7ce29d9cb9f2e2853a2de81d4
 WHIRLPOOL 
a8c2cb3ebd6a210316433a4ff63d18ac13ed196e297384d49e39da2ef88f49a01341af8c17ee5fa3090a3870a5b854c51fded90783afc2b08ebba83466ead856
+DIST prometheus-1.6.1.tar.gz 5220870 SHA256 
ecc9ce94fce45994c23b76eb0c5acbb1b942513be601872c8cd74d0821450c5e SHA512 
c4d4604e23fcd6cecb408c5688a28f96a96145b9be7799ca64a1b31b6993a014450bb009f5eea342728aa099c70eeef8bcec65cc7ccf326cd5f71e9edcb22052
 WHIRLPOOL 
74ec10d2fa8c833dbde370a399f0b7bda07bd4b9b4fc19958246eb81cfd8e17fb90d1e283791d200cbe3c4b6dfcd5a8ed9d705a5b7c4112a152f385d7d5b5a44

diff --git a/net-analyzer/prometheus/prometheus-1.6.1.ebuild 
b/net-analyzer/prometheus/prometheus-1.6.1.ebuild
new file mode 100644
index 000..77a98ced6dc
--- /dev/null
+++ b/net-analyzer/prometheus/prometheus-1.6.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/prometheus/prometheus/..."
+EGIT_COMMIT="v${PV}"
+PROMETHEUS_COMMIT="4666df5"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=dev-lang/go-1.8
+   dev-util/promu"
+
+PROMETHEUS_HOME="/var/lib/prometheus"
+
+pkg_setup() {
+   enewgroup prometheus
+   enewuser prometheus -1 -1 "${PROMETHEUS_HOME}" prometheus
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/{{.Revision}}/${PROMETHEUS_COMMIT}/" 
src/${EGO_PN%/*}/.promu.yml || die
+}
+
+src_compile() {
+   pushd src/${EGO_PN%/*} || die
+   GOPATH="${S}" promu build -v || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN%/*} || die
+   dobin promtool prometheus
+   dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+   insinto /etc/prometheus
+   doins documentation/examples/prometheus.yml
+   insinto /usr/share/prometheus
+   doins -r console_libraries consoles
+   dosym ../../usr/share/prometheus/console_libraries 
/etc/prometheus/console_libraries
+   dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
+   popd || die
+
+   newinitd "${FILESDIR}"/prometheus.initd prometheus
+   newconfd "${FILESDIR}"/prometheus.confd prometheus
+   keepdir /var/log/prometheus /var/lib/prometheus
+   fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
+}



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

2017-04-21 Thread Alexys Jacob
commit: 9bb337e45134d74d4ddc9150ea136dee7f559fa3
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Apr 21 14:43:05 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Apr 21 14:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb337e4

sys-cluster/keepalived: version bump fix #604750

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-cluster/keepalived/Manifest|  1 +
 sys-cluster/keepalived/keepalived-1.3.5.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index 16803540f75..6c62917142c 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -4,4 +4,5 @@ DIST keepalived-1.2.2.tar.gz 249557 SHA256 
4c05dbd149af120506b4f3a66b4016e30d9ad
 DIST keepalived-1.2.22.tar.gz 472770 SHA256 
0e386ec0bcad19c202330020a58a0d10b82ca9c107e4d07913664f93cd3df42a SHA512 
41b13341cd516e9d6b688d8275271040e6847f62cc3cd488b6a7cf2c200fc06b0efd2f86dfa7a39af4e72157042494f00b60476d1feb6648aae0df0a1a3c5cbf
 WHIRLPOOL 
0f4f882e12c410bc37dbf67e1b5a145e8e04b8da36c73ca3d1eccfec1e96bfaab0d533ed09599219e9bcb41132f62c8d0fe259584bc2d7944bb778cb824cb4e5
 DIST keepalived-1.2.23.tar.gz 476278 SHA256 
19e432bcf10ff3e801aa87acf84113a0b57d31524c3ca8866f13ffeb0475d910 SHA512 
5879965990f5ad54493d2aa85fbd11ad486d76fe00848c63d293240d7d19ced81ff4f1e4a51cea5b85632b74e800eadd1cf4b2a8fa106abec896a1739f68336a
 WHIRLPOOL 
b32c9d95209f92835d65a4f3f3b9685b0c6abb60067284c4ebee790c647caed180f55e7b5329efba591e1d9a4c381909c222dbae37c9299494d55be1fae6
 DIST keepalived-1.2.24.tar.gz 601873 SHA256 
3071804478077e606197a2348b5733d7d53af2843906af5e0d544945565c36ef SHA512 
a5e555dd955173887896155a04b1f6bb0c2f2a758008472abd5433b057be3fd85e4f270a7b7eb2f36a1c16e46b235ef930b1844938276528ff61bbdd783bb1f5
 WHIRLPOOL 
03bb40cc499139679a5ca1446334459ef92e8acabce1d7359a30330d2afedc6f425e0226c0f98cabebe05310aac538f503c49627ed46091f132f042213392c5d
+DIST keepalived-1.3.5.tar.gz 683183 SHA256 
c0114d86ea4c896557beb0d9367819a423ffba772bc5d7c548dc455e6b3bd048 SHA512 
ebd710167becd4b99b665877953d19477c11f1d1c736eb580a05dedd4946363b756553e20607f34aa6c35f57b7252d8a22287beedc316b62a745fccc4243a720
 WHIRLPOOL 
4dfe73c20b3c7d40a1e1c4af85754df1ac494e8ada213e9b642197cfba0cd32acee7e17f7f9aec86c72fce8a8a01b36b464e649d6e4b8678a6246486d1468cb1
 DIST keepalived_1.2.2-3.diff.gz 9856 SHA256 
104213b98e80c5de7c04ff0a409b88c6aad30f727516f26871fa77dcbdc74aa6 SHA512 
d42dc7c591e4134e155e4e8db3cb7ccbf5098f02f09cb9ecfc5b18c43f8c497360018e4584b7f77169b15ca0b28ec84f340dd5c336fc53e3338c62bce0fe1478
 WHIRLPOOL 
4eefb8765fc78365472687af6d2742c1cdb3eb2ee0e3d0570e5c82e478054547797aaa823786bae73a31bc4b752c334ab6e4784f86f457b140b01ef9a72336aa

diff --git a/sys-cluster/keepalived/keepalived-1.3.5.ebuild 
b/sys-cluster/keepalived/keepalived-1.3.5.ebuild
new file mode 100644
index 000..3b9a251008b
--- /dev/null
+++ b/sys-cluster/keepalived/keepalived-1.3.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server 
project"
+HOMEPAGE="http://www.keepalived.org/;
+SRC_URI="http://www.keepalived.org/software/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="dbus debug ipv6 snmp"
+
+RDEPEND="dev-libs/libnl:=
+   dev-libs/openssl:=
+   dev-libs/popt
+   net-libs/libnfnetlink
+   sys-apps/iproute2
+   dbus? ( sys-apps/dbus )
+   snmp? ( net-analyzer/net-snmp )"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-4.4"
+
+DOCS=( README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
+   doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt )
+
+src_prepare() {
+   eautoreconf
+   default
+}
+
+src_configure() {
+   STRIP=/bin/true \
+   econf \
+   --with-kernel-dir=/usr \
+   --enable-sha1 \
+   --enable-vrrp \
+   $(use_enable dbus) \
+   $(use_enable dbus dbus-create-instance) \
+   $(use_enable debug) \
+   $(use_enable snmp)
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/keepalived.init keepalived
+   newconfd "${FILESDIR}"/keepalived.confd keepalived
+
+   use snmp && dodoc doc/KEEPALIVED-MIB
+
+   docinto genhash
+   dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
+   # This was badly named by upstream, it's more HOWTO than anything else.
+   newdoc INSTALL INSTALL+HOWTO
+
+   # Security risk to bundle SSL certs
+   rm -f "${ED}"/etc/keepalived/samples/*.pem
+   # Clean up sysvinit files
+   rm -rf "${ED}"/etc/sysconfig "${ED}"/etc/rc.d/
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/, sys-cluster/keepalived/files/

2017-04-21 Thread Alexys Jacob
commit: 03ff70df20c3af6fd7a07d0a381c45db6b61ed18
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Apr 21 14:45:39 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Apr 21 14:45:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ff70df

sys-cluster/keepalived: ebuild cleanup, drop old unsupported

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-cluster/keepalived/Manifest|   6 --
 sys-cluster/keepalived/files/conf-keepalived   |   6 --
 sys-cluster/keepalived/files/init-keepalived   |  43 
 ...palived-1.1.20-do-not-need-kernel-sources.patch | 110 -
 .../files/keepalived-1.2.2-bind-afunspec.patch |  13 ---
 .../keepalived-1.2.2-fix-ipv4-addr-compare.patch   |  23 -
 ...eepalived-1.2.2-libipvs-fix-backup-daemon.patch |  51 --
 .../files/keepalived-1.2.2-libipvs-fix-ipv6.patch  |  33 ---
 sys-cluster/keepalived/keepalived-1.2.15.ebuild|  63 
 sys-cluster/keepalived/keepalived-1.2.19.ebuild|  62 
 sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild  |  66 -
 sys-cluster/keepalived/keepalived-1.2.22.ebuild|  64 
 sys-cluster/keepalived/keepalived-1.2.23.ebuild|  64 
 13 files changed, 604 deletions(-)

diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index 6c62917142c..0a1593bc818 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -1,8 +1,2 @@
-DIST keepalived-1.2.15.tar.gz 345471 SHA256 
47db44d78549da704e0794198bfc874be65ca570d15429a6a5c23b8d91109aa9 SHA512 
f640e3f2694d359ebb24addb55c48c9ca877fa64daac5e73b4a251bf2a531705a8e02a34d7ee95cd96ad70a282c96f5102d3ce4baa2be90e6df2c8d910551b78
 WHIRLPOOL 
3273e2d1cdaf8c5ca468e536472c6c781ed4cf78035b559f68693b935eeae04b28204f51e983d9066f294f63dbb05b9d8d77f8c7cb647c77abbd99c6a8f65561
-DIST keepalived-1.2.19.tar.gz 330164 SHA256 
32fbae732c1cd854cacd7a930d4a26f5bad6372cdecb5e3139f0c17e87493853 SHA512 
d2848726aa97bbd5a3be3e667314a453d26572ef6d14f5f606395a203ceab7bce8a6c63e3b5ebb05c83d75a5491b77f1fa4e3042cd919d7d673c3595ec829974
 WHIRLPOOL 
d99f2ec52b952d8f5d79486e01c58fe6b15e22fe8279a56384958c5597ed031d217495518388efb33ece3170c56220836bcda7c998777deb81d348d0e9fd146a
-DIST keepalived-1.2.2.tar.gz 249557 SHA256 
4c05dbd149af120506b4f3a66b4016e30d9ad112e4c26a602e28c366705de8c0 SHA512 
1ac581c94be846822ef0ea7f3d2084b4a64ebc2cf77f9e41248169daa3319adcdeb8bd2bef2b3ce6630ae620f4b2ab7e9e949881d7efcc3d359004f0ff316ae8
 WHIRLPOOL 
13ad7a3f97619951f40dd3a7e43253d218b8bb9515c4b9c551125df2d6d6fe1cbf2761e88b54733498adf782aeae10f55ee267c58c297f1765fa86939edc1a00
-DIST keepalived-1.2.22.tar.gz 472770 SHA256 
0e386ec0bcad19c202330020a58a0d10b82ca9c107e4d07913664f93cd3df42a SHA512 
41b13341cd516e9d6b688d8275271040e6847f62cc3cd488b6a7cf2c200fc06b0efd2f86dfa7a39af4e72157042494f00b60476d1feb6648aae0df0a1a3c5cbf
 WHIRLPOOL 
0f4f882e12c410bc37dbf67e1b5a145e8e04b8da36c73ca3d1eccfec1e96bfaab0d533ed09599219e9bcb41132f62c8d0fe259584bc2d7944bb778cb824cb4e5
-DIST keepalived-1.2.23.tar.gz 476278 SHA256 
19e432bcf10ff3e801aa87acf84113a0b57d31524c3ca8866f13ffeb0475d910 SHA512 
5879965990f5ad54493d2aa85fbd11ad486d76fe00848c63d293240d7d19ced81ff4f1e4a51cea5b85632b74e800eadd1cf4b2a8fa106abec896a1739f68336a
 WHIRLPOOL 
b32c9d95209f92835d65a4f3f3b9685b0c6abb60067284c4ebee790c647caed180f55e7b5329efba591e1d9a4c381909c222dbae37c9299494d55be1fae6
 DIST keepalived-1.2.24.tar.gz 601873 SHA256 
3071804478077e606197a2348b5733d7d53af2843906af5e0d544945565c36ef SHA512 
a5e555dd955173887896155a04b1f6bb0c2f2a758008472abd5433b057be3fd85e4f270a7b7eb2f36a1c16e46b235ef930b1844938276528ff61bbdd783bb1f5
 WHIRLPOOL 
03bb40cc499139679a5ca1446334459ef92e8acabce1d7359a30330d2afedc6f425e0226c0f98cabebe05310aac538f503c49627ed46091f132f042213392c5d
 DIST keepalived-1.3.5.tar.gz 683183 SHA256 
c0114d86ea4c896557beb0d9367819a423ffba772bc5d7c548dc455e6b3bd048 SHA512 
ebd710167becd4b99b665877953d19477c11f1d1c736eb580a05dedd4946363b756553e20607f34aa6c35f57b7252d8a22287beedc316b62a745fccc4243a720
 WHIRLPOOL 
4dfe73c20b3c7d40a1e1c4af85754df1ac494e8ada213e9b642197cfba0cd32acee7e17f7f9aec86c72fce8a8a01b36b464e649d6e4b8678a6246486d1468cb1
-DIST keepalived_1.2.2-3.diff.gz 9856 SHA256 
104213b98e80c5de7c04ff0a409b88c6aad30f727516f26871fa77dcbdc74aa6 SHA512 
d42dc7c591e4134e155e4e8db3cb7ccbf5098f02f09cb9ecfc5b18c43f8c497360018e4584b7f77169b15ca0b28ec84f340dd5c336fc53e3338c62bce0fe1478
 WHIRLPOOL 
4eefb8765fc78365472687af6d2742c1cdb3eb2ee0e3d0570e5c82e478054547797aaa823786bae73a31bc4b752c334ab6e4784f86f457b140b01ef9a72336aa

diff --git a/sys-cluster/keepalived/files/conf-keepalived 
b/sys-cluster/keepalived/files/conf-keepalived
deleted file mode 100644
index e739cced3db..000
--- a/sys-cluster/keepalived/files/conf-keepalived
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# 

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

2017-04-21 Thread Michał Górny
commit: b1aa4a1c082d559447af66e397c5e9aa5f057008
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 13:56:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 21 14:12:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1aa4a1c

dev-lang/python-exec: Clean old versions up

 dev-lang/python-exec/Manifest|   4 -
 dev-lang/python-exec/python-exec-2.0.1-r1.ebuild |  36 --
 dev-lang/python-exec/python-exec-2.0.2.ebuild|  36 --
 dev-lang/python-exec/python-exec-2.1.ebuild  |  39 ---
 dev-lang/python-exec/python-exec-2.4.3.ebuild| 133 ---
 5 files changed, 248 deletions(-)

diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest
index d8beb034176..d5ee25f0081 100644
--- a/dev-lang/python-exec/Manifest
+++ b/dev-lang/python-exec/Manifest
@@ -1,6 +1,2 @@
-DIST python-exec-2.0.1.tar.bz2 80965 SHA256 
3eddcb0d6c682a5c182c62578bb8d6ce1140a009873747e9ba1bf9de72ed7efd SHA512 
0396e2617c759a66b16e57b0ca60b57e03f3c8096ae4a7f2e402eafcbee4ffd839bf0c6e4d259c6ba90940f9ba7e3f191125e395080cce3ef82e5f52053d0462
 WHIRLPOOL 
50c0cac1c7e2b5d2a21125647874c83caeabee293b87ef01926474d492b79b7837754c2d26173282977e9d00024559bb070f8d76bb5227df1776e937cd280c32
-DIST python-exec-2.0.2.tar.bz2 82217 SHA256 
c411638fe94953c1e8ff57e7b66f601a817633fbc9cb7d410982778042051bb0 SHA512 
96198dda88a73b902d617a32f10ddf2ac981b1871fb5eaf5003d77453df8a0aacf299c39c6e49ebaa620994a30e57ee7a1128fb4ba41aa4f503031fa2addef7f
 WHIRLPOOL 
603b494c7b87f0f3f0cfba35378e1a2e231879a01b730657e09ecf798957fa4dfd54a6d852074c2aa9ae3c15e5d1d3203584b8a120e5dd0dee2117319706a5ce
-DIST python-exec-2.1.tar.bz2 82167 SHA256 
adac4e9ae677ca0fbb9efc55573ecbb0e8361ed7a60a5241e7abc1056fba06ad SHA512 
cadfb7723aa412caec4a449909769b14a800c19650c64768b0ffb30b2c0645e70c9a039f960f3263c6c18490bb73c0129b83a72c7407f558bcaf3652cc4c8bcf
 WHIRLPOOL 
72b73b216faf7caa8afbc3ce316771bd832e468cf84835267dc3833d5c52fce24578e09f2d3aa8a322f324426eda5e53bd9611711ea976679574b2be764c2525
-DIST python-exec-2.4.3.tar.bz2 86815 SHA256 
581aa0c033632269d553754440d4017c21afc1c1500fd8951de093bc715c63fb SHA512 
37fb7f915a2848699e9fca4e09d167b6d6aa192e3c374d7f01aec09529b5f1346ce2c45139f4e8f68b53e3f197b4d77b7f58519b012c117dd5ec8535a43fbe34
 WHIRLPOOL 
117564deb6f35387757ebbbff96d0325d5979d2933bbfca184cde0170cdd923bf9fa71ba76f234b098df12f006b6f8b5ba388416692ceff56ec7c16173777ab6
 DIST python-exec-2.4.4.tar.bz2 86945 SHA256 
cdc780764bce79047ab047160156c5dc3bf5728d9c59cf1ed904fdf12638d60b SHA512 
26b76960430dc3b2b79aab5e8a72498144d4e78bed5291fe9361afe081f0e8d70049a74ec29384cb0fc199f76c23499324d2eddcaea521ef33d88e61b1b674f9
 WHIRLPOOL 
791fd9732179d17bf5cd981956759e7c25e1e1dcbaf6fdfb05cf4fed8d4f44490740aaa5b4d38335a72128f8fdea0f6ab2e34c331a2b7f6b0897aa7eaa1f0c48
 DIST python-exec-2.4.5.tar.bz2 87137 SHA256 
8649def42af569cc65598da6af49e554351dc138ccc8a96198c2a425494a8559 SHA512 
8c1a520c565afa775cad0e8b88248b688814664e588f683fc2b2c039ee0494b168ebd3cd1042b8b7fe2583f287cf55b22ea0585bfb43efe2f8450d809cde0b21
 WHIRLPOOL 
5de79c34c31eee131799524a8ad19262a1455d59ee4db0cc99468820fe142c864f10999834734b70a6d6868ead97e2d389e83dc1679248e862b02b332a177954

diff --git a/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild 
b/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild
deleted file mode 100644
index d7d142a6ce4..000
--- a/dev-lang/python-exec/python-exec-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# Kids, don't do this at home!
-inherit python-utils-r1
-PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
-
-inherit autotools-utils python-r1
-
-DESCRIPTION="Python script wrapper"
-HOMEPAGE="https://github.com/mgorny/python-exec/;
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!https://github.com/mgorny/python-exec/;
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!https://github.com/mgorny/python-exec/;
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos 

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

2017-04-21 Thread Michał Górny
commit: 94dd12f5fb8a3e3d5c1a20e71a6eda3c63467720
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 13:57:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 21 14:12:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94dd12f5

app-admin/python-updater: Clean old versions up

 app-admin/python-updater/Manifest  |  3 --
 .../python-updater/python-updater-0.11.ebuild  | 37 --
 .../python-updater/python-updater-0.12.ebuild  | 37 --
 .../python-updater/python-updater-0.13.ebuild  | 37 --
 4 files changed, 114 deletions(-)

diff --git a/app-admin/python-updater/Manifest 
b/app-admin/python-updater/Manifest
index 1786d0db62f..d172ff88fcd 100644
--- a/app-admin/python-updater/Manifest
+++ b/app-admin/python-updater/Manifest
@@ -1,4 +1 @@
-DIST python-updater-0.11.tar.bz2 9355 SHA256 
5c88b2a56febe67e783855a1c51c4c89637e948704834ad1f5d1b6e46cc4a7b8 SHA512 
613d0b772faed65690b3999fb557f4414926f72f2f6084cf2e91c225a036df8c1a3c73e4fa6feac191cb7ac89035d3bcae9a6b23f479e2cf63d69bb8c57217fe
 WHIRLPOOL 
9eab112192a3515e71d4971b89282d3f9725629af5b4db6a090d74f4c3dc9421dbfbc9c6c0393b3d6387d4926b1eb1bbc6291ac18ae31e86ecfeb37cfba68b14
-DIST python-updater-0.12.tar.bz2 10323 SHA256 
9df20f8e4acb18428f649ca944e9f6875125d996df6a72f0dab4e1f4b51ffe72 SHA512 
6bb092ab52274f22edce479c2efafb3ad96c8969ecf0e72a99c5c6dc2755c6caf9bfaacbcb745a8839b79c891c6356b6cfcba08ce117061a0e6d17d3d43ff3fd
 WHIRLPOOL 
86659c9b5a4f9752416342ed09e710a70133f7b69e61f707d1800f4008db63770b4252a3c56047a9db37319963558872ea8618fc00f44f4fc4da4b800c62
-DIST python-updater-0.13.tar.bz2 10384 SHA256 
9123cdb538f3f05f20562acb1e6bb4f568061f3b6d866b31edb24da325bfbbbe SHA512 
5c75cd76e18d19a6d4fdec902d47cccf41d61fd9b6d40c6c22b4579e826130ebdf00c8da57b6ba2752ff10832f5fcebb9a0a2dbeef03551add0382f57b15ac5a
 WHIRLPOOL 
bf804db9ac5dcd7aea9141c43378b0c5d938d5a984c9fe73fb9d8db1933354270a2cf74e5ea49066cb5c2fae1e60590638abf9a79cb9394bcbe9c3487cde9af7
 DIST python-updater-0.14.tar.bz2 10354 SHA256 
78b8a8680ef2a64baf2e1a3624694967ea119109f9c171106b93e02661f3ba4a SHA512 
6d5589326a1dc1cb83c42a0d1cdadce4e33ee25a1699e93475d5167666f06fda900822fa3f5657c473999860a36cfb6f6dd1312b66695e47ad3035404e26b9db
 WHIRLPOOL 
6d839525fabdf19f8fc729bc341cb13bfdec2a5f96eff9524ea8af018987c86d284aa7a52a6c1f32aac34403f0fef47a9a7e6963b91282529bc30997c6d2666b

diff --git a/app-admin/python-updater/python-updater-0.11.ebuild 
b/app-admin/python-updater/python-updater-0.11.ebuild
deleted file mode 100644
index cd73f4e5860..000
--- a/app-admin/python-updater/python-updater-0.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-2
-fi
-
-DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
-HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"
-else
-   SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="$([[ "${PV}" == "" ]] && echo "sys-apps/help2man")"
-RDEPEND="|| ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 )"
-
-src_compile() {
-   if [[ "${PV}" == "" ]]; then
-   emake ${PN}.1 || die "Generation of man page failed"
-   fi
-}
-
-src_install() {
-   dosbin ${PN}
-   doman ${PN}.1
-   dodoc AUTHORS
-}

diff --git a/app-admin/python-updater/python-updater-0.12.ebuild 
b/app-admin/python-updater/python-updater-0.12.ebuild
deleted file mode 100644
index 8e2df7dfc60..000
--- a/app-admin/python-updater/python-updater-0.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-fi
-
-DESCRIPTION="Script used to reinstall Python packages after changing active 
Python versions"
-HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git"
-else
-   SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-if [[ ${PV} ==  ]]; then
-   DEPEND="
-   sys-apps/gentoo-functions
-   sys-apps/help2man
-   "
-fi
-RDEPEND="
-   sys-apps/gentoo-functions
-   || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 

[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/, app-eselect/eselect-python/files/

2017-04-21 Thread Michał Górny
commit: 38598ef8e58ca08440a91a790bbca376dff5f8d2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 13:57:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 21 14:12:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38598ef8

app-eselect/eselect-python: Clean old version up

 app-eselect/eselect-python/Manifest|  1 -
 .../eselect-python-20140125-r2.ebuild  | 48 --
 .../eselect-python-20140125-pythonX.Y-config.patch | 38 -
 3 files changed, 87 deletions(-)

diff --git a/app-eselect/eselect-python/Manifest 
b/app-eselect/eselect-python/Manifest
index 7e4f252a90a..a6b5f8189b7 100644
--- a/app-eselect/eselect-python/Manifest
+++ b/app-eselect/eselect-python/Manifest
@@ -1,2 +1 @@
-DIST eselect-python-20140125.tar.bz2 72102 SHA256 
ee7b470f7facc42285bab7f4b947280741515a85c9067339511c219248f8fdfb SHA512 
94d4eb5a1af365c6f56a6fc2b75298018267cd4f6004f30b2e4d0c4744d3e82b33f6c82e6f0ea0f15132d5157c3ace99fa167bbf3ebada46edd2e005ca96eb51
 WHIRLPOOL 
70d5f9af2929507d26e56080ce934066d2de5f16030dfd63b016215465ad5fc89eb952d64cc545c7058d146108e26925741d2c8fbaba08abba1a5cae7b0c23b6
 DIST eselect-python-20160516.tar.bz2 46549 SHA256 
bea0a39d9e5afb7513be47955a82efa636b983de6388965df517cb1eb7615fd2 SHA512 
0ac310e13bca9e3cdfdd55820cc2956cacf28ade99c1b5048edadd48c6a04c2ae1037207aaac74fcd75e809cf993f88b52e463979b68bd123fe925e491a7030a
 WHIRLPOOL 
66782323a455af7536592cf76c9fd9f57c8adf8a67b374c4e6bb96fdc21dfb8add4f74697139643c47561357a451d50b777f3e2e73db850176fc05d61ae6e54c

diff --git a/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild 
b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
deleted file mode 100644
index e0980ff93d2..000
--- a/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-if [[ ${PV} == "" ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
-else
-   SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Eselect module for management of multiple Python versions"
-HOMEPAGE="https://www.gentoo.org/proj/en/Python/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.2.3"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-pythonX.Y-config.patch
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_install() {
-   keepdir /etc/env.d/python
-   emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
-   if has_version 'dev-lang/python'; then
-   eselect python update --if-unset
-   # Regen python-config wrapper
-   eselect python set $(eselect python show)
-   fi
-   if has_version '=dev-lang/python-2*'; then
-   eselect python update --python2 --if-unset
-   fi
-   if has_version '=dev-lang/python-3*'; then
-   eselect python update --python3 --if-unset
-   fi
-}

diff --git 
a/app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch
 
b/app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch
deleted file mode 100644
index f35cd2c8f0d..000
--- 
a/app-eselect/eselect-python/files/eselect-python-20140125-pythonX.Y-config.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 3a5909537315dbe624fbd242d8ab25f3926465fb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sun, 28 Feb 2016 17:04:40 +0100
-Subject: [PATCH] Use pythonX.Y-config instead of python-config-X.Y
-

- python.eselect.in | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/python.eselect.in b/python.eselect.in
-index 9a52791..c40483a 100644
 a/python.eselect.in
-+++ b/python.eselect.in
-@@ -46,9 +46,9 @@ set_python_config() {
- #!/usr/bin/env bash
- # Gentoo python-config wrapper script
- 
--[[ "\${EPYTHON}" =~ (/|^python\$) ]] && EPYTHON="${target/-config-/}"
--python_config="\${EPYTHON/python/python-config-}"
--"\${0%/*}/\${python_config:-${target}}" "\$@"
-+[[ "\${EPYTHON}" =~ (/|^python\$|^$) ]] && EPYTHON="${target%-config}"
-+python_config="\${EPYTHON}-config"
-+"\${0%/*}/\${python_config}" "\$@"
- EOF
-   chmod a+rx "${script}"
- }
-@@ -121,7 +121,7 @@ set_scripts_and_symlinks() {
-   ln -nfs "${target}" "${target%.*}"
-   if [[ "${SET_MAIN_ACTIVE_PYTHON_INTERPRETER}" == "1" ]]; then
-   set_python "${target}"
--  

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

2017-04-21 Thread Brian Evans
commit: 6e534e02ec5a71c676dfbae1e9eb6041ef9316ab
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 21 14:01:39 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 21 14:01:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e534e02

dev-php/xdebug: Version bump to 2.5.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/xdebug/Manifest|  1 +
 dev-php/xdebug/xdebug-2.5.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index 2326ca86e3c..e80df67899b 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/Manifest
@@ -1,2 +1,3 @@
 DIST xdebug-2.4.1.tgz 265542 SHA256 
23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef SHA512 
64b345b4809fb0f020eb8fe7a0826056a64728ec9565bbb2d0e717ac7b3ca8aa0856b91c2ba47a7435b7500c5efa643682f245d6cd9d0a537f8bb9ab0d5cea3a
 WHIRLPOOL 
cad7d081414d5a55fb95e4cb6ae5d808f5c6b54e1c16ba78274fadf9b32dd10e60ecab3d09d420462b7c95f7d9364d9f886fe7732a21284c635e70c24259a610
 DIST xdebug-2.5.0.tgz 267640 SHA256 
8bd6ad1e64948308e3e3a7437292f154b11e25acaf31b0d59d83bda18af0890d SHA512 
75b1dbf32059eebb6ea3fb6ebb50ab26d73f8ce2964be1fec41ecfd9ae3d8bd55b6997daf03727b28b91ba06d08734865158bed6f038a46f00a1da5424ce5fe6
 WHIRLPOOL 
01901c73cf6d4ca8803a21eee8e1b5fcc668de75f0cb4318f6637a2d3a93e050664ee4dfa03ec0281e154e1e7660dc084b1b75c4b0451e1b4bab3db5ff00ea71
+DIST xdebug-2.5.3.tgz 279085 SHA256 
4cce3d495243e92cd2e1d764a33188d60c85f0d2087d94d4203c354ea03530f4 SHA512 
b301a5abb92e123bbe2b36f7838b56d370a0f2c0c4d3c350b5014f4b86d31daa66e9bff995eed67a570558f6a72ca46a097266e6ab94c413f1dcb99c0fbd4f22
 WHIRLPOOL 
aa5c9df8faadfc63de6b3b9c939439a34a021e2a3c60023e51a31e897384040f8d46675fc4ae0ccbe03ecf93b3658f59c18c26077b11b8f61960d4e97c1116c1

diff --git a/dev-php/xdebug/xdebug-2.5.3.ebuild 
b/dev-php/xdebug/xdebug-2.5.3.ebuild
new file mode 100644
index 000..2f3ece25477
--- /dev/null
+++ b/dev-php/xdebug/xdebug-2.5.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PHP_EXT_NAME="xdebug"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="yes"
+PHP_EXT_INIFILE="2.4.1-xdebug.ini"
+
+USE_PHP="php7-1 php7-0 php5-6"
+
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+inherit php-ext-source-r3
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+DESCRIPTION="A PHP debugging and profiling extension"
+HOMEPAGE="http://www.xdebug.org/;
+SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz;
+LICENSE="Xdebug"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   ~dev-php/xdebug-client-${PV}"
+DOCS=( README.rst CREDITS )
+PHP_EXT_ECONF_ARGS=()
+
+pkg_postinst() {
+   ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
+   ewarn "installed as a dependency, and not all users will want xdebug to 
be"
+   ewarn "enabled by default. If you want to enable it, you should edit 
the"
+   ewarn "ini file and set xdebug.default_enable to 1. Alternatively you 
can"
+   ewarn "call xdebug_enable() in your code."
+}



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

2017-04-21 Thread Brian Evans
commit: 999f68b8a459f7d327fb041b4a3b0fadf13eb395
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 21 13:49:21 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 21 13:49:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999f68b8

dev-php/xdebug-client: Version bump to 2.5.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/xdebug-client/Manifest   |  1 +
 dev-php/xdebug-client/xdebug-client-2.5.3.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index 2326ca86e3c..e80df67899b 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -1,2 +1,3 @@
 DIST xdebug-2.4.1.tgz 265542 SHA256 
23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef SHA512 
64b345b4809fb0f020eb8fe7a0826056a64728ec9565bbb2d0e717ac7b3ca8aa0856b91c2ba47a7435b7500c5efa643682f245d6cd9d0a537f8bb9ab0d5cea3a
 WHIRLPOOL 
cad7d081414d5a55fb95e4cb6ae5d808f5c6b54e1c16ba78274fadf9b32dd10e60ecab3d09d420462b7c95f7d9364d9f886fe7732a21284c635e70c24259a610
 DIST xdebug-2.5.0.tgz 267640 SHA256 
8bd6ad1e64948308e3e3a7437292f154b11e25acaf31b0d59d83bda18af0890d SHA512 
75b1dbf32059eebb6ea3fb6ebb50ab26d73f8ce2964be1fec41ecfd9ae3d8bd55b6997daf03727b28b91ba06d08734865158bed6f038a46f00a1da5424ce5fe6
 WHIRLPOOL 
01901c73cf6d4ca8803a21eee8e1b5fcc668de75f0cb4318f6637a2d3a93e050664ee4dfa03ec0281e154e1e7660dc084b1b75c4b0451e1b4bab3db5ff00ea71
+DIST xdebug-2.5.3.tgz 279085 SHA256 
4cce3d495243e92cd2e1d764a33188d60c85f0d2087d94d4203c354ea03530f4 SHA512 
b301a5abb92e123bbe2b36f7838b56d370a0f2c0c4d3c350b5014f4b86d31daa66e9bff995eed67a570558f6a72ca46a097266e6ab94c413f1dcb99c0fbd4f22
 WHIRLPOOL 
aa5c9df8faadfc63de6b3b9c939439a34a021e2a3c60023e51a31e897384040f8d46675fc4ae0ccbe03ecf93b3658f59c18c26077b11b8f61960d4e97c1116c1

diff --git a/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild
new file mode 100644
index 000..3db1d6f04f8
--- /dev/null
+++ b/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
+HOMEPAGE="http://www.xdebug.org/;
+SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz;
+LICENSE="Xdebug"
+SLOT="0"
+IUSE="libedit"
+
+S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
+
+DEPEND="libedit? ( dev-libs/libedit )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf $(use_with libedit)
+}
+
+src_install() {
+   newbin debugclient xdebug
+}



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

2017-04-21 Thread Ian Stakenvicius
commit: 1d7283dd1feaffc903133d813ce7c82e3f7ed497
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 21 13:58:29 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 21 13:58:29 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1d7283dd

firefox-53: bump hunspell dep to fix compile errors

 www-client/firefox/{firefox-52.0.2.ebuild => firefox-52.1.0.ebuild} | 0
 www-client/firefox/firefox-53.0.ebuild  | 1 +
 2 files changed, 1 insertion(+)

diff --git a/www-client/firefox/firefox-52.0.2.ebuild 
b/www-client/firefox/firefox-52.1.0.ebuild
similarity index 100%
rename from www-client/firefox/firefox-52.0.2.ebuild
rename to www-client/firefox/firefox-52.1.0.ebuild

diff --git a/www-client/firefox/firefox-53.0.ebuild 
b/www-client/firefox/firefox-53.0.ebuild
index 0d888cc..8ac2470 100644
--- a/www-client/firefox/firefox-53.0.ebuild
+++ b/www-client/firefox/firefox-53.0.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
 
 # atoms in mozconfig that need to be newer than what is inherited
 RDEPEND+="
+   >=app-text/hunspell-1.5.4
>=media-libs/libpng-1.6.28
 "
 



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

2017-04-21 Thread Brian Evans
commit: 642cb1777f2812d9c791c576a7defe02967f06f9
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 21 13:20:25 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 21 13:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642cb177

dev-php/pecl-event: Version bump to 2.3.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/pecl-event/Manifest|  1 +
 dev-php/pecl-event/pecl-event-2.3.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index 19c0138a1dc..66384f384a9 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -1 +1,2 @@
 DIST event-2.2.1.tgz 133147 SHA256 
44756686df68d8ef4fcee31359c0c03802b1f55ad88db7ac142169777f3d17ef SHA512 
a331e0cbb923b2efe95a366c842929e9ffcdf15d4b95dce83f5d1e9bb33045477f278672835ffc087df89aa3614106cf504f4e6a779a620b94c20d83449e95f2
 WHIRLPOOL 
a5e5e83b960483d429be3cc547bb89a0fe1e0dd53755aba465974b6c95d0d19e1f4703689067b8d1e75a9a4b8af3cbc3761c3d603634e32df3b927727402110c
+DIST event-2.3.0.tgz 135401 SHA256 
10e37f2b1c47475be891ef84b4282b5739d9aa8a1facd0c0141ee0edc3048435 SHA512 
9e1f41a13a5fc534956561ea481816d6863ebe037cca0ce450cfb16375d6b49cd03c68e115c851ef6fa3022927f2e5850695880c65dd1d339bb747e171cc9f2f
 WHIRLPOOL 
10cc12e2e177433eb933af8d4053f7ec2ab916346998426115d6be4419544617445697f71d7b494af5a826f340387fb705ea3e23a369ffc08f2c8ec7e0c526a5

diff --git a/dev-php/pecl-event/pecl-event-2.3.0.ebuild 
b/dev-php/pecl-event/pecl-event-2.3.0.ebuild
new file mode 100644
index 000..47dedd10988
--- /dev/null
+++ b/dev-php/pecl-event/pecl-event-2.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="event"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( README.md )
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~ia64 ~x86"
+LICENSE="PHP-3.01"
+
+DESCRIPTION="PHP wrapper for libevent2"
+LICENSE="PHP-3"
+SLOT="0"
+
+DEPEND="
+   >=dev-libs/libevent-2.0.2
+   ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( 
dev-libs/libressl:0= ) )
+   php_targets_php5-6? ( dev-lang/php:5.6[sockets?] )
+   php_targets_php7-0? ( dev-lang/php:7.0[sockets?] )
+   php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )"
+
+RDEPEND="${DEPEND} !dev-php/pecl-libevent"
+
+IUSE="debug examples +extra libressl +sockets +ssl threads"
+
+src_configure() {
+   local PHP_EXT_ECONF_ARGS=(
+   --with-event-core
+   $(use_enable debug event-debug)
+   $(use_with extra event-extra)
+   $(use_with ssl event-openssl)
+   $(use_with threads event-pthreads)
+   $(use_enable sockets event-sockets)
+   )
+   php-ext-source-r3_src_configure
+}



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

2017-04-21 Thread Brian Evans
commit: cbfc7d7d0a96f09438c087100313c73b4aedfe52
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 21 13:37:56 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 21 13:39:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfc7d7d

dev-php/pecl-amqp: Version bump to 1.9.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/pecl-amqp/Manifest   |  1 +
 dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-php/pecl-amqp/Manifest b/dev-php/pecl-amqp/Manifest
index 08b7a5360ce..d62721a32ab 100644
--- a/dev-php/pecl-amqp/Manifest
+++ b/dev-php/pecl-amqp/Manifest
@@ -1 +1,2 @@
 DIST amqp-1.8.0.tgz 91850 SHA256 
327a31458a279510f2fe6fce758e063058c324cc47314ec74f5f9e9a11d65f22 SHA512 
a70873e2f9ad47c2e6b028727e9746e1eee8bb1007c7272e422f14527ee3e980c6ffc9a94671c548082c380cee4d9a27ac5c4adce382fdcf9251ac6eb7c7
 WHIRLPOOL 
372d55805cac00025545756b6b63bd8bf053e3a36ca5094c3bcde0f4836420330b4c857b3a133b317d26b13607b14652704fdf6a56b567d6c512f4681bbefa70
+DIST amqp-1.9.0.tgz 98248 SHA256 
f45831d498b8fa47a151c31f6abdc0530aa6eabda6e2e10514aca3bdc76a5098 SHA512 
ce77266d9c95d87c7ddf177c531540e05f9120417e645f4595f204fad2d2ecd9f388f0e1e55d69bee845333b5b5976960cc2a603ea6860708df1eafe0aef9a10
 WHIRLPOOL 
70010acdd13f05993b5d2fc482699dd5cd35324a08df89abb0ce059b1d604f76941b31975f79742b629025e0afd61edfc7113f6c3cb16e4a597d3171bef256aa

diff --git a/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild 
b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
new file mode 100644
index 000..5960e89908b
--- /dev/null
+++ b/dev-php/pecl-amqp/pecl-amqp-1.9.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="PHP Bindings for AMQP 0-9-1 compatible brokers"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=net-libs/rabbitmq-c-0.5.2 virtual/pkgconfig"
+RDEPEND=">=net-libs/rabbitmq-c-0.5.2:="



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

2017-04-21 Thread Brian Evans
commit: 1749130e280ff112cbc52d5b3f5ce7e81985e18e
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Apr 21 13:28:53 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Apr 21 13:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1749130e

dev-php/pecl-dio: Version bump to 0.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/pecl-dio/Manifest  |  1 +
 dev-php/pecl-dio/pecl-dio-0.1.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-php/pecl-dio/Manifest b/dev-php/pecl-dio/Manifest
index 94bc1e8c45f..afb8ce02e9f 100644
--- a/dev-php/pecl-dio/Manifest
+++ b/dev-php/pecl-dio/Manifest
@@ -1 +1,2 @@
 DIST dio-0.0.9.tgz 36688 SHA256 
2c80b63fbbbaead856cb468955c14dc328d1262621b0c704b122d902053c8156 SHA512 
7bca34a50a1c6cc1f28f47e62392d5a71bccf2783e12f510cc0101949c68d753650e19dbf9ef8172ba23c02680d30959791738353d89762f806ac7ae72a20058
 WHIRLPOOL 
ed6d1947ec9b0fe1721648727467c5d726bfca0c0e362afa5e6170a51cbe5dbea67bb0a54fb01219581295689f4c5d0b6626772bfae4378bda72b5f8ae6452fc
+DIST dio-0.1.0.tgz 36960 SHA256 
aab985e374604379d99c9c93207f2c2959ff141740d1a648c0fbd07e0e08a73e SHA512 
6fca1c3f2d6247f5e0c52a27b49d80a6d13f9630772956ff7aa73ad45e445686502edd956346c43955cb2f858c0c0259af86c3f92b6f93309a2b90583ad8ea05
 WHIRLPOOL 
30a1bc11a224572611fb8562bbc28dca5dbc2eaecacf41df3c6f5eba312c0c0a9c180d5745f945191ba7b8b7f6ee8dae8fb32438c4ff998edb6527c65a632045

diff --git a/dev-php/pecl-dio/pecl-dio-0.1.0.ebuild 
b/dev-php/pecl-dio/pecl-dio-0.1.0.ebuild
new file mode 100644
index 000..cf38fc0e688
--- /dev/null
+++ b/dev-php/pecl-dio/pecl-dio-0.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="dio"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+MY_PV=${PV/_rc/RC}
+PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Direct I/O functions for PHP"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+S="${PHP_EXT_S}"



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

2017-04-21 Thread Ettore Di Giacinto
commit: 0aa4f458b60d9194c8272b275cacf62ac003320a
Author: Marco Genasci  gmail  com>
AuthorDate: Thu Apr 20 19:41:37 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Fri Apr 21 13:05:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa4f458

app-emulation/genymotion-bin: Bump to version 2.9.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

Signed-off-by: Ettore Di Giacinto  gentoo.org>

 app-emulation/genymotion-bin/Manifest  |   1 +
 .../genymotion-bin/genymotion-bin-2.9.0.ebuild | 120 +
 2 files changed, 121 insertions(+)

diff --git a/app-emulation/genymotion-bin/Manifest 
b/app-emulation/genymotion-bin/Manifest
index 2a4b03bbef8..4a64ae3a15c 100644
--- a/app-emulation/genymotion-bin/Manifest
+++ b/app-emulation/genymotion-bin/Manifest
@@ -1 +1,2 @@
 DIST genymotion-2.8.1_x64.bin 47061574 SHA256 
4f971beb117c578d07ca71a7a8d6cd3a574fdee2df48eb165a15a26b57625408 SHA512 
8ca4f46e983ffa2a19c21e961b6638af859f7635bd3a976c0b5709622a536569c81ccf3b08f52f0016e37990d83b1fd38cc86c9dbb5599e727fd48558567dfa7
 WHIRLPOOL 
2ccd896f1f017d2399366d822b5615b607fe74d557d3c3b6c746bdd2814cd081835397608a08f1135367cb79a26e19917f0f4186d1e535b63f347647afbbc5ce
+DIST genymotion-2.9.0-linux_x64.bin 44858494 SHA256 
2392c8fdce45354d109b001e72d994f26bd6d4a3976ef91f02404178dc66c110 SHA512 
cf96b804ecfb5c620d20ce601ab6a99bdcc9365efa9bf6e830ac54c75ad2838372115db425a549b89a05bc496ce39dbb51a3abeba1641e300f801f996eeaaf1f
 WHIRLPOOL 
49b2abe0f04b34810140410deac8a0063787963828186b97bc595da94686b50b46c5c7422dcc4bb49b26eb8cf438e696914f11fd0bb37f0830731781bfe401d8

diff --git a/app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild 
b/app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild
new file mode 100644
index 000..535cd7d4ae1
--- /dev/null
+++ b/app-emulation/genymotion-bin/genymotion-bin-2.9.0.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils bash-completion-r1
+
+MY_PN="${PN/-bin}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Complete set of tools that provide a virtual environment for 
Android"
+HOMEPAGE="http://genymotion.com;
+SRC_URI="${MY_P}-linux_x64.bin"
+DOWNLOAD_URL="https://www.genymotion.com/download/;
+
+LICENSE="genymotion"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+DEPEND=""
+RDEPEND="|| ( >=app-emulation/virtualbox-5.0.28 
>=app-emulation/virtualbox-bin-5.0.28 )
+   virtual/opengl
+   media-libs/libpng:1.2
+   dev-libs/openssl
+   dev-qt/qtgui:5[libinput,xcb]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwebkit:5
+   dev-qt/qtsvg:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtconcurrent:5
+   dev-util/android-sdk-update-manager
+   media-libs/jpeg:8
+   dev-libs/double-conversion
+   sys-apps/util-linux
+   media-libs/fontconfig:1.0
+   media-libs/harfbuzz[graphite]
+   >=dev-libs/libffi-3.0.13-r1
+   media-libs/gstreamer[orc]
+"
+RESTRICT="bindist fetch"
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo
+   einfo "Please visit ${DOWNLOAD_URL} and download ${A}"
+   einfo "which must be placed in DISTDIR directory."
+   einfo
+}
+
+src_unpack() {
+   cp "${DISTDIR}/${A}" "${WORKDIR}" || die "cp failed"
+}
+
+src_prepare() {
+   default
+
+   # removed function _install_desktop_file because happens outside of 
sandbox
+   sed -i -e "s/_install_desktop_file\ ||\ abort//" ${A} || die "sed 
failed"
+   chmod +x ${A} || die "chmod failed"
+   yes | ./${A} -d "${S}" > /dev/null || die "unpack failed"
+
+   # removed windows line for bashcompletion
+   sed -i -e "s/complete\ -F\ _gmtool\ gmtool.exe//" 
"${S}/${MY_PN}/completion/bash/gmtool.bash" || die "sed failed"
+}
+
+QA_PREBUILT="
+   opt/${MY_PN}/*.so*
+   opt/${MY_PN}/imageformats/*.so
+   opt/${MY_PN}/plugins/*.so*
+   opt/${MY_PN}/device-upgrade
+   opt/${MY_PN}/${MY_PN}
+   opt/${MY_PN}/genyshell
+   opt/${MY_PN}/player
+   opt/${MY_PN}/${MY_PN}adbtunneld
+   opt/${MY_PN}/gmtool
+"
+
+src_install() {
+   insinto /opt/"${MY_PN}"
+   doins -r "${MY_PN}"/{plugins,translations,icons}
+
+   doins "${MY_PN}"/{libcom,librendering}.so*
+   # library that differ from system version
+   doins 
"${MY_PN}"/{libicudata,libicui18n,libicuuc,libswscale,libavutil,libprotobuf}.so*
+   # android library
+   doins 
"${MY_PN}"/{libEGL_translator,libGLES_CM_translator,libGLES_V2_translator,libOpenglRender,libemugl_logger}.so*
+
+   insopts -m0755
+   doins 
"${MY_PN}"/{device-upgrade,genymotion,genyshell,player,genymotionadbtunneld,gmtool}
+
+   dosym "${ED%/}"/opt/"${MY_PN}"/genyshell /opt/bin/genyshell
+   dosym "${ED%/}"/opt/"${MY_PN}"/"${MY_PN}" /opt/bin/"${MY_PN}"
+   dosym "${ED%/}"/opt/"${MY_PN}"/device-upgrade 
/opt/bin/"${MY_PN}"-device-upgrade
+   dosym 

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

2017-04-21 Thread William Hubbs
commit: ab07ffc8fada6b7995f780f030d88a6dc917f20b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr 21 12:57:24 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr 21 12:58:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab07ffc8

app-emulation/containerd: remove old snapshots

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 app-emulation/containerd/Manifest  |  2 --
 .../containerd/containerd-0.2.3_p20170131.ebuild   | 40 --
 .../containerd/containerd-0.2.3_p20170223.ebuild   | 40 --
 3 files changed, 82 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index c067534dac0..bb82748eb04 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,5 +1,3 @@
-DIST containerd-0.2.3_p20170131.tar.gz 1021240 SHA256 
77ea44af1531d46b22f0444eb506590d1b7e5a9fe891cc6f8e36db5c2aef2d80 SHA512 
df782f44f53a39dbec5be281c98b1457d86d902e44451b995c35143f843e0233ac72dfea44407e47a39931bbedfa0537cf0e597d68509e3ae21311be0cc20cd6
 WHIRLPOOL 
322a577ed865dcac7d1185b7f7e67e59190de9f8898c6e14b7b99ada2e069652d20723f5f746fbe476586a4a3d204dc1e0563f325ea4cc0aa968e26c09debf34
-DIST containerd-0.2.3_p20170223.tar.gz 1036082 SHA256 
e7c655c3436968f423565010cd5d68804c039d4fa00dca403addc7a68275c5a0 SHA512 
cf80b5169897bd980e4fb197a5a0c5ff29a7182836f582c0fb0acada48601a81aac1418975a67b60aefe7f8a356ff33573f86c858aa8da0cd1d46639f4727530
 WHIRLPOOL 
9d9ab2fef752a6f52415c043f78e152962b5aa16982643f9ee1973b1e324618e7b6bb192155e2235f5aa5a7fd3c8d62f5620169794f7222703b827a29dfc4a77
 DIST containerd-0.2.3_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
 DIST containerd-0.2.3_p20170315.tar.gz 1036056 SHA256 
8223d934fa767fcabf45c734bdb616818a5eab8c95d525de6a69a350f4aeb826 SHA512 
96f8a6a5053018fc7889583481c1e24d5cfd8cb780bd76d7c09d299cac836f0842927aa6c5ff7ae8b3cded99b596fce64c7db18f9de6dc527eacc2202baa01dd
 WHIRLPOOL 
feac3f3f1f078b46a4ef794e287fee78a34a59b159295f9f5779733e93c6b315cedde658538644d33a41057392c34a44b7de08942c77a03c456c1aef24862fa7
 DIST containerd-0.2.3_p20170329.tar.gz 1036065 SHA256 
da89086a7c643702a2ddecec67a45d3d8e4b0d610dd19036be63e6bd54cc1a85 SHA512 
b7d56adaac26c9f0fd0900467fb5f8500472b602d7ce2373704c08ae6a0b852051e469a4fa51c8db475499872a51fcdd65c2adc4124102e66b8ca86cc5b2ff2f
 WHIRLPOOL 
98567c28df37dbe3ad9f926fdae35e5ceb2df50c90373e58b14b1b5204d6eb9763050acf90abd40b44791510809ba3390f91b61a77265db078a22107a301

diff --git a/app-emulation/containerd/containerd-0.2.3_p20170131.ebuild 
b/app-emulation/containerd/containerd-0.2.3_p20170131.ebuild
deleted file mode 100644
index ed0d3ebb921..000
--- a/app-emulation/containerd/containerd-0.2.3_p20170131.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN}"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A daemon to control runC"
-HOMEPAGE="https://containerd.tools;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened +seccomp"
-
-DEPEND=""
-RDEPEND=">=app-emulation/docker-runc-1.0.0_rc2
-   seccomp? ( sys-libs/libseccomp )"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_compile() {
-   local options=( $(usex seccomp "seccomp") )
-   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
-   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake 
GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
-}
-
-src_install() {
-   dobin bin/containerd* bin/ctr
-}

diff --git a/app-emulation/containerd/containerd-0.2.3_p20170223.ebuild 
b/app-emulation/containerd/containerd-0.2.3_p20170223.ebuild
deleted file mode 100644
index 6791bb469eb..000
--- a/app-emulation/containerd/containerd-0.2.3_p20170223.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN}"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="665e84e6c28653a9c29a6db601636a92d46896f3"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-

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

2017-04-21 Thread Jeroen Roovers
commit: 6c2a04c276b1992a6c26efd45da382abe5dbc377
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 21 12:55:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 21 12:55:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2a04c2

net-analyzer/pmacct: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/pmacct/Manifest   |  3 -
 net-analyzer/pmacct/pmacct-1.5.2.ebuild| 71 
 .../pmacct/pmacct-1.5.3_pre20150925-r1.ebuild  | 76 --
 .../pmacct/pmacct-1.5.3_pre20150925.ebuild | 71 
 net-analyzer/pmacct/pmacct-1.6.0.ebuild| 73 -
 5 files changed, 294 deletions(-)

diff --git a/net-analyzer/pmacct/Manifest b/net-analyzer/pmacct/Manifest
index a53382e8b13..cbe3e6b80a2 100644
--- a/net-analyzer/pmacct/Manifest
+++ b/net-analyzer/pmacct/Manifest
@@ -1,5 +1,2 @@
 DIST pmacct-1.5.1.tar.gz 874563 SHA256 
96134549a10947f3f6d610b670a26f1a54e01af4be0eff09bf48c19246d33584 SHA512 
c3a0ddaf1b8679df2097147ce844eb2a3e3058599aea457e463cd4e65a7601e0ce5bac5ca5e1c82afecd5edc92dae673eed3ed1787bfbd3e8ac2af5677885bb7
 WHIRLPOOL 
bd071ac30493f5ee2e0393eb9277dfae2d2fdd6283293aee589ae41ab326b0aaef0ec9b70a421eeca4df857a0046ca7b196e0692ffdd2ea12d9a7c66a74e9a32
-DIST pmacct-1.5.2.tar.gz 897530 SHA256 
c12e3897e2f9aa89333968da46eb46855f357750ac1e06e36e72f374e2b54df9 SHA512 
3705432cc2a28e179de637b8fc11becd2022b36191a13d440d5bec7d7e594d0936773f202f3d82e983a83695176380aa6a7c27748b632b18590be0ead599
 WHIRLPOOL 
e7bb1fa1b7372af7d932e19da1d14f3922d8a8ebda245fa03e2a5f283c66141a9299cc9dfa6f32e9384c7d2c9a2d2ef35ef62d7b9910e4f76cacc132231420e5
-DIST pmacct-1.5.3_pre20150925.tar.gz 896168 SHA256 
ae63580ae879b3ce20e9725690b6337a72857376192dd2f610e0359ee9d4364c SHA512 
e6675855f403ee746b0243cce1ee0e28fd649d2b1c6c1e33f012d7858f977952ba6ed5d1ee47ce42a4f6950b139be2bc50a88740fd19c4775d61d1fb1aa6c05d
 WHIRLPOOL 
c7f5003754835f0e1883f13bfba740667ebcbef54a49cc8b8f6fcca1f2db2dea337c910417ff75d86dcfa6bc294fa9b44567bc0d5d07b79ffcfc9b11b1efad5d
-DIST pmacct-1.6.0.tar.gz 1253947 SHA256 
1b8d65032b21e152811b6a20ee38ac18ded7ee9ff27cd86870673f088db3c395 SHA512 
6c227648a67b69096c814a41f3931f516f2286c110d635ad351de96ee3a918b53a9c723b2199d0dd3ebff1ac20471d9cde2cab2d1b97c147b08ba1a4bd42f872
 WHIRLPOOL 
66fe8d57ed04f3433dd9ce974b75d0810fecacbd163cbc29e83de70b211c5a6498fe7c627dfc783c8e123dc742ecfad920b2c8ecc19dc830f328eecf1522b566
 DIST pmacct-1.6.1.tar.gz 1280968 SHA256 
eb332a6812d1e02134900a1d115a24f315de7c861a9b63093c1226753486cbe7 SHA512 
e4c24d4c09716374a1315f8b4a70f3c58fb45848d80cf5c36e5a7653c47249717353a297826e341ec9fd741dd77b840241ad8f5e9d33f4c3dd0525661127cf27
 WHIRLPOOL 
2ba781d320ceccf7a815d5dd1f8e2362d3fa5085fecafe4e6d75116ca3dafb7ce49d4c455add1615773a83e614f7b7c941c2e4c6ec8424b1cdaf559227f3ab98

diff --git a/net-analyzer/pmacct/pmacct-1.5.2.ebuild 
b/net-analyzer/pmacct/pmacct-1.5.2.ebuild
deleted file mode 100644
index f27118bbbe3..000
--- a/net-analyzer/pmacct/pmacct-1.5.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="A network tool to gather IP traffic information"
-HOMEPAGE="http://www.pmacct.net/;
-SRC_URI="http://www.pmacct.net/${P/_}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog"
-
-RDEPEND="
-   net-libs/libpcap
-   geoip? ( dev-libs/geoip )
-   mongodb? (
-   >=dev-libs/mongo-c-driver-0.8.1-r1
-   http://www.pmacct.net/;
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="64bit debug geoip geoipv2 ipv6 mongodb mysql postgres sqlite threads 
ulog"
-REQUIRED_USE="
-   ?? ( geoip geoipv2 )
-"
-
-RDEPEND="
-   net-libs/libpcap
-   geoip? ( dev-libs/geoip )
-   geoipv2? ( dev-libs/libmaxminddb )
-   mongodb? (
-   >=dev-libs/mongo-c-driver-0.8.1-r1
-   http://www.pmacct.net/;
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog"
-
-RDEPEND="
-   net-libs/libpcap
-   geoip? ( dev-libs/geoip )
-   mongodb? (
-   >=dev-libs/mongo-c-driver-0.8.1-r1
-   http://www.pmacct.net/;
-SRC_URI="http://www.pmacct.net/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="64bit debug geoip geoipv2 ipv6 mongodb mysql postgres sqlite threads"
-REQUIRED_USE="
-   ?? ( geoip geoipv2 )
-"
-
-RDEPEND="
-   net-libs/libpcap
-   geoip? ( dev-libs/geoip )
-   geoipv2? ( dev-libs/libmaxminddb )
-   mongodb? (
-   >=dev-libs/mongo-c-driver-0.8.1-r1
-   

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

2017-04-21 Thread Jeroen Roovers
commit: aee26e0ffc4de9b95170535c5b4a2f023d908417
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Apr 21 12:50:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Apr 21 12:50:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee26e0f

net-analyzer/pmacct: Add USE="jansson kafka rabbitmq" (bug #594512 by Marcin 
Mirosław).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/pmacct/metadata.xml   |  5 +-
 net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild | 79 ++
 2 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/pmacct/metadata.xml b/net-analyzer/pmacct/metadata.xml
index 46cfcd1fff7..32c63343b6f 100644
--- a/net-analyzer/pmacct/metadata.xml
+++ b/net-analyzer/pmacct/metadata.xml
@@ -6,9 +6,12 @@
 Gentoo network monitoring and analysis project
 
 
-Add support for GeoIP2 through 
dev-libs/libmaxminddb
 Use 64bit counters instead of 32bit ones
+Add support for GeoIP2 through 
dev-libs/libmaxminddb
+Add support for JSON through 
dev-libs/jansson
+Add support for Apache Kafka through 
dev-libs/librdkafka
 Add support for mongodb backend
+Add support for RabbitMQ through 
net-libs/rabbitmq-c
 Enable support for ULOG in older kernels (deprecated)
 
 

diff --git a/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild 
b/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild
new file mode 100644
index 000..112c9000ec8
--- /dev/null
+++ b/net-analyzer/pmacct/pmacct-1.6.1-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A network tool to gather IP traffic information"
+HOMEPAGE="http://www.pmacct.net/;
+SRC_URI="http://www.pmacct.net/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="64bit debug geoip geoipv2 ipv6 jansson kafka mongodb mysql postgres 
rabbitmq sqlite threads"
+REQUIRED_USE="
+   ?? ( geoip geoipv2 )
+   kafka? ( jansson )
+   rabbitmq? ( jansson )
+"
+
+RDEPEND="
+   net-libs/libpcap
+   geoip? ( dev-libs/geoip )
+   geoipv2? ( dev-libs/libmaxminddb )
+   jansson? ( dev-libs/jansson )
+   kafka? ( dev-libs/librdkafka )
+   mongodb? (
+   >=dev-libs/mongo-c-driver-0.8.1-r1
+   

[gentoo-commits] repo/gentoo:master commit in: x11-themes/faenza-icon-theme/

2017-04-21 Thread Pacho Ramos
commit: eca6a9610edd27e86401e6c8f5056ebb837cc6c2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 12:31:43 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 12:32:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca6a961

x11-themes/faenza-icon-theme: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-themes/faenza-icon-theme/Manifest  |  1 -
 .../faenza-icon-theme/faenza-icon-theme-1.3.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/x11-themes/faenza-icon-theme/Manifest 
b/x11-themes/faenza-icon-theme/Manifest
index 6b60d6d970d..2b8d79844fd 100644
--- a/x11-themes/faenza-icon-theme/Manifest
+++ b/x11-themes/faenza-icon-theme/Manifest
@@ -1,2 +1 @@
 DIST faenza-icon-theme_1.3.1.tar.gz 24647057 SHA256 
afd1c32229989e4cf09733c1ce5f2a651e585d86f45e98e9de6e8813f15d0edc SHA512 
0c017ddbaa2dba485341d3bb1e321fafad026aafc893fa2519ddfd3fe0475fc8d011c99ce3de581c9b1c6aa7d250312673dda7c10bb12783db2d45816646ddc9
 WHIRLPOOL 
1e22412d60c9b5f4380d45f6a99beb5bbac28e256d3bacf8b53e46548f053371357221d91a192e190d91286abfb5af699e217679f2e89eb25d792fac6f2f1cce
-DIST faenza-icon-theme_1.3.orig.tar.gz 24944217 SHA256 
0d15be1910f30ea52152f8041d0da25ac00d979ccce81db31415c60fedb73e43 SHA512 
948a1a93097322fc903b6d3e3c49f3aa5d641597d5da7c94448a838b70b48121f948a5b34eb4e2893f078a61898594b712c82359ab0f28e7134e4afc7375b83c
 WHIRLPOOL 
1cc500e7a9788940c1bb2f7796ae2bcb39edae1fd4432188a1863831366d750fc94d2f41c837e0cda9df88e46356bc6887f34a548e9d3f84297c0d1dd0a3

diff --git a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild 
b/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild
deleted file mode 100644
index 466711dcd0d..000
--- a/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnome2-utils
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A scalable icon theme called Faenza"
-HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228;
-# Use Ubuntu repo which has a proper faenza-icon-theme tarball
-#SRC_URI="https://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz;
-SRC_URI="https://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( x11-themes/gnome-icon-theme )
-   x11-themes/hicolor-icon-theme"
-
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   local res x
-   for x in Faenza Faenza-Dark; do
-   for res in 22 24 32 48; do
-   cp "${x}"/places/${res}/start-here-gentoo.png \
-   "${x}"/places/${res}/start-here.png || die
-   done
-   cp "${x}"/places/scalable/start-here-gentoo.svg \
-   "${x}"/places/scalable/start-here.svg || die
-   done
-   for x in emesene dockmanager rhythmbox; do
-   mv ${x} Faenza-${x} || die
-   done
-}
-
-src_install() {
-   insinto /usr/share/icons
-   doins -r 
Faenza{,-Ambiance,-Dark,-Darker,-Darkest,-dockmanager,-emesene,-Radiance,-rhythmbox}
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/

2017-04-21 Thread Pacho Ramos
commit: 7b5cf43f0b4afc35f0b479f5239548b39274f9a7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 21 12:28:32 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 21 12:32:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5cf43f

gnome-extra/synapse: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-extra/synapse/Manifest|  1 -
 gnome-extra/synapse/synapse-0.2.99.1.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/gnome-extra/synapse/Manifest b/gnome-extra/synapse/Manifest
index 562fc4616d2..580a09d4917 100644
--- a/gnome-extra/synapse/Manifest
+++ b/gnome-extra/synapse/Manifest
@@ -1,2 +1 @@
-DIST synapse-0.2.99.1.tar.xz 427128 SHA256 
846d8a5130580bb47c754bb7f20dc76311e589c00a18b02370a5d78b52409220 SHA512 
7f91588759afd950d264b068eb11cd6971b86161f198735897405051a85c6d408d29ca2914c4546899a858673c6830290d63a26bc5e8060df1c821305af3eb92
 WHIRLPOOL 
1c077eb15c1d5710ccd9066bcc7a51170a4d8cca28d7d50245cbba1e944bb83e60764812de70e5b9f4801fc99d6100cbb2011aa708075f0eea0074fd69154344
 DIST synapse-0.2.99.2.tar.xz 444156 SHA256 
fbef056a788b0ee713a3f4dcf024d214b0128e8a64dd7c601345f5e478d59611 SHA512 
e4b6e0399a83fc7880d786e8cff6360850d5ce1ac2eabccb5ce6d3989e4356c42adf1155905b39bb6b10887c02844dad01cdf8d556bc4bd6c7cd11956f8116c7
 WHIRLPOOL 
b5228e4952072f426180c4db7c2f8b6b45912157835b42e0ff57c7fbd5e662aae29cd51dd0647607178003f08bb037498757c070c84b72bcfbb8eda7e72a8668

diff --git a/gnome-extra/synapse/synapse-0.2.99.1.ebuild 
b/gnome-extra/synapse/synapse-0.2.99.1.ebuild
deleted file mode 100644
index cb31093b82a..000
--- a/gnome-extra/synapse/synapse-0.2.99.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GCONF_DEBUG="no" # gnome2_src_configure is not being used
-AUTOTOOLS_AUTORECONF=true
-
-inherit gnome2 autotools-utils vala
-
-DESCRIPTION="A program launcher in the style of GNOME Do"
-HOMEPAGE="https://launchpad.net/synapse-project/;
-SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-# "ayatana" support pending on GTK+-3.x version of synapse wrt #411613
-IUSE="plugins +zeitgeist"
-
-RDEPEND="
-   dev-libs/libgee:0.8
-   >=dev-libs/glib-2.28.0:2
-   dev-libs/json-glib
-   dev-libs/keybinder:3
-   dev-libs/libunique:1
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtkhotkey
-   >=x11-libs/gtk+-3.0.0:3
-   x11-libs/libnotify
-   x11-libs/pango
-   x11-themes/gnome-icon-theme
-   plugins? ( >=net-libs/rest-0.7 )
-   zeitgeist? (
-   dev-libs/libzeitgeist
-   >=gnome-extra/zeitgeist-0.9.14[fts]
-   )"
-   #ayatana? ( dev-libs/libappindicator )
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_prepare() {
-   sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die
-   vala_src_prepare
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-indicator=no
-   $(use_enable plugins librest yes)
-   $(use_enable zeitgeist)
-   )
-   autotools-utils_src_configure
-}



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

2017-04-21 Thread Kent Fredric
commit: e84f62972cbd20ed83db1726eca62ca304a67ed8
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 21 10:33:31 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 10:33:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84f6297

dev-lang/perl: Stop treating minor devrels as ABI compatible

Development releases of Perl are not ABI-intercompatible with each
other, regardless of *actual* ABI compat, as Perl itself enforces
minor-version breaks in XS code.

Hence, this commit:
1. Ensures that development releases use the full 5.xx.yyy for the
   subslot
2. Ensures the arch-abi-path from older 5.ODD series is not shared
   with newer 5.ODD

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-lang/perl/perl-5.26..ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-lang/perl/perl-5.26..ebuild 
b/dev-lang/perl/perl-5.26..ebuild
index 66819aba418..6fcefc8a381 100644
--- a/dev-lang/perl/perl-5.26..ebuild
+++ b/dev-lang/perl/perl-5.26..ebuild
@@ -15,19 +15,22 @@ if [[ "${PV##*.}" == "" ]]; then
# Include more versions for blead releases
# for circular reasons
# Greatest first, don't include yourself
-   PERL_BIN_OLDVERSEN="5.25.11"
+   PERL_BIN_OLDVERSEN=""
PERL_OLDVERSEN="5.25.11 5.24.2 5.24.1 5.24.0 5.22.3 5.22.2 5.22.1 
5.22.0"
DIST_VERSION=5.25.12
SHORT_PV="${DIST_VERSION%.*}"
+   # Devel Releases are not ABI-intercompatible
+   SUBSLOT="${DIST_VERSION}"
MY_P="perl-${DIST_VERSION/_rc/-RC}"
PATCH_BASE="perl-5.25.11-patches-${PATCH_VER}"
MY_PV="${DIST_VERSION%_rc*}"
 else
-   PERL_BIN_OLDVERSEN="5.25.11"
+   PERL_BIN_OLDVERSEN=""
# Compat reasons
PERL_OLDVERSEN="5.25.11"
# First 2 digits only
SHORT_PV="${PV%.*}"
+   SUBSLOT="${SHORT_PV}"
MY_P="perl-${PV/_rc/-RC}"
PATCH_BASE="${MY_P}-patches-${PATCH_VER}"
MY_PV="${PV%_rc*}"
@@ -46,7 +49,7 @@ SRC_URI="
 HOMEPAGE="http://www.perl.org/;
 
 LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0/${SHORT_PV}"
+SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]]; then
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2017-04-21 Thread Kent Fredric
commit: 53c5db08b8c24a93be0b27882b4948a713283b1a
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 21 10:03:07 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 21 10:05:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c5db08

dev-libs/check: Fix missing dep on texinfo re bug #613852

Both install and test invoke texinfo, so its important
that texinfo is both present _and_ working.

Lack of build dep on texinfo means that during an empty-world
driven "rebuild all the things" after a perl upgrade,
check will fail either test, or install, due to texinfo
being broken, and portage having no way to ensure texinfo
rebuilds are ordered before check builds.

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

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/check/check-0.10.0-r1.ebuild | 1 +
 dev-libs/check/check-0.10.0-r2.ebuild | 1 +
 dev-libs/check/check-0.11.0.ebuild| 1 +
 dev-libs/check/check-0.9.11.ebuild| 4 +++-
 4 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-libs/check/check-0.10.0-r1.ebuild 
b/dev-libs/check/check-0.10.0-r1.ebuild
index 8e9228c9ea7..f587c394efb 100644
--- a/dev-libs/check/check-0.10.0-r1.ebuild
+++ b/dev-libs/check/check-0.10.0-r1.ebuild
@@ -18,6 +18,7 @@ IUSE="static-libs subunit"
 
 RDEPEND="subunit? ( >=dev-python/subunit-0.0.10-r1[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
+   sys-apps/texinfo
virtual/pkgconfig"
 
 pkg_setup() {

diff --git a/dev-libs/check/check-0.10.0-r2.ebuild 
b/dev-libs/check/check-0.10.0-r2.ebuild
index ff28e67eee4..7bd022c8e05 100644
--- a/dev-libs/check/check-0.10.0-r2.ebuild
+++ b/dev-libs/check/check-0.10.0-r2.ebuild
@@ -18,6 +18,7 @@ IUSE="static-libs subunit"
 
 RDEPEND="subunit? ( >=dev-python/subunit-0.0.10-r1[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
+   sys-apps/texinfo
virtual/pkgconfig"
 
 pkg_setup() {

diff --git a/dev-libs/check/check-0.11.0.ebuild 
b/dev-libs/check/check-0.11.0.ebuild
index 3c63bba8831..4a1f73cca3a 100644
--- a/dev-libs/check/check-0.11.0.ebuild
+++ b/dev-libs/check/check-0.11.0.ebuild
@@ -16,6 +16,7 @@ IUSE="static-libs subunit"
 
 RDEPEND="subunit? ( >=dev-python/subunit-0.0.10-r1[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
+   sys-apps/texinfo
virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog NEWS README.md THANKS TODO )

diff --git a/dev-libs/check/check-0.9.11.ebuild 
b/dev-libs/check/check-0.9.11.ebuild
index 6609fe2a21c..b1e03527387 100644
--- a/dev-libs/check/check-0.9.11.ebuild
+++ b/dev-libs/check/check-0.9.11.ebuild
@@ -16,7 +16,9 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs subunit"
 
-DEPEND="subunit? ( dev-python/subunit )"
+DEPEND="subunit? ( dev-python/subunit )
+   sys-apps/texinfo
+"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



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

2017-04-21 Thread Ettore Di Giacinto
commit: d849aa2cf4ca0dd583f5673681c226e9db1e8891
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Apr 21 09:03:30 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Fri Apr 21 09:30:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d849aa2c

dev-perl/Data-ObjectDriver: bump version to 0.150.0 wrt bug #615598

Upstream changes:
- Fix failed tests with Perl 5.25.11

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=615598
Package-Manager: Portage-2.3.3, Repoman-2.3.2

 .../Data-ObjectDriver-0.150.0.ebuild   | 31 ++
 dev-perl/Data-ObjectDriver/Manifest|  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild 
b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild
new file mode 100644
index 000..2cf9dad3aae
--- /dev/null
+++ b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.150.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SIXAPART
+DIST_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Simple, transparent data interface, with caching"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Class-Trigger
+   dev-perl/Class-Data-Inheritable
+   dev-perl/Class-Accessor
+   dev-perl/DBI
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.35.0
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   test? (
+   dev-perl/Test-Exception
+   dev-perl/DBD-SQLite
+   virtual/perl-version
+   )
+"
+DIST_TEST="do"

diff --git a/dev-perl/Data-ObjectDriver/Manifest 
b/dev-perl/Data-ObjectDriver/Manifest
index 760bfc04565..7abbee175f2 100644
--- a/dev-perl/Data-ObjectDriver/Manifest
+++ b/dev-perl/Data-ObjectDriver/Manifest
@@ -1,2 +1,3 @@
 DIST Data-ObjectDriver-0.09.tar.gz 108863 SHA256 
b0ffe505415dc3dfa14cab4236519d85308011ee31cd13578cd7c2a6bd944e1f SHA512 
dae39750c787525de855caffef8819f3af6f48deeaa1916f824ad502fc0f3fd6badeb98b7b8699624493d75cb827f98588d2915617cf7376636de91cd1fce311
 WHIRLPOOL 
6abc45aedcacfc8ac49e8fde8f8c8d2280235d7677a559d225a5cfe2c6c233beb21f9926beb3852feb4cbd27d9ef6b61b4bc9793b2f753e11642a53a44949985
 DIST Data-ObjectDriver-0.14.tar.gz 84311 SHA256 
ada52f63b42acc0c23caa54c4c17ca4c2f9f174af9470edc97ed2968fb6c075c SHA512 
34a19e4f678fd0ebd0fa24f9f873ebf0bdac657dfb5bd480298abfa2859b53eb9cb00571a97bc0b969393530b992d112eda649fb545b49153b58c7322618683f
 WHIRLPOOL 
76a1ddbbdf96b056119a3373b0dad93d0012e63714a03d00f4e870b3539314319ace62274df4b11ba44e8f50a23c285ab8261c3aa5a469d71038c433dbe40d70
+DIST Data-ObjectDriver-0.15.tar.gz 84386 SHA256 
ea5ce639ad1914dd9c19ebea94d8689e2d0bde9c21ab8eced4b97dbc649648d6 SHA512 
5be77086f2aa646e9bc80fc8d3de2edb6726946a17149573efbce2bbe83d2ec1b294aa20cd66330f0827ee26a5113b9e02ea542111aed94804c0ccdce1e89c1b
 WHIRLPOOL 
42aefdfc9d5a75893f72c66d11fc6cab6b44f04cb334c7fb13fae5608b04b96a6170fb6d3195fab5a3302c586e6bf2b863b1475a5e9af15edf98907ff59e00cf



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

2017-04-21 Thread David Seifert
commit: b54104d3b6b0598b819d6d3ef859e6a86b087799
Author: Karl Linden  gmail  com>
AuthorDate: Thu Apr  6 10:10:16 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 09:18:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54104d3

media-libs/dssi: depend on virtual/jack

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4376

 media-libs/dssi/{dssi-1.1.1.ebuild => dssi-1.1.1-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/dssi/dssi-1.1.1.ebuild 
b/media-libs/dssi/dssi-1.1.1-r1.ebuild
similarity index 91%
rename from media-libs/dssi/dssi-1.1.1.ebuild
rename to media-libs/dssi/dssi-1.1.1-r1.ebuild
index 769c90248ab..78011f84f74 100644
--- a/media-libs/dssi/dssi-1.1.1.ebuild
+++ b/media-libs/dssi/dssi-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
@@ -15,7 +15,7 @@ IUSE="qt4"
 
 RDEPEND="media-libs/alsa-lib
>=media-libs/liblo-0.12
-   >=media-sound/jack-audio-connection-kit-0.99.14
+   virtual/jack
>=media-libs/ladspa-sdk-1.12-r2
>=media-libs/libsndfile-1.0.11
>=media-libs/libsamplerate-0.1.1-r1



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

2017-04-21 Thread Lars Wendler
commit: 17f8b7d58b5e545aa31be597cab8fc581861427b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Apr 21 07:58:36 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Apr 21 07:59:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f8b7d5

media-libs/imlib2: Bump to version 1.4.10

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/imlib2/Manifest |  1 +
 media-libs/imlib2/imlib2-1.4.10.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest
index e67ce5f0afa..78564f56c9f 100644
--- a/media-libs/imlib2/Manifest
+++ b/media-libs/imlib2/Manifest
@@ -1 +1,2 @@
+DIST imlib2-1.4.10.tar.gz 1016606 SHA256 
39907c9a62814e8bff05bafe3760db6b7993bb3803832bcaad54e79b75423e5e SHA512 
e8ba42399773fc8e340b914be4b07bb170ad39ea0840f909cc611ce2372fd2467148f0319aeae1a10b8b4f5ea6b38b1fc1fc68f649d4940b9096a2633a588987
 WHIRLPOOL 
48c92b57618b2afd5a1ae99dac9e915468a2ffeefc2f3db8d1335cf7bb52009c80163bed0409d54d7715ae441d4b49ea3a390664cf2369c5ec86acb35b505a5f
 DIST imlib2-1.4.9.tar.gz 1028872 SHA256 
2bbe4d6eb90559e8ccbb85b442962dd195fd713041a36761a8cf45ad4686cd7b SHA512 
303436f447142153928e2d76226b6798c65cb834bf3bfb760e278d2558a3f072ff43fe46616baeea927254200c4535cc323f6a83c5d869def4f6a7213e30e2db
 WHIRLPOOL 
e6b6321fea9c0298b4ce521225947ea5e3c4fcdebfde2b9bb4e675252e03b028328f2d210d8199893d31d92c28abc0255d48ee17989607d50a3bf35a39468390

diff --git a/media-libs/imlib2/imlib2-1.4.10.ebuild 
b/media-libs/imlib2/imlib2-1.4.10.ebuild
new file mode 100644
index 000..267d7be1dcb
--- /dev/null
+++ b/media-libs/imlib2/imlib2-1.4.10.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+EGIT_SUB_PROJECT="legacy"
+EGIT_URI_APPEND=${PN}
+
+if [[ ${PV} != "" ]] ; then
+   EKEY_STATE="snap"
+fi
+
+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 ~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"
+
+RDEPEND="media-libs/freetype:2[${MULTILIB_USEDEP}]
+   bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+   gif? ( >=media-libs/giflib-4.1.6-r3:0=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-4.0.3-r6:0[${MULTILIB_USEDEP}] )
+   X? (
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   )
+   mp3? ( >=media-libs/libid3tag-0.15.1b-r3[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   X? (
+   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
+   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   )"
+
+multilib_src_configure() {
+   # imlib2 has diff configure options for x86/amd64 assembly
+   if [[ $(tc-arch) == amd64 ]]; then
+   E_ECONF+=( $(use_enable cpu_flags_x86_sse2 amd64) --disable-mmx 
)
+   else
+   E_ECONF+=( --disable-amd64 $(use_enable cpu_flags_x86_mmx mmx) )
+   fi
+
+   [[ $(gcc-major-version) -ge 4 ]] && E_ECONF+=( 
--enable-visibility-hiding )
+
+   ECONF_SOURCE="${S}" \
+   E_ECONF+=(
+   $(use_enable static-libs static)
+   $(use_with X x)
+   $(use_with jpeg)
+   $(use_with png)
+   $(use_with tiff)
+   $(use_with gif)
+   $(use_with zlib)
+   $(use_with bzip2)
+   $(use_with mp3 id3)
+   )
+
+   enlightenment_src_configure
+}
+
+multilib_src_install() {
+   enlightenment_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/

2017-04-21 Thread David Seifert
commit: e8a6fe2657e463fa023bba7b349f18850f526e70
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:15:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:15:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a6fe26

x11-themes/fvwm-crystal: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild 
b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild
index 0b162dc801a..a0e2a013c5a 100644
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild
+++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild
@@ -13,6 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=x11-wm/fvwm-2.6.5[png]



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

2017-04-21 Thread David Seifert
commit: a2cb0a17ffc55a340ff461dfe7d172be0be07e0c
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:32:16 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:32:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cb0a17

www-servers/cherokee: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-servers/cherokee/cherokee-1.2.104.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/www-servers/cherokee/cherokee-1.2.104.ebuild 
b/www-servers/cherokee/cherokee-1.2.104.ebuild
index a791ec440a8..adff732826e 100644
--- a/www-servers/cherokee/cherokee-1.2.104.ebuild
+++ b/www-servers/cherokee/cherokee-1.2.104.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,8 +17,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE="admin ffmpeg debug geoip ipv6 kernel_linux ldap libressl mysql nls pam 
php rrdtool ssl static static-libs"
+RDEPEND=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND="dev-libs/libpcre
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libpcre
>=sys-libs/zlib-1.1.4-r1
ffmpeg? ( virtual/ffmpeg )
geoip? ( dev-libs/geoip )
@@ -31,8 +35,8 @@ COMMON_DEPEND="dev-libs/libpcre
dev-lang/php:*[cgi]
) )
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
)
"
 DEPEND="${COMMON_DEPEND}



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

2017-04-21 Thread David Seifert
commit: 17e20326cd60fe845e058e412de087d8c6901973
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:06:57 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:06:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e20326

x11-misc/xbattbar: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/xbattbar/xbattbar-1.4.8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xbattbar/xbattbar-1.4.8.ebuild 
b/x11-misc/xbattbar/xbattbar-1.4.8.ebuild
index 9482253d7c8..1d21ccec6d0 100644
--- a/x11-misc/xbattbar/xbattbar-1.4.8.ebuild
+++ b/x11-misc/xbattbar/xbattbar-1.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,6 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
dev-lang/perl



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

2017-04-21 Thread David Seifert
commit: 34b4b0c92aff73777679416e76191442e466f47a
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:27:49 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:27:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b4b0c9

www-apache/mod_wsgi: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild | 5 +++--
 www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild | 5 +++--
 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 3 ++-
 www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild  | 3 ++-
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
index 2f3927a7e17..5a81dbea9f5 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
index 5eeed6deec8..28d19352960 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index 972f8d4f56a..f20f8e4827f 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
index bf3d6a63750..92125169381 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"



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

2017-04-21 Thread David Seifert
commit: 51da4a652f7f31e23466bc7b5e6e2a54ff534331
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:28:50 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:28:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51da4a65

www-client/elinks: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/elinks/elinks-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/elinks/elinks-.ebuild 
b/www-client/elinks/elinks-.ebuild
index 2e0011126b3..86a85d7419f 100644
--- a/www-client/elinks/elinks-.ebuild
+++ b/www-client/elinks/elinks-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,6 +21,7 @@ IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile 
idn ipv6
 RESTRICT="test"
 
 DEPEND="
+   ${PYTHON_DEPS}
bzip2? ( >=app-arch/bzip2-1.0.2 )
gc? ( dev-libs/boehm-gc )
ssl? (



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

2017-04-21 Thread David Seifert
commit: 8ef7fd0068f0db1f718baf00952df0b1fab0ffb3
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:20:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:20:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef7fd00

app-vim/splice: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/splice/splice-1.0.1.ebuild | 10 --
 app-vim/splice/splice-1.1.0.ebuild | 10 --
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/app-vim/splice/splice-1.0.1.ebuild 
b/app-vim/splice/splice-1.0.1.ebuild
index f14b0fae48c..60628b4e947 100644
--- a/app-vim/splice/splice-1.0.1.ebuild
+++ b/app-vim/splice/splice-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,11 +8,17 @@ inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
 HOMEPAGE="https://sjl.bitbucket.org/splice.vim/ 
http://vim.sourceforge.net/scripts/script.php?script_id=4026;
+
 LICENSE="MIT"
 KEYWORDS="amd64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )"
+RDEPEND="
+   ${PYTHON_DEPS}
+   || (
+   app-editors/vim[python]
+   app-editors/gvim[python]
+   )"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 

diff --git a/app-vim/splice/splice-1.1.0.ebuild 
b/app-vim/splice/splice-1.1.0.ebuild
index 823dfad780b..236c096c3a2 100644
--- a/app-vim/splice/splice-1.1.0.ebuild
+++ b/app-vim/splice/splice-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,11 +9,17 @@ inherit vim-plugin python-single-r1 vcs-snapshot
 DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
 HOMEPAGE="https://bitbucket.org/sjl/splice.vim 
http://vim.sourceforge.net/scripts/script.php?script_id=4026;
 SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="MIT"
 KEYWORDS="amd64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )"
+RDEPEND="
+   ${PYTHON_DEPS}
+   || (
+   app-editors/vim[python]
+   app-editors/gvim[python]
+   )"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 



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

2017-04-21 Thread David Seifert
commit: 6c269d95b447af2b3dc623f69ce5fb47ab4409b8
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:23:11 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:23:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c269d95

app-vim/vim-latex: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 10 --
 app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 10 --
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild 
b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
index 6aa0647fa87..b9f42680e7c 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
@@ -16,8 +16,14 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="html python"
-
-RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || (
+   app-editors/vim[python?]
+   app-editors/gvim[python?]
+   )
virtual/latex-base
!app-vim/vimtex"
 

diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild 
b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
index 9aadd760d27..e78f5dd54df 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
@@ -16,8 +16,14 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="html python"
-
-RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || (
+   app-editors/vim[python?]
+   app-editors/gvim[python?]
+   )
virtual/latex-base
!app-vim/vimtex"
 



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2017-04-21 Thread Fabian Groffen
commit: 46532a39fc79518ba39af714919d7f21b6b4c1d3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Apr 21 07:33:51 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Apr 21 07:34:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46532a39

mail-client/mutt: bump patchset for another fix for USE=notmuch, cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-client/mutt/Manifest |   6 +-
 mail-client/mutt/mutt-1.7.2-r1.ebuild | 274 --
 mail-client/mutt/mutt-1.7.2-r2.ebuild | 251 ---
 mail-client/mutt/mutt-1.8.0-r1.ebuild | 252 ---
 mail-client/mutt/mutt-1.8.2.ebuild|   2 +-
 5 files changed, 2 insertions(+), 783 deletions(-)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index a4e6f55e7f6..edc0a66ada7 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -3,10 +3,6 @@ DIST mutt-1.5.23.tar.gz 3782032 SHA256 
3af0701e57b9e1880ed3a0dee34498a228939e854
 DIST mutt-1.5.24-gentoo-patches-r1.tar.bz2 118546 SHA256 
411ad728404f4e7743b82bb79020776ce5bdf614772c387b15992e14f7c444d2 SHA512 
c19e6627683b91119bbbfcd5b3250cb3fb79ff9d62b45861002c50ac232f65447744313921fe10a517efb9cb93f5638615d5b8ce1dd946fab3083bd9eaffefc1
 WHIRLPOOL 
cbd1a3858e3b187117e26718066a2f2dd9c690aca3a77b050142d12b96599adada1a8a723b91b000f9eda92d9ceed284a1ac5cdd243de8085a233f01fac003d7
 DIST mutt-1.5.24.tar.gz 3897115 SHA256 
a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200 SHA512 
f7fe7edf9d1701a8e92761b1f5e6ef2e3a3b513af7898872cbe36a8800714cb76945788a60d2008820c57bc5344a4147e2686f690da42cfc8a912e3a432452b1
 WHIRLPOOL 
35408cabab100e688f8c6d0d598f79144b7c72fb31f41a720acb9a6381e7ca94d66e640fe1178b911cfb16dfde4c982362c4c78ea203aef3a3dbcba09dcdc023
 DIST mutt-1.7.2.tar.gz 4025880 SHA256 
1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9 SHA512 
5f13cbdf802bca80668b2f54bc66201d01bfe34c7f377b1bad88f8fa0e0c695264ff0bf6b64ae9bb6f5a3e22b6f096d2dd99fa36724937609f6f46e6a74da74e
 WHIRLPOOL 
c3a6bac41e31d79ae06ddfba1e9d8868e0cd4b54b04b3ca61ed5330f61ab56c7cf88273ae937c9de134fde01a31aebd70242afee6987177f152a5acd6d9d26b4
-DIST mutt-1.8.0.tar.gz 4116223 SHA256 
45841eda12804b460260adff8f3f39cc977744e832486a3c49e182eda967adab SHA512 
20120baa1d6c528281ba02faf8f19a3cbe3fce5bb5907a3513d3ec98592cd63db2b5f02884002c45dc18a4947d5cf2ac30e2ca4e059ad7a37ca0b22734e3bf1d
 WHIRLPOOL 
5a47aa961a3172b8ff731ce2ad19eb6cece6f31fc18cad8bb6cba821670a3a5c17196447c2711bc7be9f40826c8d6b25c3081bd0b8366f1921487f05c5ca641b
 DIST mutt-1.8.2.tar.gz 4118429 SHA256 
1d057bf1b565f2c38ee50c9a661654cbbe4165f98e25bfa361ebbd707d96f235 SHA512 
a5db6154c6baf96e64e9b55b866052b1dae96166b9993fd9a55dc9801a525b50539d26b68d04983f70e9cc1927d95b5b9057f153ce579398e711a24bbd04869c
 WHIRLPOOL 
338728bd97c1bad36b71fb187b2bd91b517f987049aef7ead0cb8baaefc5b2828991590569980e97b8228fe870cf77439ab01577e3c6dcc10684858be9f1a64c
 DIST mutt-gentoo-1.7.2-patches-r1.tar.xz 143816 SHA256 
6358ee38ff32a35a0bc6449cba13b5cab406148fc068f2faa81aca16a6b5d158 SHA512 
21703bc808ae510e26ede38e1dda5d7c74cad15823154584a83209e9dbf68bf6350961e66729cf2ede78bde003f3b92567d42f9f8f89ed53643dcfa536625b7e
 WHIRLPOOL 
8b6b19da9ced5bf27d86b3143c878c8a392ffa1a3505d7f07d6a5ba5f76289f08447266be0b717179062cff3ba52155538be39f02f5af67fe4d84f9dc2a9d36c
-DIST mutt-gentoo-1.7.2-patches-r2.tar.xz 152992 SHA256 
ac6f017f5d4b14d44a8d5d71e7cdeac59ba381a35ddff2db329e1d0a1af23720 SHA512 
b96c658e151ee6b47a46b91311d9b9de002ae8ba6438d6e628f75722e9e66de5010b6ee6691f26ed0b9ba60aa4d96eee23bff39b7e6a27621e69d33701fafb01
 WHIRLPOOL 
3bb959a58eea74e9286146f0436a499a923c9d451d3d5fe6cef18bf9aa2038a5ce2f9c6514f5fe0c0297a5791fe1de135744eb7149b1c741cd1665a18c8224eb
-DIST mutt-gentoo-1.7.2-patches-r3.tar.xz 157048 SHA256 
6355352d77b4297f4c1a6c2ff3e5877ed03b735ecb9b032dd0ac82e732a748e5 SHA512 
31e71b8d444c93a4db13fea2bfb04dca12e252ea57a6cc77aea74213025ba57fdae207aa1d3a0ef3d0f22617edf090ddd6141d7aa87e03bd896dc4bc98bc3b99
 WHIRLPOOL 
cec7f3b335a5f673a0b6b78a2b807a4432bcfb4df52a28665b74fcf367257d33fcb7a3e594be15453574cf6a22ef63a2bbdffa9124a529229abb71456070bf3d
-DIST mutt-gentoo-1.8.0-patches-r1.tar.xz 116584 SHA256 
73d23e90b8486d41ee2734d0734e7176bc78945d10f2eb8593923e6739115459 SHA512 
8ddb181d6a2d31e128106769b330eec140e1305271bd6d316dd0a8b1cf7a4b339430a4d948711d1470251d1d3804239cbbfa36521b9b6e187d378d87e92d5c9a
 WHIRLPOOL 
2417c7ff86987a027a256ac6e19bd90ad1cd2e0f2ab094208f61304779e3497a35ec4c6ed01cec20312bfd0075691d9d9b9699d91a74640d97047b01b6cf9508
-DIST mutt-gentoo-1.8.2-patches-r1.tar.xz 134744 SHA256 
3fb154e1cf88e4da41bc51629f8b10379b0b1949a1335e578509efaac8a5afa1 SHA512 
b4018e3d50adfbb9d5acefb6f6d26a30ebddee46bba0b7c1b7eeea1de5d2ac35909e5db95f3e1d3f86b32b71eb338f52d508e1bf033dd9bb1a5cf670678c
 WHIRLPOOL 

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

2017-04-21 Thread David Seifert
commit: b8daa491e889f53fa3ab588f9474013510e41a3a
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 06:57:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 06:57:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8daa491

x11-libs/vte: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/vte/vte-0.28.2-r207.ebuild | 1 +
 x11-libs/vte/vte-0.28.2-r208.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-libs/vte/vte-0.28.2-r207.ebuild 
b/x11-libs/vte/vte-0.28.2-r207.ebuild
index a1295691a6d..b316fc2e83d 100644
--- a/x11-libs/vte/vte-0.28.2-r207.ebuild
+++ b/x11-libs/vte/vte-0.28.2-r207.ebuild
@@ -14,6 +14,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="debug +introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
>=dev-libs/glib-2.26:2

diff --git a/x11-libs/vte/vte-0.28.2-r208.ebuild 
b/x11-libs/vte/vte-0.28.2-r208.ebuild
index 9615d9fda8f..9ff769292a1 100644
--- a/x11-libs/vte/vte-0.28.2-r208.ebuild
+++ b/x11-libs/vte/vte-0.28.2-r208.ebuild
@@ -13,6 +13,7 @@ LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="debug +introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
>=dev-libs/glib-2.26:2



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

2017-04-21 Thread David Seifert
commit: ecd613d6685115c90001e89383b5cb1b0349997c
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 06:58:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 06:58:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd613d6

x11-libs/xpyb: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/xpyb/xpyb-1.3.1-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild 
b/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild
index a3317b0bd78..5f34f21b552 100644
--- a/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild
+++ b/x11-libs/xpyb/xpyb-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,6 +15,7 @@ HOMEPAGE="https://xcb.freedesktop.org/;
 
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="selinux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND=">=x11-libs/libxcb-1.7
>=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}]



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

2017-04-21 Thread David Seifert
commit: 1e6d09381a575e3911a202024cdec0bbc591e75a
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:00:00 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:00:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6d0938

x11-misc/dex: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/dex/dex-0.7.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dex/dex-0.7.ebuild b/x11-misc/dex/dex-0.7.ebuild
index add7456851f..d2c359473df 100644
--- a/x11-misc/dex/dex-0.7.ebuild
+++ b/x11-misc/dex/dex-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,7 @@ SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"



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

2017-04-21 Thread David Seifert
commit: ee2bfa4d0dd1012cce97899d1446b6f9549384bf
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 06:59:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 06:59:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2bfa4d

x11-misc/alacarte: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/alacarte/alacarte-3.11.91.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/alacarte/alacarte-3.11.91.ebuild 
b/x11-misc/alacarte/alacarte-3.11.91.ebuild
index 1861e7f1bfd..957334c13ff 100644
--- a/x11-misc/alacarte/alacarte-3.11.91.ebuild
+++ b/x11-misc/alacarte/alacarte-3.11.91.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,6 +16,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



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

2017-04-21 Thread David Seifert
commit: 782b6feecb7325ad1d9b9357ac425fe21d5a4bc3
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:18:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:18:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782b6fee

app-vim/editorconfig-vim: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild   | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
index 4e2840e51de..44e5e9b68b3 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
@@ -4,19 +4,26 @@
 EAPI=6
 
 PYTHON_COMPAT=(python2_7 python3_4 python3_5 python3_6)
+
 inherit python-r1 vim-plugin
 
 DESCRIPTION="vim plugin: Support EditorConfig files "
 HOMEPAGE="http://editorconfig.org/;
+SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
 LICENSE="BSD-2"
 KEYWORDS="~amd64 ~x86"
-SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="dev-python/editorconfig-core-py[${PYTHON_USEDEP}]
+DEPEND="
+   ${PYTHON_DEPS}
+   dev-python/editorconfig-core-py[${PYTHON_USEDEP}]
|| (
-   app-editors/vim[python,${PYTHON_USEDEP}]
-   app-editors/gvim[python,${PYTHON_USEDEP}]
-)"
+   app-editors/vim[python,${PYTHON_USEDEP}]
+   app-editors/gvim[python,${PYTHON_USEDEP}]
+   )"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}/${P}-python3.patch"



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

2017-04-21 Thread David Seifert
commit: e10b8467a9a5b8a60f3b667c82aec0bba443dbb2
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:24:15 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:24:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10b8467

virtual/python-futures: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 virtual/python-futures/python-futures-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/python-futures/python-futures-0.ebuild 
b/virtual/python-futures/python-futures-0.ebuild
index e369e6f8ebf..094a0c6dbdd 100644
--- a/virtual/python-futures/python-futures-0.ebuild
+++ b/virtual/python-futures/python-futures-0.ebuild
@@ -10,6 +10,7 @@ inherit python-r1
 DESCRIPTION="A virtual for the Python concurrent.futures module"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7 
pypy)"



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

2017-04-21 Thread David Seifert
commit: 879870c87c37568ca7a0689c7a9e0cd13edf3ec1
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:29:51 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:29:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879870c8

www-plugins/gnash: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-plugins/gnash/gnash-0.8.10_p20160329-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-plugins/gnash/gnash-0.8.10_p20160329-r1.ebuild 
b/www-plugins/gnash/gnash-0.8.10_p20160329-r1.ebuild
index 8cd6f7446d0..dad2a1764d4 100644
--- a/www-plugins/gnash/gnash-0.8.10_p20160329-r1.ebuild
+++ b/www-plugins/gnash/gnash-0.8.10_p20160329-r1.ebuild
@@ -102,6 +102,7 @@ DEPEND="${RDEPEND}
gnome? ( app-text/rarian )
nsplugin? ( net-misc/npapi-sdk )
test? ( dev-util/dejagnu )
+   ${PYTHON_DEPS}
 "
 # Tests hang with sandbox, bug #321017
 RESTRICT="test"



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

2017-04-21 Thread David Seifert
commit: 64077f85bac837b6e8c1a824920b8ea6a46a5b3a
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:13:41 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:13:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64077f85

x11-terms/guake: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-terms/guake/guake-0.8.3.ebuild | 16 +---
 x11-terms/guake/guake-0.8.7.ebuild | 16 +---
 x11-terms/guake/guake-0.8.8.ebuild | 14 --
 x11-terms/guake/guake-.ebuild  | 14 --
 4 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/x11-terms/guake/guake-0.8.3.ebuild 
b/x11-terms/guake/guake-0.8.3.ebuild
index de9970ce965..7355a080eac 100644
--- a/x11-terms/guake/guake-0.8.3.ebuild
+++ b/x11-terms/guake/guake-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,14 +16,16 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-   dev-libs/keybinder:0[python]
-   dev-python/dbus-python
-   dev-python/gconf-python
-   dev-python/notify-python
-   dev-python/pygtk
-   dev-python/pyxdg
+   ${PYTHON_DEPS}
+   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gconf-python[${PYTHON_USEDEP}]
+   dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/vte:0[python]

diff --git a/x11-terms/guake/guake-0.8.7.ebuild 
b/x11-terms/guake/guake-0.8.7.ebuild
index 6ff646809a2..2a8e13d3800 100644
--- a/x11-terms/guake/guake-0.8.7.ebuild
+++ b/x11-terms/guake/guake-0.8.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,14 +15,16 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-   dev-libs/keybinder:0[python]
-   dev-python/dbus-python
-   dev-python/gconf-python
-   dev-python/notify-python
-   dev-python/pygtk
-   dev-python/pyxdg
+   ${PYTHON_DEPS}
+   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gconf-python[${PYTHON_USEDEP}]
+   dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/vte:0[python]

diff --git a/x11-terms/guake/guake-0.8.8.ebuild 
b/x11-terms/guake/guake-0.8.8.ebuild
index cead14fe683..1544863d0db 100644
--- a/x11-terms/guake/guake-0.8.8.ebuild
+++ b/x11-terms/guake/guake-0.8.8.ebuild
@@ -15,14 +15,16 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-   dev-libs/keybinder:0[python]
-   dev-python/dbus-python
-   dev-python/gconf-python
-   dev-python/notify-python
-   dev-python/pygtk
-   dev-python/pyxdg
+   ${PYTHON_DEPS}
+   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gconf-python[${PYTHON_USEDEP}]
+   dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/vte:0[python]

diff --git a/x11-terms/guake/guake-.ebuild 
b/x11-terms/guake/guake-.ebuild
index 31f8611ec32..5f3f7f99245 100644
--- a/x11-terms/guake/guake-.ebuild
+++ b/x11-terms/guake/guake-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,13 +17,15 @@ EGIT_REPO_URI="https://github.com/Guake/guake.git;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-   dev-python/dbus-python
-   dev-python/gconf-python
-   dev-python/notify-python
-   dev-python/pygtk
-   dev-python/pyxdg
+   ${PYTHON_DEPS}
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gconf-python[${PYTHON_USEDEP}]
+   dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
x11-libs/gtk+:2
x11-libs/libX11

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

2017-04-21 Thread David Seifert
commit: de94b5ab9b24bc86f7ee515d5f06bf77df9211d8
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 07:26:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 07:26:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de94b5ab

www-apache/mod_python: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apache/mod_python/mod_python-3.5.0-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild 
b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild
index bc18a0d1c11..72bdffc43e2 100644
--- a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild
+++ b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -15,12 +15,14 @@ LICENSE="Apache-2.0"
 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE="doc test"
 SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 APACHE2_MOD_CONF="16_${PN}"
 APACHE2_MOD_DEFINE="PYTHON"
 need_apache2
 
-RDEPEND="${RDEPEND}"
+RDEPEND="${RDEPEND}
+   ${PYTHON_DEPS}"
 DEPEND="${DEPEND}
test? (
app-admin/apache-tools



  1   2   >