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

2017-04-13 Thread Hans de Graaff
commit: 5bc9411b6ccc8dd4badd87ef0fa0040433bc0b9d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 14 05:00:22 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 14 05:00:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc9411b

dev-ruby/ferret: add 0.11.8.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/ferret/Manifest b/dev-ruby/ferret/Manifest
index fca818e0ce9..bdb0ffd6ec3 100644
--- a/dev-ruby/ferret/Manifest
+++ b/dev-ruby/ferret/Manifest
@@ -1 +1,2 @@
 DIST ferret-0.11.8.6.gem 617984 SHA256 
c1d1bc3fe18d0496f02d11c925683c87ab994fd6e096b3ebac1652e3514e6d6e SHA512 
bc545dc86abf7e818791f4f280025fd0a6ca3aad66fc4f4c6a532e995d718ee4adcdace15538cd35e068887ade059c874d8b6d72f5b02f98829d6db44b019c59
 WHIRLPOOL 
ca148404fe29a3cf8b2e550ef73aa99dcf32654cb060f2e3d0c378e995733f8a4dadcd6f7bad6597c398caba39e06d9db0b6292ac87c23f0740f83a55da9d10c
+DIST ferret-0.11.8.7.gem 608768 SHA256 
9b22927618fbc76579665ea4cc4133edeeff8d31c2b974507f59078042048363 SHA512 
ac7cafa25ade9741e0eb95d7372f6dd7ce4ea82368c69ace536b852fd5cc435d05764041ba1bddcc6098665c6e1aa7a12ac9739e45362007f726f3e7a8124df1
 WHIRLPOOL 
2a6a0fd154385def37243f039024e4d88c232cb42d8e0a397f16f359c0789e5dbc801ece938f0ee1a274c5b29ce02e0b330056178e4bac24a2a372b056a810b1

diff --git a/dev-ruby/ferret/ferret-0.11.8.7.ebuild 
b/dev-ruby/ferret/ferret-0.11.8.7.ebuild
new file mode 100644
index 000..0093bcfed42
--- /dev/null
+++ b/dev-ruby/ferret/ferret-0.11.8.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_NAME="ferret"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_DOCDIR="doc/api"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG RELEASE_CHANGES RELEASE_NOTES README.md TODO 
TUTORIAL.md"
+
+inherit multilib ruby-fakegem
+
+MY_P="${P/ruby-/}"
+DESCRIPTION="A ruby indexing/searching library"
+HOMEPAGE="https://github.com/jkraemer/ferret;
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND+=" app-arch/bzip2"
+DEPEND+=" app-arch/bzip2"
+
+all_ruby_prepare() {
+   # Remove bundled bzlib code and use system version instead.
+   rm ext/BZLIB* ext/bzlib* || die
+   sed -i -e '14i  $LDFLAGS += " -lbz2 "' ext/extconf.rb || die
+
+   # Avoid test known to fail upstream:
+   # https://github.com/jkraemer/ferret/issues/2
+   sed -i -e '/test_adding_long_url/,/^  end/ s:^:#:' \
+   test/unit/index/tc_index_writer.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
+   cp ext/ferret_ext$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_all.rb || die
+}



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

2017-04-13 Thread Hans de Graaff
commit: 8bfc6ca449904a237e034c8b1bbe54cda19171e3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 14 05:16:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 14 05:16:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfc6ca4

dev-ruby/rrdtool-bindings: add ruby23, ruby24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild | 2 +-
 dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild 
b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild
index c2264b958b6..32fef450dc7 100644
--- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild
+++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 

diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild 
b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild
index 00ad382821b..7a724528527 100644
--- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild
+++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2017-04-13 Thread Hans de Graaff
commit: 5a30813cf7e9e6be8d2e7888c2547720edf7fdcf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 14 05:07:43 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 14 05:07:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a30813c

dev-ruby/file-tail: add 1.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/file-tail/Manifest   |  1 +
 dev-ruby/file-tail/file-tail-1.2.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/file-tail/Manifest b/dev-ruby/file-tail/Manifest
index 4143df27d6f..a931f9c52b7 100644
--- a/dev-ruby/file-tail/Manifest
+++ b/dev-ruby/file-tail/Manifest
@@ -1 +1,2 @@
 DIST file-tail-1.1.1.gem 23040 SHA256 
1094d5b2b424a4c38abdda767238737f0122590e2ab07c7278c196ba65c0ce3d SHA512 
fa9fc8a0826ca001ba775110a534dbe9f5474ad43d60a2fc3b67badaced170b099a5dab3a6499415d9ffcc493c37436b7a964d34268de053ae6d8acfe55fa42d
 WHIRLPOOL 
37c622ef107c25d4f7cc72ffe0f06ed1c40637d5495ddd382d5e4281167811612edeb66c284f7fa1b04b04515870d2a049752f1929eb98133fc9377b51b5df88
+DIST file-tail-1.2.0.gem 19968 SHA256 
152f6ca64c009c754b89f06e7636ead96e5b55413641021402118ca66b6b43d9 SHA512 
ac20e5e855144f7462ef0471be08ab56e521a7b22117f1653e06624e1d81ac11d047a21a6979476bc8547dd88d90f25e51052950148acbe3ea64bdd3c35e1da3
 WHIRLPOOL 
bfaf1a5ffb35e5fb636b7a625c074228065e2a4c6e8ca9bb8c7434bf41e215310301f7eb23d4b24b4fdcc4eb3529e069d179a50ce4146d02e499d237eff2bac4

diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
new file mode 100644
index 000..ba8b45ba4b5
--- /dev/null
+++ b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOC_SOURCES="lib README.md"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby"
+HOMEPAGE="https://flori.github.com/file-tail;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/tins-1*"
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}



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

2017-04-13 Thread Ian Stakenvicius
commit: 604acfde300bd588cdc2675d1e0f44ac8b578a8c
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Apr 13 16:58:28 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 14 02:19:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604acfde

www-client/firefox-bin: bump to 52.0.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/firefox-bin/Manifest| 172 ++---
 ...-52.0.1-r1.ebuild => firefox-bin-52.0.2.ebuild} |   0
 2 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index b2fc1116841..c8024f8b8c4 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -83,91 +83,91 @@ DIST firefox-45.8.0esr-vi.xpi 450778 SHA256 
6112ea4ddeb60109f656f902886c2b59b8cb
 DIST firefox-45.8.0esr-xh.xpi 432918 SHA256 
d77e888447b44be1716f36f36f599823ea619e6b58673d21123b171402b05203 SHA512 
67689b6515935ea58e8a38b700ab1eb73ddf2dc597ccf08d41267483342343101f757fb2be97eebaf561600d5bd5bd4166ad63d6081eccd07c8d0a1b06014de8
 WHIRLPOOL 
d9e1dbae5da26b90654d136425256af688f4d910291b6cea70d934478be4bff59189ce9fb88f6860969d5c3a14d50578797a9947b0931f0a9c8dfb7731b1746b
 DIST firefox-45.8.0esr-zh-CN.xpi 475797 SHA256 
295990f964e9926f20b6a5f06e06686a88a9199a7e4a48e9fa2132e6338cff0c SHA512 
5060fae862325558a1965c17d40fc5dd106da92b07fe1d9e89858597d3251737667166d4df073ca701f633b5ec5f4a3f8321abb59c85a5829f2bcb58b75f08df
 WHIRLPOOL 
00056c6e442134a0895da420ee18c07806d2c41658d396dea6e4917238cf2b7a1dc8cf51790dea46fa826b0b64c0cbe9a6fa0fca9600ae9160a6595dcafd9abf
 DIST firefox-45.8.0esr-zh-TW.xpi 466529 SHA256 
004c22566602ef5c3905f0d8818018fc77d9f8022c97e15bb9f2841c9711fde3 SHA512 
5cca12667ee2c283ed13912369c3cc20983c891be4e31a912c3167da7eaa9b6eee84d7ae2c67ae09c336d6e03360181d366575f89690d4c9761c5d80a9c7edc3
 WHIRLPOOL 
600d0e128284513b2e24bb951ce30769d27423290ac68b5e7309c46ac0c9fdb17bfc46317236e220145d950cb13c45ff02b808412496816750ef48a4e7dff889
-DIST firefox-52.0.1-ach.xpi 427638 SHA256 
029fc0651bd93f0cda2212c6c77dfdec492fe67c3e906719e08c0568c7910871 SHA512 
cded3a892ba35ab7f9ecd246f1cbd66eb6d5ba4843a407188912ae9462a1cd84b8ae73d75e8d073d81963e53a841452caee9c9a99d44398b2fbf980ae8c3e3b8
 WHIRLPOOL 
0d3ec4c6ea18448526f9573413e9abf241dc61837dd6c09346ce64c7a47543976e00a9d462d5147edaf5594c773e2ba5361ea2c863410e503aa0e64640751cb0
-DIST firefox-52.0.1-af.xpi 436821 SHA256 
2b2f70e6597ff17f73ff58de203aebcc95b96c0a342cd9197ec58019153ccf4a SHA512 
fa789488c724e9911b0f0d30693dcaf13dda8900e29657f4503a37c9cda79db5c4e021c7c1c3d52ad17b05915d5e71edcb881a25f5bd7896048206e9fe6eac18
 WHIRLPOOL 
ac46d527855239de7e73616fcea8a657cc16fca31c6a55b680beb12cd283ba4f36ef38c0a4d960795672835febe3aa3fbc05ca361c6a1866a49c8d7572947a8f
-DIST firefox-52.0.1-an.xpi 445141 SHA256 
20f2c073d1732638c52be2da43fcd2edfac05bc638bacbb1e1716d48866d9d8f SHA512 
d6abe533a66676377e705bc0e4835cd95e5855e99ea1f5b76b73cfbd31e58f4bb89fa3b40ab92f1f16d687891724b929f50b6b51cde86210d4a112c07b3c65d9
 WHIRLPOOL 
4c23f58436f22ee3d8c46f7561afd860eeb8c0d0a05cf564cfa4a31e145818ef191f0a353bd013ba8494695cd2474f5fb98e972a5e6af76cc7c20a02709f7f4c
-DIST firefox-52.0.1-ar.xpi 473379 SHA256 
806a2305ef2d58af3aa2d4b292f0039c01a4ec0cf49fbf348cbb0e8f07b68e62 SHA512 
26736a0ab3a2e58fef2e65301df22e75d8218254474319529c3b2f3773e115dc0dc3305fa6f2b5bdc80d25b92b5269e1592b69136b2b4867a71a6be9c61bb7af
 WHIRLPOOL 
4f09e1067abde65946e3226f136c72b996c98d447110d1590a89a2cf4e3553febbf073f769ebe8f28ebd10e81ea18f4001281e61031503b7f58bc1f50c5ac964
-DIST firefox-52.0.1-as.xpi 486886 SHA256 
db8aaa8e13d1c2c4dab50c560b350b5eb2bc76b7958006d14e61f0fe7a6558ac SHA512 
6cc750e80687148702835f781af47641a25eaf081a3e856cece35431eeb6773c0bf87a90283c9e7f6e69cc2379e5d166cdfd963a1f177721320bae27d4e64615
 WHIRLPOOL 
03a05e1c29dc42a0c2e1cf33a1163627faa8fd2dda12eaad0b8addd32be37b93ac866decb9516e52c3fcbb912516fe774c689b161fb5d32f8703c147e5a3b572
-DIST firefox-52.0.1-ast.xpi 440030 SHA256 
e2ff07c3e417d6af301e76e440a2b57714e184f0205112afa62931c8fa29a0b1 SHA512 
59fb8516d5b1d5f6281fa5ddc9ea86e01224dbe6607a95614cfba3fe8dab24e6e997f960958a0e2ab19f64de18187bd8c0c091e8b84051a2d0cdad47a222c4db
 WHIRLPOOL 
b8b6c52150d0a4e53144b663b390402494342ebac138fd58d83d8bdb32cb926b4d5d18d995eb675feb62f2c52efba2b67d9c45ce62aede042fea1f329daa54af
-DIST firefox-52.0.1-az.xpi 454920 SHA256 
17dee736d55dec2102d62b64643762b0083cd1e55200aabad30babcf5d2b010e SHA512 
be3373317e310b2e825e6d4dd7547e8da7527a48cbbd98865b02a5b1422402fee96678ebba5ec62c5d669f15e9b0e8130a49ed652c63051d83dcb8943c5b
 WHIRLPOOL 
422de44425a851fd8fb793741dfdf2e008f3182cf9e31cebafa63bf08fcf9ea40bba255b87a83772f977710c5901a906a55fe84734f7316d37e11b1c4467aab6
-DIST firefox-52.0.1-bg.xpi 487890 SHA256 
0a6fedbcf892eb6cb4c6359020806c35e59298649615aba716a25d956b1281d9 SHA512 
d70f677d7e6ac77a509f928064ddfa96cb36a2adb143048fb5169b659e2540eea40a51ed7d019f0f96bf09f22ac404e35800601963a5f5877ddf73ecb7d7d867
 

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

2017-04-13 Thread Ian Stakenvicius
commit: 136b2471b6fcce444de3e7d2b3267678ead31738
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Mar 23 19:42:25 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 14 02:19:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136b2471

mozconfig-v6.52.eclass: various fixes

Skia support is now forced off on big-endian platforms, to avoid bug 607662

gtk+:2 is added back as a fixed dependency, as it is still needed on mozilla-52
regardless of whether or not the toolkit is cairo-gtk3, bug 601326

apulse is now an alternative dependency to pulseaudio for USE="pulseaudio"

 eclass/mozconfig-v6.52.eclass | 49 +--
 1 file changed, 33 insertions(+), 16 deletions(-)

diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index ac8d9a5881a..783a0ed8099 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -51,12 +51,14 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
 # @DESCRIPTION:
 # Set this variable before the inherit line, when an ebuild can provide
-# optional gtk3 support via IUSE="gtk3".  Currently this would include
-# ebuilds for firefox, but thunderbird and seamonkey could follow in the 
future.
+# optional gtk3 support via IUSE="force-gtk3".  Currently this would include
+# thunderbird and seamonkey in the future, once support is ready for testing.
 #
-# Leave the variable UNSET if gtk3 support should not be available.
+# Leave the variable UNSET if gtk3 support should not be optionally available.
 # Set the variable to "enabled" if the use flag should be enabled by default.
 # Set the variable to any value if the use flag should exist but not be 
default-enabled.
+# If gtk+:3 is to be the standard toolkit, do not use this and instead use
+# MOZCONFIG_OPTIONAL_GTK2ONLY.
 
 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
 # @DESCRIPTION:
@@ -93,6 +95,7 @@ RDEPEND=">=app-text/hunspell-1.2:=
dev-libs/atk
dev-libs/expat
>=x11-libs/cairo-1.10[X]
+   >=x11-libs/gtk+-2.18:2
x11-libs/gdk-pixbuf
>=x11-libs/pango-1.22.0
>=media-libs/libpng-1.6.25:0=[apng]
@@ -100,7 +103,8 @@ RDEPEND=">=app-text/hunspell-1.2:=
media-libs/fontconfig
>=media-libs/freetype-2.4.10
kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( || ( media-sound/pulseaudio
+   >=media-sound/apulse-0.1.9 ) )
virtual/freedesktop-icon-theme
dbus? ( >=sys-apps/dbus-0.60
>=dev-libs/dbus-glib-0.72 )
@@ -128,25 +132,18 @@ RDEPEND=">=app-text/hunspell-1.2:=
 if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then
MOZCONFIG_OPTIONAL_GTK2ONLY=
if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then
-   IUSE+=" +gtk3"
+   IUSE+=" +force-gtk3"
else
-   IUSE+=" gtk3"
+   IUSE+=" force-gtk3"
fi
-   RDEPEND+="
-   gtk3? ( >=x11-libs/gtk+-3.4.0:3 )
-   !gtk3? ( >=x11-libs/gtk+-2.18:2 )"
+   RDEPEND+=" force-gtk3? ( >=x11-libs/gtk+-3.4.0:3 )"
 elif [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then
if [[ ${MOZCONFIG_OPTIONAL_GTK2ONLY} = "enabled" ]]; then
IUSE+=" +gtk2"
else
IUSE+=" gtk2"
fi
-   RDEPEND+="
-   gtk2? ( >=x11-libs/gtk+-2.18:2 )
-   !gtk2? ( >=x11-libs/gtk+-3.4.0:3 )"
-else
-   RDEPEND+="
-   >=x11-libs/gtk+-2.18:2"
+   RDEPEND+=" !gtk2? ( >=x11-libs/gtk+-3.4.0:3 )"
 fi
 if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then
if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then
@@ -166,9 +163,12 @@ DEPEND="app-arch/zip
app-arch/unzip
>=sys-devel/binutils-2.16.1
sys-apps/findutils
+   pulseaudio? ( media-sound/pulseaudio )
${RDEPEND}"
 
 RDEPEND+="
+   pulseaudio? ( || ( media-sound/pulseaudio
+   >=media-sound/apulse-0.1.9 ) )
selinux? ( sec-policy/selinux-mozilla )"
 
 # @FUNCTION: mozconfig_config
@@ -248,10 +248,16 @@ mozconfig_config() {
mozconfig_annotate 'Gentoo default' --with-system-png
mozconfig_annotate '' --enable-system-ffi
mozconfig_annotate 'Gentoo default to honor system linker' 
--disable-gold
-   mozconfig_annotate '' --enable-skia
mozconfig_annotate '' --disable-gconf
mozconfig_annotate '' --with-intl-api
 
+   # skia has no support for big-endian platforms
+   if [[ $(tc-endian) == "big" ]]; then
+   mozconfig_annotate 'big endian target' --disable-skia
+   else
+   mozconfig_annotate '' --enable-skia
+   fi
+
# default toolkit is cairo-gtk2, optional use flags can change this
local toolkit="cairo-gtk2"
local toolkit_comment=""
@@ -322,6 +328,9 @@ mozconfig_config() {
fi
if [[ ${CHOST} == armv* ]] ; 

[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, www-client/firefox/files/

2017-04-13 Thread Ian Stakenvicius
commit: 634750f1d34ba76e2890ef2350c10786cd3255ed
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Apr 14 02:18:33 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 14 02:21:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634750f1

www-client/firefox: bump to 52.0.2, fix compilation on musl, allow apulse

This bump also acts to trigger rebuilds for the *DEPEND changes that
allow apulse to be used at runtime instead of just pulseaudio. Note that
apulse support is not a drop-in replacement and end-users need to do something
to ensure the apulse version of libpulse*.so are in the LD_LIBRARY_PATH when
firefox is run.  The mozilla-overlay contains an attempt at ensuring these libs
load automatically but this will not be added to the gentoo repo until it is
ensured that there are no negative results or conflicts as a result.  End-users
should continue to use alsa if the do not wish to use the full version of
pulseaudio.

Bug: http://bugs.gentoo.org/613980
Bug: http://bugs.gentoo.org/615372

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/firefox/Manifest| 184 ++---
 .../files/musl_drop_hunspell_alloc_hooks.patch |  13 ++
 ...efox-52.0.1-r1.ebuild => firefox-52.0.2.ebuild} |   1 +
 3 files changed, 106 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index c0fb5880720..c35a1f38773 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -173,95 +173,95 @@ DIST firefox-45.8.0esr-zh-CN.xpi 475797 SHA256 
295990f964e9926f20b6a5f06e06686a8
 DIST firefox-45.8.0esr-zh-TW.xpi 466529 SHA256 
004c22566602ef5c3905f0d8818018fc77d9f8022c97e15bb9f2841c9711fde3 SHA512 
5cca12667ee2c283ed13912369c3cc20983c891be4e31a912c3167da7eaa9b6eee84d7ae2c67ae09c336d6e03360181d366575f89690d4c9761c5d80a9c7edc3
 WHIRLPOOL 
600d0e128284513b2e24bb951ce30769d27423290ac68b5e7309c46ac0c9fdb17bfc46317236e220145d950cb13c45ff02b808412496816750ef48a4e7dff889
 DIST firefox-45.8.0esr.source.tar.xz 185229628 SHA256 
7e28decd81f78070b433c69ebd7498f2e46e7cc5c5c6bff9a8cd7380d09da17a SHA512 
f7b5e0c659b2e824cee7f3784e2d72c562915af91c7e316ec1519305755d2126d91b74c47f96c8b4fc7377710f295545c58b2f989c65c268fc23677ef8cf5c85
 WHIRLPOOL 
75f04e3666cfca5eee698c1ee9724b6ffdc5fc71569e356385ddb9a161667b870f52f00dde5d914a81e39253a1db0574b31612507330d6c0f884db0b9a40732c
 DIST firefox-52.0-patches-08.tar.xz 10084 SHA256 
2acdd54fd4268a1a1a12905fb3586981d55bad5269b8f380a54aa65fc4268a4f SHA512 
974edc753230429a52c820c82d8b78ea727b1e42a10fcd562b9e4173920f369a78550e6517e32cfea64d19a92c658ef1cebb29c59165fe8aaa587ec20107c835
 WHIRLPOOL 
ab2c1520bf795ef48e564fb81ce812e11e7f4f4a2fe472ad85b045011344f359c62ec0c4c83e4ad196d3d891eef8ef52b462a77b6f1485a75eeabc1487462410
-DIST firefox-52.0.1-ach.xpi 427638 SHA256 
029fc0651bd93f0cda2212c6c77dfdec492fe67c3e906719e08c0568c7910871 SHA512 
cded3a892ba35ab7f9ecd246f1cbd66eb6d5ba4843a407188912ae9462a1cd84b8ae73d75e8d073d81963e53a841452caee9c9a99d44398b2fbf980ae8c3e3b8
 WHIRLPOOL 
0d3ec4c6ea18448526f9573413e9abf241dc61837dd6c09346ce64c7a47543976e00a9d462d5147edaf5594c773e2ba5361ea2c863410e503aa0e64640751cb0
-DIST firefox-52.0.1-af.xpi 436821 SHA256 
2b2f70e6597ff17f73ff58de203aebcc95b96c0a342cd9197ec58019153ccf4a SHA512 
fa789488c724e9911b0f0d30693dcaf13dda8900e29657f4503a37c9cda79db5c4e021c7c1c3d52ad17b05915d5e71edcb881a25f5bd7896048206e9fe6eac18
 WHIRLPOOL 
ac46d527855239de7e73616fcea8a657cc16fca31c6a55b680beb12cd283ba4f36ef38c0a4d960795672835febe3aa3fbc05ca361c6a1866a49c8d7572947a8f
-DIST firefox-52.0.1-an.xpi 445141 SHA256 
20f2c073d1732638c52be2da43fcd2edfac05bc638bacbb1e1716d48866d9d8f SHA512 
d6abe533a66676377e705bc0e4835cd95e5855e99ea1f5b76b73cfbd31e58f4bb89fa3b40ab92f1f16d687891724b929f50b6b51cde86210d4a112c07b3c65d9
 WHIRLPOOL 
4c23f58436f22ee3d8c46f7561afd860eeb8c0d0a05cf564cfa4a31e145818ef191f0a353bd013ba8494695cd2474f5fb98e972a5e6af76cc7c20a02709f7f4c
-DIST firefox-52.0.1-ar.xpi 473379 SHA256 
806a2305ef2d58af3aa2d4b292f0039c01a4ec0cf49fbf348cbb0e8f07b68e62 SHA512 
26736a0ab3a2e58fef2e65301df22e75d8218254474319529c3b2f3773e115dc0dc3305fa6f2b5bdc80d25b92b5269e1592b69136b2b4867a71a6be9c61bb7af
 WHIRLPOOL 
4f09e1067abde65946e3226f136c72b996c98d447110d1590a89a2cf4e3553febbf073f769ebe8f28ebd10e81ea18f4001281e61031503b7f58bc1f50c5ac964
-DIST firefox-52.0.1-as.xpi 486886 SHA256 
db8aaa8e13d1c2c4dab50c560b350b5eb2bc76b7958006d14e61f0fe7a6558ac SHA512 
6cc750e80687148702835f781af47641a25eaf081a3e856cece35431eeb6773c0bf87a90283c9e7f6e69cc2379e5d166cdfd963a1f177721320bae27d4e64615
 WHIRLPOOL 
03a05e1c29dc42a0c2e1cf33a1163627faa8fd2dda12eaad0b8addd32be37b93ac866decb9516e52c3fcbb912516fe774c689b161fb5d32f8703c147e5a3b572
-DIST firefox-52.0.1-ast.xpi 440030 SHA256 
e2ff07c3e417d6af301e76e440a2b57714e184f0205112afa62931c8fa29a0b1 SHA512 

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

2017-04-13 Thread Ian Stakenvicius
commit: 27dfc5592208b407bbaf26cbc780bfae5294c001
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Apr 12 21:09:22 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Apr 14 02:19:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dfc559

www-client/firefox-bin: add apulse compatibility to wrapper and some use-flags

Added ffmpeg and pulseaudio to IUSE, default-enabled, to be (A) compatible with
www-client/firefox and (B) ensure dependencies for this functionality is brought
in and retained without @world entries required.  It's a binary package so the
hit is minimal to be dealing with optional runtime-only deps with use flags.

Also added apulse to the LD_LIBRARY_PATH so that it will be used to provide
audio support when it is installed.

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...n-52.0.1.ebuild => firefox-bin-52.0.1-r1.ebuild} | 21 -
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/www-client/firefox-bin/firefox-bin-52.0.1.ebuild 
b/www-client/firefox-bin/firefox-bin-52.0.1-r1.ebuild
similarity index 91%
rename from www-client/firefox-bin/firefox-bin-52.0.1.ebuild
rename to www-client/firefox-bin/firefox-bin-52.0.1-r1.ebuild
index 5a15b94ea04..138b3285c87 100644
--- a/www-client/firefox-bin/firefox-bin-52.0.1.ebuild
+++ b/www-client/firefox-bin/firefox-bin-52.0.1-r1.ebuild
@@ -31,14 +31,13 @@ RESTRICT="strip mirror"
 KEYWORDS="-* ~amd64 ~x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="selinux startup-notification"
+IUSE="+ffmpeg +pulseaudio selinux startup-notification"
 
 DEPEND="app-arch/unzip"
 RDEPEND="dev-libs/atk
>=sys-apps/dbus-0.60
>=dev-libs/dbus-glib-0.72
>=dev-libs/glib-2.26:2
-   >=media-libs/alsa-lib-1.0.16
media-libs/fontconfig
>=media-libs/freetype-2.4.10
>=x11-libs/cairo-1.10[X]
@@ -54,6 +53,9 @@ RDEPEND="dev-libs/atk
x11-libs/libXt
>=x11-libs/pango-1.22.0
virtual/freedesktop-icon-theme
+   pulseaudio? ( || ( media-sound/pulseaudio
+   >=media-sound/apulse-0.1.9 ) )
+   ffmpeg? ( media-video/ffmpeg )
selinux? ( sec-policy/selinux-mozilla )
 "
 
@@ -132,8 +134,8 @@ src_install() {
cat <<-EOF >"${ED}"usr/bin/${PN}
#!/bin/sh
unset LD_PRELOAD
-   LD_LIBRARY_PATH="/opt/firefox/"
-   GTK_PATH=/usr/lib/gtk-2.0/
+   LD_LIBRARY_PATH="/usr/$(get_libdir)/apulse:/opt/firefox/" \\
+   GTK_PATH=/usr/lib/gtk-3.0/ \\
exec /opt/${MOZ_PN}/${MOZ_PN} "\$@"
EOF
fperms 0755 /usr/bin/${PN}
@@ -162,15 +164,8 @@ pkg_postinst() {
einfo "gnome-base/orbit and net-misc/curl emerged."
einfo
fi
-   einfo "For HTML5 video you need media-video/ffmpeg installed."
-
-   # Drop requirement of curl not built with nss as it's not necessary 
anymore
-   #if has_version 'net-misc/curl[nss]'; then
-   #   einfo
-   #   einfo "Crashreporter won't be able to send reports"
-   #   einfo "if you have curl emerged with the nss USE-flag"
-   #   einfo
-   #fi
+   use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without 
media-video/ffmpeg installed"
+   use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without 
apulse or pulseaudio installed"
 
# Update mimedb for the new .desktop file
fdo-mime_desktop_database_update



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

2017-04-13 Thread Kent Fredric
commit: 565a9fa93cc1fec29b49ffc508479113800e659e
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 14 01:51:48 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 14 01:51:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565a9fa9

dev-python/fedmsg: Bump to version 0.18.3

Upstream:
- Change branding to "Federated Message Bus"
- Updated example publishing code
- Fix support for multi-line JSON
- fedmsg-relay no longer iadvertently starts producers
- Drop artificial keys from datagrepper so backlog doesn't fail
  validation
- Fix broken test suite mock

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/fedmsg/Manifest |  1 +
 dev-python/fedmsg/fedmsg-0.18.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/fedmsg/Manifest b/dev-python/fedmsg/Manifest
index fcec0f12e66..6b7462084e6 100644
--- a/dev-python/fedmsg/Manifest
+++ b/dev-python/fedmsg/Manifest
@@ -1,2 +1,3 @@
 DIST fedmsg-0.18.1.tar.gz 539434 SHA256 
e2456f8f6fc46cfc5a63447d12077fcc0459cc53433e7beb211d708617331795 SHA512 
aca7bb54f520e0c967ff325c246dcc9376c5240d251bbdf23612562205fb8531627f88dd2524af5884f686e6ce11fdf1de3beaf3bf4fae04bb6c4bc612b1d2df
 WHIRLPOOL 
2c369ca33b43dd34333a3e75e0b81f811d792219bd3eebd96d3abdcc35943ea3390ed93dec9073ccc5fa0148d683c7a897a133712f41afe1c329a287e60f842e
 DIST fedmsg-0.18.2.tar.gz 530777 SHA256 
8f0cde1f60d32d412280599edb57b55a5aa217ff75b90867cfa5ed18b26c2703 SHA512 
29091973399cb8df1c26cf19087d9111a0a8fe650e76a3ebb9dbb363950fd1e31aa784a3464fd8aa3d48d4492fdbe54c00123e49180a361849741a07258afee5
 WHIRLPOOL 
90d2dc74e6cd5544932547260806429dfd491adddb67943e2c62632381e9cf91d5b29885f631058aecf4c42056865283145f6d2168d771269e9f83b7b0ae5aa1
+DIST fedmsg-0.18.3.tar.gz 540686 SHA256 
1e870af77d9d27c83542849d24be3ee9807b1a36499e4471004e0473851ca0ac SHA512 
59418b4da151c71962bf7d4d5c5005716c41578673b4786b0a6de3928b24e3de2976878fd66580f02848d453df4588d26d484d5eaf594ba7f49b1ba3a1cb2b00
 WHIRLPOOL 
8781fd2ed6db5a4308954d8ef063faa7a3545963cfffea62a1ec6e3237ae0a361944764c4f6a585a5e61699b70017a5d459a6d18d68b8b62e638b53d3a558762

diff --git a/dev-python/fedmsg/fedmsg-0.18.3.ebuild 
b/dev-python/fedmsg/fedmsg-0.18.3.ebuild
new file mode 100644
index 000..f59cd04664d
--- /dev/null
+++ b/dev-python/fedmsg/fedmsg-0.18.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="Fedora Messaging Client API"
+HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/0.18.0-endpoints.patch"
+ "${FILESDIR}/0.18.0-no_signatures.patch" )
+RDEPEND="
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/kitchen[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/arrow[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}"
+DOCS=(
+   "README.rst" "CHANGELOG.rst"
+   #TODO: doc/ dir full of rst files
+)
+
+python_install_all() {
+   distutils-r1_python_install_all
+   insinto /etc/
+   doins -r "${S}/fedmsg.d"
+}



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

2017-04-13 Thread Kent Fredric
commit: 833b446e970ef0cde4e35109b590f3019e01653a
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 14 01:33:29 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 14 01:33:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833b446e

dev-perl/libwww-perl: Bump to version 2.260.0

Upstream:
- Perltidy bin/ apps
- use strict/warnings in apps

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/libwww-perl/Manifest   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild | 70 +
 dev-perl/libwww-perl/metadata.xml   |  1 +
 3 files changed, 72 insertions(+)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index fa0b07bb1d4..02fb13ad5ad 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -2,3 +2,4 @@ DIST libwww-perl-6.15.tar.gz 141936 SHA256 
6f349d45c21b1ec0501c4437dfcb70570940e
 DIST libwww-perl-6.16.tar.gz 143751 SHA256 
daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 SHA512 
7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca
 WHIRLPOOL 
3ea817eddd83a289eff37ac14a8778252fa125572c16295588019ba53f8babf1f87bddb7fa283586184a610d185bdff430dd5e0b65392de63553a9f10cdc3e14
 DIST libwww-perl-6.24.tar.gz 161940 SHA256 
0fcb35f215c6fc84e255835ca6654f7cf2c192364d61433424afc7b37766e75d SHA512 
433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1
 WHIRLPOOL 
835d2de7f413359b14bde00813d1b8580771bef36f6924e5e900faec6306e25e96b098b3ad73a6c496bc6344ea2dadbc8c5d5231f0ef9032c02746da867dcf4c
 DIST libwww-perl-6.25.tar.gz 161902 SHA256 
49c0110ef38d27a8963a082cf61ce245447871676b85ec9f2b9b41d6c2f37f33 SHA512 
e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949
 WHIRLPOOL 
f7bcef665040709479f399c9cf095e06ccd41327455fd7e61195ac04134d58d8cd16af4e197006a597047f623f0656bb97df6c85d275f53ac93f76bcf7bd8770
+DIST libwww-perl-6.26.tar.gz 162165 SHA256 
d0c5435275f8638ff36fff8f655ad2ccad1156e66cc47bfacfb9e44fc585b24f SHA512 
0af62f1c393b82b2d665f4f460990bb9a446975507cc07148e9e5eebbfbcdd8ea8190dfe1ecb72a229ffa9a5e42edd9eb6c50ac1d3de89ac4681462069a3acb5
 WHIRLPOOL 
692ce7df77c8d0a4b4067f9e907f85e896819d64daafc1a9404acf4764743b01ce4b3bddc3980816e313f017869d2da62a9224f8d3dabcd915db23f2ab3e20d4

diff --git a/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
new file mode 100644
index 000..777a0403d21
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.260.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.26
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ssl test"
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   >=virtual/perl-Encode-2.120.0
+   dev-perl/Encode-Locale
+   >=dev-perl/File-Listing-6.0.0
+   >=dev-perl/HTML-Parser-3.340.0
+   >=dev-perl/HTTP-Cookies-6.0.0
+   >=dev-perl/HTTP-Daemon-6.0.0
+   >=dev-perl/HTTP-Date-6.0.0
+   >=dev-perl/HTTP-Negotiate-6.0.0
+   >=dev-perl/HTTP-Message-6.0.0
+   virtual/perl-IO
+   >=dev-perl/LWP-MediaTypes-6.0.0
+   >=virtual/perl-MIME-Base64-2.120.0
+   >=dev-perl/Net-HTTP-6.70.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Try-Tiny
+   >=dev-perl/URI-1.100.0
+   >=dev-perl/WWW-RobotRules-6.0.0
+   >=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Getopt-Long
+   test? (
+   virtual/perl-File-Spec
+   dev-perl/Test-Fatal
+   dev-perl/Test-RequiresInternet
+   virtual/perl-Test-Simple
+   )
+"
+PDEPEND="
+   ssl? (
+   >=dev-perl/LWP-Protocol-https-6.20.0
+   )
+"
+
+src_install() {
+   perl-module_src_install
+
+   # Perform a check to see if the live filesystem is case-INsensitive
+   # or not.  If it is, the symlinks GET, POST and in particular HEAD
+   # will collide with e.g. head from coreutils.  While under Linux
+   # having a case-INsensitive filesystem is really unusual, most Mac
+   # OS X users are on it, and also Interix users deal with
+   # case-INsensitivity since Windows is underneath.
+
+   # bash should always be there, if we can find it in capitals, we're
+   # on a case-INsensitive filesystem.
+   if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+   dosym 

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

2017-04-13 Thread Kent Fredric
commit: fd0f210f9ba20260fd5ff284704391dc8be62a21
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 14 01:19:54 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 14 01:19:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0f210f

dev-perl/Contextual-Return: Bump to version 0.4.12

Upstream:
- Fix memory leaks referencing @DB::args

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Contextual-Return-0.4.12.ebuild| 28 ++
 dev-perl/Contextual-Return/Manifest|  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.4.12.ebuild 
b/dev-perl/Contextual-Return/Contextual-Return-0.4.12.ebuild
new file mode 100644
index 000..cc88800a1f9
--- /dev/null
+++ b/dev-perl/Contextual-Return/Contextual-Return-0.4.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DCONWAY
+DIST_VERSION=0.004012
+inherit perl-module
+
+DESCRIPTION="Create context-sensitive return values"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/Want
+   virtual/perl-version
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+   perl_rm_files t/pod.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Contextual-Return/Manifest 
b/dev-perl/Contextual-Return/Manifest
index 8b9d6788c78..53afd99f7cd 100644
--- a/dev-perl/Contextual-Return/Manifest
+++ b/dev-perl/Contextual-Return/Manifest
@@ -3,3 +3,4 @@ DIST Contextual-Return-0.004008.tar.gz 40585 SHA256 
db868be1c4567bec6b9fcc7ab511
 DIST Contextual-Return-0.004009.tar.gz 40813 SHA256 
b5454b0657d44925aa382ac4c4c1cade16ea090991420918259ca452adb864a3 SHA512 
f59d23a176fed1398a54b31ca53907978585366f06a7c45f3a7764b30cf175c045de06a525e2b9a01907eb3c44e4a2f9cb854af4c4e4c24f27b983ec90d31ea1
 WHIRLPOOL 
3ac921bf192f44d3b208460695a3c67783b27737f1a78ec97b65e417f8f0b6b3eb6b197d004ba131159391f654180935c59716e63209dc5106e27fabb1008a8b
 DIST Contextual-Return-0.004010.tar.gz 40832 SHA256 
d055c53e1c514c0be40abf0c8ba830adf0b6cb5dd70ea4df70a28ef918dff56c SHA512 
505ccaff631b3cc0daaef3458ab7fcede4948ae9767ebe9b0751a4be040933bf8d35b66f837acf5988ae9ed76a44c9f0f3b65d9b377b1fe74e5a8ae2c28c10bf
 WHIRLPOOL 
2b7e29561845d974f8afa27e7ab402478462e2e618ab9dba47e5b536010d5607d3985511dd312d8c893924a884650f1c1617659c2b192bffcdbbeced0c7ba39c
 DIST Contextual-Return-0.004011.tar.gz 40882 SHA256 
eb8a4c6f5b464399cc177a264fff73d41c3c514ae6c8ba8d345804b1ef135bf4 SHA512 
b38ac9766e84b88c64f2d6e70ff8aa1acec78aab74ccb1b75240b1e980281daf6ca8a503da39c8c853910fe727822d769c6aa7866d73c497c06f84bf4345c4de
 WHIRLPOOL 
e9df65992875b5a4e86e6fedc48b2036aa7695623af76093cc79d41da37e54784781168947fa68228d66ad04e50edb8ad36c88cd41cbbf0fc1f0ec58f4611d40
+DIST Contextual-Return-0.004012.tar.gz 40941 SHA256 
1e6d3e802b12ba94488fb3c21ed9d2311b7bd1b6db7a6e5d5653300e2fb32543 SHA512 
50742adf6744ff7c0d1e543b0130a73dcf8594a39ef5454d44c93251328cf404829e3364ba9c1a2ce22f176d2fa03e9bfb98ce57e35fd6c48419ab9c970f8c1e
 WHIRLPOOL 
d1524ab74f39b16cd423ff6ba45035c64c6e1e4c93b040d41ff0caebeb995f6d5af373dedf0c76ffbaa59031eb59d09371dc48e3db25bbb6ac4cee8b05f4e2c5



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

2017-04-13 Thread Kent Fredric
commit: 1210f6518cde09e9e03e57f833940366413dd0c1
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 14 00:59:19 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 14 00:59:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1210f651

dev-perl/Test-Script: Cleanup old.

1.70.0 becomes broken on 5.26, but nothing needs this old version

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Test-Script/Manifest |  1 -
 dev-perl/Test-Script/Test-Script-1.70.0-r1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/Test-Script/Manifest b/dev-perl/Test-Script/Manifest
index 986d08dbcbd..576f33c8857 100644
--- a/dev-perl/Test-Script/Manifest
+++ b/dev-perl/Test-Script/Manifest
@@ -1,3 +1,2 @@
-DIST Test-Script-1.07.tar.gz 26424 SHA256 
e21e5ee43a27b4c51b54ded5c92e60b817309778117a1d98ae6354abff27eb96 SHA512 
2cf7dc06977288910f157a5c0804d02e2a259c693adda59b80b89bba7eab22f74b317976a8a6f0fe6f28a87090dcc6f57c0245006b1eea600e2d71e6966ede97
 WHIRLPOOL 
39bdae38e8c8fab1068364e36eb4558ec468adc8c89e2f61d7989e8a0e0e2cb4b68a203fa6dbfb6baa786a57d625fc036becd161be10e791fb2e86bc562f144f
 DIST Test-Script-1.10.tar.gz 19963 SHA256 
d61db6a6b98aba023da5f8c7aac6bb30ce43ca76a7a03d73b1e3d85a8b8aab73 SHA512 
805225ecadcf8797590f947894a21c3815bdb2ebf1a7016e067074e6415d8147a58de98b6a2c9f9914ad5f8ae62c339e74dee837e09305fdf97886f7723336ce
 WHIRLPOOL 
ab01d1d7b30909747339627a0da4f14e1152a446f04d00a9d271e4e3f483e47cee2acd1fbbfede8a259b1b2303430061d454d1f30be7edb69830db05045cd13c
 DIST Test-Script-1.12.tar.gz 22398 SHA256 
193600bac1c79d612c4a36c8496c0192ed189ee0312d6c4dea58999c51ac9c4f SHA512 
224e97ce8a1dc2510fc526fbe80384f08a07399b23bb89f485af7568777af26fbc921ed00fb6c665a4d9c2e50414db9a41b88286ec8b3473abfec47853c20cb3
 WHIRLPOOL 
1007fe2563d1620103f9fb2960dd6986920ddf46f9d6512afbf0bef5c6f730b828561119de656526739219f6696933eb27ffe663fc9325a0499e88f2e7dd

diff --git a/dev-perl/Test-Script/Test-Script-1.70.0-r1.ebuild 
b/dev-perl/Test-Script/Test-Script-1.70.0-r1.ebuild
deleted file mode 100644
index bf7a2791d85..000
--- a/dev-perl/Test-Script/Test-Script-1.70.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.07
-inherit perl-module
-
-DESCRIPTION="Cross-platform basic tests for scripts"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Spec
-   dev-perl/Probe-Perl
-   dev-perl/IPC-Run3
-   virtual/perl-Test-Simple"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do



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

2017-04-13 Thread Kent Fredric
commit: 65ee155343751426def5fb8ec872d3828cc78dcb
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 14 01:10:23 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 14 01:10:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ee1553

dev-perl/Test-Script: Bump to version 1.180.0

Upstream:
- Fix text in tests on win32 on Test2
- Disable slow tests
- Remove warning condition on older perls when using quotemeta
  without parens
- Fix bug caused by modifying arguments to script_compiles and
  script_runs
- Use stricter plans
- Handle -T taint mode in scripts
- Use 3-arg open

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Test-Script/Manifest   |  1 +
 dev-perl/Test-Script/Test-Script-1.180.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Test-Script/Manifest b/dev-perl/Test-Script/Manifest
index 576f33c8857..98a9e230bb3 100644
--- a/dev-perl/Test-Script/Manifest
+++ b/dev-perl/Test-Script/Manifest
@@ -1,2 +1,3 @@
 DIST Test-Script-1.10.tar.gz 19963 SHA256 
d61db6a6b98aba023da5f8c7aac6bb30ce43ca76a7a03d73b1e3d85a8b8aab73 SHA512 
805225ecadcf8797590f947894a21c3815bdb2ebf1a7016e067074e6415d8147a58de98b6a2c9f9914ad5f8ae62c339e74dee837e09305fdf97886f7723336ce
 WHIRLPOOL 
ab01d1d7b30909747339627a0da4f14e1152a446f04d00a9d271e4e3f483e47cee2acd1fbbfede8a259b1b2303430061d454d1f30be7edb69830db05045cd13c
 DIST Test-Script-1.12.tar.gz 22398 SHA256 
193600bac1c79d612c4a36c8496c0192ed189ee0312d6c4dea58999c51ac9c4f SHA512 
224e97ce8a1dc2510fc526fbe80384f08a07399b23bb89f485af7568777af26fbc921ed00fb6c665a4d9c2e50414db9a41b88286ec8b3473abfec47853c20cb3
 WHIRLPOOL 
1007fe2563d1620103f9fb2960dd6986920ddf46f9d6512afbf0bef5c6f730b828561119de656526739219f6696933eb27ffe663fc9325a0499e88f2e7dd
+DIST Test-Script-1.18.tar.gz 23092 SHA256 
ffef55b5dd8c8c0b09b6ff650e7a7fb20effcf603701523e93b375a771b15efc SHA512 
c89e1dd68ca275744ac12811f0d66d42f8fd76766cc515e11e0df2a82beb8cc052253e19b04f5bc86d45e3a9a2a1d6afd5cd4707e8a97f3a9d4c1dd28e4a72b4
 WHIRLPOOL 
b6a0acd3e8bf44fa14910caaa46a3b277fb3394f72e163d374c1b74691b505e517ad77aeb8639a91641bbfb7402c5041b1c5570bcc794b16f6fa81f295b159a9

diff --git a/dev-perl/Test-Script/Test-Script-1.180.0.ebuild 
b/dev-perl/Test-Script/Test-Script-1.180.0.ebuild
new file mode 100644
index 000..9101eab77d0
--- /dev/null
+++ b/dev-perl/Test-Script/Test-Script-1.180.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="Cross-platform basic tests for scripts"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND="
+   >=virtual/perl-File-Spec-0.800.0
+   >=dev-perl/Probe-Perl-0.10.0
+   >=dev-perl/IPC-Run3-0.34.0
+   >=virtual/perl-Test-Simple-0.960.0"
+# NB: Needs Test::Builder::Tester 1.02 => 
+# which is <= Test-Simple-0.96
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2017-04-13 Thread Kent Fredric
commit: 5b13c0aaeb40a49baf7ede55e96c90e164facd90
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 14 00:44:35 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 14 00:44:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b13c0aa

dev-perl/Test-NoTabs: -r1 bump to modernize

- EAPI6
- Parallel tests
- Declare RDEPS
- Normalise correctly ( -r1 added because 2.000.0 and 2.0.0 sort
  as equivlanets )

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 ...oTabs-2.000.0.ebuild => Test-NoTabs-2.0.0-r1.ebuild} | 17 +
 dev-perl/Test-NoTabs/metadata.xml   |  2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild 
b/dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild
similarity index 55%
rename from dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild
rename to dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild
index 4858b1ec896..b3549b770c3 100644
--- a/dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild
+++ b/dev-perl/Test-NoTabs/Test-NoTabs-2.0.0-r1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=2.00
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.00
 
 inherit perl-module
 
@@ -14,4 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
-SRC_TEST="do"
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Temp
+   )
+"

diff --git a/dev-perl/Test-NoTabs/metadata.xml 
b/dev-perl/Test-NoTabs/metadata.xml
index c92739c977b..dbfc08729a5 100644
--- a/dev-perl/Test-NoTabs/metadata.xml
+++ b/dev-perl/Test-NoTabs/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
- monsie...@gentoo.org
+monsie...@gentoo.org
   
   
 p...@gentoo.org



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

2017-04-13 Thread Robin H. Johnson
commit: b9dedcb5f892a23e9814d8c760d605a3e3caedfd
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Apr 13 23:04:13 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Apr 13 23:04:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dedcb5

sys-apps/ipmiutil: fix build bug #604234.

Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson  gentoo.org>

 sys-apps/ipmiutil/ipmiutil-3.0.2.ebuild | 1 +
 sys-apps/ipmiutil/ipmiutil-3.0.3.ebuild | 1 +
 sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.2.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.2.ebuild
index b1df872e3a6..d3cd922322c 100644
--- a/sys-apps/ipmiutil/ipmiutil-3.0.2.ebuild
+++ b/sys-apps/ipmiutil/ipmiutil-3.0.2.ebuild
@@ -25,6 +25,7 @@ src_prepare() {
default
 
sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
+   sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' 
configure.ac || die
 
eautoreconf
 }

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.3.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.3.ebuild
index e44f97711d0..fb50eb86ea1 100644
--- a/sys-apps/ipmiutil/ipmiutil-3.0.3.ebuild
+++ b/sys-apps/ipmiutil/ipmiutil-3.0.3.ebuild
@@ -25,6 +25,7 @@ src_prepare() {
default
 
sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
+   sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' 
configure.ac || die
 
eautoreconf
 }

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
index e44f97711d0..fb50eb86ea1 100644
--- a/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
+++ b/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
@@ -25,6 +25,7 @@ src_prepare() {
default
 
sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
+   sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' 
configure.ac || die
 
eautoreconf
 }



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

2017-04-13 Thread Patrice Clement
commit: 19f55131adfd99dedbcd0d6cbd021c8e34849695
Author: Moritz Schlarb  uni-mainz  de>
AuthorDate: Mon Mar 13 14:01:51 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 21:20:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f55131

net-misc/seafile: new ebuild.

File syncing and sharing software with file encryption and group sharing.

Gentoo-Bug: https://bugs.gentoo.org/499698
Closes: https://github.com/gentoo/gentoo/pull/4198

 net-misc/seafile/Manifest |  1 +
 net-misc/seafile/metadata.xml | 11 +++
 net-misc/seafile/seafile-6.0.4.ebuild | 36 +++
 3 files changed, 48 insertions(+)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
new file mode 100644
index 000..d73cd6b18f4
--- /dev/null
+++ b/net-misc/seafile/Manifest
@@ -0,0 +1 @@
+DIST seafile-6.0.4.tar.gz 454474 SHA256 
b3919bff1e0f974483df129e500868332e752dec6380556839e006bf9d5b425e SHA512 
ca6b056238cf11c97c587cf353df2c0a820ecf8ea0faa23da008c6ea1ba731b41fe01d0142aa9406aa975e8386f68afe1cd76616c02a755d7a06a46596b30558
 WHIRLPOOL 
4ae21ef95484da8110ba6ef834465918dd7592d8931bf1f78e1a7934fe03352b0e799e75074aaa7563b724fe51ebd7b30df1fa8b40f92c2c9bbe793e9669eea0

diff --git a/net-misc/seafile/metadata.xml b/net-misc/seafile/metadata.xml
new file mode 100644
index 000..5b95006282e
--- /dev/null
+++ b/net-misc/seafile/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mosch...@metalabs.de
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/net-misc/seafile/seafile-6.0.4.ebuild 
b/net-misc/seafile/seafile-6.0.4.ebuild
new file mode 100644
index 000..a59144f17dd
--- /dev/null
+++ b/net-misc/seafile/seafile-6.0.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
+HOMEPAGE="https://github.com/haiwen/seafile/ http://www.seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libsearpc[${PYTHON_USEDEP}]
+   =net-libs/ccnet-${PV}[${PYTHON_USEDEP}]
+   >=dev-libs/glib-2.16.0:2
+   >=dev-libs/libevent-2.0
+   >=dev-libs/jansson-2.2.1
+   >=sys-libs/zlib-1.2.0
+   >=net-misc/curl-7.17
+   dev-libs/openssl:0=
+   dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   $(vala_depend)"
+
+src_prepare() {
+   default
+   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
+   eautoreconf
+   vala_src_prepare
+}



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

2017-04-13 Thread Patrice Clement
commit: 9051a519f693270ee562a3d66b1590f2c8a38c1c
Author: Moritz Schlarb  uni-mainz  de>
AuthorDate: Mon Mar 13 14:00:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 21:20:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9051a519

net-libs/libsearpc: new ebuild.

A simple C language RPC framework.

Gentoo-Bug: https://bugs.gentoo.org/499698
Closes: https://github.com/gentoo/gentoo/pull/4198

 net-libs/libsearpc/Manifest   |  1 +
 net-libs/libsearpc/libsearpc-3.0.8.ebuild | 28 
 net-libs/libsearpc/metadata.xml   | 11 +++
 3 files changed, 40 insertions(+)

diff --git a/net-libs/libsearpc/Manifest b/net-libs/libsearpc/Manifest
new file mode 100644
index 000..7d31a691c28
--- /dev/null
+++ b/net-libs/libsearpc/Manifest
@@ -0,0 +1 @@
+DIST libsearpc-3.0.8.tar.gz 48740 SHA256 
83b45fa2f4b7d7ae6dd34ca04d430433551ef493cdaf3cbcc768bd6099377d90 SHA512 
1f2cf9a15a004b6ddf8fc0b6a436a5db09a514cea4cec94ce9fa6ce973cd71dfc4a112e948a36ab0be61d736f1021622e46429d07de70b23c25b886d1e51c02a
 WHIRLPOOL 
06f222a8247fb6683390617d34960dec0e9b2fb4b2cb19bb436a7dbb52fed0a008c449d4d37331d159cdea2a9a74543c09cb9a9e6ab491f776e56ade4235fab9

diff --git a/net-libs/libsearpc/libsearpc-3.0.8.ebuild 
b/net-libs/libsearpc/libsearpc-3.0.8.ebuild
new file mode 100644
index 000..e726c25bacb
--- /dev/null
+++ b/net-libs/libsearpc/libsearpc-3.0.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools python-single-r1 vcs-snapshot
+
+DESCRIPTION="A simple C language RPC framework"
+HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v3.1-latest.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.26.0
+   >=dev-libs/jansson-2.2.1"
+RDEPEND="${DEPEND}
+   dev-python/simplejson[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+   sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
+   eautoreconf
+}

diff --git a/net-libs/libsearpc/metadata.xml b/net-libs/libsearpc/metadata.xml
new file mode 100644
index 000..5b95006282e
--- /dev/null
+++ b/net-libs/libsearpc/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mosch...@metalabs.de
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



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

2017-04-13 Thread Patrice Clement
commit: 223763ef571d64375ef900cbabab85a460e27688
Author: Moritz Schlarb  uni-mainz  de>
AuthorDate: Mon Mar 13 14:02:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 21:20:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223763ef

net-misc/seafile-client: new ebuild.

Seafile desktop client.

Gentoo-Bug: https://bugs.gentoo.org/499698
Closes: https://github.com/gentoo/gentoo/pull/4198

 net-misc/seafile-client/Manifest   |  1 +
 net-misc/seafile-client/metadata.xml   | 14 +++
 .../seafile-client/seafile-client-6.0.4.ebuild | 48 ++
 3 files changed, 63 insertions(+)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
new file mode 100644
index 000..f2a952fd4d4
--- /dev/null
+++ b/net-misc/seafile-client/Manifest
@@ -0,0 +1 @@
+DIST seafile-client-6.0.4.tar.gz 2173354 SHA256 
530c9f12176b69117f319fb3cfd5d2624825df20a44ea6760530a47bf60ba535 SHA512 
2572750d3b5bf7444b4c4ec300b1b54ba7eafec2393b8b6d6923eb5c16d1b96f411891d072aac23b1c4bb9e1834a263bd11283216759a34c3456bf3533967552
 WHIRLPOOL 
89614f915c7b65877282288c6ecd97b555262335261c8c7b45f8e64c628533848a5fb9c76a36fad1f7571388ca01abca242b71f3a873d4ed5cd9528d63628101

diff --git a/net-misc/seafile-client/metadata.xml 
b/net-misc/seafile-client/metadata.xml
new file mode 100644
index 000..a5e829bfd52
--- /dev/null
+++ b/net-misc/seafile-client/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mosch...@metalabs.de
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Build support for Shibboleth single 
sign-on
+   
+

diff --git a/net-misc/seafile-client/seafile-client-6.0.4.ebuild 
b/net-misc/seafile-client/seafile-client-6.0.4.ebuild
new file mode 100644
index 000..c4262682b99
--- /dev/null
+++ b/net-misc/seafile-client/seafile-client-6.0.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="Seafile desktop client"
+HOMEPAGE="https://github.com/haiwen/seafile-client/ http://www.seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="shibboleth"
+
+RDEPEND="net-libs/libsearpc
+   =net-libs/ccnet-${PV}
+   =net-misc/seafile-${PV}
+   >=dev-libs/libevent-2.0
+   >=dev-libs/jansson-2.0
+   dev-libs/openssl:0=
+   dev-db/sqlite:3
+
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtdbus:5
+   shibboleth? ( || ( dev-qt/qtwebengine:5[widgets] dev-qt/qtwebkit:5 ) )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   if use shibboleth ; then
+   if ! has_version "dev-qt/qtwebengine:5[widgets]" ; then
+   sed -i -e 's/IF(WIN32 OR DETECTED_QT_VERSION 
VERSION_LESS 5.6.0)/IF(TRUE)/' CMakeLists.txt || die
+   fi
+   fi
+}
+
+src_configure() {
+   export QT_SELECT=qt5
+   local mycmakeargs=(
+   -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
+   )
+   cmake-utils_src_configure
+}



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

2017-04-13 Thread Patrice Clement
commit: 8ef0296fa0aaf5bcdc894349747f2dd42c980ca9
Author: Moritz Schlarb  uni-mainz  de>
AuthorDate: Mon Mar 13 13:57:37 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 21:20:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef0296f

net-libs/ccnet: new ebuild.

Ccnet is a framework for writing networked applications in C

Gentoo-Bug: https://bugs.gentoo.org/499698
Closes: https://github.com/gentoo/gentoo/pull/4198

 net-libs/ccnet/Manifest   |  1 +
 net-libs/ccnet/ccnet-6.0.4.ebuild | 33 +
 net-libs/ccnet/metadata.xml   | 11 +++
 3 files changed, 45 insertions(+)

diff --git a/net-libs/ccnet/Manifest b/net-libs/ccnet/Manifest
new file mode 100644
index 000..dbf9c8dc957
--- /dev/null
+++ b/net-libs/ccnet/Manifest
@@ -0,0 +1 @@
+DIST ccnet-6.0.4.tar.gz 178939 SHA256 
2156787fc9ae1e4293493f0ce398aa8b97d84b9f0201d2fd6986b736bd249b04 SHA512 
be44b1654ee641fdbd48b288b1b04f9aeb6f441225ddc52532e5f81145657f79241555132b848a57a241eacc4bb7149ad27b930ca532ab74615d4babb4027c2c
 WHIRLPOOL 
f49294b8c819a69cbbc9878e32382e2f3f65bf5e0af3da7a8590f206a9dc98e45ef9360f8044d021975c8b67a2d2d7c5ebe3f383855e5d0a98a8b6da3e4baa3e

diff --git a/net-libs/ccnet/ccnet-6.0.4.ebuild 
b/net-libs/ccnet/ccnet-6.0.4.ebuild
new file mode 100644
index 000..bb48a189883
--- /dev/null
+++ b/net-libs/ccnet/ccnet-6.0.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="Ccnet is a framework for writing networked applications in C"
+HOMEPAGE="https://github.com/haiwen/ccnet http://seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libsearpc[${PYTHON_USEDEP}]
+   >=dev-libs/glib-2.16.0:2
+   >=dev-libs/libevent-2.0
+   dev-libs/openssl:0=
+   dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   $(vala_depend)"
+
+src_prepare() {
+   default
+   sed -i -e "s/(DESTDIR)//" libccnet.pc.in || die
+   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
+   eautoreconf
+   vala_src_prepare
+}

diff --git a/net-libs/ccnet/metadata.xml b/net-libs/ccnet/metadata.xml
new file mode 100644
index 000..5b95006282e
--- /dev/null
+++ b/net-libs/ccnet/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mosch...@metalabs.de
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



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

2017-04-13 Thread William Hubbs
commit: 7379f4462bd0f37a4baabdcec9e655ff2727f8f8
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 13 21:17:26 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 13 21:17:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7379f446

sys-apps/openrc: remove unstable version 0.24.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/openrc/Manifest |   1 -
 sys-apps/openrc/openrc-0.24.1.ebuild | 329 ---
 2 files changed, 330 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 64ec17d6422..e22697dc3c9 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,5 +1,4 @@
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4
 DIST openrc-0.22.4.tar.gz 214321 SHA256 
d428890c12936b502d79018667dc6094d0e801c558f118b49e44c5f34636073b SHA512 
c85f6a87d03203f665d010ae357e7e1e2cae0158b12075376f3fe928daeffa14139ccc3dc2f24613cec25eb145b8f7dd64e067bd07493001570659095e60c296
 WHIRLPOOL 
3e50761d5626da03a74ce6de634ae08d79fa190d811fc8e661a56be66b3f0a6d28ee24f6045183914ebabd14280f535920d34c591e384df5d016e7cca49c209b
 DIST openrc-0.23.2.tar.gz 209569 SHA256 
244a9902a98694a7fd59ad3dec49bd9e61a6b22864795ed31ef8fc81aa474251 SHA512 
6c8483d36812d21ba45bf3c386c6f1c03a9c01c10f48b7e7eb26707d105568b8017ba8a7728a794ac0ac6fedab10cea2bc9587f4d5ddb1957001e03f872e8f18
 WHIRLPOOL 
88f61ab81562bdcb1b616441f01cbc3b45aca45d0a55bf41e3a9d6b733b3dfec429bf3c1645811c187c21038674e56d3e32e6035062685b45765fb3b85740e3c
-DIST openrc-0.24.1.tar.gz 212405 SHA256 
8bf65090e4881cafc8cdfe4a160d2ad64a940b19a0c76b18fdb5bbabf4a086d2 SHA512 
8d2aec029cb675ae5d446fe4a2f9613fac2fc5ea74b091d93e62b1f7bd4f8e3a96893bafa39a301129dad4623cc30acdcfd9e383a74f98c69f29820adb6d9aa0
 WHIRLPOOL 
343c85e78668cd6649c410561d59157b83fca8f019a4574c0ebc7b7e82579e9feedf00f89161299428a8616c525e72f82641b49e87904b7319f132b12280b263
 DIST openrc-0.24.2.tar.gz 212605 SHA256 
3d6486beb0a1b5fc696bce71b6a2d07590516699cfa3481f4852d759f7a9f8a4 SHA512 
4f8557b16407148e1819986ed81976dbb0ccf24349317e3895665cfd37b9db2b549ce53774766fb5752e347b44cdabd45acdc252f5efbe272acc183be1e5476b
 WHIRLPOOL 
17ba761f77553344fd8de919b52c61970d579b61711b275fc7161adbe31cf5e622e4abf1caf72257e9932e69474bebb02ea0fbca4f415f002cb32a7e3cf08dd6

diff --git a/sys-apps/openrc/openrc-0.24.1.ebuild 
b/sys-apps/openrc/openrc-0.24.1.ebuild
deleted file mode 100644
index 1ce8145c500..000
--- a/sys-apps/openrc/openrc-0.24.1.ebuild
+++ /dev/null
@@ -1,329 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic pam toolchain-funcs
-
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="https://github.com/openrc/openrc/;
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
-   unicode kernel_linux kernel_FreeBSD"
-
-COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? (
-   sys-auth/pambase
-   virtual/pam
-   )
-   audit? ( sys-process/audit )
-   kernel_linux? (
-   sys-process/psmisc
-   !test
-# a value of "#" will just comment out the option
-set_config() {
-   local file="${ED}/$1" var=$2 val com
-   eval "${@:5}" && val=$3 || val=$4
-   [[ ${val} == "#" ]] && com="#" && val='\2'
-   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
-}
-
-set_config_yes_no() {
-   set_config "$1" "$2" YES NO "${@:3}"
-}
-
-src_install() {
-   emake ${MAKE_ARGS} DESTDIR="${D}" install
-
-   # move the shared libs back to /usr so ldscript can install
-   # more of a minimal set of files
-   # disabled for now due to #270646
-   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
-   #gen_usr_ldscript -a einfo rc
-   gen_usr_ldscript libeinfo.so
-   gen_usr_ldscript librc.so
-
-   if ! use kernel_linux; then
-   keepdir /$(get_libdir)/rc/init.d
-   fi
-   keepdir /$(get_libdir)/rc/tmp
-
-   # Backup our default runlevels
-   dodir 

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

2017-04-13 Thread Thomas Deutschmann
commit: 922a3cc6693589f4407bded58c0997ae136a4378
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 13 21:02:29 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 13 21:02:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922a3cc6

dev-db/percona-server: Bump to v5.6.35-81.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/percona-server/Manifest |   1 +
 .../percona-server-5.6.35.81.0.ebuild  | 219 +
 2 files changed, 220 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 0970993b332..2622b86c78b 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,2 +1,3 @@
 DIST mysql-extras-20161130-2354Z.tar.bz2 303863 SHA256 
b18ce4ccfd023106a802bcb2e17a5bc3a1ec4d99e7bf7f45d047cf18ebb9ad1b SHA512 
6c24c581fd471c4ce0ff20ed68bdb32150e310a2f8f000c8bb9892ab98302127f3427165b17967da3f5663e1da5a7f1d26f84021d4cb8292cbb5e0c241505113
 WHIRLPOOL 
de6d896474faedf1d3696e346877cb03fb9908338d66f2b901aa83a24983ec3e0ea5f7f54dfd190bdf7a55f72bb580e21ab826850018ae25629b572cbabf532d
 DIST percona-server-5.6.35-80.0.tar.gz 55839147 SHA256 
259b5aa2c6218958c8cc55170b9381955ea60445127bf46e02aa09903af7f26b SHA512 
78b0b9cd69f26dc3ac13e4c6165590736d723b0f07d18a8ac1056281522de22b67d9fd931b035962bc278c97775fe7f98c46791328ece286268c7d31a484b69d
 WHIRLPOOL 
a6a6f78f41b1f8b5c26d0899efa6b043256749f4082ae9bffafe9210c3a326f33fe512a4c6578984892797e4f2c94de88ceca4c8c983cde7096cf01e88dec9b7
+DIST percona-server-5.6.35-81.0.tar.gz 56065684 SHA256 
c71c3f80662982ade22a0a538c5fd595b1761472c98efc2509124ecc4004d1e7 SHA512 
7020946e91d57f6377064a7c3e820b9c9d5149d22f80c9bb509d4b06631862a4378167d7bec40d7ca9ff01bcb498bdb9656cad8a64f2eab985ebc722fd1985aa
 WHIRLPOOL 
51239409fc5742f81b4baa6e3150ac5f2fa6d6f55d55b34e426737968bacc44999427e9ab65a390459ba270b740462b4c1c409d95a3d13781a2aefe716037cdf

diff --git a/dev-db/percona-server/percona-server-5.6.35.81.0.ebuild 
b/dev-db/percona-server/percona-server-5.6.35.81.0.ebuild
new file mode 100644
index 000..246e89f6191
--- /dev/null
+++ b/dev-db/percona-server/percona-server-5.6.35.81.0.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20161130-2354Z"
+SUBSLOT="18"
+PYTHON_COMPAT=( python2_7 )
+inherit linux-info python-any-r1 mysql-multilib-r1
+
+IUSE="numa pam tokudb tokudb-backup-plugin"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+HOMEPAGE="http://www.percona.com/software/percona-server;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE=''
+
+COMMON_DEPEND="numa? ( sys-process/numactl:= )
+   server? ( pam? ( virtual/pam:0= ) )
+   tokudb? ( app-arch/snappy )
+   tokudb-backup-plugin? ( dev-util/valgrind )
+   "
+
+DEPEND="${COMMON_DEPEND}
+   || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+   test? ( $(python_gen_any_dep 
'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
+RDEPEND="${COMMON_DEPEND}"
+
+REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
+
+MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+
+PATCHES=(
+   "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
+   "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
+   "${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
+   "${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.34.patch
+   "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
+   "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
+   "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
+   
"${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
+)
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 000_index.txt
+
+pkg_pretend() {
+   mysql-multilib-r1_pkg_pretend
+
+   if use numa; then
+   local CONFIG_CHECK="~NUMA"
+
+   local WARNING_NUMA="This package expects NUMA support in kernel 
which this system does not have at the moment;"
+   WARNING_NUMA+=" Either expect runtime errors, enable NUMA 
support in kernel or rebuild the package without NUMA support"
+
+   check_extra_config
+   fi
+}
+
+python_check_deps() {
+   has_version "dev-python/mysql-python[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   mysql-multilib-r1_src_prepare
+   if use libressl ; then
+   sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL 
"1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' 

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

2017-04-13 Thread NP Hardass
commit: e8f93689eb95274ca1fa5ae1f3bdcc805a584e2d
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Apr 13 20:29:52 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Apr 13 20:30:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f93689

app-emulation/wine-vanilla: Bump to 2.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-2.6.ebuild | 508 +
 2 files changed, 509 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 0c5f4ca012d..cadbb509cc9 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -4,4 +4,5 @@ DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e5
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
+DIST wine-2.6.tar.xz 19023352 SHA256 
e6ff64758f437647e99a36c1275e41adf54f0432907172d3bba22b070a97aac0 SHA512 
2aa55413ac090e011725566d004e42ee46323cd4c6961b9faa63e3de422ba60bb657bf224a4d7e8aa712a8e26e11977d07acb7c088ffeef8c37310e8cc698970
 WHIRLPOOL 
82e6a06cc342c7d6eace64a97bae10cc39c120c5776170b059700542b8b6fef56be9a697f05b3bc21ae82621f4bf50f3ab478311c9a3a55d86ed7c0a009766b0
 DIST wine-desktop-common-20150204.tar.gz 99491 SHA256 
444ad6b52b5290ec7d160e2cc40e4ba0910b4c4983dba1ceb054b81b09b24b5e SHA512 
1f3d7022c5cff87ed3b8fd3b7cd14397c6f23b98fe6a7c583ac0d2f439ff29d943f57375f23687aa6519ff1d84ff07624a9a712d6f19fa207fd26d01edcb6688
 WHIRLPOOL 
e9810b2952d25c05d831000e00e423de86809ec31b9a033fd4c64a70709da7338a9afc9e632e678f49c789a8a3702fbd0113226770cdb806623f2de371a16f54

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.6.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.6.ebuild
new file mode 100644
index 000..5245b136e23
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.6.ebuild
@@ -0,0 +1,508 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eutils fdo-mime flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://source.winehq.org/git/wine.git 
http://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+WDC_V="20150204"
+WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix"
+HOMEPAGE="http://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> 
${WINE_DESKTOP_COMMON_P}.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono 
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png 
prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads 
+truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2017-04-13 Thread Andreas Hüttel
commit: 79a7f63cca650afe9901ea62c0f07dda39ca8e96
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Apr 13 20:10:23 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Apr 13 20:10:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a7f63c

app-office/libreoffice-bin-debug: Version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-office/libreoffice-bin-debug/Manifest  | 12 +++
 .../libreoffice-bin-debug-5.2.6.2.ebuild   | 87 ++
 2 files changed, 99 insertions(+)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 4cff06069bd..cbb1f5c4ac7 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-debug-libreoffice-5.2.3.3-r1.tar.xz 1079367408 SHA256 
fe9998d85d80cfcf5a11786fd01a76bdc2b5a5c0c0c537c736a403ec008549c1 SHA512 
28b65f692911dd35d0786fe7c11583c2e543968db4db57e60d9cfc43496d6520b875698d26393f5724cca6b5a1d23354a4cf806c5cd9156b531c1e5e05f9eeb9
 WHIRLPOOL 
9b10718c3a2f28f84bc5e836a48203b5a6fa69bcad12c0429d926324df2b1b5eaea3dd392527a7dfa10869620dc4973da69092eab91fb931271cd77d44d4ee78
+DIST amd64-debug-libreoffice-5.2.6.2.tar.xz 1080265220 SHA256 
ab75c011700de5ff4572f56b76f96ef677925fa4040efd8dc8f584f080217e0a SHA512 
71ee1547fa443f8114767d208626eec371ba24138bf3aece8f5d60aecc158d318664a2a4f74e046d75099e546248200fd111b6a86613f4656cf6ca2d79bfb616
 WHIRLPOOL 
dc5c1527f6a9049b253a34d3cf80b80018d5eb328c346b0215f73d69c9d2ddb7243be88785a2dbab265b9454c2d00726f2faaa6b6db3177c808c878506a8fb29
 DIST amd64-debug-libreoffice-gnome-5.2.3.3-r1.xd3 313822296 SHA256 
8824dd99d634a79c240455c88e269232f1c2b3297634c58f5c3ad9072a8f48f3 SHA512 
3ecc8a056c36e307883879444bc1742fd6081c33ec6d714d2a2bc0abcab172a35f0c0eed208ee8c774abdfb75f3f2f034f06845a2ad9d6792f52b05777d09109
 WHIRLPOOL 
ed5a103928ad9558d15c1093fa491fb3e55e9f04f392c70fcb3d197883712a1ac987f5a1a2c6f3b98a94be59fd8eb57f3eaf76490263c25aa9f1d7d66fca2fc7
+DIST amd64-debug-libreoffice-gnome-5.2.6.2.xd3 313978727 SHA256 
ca6c68abc1393ed9d10465dc4ecc9269eb48d310dd5cca2e9835bc3a29660f1a SHA512 
d86d1c3258b67f23650e4b07db4e7a84a47f9edef7be70c797ab7d05badfa24d32dd55a6e931a83417a62e60d7de57ab8d62a5d62683cd3355465aae27184cce
 WHIRLPOOL 
19d45c2ed856853bde97f832b3bfbabfe2bbec54c51cc36d8cd54e5e3c89cdcd2229dbc86b3a49a82309caf70ba0f6b55d176293b7d03cded371c289cddaef85
 DIST amd64-debug-libreoffice-gnome-java-5.2.3.3-r1.xd3 514536344 SHA256 
d627eabddaf79c935061b3a1e840f5db8c5e8e02eb32194953d93e01687d628c SHA512 
84c9672da04fd79b1c53011ac0e003b5e438a189285b65af92e225ee88f176c929516adafac4a1951b23bddc8b581352bf28830428252a9039dd7664ab0b8328
 WHIRLPOOL 
a78cfd276442775b0bd206d6b7eb1252694943c49e44bb67dc85c9a49175d5147bb2c5972f0d253da9880b30d738a75d0a94645ed4408796855880118784bc96
+DIST amd64-debug-libreoffice-gnome-java-5.2.6.2.xd3 516960112 SHA256 
5e414c32d5dcaaf1c85df93f59d3181c4172dabc35e47dfe2dc95ace92da87b6 SHA512 
0dacc36d9573a26d6f57e6d7fb6d00dd05c25009fa02444331414deacc5d82e2921bda829a56eb3603006d265ee47c80e508d9b868f2732118d01bc44e65a68a
 WHIRLPOOL 
32164db74a57de36c4e2c923855e0e2eca0ac0bd49c343fd0d1a45b5a99508999b42ad277374fa1e33f8ed63f24fc3769ebe09318ea0f79d52db683c01389829
 DIST amd64-debug-libreoffice-java-5.2.3.3-r1.xd3 507198672 SHA256 
7461254c600bec02959baced40551483184367a6ac8b7ede92d6d5ab260c1e50 SHA512 
175e9926893a6bc0a28f7257e86bbaacff0a946b7426cb6725b685ef3d1d46afafb83ca8bb5eed0e877465713a1d336daba2d6917e3e7461c7d860a1d9a71828
 WHIRLPOOL 
3a649a0abd68df29db99d7583155b38615afb438c7c5b7284be40e4287b11fee1cec7c7b5b702ecbdff117dfe94c99eab6e5eb4b052dd883dbaa0ea7100b5bd7
+DIST amd64-debug-libreoffice-java-5.2.6.2.xd3 509458872 SHA256 
43509191ee859b271324a94062e3ad0f5e3511ead88403621e104b02e200cbc5 SHA512 
3cc38be7e0fc8f533a97cdcf2feb2ea23fb3498ddbb184b7c9c0a3045e74de9638501987101443f973462c7b1cc3b8dad9125bd48dc50b1379cf937eeb28d7fe
 WHIRLPOOL 
2eba97c23ba3644d4d4a12a2f60fdcc6f9bdf45bb4aad124b79c05b0c736506ca1c11d27b9d2aeb2dd9315860e4b0a065e1a7bf4407523dbf8ac81106c28ee07
 DIST amd64-debug-libreoffice-kde-5.2.3.3-r1.xd3 319803335 SHA256 
b5c14541dd63239d04d4b94aa0a47671dd36aa6317b65974f0d86a198659a619 SHA512 
3673120780b56bcca24257346449cc6f86f378f34f287932d83fac63d8df1af9dd9fa85faa64d6a89f33a089c6b95f40cd26426c598d9e49527afaacd5e7e822
 WHIRLPOOL 
35e839ae9b0790f59309446865024be63458860fb54af0e411685f97092d71d8393f9374b843250cb04e8f93a7c229a30c73fe4ee7f53048f303ee079ca19f16
+DIST amd64-debug-libreoffice-kde-5.2.6.2.xd3 319923874 SHA256 
3d4e5e6220bc4212dc83307f06548894e5430fef15aacbcc6698eae50dbabb4f SHA512 
7e940f72d12e1a351479e75606afe8c2e1e4c73a65368402f8331ada7103783743d045a260a2781cb1271e79a880fd234202abb2344c321e8b96fb143957028a
 WHIRLPOOL 
1427cfa8d2d16618c1bd417e3335ac7568783eaa4d35a4f5d5c29d9ca5e0ea483a7a61759621913ac8bc6abee16b219ac34a62d41a92c4bbcdbb995d979a4af5
 DIST amd64-debug-libreoffice-kde-java-5.2.3.3-r1.xd3 508967187 SHA256 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2017-04-13 Thread Andreas Hüttel
commit: b28cc6f1a5e0e12376d15f31e2e2d294e9800558
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Apr 13 20:09:16 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Apr 13 20:10:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28cc6f1

app-office/libreoffice-bin: Version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-office/libreoffice-bin/Manifest|  12 +
 .../libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild | 243 +
 2 files changed, 255 insertions(+)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 30f3dcbcd54..f084af7e084 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-bin-libreoffice-5.2.3.3-r1.tar.xz 76859944 SHA256 
fcc3b727cb5108f83856fe576d57eb4a85f35b29cfb3aaa0c5ef409fda3dcddd SHA512 
ab60809367a54fe8c785f1db0a5fd13ac25a5dfe5ba83da42751ad24fa2673165b7e5250b4fbfa50e5f3651b7de30581b69b925b8950035bd8b41b3daa18542b
 WHIRLPOOL 
368b4736c57a1a01be59a30f4b901b2b362ac8f6f3b5b4e52845a0b5200145138d16231cba4d98b4b772bc497b8faad8699a493994a2cd6cdce42fe54cfa2452
+DIST amd64-bin-libreoffice-5.2.6.2.tar.xz 76885104 SHA256 
db227a78bb971c720d6dbbfb8093213c84328aadafe3a5503716f3ebf8e6e1c9 SHA512 
20203118c256c12fb5a8377b2c647942c4f67969ac088d1475f5f1fefc70dd01487c58a2c0873e967dd08a0174c31da82351aed8432f3e7d785c9beab174719e
 WHIRLPOOL 
4852ef2b3ed273aee2dd9076b29bf243b07b3268753a334c6599f9c00677a76614a1c0985bf8bf139e0d0df92dc5d1c626b6fe80801c3fad4b29c63b3ae00528
 DIST amd64-bin-libreoffice-gnome-5.2.3.3-r1.xd3 17099278 SHA256 
31425c8f7c5e0d9eb8f251fb07e228dbb4b6ce0b6f143a7d3c8979a99fc35a20 SHA512 
6b7287c550da1887f5ef3a2b971bedc78c2a75f4b582cc829e67ee22113b85e7989657992ec57c646c687add55c43b4666434cf0d454537251c3f1da69658eb9
 WHIRLPOOL 
1600991b8849cddc267b9e0bceae2303624f2a2137a49770076a587d307e28a4d9b280f69c528caa1dc364e8214f89c4c8658622f31705bdaab4fa86b1b7f3d6
+DIST amd64-bin-libreoffice-gnome-5.2.6.2.xd3 17123253 SHA256 
00821cb3446ebf2c7d0aa5718c3b2be6e3aeef1c2967d50632569e7a0f8e6c98 SHA512 
6665f7ccff8c25c4279d1aea35ef73f3af1b5f18ea4febfbdd6c222002912c1a7f673efd8f8875bb7885c733df952884709c7aa496b753c91db694ee6302a962
 WHIRLPOOL 
a89de73c333c937a93cad63fed7d94c5bf364bcce0511d51cf96a8e40834b2ffdb67943d057389b4aa9cf6e39ad8860c3a9a7bd1b3c366fe7fec8d67acbc2a42
 DIST amd64-bin-libreoffice-gnome-java-5.2.3.3-r1.xd3 26341367 SHA256 
f943d46b870959a3d9c0482b58048a78481174403cb3db3a9b297f4dae10b1df SHA512 
7c2770433134b7fb02ccc9361fc4cedc09b306b0748156834b9177244e79e1994c3b511a62da9dfa61d442e022e2ae4314b83de9216c40911b216949ba779a9f
 WHIRLPOOL 
7af59289efc8afc1534005c146165acd5c8589d099083eb958040b82a178884f36fc28c2d67f4e4eb6ab0cbec209920c75876a38e6fe6ca1ae064825eea7adf5
+DIST amd64-bin-libreoffice-gnome-java-5.2.6.2.xd3 26387368 SHA256 
109d0781e52c9510849dc365ea890a8ac7309cbca6e04389ce57cfa282c7da35 SHA512 
99799643794a17c438b0e53a986789d3d7780d59941aa6cc247a0e11a269f8157a4ac75a4a4ddeb966a5f7098515374d8b05dc3b5dcd7222ff715eb9b2c3050b
 WHIRLPOOL 
5bef013e7058b3aa95c3979137fcb819767929a03f649774128a1a3449466324ec21713c081ea2945a7e290d583dff80ad3b90531479b74afdc420d6b71beb05
 DIST amd64-bin-libreoffice-java-5.2.3.3-r1.xd3 25447665 SHA256 
5a2629d5c1519bdcb2fbee08d1b1ffa79dcedeed4b36b9e01d20b9212e329201 SHA512 
33cb1a0ea6d9b9692b4dd2e87698417e4f327265aa9476150993336e46649f36eeba273789533e441c4d48f41970beb1f7db9bb11f19b101440eebf6d86974f2
 WHIRLPOOL 
b48f0d205578a399f2af5918c89290f433668f9f0bd7e12970666f0d44cf2b26b149435763a67917c8580f652f2f6cf11be4617ba2a8bad87c1d61815721533d
+DIST amd64-bin-libreoffice-java-5.2.6.2.xd3 25223071 SHA256 
f63f29ceba489b8c46070536851a413c5f4b0186e0d0e24e6e28205aaceb2d32 SHA512 
81d165e73bec88fb394cbed58552b31a6fbdceaaa43f352c4107d2b6fc98d802bdd180edd2b41cb5190cb8f2bd11e5d20eb70e2104120304f679cd6906a42773
 WHIRLPOOL 
aa7177e5f490bc10793cf85276e638504b4836cffc45a2b16f0f9914621ca64da571fc2bc651065ceec4bf4ea143abec92d24c8d4e4a72628541100ac41923d9
 DIST amd64-bin-libreoffice-kde-5.2.3.3-r1.xd3 8017163 SHA256 
4460ec6f1052f5e3f14fd2e929ab7f2bfb560e2de4ff2b26c25236fce355d007 SHA512 
2bf175daaf16e6b359f512c5962042652e3f8a4de2a8ad5d008761f712b8537181715636f1b77fbc54704110b035235862aa74abcc562cc4ff10f7ff9b05a458
 WHIRLPOOL 
d6f639a8e509867ff7f696b43b2ed1060ac1390a6b543c9103b57583e18365185becd4818dce0968573e7fea03a223d49411a37c9826f0e0a9ab24654bd601f1
+DIST amd64-bin-libreoffice-kde-5.2.6.2.xd3 7735054 SHA256 
94b6608a66bc0186159b0b78ba99b1da2400159bc05d3e48af0e3f32ad940ec7 SHA512 
7921dce4a98411e6fe4cc13a3f4726b4b069d4c4e05ee2c20c798997c60989350a0feca68af92b89863b9abdb1c7692e3f457ede67d934bfb6345046fae24923
 WHIRLPOOL 
ef28eb60572061603920b2c3b32164e3e99e415afae301ee618065052b9a28ad6cfeda44269969e26654485e49987f88e5a2b416be65e23d144801469adc1ca0
 DIST amd64-bin-libreoffice-kde-java-5.2.3.3-r1.xd3 25545657 SHA256 
752d263a340897bb3e96893ab33bb40654889e19dbde676d53c0aa601557e607 

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

2017-04-13 Thread Mike Gilbert
commit: 48da1cddbc6f56521de5b85959918b6cf574a46c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 13 20:04:12 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 13 20:04:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48da1cdd

www-client/chromium: fix node symlink on prefix (again)

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

 www-client/chromium/chromium-59.0.3067.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-59.0.3067.0.ebuild 
b/www-client/chromium/chromium-59.0.3067.0.ebuild
index e58a23908a2..3c419a8ef85 100644
--- a/www-client/chromium/chromium-59.0.3067.0.ebuild
+++ b/www-client/chromium/chromium-59.0.3067.0.ebuild
@@ -211,7 +211,7 @@ src_prepare() {
default
 
mkdir -p third_party/node/linux/node-linux-x64/bin || die
-   ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node || 
die
+   ln -s "${EPREFIX}"/usr/bin/node 
third_party/node/linux/node-linux-x64/bin/node || die
 
local keeplibs=(
base/third_party/dmg_fp



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

2017-04-13 Thread Göktürk Yüksek
commit: 999ec9cafec909d651fa77f4573b67495e7f1f47
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Apr 13 18:56:47 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Apr 13 19:51:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999ec9ca

media-gfx/gscan2pdf: Version bump 1.8.0

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-gfx/gscan2pdf/Manifest   |  1 +
 media-gfx/gscan2pdf/gscan2pdf-1.8.0.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index dcf83e7da54..480b1fac4bd 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,2 +1,3 @@
 DIST gscan2pdf-1.7.1.tar.xz 393048 SHA256 
bacf4bc2b63658a30ee4fc0de38345077bc640e10007e42221612a7ae7881bd0 SHA512 
6741317d3a24dc0a5ee0dd4fd04cc61a9e8d49678237eab0aea8e212e4d8186a060fef12bb16b9eede357c6dbde4676288d3c072eefd5bfc5a5fe99f3ff94c40
 WHIRLPOOL 
ccd2ee19821d202ec0925b1a52cd4d5855154daa5704fda5f2ee856f310d9a103b1dd28ba267dd31d16de24688e3bf97a8b3e40e8af02b421e571e637f4efadc
 DIST gscan2pdf-1.7.2.tar.xz 393620 SHA256 
28cbdecbea19f99a34a29a365077f961f82395c6485cdbf1aa95ad3f942c1984 SHA512 
67bb0e15b2b7a354609838a5f2826a2d91b8941c95dc7f286a87cf0ad37bffc94dd7593307251a44c9af8e5267d97bf70cc5da57bb41e0274ee3318abbd933cc
 WHIRLPOOL 
5a6e446c3e9f67950f2b7514f10f22762399eea2cb9302c4de2e69e682204a3df1f4918aa621ce47ea83315ad5f23ce6d004055b1cfb4aa348e8d935404e040a
+DIST gscan2pdf-1.8.0.tar.xz 398336 SHA256 
8c0bad83634c6524972a090a24a25a401229b7e4a047f1163275967646be6d50 SHA512 
dec15616f53bcbe7b20b86d2eda8424d0e752380290bf4dbfa56b6ee2724b52c5d82b404441d290d05f3cabf1d6a92f5f77f92d76220376bc47e034fa78099d4
 WHIRLPOOL 
7c908d890fad6767b8bfdb07a2a868ecc519b2e37f0049d77f9a0fed93dd391dd06f4058b22b042732c2e6eb863c4918864e4c938c19010ed8bfb6b0ab1fca6b

diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.0.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-1.8.0.ebuild
new file mode 100644
index 000..839ff21fecf
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-1.8.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils perl-module
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# OCR tests fail with tesseract[opencl], not fixed by addpredict
+# and others on Wayland and the console
+RESTRICT="test"
+
+RDEPEND="
+   dev-perl/Config-General
+   dev-perl/Date-Calc
+   dev-perl/Data-UUID
+   dev-perl/Filesys-Df
+   dev-perl/glib-perl
+   dev-perl/Goo-Canvas
+   dev-perl/Gtk2-Ex-PodViewer
+   dev-perl/Gtk2-Ex-Simple-List
+   dev-perl/Gtk2-ImageView
+   dev-perl/Gtk2
+   dev-perl/HTML-Parser
+   dev-perl/Locale-gettext
+   dev-perl/List-MoreUtils
+   dev-perl/Log-Log4perl
+   dev-perl/PDF-API2
+   dev-perl/Proc-ProcessTable
+   dev-perl/Readonly
+   dev-perl/Sane
+   dev-perl/Set-IntSpan
+   dev-perl/Try-Tiny
+   virtual/perl-Archive-Tar
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   virtual/perl-threads
+   virtual/perl-threads-shared
+   media-gfx/gtkimageview
+   media-gfx/imagemagick[png,tiff,perl]
+   media-gfx/sane-backends
+   media-libs/tiff"
+
+mydoc="History"
+
+pkg_postinst() {
+   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
+   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
+   optfeature "scan post-processing" app-text/unpaper
+   optfeature "automatic document feeder support" media-gfx/sane-frontends
+   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
+}



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

2017-04-13 Thread Patrice Clement
commit: 76b8c4b11a82a768b33fe7524a89c2cd7e2fcc78
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Apr 13 19:38:36 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b8c4b1

x11-misc/sct: stable.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/sct/sct-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/sct/sct-0.3.ebuild b/x11-misc/sct/sct-0.3.ebuild
index 27cb847d084..fdeaed74f01 100644
--- a/x11-misc/sct/sct-0.3.ebuild
+++ b/x11-misc/sct/sct-0.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="x11-libs/libXrandr"
 RDEPEND="${DEPEND}"



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

2017-04-13 Thread Patrice Clement
commit: 756835a950bce70c641bfe7801bcd84f1f26ccfe
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Apr 13 19:45:20 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:45:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756835a9

dev-perl/Test-NoTabs: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Test-NoTabs/Manifest   |  1 +
 dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-perl/Test-NoTabs/Manifest b/dev-perl/Test-NoTabs/Manifest
index 1c9c9ab0586..c48f4f27f50 100644
--- a/dev-perl/Test-NoTabs/Manifest
+++ b/dev-perl/Test-NoTabs/Manifest
@@ -1 +1,2 @@
 DIST Test-NoTabs-1.4.tar.gz 32904 SHA256 
1231f42aca5c62f7ae9c605b7ceb2caecd9cf1e9fd7f23f6fd998d416f83b098 SHA512 
96363bb3de1211819e0cd8ce50c8e03c8b9d05f7a2b7cdd6c41ddc8a267ffa1245b319ecb2f752a351b0c6ea9dcdea9a0044b24fe6d0406c54e7d8e6b2b2a423
 WHIRLPOOL 
9d0e33d60e6e60c66aa2db750b9a161d58d62ef24c4a7d8df60f987aa55ff625d3ef8706195acba9749887a906ac866ec654be7e17c430ccb3c73bcaaea43c9b
+DIST Test-NoTabs-2.00.tar.gz 28343 SHA256 
8f1911357abd3e798bd443358ba5f04b9ab4ba108ca828b2c2c708b503bdf388 SHA512 
e776f5c12029376a7754492482f62385a391aec31b3dfd979a8eb20aa81dd66ef8c7d33435e67f8f1eb151cf5833e5bde33c09ceccef27ac6e20958f28ff83e8
 WHIRLPOOL 
215c9e94b2b719b193d26a12b0b78ad5fab4c23c1d05affd2283713126cdacc21942b5e2ede9354e60da27e2ef9e5d68a34dae73291406c344de6eb636a554aa

diff --git a/dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild 
b/dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild
new file mode 100644
index 000..4858b1ec896
--- /dev/null
+++ b/dev-perl/Test-NoTabs/Test-NoTabs-2.000.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=2.00
+
+inherit perl-module
+
+DESCRIPTION="Check the presence of tabs in your project"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+SRC_TEST="do"



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

2017-04-13 Thread Göktürk Yüksek
commit: 253599b36377d2584ba2b0065668d8082c7ff068
Author: kuzetsa  gmail  com>
AuthorDate: Thu Apr 13 19:00:34 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Apr 13 19:36:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253599b3

sys-kernel/ck-sources: v.bump (4.9.22 & 4.10.10)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest  |  6 ++
 sys-kernel/ck-sources/ck-sources-4.10.10.ebuild | 60 
 sys-kernel/ck-sources/ck-sources-4.9.22.ebuild  | 96 +
 3 files changed, 162 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 169804720c6..d205b411d43 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -3,6 +3,9 @@ DIST deblob-4.10 147144 SHA256 
7159e505f724ec05a98d6009a254fe70423a0e46f6db0007d
 DIST deblob-4.9 146273 SHA256 
af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 WHIRLPOOL 
7b5ddba1469b6515d03d2e0e91a643ab0252803fde271ca710978186582a2f1a3b01deab9718c194bcdae0a79887636b6e98e604305402c9051b15a89fd393df
 DIST deblob-check-4.10 726421 SHA256 
6180718845e933e94a0f285aa20b94d3b6492ecfe3ea78dc1b5b43285b504cf6 SHA512 
cbf319186e6fc9941ed650b0dbeefc796a447188a87548cd96043c8045136f7792be5548524cad294667a51c98cbc02bf80660d6207424c6fb64df783ede0c1e
 WHIRLPOOL 
341343d4469403e776c6cee027acd6aef88edef312da754aa2063f9b174674d541e8f0c3bae1435292ecb7d86394e5738427b3f526ead7c4078c39d0c31acbbd
 DIST deblob-check-4.9 717834 SHA256 
4599c6eabd53bb352e9b536d574152e72467548add19757fc6b8e34355928d6b SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 WHIRLPOOL 
f1afe1f8d8bcd6fc43a01da5eb012d117687418f049212fe20fe7ea88700c482bc6fd3e917102ff9d12baf11e678a40355877a7d214da8b3cbf2b585a51a012e
+DIST genpatches-4.10-10.base.tar.xz 243056 SHA256 
eb8ad6a24d6d5e1917256e12cdc471f58347288da5e1ac652f0b5254ef8cb0a9 SHA512 
3a3266edcca74ffb8c840fc4bba5e6a3d0b5bdae3e3d891d58344de9c569d1028fdd8d37c8b02b36d2f93034d46a070f4f4196ef0706a48254ceb7de91a4878d
 WHIRLPOOL 
d442ada52d7a7f1cf7bca3c64594fb2a0be6ac07b2642b2b09cab3c240d3f005bf557302dd8a6bfdadd51d59fd7eb2190691b8b79fe082c9459ce40312a7b1a8
+DIST genpatches-4.10-10.experimental.tar.xz 105428 SHA256 
632629a8dbf3732c1d2c32a8143e4ca3bb37554d0ee7199d4f3509b419670120 SHA512 
2068f54ccbd9f6a4d3cbc85071dadcfed5a506604c78bf5e315222be3b4234e3a7ef2695697b368fd9ab9945182e6a6962aea8db30169f212f7fac6f5b76f4fa
 WHIRLPOOL 
04f3ac4727634344a9e131b48b278fd7f0b64eedaac3885ca5961a0855e4bb6e0d031089ff516fad6a19805636596a2d59c65fbbc4002e669e83406bbca900f7
+DIST genpatches-4.10-10.extras.tar.xz 17348 SHA256 
b142e0749fc85818dbd9a2b786adb4a5942026049227531799b37efb42b613bc SHA512 
503af5fc482b277a16a87e3ecfda21c64346b53f38fe7f56a7c8c6adb375527dacde81cef68b84de177ed30914fb2e7b326bdc9b0a68c95e87b3d399a3ca9ef0
 WHIRLPOOL 
1c74aaf61e2e785adc100e86692a11503ae74fd263c4ea0536ec29691f01f2f3fa0d845723c26352a1ff1cd8901e9b9399449b8a7578dcb818fc010cc0d9d93b
 DIST genpatches-4.10-4.base.tar.xz 98432 SHA256 
52901b9dbba814de20962cd90efcc0036730d349bc3c9d8acccf22338a0913ab SHA512 
4e75f8ce8f3a143c50d7d08ca1a7aa3a76a2b6bd38d015b691286d885c514d8f118a66deca61cb85e07bcbe38efed51b1b4bcba3530429aee8c0205398352c32
 WHIRLPOOL 
d425dcec43d29d0041fb1e6e7d1a8391c53806e50ff9cd8f971b4b5e741679bd1b6ef843be0de894987e4a1d909a2c19ffac7839769932eaa7359675765a7b85
 DIST genpatches-4.10-4.experimental.tar.xz 104588 SHA256 
9d5c178123d311802793bd696fd521eb852a1cb660d14aaf3703b7ea814e433c SHA512 
f15e876d306ac7d574071f07971aabe02ffeec91e7349cc3d403180212fcab6e42c207ece65c4929c5768d1bbb1c90002347aee27e85b214f7f631b7fc164cfe
 WHIRLPOOL 
d6fb36d95eb17c1d2a07dd41bb65fb9cd13e0c8c793787d4735fd49a756de6b929fc627c4419e34c627bb3d38a5d1931a960c3210915394c222763e70943ff41
 DIST genpatches-4.10-4.extras.tar.xz 17348 SHA256 
64167f17f122f969476bf68a3e0493a77d7ae9e78087c2748cdfdc6e6186af2a SHA512 
dcbdea379a0e28e9b8ed08b32ee71a36ce9ccc817e5b79f38759031e3324441f3e91e6b7e2802d1a694574bb4ce9e8f441d88ccbbd9280b3a4456eadab7d5fec
 WHIRLPOOL 
1d3ba61d03d17a707a65423e85f7f3a235a9d39fb26e4602b5cf663e097dc9e8618380d7a54db60705e6b38e9c0674330df57a6e243c7215411275a489ab8b42
@@ -39,6 +42,9 @@ DIST genpatches-4.9-21.extras.tar.xz 17348 SHA256 
3444b846c3232541152db3bb2d9ff5
 DIST genpatches-4.9-22.base.tar.xz 483488 SHA256 
f03fb7d8d0451e7bd7b1a4917fa653d0a9fad4cd0aaf6b87af0bb7bb3531fbc1 SHA512 
0010b5d5a44efa96047b7c2d1c76ebbb74a08051f76518a4f86165e8021634a3b1c25b68f94d82faa7c46208c06d7c81d0543a6112e88a30506d8eff72e7
 WHIRLPOOL 
a7ef61db7b96721949c75f4bf4219e29866ddc8f2a59c96670e62694eeeca04cdfc6629a65515bba8b2f709b6a925696ba4409ad18caec942e8fea9c02c0296e
 DIST genpatches-4.9-22.experimental.tar.xz 106416 SHA256 

[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/

2017-04-13 Thread Göktürk Yüksek
commit: 36023f0c54f9974c6ce8f22d34276d725c536767
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Apr 13 15:52:30 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Apr 13 19:34:55 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=36023f0c

ebuild-writing/misc-files/metadata: repoman does not depend on libxml2 anymore

When repoman was a part of sys-apps/portage, it didn't pull in libxml2
in the ebuild. The developers needed to make sure that libxml2 is
installed on the system to perform metadata checks. Now that it's
split into app-portage/repoman, it pulls in dev-python/lxml properly
and this statement is no longer valid.

 ebuild-writing/misc-files/metadata/text.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index ad429a5..44a8554 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -360,9 +360,8 @@ using the app-portage/metagen tool.
 
 
 
-Commits of package metadata files are handled by repoman. In
-order for metadata checks to be performed, dev-libs/libxml2
-must be installed on the system.
+Commits of package metadata files are handled by repoman as
+part of regular package maintenance.
 
 
 



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

2017-04-13 Thread Patrice Clement
commit: ce1c247d32885029fa7834f27f7c1802584fd177
Author: bdouxx  yahoo  fr>
AuthorDate: Mon Feb 20 20:44:12 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1c247d

media-gfx/freecad: fix wrong path declared as S.

Gentoo-Bug: https://bugs.gentoo.org/609476

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/4048

 media-gfx/freecad/freecad-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-gfx/freecad/freecad-.ebuild 
b/media-gfx/freecad/freecad-.ebuild
index 0dcd26ef652..7337a4ec850 100644
--- a/media-gfx/freecad/freecad-.ebuild
+++ b/media-gfx/freecad/freecad-.ebuild
@@ -64,8 +64,6 @@ RESTRICT="mirror"
 #  salome-smesh - science overlay
 #  zipio++ - not in portage yet
 
-S="${WORKDIR}/FreeCAD-${PV}"
-
 DOCS=( README.md ChangeLog.txt )
 
 pkg_setup() {



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

2017-04-13 Thread Patrice Clement
commit: 37934de51d0fd43e4c40a9801d65290920245ea6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 22:42:44 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:29:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37934de5

media-libs/libdv: replace eutils inherit w/ split eclasses.

Closes: https://github.com/gentoo/gentoo/pull/4291

 media-libs/libdv/libdv-1.0.0-r2.ebuild | 4 ++--
 media-libs/libdv/libdv-1.0.0-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libdv/libdv-1.0.0-r2.ebuild 
b/media-libs/libdv/libdv-1.0.0-r2.ebuild
index c23c7719736..20d6cbfa73d 100644
--- a/media-libs/libdv/libdv-1.0.0-r2.ebuild
+++ b/media-libs/libdv/libdv-1.0.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
-inherit eutils libtool
+inherit epatch epunt-cxx libtool
 
 DESCRIPTION="Software codec for dv-format video (camcorders etc)"
 HOMEPAGE="http://libdv.sourceforge.net/;

diff --git a/media-libs/libdv/libdv-1.0.0-r3.ebuild 
b/media-libs/libdv/libdv-1.0.0-r3.ebuild
index 293088d9c22..8c536d078d6 100644
--- a/media-libs/libdv/libdv-1.0.0-r3.ebuild
+++ b/media-libs/libdv/libdv-1.0.0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
-inherit eutils libtool flag-o-matic multilib-minimal
+inherit epatch epunt-cxx libtool ltprune flag-o-matic multilib-minimal
 
 DESCRIPTION="Software codec for dv-format video (camcorders etc)"
 HOMEPAGE="http://libdv.sourceforge.net/;



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

2017-04-13 Thread Patrice Clement
commit: 61ebe936d218b2304d18d920c366b1237db01953
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Apr 11 11:50:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:27:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ebe936

x11-misc/xdiskusage: remove old.

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

 x11-misc/xdiskusage/Manifest   |  1 -
 .../xdiskusage/xdiskusage-1.48_p20111016.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/x11-misc/xdiskusage/Manifest b/x11-misc/xdiskusage/Manifest
index 68051b797b3..d1ba3c4404c 100644
--- a/x11-misc/xdiskusage/Manifest
+++ b/x11-misc/xdiskusage/Manifest
@@ -1,2 +1 @@
-DIST xdiskusage-1.48_p20111016.tar.xz 17812 SHA256 
e612d2652a4127a9c4a296b186dd2cf9eb2cc43c217c85ae534ba55545af0250 SHA512 
2c73bf3756c47c45e340fbb11769d420854371d01400ff1c54a89b4a14465b8f35d61372ff37a4d46a75a3e5f7891584972e4fd2d09dc9d7105cc34ebc10d226
 WHIRLPOOL 
5a55eef74e6a1ac93fbf4de78caddc18912a1b2642d29310491e7473baf4fc76dd578ead4005aa9da143255aecc190a08c1eb79da0ecdf2145e72d7bd2793cb5
 DIST xdiskusage-1.51.tgz 54248 SHA256 
6fb2447f311299f9cb949f6954b71209f7d53dd6a58700a679a1001089c6 SHA512 
73335bbd5dc3e1f753efb84e7921fe7568f83daae7c4026c8b23fbacc4257b885de56f4dc8f682b03663a56f7def1227b8a4b6abf419aff8ecdd26ae51d4885a
 WHIRLPOOL 
fbabff47fbf0e711e21d9f88590f153cfbfe2a4674b976337ea64a0ffde96fae83882f1e1f8dc63edab186c14ab917b8824978ddcfde1c360c108ebf6503c5c2

diff --git a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild 
b/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild
deleted file mode 100644
index ec552d92bd6..000
--- a/x11-misc/xdiskusage/xdiskusage-1.48_p20111016.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
-HOMEPAGE="http://xdiskusage.sourceforge.net/;
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/fltk-1.3:1"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils"
-
-src_prepare() { eautoreconf; }
-src_compile() {
-   emake \
-   CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags)" \
-   LDLIBS="$(fltk-config --ldflags)"
-}
-src_install() { dobin ${PN}; doman ${PN}.1; dodoc README; }



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

2017-04-13 Thread Patrice Clement
commit: 5c7f4a7f3c2817136ae0ba5931d15191b75641a6
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Apr 11 11:44:05 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:27:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f4a7f

x11-misc/qtfm: remove old.

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

 x11-misc/qtfm/qtfm-5.5.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/x11-misc/qtfm/qtfm-5.5.ebuild b/x11-misc/qtfm/qtfm-5.5.ebuild
deleted file mode 100644
index 7fae7fc6b02..000
--- a/x11-misc/qtfm/qtfm-5.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit fdo-mime qt4-r2
-
-DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
-HOMEPAGE="http://www.qtfm.org/;
-SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# file is for LIBS += -lmagic
-RDEPEND="sys-apps/file
-   dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i \
-   -e "/^docs.path/s:qtfm:${PF}:" \
-   -e '/^docs.files/s: COPYING::' \
-   ${PN}.desktop || die
-   sed -i \
-   -e '/MimeType=/s|$|;|' \
-   -e '/Categories=/s|$|;System;FileTools;|' \
-   ${PN}.desktop || die
-}
-
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }



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

2017-04-13 Thread Patrice Clement
commit: 5f00cf1f883760d07d7fc9742b5d645ac7765590
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Apr 11 11:46:40 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 19:27:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f00cf1f

x11-misc/xcalendar: remove old.

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

 x11-misc/xcalendar/xcalendar-4.0-r1.ebuild | 53 --
 1 file changed, 53 deletions(-)

diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild 
b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
deleted file mode 100644
index 192bae284cc..000
--- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib
-
-DESCRIPTION="A simple interactive calendar program with a notebook capability"
-HOMEPAGE="http://www.freebsd.org/;
-SRC_URI="ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/${P}+i18n.tar.gz;
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="motif"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libXaw
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   x11-misc/imake
-   x11-proto/xproto
-   x11-misc/gccmakedep
-   motif? ( >=x11-libs/motif-2.3:0 )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   use motif && epatch "${FILESDIR}"/${P}-motif-gentoo.diff
-   epatch "${FILESDIR}"/${P}-implicits.patch
-   sed -e "s:%%XCALENDAR_LIBDIR%%:/usr/$(get_libdir)/xcalendar:" \
-   -e "s:/usr/local/X11R5/lib/X11/:/usr/$(get_libdir)/:" \
-   -i XCalendar.sed || die
-}
-
-src_compile() {
-   xmkmf -a
-   emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" 
EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin xcalendar
-   newman xcalendar.man xcalendar.1
-
-   insinto /usr/share/X11/app-defaults
-   newins XCalendar.sed XCalendar
-
-   insinto /usr/$(get_libdir)/xcalendar
-   doins *.xbm *.hlp
-
-   dodoc README
-}



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

2017-04-13 Thread Paweł Hajdan
commit: f2345c0af633116a69051239ab10d858d5aea69a
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Thu Apr 13 13:59:14 2017 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Thu Apr 13 19:17:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2345c0a

www-client/chromium: dev channel bump (59.0.3067.0)

 www-client/chromium/Manifest   |   2 +-
 ...0.3053.3.ebuild => chromium-59.0.3067.0.ebuild} |  19 +-
 .../chromium/files/chromium-system-icu-r1.patch| 224 +
 3 files changed, 235 insertions(+), 10 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 62ce4fb1584..1a62c850710 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-57.0.2987.133.tar.xz 525240460 SHA256 
70011770a7e522c92826a3af48d3fd28a46bf8042897d072d20c748cbf828cf7 SHA512 
b53fb357d3f11b45a46b3fe52a10b0d20cf8f3fedc8454ceca6b8d1ea9c526493cfeeb4472766e3f23ceba5cd53b089a2639d6a166fbfa91db05153571b59039
 WHIRLPOOL 
25854c4c1c9b9fde2c0bd9af7c374fe3fe78a19a34703cf54cb157a257c7408bf1bf58c199afbc16009e99bc4a3cdc578e907e78fc45bc781e59ab39b877c374
 DIST chromium-58.0.3029.14.tar.xz 509043400 SHA256 
b7a02ec45d61516552f7377bd066ee1d77a4ededc03c4c53c18373797dc8d8c4 SHA512 
b84c422965c694eee4159bd4f8c102fda5e7d8012adf195c2882f9ef3030a0433fac666de85bfcdd4e635d82a57dfa9f3d4e8000dfb8ada2e068348190a4524c
 WHIRLPOOL 
dc47733b3344f58fa1a3bc3f1dcac5088d9bbfcffa1c395547ff42367d2164f51cced3f9ad4afc7157834339dbe3fbe6790c835345533c917013770fe11ebec7
 DIST chromium-58.0.3029.19.tar.xz 509050504 SHA256 
ffe5b52faf219bee7675460ac56b3d62a3ee9fd2001f4a854224a1445b8af5e6 SHA512 
b1780d4920d14e4861b5e5895accf49d7b65d49345ec243d7d1042ca1d0246cb3b4fcfa383ea3a6ef9a2145bc526be71286af156051a058f4f699b64cce772cb
 WHIRLPOOL 
e5e57370aa06ef8ef7b1e923f684148a1035dc3c4282e6a327cbe4f6e7a472ed724e5c4edb3e5ea91ed3620ea6a9d9f23c5ddb52246ff840b7997e3b00bebc8a
-DIST chromium-59.0.3053.3.tar.xz 516942144 SHA256 
55126fa8954093d513a77191ff32b194647f119a0dfbf101c636e5d557c28252 SHA512 
5a5d0f6d06ffbaf13e6e1e7442a86418f07ed00654926fad9ba1ae3458f0a67374da3a43d8235abd5a6db0827f57c25a631d537e6475c23488ffc272a65fbfee
 WHIRLPOOL 
1df35cffa2160fdd95f834df10b6f6e07703b9070bd46b7d5631dca66ab0ec4b2d6d947ad9e0c80f0a8f6380b1bf9afd23df6842f827005638b6e710eda8aa3c
 DIST chromium-59.0.3063.4.tar.xz 519742312 SHA256 
3ed3240fca23675f59d0bbf32884ba7c1b6d2288cf499b27d7792d499d8d6d60 SHA512 
4dfb4948f4632f813b35eed3935cd771c435dce4dfbd77b698c6e7df7a19af037368293d2cd91d44353aa15de0c47cb809fa144258324116b8c18e2fde16ebff
 WHIRLPOOL 
cb183a61ce92d3e99befd2b7503100a63eaa64e33b8ae049571138cbe01d768757dc50555111d4ac11546d1cd8f73717d9904a794a3146c54d3afa1420986dc4
+DIST chromium-59.0.3067.0.tar.xz 519365816 SHA256 
a8edc9aaa2cb24fc227740f4bc3585980c6e01c3a1117b7a77a7802b6c92767f SHA512 
877f53f288ec865f623ad2cdbe70d4e2a3728d5af05252275931697041a86fff7e0a0a3ef228d9169ffd2edda7ed636f8dbe1bf1abed0b9900a857a0b86455fc
 WHIRLPOOL 
98d816351e0e3f3ddad3fd11d57e70e9c9dd82d40376e08b6a8416dbf4500aa9eec9c0ad7ee760d7db85697863bd5834223c205273f37e0900d32c1aa7b7c237

diff --git a/www-client/chromium/chromium-59.0.3053.3.ebuild 
b/www-client/chromium/chromium-59.0.3067.0.ebuild
similarity index 97%
rename from www-client/chromium/chromium-59.0.3053.3.ebuild
rename to www-client/chromium/chromium-59.0.3067.0.ebuild
index 6ca1bccd1a2..e58a23908a2 100644
--- a/www-client/chromium/chromium-59.0.3053.3.ebuild
+++ b/www-client/chromium/chromium-59.0.3067.0.ebuild
@@ -93,6 +93,7 @@ RDEPEND="${COMMON_DEPEND}
widevine? ( www-plugins/chrome-binary-plugins[widevine(-)] )
 "
 # dev-vcs/git - https://bugs.gentoo.org/593476
+# sys-apps/sandbox - https://crbug.com/586444
 DEPEND="${COMMON_DEPEND}
>=app-arch/gzip-1.7
!arm? (
@@ -104,6 +105,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/ninja
net-libs/nodejs
sys-apps/hwids[usb(+)]
+   !=sys-devel/bison-2.4.3
sys-devel/flex
virtual/pkgconfig
@@ -200,12 +202,12 @@ src_prepare() {
"${FILESDIR}/${PN}-widevine-r1.patch"
"${FILESDIR}/${PN}-FORTIFY_SOURCE.patch"
"${FILESDIR}/skia-avx2.patch"
-   "${FILESDIR}/${PN}-gn-bootstrap-r4.patch"
"${FILESDIR}/${PN}-dma-buf-r1.patch"
+   "${FILESDIR}/${PN}-system-ffmpeg-r5.patch"
+   "${FILESDIR}/${PN}-system-libjpeg-r1.patch"
+   "${FILESDIR}/${PN}-system-icu-r1.patch"
)
 
-   use system-ffmpeg && PATCHES+=( 
"${FILESDIR}/${PN}-system-ffmpeg-r4.patch" )
-
default
 
mkdir -p third_party/node/linux/node-linux-x64/bin || die
@@ -255,6 +257,7 @@ src_prepare() {
third_party/fips181
third_party/flatbuffers
third_party/flot
+   third_party/freetype
third_party/google_input_tools

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

2017-04-13 Thread Fabian Groffen
commit: b5cdd75075e3a21848504b35382f5992a7cd32ef
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 19:13:55 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 19:13:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cdd750

sys-apps/baselayout-prefix: remove use-flag from metadata.xml, up to haubi to 
fix it for real

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/baselayout-prefix/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-apps/baselayout-prefix/metadata.xml 
b/sys-apps/baselayout-prefix/metadata.xml
index 8a74eebcee3..91e2eccbc46 100644
--- a/sys-apps/baselayout-prefix/metadata.xml
+++ b/sys-apps/baselayout-prefix/metadata.xml
@@ -4,7 +4,4 @@

pre...@gentoo.org

-   
-   install in a chained Prefix 
environment
-   
 



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

2017-04-13 Thread Fabian Groffen
commit: d7a5a2d8c9d40454dc2de5ee3f04497a73bae4ce
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 19:12:50 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 19:12:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a5a2d8

sys-apps/baselayout-prefix: update metadata.xml use-flag to reflect change in 
ebuild made at some point

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/baselayout-prefix/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/baselayout-prefix/metadata.xml 
b/sys-apps/baselayout-prefix/metadata.xml
index b1e74aba999..8a74eebcee3 100644
--- a/sys-apps/baselayout-prefix/metadata.xml
+++ b/sys-apps/baselayout-prefix/metadata.xml
@@ -5,6 +5,6 @@
pre...@gentoo.org


-   install in a chained Prefix 
environment
+   install in a chained Prefix 
environment

 



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

2017-04-13 Thread Fabian Groffen
commit: 6d49f6fb91436d5bae3d3d22764161b71749ea0b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 19:09:28 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 19:09:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d49f6fb

media-libs/opengl-apple: drop no longer relevant package

 media-libs/opengl-apple/files/gl.pc   | 11 -
 media-libs/opengl-apple/metadata.xml  |  8 
 media-libs/opengl-apple/opengl-apple-3.ebuild | 53 --
 media-libs/opengl-apple/opengl-apple-4.ebuild | 64 ---
 media-libs/opengl-apple/opengl-apple-5.ebuild | 58 
 5 files changed, 194 deletions(-)

diff --git a/media-libs/opengl-apple/files/gl.pc 
b/media-libs/opengl-apple/files/gl.pc
deleted file mode 100644
index 91921c1c443..000
--- a/media-libs/opengl-apple/files/gl.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@GENTOO_PORTAGE_EPREFIX@/usr
-exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include
-
-Name: gl
-Description: Apple OpenGL library
-Version: 1.0.0
-# media-libs/opengl-apple provides symlinks to /.../X11/lib/libGL.?.?.dylib
-Libs: -L${libdir} -lGL
-Cflags: -I${includedir} 

diff --git a/media-libs/opengl-apple/metadata.xml 
b/media-libs/opengl-apple/metadata.xml
deleted file mode 100644
index 7151af145b0..000
--- a/media-libs/opengl-apple/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pre...@gentoo.org
-Gentoo Prefix
-  
-

diff --git a/media-libs/opengl-apple/opengl-apple-3.ebuild 
b/media-libs/opengl-apple/opengl-apple-3.ebuild
deleted file mode 100644
index d52136f7449..000
--- a/media-libs/opengl-apple/opengl-apple-3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-DESCRIPTION="Links to Apple's OpenGL X11 implementation"
-HOMEPAGE="http://www.apple.com/;
-LICENSE="public-domain"
-KEYWORDS="-* ~ppc-macos ~x64-macos ~x86-macos"
-SLOT=0
-IUSE=""
-
-DEPEND=">=app-eselect/eselect-opengl-1.0.8-r1
-   x11-proto/glproto"
-RDEPEND="${DEPEND}"
-
-X11_OPENGL_DIR="/usr/X11R6"
-
-pkg_setup() {
-   [[ ! -d ${X11_OPENGL_DIR} ]] && \
-   die "${X11_OPENGL_DIR} not found, do you have X11/Xquartz 
installed?"
-}
-
-src_install() {
-   dodir /usr/lib/opengl/${PN}/{lib,include}
-   dodir /usr/include/GL
-
-   cd "${ED}"/usr/lib/opengl/${PN}/include || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/gl.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glext.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glx.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glxext.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glxmd.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glxproto.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glxtokens.h || die
-   cd "${ED}"/usr/lib/opengl/${PN}/lib || die
-   ln -s "${X11_OPENGL_DIR}"/lib/libGL.dylib || die
-
-   cd "${ED}"/usr/include/GL || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glu.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/GLwDrawA.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/osmesa.h || die
-   cd "${ED}"/usr/lib || die
-   ln -s "${X11_OPENGL_DIR}"/lib/libGLU.dylib || die
-   ln -s "${X11_OPENGL_DIR}"/lib/libGLw.a || die
-}
-
-pkg_postinst() {
-   # Set as default VM if none exists
-   eselect opengl set --use-old ${PN}
-
-   elog "Note: you're using your OSX (pre-)installed OpenGL X11 
implementation from ${X11_OPENGL_DIR}"
-}

diff --git a/media-libs/opengl-apple/opengl-apple-4.ebuild 
b/media-libs/opengl-apple/opengl-apple-4.ebuild
deleted file mode 100644
index 474a776115b..000
--- a/media-libs/opengl-apple/opengl-apple-4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit prefix
-
-DESCRIPTION="Links to Apple's OpenGL X11 implementation"
-HOMEPAGE="http://www.apple.com/;
-LICENSE="public-domain"
-KEYWORDS="-* ~ppc-macos ~x64-macos ~x86-macos"
-SLOT=0
-IUSE=""
-
-DEPEND=">=app-eselect/eselect-opengl-1.0.8-r1
-   x11-proto/glproto"
-RDEPEND="${DEPEND}"
-
-X11_OPENGL_DIR="/usr/X11R6"
-
-pkg_setup() {
-   [[ ! -d ${X11_OPENGL_DIR} ]] && \
-   die "${X11_OPENGL_DIR} not found, do you have X11/Xquartz 
installed?"
-}
-
-src_prepare() {
-   cp "${FILESDIR}"/gl.pc .
-   eprefixify gl.pc
-}
-
-src_install() {
-   dodir /usr/lib/opengl/${PN}/{lib,include}
-   dodir /usr/include/GL
-
-   cd "${ED}"/usr/lib/opengl/${PN}/include || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/gl.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glext.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glx.h || die
-   ln -s "${X11_OPENGL_DIR}"/include/GL/glxext.h 

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

2017-04-13 Thread Fabian Groffen
commit: 53300fdc88e9d3732b6eb30ff06997a02ba3df05
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 19:07:42 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 19:07:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53300fdc

sys-libs/csu: forward port csu-79 from EAPI=3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/csu/csu-79.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/csu/csu-79.ebuild b/sys-libs/csu/csu-79.ebuild
index e8244cfd301..bd386e8f1cd 100644
--- a/sys-libs/csu/csu-79.ebuild
+++ b/sys-libs/csu/csu-79.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=3
+EAPI=5
 
 DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.6.6 to 10.9.5 versions"
 HOMEPAGE="http://www.opensource.apple.com/;



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

2017-04-13 Thread Fabian Groffen
commit: 9a060082fff221957e4ab87a48a8757edeb8acc5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 19:02:45 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 19:02:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a060082

sys-devel/native-cctools: cleanup, convert from EAPI=3 to EAPI=6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-devel/native-cctools/native-cctools-1.ebuild | 107 ---
 sys-devel/native-cctools/native-cctools-2.ebuild | 107 ---
 sys-devel/native-cctools/native-cctools-4.ebuild |   6 +-
 3 files changed, 5 insertions(+), 215 deletions(-)

diff --git a/sys-devel/native-cctools/native-cctools-1.ebuild 
b/sys-devel/native-cctools/native-cctools-1.ebuild
deleted file mode 100644
index 6a61a8cee23..000
--- a/sys-devel/native-cctools/native-cctools-1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="Host OS native assembler as and static linker ld"
-HOMEPAGE="https://prefix.gentoo.org/;
-SRC_URI=""
-
-LICENSE="GPL-2" # actually, we don't know, the wrapper is
-SLOT="0"
-
-LD_AIX_V=1
-
-KEYWORDS="~ppc-aix ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-DEPEND="sys-devel/binutils-config"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   LIBPATH=/usr/$(get_libdir)/binutils/${CHOST}/native-${PV}
-   BINPATH=/usr/${CHOST}/binutils-bin/native-${PV}
-
-   keepdir ${LIBPATH} || die
-   dodir ${BINPATH} || die
-
-   # allow for future hosts with different paths
-   nativepath=""
-   wrappers=()
-   case ${CHOST} in
-   *-solaris*)
-   nativepath=/usr/sfw/bin
-   ;;
-   *-aix*)
-   nativepath=/usr/ccs/bin
-   wrappers=("${wrappers[@]}" 
"ld=${FILESDIR}/ld-aix-${LD_AIX_V}")
-   ;;
-   *-apple-darwin*|*-netbsd*|*-openbsd*)
-   nativepath=/usr/bin
-   ;;
-   *-interix*)
-   nativepath=/opt/gcc.3.3/bin
-   ;;
-   *)
-   die "Don't know where the native linker for your 
platform is"
-   ;;
-   esac
-
-   what="addr2line as ar c++filt gprof ld nm objcopy objdump \
-   ranlib readelf elfdump size strings strip"
-   # Darwin things
-   what="${what} install_name_tool ld64 libtool lipo nmedit \
-   otool otool64 pagestuff redo_prebinding segedit"
-
-   # copy from the host os
-   cd "${ED}${BINPATH}"
-   for b in ${what} ; do
-   if [[ ${CHOST} == *-darwin* && ${b} == libtool ]] ; then
-   echo "linking darwin libtool ${nativepath}/${b}"
-   ln -s "${nativepath}/${b}" "${b}"
-   elif [[ -x ${nativepath}/g${b} ]] ; then
-   einfo "linking ${nativepath}/g${b}"
-   ln -s "${nativepath}/g${b}" "${b}"
-   elif [[ -x ${nativepath}/${b} ]] ; then
-   einfo "linking ${nativepath}/${b}"
-   ln -s "${nativepath}/${b}" "${b}"
-   else
-   ewarn "skipping ${b} (not in ${nativepath})"
-   fi
-   done
-
-   # post fix for Darwin's ranlib (doesn't like it when its called other 
than
-   # that, as libtool and ranlib are one tool)
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   rm -f ranlib
-   cat <<-EOF > ranlib
-   #!/usr/bin/env bash
-   exec ${nativepath}/ranlib "\$@"
-   EOF
-   chmod 755 ranlib
-   fi
-
-   exeinto ${BINPATH}
-   local wrapper source target
-   for wrapper in "${wrappers[@]}" ; do
-   source=${wrapper#*=}
-   target=${wrapper%%=*}
-   newexe "${source}" "${target}" || die
-   done
-   # Generate an env.d entry for this binutils
-   insinto /etc/env.d/binutils
-   cat <<-EOF > "${T}"/env.d
-   TARGET="${CHOST}"
-   VER="native-${PV}"
-   LIBPATH="${EPREFIX}/${LIBPATH}"
-   FAKE_TARGETS="${CHOST}"
-   EOF
-   newins "${T}"/env.d ${CHOST}-native-${PV}
-}
-
-pkg_postinst() {
-   binutils-config ${CHOST}-native-${PV}
-}

diff --git a/sys-devel/native-cctools/native-cctools-2.ebuild 
b/sys-devel/native-cctools/native-cctools-2.ebuild
deleted file mode 100644
index 5bb62c15c22..000
--- a/sys-devel/native-cctools/native-cctools-2.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="Host OS native assembler as and static linker ld"

[gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout-prefix/files/

2017-04-13 Thread Fabian Groffen
commit: 43e9593fa071b60031f644cece815245252f0931
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 18:55:29 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 18:55:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e9593f

sys-apps/baselayout-prefix: drop unused patches

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/baselayout-1.12.5-prefix-chaining.patch  | 83 --
 .../baselayout-1.12.5-prefix-no-consoletype.patch  | 11 ---
 2 files changed, 94 deletions(-)

diff --git 
a/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining.patch 
b/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining.patch
deleted file mode 100644
index f17d1bb3936..000
--- a/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru baselayout-1.12.5.orig/etc/profile baselayout-1.12.5/etc/profile
 baselayout-1.12.5.orig/etc/profile 2009-03-24 08:18:37.0 +0100
-+++ baselayout-1.12.5/etc/profile  2009-03-24 11:50:57.0 +0100
-@@ -4,6 +4,40 @@
- # environment for login shells.
- #
- 
-+#
-+# for prefix-chaining, the very first thing to do is to load
-+# the profiles for all chained instances above.
-+#
-+# TODO: is it safe in any case to shell source make.conf?
-+# don't do any recursive expansion here. if the parent can
-+# use READONLY_EPREFIX's, it has to have the same profile as
-+# we have here, and thus it will source parents before
-+# evaluating anything from itself.
-+#
-+_ro_root=$(. "@GENTOO_PORTAGE_EPREFIX@"/etc/make.conf && echo 
$READONLY_EPREFIX)
-+_ro_deps=${_ro_root#*:}
-+_ro_root=${_ro_root%:*}
-+if [ -n "${_ro_root}" -a -f "${_ro_root}"/etc/profile ]; then
-+  . "${_ro_root}"/etc/profile
-+fi
-+
-+#
-+# With prefix-chaining we want another set of variables that
-+# should be retained for all prefixes. for example it is ok
-+# to retain PKG_CONFIG_PATH if the parent of the chain can
-+# be used to resolve RDEPEND...
-+#
-+if [[ -n "${_ro_root}" ]]; then
-+  _ro_chained_path_vars="PATH MANPATH"
-+
-+  [[ ${_ro_deps} == *RDEPEND* ]] && 
-+  _ro_chained_path_vars="${_ro_chained_path_vars} PKG_CONFIG_PATH"
-+
-+  for var in ${_ro_chained_path_vars}; do
-+  eval "_ro_backupenv_paths_${var}=\${${var}}"
-+  done
-+fi
-+
- # Load environment settings from profile.env, which is created by
- # env-update from the files in /etc/env.d
- if [ -e "@GENTOO_PORTAGE_EPREFIX@"/etc/profile.env ] ; then
-@@ -21,10 +55,17 @@
- # It is intentional in the following line to use || instead of -o.
- # This way the evaluation can be short-circuited and calling whoami is
- # avoided.
-+#
-+# system directories are only appended if this prefix is the last
-+# one in a chain of prefixes (or the only prefix in the chain), so
-+# that they don't end up in the middle of multiple different prefix
-+# paths (profile is recursive now, see above!)
- if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
--  
PATH="@GENTOO_PORTAGE_EPREFIX@/usr/sbin:@GENTOO_PORTAGE_EPREFIX@/usr/bin:@GENTOO_PORTAGE_EPREFIX@/sbin:@GENTOO_PORTAGE_EPREFIX@/bin:${ROOTPATH}:/usr/sbin:/usr/bin:/sbin:/bin"
-+  
PATH="@GENTOO_PORTAGE_EPREFIX@/usr/sbin:@GENTOO_PORTAGE_EPREFIX@/usr/bin:@GENTOO_PORTAGE_EPREFIX@/sbin:@GENTOO_PORTAGE_EPREFIX@/bin:${ROOTPATH}"
-+  [[ -z "${_ro_root}" ]] && PATH="$PATH:/usr/sbin:/usr/bin:/sbin:/bin"
- else
--  
PATH="@GENTOO_PORTAGE_EPREFIX@/usr/bin:@GENTOO_PORTAGE_EPREFIX@/bin:${PATH}:/usr/bin:/bin"
-+  
PATH="@GENTOO_PORTAGE_EPREFIX@/usr/bin:@GENTOO_PORTAGE_EPREFIX@/bin:${PATH}"
-+  [[ -z "${_ro_root}" ]] && PATH="$PATH:/usr/bin:/bin"
- fi
- export PATH
- unset ROOTPATH
-@@ -63,3 +104,18 @@
-   fi
- done
- unset sh
-+
-+#
-+# finally chain the save variables for previous prefixes in the chain.
-+#
-+if [[ -n "${_ro_chained_path_vars}" ]]; then
-+  for var in ${_ro_chained_path_vars}; do
-+  eval "export ${var}=\${${var}}:\${_ro_backupenv_paths_${var}}"
-+  eval "unset _ro_backupenv_paths_${var}"
-+  done
-+fi
-+
-+unset _ro_root
-+unset _ro_deps
-+unset _ro_chained_path_vars
-+

diff --git 
a/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-no-consoletype.patch
 
b/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-no-consoletype.patch
deleted file mode 100644
index 442dea3543e..000
--- 
a/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-no-consoletype.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 baselayout-1.12.5/src/Makefile 2007-10-17 21:22:08 +0400
-+++ baselayout-1.12.5/src/Makefile 2007-10-17 21:22:23 +0400
-@@ -9,7 +9,7 @@
- LIBDIR = lib
- 
- BIN_TARGETS =
--SBIN_TARGETS = consoletype runscript start-stop-daemon
-+SBIN_TARGETS = runscript start-stop-daemon
- SYS_WHITELIST = env_whitelist
- 
- TARGET = $(BIN_TARGETS) $(SBIN_TARGETS)



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

2017-04-13 Thread Fabian Groffen
commit: c2aa074d59cbaeecc585db0c14ca9f1f1b203364
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 18:53:37 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 18:53:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2aa074d

sys-apps/baselayout-prefix: remove old (EAPI=3) ebuilds

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/baselayout-prefix/Manifest|   3 -
 .../baselayout-prefix-1.12.14-r1.ebuild| 147 -
 .../baselayout-prefix-1.12.14.ebuild   | 181 -
 .../baselayout-prefix-1.12.5-r11.ebuild| 179 
 .../baselayout-prefix-2.2-r3.ebuild|  95 ---
 .../baselayout-prefix-2.2-r4.ebuild|  83 --
 6 files changed, 688 deletions(-)

diff --git a/sys-apps/baselayout-prefix/Manifest 
b/sys-apps/baselayout-prefix/Manifest
index 44b3a225d84..1951dcd2262 100644
--- a/sys-apps/baselayout-prefix/Manifest
+++ b/sys-apps/baselayout-prefix/Manifest
@@ -1,4 +1 @@
 DIST baselayout-2.2.tar.bz2 40744 SHA256 
11d4a223b06da545c3e59e07c9195570f334b5b1be05d995df0ebc8ea2203e98 SHA512 
a5199c42e835d9f2683cc94f3c4c47ecdc392316c24e0932845736e2e90479b0c5c8ad72ead8e0537f097405b7d7548d00b87b7ff8c9e3651486e3c5c0970b36
 WHIRLPOOL 
60cc4f7f76c5a45c15303e526decffb3bad2b50ac659b1dd072d2ed4b0eb0b31929a1a733ddb03a31ee5882b889a4efb87206f63ffaa2b11e26d36afd0933a95
-DIST baselayout-prefix-1.12.14.1709.tar.bz2 461562 SHA256 
ca1eec028b7ec72f1e3196f71eafd564062d9b677569698fe41ac5f817c9379e SHA512 
600cf1a90771deb0f1d2be73dc2b6fbd0708c8b19e4b300a95cb5e5431be05904864cbcf8cd87dd3aefa5827fc8c3324d5249496a37a84ea2f676a25447f5b9e
 WHIRLPOOL 
872f02fa0e4920c1c6fadbf19d52ab1a2ccce32b0eb52e245dc71767cf31110c063946163bc171d6085a50867f74936c397fd6fdf8e9e30b146b06dc8926
-DIST baselayout-prefix-1.12.5.1701.tar.bz2 412843 SHA256 
452ee800e37c65d9c44e77130f0ea9f082e05df2f9a673523fe2e03170fa3099 SHA512 
87d73943a9210c2ab613a60bed1197fa92fe536bde870f97e28aaa6cbc432d2c94b507f9a78011c2b7e92a09612267c3d23a540bdb5677a836d6dc845af0858b
 WHIRLPOOL 
4a678f1b150a48c85507a09dce57572b98eb7f2c4e22bb57294cc653e7ac896281ed255f39ecc6c45e3a1ddd385ffded1eaec9b3b0412b62320f0e997e8a84ec
-DIST einfo-1.0.6.tar.xz 222368 SHA256 
036108a6160c0a5468483e94effc2665d2028b6c64ea22ec607117cbaec564d6 SHA512 
d9fabb11621b3ab49aaa0ad318ee6f511ee09d2a4de1cce7da1c3e0b1f8cb9a3b2f5d446f7e6d7b662a21955178ed89cc4c212382aac66d40a774f42f9a53738
 WHIRLPOOL 
ec7bd03ac6f10205f8405fa0c4907af748a95727bb0a3fa20024a5fd215cb19e9eeebabcdba4be4710962d170bd96c47e03258e0f5b03e98449c90a32d0dedf0

diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14-r1.ebuild 
b/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14-r1.ebuild
deleted file mode 100644
index ea24b58f98d..000
--- a/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14-r1.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils toolchain-funcs multilib prefix flag-o-matic user
-
-# last part in e.g. 1.12.14.1704
-PVER=1709
-
-DESCRIPTION="Baselayout for Gentoo Prefix installs"
-HOMEPAGE="https://prefix.gentoo.org/;
-SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.${PVER}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="prefix-chaining"
-DEPEND=">=sys-apps/portage-2.2.01"
-RDEPEND=">=sys-libs/readline-5.0-r1
-   >=app-shells/bash-3.1_p7
-   >=sys-apps/coreutils-5.2.1
-   kernel_Darwin? ( sys-process/pidof-bsd )
-   kernel_FreeBSD? ( sys-process/pidof-bsd )"
-
-S=${WORKDIR}/${P}.${PVER}
-
-src_prepare() {
-   if use prefix-chaining; then
-   epatch "${S}"/baselayout-${PV}-prefix-chaining.patch
-
-   # need to set the PKG_CONFIG_PATH globally for this prefix, when
-   # chaining is enabled, since pkg-config may not be installed 
locally,
-   # but still .pc files should be found for all RDEPENDable 
prefixes in
-   # the chain.
-   echo 
"PKG_CONFIG_PATH=\"${EPREFIX}/usr/lib/pkgconfig:${EPREFIX}/usr/share/pkgconfig\""
 >> "${S}"/etc/env.d/00basic
-   fi
-
-   cd "${S}"
-   eprefixify \
-   etc/env.d/00basic \
-   etc/profile
-
-   # add the host OS MANPATH
-   echo 'MANPATH="/usr/share/man"' > etc/env.d/99basic || die "can't make 
file"
-
-   # avoid a re-automake run
-   touch -r gnulib/configure.ac gnulib/Makefile.in gnulib/aclocal.m4 || die
-}
-
-src_configure() {
-   cd gnulib || die
-   default
-}
-
-src_compile() {
-   # build gnulib first
-   pushd gnulib > /dev/null || die
-   emake || die "Cannot build gnulib"
-   popd > /dev/null
-
-   # use gnulib 

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

2017-04-13 Thread Fabian Groffen
commit: 75fd7d4a801fbfce3449e6987f0a58700f8dac98
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 18:33:43 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 18:33:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fd7d4a

app-crypt/rhash: fix and keyword for Solaris

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/rhash/rhash-1.3.4.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/app-crypt/rhash/rhash-1.3.4.ebuild 
b/app-crypt/rhash/rhash-1.3.4.ebuild
index 3a58d6df434..2be1edde5f3 100644
--- a/app-crypt/rhash/rhash-1.3.4.ebuild
+++ b/app-crypt/rhash/rhash-1.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="debug nls openssl static-libs"
 
 RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )"
@@ -29,8 +29,7 @@ src_prepare() {
sed -i -e 's:\$(DESTDIR)/etc:\$(DESTDIR)/$(SYSCONFDIR):g' Makefile || 
die
 
if [[ ${CHOST} == *-darwin* ]] ; then
-   local
-   ver_script='-Wl,--version-script,exports.sym,-soname,$(SONAME)'
+   local 
ver_script='-Wl,--version-script,exports.sym,-soname,$(SONAME)'
local install_name='-install_name $(LIBDIR)/$(SONAME)'
sed -i -e 
'/^\(SONAME\|SHAREDLIB\)/s/\.so\.\([0-9]\+\)/.\1.dylib/' \
-e '/^SOLINK/s/\.so/.dylib/' \
@@ -39,6 +38,12 @@ src_prepare() {
Makefile || die
fi
 
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # https://sourceware.org/bugzilla/show_bug.cgi?id=12548
+   # skip the export.sym for now
+   sed -i -e 's/,--version-script,exports.sym//' librhash/Makefile 
|| die
+   fi
+
multilib_copy_sources
 }
 
@@ -53,7 +58,8 @@ multilib_src_compile() {
$(use openssl && echo -ldl)
)
 
-   [[ ${CHOST} == *-darwin* ]] && ADDLDFLAGS+=( $(use nls && echo -lintl) )
+   [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] \
+   && ADDLDFLAGS+=( $(use nls && echo -lintl) )
 
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" \
  ADDCFLAGS="${ADDCFLAGS[*]}" ADDLDFLAGS="${ADDLDFLAGS[*]}" \



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

2017-04-13 Thread William Hubbs
commit: 4694900190a9078397bb9083328b68b489af92f4
Author: William Hubbs  gmail  com>
AuthorDate: Thu Apr 13 17:54:18 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 13 17:54:30 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=46949001

init: fix signal handling

The only signals we handle are SIGINT and SIGCHLD, so block all others
and unblock them in the child process before we start a rurnlevel.

 src/rc/openrc-init.c | 20 +---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c
index 61052806..621c81ea 100644
--- a/src/rc/openrc-init.c
+++ b/src/rc/openrc-init.c
@@ -39,6 +39,7 @@ static const char *rc_default_runlevel = "default";
 static pid_t do_openrc(const char *runlevel)
 {
pid_t pid;
+   sigset_t signals;
 
pid = fork();
switch(pid) {
@@ -47,6 +48,9 @@ static pid_t do_openrc(const char *runlevel)
break;
case 0:
setsid();
+   /* unblock all signals */
+   sigemptyset();
+   sigprocmask(SIG_SETMASK, , NULL);
printf("Starting %s runlevel\n", runlevel);
execl("/sbin/openrc", "/sbin/openrc", runlevel, NULL);
perror("exec");
@@ -135,11 +139,14 @@ int main(int argc, char **argv)
int count;
FILE *fifo;
bool reexec = false;
+   sigset_t signals;
struct sigaction sa;
 
if (getpid() != 1)
return 1;
 
+   printf("OpenRC init version %s starting\n", VERSION);
+
if (argc > 1)
default_runlevel = argv[1];
else
@@ -148,15 +155,22 @@ int main(int argc, char **argv)
if (default_runlevel && strcmp(default_runlevel, "reexec") == 0)
reexec = true;
 
-   printf("OpenRC init version %s starting\n", VERSION);
-   if (! reexec)
-   init(default_runlevel);
+   /* block all signals we do not handle */
+   sigfillset();
+   sigdelset(, SIGCHLD);
+   sigdelset(, SIGINT);
+   sigprocmask(SIG_SETMASK, , NULL);
+
+   /* install signal  handler */
memset(, 0, sizeof(sa));
sa.sa_handler = signal_handler;
sigaction(SIGCHLD, , NULL);
sigaction(SIGINT, , NULL);
reboot(RB_DISABLE_CAD);
 
+   if (! reexec)
+   init(default_runlevel);
+
if (mkfifo(RC_INIT_FIFO, 0600) == -1 && errno != EEXIST)
perror("mkfifo");
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/

2017-04-13 Thread Michael Weber
commit: 7b4f8073c68c05ed4b8cf7dba915ab683872f928
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Apr 13 17:48:20 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Apr 13 17:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4f8073

net-fs/netatalk: Version bump (bug 614420).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/netatalk/Manifest   |   1 +
 net-fs/netatalk/netatalk-3.1.11.ebuild | 181 +
 2 files changed, 182 insertions(+)

diff --git a/net-fs/netatalk/Manifest b/net-fs/netatalk/Manifest
index e585b948f2c..77f1bbc418f 100644
--- a/net-fs/netatalk/Manifest
+++ b/net-fs/netatalk/Manifest
@@ -1,2 +1,3 @@
 DIST netatalk-3.1.10.tar.bz2 1811929 SHA256 
2b40161985bb32cff5660bf689a4704f15c33bb87565efc7805dd5c75ad1fcc7 SHA512 
dd1f49307b5298a784e2b487c0da94459632bab8353cf505cd4b104f4c0b55bbb77caf73e8b4c60af64018b345df78337accac3b5ed6cb5620309b163a86d32b
 WHIRLPOOL 
f5996ef249e98e5cb95ab214087f482502e6177bfa4d259119db8362e45665d775ca4e41277b34e627c4c199859915f9732c101adc0f17ba56bdcf64efc7a789
+DIST netatalk-3.1.11.tar.bz2 1812227 SHA256 
3434472ba96d3bbe3b024274438daad83b784ced720f7662a4c1d0a1078799a6 SHA512 
330e584f34b5f5e8714b3eca8e11adb93134cc0afa73e9bc25ddadcf3e9a96779a2979dfc08a64d343b148bc2d4e0e0f25b08d9c46d6b68057611d04ecfd06ea
 WHIRLPOOL 
d5bc44c13585cb41b8cfd48876398842900b830a8f685585ad993d719bb0a3614bb87d1d43213200eceb9b57ebc48138f3dc6c02692ab6dd27196aa3e59f8e8d
 DIST netatalk-3.1.8.tar.bz2 1802404 SHA256 
34668d5f53b780e9f143c2d7ee06ebc1c2bd7758c60ca483c8b08da27dcc4d4c SHA512 
734745743b2d5fe39f3d6716f377e6255d6a061e3c615a4fe30db388ec6d848f6db063d733dfa24ccf967f1e9042841bce4824f4bed391952c4304ee11e11b0d
 WHIRLPOOL 
dff6050c746b301864d34b9577f9cea7195878434306e4ad83032a51ba6841b4b8537db6cedef27642d751beeefacba62026addd4b8f5056a9fe9b0b07bf98d8

diff --git a/net-fs/netatalk/netatalk-3.1.11.ebuild 
b/net-fs/netatalk/netatalk-3.1.11.ebuild
new file mode 100644
index 000..761f1c4f004
--- /dev/null
+++ b/net-fs/netatalk/netatalk-3.1.11.ebuild
@@ -0,0 +1,181 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+AUTOTOOLS_AUTORECONF=yes
+
+inherit autotools-utils flag-o-matic multilib pam python-r1 systemd versionator
+
+DESCRIPTION="Open Source AFP server"
+HOMEPAGE="http://netatalk.sourceforge.net/;
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range
 1-3)/${P}.tar.bz2"
+
+LICENSE="GPL-2 BSD"
+SLOT="0/17.0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="acl cracklib dbus debug kerberos ldap pam pgp quota samba +shadow ssl 
static-libs tracker tcpd +utils zeroconf"
+
+CDEPEND="
+   !app-editors/yudit
+   dev-libs/libevent:0=
+   >=dev-libs/libgcrypt-1.2.3:0
+   sys-apps/coreutils
+   >=sys-libs/db-4.2.52:=
+   sys-libs/tdb
+   acl? (
+   sys-apps/attr
+   sys-apps/acl
+   )
+   cracklib? ( sys-libs/cracklib )
+   dbus? ( sys-apps/dbus dev-libs/dbus-glib )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   pam? ( virtual/pam )
+   ssl? ( dev-libs/openssl:0 )
+   tcpd? ( sys-apps/tcp-wrappers )
+   tracker? ( app-misc/tracker )
+   utils? ( ${PYTHON_DEPS} )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+RDEPEND="${CDEPEND}
+   utils? (
+   dev-lang/perl
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   )"
+DEPEND="${CDEPEND}
+   virtual/yacc
+   sys-devel/flex"
+
+RESTRICT="test"
+
+REQUIRED_USE="
+   ldap? ( acl )
+   tracker? ( dbus )
+   utils? ( ${PYTHON_REQUIRED_USE} )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.7-gentoo.patch
+   "${FILESDIR}"/${PN}-3.1.8-disable-ld-library-path.patch #564350
+)
+
+src_prepare() {
+   if ! use utils; then
+   sed \
+   -e "s:shell_utils::g" \
+   -i contrib/Makefile.am || die
+   fi
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=()
+
+   append-flags -fno-strict-aliasing
+
+   # Ignore --with-init-style=gentoo, we install the init.d by hand and we 
avoid having
+   # to sed the Makefiles to not do rc-update.
+   # TODO:
+   # systemd : --with-init-style=systemd
+   myeconfargs+=(
+   $(use_enable debug)
+   $(use_enable debug debugging)
+   $(use_enable pgp pgp-uam)
+   $(use_enable kerberos)
+   $(use_enable kerberos krbV-uam)
+   $(use_enable quota)
+   $(use_enable tcpd tcp-wrappers)
+   $(use_enable zeroconf)
+   $(use_with acl acls)
+   $(use_with cracklib)
+   $(use_with dbus afpstats)
+   $(use_with ldap)
+   $(use_with pam)
+   $(use_with samba 

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

2017-04-13 Thread Brian Evans
commit: 92666c3f0c8eb2fcf04a85c82b4990abe6f69992
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Apr 13 17:38:24 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Apr 13 17:38:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92666c3f

dev-php/PEAR-Net_Socket: Version bump to 1.2.2 which is now BSD-2 license

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/PEAR-Net_Socket/Manifest |  1 +
 dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/dev-php/PEAR-Net_Socket/Manifest b/dev-php/PEAR-Net_Socket/Manifest
index 7994f67adfa..244cdc289b2 100644
--- a/dev-php/PEAR-Net_Socket/Manifest
+++ b/dev-php/PEAR-Net_Socket/Manifest
@@ -1,2 +1,3 @@
 DIST Net_Socket-1.0.14.tgz 5600 SHA256 
651541aeefe829eecc84ce4cb929d9a15e2ce92d2a74d5389d1cddb3d4f22f00 SHA512 
1c4ad8bdb96830e32caa7ffe739ba8785bc07a1737ef85b7694b878a38bd693b10ad426361a4a8f758a63ec6fa407650ec9b5d2df086999a041529128f7fa403
 WHIRLPOOL 
300a233113ae2d2207a5333644780d4fe703cb42f333927311e9bb3ee8f67c1ad85968542a6a0e27b7e6e3b41439cbf81f228cc2bad2dc8435898c6ced7c2c06
 DIST Net_Socket-1.1.0.tgz 5933 SHA256 
bf71ca55af68886e425b9dc5563acff880b29ab0fce8d6346e413e05e56dc317 SHA512 
e2d21451ec7fd232764ae061c0b63689c0f6c5f972aa408b74490504f2540bf525f6a0decbcef60ad7fe78f3718b8cc21bf625f31c3811f3ff5824e07b4b
 WHIRLPOOL 
427d1e8636c938f5aaada1477a2e10eff698200166e2f03db0be7f18228c869b5c590d21a0fa524312c05a79ccb97bada38963d133c593a615c813efee73
+DIST Net_Socket-1.2.2.tgz 6903 SHA256 
1f971cf0f80fa6a7bbbebb8695917293eaede976680718413847177633a41689 SHA512 
fd415fbd4a6801b63cda3168ff275fdeae233a3cc4c62f9bfe561f83f24f89795a7e7ad862641a73bb6d6e3c0da8b56cd00e7e7a1db616de040ea7883d84caa5
 WHIRLPOOL 
745c058b1fe47711c7844f5d6f5dfc7f06d9d31217e518d37f79c014914f817ddd0ee1e430d298d0e02f4fca48880b7d4c4fb57ff359d2d219e369c54161384f

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
new file mode 100644
index 000..5797100d93c
--- /dev/null
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="PHP class interface to TCP sockets"
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+DEPEND=""
+RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



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

2017-04-13 Thread Ian Stakenvicius
commit: 008f77035bc900a3f62d6b691f5217785afffa66
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Apr 13 17:32:24 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Apr 13 17:34:46 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=008f7703

www-client/firefox: bump to 52.0.2, add apulse support

This package in addition to bumping, does some pkg_preinst() magic
to support using apulse in place of a full pulseaudio setup when
USE="pulseaudio" is specified.  This will likely not go into the
gentoo repo until such time as alsa support is broken upstream.

This bump also includes a patch that should help compilation on
musl.

 www-client/firefox/Manifest| 184 ++---
 .../files/musl_drop_hunspell_alloc_hooks.patch |  13 ++
 ...firefox-52.0.1.ebuild => firefox-52.0.2.ebuild} |  17 ++
 3 files changed, 122 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 650d6d8..3c7006c 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,93 +1,93 @@
 DIST firefox-52.0-patches-08.tar.xz 10084 SHA256 
2acdd54fd4268a1a1a12905fb3586981d55bad5269b8f380a54aa65fc4268a4f SHA512 
974edc753230429a52c820c82d8b78ea727b1e42a10fcd562b9e4173920f369a78550e6517e32cfea64d19a92c658ef1cebb29c59165fe8aaa587ec20107c835
 WHIRLPOOL 
ab2c1520bf795ef48e564fb81ce812e11e7f4f4a2fe472ad85b045011344f359c62ec0c4c83e4ad196d3d891eef8ef52b462a77b6f1485a75eeabc1487462410
-DIST firefox-52.0.1esr-ach.xpi 427640 SHA256 
31b6f2dd7ce944d9e064e3ac54da14522b398669e505f8e48b57c58782e60567 SHA512 
3a797259d9ab9ae8a2db9c36f5812d5124a4ed138f9f9d974ad1951dab77171093b000e95ece158059c4a2f0eb804447a85664cb430f2b09b96eb268de9ca980
 WHIRLPOOL 
19f5b1a0b3c2bcffc15d0f675fae4f7eab0c6c4b0c7671c1759908153ec7b40b466d3989bef396b8f8d670bfd79cc9333bf478497b60681a00eadfe8f6c73d8c
-DIST firefox-52.0.1esr-af.xpi 436823 SHA256 
b555f2cc2cceec706a03279fe25fefc08749bc1214ee1329b43af4c04cf7e1db SHA512 
004263158b37a59285662844595415ac6496ec64e9bd557b33e85592471e10265e9aaed9e2f5aaebeefcb1abc5709531a8d9ce6b0442fb9c11a1e2fa5826e008
 WHIRLPOOL 
7a5455882d46dc35d757c2ec122ae3e4258b498185d35c26fda6013cb2d9640ef3f7e2d44a020cf9ca0f0705480ded1fe714adf1d7409a9cc8dd81e0c14e8a9a
-DIST firefox-52.0.1esr-an.xpi 445142 SHA256 
e975472b54930b438203cca1ce1c1f4b83b871f14ff98ec2d648ca9b7d37e1ce SHA512 
39c35c7b75be1addf335dabe247e6dcc9fb2d1eb3c96ba7fd4321a02236dc8f0cd4d4367eedd2d5f9a2bd557006938affcf735fc4122acf1a32369683a043516
 WHIRLPOOL 
69181d5efb91aabb863d025bdc504a103b42e23f30e7b6b5a0cceeb4eb50d6e85e96b720ef459770f4f1972bbf96719ae30393fee9504488856987965980dbef
-DIST firefox-52.0.1esr-ar.xpi 473381 SHA256 
de99b88e757998f20b32fdaa10db18315eb44dff461f248b2dfb9b1d9bdfcf1c SHA512 
0798ec4b32e4d2b5722c2e8903e5650bac9a230ff609be81e1913c0f964079aa212ae29e1abe1ae850f137a7ef9d06d9f0c9ab290503b9d6ac5c715673fe3768
 WHIRLPOOL 
a8b782d459866100c132efe1d8dad4c20a52a22e2fc5b0c501d38d925986ae7993ca2d2343655ac57fe42181421961f61244bd51fc921496e9a508ddcca749aa
-DIST firefox-52.0.1esr-as.xpi 486888 SHA256 
7ccd6bf16991c2d31f708c9f66c59e555f34ad9391fcdc51bd133c5001ee0910 SHA512 
156f15b3b03d4dec210be760176b45a3d1765100964dd5ba5d3903f251db369724344fb40e61872a02f33f29d405aad449ea02366f43b5306aff1eadd065a28d
 WHIRLPOOL 
431da91353cafcabd3664d4019b34806a7e14bacfe42e17df8876bc55ea4a45fce87fd62891d38d1a5cbf51b877bb42199c13abd5fa6c0c05c2c2e51183e1574
-DIST firefox-52.0.1esr-ast.xpi 440032 SHA256 
3ba1ac6ec97a30135498c95823db0d492d7cbc8c52c2ea88436313bd395d7445 SHA512 
e4830ad092923d6ea18fcc4dfcaad38a7a63c4b04037ab7bf45fd5d41016a53d51961e10ee3dd424131351865ff3f452747daf9fcb0e38c9ef84f78522c779a9
 WHIRLPOOL 
6267423a01f55d34863a155707ddcf31e11f20cffbf50c14af2aefed980494035359a0bec1b3e4a9a331336b2bede64d9b1995d8c165362eafe62ddbafd6b07b
-DIST firefox-52.0.1esr-az.xpi 454922 SHA256 
1ec928a370b401a2b0d18c5da69ec132508d5d2245e83ea67f7554b55b581632 SHA512 
cf2f7264120c000b2b0e227bce6dd674652969dcb05f90f4be3a65e74ad6b16d427e32e33049bf08f51758225fc9b937fe0667abf55bab7d18f021ccce9cb37b
 WHIRLPOOL 
3e739caefe679c1d0520e0ee701b7129be49a1c47769f9b0180b5ab1a73d9070ac19a5674303a22bb7e7681bc2409388256c2737df3c4906b6c2ef80d7674aea
-DIST firefox-52.0.1esr-bg.xpi 487892 SHA256 
081ee6838015760d79d1350874cf9ccbe1c5bc62aee7d462d9a99cccd5d6656b SHA512 
0ffef7fc419047117efd61c7be5851f61760d6fc74782d9a827a10c4684528d2b3aa57e8be2f0cac8e7b4c2b51ac561c1fe838a880bb975881425b0d28719ef0
 WHIRLPOOL 
f10d7abe1e0e5f9122578cdcbc37ba73044c60b48f0783ed3355d162569e2282475217af025574fea547681c808e5f39e5817bf72f0347f69b9657d8acc6d17a
-DIST firefox-52.0.1esr-bn-BD.xpi 511994 SHA256 
bc2b5e57be845427d42f169a32e9777f034a7354396fd237b0c2e382636e7c41 SHA512 
631658c35790e0d8c5df6261dbdb4950884783c692b40e8b36ee6c7bb2f3c5d25b88ed6910365a7a466af3640ea3f4b6b9c981936756f5178aa3efff2d68972e
 WHIRLPOOL 

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

2017-04-13 Thread Ian Stakenvicius
commit: 3bb4e9bf65b18417198de98dadb1a9164c951f8d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Apr 13 02:13:22 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Apr 13 17:34:46 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3bb4e9bf

mozconfig-v6.52.eclass: add media-sound/pulseaudio to DEPEND

 eclass/mozconfig-v6.52.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index 1486b4e..783a0ed 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -163,9 +163,12 @@ DEPEND="app-arch/zip
app-arch/unzip
>=sys-devel/binutils-2.16.1
sys-apps/findutils
+   pulseaudio? ( media-sound/pulseaudio )
${RDEPEND}"
 
 RDEPEND+="
+   pulseaudio? ( || ( media-sound/pulseaudio
+   >=media-sound/apulse-0.1.9 ) )
selinux? ( sec-policy/selinux-mozilla )"
 
 # @FUNCTION: mozconfig_config



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

2017-04-13 Thread Fabian Groffen
commit: df11a4cabe5da5eeda1b0dfff2be2465375fa912
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Apr 13 17:34:14 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Apr 13 17:34:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df11a4ca

mail-client/mutt: version bump to 1.8.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-client/mutt/Manifest  |   2 +
 mail-client/mutt/mutt-1.8.1.ebuild | 252 +
 2 files changed, 254 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 0a1f52dd6ff..8528aeed359 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -4,7 +4,9 @@ DIST mutt-1.5.24-gentoo-patches-r1.tar.bz2 118546 SHA256 
411ad728404f4e7743b82bb
 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.1.tar.gz 4118443 SHA256 
0be55a8cae6db2ef7ce831a70cbf6b2d8a0de558a08814933a67855ef07b0dad SHA512 
5d695212560266aa16f2a547305bc6cd1a1ee7b10bfac9c45b5a8f7b5dfc16b8c288f5229bdf38167a77c44952bf353d93def5b928001ec4982e018f8c1a3e7a
 WHIRLPOOL 
b99615eb4485e26f60ce3eb5fe5201fc0c3d7bbd5067a4001209e9f746b09596016df9a28dab28913945f54c0b4a17cc869b47cb72726d1a377bdf9c18c89c69
 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.1-patches-r0.tar.xz 133328 SHA256 
0790e607db777f910206929f54234ee533e03905a82aa4c8afb9009ae0c7c165 SHA512 
90e3d00f9496fd394ccb43c3f50f0593c3b4167e7cdf0ceb75a4d84c5c4851032b79453df1259af70e1cfa716f96636e484b08215aa029ec9cc7a22797a1f086
 WHIRLPOOL 
bf64b16bcbcc7a61de54e363ac8aa014ba10fc46481b6304312175d15afc3aa7c8d1ad131e1fdac2ef660a5f701985d36939e93208b54adedc2919532e57da4a

diff --git a/mail-client/mutt/mutt-1.8.1.ebuild 
b/mail-client/mutt/mutt-1.8.1.ebuild
new file mode 100644
index 000..ef287d76cc0
--- /dev/null
+++ b/mail-client/mutt/mutt-1.8.1.ebuild
@@ -0,0 +1,252 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/;
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   

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

2017-04-13 Thread Jeroen Roovers
commit: c1ffcc1b5beb6e28e126cda85017976656a70e15
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr 13 17:06:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr 13 17:07:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ffcc1b

net-analyzer/wireshark: Version bump (bug #615462).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-2.2.6.ebuild | 259 ++
 2 files changed, 260 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 8378ab30175..f24538cbd3f 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1 +1,2 @@
 DIST wireshark-2.2.5.tar.bz2 32297102 SHA256 
75dd88d3d6336559e5b0b72077d8a772a988197d571f00029986225fef609ac8 SHA512 
c419950683eb399f851e10cc268d541cbd6e75a957f412650fa9564760908864fcd0d5d6c3520e656d93c31cd5f1216a514be154dfa950fcfd2804e66155985e
 WHIRLPOOL 
2c65d7806673adb550dcdd8fa032a4dce8e1087e5c57b132c9ac53d6d93d6fb0da3219573bc2ecb12df7865a9a32a1a28378e03b3e3439853200186d42f18e7d
+DIST wireshark-2.2.6.tar.bz2 32317335 SHA256 
f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849 SHA512 
d373254801b2d9ae248ff45be09ac36e1916b832430b8f57271421cbd2113c1ffa914ef23c7a1e704d8d5f666f0d4de5bcd9ef9d3801686a35511a5f2a230f3f
 WHIRLPOOL 
859588103ea21fa4e8511a873af81d50e053c5a8b3a92bca2fca317e2ab3e8c4e0e37d89102b887d88a0ef7c6fc90ca45667a43466ac0d71f4ffeec4b9bbf0e0

diff --git a/net-analyzer/wireshark/wireshark-2.2.6.ebuild 
b/net-analyzer/wireshark/wireshark-2.2.6.ebuild
new file mode 100644
index 000..e6842e6fd3b
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-2.2.6.ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils fcaps flag-o-matic multilib qmake-utils user
+
+DESCRIPTION="A network protocol analyzer formerly known as ethereal"
+HOMEPAGE="https://www.wireshark.org/;
+SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="
+   adns androiddump +caps ciscodump cpu_flags_x86_sse4_2 crypt doc doc-pdf
+   geoip +gtk kerberos lua +netlink +pcap portaudio +qt5 sbc selinux smi
+   libssh randpkt randpktdump sshdump ssl tfshark zlib
+"
+REQUIRED_USE="
+   ciscodump? ( libssh )
+   sshdump? ( libssh )
+   ssl? ( crypt )
+"
+
+S=${WORKDIR}/${P/_/}
+
+CDEPEND="
+   >=dev-libs/glib-2.14:2
+   netlink? ( dev-libs/libnl:3 )
+   adns? ( >=net-dns/c-ares-1.5 )
+   crypt? ( dev-libs/libgcrypt:0 )
+   caps? ( sys-libs/libcap )
+   geoip? ( dev-libs/geoip )
+   gtk? (
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/pango
+   x11-misc/xdg-utils
+   )
+   kerberos? ( virtual/krb5 )
+   libssh? ( >=net-libs/libssh-0.6 )
+   lua? ( >=dev-lang/lua-5.1:* )
+   pcap? ( net-libs/libpcap )
+   portaudio? ( media-libs/portaudio )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   media-libs/speex
+   x11-misc/xdg-utils
+   )
+   sbc? ( media-libs/sbc )
+   smi? ( net-libs/libsmi )
+   ssl? ( net-libs/gnutls:= )
+   zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )
+"
+# We need perl for `pod2html`.  The rest of the perl stuff is to block older
+# and broken installs. #455122
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   !

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

2017-04-13 Thread Thomas Deutschmann
commit: ffd97dcdd22b9b21d754ea93bb0c582246d6c966
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 13 15:10:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 13 17:04:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd97dcd

app-arch/rar: Bump to v5.5.0 Beta 1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/rar/Manifest   |  3 ++
 app-arch/rar/rar-5.5.0_beta1.ebuild | 81 +
 2 files changed, 84 insertions(+)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index 3412efda914..67f4f0c01bd 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -1,9 +1,12 @@
 DIST rarlinux-5.2.1.tar.gz 1109839 SHA256 
dafe2deb46d0a9cc99b5f4e7204913051d4a2010e08311a0d3565050bd74026f SHA512 
bb7ad791f5a34b8d48008a75f9d8008237f36261be6e722d8fdf97a19e70e444c42232544ac63514c354e1d173260dcb635024f72c77afff172f326a137ef21c
 WHIRLPOOL 
6ee7d38bac0c158f0ab6b534544dd7fcd3bf3459219790d2f05ae60df86e7502ca8211580035d62279e99bd427577c4a79bd2eca6e1b99dc2dfde679a07537ec
 DIST rarlinux-5.3.0.tar.gz 1114667 SHA256 
7638f20ba68a49e9d9b3b247d9922f3d36c248eaa2e784bd2f0fad0aa1fd7ba8 SHA512 
b2eb9831cac88f7f72a169c081a35fc688aa82a5e80cf681440b38f7d5f7691511ca1b85960b3949668faa4c1fe0921fb170d7a1ffb52d77db124fd073f1516b
 WHIRLPOOL 
42ee7ef6f4a186b6284490e04378d24fcdbdea2406724137522ce2c18ebc62f8321e7092673ce4ea3e917b0ea393145b8f496ba06e780bdf2526b3223d5474aa
 DIST rarlinux-5.4.0.tar.gz 1121998 SHA256 
18b4aa6b22a5460cae6dd4372fa1a6d69e0726e693c04993cc5e124d7c0a7db6 SHA512 
6dd905de5fae268bf65d7fc803d03919db96d0489ea5351c5deac8dd12e4a7da295ea9342b26a9603efaad7cfec780094c64c0e82ea9c72967b5e43286a40ee8
 WHIRLPOOL 
aefb8cc47d37ab2c60ffda82f6311233998f0d3b263628341cbeaa9c21d7249b75906e56e3c6ea92008423d76b1f8d840feb92d77d34f9987a01171f1c010940
+DIST rarlinux-5.5.b1.tar.gz 1125936 SHA256 
175138d7476734572d4baac3e1d67ee1e23ad4112e5eb4bd72c6056f2cc49fc3 SHA512 
5f96a05d733f36c3ee9e7325a830d1fa0a2d1fe5b11997e3965f3a66435a711c54c83be256e3d983fcf731e7dbcb5a2a84a7b3e65eba21eaf5089bb1156e9d45
 WHIRLPOOL 
1ed9d8d76efc2501548a69ecf1fcea19853e3dc922ffb40fdc523707bfd6f035668672b4ad3e65b7cde6c83eb8c7c4738fff2011ebd287f6f6fa02a19b26b1bf
 DIST rarlinux-x64-5.2.1.tar.gz 1145110 SHA256 
54015e921bf2789ca90afdf913c5a5d57db612bfdbf33eedae7b068aa1016a2d SHA512 
fe0f866aa7437608e60d3d760263aa2428d7154f0574140008d19a088b6968b06a02d056bd6e9f1b30f4b06c5fd447bf8383bd823d958c6676cd7d835f14de2c
 WHIRLPOOL 
b82f153a9aa1e239e2b1e137c71005ce812ce446911e9f62c43609a810cfb86874aa7137698b7a79326d693d4571da20df19973206412be429f1b593908fa86e
 DIST rarlinux-x64-5.3.0.tar.gz 1149037 SHA256 
8075b01d29ba0fc0c927f08e2a1b2149921bdb42c9457b7a7ef0950e387b5131 SHA512 
3391db53adcdc355b6c58843a59f17a0adc2abc874ba8828cb985f27d33d27804d6a8c4db642fbef6a09d513858a6b507f6b49f9097a499d800f4cdd953f1f3e
 WHIRLPOOL 
b450bf85d36627c0b03be1523cdee980ac771ea5acd9786264fc10efd8473b1cec031dec57d1b1f345ea601fed94f0505d300d106800076c20bc97a437b6fd26
 DIST rarlinux-x64-5.4.0.tar.gz 1156900 SHA256 
bf3e718df88cac8da631e34b3b2cc3185ca111e11d945e6bb91c0c038b8aa945 SHA512 
6b4a9f9ba454e6f40bd8ec391a11790dc43d1a54733e1c8de0ac2cf969193959df327f5fee22c9b403cc838dfb92906c1b47d001b41522983fb0cf21b73da696
 WHIRLPOOL 
31427c056662619790e939b9f9a6904422a2bcbead8589279c206cf36c7a8726176061351d91c9dd8fdf9b7357d0fe20b94e7e67376e14324222f0c47a13c938
+DIST rarlinux-x64-5.5.b1.tar.gz 1160046 SHA256 
6b2b0e986356ac25e55c22875acebc5f8e530d6beae92ede178f0faeb95502fd SHA512 
d2fedcd7f081d03216cd5a1a9a5b599d6bff93b83410f975169eac4b0128b6717a6376b9d8d0c106f80dc6aeb84c55212a00dbe098caba5798ed65cb5696de61
 WHIRLPOOL 
9254cc5c9cc73bda1b94b9855c48cb48c6bb08af6c55164caf5d61ec8756a128496c74157a313f0db462a8b80a56bc9fc60a5346034074486d272487f96ba178
 DIST winrar-x64-521.exe 1941744 SHA256 
e315674d9e2f5f63977fb5fd8e8bcafcdc106594b83e7ba062c5bec24901a5d2 SHA512 
b08be6ea9dcbd19ac3849045a18d59a968ade46bcdfe3c6451dbcb5856d294b9dbdb89b1d38dff1749b44c47dc47b4de519ae5561825f06498455ffec48c7822
 WHIRLPOOL 
4faf6f2379e8b589974bff8fbb4a8a9561d2d60473f7874c0bf163a8915e902d7550847bd808e32ace3f48cfc02246b07b69b50ed848881d84d59d0594fd2322
 DIST winrar-x64-530.exe 1964912 SHA256 
951b53d30aa7d40f5fd4720ddd7385d431ede0e18df496fcb9c255ee1520d668 SHA512 
ebe7ba3e3bc36941a6cf4f27f00edfd62e2297fda6de64a3718da10f10c9a9510b1dea96e5d128602e3b4069e276c88f79914b535a0acb390158a620510501ca
 WHIRLPOOL 
ac463202b33f4130e45da5df85b47a0eaf268686aefb5bcd8b09da729f1348d000d513f8297c67520515321b0d6632a16d6ed23ccc73efbd18c605cb624981d1
 DIST winrar-x64-540.exe 2179856 SHA256 
d73cc6a97c3edde637c7d952ee2e0efc5b09937e5300cb0ecaffda70f4efdef0 SHA512 
27082f2aa1fde0b82611360bece85b984258a3e81fb20249122a643ae1d6d9878ca248e854899a7ceffa4363aa032fc5360eba80c19e700292b5a261040d75c0
 WHIRLPOOL 
62bd28cb0ef7c4b5294f44cf15d697f15a69898865b006d3ff3984378cb688907481dab738e2f25737cec9fe199dc157b48b66f28ae6a66fb1dd27018d7b
+DIST 

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

2017-04-13 Thread Thomas Deutschmann
commit: 2f6b428debc76081a77c2abff74827fb5bd8d497
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 13 16:56:10 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 13 17:04:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6b428d

app-arch/rar: Cleanup old version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/rar/Manifest |  3 --
 app-arch/rar/rar-5.2.1.ebuild | 80 ---
 2 files changed, 83 deletions(-)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index 67f4f0c01bd..c266ee98f49 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -1,12 +1,9 @@
-DIST rarlinux-5.2.1.tar.gz 1109839 SHA256 
dafe2deb46d0a9cc99b5f4e7204913051d4a2010e08311a0d3565050bd74026f SHA512 
bb7ad791f5a34b8d48008a75f9d8008237f36261be6e722d8fdf97a19e70e444c42232544ac63514c354e1d173260dcb635024f72c77afff172f326a137ef21c
 WHIRLPOOL 
6ee7d38bac0c158f0ab6b534544dd7fcd3bf3459219790d2f05ae60df86e7502ca8211580035d62279e99bd427577c4a79bd2eca6e1b99dc2dfde679a07537ec
 DIST rarlinux-5.3.0.tar.gz 1114667 SHA256 
7638f20ba68a49e9d9b3b247d9922f3d36c248eaa2e784bd2f0fad0aa1fd7ba8 SHA512 
b2eb9831cac88f7f72a169c081a35fc688aa82a5e80cf681440b38f7d5f7691511ca1b85960b3949668faa4c1fe0921fb170d7a1ffb52d77db124fd073f1516b
 WHIRLPOOL 
42ee7ef6f4a186b6284490e04378d24fcdbdea2406724137522ce2c18ebc62f8321e7092673ce4ea3e917b0ea393145b8f496ba06e780bdf2526b3223d5474aa
 DIST rarlinux-5.4.0.tar.gz 1121998 SHA256 
18b4aa6b22a5460cae6dd4372fa1a6d69e0726e693c04993cc5e124d7c0a7db6 SHA512 
6dd905de5fae268bf65d7fc803d03919db96d0489ea5351c5deac8dd12e4a7da295ea9342b26a9603efaad7cfec780094c64c0e82ea9c72967b5e43286a40ee8
 WHIRLPOOL 
aefb8cc47d37ab2c60ffda82f6311233998f0d3b263628341cbeaa9c21d7249b75906e56e3c6ea92008423d76b1f8d840feb92d77d34f9987a01171f1c010940
 DIST rarlinux-5.5.b1.tar.gz 1125936 SHA256 
175138d7476734572d4baac3e1d67ee1e23ad4112e5eb4bd72c6056f2cc49fc3 SHA512 
5f96a05d733f36c3ee9e7325a830d1fa0a2d1fe5b11997e3965f3a66435a711c54c83be256e3d983fcf731e7dbcb5a2a84a7b3e65eba21eaf5089bb1156e9d45
 WHIRLPOOL 
1ed9d8d76efc2501548a69ecf1fcea19853e3dc922ffb40fdc523707bfd6f035668672b4ad3e65b7cde6c83eb8c7c4738fff2011ebd287f6f6fa02a19b26b1bf
-DIST rarlinux-x64-5.2.1.tar.gz 1145110 SHA256 
54015e921bf2789ca90afdf913c5a5d57db612bfdbf33eedae7b068aa1016a2d SHA512 
fe0f866aa7437608e60d3d760263aa2428d7154f0574140008d19a088b6968b06a02d056bd6e9f1b30f4b06c5fd447bf8383bd823d958c6676cd7d835f14de2c
 WHIRLPOOL 
b82f153a9aa1e239e2b1e137c71005ce812ce446911e9f62c43609a810cfb86874aa7137698b7a79326d693d4571da20df19973206412be429f1b593908fa86e
 DIST rarlinux-x64-5.3.0.tar.gz 1149037 SHA256 
8075b01d29ba0fc0c927f08e2a1b2149921bdb42c9457b7a7ef0950e387b5131 SHA512 
3391db53adcdc355b6c58843a59f17a0adc2abc874ba8828cb985f27d33d27804d6a8c4db642fbef6a09d513858a6b507f6b49f9097a499d800f4cdd953f1f3e
 WHIRLPOOL 
b450bf85d36627c0b03be1523cdee980ac771ea5acd9786264fc10efd8473b1cec031dec57d1b1f345ea601fed94f0505d300d106800076c20bc97a437b6fd26
 DIST rarlinux-x64-5.4.0.tar.gz 1156900 SHA256 
bf3e718df88cac8da631e34b3b2cc3185ca111e11d945e6bb91c0c038b8aa945 SHA512 
6b4a9f9ba454e6f40bd8ec391a11790dc43d1a54733e1c8de0ac2cf969193959df327f5fee22c9b403cc838dfb92906c1b47d001b41522983fb0cf21b73da696
 WHIRLPOOL 
31427c056662619790e939b9f9a6904422a2bcbead8589279c206cf36c7a8726176061351d91c9dd8fdf9b7357d0fe20b94e7e67376e14324222f0c47a13c938
 DIST rarlinux-x64-5.5.b1.tar.gz 1160046 SHA256 
6b2b0e986356ac25e55c22875acebc5f8e530d6beae92ede178f0faeb95502fd SHA512 
d2fedcd7f081d03216cd5a1a9a5b599d6bff93b83410f975169eac4b0128b6717a6376b9d8d0c106f80dc6aeb84c55212a00dbe098caba5798ed65cb5696de61
 WHIRLPOOL 
9254cc5c9cc73bda1b94b9855c48cb48c6bb08af6c55164caf5d61ec8756a128496c74157a313f0db462a8b80a56bc9fc60a5346034074486d272487f96ba178
-DIST winrar-x64-521.exe 1941744 SHA256 
e315674d9e2f5f63977fb5fd8e8bcafcdc106594b83e7ba062c5bec24901a5d2 SHA512 
b08be6ea9dcbd19ac3849045a18d59a968ade46bcdfe3c6451dbcb5856d294b9dbdb89b1d38dff1749b44c47dc47b4de519ae5561825f06498455ffec48c7822
 WHIRLPOOL 
4faf6f2379e8b589974bff8fbb4a8a9561d2d60473f7874c0bf163a8915e902d7550847bd808e32ace3f48cfc02246b07b69b50ed848881d84d59d0594fd2322
 DIST winrar-x64-530.exe 1964912 SHA256 
951b53d30aa7d40f5fd4720ddd7385d431ede0e18df496fcb9c255ee1520d668 SHA512 
ebe7ba3e3bc36941a6cf4f27f00edfd62e2297fda6de64a3718da10f10c9a9510b1dea96e5d128602e3b4069e276c88f79914b535a0acb390158a620510501ca
 WHIRLPOOL 
ac463202b33f4130e45da5df85b47a0eaf268686aefb5bcd8b09da729f1348d000d513f8297c67520515321b0d6632a16d6ed23ccc73efbd18c605cb624981d1
 DIST winrar-x64-540.exe 2179856 SHA256 
d73cc6a97c3edde637c7d952ee2e0efc5b09937e5300cb0ecaffda70f4efdef0 SHA512 
27082f2aa1fde0b82611360bece85b984258a3e81fb20249122a643ae1d6d9878ca248e854899a7ceffa4363aa032fc5360eba80c19e700292b5a261040d75c0
 WHIRLPOOL 
62bd28cb0ef7c4b5294f44cf15d697f15a69898865b006d3ff3984378cb688907481dab738e2f25737cec9fe199dc157b48b66f28ae6a66fb1dd27018d7b
 DIST 

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

2017-04-13 Thread Thomas Deutschmann
commit: 5bfbfa1477c3d95d1a79c40738405be884845b59
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 13 14:55:34 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 13 17:04:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfbfa14

app-arch/rar: add myself as maintainer

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-arch/rar/metadata.xml b/app-arch/rar/metadata.xml
index 47e2f49fc73..89f2e872e66 100644
--- a/app-arch/rar/metadata.xml
+++ b/app-arch/rar/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   


Install all SFX (Self-Extracting) files rather than 
just the native



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

2017-04-13 Thread Thomas Deutschmann
commit: d6187f2bde59595b167d13e7212baa6fcaf82fec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 13 17:01:18 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 13 17:04:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6187f2b

profiles: p.mask app-arch/rar on uclibc due to missing sys-libs/glibc

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

diff --git a/profiles/default/linux/uclibc/package.mask 
b/profiles/default/linux/uclibc/package.mask
index 8033f0522a0..686411a2734 100644
--- a/profiles/default/linux/uclibc/package.mask
+++ b/profiles/default/linux/uclibc/package.mask
@@ -13,6 +13,7 @@ sys-fs/udev
 dev-libs/elfutils
 
 # These binary pkgs have a hard dep on glibc; make repoman shut up
+app-arch/rar
 dev-games/gtkradiant
 dev-games/ps2-packer
 games-action/descent3



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

2017-04-13 Thread Thomas Deutschmann
commit: a97b551a48d4dc5c41267998ca000b96b0cdec0d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 13 16:55:28 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 13 17:04:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97b551a

app-arch/rar: stable on amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/rar/rar-5.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/rar/rar-5.4.0.ebuild b/app-arch/rar/rar-5.4.0.ebuild
index d871c05f8b3..66522431d64 100644
--- a/app-arch/rar/rar-5.4.0.ebuild
+++ b/app-arch/rar/rar-5.4.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="6"
 
 MY_PV="${PV/0_beta/b}"
 DESCRIPTION="RAR compressor/uncompressor"
@@ -19,7 +19,7 @@ SRC_URI="x86? ( ${URI_x86} )
 
 LICENSE="RAR BSD BSD-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="all_sfx static"
 RESTRICT="mirror bindist"
 



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

2017-04-13 Thread Mike Frysinger
commit: 9e1166fe6c715e8bf26262841798a93a0f00637a
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Apr 13 16:46:48 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Apr 13 16:46:48 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9e1166fe

gitignore: anchor the paths

Rather than match any dir/file in the tree, anchor the dist stuff
to the root.

 .gitignore | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index d52b2974..649b79ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *.py[co]
-dist
-build
-files
-MANIFEST
+
+/build/
+/dist/
+/files/
+/MANIFEST



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

2017-04-13 Thread Michał Górny
commit: 31002afad6fcdae3290ba5f4ac1c493947e98783
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 13 16:16:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 16:16:14 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=31002afa

repositories: Remove sunrise, QA, no commits for 2 yrs, #557784

 files/overlays/repositories.xml | 13 -
 1 file changed, 13 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 97c0ff9..6daf920 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4591,19 +4591,6 @@ FIN
 g...@github.com:DamnWidget/sublime-text.git
 https://github.com/DamnWidget/sublime-text/commits/master.atom
   
-  
-sunrise
-Ebuilds for bugs assigned to maintainer-wanted
-https://cgit.gentoo.org/proj/sunrise-reviewed.git/
-
-  sunr...@gentoo.org
-
-https://anongit.gentoo.org/git/proj/sunrise-reviewed.git
-git://anongit.gentoo.org/proj/sunrise-reviewed.git
-git+ssh://g...@git.gentoo.org/proj/sunrise-reviewed.git
-https://cgit.gentoo.org/proj/sunrise-reviewed.git/atom/
-
-  
   
 superposition
 Phil's overlay



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

2017-04-13 Thread Michał Górny
commit: 6fbb6e1bdddaed11a994bd81afa24e64b17f0f3d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 13 16:14:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 16:14:55 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=6fbb6e1b

repositories: Mark pentoo official

It seems that there is a number of repositories maintained by developers
and Gentoo projects that are marked official. On request from zerochaos,
mark pentoo official as well -- since the owner is a Gentoo developer.

 files/overlays/repositories.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index f51c78e..97c0ff9 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3474,7 +3474,7 @@ FIN
 g...@github.com:pdilung/gentoo-overlay.git
 https://github.com/pdilung/gentoo-overlay/commits/master.atom
   
-  
+  
 pentoo
 The overlay contains new or updated security 
tools.
 http://www.pentoo.ch



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

2017-04-13 Thread Hans de Graaff
commit: af1a215d81f7869eea83d3b84505be14cdfba919
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 13 15:03:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 13 15:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a215d

dev-ruby/axiom-types: initial import of 0.1.1 from mrueg overlay

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/axiom-types/Manifest |  1 +
 dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 30 +++
 dev-ruby/axiom-types/metadata.xml | 11 ++
 3 files changed, 42 insertions(+)

diff --git a/dev-ruby/axiom-types/Manifest b/dev-ruby/axiom-types/Manifest
new file mode 100644
index 000..2eb7cf3ed95
--- /dev/null
+++ b/dev-ruby/axiom-types/Manifest
@@ -0,0 +1 @@
+DIST axiom-types-0.1.1.gem 23552 SHA256 
c1ff113f3de516fa195b2db7e0a9a95fd1b08475a502ff660d04507a09980383 SHA512 
1d1eb7680cc7370e81506acf8a3a5ca2e40e8c375cc6e91176fca2b5ba388b87792b0e0872e6847b7f8ab27f3fc52f4cd4792875c97f579ffa4578e3c414d2e5
 WHIRLPOOL 
8b7504a27cd0c1e0c0abe2f145c3ae0b109901630f3b0ebd106f932b3b5d85375350060d6416650b295b37db9c65ebe68f5d7017c4f1139d7bd8c78ea522a992

diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild 
b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
new file mode 100644
index 000..9b79fff132e
--- /dev/null
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Define types with optional constraints for use within axiom and 
other libraries"
+HOMEPAGE="https://rubygems.org/gems/axiom-types 
https://github.com/dkubb/axiom-types;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4
+   =dev-ruby/ice_nine-0.11.0
+   =dev-ruby/thread_safe-0.3.1
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+dkubb/axiom-types
+  
+



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

2017-04-13 Thread Hans de Graaff
commit: d1cf963c9e46d1fcc1f57b3ae93ae40ae8e607ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 13 15:28:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 13 15:28:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cf963c

dev-ruby/coercible: initial import of 1.0.0 from mrueg overlay

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/coercible/Manifest   |  1 +
 dev-ruby/coercible/coercible-1.0.0.ebuild | 25 +
 dev-ruby/coercible/metadata.xml   | 11 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/coercible/Manifest b/dev-ruby/coercible/Manifest
new file mode 100644
index 000..252e4e1ec66
--- /dev/null
+++ b/dev-ruby/coercible/Manifest
@@ -0,0 +1 @@
+DIST coercible-1.0.0.gem 24064 SHA256 
5081ad24352cc8435ce5472bc2faa30260c7ea7f2102cc6a9f167c4d9bffaadc SHA512 
5de43166625cca102cd048ae5cd4113ef834b273fb798490a99eeaab423174f1fa40410546de4e0224234efb996a4aa1f2c37b093298f50356f925b8a6163767
 WHIRLPOOL 
b260895ca85947730b6d4f3278f097a969ff0ba78465696cf6c787daa69f5cf40daba5f549b1005a8276294c9f7a49e16a2310198c4154b682739e38ac375e4e

diff --git a/dev-ruby/coercible/coercible-1.0.0.ebuild 
b/dev-ruby/coercible/coercible-1.0.0.ebuild
new file mode 100644
index 000..68f842b7fa0
--- /dev/null
+++ b/dev-ruby/coercible/coercible-1.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Powerful, flexible and configurable coercion library"
+HOMEPAGE="https://github.com/solnic/coercible 
https://rubygems.org/gems/coercible;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.1
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+solnic/coercible
+  
+



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

2017-04-13 Thread Hans de Graaff
commit: 070b072c5aa311da5d6e60f61c498d3974f36568
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 13 15:00:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 13 15:28:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070b072c

dev-ruby/ice_nine: initial import of 0.11.2 from mrueg overlay

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ice_nine/Manifest   |  1 +
 dev-ruby/ice_nine/ice_nine-0.11.2.ebuild | 22 ++
 dev-ruby/ice_nine/metadata.xml   | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-ruby/ice_nine/Manifest b/dev-ruby/ice_nine/Manifest
new file mode 100644
index 000..ca5230c48a3
--- /dev/null
+++ b/dev-ruby/ice_nine/Manifest
@@ -0,0 +1 @@
+DIST ice_nine-0.11.2.gem 17920 SHA256 
5d506a7d2723d5592dc121b9928e4931742730131f22a1a37649df1c1e2e63db SHA512 
e75237d901235dadeea159279b324982c6288d7c200ef3363eaa09340a480d5d94b8977915341218e6e2e6e439d40364f8569d757cdf47175bdc69ddb8d959ac
 WHIRLPOOL 
b4cc4705a5b764a692b5fda3e699e58a80c8eba62106e4bbb7c9203d3d0f69f3e6c2f0f7820072d5f55064662f2c99f36f4d4c83c98f6a88c391d07f7b24aae0

diff --git a/dev-ruby/ice_nine/ice_nine-0.11.2.ebuild 
b/dev-ruby/ice_nine/ice_nine-0.11.2.ebuild
new file mode 100644
index 000..9713ae0e9ad
--- /dev/null
+++ b/dev-ruby/ice_nine/ice_nine-0.11.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="README.md TODO CONTRIBUTING.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Deep Freeze Ruby Objects"
+HOMEPAGE="https://rubygems.org/gems/ice_nine https://github.com/dkubb/ice_nine;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"

diff --git a/dev-ruby/ice_nine/metadata.xml b/dev-ruby/ice_nine/metadata.xml
new file mode 100644
index 000..f2f41c55189
--- /dev/null
+++ b/dev-ruby/ice_nine/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+dkubb/ice_nine
+  
+



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

2017-04-13 Thread Mike Gilbert
commit: d70a7a4eed33090d88793598760e2cab47740ed7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 13 15:26:35 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 13 15:26:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70a7a4e

www-client/chromium: fix /usr/bin/node symlink on prefix

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

 www-client/chromium/chromium-58.0.3029.19.ebuild | 2 +-
 www-client/chromium/chromium-59.0.3063.4.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-58.0.3029.19.ebuild 
b/www-client/chromium/chromium-58.0.3029.19.ebuild
index cdffc236692..306b006b032 100644
--- a/www-client/chromium/chromium-58.0.3029.19.ebuild
+++ b/www-client/chromium/chromium-58.0.3029.19.ebuild
@@ -208,7 +208,7 @@ src_prepare() {
default
 
mkdir -p third_party/node/linux/node-linux-x64/bin || die
-   ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node || 
die
+   ln -s "${EPREFIX}"/usr/bin/node 
third_party/node/linux/node-linux-x64/bin/node || die
 
local keeplibs=(
base/third_party/dmg_fp

diff --git a/www-client/chromium/chromium-59.0.3063.4.ebuild 
b/www-client/chromium/chromium-59.0.3063.4.ebuild
index 9055ebfaf73..102478627cc 100644
--- a/www-client/chromium/chromium-59.0.3063.4.ebuild
+++ b/www-client/chromium/chromium-59.0.3063.4.ebuild
@@ -208,7 +208,7 @@ src_prepare() {
default
 
mkdir -p third_party/node/linux/node-linux-x64/bin || die
-   ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node || 
die
+   ln -s "${EPREFIX}"/usr/bin/node 
third_party/node/linux/node-linux-x64/bin/node || die
 
local keeplibs=(
base/third_party/dmg_fp



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-04-13 Thread Mike Gilbert
commit: 1b799c1ab32e196f7910ecaa64d5f0597b97a48c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 13 13:18:46 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 13 13:18:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b799c1a

www-client/google-chrome-unstable: automated update (59.0.3067.0)

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-59.0.3063.4.ebuild => google-chrome-unstable-59.0.3067.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index c651270de77..17941a2bc7e 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_59.0.3063.4-1_amd64.deb 56119366 SHA256 
5440d321590ad2fcd2085c24284179d38d26d7cf4d8df350db606d0afc1833a2 SHA512 
de37c2aeb11f294c5d5d6246cfb70946bf1af72ff7223eb60ca1cdf324ed5fed5e388dbf684c2b6bcf2f6c37aa65f06c29a4e1a6752db40d4ef739f4a60e9eb1
 WHIRLPOOL 
d28b02f743442b192cfec3766215618049e9b4aa387e459049469dc11d316e055d2bcba1e091d45d2fa2225cd9882d199dac196cdcb1513151e44d293b1fc70d
+DIST google-chrome-unstable_59.0.3067.0-1_amd64.deb 59324958 SHA256 
a036bb1b2a316238648e6ae47a3aa0c8bcf3982415deff29317725d20f1c39e8 SHA512 
7cd962375aa967806bdd60cd0aec58621e535d64ddaf59885ec6343c3b45b0809900ed80b6e9e7b173a94f1f02571de618631528459a31f2b424f9690d9a053b
 WHIRLPOOL 
2df2332884ff6ec443f56082d6973b3b377f0ad12df409c050723b50aa32c3a9e9a56cf74bccd1bf03c8ef93e8ae54af79faebb2bdedd834de2ecf7b899f1056

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-59.0.3063.4.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-59.0.3067.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-59.0.3063.4.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-59.0.3067.0.ebuild



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

2017-04-13 Thread Mike Gilbert
commit: 8353c3f29101ebc67f11e47eb072a4e9a1033e9a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 13 13:18:56 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 13 13:18:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8353c3f2

www-plugins/chrome-binary-plugins: automated update (59.0.3067.0, 58.0.3029.68)

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

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 54_beta.ebuild => chrome-binary-plugins-58.0.3029.68_beta.ebuild} | 0
 4_alpha.ebuild => chrome-binary-plugins-59.0.3067.0_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index e7688eca381..8681af3fb6a 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_58.0.3029.54-1_amd64.deb 56721622 SHA256 
f6dc4b80dfe502697215d050bd8ffcba4c4f84d2111e7ae33609e128fd6a7fd8 SHA512 
56b1755b27fc1b0b6d7807a7fbd2a21b74aa2025528d4fcd18bc4b3aa86ed4a2f3be5d9e11f3b82dd81b09d9af11039ddb42c82845fa4eb1b439c0ac637d720d
 WHIRLPOOL 
ffacaf8ff0d900336cf6a04121134ef62ba17c91873f38eeda27bcd38e6333adb8b7ede1794119562b3599b9462d3ca30b728f00260b4a852883cc8a0406d22a
+DIST google-chrome-beta_58.0.3029.68-1_amd64.deb 56101812 SHA256 
090b710f2e1b74bec80381a8b68bffc8246032cd8891cae7158c73d63c83b0b5 SHA512 
0cd07ba257b6992050952cd6cd6bd6f1128aadb6bc836133ef9ba86bb8085f610fec6e9f5120221b8a47269e537e752f8292251cb5ea967956da58e5bf47b8e7
 WHIRLPOOL 
6e6df7177be66fa36d3fa70299396ba3a95ef6cb63af0298168c3eef9a30d245ffad6e933e41cf79378c5841744b0cd76e0cb460d2bf9d247b48d8507d5eb169
 DIST google-chrome-stable_57.0.2987.133-1_amd64.deb 47321450 SHA256 
4a62a77b3c7960f9313d41a40f645b7178d6a8b91f9f1141d7664026692ef63d SHA512 
d69c0d0c333c789d38efc57c700a8ce168e84f3195f51a75e4967496cbb5fd6d770afd9cbedbd5f182f6ae5591ba49b2f309148a26d8d0eddff358be8632d6f5
 WHIRLPOOL 
33351ca6600f1672dcecbd7f82755376d02c4ed454cfac291f5e0eba41d1596b99dde9a139c81bdd71ddde7db8e1e1d3675920d418aa625add17bad301c6f9e3
-DIST google-chrome-unstable_59.0.3063.4-1_amd64.deb 56119366 SHA256 
5440d321590ad2fcd2085c24284179d38d26d7cf4d8df350db606d0afc1833a2 SHA512 
de37c2aeb11f294c5d5d6246cfb70946bf1af72ff7223eb60ca1cdf324ed5fed5e388dbf684c2b6bcf2f6c37aa65f06c29a4e1a6752db40d4ef739f4a60e9eb1
 WHIRLPOOL 
d28b02f743442b192cfec3766215618049e9b4aa387e459049469dc11d316e055d2bcba1e091d45d2fa2225cd9882d199dac196cdcb1513151e44d293b1fc70d
+DIST google-chrome-unstable_59.0.3067.0-1_amd64.deb 59324958 SHA256 
a036bb1b2a316238648e6ae47a3aa0c8bcf3982415deff29317725d20f1c39e8 SHA512 
7cd962375aa967806bdd60cd0aec58621e535d64ddaf59885ec6343c3b45b0809900ed80b6e9e7b173a94f1f02571de618631528459a31f2b424f9690d9a053b
 WHIRLPOOL 
2df2332884ff6ec443f56082d6973b3b377f0ad12df409c050723b50aa32c3a9e9a56cf74bccd1bf03c8ef93e8ae54af79faebb2bdedd834de2ecf7b899f1056

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.54_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.68_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.54_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.68_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3063.4_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3067.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3063.4_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3067.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2017-04-13 Thread Mike Gilbert
commit: 8ed8b8a25460e8e8e4b40931de498ef43100015d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 13 13:18:13 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 13 13:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed8b8a2

www-client/google-chrome-beta: automated update (58.0.3029.68)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-58.0.3029.54.ebuild => google-chrome-beta-58.0.3029.68.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index edfaf465901..d53f68b2079 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_58.0.3029.54-1_amd64.deb 56721622 SHA256 
f6dc4b80dfe502697215d050bd8ffcba4c4f84d2111e7ae33609e128fd6a7fd8 SHA512 
56b1755b27fc1b0b6d7807a7fbd2a21b74aa2025528d4fcd18bc4b3aa86ed4a2f3be5d9e11f3b82dd81b09d9af11039ddb42c82845fa4eb1b439c0ac637d720d
 WHIRLPOOL 
ffacaf8ff0d900336cf6a04121134ef62ba17c91873f38eeda27bcd38e6333adb8b7ede1794119562b3599b9462d3ca30b728f00260b4a852883cc8a0406d22a
+DIST google-chrome-beta_58.0.3029.68-1_amd64.deb 56101812 SHA256 
090b710f2e1b74bec80381a8b68bffc8246032cd8891cae7158c73d63c83b0b5 SHA512 
0cd07ba257b6992050952cd6cd6bd6f1128aadb6bc836133ef9ba86bb8085f610fec6e9f5120221b8a47269e537e752f8292251cb5ea967956da58e5bf47b8e7
 WHIRLPOOL 
6e6df7177be66fa36d3fa70299396ba3a95ef6cb63af0298168c3eef9a30d245ffad6e933e41cf79378c5841744b0cd76e0cb460d2bf9d247b48d8507d5eb169

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-58.0.3029.54.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-58.0.3029.68.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-58.0.3029.54.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-58.0.3029.68.ebuild



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

2017-04-13 Thread Patrice Clement
commit: 6ccab3d0ea6a99d94dca669fdb4701f22ea68763
Author: Christian Strahl  eppendorf  de>
AuthorDate: Thu Apr  6 13:31:46 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 13:12:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccab3d0

dev-util/clion: version bump to 2017.1.

Package-Manager: Portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/4379

 dev-util/clion/Manifest|  1 +
 dev-util/clion/clion-2017.1.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
index 8a66ef65cae..e09a576d29a 100644
--- a/dev-util/clion/Manifest
+++ b/dev-util/clion/Manifest
@@ -1,2 +1,3 @@
 DIST clion-143.1186.tar.gz 220702330 SHA256 
a2d6960afbfae77f59481c5ad30bc7c5afe9451bdf9d12cd9435f605b57b522b SHA512 
d4ea1bad5f3da3bab569380114011798c29e633009867c8020363c9af72326ebaa3232dff9c931a67dd0a0195bf4903647e250963c7aeebe9ad83340c988cbad
 WHIRLPOOL 
2a0855b6a32a5e23a1c7266d7a3dc00ad3ba905c5a8fa6d1e9959d6d4f67c73d35c94bfbe0837fde0d1736bd48dcb9212a219cfa81732cb169abdb1fb5dc4dd7
 DIST clion-2016.2.1.tar.gz 287103613 SHA256 
444f760740811d0bb135cdd7d1d3a559b4d3247cdabf4eb9f77a21eea8c74805 SHA512 
a4734c1b5d544cb7f6bd4752f5853d3c44e123e8ad8584b76098ef51a00261350d49bdd628d08c171f7c04b77862e8f28b5d8f16813c282542f83a16100c7415
 WHIRLPOOL 
83737f1677fff6870fd4dd717d54126f6680ec7c4966bc4b89f300e1fd327a431a13ceb6b04a52287c89813a7bb0e86ebaddf5c98f0330d595314c465d4a9534
+DIST clion-2017.1.tar.gz 294380925 SHA256 
00fc023ca56f2781864cddc7bd5c2897d837d1db17dd8f987abe046ed4df3ca5 SHA512 
7a52247a6dbf60c64c53dc5c20340ccf789415a941b6306388d849d83ce9e1712255db153cfff5134308e4d7bd862c1d0108fdfe1c5620699b7bffbb1a814cc1
 WHIRLPOOL 
641d956e12434b198a532ce75eefe3f8edf7c98100aaf99d8e5550becbfdfe6ffa93ae70e88bc14c2f50dd7da8db45132e2092ef7eb429f631189af04c48d536

diff --git a/dev-util/clion/clion-2017.1.ebuild 
b/dev-util/clion/clion-2017.1.ebuild
new file mode 100644
index 000..681b703af64
--- /dev/null
+++ b/dev-util/clion/clion-2017.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils versionator
+
+SLOT="0"
+PV_STRING="$(get_version_component_range 4-6)"
+MY_PV="$(get_version_component_range 1-3)"
+
+SRC_URI="http://download.jetbrains.com/cpp/CLion-${MY_PV}.tar.gz -> 
${PN}-${MY_PV}.tar.gz"
+DESCRIPTION="A complete toolset for C and C++ development"
+HOMEPAGE="http://www.jetbrains.com/clion;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="IDEA
+   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
+
+IUSE=""
+
+RDEPEND="
+   ${DEPEND}
+   sys-devel/gdb
+   dev-util/cmake"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+QA_PREBUILT="opt/${PN}-${MY_PV}/*"
+
+src_prepare() {
+   if ! use amd64; then
+   rm -r plugins/tfsIntegration/lib/native/linux/x86_64 || die
+   fi
+   if ! use arm; then
+   rm bin/fsnotifier-arm || die
+   rm -r plugins/tfsIntegration/lib/native/linux/arm || die
+   fi
+   if ! use ppc; then
+   rm -r plugins/tfsIntegration/lib/native/linux/ppc || die
+   fi
+   if ! use x86; then
+   rm -r plugins/tfsIntegration/lib/native/linux/x86 || die
+   fi
+
+   local REMOVE_ME=(
+   bin/gdb
+   bin/cmake
+   license/GDB*
+   license/CMake*
+   plugins/tfsIntegration/lib/native/hpux
+   plugins/tfsIntegration/lib/native/solaris
+   )
+
+   rm -r "${REMOVE_ME[@]}" || die
+}
+
+src_install() {
+   local dir="/opt/${PN}-${MY_PV}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 "${dir}"/bin/{clion.sh,fsnotifier{,64}}
+
+   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
+   newicon "bin/${PN}.svg" "${PN}.svg"
+   make_desktop_entry "${PN}" "clion" "${PN}" "Development;IDE;"
+
+   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
+   mkdir -p "${D}/etc/sysctl.d/" || die
+   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
+}



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

2017-04-13 Thread Patrice Clement
commit: d65a89a3d2ac77802a27e5a4950322824253c97f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Apr 13 13:11:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 13:12:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65a89a3

dev-util/clion: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/clion/clion-2017.1-r1.ebuild | 63 +++
 1 file changed, 63 insertions(+)

diff --git a/dev-util/clion/clion-2017.1-r1.ebuild 
b/dev-util/clion/clion-2017.1-r1.ebuild
new file mode 100644
index 000..476a15ca93e
--- /dev/null
+++ b/dev-util/clion/clion-2017.1-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils versionator
+
+SLOT="0"
+PV_STRING="$(get_version_component_range 4-6)"
+MY_PV="$(get_version_component_range 1-3)"
+
+SRC_URI="http://download.jetbrains.com/cpp/CLion-${MY_PV}.tar.gz -> 
${PN}-${MY_PV}.tar.gz"
+DESCRIPTION="A complete toolset for C and C++ development"
+HOMEPAGE="http://www.jetbrains.com/clion;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="IDEA
+   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
+
+RDEPEND="
+   ${DEPEND}
+   sys-devel/gdb
+   dev-util/cmake"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+QA_PREBUILT="opt/${PN}-${MY_PV}/*"
+
+src_prepare() {
+   default
+
+   local remove_me=(
+   bin/gdb
+   bin/cmake
+   license/GDB*
+   license/CMake*
+   plugins/tfsIntegration/lib/native/hpux
+   plugins/tfsIntegration/lib/native/solaris
+   )
+
+   use amd64 || remove_me+=( 
plugins/tfsIntegration/lib/native/linux/x86_64 )
+   use arm || remove_me+=( bin/fsnotifier-arm 
plugins/tfsIntegration/lib/native/linux/arm )
+   use ppc || remove_me+=( plugins/tfsIntegration/lib/native/linux/ppc )
+   use x86 || remove_me+=( plugins/tfsIntegration/lib/native/linux/x86 )
+
+   rm -rv "${remove_me[@]}" || die
+}
+
+src_install() {
+   local dir="/opt/${PN}-${MY_PV}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 "${dir}"/bin/{clion.sh,fsnotifier{,64}}
+
+   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
+   newicon "bin/${PN}.svg" "${PN}.svg"
+   make_desktop_entry "${PN}" "clion" "${PN}" "Development;IDE;"
+
+   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
+   mkdir -p "${D}/etc/sysctl.d/" || die
+   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/mpv/

2017-04-13 Thread Michał Górny
commit: c8dfe13398c29cef5e91da487a8181c8631df47d
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Thu Apr 13 09:39:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 12:45:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dfe133

media-video/mpv: remove obsolete configure option in 

Also sync KEYWORDS with 0.24.0 ebuild.

Closes: https://github.com/gentoo/gentoo/pull/4413
Gentoo-Bug: 614990
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/mpv/mpv-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index 77144b0239e..1ce76096929 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/;
 
 if [[ ${PV} != ** ]]; then
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux"
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
 else
EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )
@@ -255,7 +255,6 @@ src_configure() {
$(use_enable jpeg)
--disable-android
$(use_enable raspberry-pi rpi)
-   $(usex opengl "$(use_enable !aqua standard-gl)" 
'--disable-standard-gl')
--disable-ios-gl
$(usex libmpv "$(use_enable opengl plain-gl)" 
'--disable-plain-gl')
--disable-mali-fbdev# Only available in overlays.



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

2017-04-13 Thread Michał Górny
commit: 44765ce71aca44b4a41d57fc94b7fa08d8313550
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 13 12:33:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 12:45:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44765ce7

dev-python/pygcrypt: New package, Python bindings for libgcrypt

 dev-python/pygcrypt/Manifest  |  1 +
 dev-python/pygcrypt/metadata.xml  | 11 +++
 dev-python/pygcrypt/pygcrypt-1.0.0.ebuild | 26 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/pygcrypt/Manifest b/dev-python/pygcrypt/Manifest
new file mode 100644
index 000..895cf2414cb
--- /dev/null
+++ b/dev-python/pygcrypt/Manifest
@@ -0,0 +1 @@
+DIST pygcrypt-1.0.0.tar.gz 53619 SHA256 
9d30a1a0385a71edc7e9af8c3c43c5f252e352538d2c74d521bb6440cd1caad4 SHA512 
db0854dcb4bfbdb55674fe83a501eac8ac40c624722972c44c401605820de45f1353cf9b6368ef880a6b3a6f112c4faeccf18246cdc82e88dac797d150f06de3
 WHIRLPOOL 
560292836bb80ed9525b0fe3903e6dbc4d626a53323fe81a06d274401833bf1f324bd7b181e5011f0a0fd05fe9b28300a6c448008573a16a103e4dd68960f90b

diff --git a/dev-python/pygcrypt/metadata.xml b/dev-python/pygcrypt/metadata.xml
new file mode 100644
index 000..22e0d6d87f6
--- /dev/null
+++ b/dev-python/pygcrypt/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   pyt...@gentoo.org
+   
+

diff --git a/dev-python/pygcrypt/pygcrypt-1.0.0.ebuild 
b/dev-python/pygcrypt/pygcrypt-1.0.0.ebuild
new file mode 100644
index 000..1dfdb7d4467
--- /dev/null
+++ b/dev-python/pygcrypt/pygcrypt-1.0.0.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=( python{3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="CFFI interface to dev-libs/libgcrypt"
+HOMEPAGE="https://framagit.org/okhin/pygcrypt/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-libs/libgcrypt:0=
+   virtual/python-cffi[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die "Tests failed against ${EPYTHON}"
+}



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

2017-04-13 Thread James Le Cuirot
commit: 15abaf9459ca5f92b77c048f578c609f1f7d34e6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Apr 13 12:32:46 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Apr 13 12:32:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15abaf94

licenses: Update CAOSL using fresh copy from the jxplorer GitHub repo

 licenses/CAOSL | 57 +
 1 file changed, 33 insertions(+), 24 deletions(-)

diff --git a/licenses/CAOSL b/licenses/CAOSL
index f612af79278..031397ee6e3 100644
--- a/licenses/CAOSL
+++ b/licenses/CAOSL
@@ -1,32 +1,41 @@
-Version 1.0
+CA Open Source Licence Version 1.0
+==
 
-Copyright (c) 2002 Computer Associates. All rights reserved.
+Copyright (c) 2003 Computer Associates. All rights reserved.
 
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that 
-the following conditions are met:
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
 
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the 
-following disclaimer.
+1. Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.
 
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the 
-following disclaimer in the documentation and/or other materials provided with 
the distribution.
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
 
-3. The end-user documentation included with the redistribution, if any, must 
include the following 
-acknowledgment:
-"This product includes software developed by Computer Associates 
(http://www.ca.com/)."
-Alternately, this acknowledgment may appear in the software itself, if and 
wherever such third-party 
-acknowledgments normally appear.
+3. The end-user documentation included with the redistribution, if any,
+must include the following acknowledgment:
 
-4. The name "Computer Associates" must not be used to endorse or promote 
products derived from this software 
-without prior written permission.
+  "This product includes software developed by
+  Computer Associates (http://www.ca.com/)."
 
-5. Products may not include "Computer Associates" their name, without prior 
written permission of the Computer 
-Associates.
+Alternately, this acknowledgment may appear in the software itself, if and
+wherever such third-party acknowledgments normally appear.
 
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, 
INCLUDING, BUT NOT LIMITED TO, THE 
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL 
-COMPUTER ASSOCIATES OR CONTRIBUTORS TO THE JXPLORER OPEN SOURCE PROJECT BE 
LIABLE FOR ANY DIRECT, INDIRECT, 
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
LIMITED TO, PROCUREMENT OF 
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON 
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
(INCLUDING NEGLIGENCE OR OTHERWISE) 
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
POSSIBILITY OF SUCH DAMAGE.
+4. The name "Computer Associates" must not be used to endorse or promote
+products derived from this software without prior written permission.
+
+5. Products may not include "Computer Associates" in their name, without prior
+written permission of the Computer Associates.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+COMPUTER ASSOCIATES OR CONTRIBUTORS TO THE JXPLORER OPEN SOURCE PROJECT BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.



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

2017-04-13 Thread Mike Pagano
commit: d5e1ee3f6f4e452808016e04a15301880b3d5708
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Apr 13 12:05:23 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Apr 13 12:05:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e1ee3f

sys-kernel/gentoo-sources: Linux patch 4.10.10

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7f99cced6c2..dca245b7f5d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -59,6 +59,9 @@ DIST genpatches-4.1-45.extras.tar.xz 16412 SHA256 
a43862849f1b2f9b7fb47cf54da768
 DIST genpatches-4.1-46.base.tar.xz 1055240 SHA256 
fe0e5a4405bad418e23c0cfde36614daab49d5899a870905181c5bb15e328f03 SHA512 
d892fbace2dac31e0599d146061308cddc08686853ccf75d5df56c149a7a848adcf3f3782baa58415c6e28d6e04ee2a5f7690e601bea9239b05c81b8cbb44153
 WHIRLPOOL 
72d16e4cd82f27c5abf9f49ccafbc4372da504d0a4bf9c6e249f9da80bc79e34f221a936fde6f7f0e2ab0db837673e60c687d9cfed6f937d861d073fe9636fad
 DIST genpatches-4.1-46.experimental.tar.xz 61756 SHA256 
595ac35502757b6d6c381bbc5a7d92bb225ce353c99dbef7e545e3574de5204a SHA512 
0d88d9784a68b2caa1e63bf03e3348db56ca91e6239e3c76f0347ffb61b6082af42a042f0d0cba888a3d7a471c6bd3304aee12a141c8235cca582b49ed99a3e2
 WHIRLPOOL 
a32ccad89299b08e03b5e73c4f9b8f8a9acba0b292fe07430d2f4e506622ce02cf1c84fc0533d6b6c04d07dab88adee438cc460d78bcf4dfd7d0e4af5030
 DIST genpatches-4.1-46.extras.tar.xz 16456 SHA256 
93d5480260772badd18a8bfa34e81f1e2c4f321db7bc869af8e74acbbe95a381 SHA512 
f17a67e1bdb94b73fa64b5fa1626cc5f04e36a53a7314aeaf334a9e1d3c2a1861753a3790e5c62fc725d146df2c5c0dc1330303c96d6943d9c46eb66b3429c9d
 WHIRLPOOL 
98f31bfa914837ba010da7c96ee496e0b244e2e9a38196b08ea70cb9bd1a0d23cf88597cd984fa49cb2fe9e7e8438a1cc9e3d194e69eaefa829a594183be2e2c
+DIST genpatches-4.10-10.base.tar.xz 243056 SHA256 
eb8ad6a24d6d5e1917256e12cdc471f58347288da5e1ac652f0b5254ef8cb0a9 SHA512 
3a3266edcca74ffb8c840fc4bba5e6a3d0b5bdae3e3d891d58344de9c569d1028fdd8d37c8b02b36d2f93034d46a070f4f4196ef0706a48254ceb7de91a4878d
 WHIRLPOOL 
d442ada52d7a7f1cf7bca3c64594fb2a0be6ac07b2642b2b09cab3c240d3f005bf557302dd8a6bfdadd51d59fd7eb2190691b8b79fe082c9459ce40312a7b1a8
+DIST genpatches-4.10-10.experimental.tar.xz 105428 SHA256 
632629a8dbf3732c1d2c32a8143e4ca3bb37554d0ee7199d4f3509b419670120 SHA512 
2068f54ccbd9f6a4d3cbc85071dadcfed5a506604c78bf5e315222be3b4234e3a7ef2695697b368fd9ab9945182e6a6962aea8db30169f212f7fac6f5b76f4fa
 WHIRLPOOL 
04f3ac4727634344a9e131b48b278fd7f0b64eedaac3885ca5961a0855e4bb6e0d031089ff516fad6a19805636596a2d59c65fbbc4002e669e83406bbca900f7
+DIST genpatches-4.10-10.extras.tar.xz 17348 SHA256 
b142e0749fc85818dbd9a2b786adb4a5942026049227531799b37efb42b613bc SHA512 
503af5fc482b277a16a87e3ecfda21c64346b53f38fe7f56a7c8c6adb375527dacde81cef68b84de177ed30914fb2e7b326bdc9b0a68c95e87b3d399a3ca9ef0
 WHIRLPOOL 
1c74aaf61e2e785adc100e86692a11503ae74fd263c4ea0536ec29691f01f2f3fa0d845723c26352a1ff1cd8901e9b9399449b8a7578dcb818fc010cc0d9d93b
 DIST genpatches-4.10-8.base.tar.xz 177928 SHA256 
d2a1baa7500946ad36849709bcc0430836fc9c050e0b85b094eb3de4f6a4a5e8 SHA512 
38a0323484c88d1767962bb4327253e7aa47724f6f57e7fa94d559025c57bcceafaec4c5f6d13b1c2dc7e9cd80a917b8017d6cf1aac88c1212caf9cbd13cd7cd
 WHIRLPOOL 
c7503ceb8f870cf4fe2bf88f2ceb8b72b206c15d6e3d6fb8efe8198f8e8818eaf07a24e80969477f64b5ab9103f23bda1e152a3085f401305fe5f54520335356
 DIST genpatches-4.10-8.experimental.tar.xz 105420 SHA256 
1018517fff821f903912e118a5490c9513da476892aa72dca01f650a8920e951 SHA512 
1f498c23affa95d2ba77588d178c09c2181c24e35ebd57ccd18ae48db9155c56b19ab48c39dba7dc98530881a29b64233015cf4c290f2c23432611bee58d64d6
 WHIRLPOOL 
ac48d4c8a18222e968e2e553569733a462f847331ad99cdffcd2d9e919a415dd0140adaa80ba98d75123bd3df2e6439466628973a650e7b82fba406664a8babb
 DIST genpatches-4.10-8.extras.tar.xz 17348 SHA256 
3444b846c3232541152db3bb2d9ff5aa66c7c7249d346fd990ed304489e19d02 SHA512 
a655184d0dfc4327a18b8e170bfad077818b7064d4c3b682c478835f297fac1d1f3cc3c61f51275a9a5edabdfe7837954e7ab112b0480c60b1936a37b35e
 WHIRLPOOL 
360df1ae85469913c9236147e2f5e4d38f1e109a35d4961a2cab271ef79049101680058c5a99430829de7e895ef5ca89e81a59dbf83deccb5d49daca4d1d5159

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.10.10.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.10.10.ebuild
new file mode 100644
index 000..09086a656d9
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.10.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="10"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

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

2017-04-13 Thread Michał Górny
commit: 5e7c9ee5273e0dc20a1a358716282548a79e74df
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 13 11:54:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 11:54:47 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=5e7c9ee5

repositories: Remove jtriley, QA, no reply, last commit 2016, #557700

 files/overlays/repositories.xml | 14 --
 1 file changed, 14 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 23210ee..f51c78e 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2523,20 +2523,6 @@ FIN
 
https://github.com/john-r-graham/jrg-overlay/commits/master.atom
   
   
-jtriley
-User overlay for jtriley
-https://cgit.gentoo.org/user/jtriley.git/
-
-  justin.t.ri...@gmail.com
-  Justin Riley
-
-https://anongit.gentoo.org/git/user/jtriley.git
-git://anongit.gentoo.org/user/jtriley.git
-git+ssh://g...@git.gentoo.org/user/jtriley.git
-https://cgit.gentoo.org/user/jtriley.git/atom/
-
-  
-  
 junkdrawer
 Various development tools, libraries, and patches 
not in Gentoo (yet)
 https://github.com/doctaweeks/junkdrawer-overlay



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

2017-04-13 Thread Jason Donenfeld
commit: 6a9a3e48cefc5a947f6e1e714d01e56ec39972ca
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Apr 13 10:20:14 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Apr 13 10:20:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9a3e48

app-admin/pass: stable

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/pass/Manifest  |  1 -
 app-admin/pass/pass-1.6.5.ebuild | 73 
 app-admin/pass/pass-1.7.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 75 deletions(-)

diff --git a/app-admin/pass/Manifest b/app-admin/pass/Manifest
index f4214458cb6..281d8ce531f 100644
--- a/app-admin/pass/Manifest
+++ b/app-admin/pass/Manifest
@@ -1,2 +1 @@
-DIST password-store-1.6.5.tar.xz 54576 SHA256 
337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315 SHA512 
e28503b63c6d18a2f45f4a732fdec0380c2ac15e1778136ec5e7ac568662b09183d3ad4fd36ca7e87cfe74540f916cb6365695bdf665a39da4cbe86c4bde7a78
 WHIRLPOOL 
da5a5652d6fcea4f571135072f205cc7ad1aecb927478fde7979051557df958e9c51c47363c12f213deafbd7572eefe0f204acda7e430548e365f0e7fdc0c94f
 DIST password-store-1.7.1.tar.xz 62340 SHA256 
f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869 SHA512 
2ba2ebc80c90454bbab1da3c43c2cfc87135f838f381e2616eef7c36b0c1de01e491cf587a666bb052d6dfd475fa429bc8fd82b0269325bd2b70afbb897b923e
 WHIRLPOOL 
34bcf6aecf7287313a47721b403664667001f4997be2f2f37114708cd64ea67af682176b6991c828802d71de306383f122a3668d388b8d9a68c1563dbb68bc46

diff --git a/app-admin/pass/pass-1.6.5.ebuild b/app-admin/pass/pass-1.6.5.ebuild
deleted file mode 100644
index a94a7f3217a..000
--- a/app-admin/pass/pass-1.6.5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 elisp-common
-
-DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely"
-HOMEPAGE="https://www.passwordstore.org/;
-SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86 ~x86-macos"
-IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin"
-
-RDEPEND="
-   app-crypt/gnupg
-   app-admin/pwgen
-   >=app-text/tree-1.7.0
-   git? ( dev-vcs/git )
-   X? ( x11-misc/xclip )
-   elibc_Darwin? ( app-misc/getopt )
-   zsh-completion? ( app-shells/gentoo-zsh-completions )
-   fish-completion? ( app-shells/fish )
-   dmenu? ( x11-misc/dmenu x11-misc/xdotool )
-   emacs? ( virtual/emacs )
-"
-
-S="${WORKDIR}/password-store-${PV}"
-
-src_prepare() {
-   use elibc_Darwin || return
-   # use coreutils'
-   sed -i -e 's/openssl base64/base64/g' src/platform/darwin.sh || die
-   # host getopt isn't cool, and we aren't brew (rip out brew reference)
-   sed -i -e '/^GETOPT=/s/=.*$/=getopt-long/' src/platform/darwin.sh || die
-   # make sure we can find "mount"
-   sed -i -e 's:mount -t:/sbin/mount -t:' src/platform/darwin.sh || die
-}
-
-src_compile() {
-   :;
-}
-
-src_install() {
-   use zsh-completion && export FORCE_ZSHCOMP=1
-   use fish-completion && export FORCE_FISHCOMP=1
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   use dmenu && dobin contrib/dmenu/passmenu
-   newbashcomp src/completion/pass.bash-completion pass
-   if use emacs; then
-   elisp-install ${PN} contrib/emacs/*.el
-   elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
-   fi
-   if use importers; then
-   exeinto /usr/share/${PN}/importers
-   doexe contrib/importers/*
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-   if use importers; then
-   einfo "To import passwords from other password managers, you 
may use the"
-   einfo "various importer scripts found in:"
-   einfo "${ROOT}usr/share/${PN}/importers/"
-   fi
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}

diff --git a/app-admin/pass/pass-1.7.1.ebuild b/app-admin/pass/pass-1.7.1.ebuild
index 519ef4f5244..627d9ebd3bb 100644
--- a/app-admin/pass/pass-1.7.1.ebuild
+++ b/app-admin/pass/pass-1.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
+KEYWORDS="amd64 x86 ~x86-macos"
 IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin"
 
 RDEPEND="



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

2017-04-13 Thread Jason Donenfeld
commit: e70b8283e6025d3db73216188ad521e9580bab35
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Apr 13 10:19:45 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Apr 13 10:20:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70b8283

app-admin/pass: bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/pass/Manifest   | 2 +-
 app-admin/pass/{pass-1.7.ebuild => pass-1.7.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pass/Manifest b/app-admin/pass/Manifest
index 4935823580c..f4214458cb6 100644
--- a/app-admin/pass/Manifest
+++ b/app-admin/pass/Manifest
@@ -1,2 +1,2 @@
 DIST password-store-1.6.5.tar.xz 54576 SHA256 
337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315 SHA512 
e28503b63c6d18a2f45f4a732fdec0380c2ac15e1778136ec5e7ac568662b09183d3ad4fd36ca7e87cfe74540f916cb6365695bdf665a39da4cbe86c4bde7a78
 WHIRLPOOL 
da5a5652d6fcea4f571135072f205cc7ad1aecb927478fde7979051557df958e9c51c47363c12f213deafbd7572eefe0f204acda7e430548e365f0e7fdc0c94f
-DIST password-store-1.7.tar.xz 62372 SHA256 
161ac3bd3c452a97f134aa7aa4668fe3f2401c839fd23c10e16b8c0ae4e15500 SHA512 
f31fd067f9c6134eac7bb5039df6de3d6fe25c9fcd16d27a0cba159bd7fa9361193081a1fff2000cba1943edbb324e645c6399d4f4aa9f441dd9c67696462a50
 WHIRLPOOL 
d9630fd9fb17e5a84f13627059357ba412981e258c31c33b81ce147b315ffdeda43a651a1212beb060ceb03b770f28d7b8364c6e4eb670a901ff05a128560edb
+DIST password-store-1.7.1.tar.xz 62340 SHA256 
f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869 SHA512 
2ba2ebc80c90454bbab1da3c43c2cfc87135f838f381e2616eef7c36b0c1de01e491cf587a666bb052d6dfd475fa429bc8fd82b0269325bd2b70afbb897b923e
 WHIRLPOOL 
34bcf6aecf7287313a47721b403664667001f4997be2f2f37114708cd64ea67af682176b6991c828802d71de306383f122a3668d388b8d9a68c1563dbb68bc46

diff --git a/app-admin/pass/pass-1.7.ebuild b/app-admin/pass/pass-1.7.1.ebuild
similarity index 100%
rename from app-admin/pass/pass-1.7.ebuild
rename to app-admin/pass/pass-1.7.1.ebuild



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

2017-04-13 Thread Lars Wendler
commit: d0b4da8f9ef2d487f671fd401a7615cbdbf1fb67
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Apr 13 09:47:51 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Apr 13 09:48:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b4da8f

sys-apps/ipmiutil: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/ipmiutil/Manifest  |  1 -
 sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest
index 6604b4643a4..fba9065c54a 100644
--- a/sys-apps/ipmiutil/Manifest
+++ b/sys-apps/ipmiutil/Manifest
@@ -1,4 +1,3 @@
-DIST ipmiutil-2.8.5.tar.gz 1615967 SHA256 
6846e6621b9df23b1ed37662c075381dbb082f3e719803c9ef8784dd3154439c SHA512 
42a0c50c88bfcfd49da0a1dc4b603eaf07eff041f2401a31421ea8e880b19cfb6ff3f33ceaf5ef044e16e58236390ff32420139ae683f9633b1c06631bc799c3
 WHIRLPOOL 
6ba37e1c59e28acca89f029ccfb179b5d285d1913930a0670a1c78ebd2f23e4e52910b75cb860d3f704fc9affbfa35ad0d4203a1b32794a957fbd13291e14f66
 DIST ipmiutil-3.0.2.tar.gz 1689243 SHA256 
8db8aea5d02bc88d822d13c2be874d94d0576a2d3120b046bfa2bfc4cf16815b SHA512 
4a84bd618cde4a099e7f0449fab5c41339ef7c2f25f9c353dd0fb58d8df7a238d3f9e7db9eed02e7021b34ac8e93a67cf5cc7eba4c91121b63dea042140de9b0
 WHIRLPOOL 
7fc155233c9b0f4434f38a8f8999b2c111c4d23d2f8705af8db4c92651456cad46fb77a1a66815d1b77697479645e8608cd636e8b7f6527340ca252076437340
 DIST ipmiutil-3.0.3.tar.gz 1736455 SHA256 
9f8d7006d41c12e16fc9db55d943292bcd461dfd9c8a4bdc7db95bda4a124621 SHA512 
a4046bae41990a03a8b8243dcf8a26bd2e6267533518a181b52a2927812300b5311b9ded4da46940d44399a8314d2c1309e4d15b50248f6f2266d4a9e4249f1f
 WHIRLPOOL 
87b0a0b6922ffeaaab5b693046ef62aee127f538eb994479085bd1738f6949a5be07d6f1d3fb02a4e92fa8a5f3d2dad982b9e598c5f69184f28ea74233e4a214
 DIST ipmiutil-3.0.4.tar.gz 1692081 SHA256 
9aa65ff33b21a30aaa2b484ad62de408d50f4633d076e35b5066dc4dcfd0ed16 SHA512 
6d7a305bd146fcb0f7a0b56f8d8b21fa0f9192c28c049e08a89a2d38d48d16f1a7f1f23ef91adc45618488664708e95d0358739c24171b079b0290a341deeff8
 WHIRLPOOL 
55f444f7abf594996612a9208d23754b2ed87c94cdcf49b04feca5cd49e094cc15b4d37c0b34766827389341265c0f459515b714fdbdc983a5fd85cbd5dcbe2d

diff --git a/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild 
b/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild
deleted file mode 100644
index e28a6a143e0..000
--- a/sys-apps/ipmiutil/ipmiutil-2.8.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools systemd
-
-DESCRIPTION="IPMI Management Utilities"
-HOMEPAGE="http://ipmiutil.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/openssl-1:0"
-DEPEND="${RDEPEND}
-   virtual/os-headers"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-systemd --enable-sha256
-}
-
-src_install() {
-   emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_unitdir)" install
-   dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
-
-   rm -r "${ED}"/etc/init.d || die 'remove initscripts failed' # These are 
only for Fedora
-}



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

2017-04-13 Thread Lars Wendler
commit: 8687312efa4b04659c0238f28012899f69520042
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Apr 13 09:47:24 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Apr 13 09:48:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8687312e

sys-apps/ipmiutil: Bump to version 3.0.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/ipmiutil/Manifest  |  1 +
 sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest
index fe4421a30ae..6604b4643a4 100644
--- a/sys-apps/ipmiutil/Manifest
+++ b/sys-apps/ipmiutil/Manifest
@@ -1,3 +1,4 @@
 DIST ipmiutil-2.8.5.tar.gz 1615967 SHA256 
6846e6621b9df23b1ed37662c075381dbb082f3e719803c9ef8784dd3154439c SHA512 
42a0c50c88bfcfd49da0a1dc4b603eaf07eff041f2401a31421ea8e880b19cfb6ff3f33ceaf5ef044e16e58236390ff32420139ae683f9633b1c06631bc799c3
 WHIRLPOOL 
6ba37e1c59e28acca89f029ccfb179b5d285d1913930a0670a1c78ebd2f23e4e52910b75cb860d3f704fc9affbfa35ad0d4203a1b32794a957fbd13291e14f66
 DIST ipmiutil-3.0.2.tar.gz 1689243 SHA256 
8db8aea5d02bc88d822d13c2be874d94d0576a2d3120b046bfa2bfc4cf16815b SHA512 
4a84bd618cde4a099e7f0449fab5c41339ef7c2f25f9c353dd0fb58d8df7a238d3f9e7db9eed02e7021b34ac8e93a67cf5cc7eba4c91121b63dea042140de9b0
 WHIRLPOOL 
7fc155233c9b0f4434f38a8f8999b2c111c4d23d2f8705af8db4c92651456cad46fb77a1a66815d1b77697479645e8608cd636e8b7f6527340ca252076437340
 DIST ipmiutil-3.0.3.tar.gz 1736455 SHA256 
9f8d7006d41c12e16fc9db55d943292bcd461dfd9c8a4bdc7db95bda4a124621 SHA512 
a4046bae41990a03a8b8243dcf8a26bd2e6267533518a181b52a2927812300b5311b9ded4da46940d44399a8314d2c1309e4d15b50248f6f2266d4a9e4249f1f
 WHIRLPOOL 
87b0a0b6922ffeaaab5b693046ef62aee127f538eb994479085bd1738f6949a5be07d6f1d3fb02a4e92fa8a5f3d2dad982b9e598c5f69184f28ea74233e4a214
+DIST ipmiutil-3.0.4.tar.gz 1692081 SHA256 
9aa65ff33b21a30aaa2b484ad62de408d50f4633d076e35b5066dc4dcfd0ed16 SHA512 
6d7a305bd146fcb0f7a0b56f8d8b21fa0f9192c28c049e08a89a2d38d48d16f1a7f1f23ef91adc45618488664708e95d0358739c24171b079b0290a341deeff8
 WHIRLPOOL 
55f444f7abf594996612a9208d23754b2ed87c94cdcf49b04feca5cd49e094cc15b4d37c0b34766827389341265c0f459515b714fdbdc983a5fd85cbd5dcbe2d

diff --git a/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
new file mode 100644
index 000..e44f97711d0
--- /dev/null
+++ b/sys-apps/ipmiutil/ipmiutil-3.0.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools systemd
+
+DESCRIPTION="IPMI Management Utilities"
+HOMEPAGE="http://ipmiutil.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+RDEPEND=">=dev-libs/openssl-1:0="
+DEPEND="${RDEPEND}
+   virtual/os-headers"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.9.8-flags.patch
+   "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* 
|| die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf --disable-systemd --enable-sha256
+}
+
+src_compile() {
+   # Ulgy workaround. Upstream is misusing the make system here
+   # and it doesn't even work.
+   # Please check on each bump if this workaround is still required.
+   pushd lib/lanplus &>/dev/null || die
+   emake || die "emake lanplus failed"
+   cp libipmi_lanplus.a .. || die
+   popd &>/dev/null  || die
+
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
+   dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
+
+   # Init scripts are only for Fedora
+   rm -r "${ED}"/etc/init.d || die 'remove initscripts failed'
+}



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

2017-04-13 Thread Patrice Clement
commit: 1144f20819c151286f928fe8417d798b5822810b
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Apr 12 14:33:38 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 08:55:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1144f208

app-admin/ansible: add myself to the list of maintainers.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/app-admin/ansible/metadata.xml b/app-admin/ansible/metadata.xml
index 0645c6862e2..e16396924e5 100644
--- a/app-admin/ansible/metadata.xml
+++ b/app-admin/ansible/metadata.xml
@@ -13,6 +13,10 @@
 calc...@gentoo.org
 Denis Dupeyron
   
+  
+monsie...@gentoo.org
+Patrice Clement
+  
   
 ansible
 ansible/ansible



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/

2017-04-13 Thread Patrice Clement
commit: fd104ba0410b5d7c097b254a7f71adc1dc08cfe6
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Apr  6 11:19:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 13 08:56:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd104ba0

net-firewall/ferm: version bump to 2.4.

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

 net-firewall/ferm/Manifest|  1 +
 net-firewall/ferm/ferm-2.4.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest
index 4eaad1d0cb4..94d24e25886 100644
--- a/net-firewall/ferm/Manifest
+++ b/net-firewall/ferm/Manifest
@@ -1,2 +1,3 @@
 DIST ferm-2.3.1.tar.gz 126720 SHA256 
8a5444e2844023798e5c681516253c1d3c948ad8aa3b93bd3ce8902945b38de9 SHA512 
3d1901dac691334f6f30ca175f2ad1909146479c7dcc43bc8e8ee8fc361eb3d0c4fd6d18546613ac226da7e4e7e891428e4dda37b48f66b0884fdb97cd84e267
 WHIRLPOOL 
2402d570ab5502dc78c88872773810cfc77699764bef8a2496a627f4e0f2fdea2250a24df8f35e8e6a2415a151d8571854157d45e60965b0c19eb1a5631deaf3
 DIST ferm-2.3.tar.gz 125706 SHA256 
9de83d3e5f6e459f27140ae50610ed9419ac4f7b90d8d51e54c1172ea11ba64b SHA512 
0df172fcae0d862df1d2840c401ebf5a20a609f447301c398c0d5f9992d07af23b09530f4214d3debd231f35b1d7c76324f57d134225cf884008daec1c3c76f8
 WHIRLPOOL 
327b870c191cb25839bd2a08cf5ab1e9d2b87ccffdd81cc4f004c68492fb2914d712332553fbd5b1d189e9beedf64b6f4622073a76e931da9f20f9cf418f77fe
+DIST ferm-2.4.tar.gz 128776 SHA256 
1293d56d6e9d3e3a389c54919fee5a4323ce81fc8b25eee8f3296a858410d470 SHA512 
0b36b95a5ebb4cd306f9ab84ea12ce16c15d56ecc70c895261c74310f2474946ec1e73d63e7cda5becbfa875091c1362c715226776793c5b6ed179bf543ab27e
 WHIRLPOOL 
d4a2a10b6bc3b1b18ddcc1d3b0250f6054329ae8a6a727daf89dde7f9ba851c10b98ff9cc334f9357ea4cb932f821b6ecfd2e117cdd29b7b685afa724e9df6e8

diff --git a/net-firewall/ferm/ferm-2.4.ebuild 
b/net-firewall/ferm/ferm-2.4.ebuild
new file mode 100644
index 000..e67b1f56159
--- /dev/null
+++ b/net-firewall/ferm/ferm-2.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd
+
+DESCRIPTION="Command line util for managing firewall rules"
+HOMEPAGE="http://ferm.foo-projects.org/;
+SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# does not install any perl libs
+RDEPEND="dev-lang/perl:*
+   net-firewall/iptables
+   virtual/perl-File-Spec"
+
+DOCS=( AUTHORS NEWS README TODO doc/ferm.txt examples/ )
+HTML_DOCS=( doc/ferm.html )
+
+src_compile() { :; }
+
+src_install() {
+   dosbin src/{,import-}ferm
+   systemd_dounit ferm.service
+
+   einstalldocs
+   doman doc/*.1
+}
+
+pkg_postinst() {
+   elog "See ${EROOT}usr/share/doc/${PF}/examples for sample configs"
+}



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

2017-04-13 Thread Ulrich Müller
commit: 7d8ed0ba9dde8bd942eee626b5d007ac75fa2f47
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Apr 13 08:05:28 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Apr 13 08:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8ed0ba

profiles: Add CAOSL license to MISC-FREE group.

Bug: 615414

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index d84e147de50..bad7d3c6432 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -30,7 +30,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # Licenses in this list should NOT appear directly or indirectly in
 # @FSF-APPROVED or @OSI-APPROVED.
 # Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j eGenixPublic-1.1 
ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK 
freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP 
inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE keynote LambdaMOO 
LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LLVM-Grant LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license telegram TeX TeX-other-free 
the-Click-license Time-Format Time-mo
 dules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x xbatt xboing XC 
Xdebug xtrs xvt YaTeX yuuji ZSH
+MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-Schily 
CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j eGenixPublic-1.1 
ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK 
freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP 
inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE keynote LambdaMOO 
LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LLVM-Grant LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license telegram TeX TeX-other-free 
the-Click-license Time-Format T
 ime-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x xbatt 
xboing XC Xdebug xtrs xvt YaTeX yuuji ZSH
 
 # Metaset for all free software
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE



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

2017-04-13 Thread Lars Wendler
commit: f6650301331796ad851f127283f57b6f50fa1d12
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Apr 13 07:46:23 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Apr 13 07:46:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6650301

dev-util/cmake: Bump to version 3.8.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/cmake/Manifest   | 2 +-
 dev-util/cmake/{cmake-3.8.0_rc4.ebuild => cmake-3.8.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index f03114fbaaf..21edfac5dc4 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,3 +1,3 @@
 DIST cmake-3.7.2-x32.patch.xz 7204 SHA256 
d04cc6dc7ffbb8e16426e85f50e3f3c3037fb42a0e746d0604a412a00d31444e SHA512 
36140132ecbe05d07b167e2895c2909ed545371af0962cb8246beb61a400fad14f56394c90cc2319e4581d5e97116069bebe466b87451a9a83f04095ce9b0510
 WHIRLPOOL 
07f49188fc6d7f6eb005f8e82526c33401b7ee8ff7839c4620280774650f9be9af9aafefb6a1f9ff2648316123aa1232b53924ef9dda3ce2268f01560d53606a
 DIST cmake-3.7.2.tar.gz 7361593 SHA256 
dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0 SHA512 
b2ed0192e12267de19eb178c2dedc69d06fc33dfadd47efbe0ccf6969ad72d290fa4bff02861c379a8752337d67d2485d7e1ba947cb219f2e4041a53a195e88d
 WHIRLPOOL 
1861fe2887f4483856e1964ff1492e196624d3072ad1e21910fba29d0c0d654e7d5035571648386a77cd6cbe895f8cdfbb1f4cc1ad60d14015a01a22494456f7
-DIST cmake-3.8.0-rc4.tar.gz 7506613 SHA256 
7e271e8a7c8bcdbee957e1fc2ba27e9fe745146d3190d927a8c26e736cb03e32 SHA512 
f086e974b808bca70ccde056fd7978f116e9dc1aa33e0eb9dceede38045e52694faf6766f6ea4d5fe97cace849a1cd011cf13691f997222ad64f08237b526d6b
 WHIRLPOOL 
461f5301c15a2cedd3cd8157c2331e2de8e616c70f302c427594478bfbe4e78a05c20941ec25c5a4094e71e75ca3e55df82c960646f0e96cad62eaf25e7e58d1
+DIST cmake-3.8.0.tar.gz 7503379 SHA256 
cab99162e648257343a20f61bcd0b287f5e88e36fcb2f1d77959da60b7f35969 SHA512 
a261088073ab41c41b461d155bead82b580225c8a4d32884715fba5eeb892acb2f73ae0484e823d7c33c9e29f331ec34ca223987f05e3ceb9a2f9b7defef17bf
 WHIRLPOOL 
d3a38fd5079effd6d9da3e21939a39019ee332768925f311bd799047c57f83918ee204a51abbe2f422c4200577b8c15e483fa8059be7863eb13196cc443d7e39

diff --git a/dev-util/cmake/cmake-3.8.0_rc4.ebuild 
b/dev-util/cmake/cmake-3.8.0.ebuild
similarity index 95%
rename from dev-util/cmake/cmake-3.8.0_rc4.ebuild
rename to dev-util/cmake/cmake-3.8.0.ebuild
index b5e7affd517..cd68286d802 100644
--- a/dev-util/cmake/cmake-3.8.0_rc4.ebuild
+++ b/dev-util/cmake/cmake-3.8.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs system-jsoncpp ncurses qt5"
 
 RDEPEND="



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

2017-04-13 Thread Patrick Lauer
commit: 90f1ddcd1837a832b150aa57952e07829f9a2c8a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Apr 13 06:39:18 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Apr 13 06:39:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f1ddcd

net-libs/nodejs: Bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/nodejs/Manifest|   1 +
 net-libs/nodejs/nodejs-7.9.0.ebuild | 194 
 2 files changed, 195 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index dbe5b1ed9ab..bb2f216c251 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -7,3 +7,4 @@ DIST node-v7.6.0.tar.xz 16635292 SHA256 
6ff9042696fff0b49647f5864e71cb495e554e4f
 DIST node-v7.7.2.tar.xz 16675844 SHA256 
e7448d8e44d32c2c63347c822508cf5c87b9662c07db290056fec66d37c4f584 SHA512 
bdf5dbaa73b41d004ab90e0e170d4985e4f57374e1dc87542779ad8c72135fca4db9894a5b8e0e29ac16d10375e3be56c21206e0decc3a02b498328d39c78572
 WHIRLPOOL 
ddcd895dea2dd116a57ade56339619ba78131c89d77b7efc7e2141b486d8f7695f32d81bad4ad328420b17e3a5094667c39aeb2c961a1ff38401e8bda8d5c325
 DIST node-v7.7.3.tar.xz 16681592 SHA256 
5441daf11f743b5508ddf31a16b4f268835fbceb59ef709b44e85b03fece0edf SHA512 
9698510990e444f664c844c3d2ffac2cc8094abfe123e49f656193d5ef75ee10716adfa69da8e689b8deb18a33381ca8e37042dfbd602a7923971c5c1c86b331
 WHIRLPOOL 
c181a8416126621a5accfc962af072888be235a84314d7c0143414e92dace2ebb93b35713e45884eac1c7addaf24158e3ecd7cac850401bad75165e9b964f745
 DIST node-v7.8.0.tar.xz 16701704 SHA256 
6821aaee58bbc8bc8d08fec6989a42278b725a21382500dc20fd9d9f71398f02 SHA512 
8991cbd50fdff0a3480f63003144d0def644386d070a3a9d9f34ca75ef5cd1fb52d2ebf8f5065261e771fbdd0aa46c33a043b2551123363a339185d9408a78dd
 WHIRLPOOL 
a7627e674bc8738f975e2a4c3d3e6929fc3cccbdbe7f3a905c8ddcf60b46f050791d867cefc4864585f80e9c8dbaf0ced8945ded8a33cdc92778ec49b31a6c5c
+DIST node-v7.9.0.tar.xz 16700948 SHA256 
a569764b884929f31a0772600a5cf36048ad42aa8c54ba4cabea6c067ef96a29 SHA512 
c9ea425c1d07246fcb45759c767533ece938db8eeb24cad6ddf5d225693793c667910533c007dc9afb4e0bba8635fbebb9449cdb3705fdf648d72758ba527506
 WHIRLPOOL 
e9d158552a80dd4f0e7df38ff79adb2f45ff6d0bbcddb966242cb55d5e8a981dd41b868d1b60c9d83a1a490e9442bc3a9cf37a8ca357064dee75b4145b33a96a

diff --git a/net-libs/nodejs/nodejs-7.9.0.ebuild 
b/net-libs/nodejs/nodejs-7.9.0.ebuild
new file mode 100644
index 000..5144cf86d42
--- /dev/null
+++ b/net-libs/nodejs/nodejs-7.9.0.ebuild
@@ -0,0 +1,194 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+RESTRICT="test"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl systemtap test"
+
+RDEPEND="icu? ( >=dev-libs/icu-56:= )
+   npm? ( ${PYTHON_DEPS} )
+   >=net-libs/http-parser-2.6.2:=
+   >=dev-libs/libuv-1.11.0:=
+   >=dev-libs/openssl-1.0.2g:0=[-bindist]
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )"
+
+S="${WORKDIR}/node-v${PV}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=(
+   "${FILESDIR}"/gentoo-global-npm-config.patch
+)
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # make sure we use python2.* while using gyp
+   sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
+   sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" 
deps/npm/node_modules/node-gyp/lib/configure.js || die
+
+   # less verbose install output (stating the same as portage, basically)
+   sed -i -e "/print/d" tools/install.py || die
+
+   # proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
+   local LIBDIR=$(get_libdir)
+   sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
+   sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die
+   sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/

2017-04-13 Thread Patrick Lauer
commit: d19469f4faa15d7ad6c0e69411e98436eed72c28
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Apr 13 06:18:06 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Apr 13 06:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19469f4

app-i18n/translate-shell: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/translate-shell/Manifest  |  2 --
 app-i18n/translate-shell/metadata.xml  |  5 
 .../translate-shell/translate-shell-0.9.4.ebuild   | 33 --
 .../translate-shell/translate-shell-0.9.5.ebuild   | 33 --
 4 files changed, 73 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest 
b/app-i18n/translate-shell/Manifest
index c42d7654ef3..4620cb2823c 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,3 +1 @@
-DIST translate-shell-0.9.4.tar.gz 68271 SHA256 
bfc04124d2fde7924e6b5c3a11fdce7fbd2fdb1819c0b78c3fd0a7d36e330164 SHA512 
27dd3efd7a6ec3761804d0583f4029fc1ca6fc1a920e939da1c9b8ec0742e4a3e0176f8a990b79639200592a3c5ed70723dc00890701ed67e7528454e4ff1357
 WHIRLPOOL 
9691ba473f1554313ffd23ac026e1eba50698491e3c2002a3506d74e87befb175b55a86aaec4b3118a92c7df6eb2ef32a4c94f89ed4e30b0700c40e518aaa36a
-DIST translate-shell-0.9.5.tar.gz 69030 SHA256 
74bd84f48b0b2887949d954be4530c34faddf8605f936668f8e904bb3ab5712a SHA512 
b304bfc59ec2f373e566d694ec3fabd35abf64c8d3ea956f34ee7592716204aa64c3113f4b994c34fd1dc16b61b8f5b074beae19646489317580c0352a2a6ac4
 WHIRLPOOL 
4bf792f286ffb780e65f12c080565b9d626631637d4fde120b73bdd33b641d4e918b96df670a2c7585a13c7864ea91cd5438d73bd6bc8c4a2e1ee47f848b4630
 DIST translate-shell-0.9.6.2.tar.gz 69544 SHA256 
db0e322cd1361c45d0740049e11d349be61ada859d5daa59c53396d0ccbd5e4b SHA512 
a7bd3fba43485a22c2fdd4261c24579b03aeafefa40863c3b8eb1c814a167b9a6f5700086c1cd411063c66c169875b96d2634ed04f45beb6d53b4725eb7fbea9
 WHIRLPOOL 
96ba55a3000d75ed88049bc6d700e87d93f0f30248930eb273a535e8a7a1cf01756d03b5e4e345e89e637124cb9c33897b1a3ca1899bbf928d8ccdffa40313b5

diff --git a/app-i18n/translate-shell/metadata.xml 
b/app-i18n/translate-shell/metadata.xml
index 4f08797169c..53f7d30cef0 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -10,17 +10,12 @@
 patr...@gentoo.org
 Patrick Lauer
 
-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   

Translate Shell (formerly Google Translate CLI) is a 
command-line
translator powered by Google Translate (default), Bing 
Translator, and
Yandex.Translate.  


-   Enable RTL language support
Enable text-to-speech support

 

diff --git a/app-i18n/translate-shell/translate-shell-0.9.4.ebuild 
b/app-i18n/translate-shell/translate-shell-0.9.4.ebuild
deleted file mode 100644
index 92805acd89b..000
--- a/app-i18n/translate-shell/translate-shell-0.9.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Online command-line translator"
-HOMEPAGE="https://www.soimort.org/translate-shell/;
-SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+curl fribidi test tts"
-
-RDEPEND="
-   app-misc/rlwrap
-   >=sys-apps/gawk-4.0.2
-   curl? ( net-misc/curl[ssl] )
-   fribidi? ( dev-libs/fribidi )
-   tts? ( || (
-   media-sound/mpg123
-   app-accessibility/espeak
-   media-video/mpv
-   media-video/mplayer
-   )
-   )"
-DEPEND="${RDEPEND}
-   test? ( app-editors/emacs )
-   "
-
-src_install() {
-   emake PREFIX="${D}/usr" install
-}

diff --git a/app-i18n/translate-shell/translate-shell-0.9.5.ebuild 
b/app-i18n/translate-shell/translate-shell-0.9.5.ebuild
deleted file mode 100644
index cc697c1adf6..000
--- a/app-i18n/translate-shell/translate-shell-0.9.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Online command-line translator"
-HOMEPAGE="https://www.soimort.org/translate-shell/;
-SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+curl fribidi test tts"
-
-RDEPEND="
-   app-misc/rlwrap
-   >=sys-apps/gawk-4.0.2
-   curl? ( net-misc/curl[ssl] )
-   fribidi? ( dev-libs/fribidi )
-   tts? ( || (
-   media-sound/mpg123
-   app-accessibility/espeak
-   media-video/mpv
-   media-video/mplayer
-   )
-   )"
-DEPEND="${RDEPEND}
-   test?