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

2016-07-19 Thread Hans de Graaff
commit: 14561fcbedff4a95fef48730bbbd81df23eeb5d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 20 05:30:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 20 06:19:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14561fcb

dev-ruby/listen: add ruby23 revision

Package-Manager: portage-2.2.28

 dev-ruby/listen/listen-3.1.1-r1.ebuild | 48 ++
 1 file changed, 48 insertions(+)

diff --git a/dev-ruby/listen/listen-3.1.1-r1.ebuild 
b/dev-ruby/listen/listen-3.1.1-r1.ebuild
new file mode 100644
index 000..271c4cf
--- /dev/null
+++ b/dev-ruby/listen/listen-3.1.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Listens to file modifications and notifies you about the changes"
+HOMEPAGE="https://github.com/guard/listen";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+# Block on other packages trying to install a /usr/bin/listen
+RDEPEND+="!!media-sound/listen !!media-radio/ax25 
!!=dev-ruby/rb-inotify-0.9.7"
+
+ruby_add_bdepend "test? ( dev-ruby/thor )"
+
+all_ruby_prepare() {
+   rm -f Gemfile || die
+   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
+   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
+   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
+}
+
+each_ruby_prepare() {
+   mkdir spec/.fixtures || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   rm -rf spec/.fixtures || die
+}



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

2016-07-19 Thread Yixun Lan
commit: b79d43efd812bc64e44364a2184f779358e82cb7
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jul 20 05:15:06 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jul 20 05:16:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79d43ef

app-i18n/librime: version bump 1.2.9, fix opencc issue

Gentoo-Bug: 584552

Package-Manager: portage-2.3.0_rc1

 app-i18n/librime/Manifest |  1 +
 app-i18n/librime/librime-1.2.9.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-i18n/librime/Manifest b/app-i18n/librime/Manifest
index 4d07fbc..24ddf4e 100644
--- a/app-i18n/librime/Manifest
+++ b/app-i18n/librime/Manifest
@@ -1,2 +1,3 @@
 DIST librime-0.9.9.tar.gz 2548968 SHA256 
e828acc853a5d9e3ca191d065112c410183aadb5bd1d021704f82a8644ff6fd8 SHA512 
71b39e713d5bbb73441dfb3038be6dc04518d2169df336e7fcb19b4c3b19a48d7db7c230fb1107148f3b7d95342851d23569617ff8138200c7ef1d750060c00f
 WHIRLPOOL 
fb5798491352eb1682a2bed7a73486df153a2479eef0adadc00726ab958b50606e32d59bfa8ded86c3aa35bac5e120e4251903fcb54326936251f1f3af726f92
+DIST librime-1.2.9.tar.gz 5516609 SHA256 
d9f0e732b5bf0ee9d8872d00c79322eec7682139a898a6f794795ac5f410 SHA512 
2266ef96ad21ec5981b4ca5371d4e16eefed545ffbde07093ae0d0be070a64f9869baa09b6bdcee2522438e08c72a842a7e0b225a6ca1b661708a80cf3aba83a
 WHIRLPOOL 
032c517008b0f4b4d9ccd9d188d480018fa1116d252786953b136de060534486b73997c6574f3ed040f337ca028b83669b135fd2683e54ddf576039a77db19d7
 DIST librime-1.2.tar.gz 5199581 SHA256 
fb04a7e0a4eeb2f25031c9a366cedfdab641ab06960f50c42febef5195de9381 SHA512 
75a771916a58b1ab678dbf05ac074a651cea077e81d25e4dfd0ea839fabe6cf606135851e72c19d6a8a9c6ed66b89928b90785f282e8786c375bc1d393059227
 WHIRLPOOL 
44a821fc4e1a562cb01ce7c28efc5a4fd3ca8e9d2d4e55ddda3434b677a17b59d7114a634bfd95ae53072f0e6f2e5f027b2c81ab70fa51b011934c7c39fbcf51

diff --git a/app-i18n/librime/librime-1.2.9.ebuild 
b/app-i18n/librime/librime-1.2.9.ebuild
new file mode 100644
index 000..d337848
--- /dev/null
+++ b/app-i18n/librime/librime-1.2.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils multilib versionator vcs-snapshot toolchain-funcs
+
+DESCRIPTION="Rime Input Method Engine library"
+HOMEPAGE="http://rime.im/";
+SRC_URI="https://github.com/rime/${PN}/archive/rime-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="static-libs test"
+
+RDEPEND=">app-i18n/opencc-1.0.2
+   dev-cpp/glog
+   >=dev-cpp/yaml-cpp-0.5.0
+   dev-db/kyotocabinet
+   dev-libs/leveldb
+   dev-libs/marisa
+   >=dev-libs/boost-1.46.0[threads(+)]
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   x11-proto/xproto
+   test? ( dev-cpp/gtest )"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_build static-libs STATIC)
+   -DBUILD_DATA=OFF
+   -DBUILD_SEPARATE_LIBS=OFF
+   $(cmake-utils_use_build test TEST)
+   -DLIB_INSTALL_DIR=/usr/$(get_libdir)
+   )
+   cmake-utils_src_configure
+}



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

2016-07-19 Thread Hans de Graaff
commit: 15ae366c8052540c8689fd4f99abd262617eb535
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 20 05:03:27 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 20 05:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ae366c

dev-ruby/libxml: add 2.9.0

Package-Manager: portage-2.2.28

 dev-ruby/libxml/Manifest|  1 +
 dev-ruby/libxml/libxml-2.9.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/libxml/Manifest b/dev-ruby/libxml/Manifest
index dc226f3..fc2c258 100644
--- a/dev-ruby/libxml/Manifest
+++ b/dev-ruby/libxml/Manifest
@@ -1 +1,2 @@
 DIST libxml-ruby-2.8.0.gem 261120 SHA256 
0bd2780afaaf944d38786999d929a4fd37eb30922c404301b86dee94c9c512b6 SHA512 
085670e0d343d47085d03d7d95a94498e7be049fbab5e60f1c5f43f9fc41222fe96315de7d5b12b221a3c866d0c178dbfbe2e717a206cce8c4471a2b3ddb9c42
 WHIRLPOOL 
bae7fe3e885b35c58e314cf84ecf0f09abb754e4d41e047b101f20fc2d62f7695e328f8cc07f91d473de87ceb82c2a54d37ea4cb03c421897a5d539605883400
+DIST libxml-ruby-2.9.0.gem 262144 SHA256 
e25a6278aaca2376ec0cc9e93a034a25d95af1102590abdbfce786d5c6612ddf SHA512 
06ad42ce68c16715fc92a41439c3c27b49fc25b4f8829fac0a27f860d6c3df9a4cb964f1b4677d7587d31c0e5542c4d1c1c25ae3bcfcec889015618d22f6ff3c
 WHIRLPOOL 
e656ac449cd893325378b5af1d1108c8b2fa53e79b9000891785ffe5800a067f961c162699d1c6fab585dd8ba475b4b97898ee1ff2d2cf254c10a965504122c8

diff --git a/dev-ruby/libxml/libxml-2.9.0.ebuild 
b/dev-ruby/libxml/libxml-2.9.0.ebuild
new file mode 100644
index 000..2bab503
--- /dev/null
+++ b/dev-ruby/libxml/libxml-2.9.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_NAME="libxml-ruby"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML"
+HOMEPAGE="https://github.com/xml4r/libxml-ruby";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="${RDEPEND} dev-libs/libxml2"
+DEPEND="${DEPEND} dev-libs/libxml2"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   # Remove grancher tasks only needed for publishing the website
+   sed -i -e '/grancher/d' -e '/Grancher/,$d' Rakefile || die
+
+   # We don't have the hanna template available.
+   sed -i -e 's/hanna/rake/' Rakefile || die
+
+   # Remove rake-compiler bits since we don't use it
+   sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e 
'/GemPackageTask/,/end/d' Rakefile || die
+
+   # Avoid test that fails intermittently
+   sed -i -e '/test_get_handler/,/^  end/ s:^:#:' test/tc_error.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/libxml extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -C ext/libxml V=1
+   cp ext/libxml/libxml_ruby.so lib/ || die
+}



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

2016-07-19 Thread Hans de Graaff
commit: 45436521273a993d124d4e908e8f9d18565e06e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 20 05:01:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 20 05:01:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45436521

dev-ruby/flexmock: add 2.2.1

Package-Manager: portage-2.2.28

 dev-ruby/flexmock/Manifest  |  1 +
 dev-ruby/flexmock/flexmock-2.2.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest
index fb426f8..66b5287 100644
--- a/dev-ruby/flexmock/Manifest
+++ b/dev-ruby/flexmock/Manifest
@@ -1,3 +1,4 @@
 DIST flexmock-1.3.3.gem 81920 SHA256 
1d9cc7dd01b43a25447d85477b8ab096481be0a6536aa6587286082c40f35f9d SHA512 
2d440ec5bdbaea0a314f9e40645b194d9e5d29e9dc93c9b38d7fdb256bd4ffb3dba312d7a5630e6d849e360b7f337f6e5e0995a5da6210db2577516a62a66f54
 WHIRLPOOL 
568005d1238f3927e188cc74756e54512855f146ec729309946837fa2235c0bcf18e05a0bcfd78b938b76fddb239c857bff12a37495fc47d68cf31c25db64c52
 DIST flexmock-2.0.5.tar.gz 84688 SHA256 
7879f690ad3c2de924844eff0826fa7b05de4db0cc7a21a5c94f157fbfb81a77 SHA512 
3f377617d745740b91e4e6ca90379a03d689a643a678240d9f4d3eae374fbd88b2396cfb3420634859bf3456a3d1d95cc7d50fef3d2c1d83e836e57e3b3edef4
 WHIRLPOOL 
c1f2e93f94dd8e01b782e93df607e6e7f3eafa86951884b2871b0068fc816f73f054e2fe2b54ba1df6d464d33d0961904dd8217e77d655fb9d0247256ccd6343
 DIST flexmock-2.1.0.tar.gz 85464 SHA256 
6bc160c9be385d0b6b375da665f33c75015423cd31cea64c1c3f2f81ccf8b658 SHA512 
547ff0d711d7a5a33a3057ac57e054843a97fc183b3819f7c2a16efc3cd38731bdd8ddf5d800fff780ff6e6209dcd319dc3d556323524627ce28e5e2842fe304
 WHIRLPOOL 
e6dd191021de331c50c76ae461c62b86a151f326910e05d67b51bc608d5a7f97b63234e3fdfcde0b5c898e1f0241dde84ad501bf21dd7770b10a80e70f17b0d3
+DIST flexmock-2.2.1.tar.gz 86088 SHA256 
0c43782b06cd445c4262f9fc4f62c80dad2a2e4cdb8c82e620f37c706f072729 SHA512 
303ec49a257a65eac2fffdba8cb2cebaafa7523225b5c8facf4d55f30372d43e22a8895d103859a2d90a1894987ef863001a982c756365822d0499e95be3c969
 WHIRLPOOL 
6d1d5b2dd0a7aea087f33c679fbae7196b9b013bd1572a661cc11e9fb0455b3251f24c78f36b7ad85fa93024af192badf6f93eb646d89be05f453f4ae4fbebfe

diff --git a/dev-ruby/flexmock/flexmock-2.2.1.ebuild 
b/dev-ruby/flexmock/flexmock-2.2.1.ebuild
new file mode 100644
index 000..848d744
--- /dev/null
+++ b/dev-ruby/flexmock/flexmock-2.2.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple mock object library for Ruby unit testing"
+HOMEPAGE="https://github.com/doudou/flexmock";
+SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="flexmock"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   )"
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
+   ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}
+
+all_ruby_prepare() {
+   sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
+}



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

2016-07-19 Thread Hans de Graaff
commit: 817df7c63383251888282c53582193a2b82ea506
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 20 05:08:12 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 20 05:08:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817df7c6

dev-ruby/jmespath: add 1.3.1

Package-Manager: portage-2.2.28

 dev-ruby/jmespath/Manifest  |  1 +
 dev-ruby/jmespath/jmespath-1.3.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest
index 3b46edb..bd39c84 100644
--- a/dev-ruby/jmespath/Manifest
+++ b/dev-ruby/jmespath/Manifest
@@ -1,2 +1,3 @@
 DIST jmespath-1.2.4.tar.gz 39134 SHA256 
5afc8c54de936bd533623ccbe4fc4057b9f0ec189fea81f46f0b5824372d3f95 SHA512 
338e4c732285f92a958ccc6b7a347943443c147ae2ac17de4858363a6764928298beb077f081ef613bcf4a9ed30a5fefd57d9191d3764d392a418ed3d2150cae
 WHIRLPOOL 
7ae65fd1d0a7d53ca1ecc62ff84cba75be23df58106e3be947d94bd07827e089f17a5df1aebd342ec579c282e1db082e839124c99ffda5e3cc6bb455e850d7cd
 DIST jmespath-1.3.0.tar.gz 39557 SHA256 
33163701b1cd71bea0f29eeb49906d1af54edef21791f686e890ae6e8f37d9c2 SHA512 
087354862dc8a8f247b7513f9f5783f3e82a3cef020eeffa9b1b1845f602cdd7dc562b87b21eca5da0061b1af4babd4198c09cca5ada8337180b1159a1626be0
 WHIRLPOOL 
73b362bb85387421b919f5fcb28145918fb5779798afff76c0e60843405976727f0b24c02cf9c9cc394936b9c6ff61484b9b750e5aee8e391ab8fe21f7b527c0
+DIST jmespath-1.3.1.tar.gz 40363 SHA256 
3555689e777c9c6caad0948bb730a8ecff254dfd5d578d7be7c41f4023b0a648 SHA512 
31f2e4d3137f0f2a837522561860dcab9aa659a51724373509caf9eef9ce7c2bc784ff57e4a527994eb68dfb6f1d2103d31f19e36a31538f0889ef56800c7829
 WHIRLPOOL 
efe3afbcf4bc1ed5afc1415f2d6467b389dfc4863b4fcd4a2d1116356e2ab464d03d06fdc0d50613eaadafd2871dcfb6e8f22be89bcd651bb41f91321c7d7f5e

diff --git a/dev-ruby/jmespath/jmespath-1.3.1.ebuild 
b/dev-ruby/jmespath/jmespath-1.3.1.ebuild
new file mode 100644
index 000..b024b81
--- /dev/null
+++ b/dev-ruby/jmespath/jmespath-1.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements JMESPath for Ruby"
+HOMEPAGE="https://github.com/jmespath/jmespath.rb";
+SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}.rb-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' \
+   
spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
+   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+}



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

2016-07-19 Thread Hans de Graaff
commit: b748c8d81ebd0010fc7a9b52e0b6ce04b066e299
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 20 04:57:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 20 04:57:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b748c8d8

dev-ruby/arel: add 7.1.0

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/arel/Manifest b/dev-ruby/arel/Manifest
index f2fd06b..d4c16d2 100644
--- a/dev-ruby/arel/Manifest
+++ b/dev-ruby/arel/Manifest
@@ -4,3 +4,4 @@ DIST arel-5.0.1.20140414130214.gem 52224 SHA256 
c941f07bad89af26e8837c73d8a399b7
 DIST arel-6.0.2.tar.gz 51951 SHA256 
5bb34a5dd4257a6f05b31f565db9c370df302f053ac42a63ea3f997fe8c593a3 SHA512 
b7ad77a32b88296a2fe7b52ffbcfb2d5e7deb32c2dd02286a3c25563a565d323efa82a38047515f6e5bd9f99b5476f5aaeb2198f8213f5bb818dcf041817de90
 WHIRLPOOL 
c27b868404e8dcee11ac24b5bed05052e8ab16b66eba0379a319e2a13f40b5f008994fbad599099e112a72fe2c54d157e8445ed0f27b9a089971e5bf769b0b8c
 DIST arel-6.0.3.tar.gz 52003 SHA256 
476a51333ec8588213bbd91174af239d4910a68cd14a99de29d44ca5c24ec37a SHA512 
8e04daacae0b07fd02c5623e86b87940e0d712e0ab7d85354d2ba8a9e0cc30d1549f128a39732d8dac5b83f3f77c1bfadb650b5726d1faf2bfeb64e0d51a8f04
 WHIRLPOOL 
cae263da4bf2f3f869b3d658b0ced3f57349172f95ec05952ae6b2896704bc06c552814485ffcdc85d36f19ed68c386097e4b16c5317b05144b8176193896938
 DIST arel-7.0.0.tar.gz 55676 SHA256 
19a927b76aa153cc8adab9b6c69d3b67f8701757663f834ca5f0c5b6d0105b9d SHA512 
1972b43946e5760ea78052db0382818f059afa943117c9e5fd9f1f595529c769b1b3886eaff1bf0e23c051ef7440d49907b6a3a3bf4d97bda30cd88688875b87
 WHIRLPOOL 
09c04bf4603d68ac7206292b806ba52273fca116a94d27f5c345aaad09d7ea17b5064c822a7eb341a8cb9643b9028e2f1454ec6dd535171f9c799e9a7d5b0256
+DIST arel-7.1.0.tar.gz 58343 SHA256 
8c6125c4cd3666a4dba320d8d0f9b4825fc68457916ff5a22660ef7335122f2c SHA512 
374bd4202e9c5020c7a73dd74a6e3bcfe8b66cc624a1d90b5d62549828a1d9f79d27bcf2a187ea06bd82431f4caa64437d1c9909e8dd5089ca2e104578317748
 WHIRLPOOL 
e3b385b22a7cc113262d917d7557601c88594e3d311a06135fa9475863bdf01d69f88da17eca12633f29709c3f43fc862fe964571390f1d34e7f90489f20dd67

diff --git a/dev-ruby/arel/arel-7.1.0.ebuild b/dev-ruby/arel/arel-7.1.0.ebuild
new file mode 100644
index 000..4ffe071
--- /dev/null
+++ b/dev-ruby/arel/arel-7.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
+
+RUBY_FAKEGEM_GEMSPEC="arel.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Arel is a Relational Algebra for Ruby"
+HOMEPAGE="https://github.com/rails/arel";
+SRC_URI="https://github.com/rails/arel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/test-unit:2
+   >=dev-ruby/minitest-5.4:5
+   )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" \
+   -e '/specname/,$ s:^:#:' Rakefile || die
+}



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

2016-07-19 Thread Mike Frysinger
commit: 4f718fab3559f68a5ce168efcca8692f3b202260
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jul 20 04:34:41 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jul 20 04:34:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f718fab

sys-apps/less: make image info more verbose/robust

 sys-apps/less/files/lesspipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/less/files/lesspipe.sh b/sys-apps/less/files/lesspipe.sh
index 291d6d6..abd9349 100755
--- a/sys-apps/less/files/lesspipe.sh
+++ b/sys-apps/less/files/lesspipe.sh
@@ -162,7 +162,7 @@ lesspipe() {
 
### Media ###

*.bmp|*.gif|*.jpeg|*.jpg|*.ico|*.pcd|*.pcx|*.png|*.ppm|*.tga|*.tiff|*.tif|*.webp)
-   identify "$1" || file -L -- "$1"
+   identify -verbose -- "$1" || file -L -- "$1"
;;
*.asf|*.avi|*.mov|*.mp4|*.mpeg|*.mpg|*.qt|*.ram|*.rm|*.webm|*.wmv)
midentify "$1" || file -L -- "$1"



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

2016-07-19 Thread Mark Wright
commit: 2999a3b4fe54989c3c1f95bee7f3489db74558ec
Author: Mark Wright  gentoo  org>
AuthorDate: Wed Jul 20 03:00:16 2016 +
Commit: Mark Wright  gentoo  org>
CommitDate: Wed Jul 20 03:00:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2999a3b4

sci-mathematics/rstudio: Bump to 0.99.903

Package-Manager: portage-2.3.0

 sci-mathematics/rstudio/Manifest|   1 +
 sci-mathematics/rstudio/rstudio-0.99.903.ebuild | 250 
 2 files changed, 251 insertions(+)

diff --git a/sci-mathematics/rstudio/Manifest b/sci-mathematics/rstudio/Manifest
index 832ecc3..8ff2707 100644
--- a/sci-mathematics/rstudio/Manifest
+++ b/sci-mathematics/rstudio/Manifest
@@ -27,6 +27,7 @@ DIST rstudio-0.99.879.tar.gz 17406999 SHA256 
73fa59be34eb63d9ed194642a93ad529d2c
 DIST rstudio-0.99.893.tar.gz 17407634 SHA256 
90a657b1fa16cfc575ca884789bac47f17832eb8b92496d044da3c5d79b0b874 SHA512 
baa2a8c27e101e74b8a3f3b1cd290c90031881ae11fb44606b9af1efa4114c4c6fe68298f554d8b83f96418159477579414ddb99d49d2942c021aa0697947222
 WHIRLPOOL 
a81ed5ee17a730e9674b2a98b95f87e70c532df95fda15402952901f7def24cc673db724841579e5dbf184a3e9fc16cfada93284b40014edf74863a61e0798a5
 DIST rstudio-0.99.896.tar.gz 17409121 SHA256 
05fc7546ad1d21d7e6219538056ec2ee1b86d09b731a588198ce137d3fe25bae SHA512 
c62df2a1c54f8c6d14b1239dd746b88693c11c48ec56aa5ae89023e98901793b0e65df44526cbc8c71036c0f73a512767cae086ed3777540b1ceda05e3398e17
 WHIRLPOOL 
7f4d0ebc8db509f09ccc15da02a4a426de431312f2dc65126bda76e11de0e106671fc7a83e9ea8e66b88f81268d0db8b44014a70744b30641bb58bedda73427d
 DIST rstudio-0.99.902.tar.gz 17408815 SHA256 
703a3ebedbb4bb44d2cacffed2615b4f65156fcd4115029931eb5fd99950c689 SHA512 
23db68f05900666287901d75f02006f7edacafab057d82a312b4e5aac639ef4b5db702420632f2768e509411bbfc73c32a533aa0f1b33379c10df82e009b974e
 WHIRLPOOL 
e7ef3cf0d9a414257c4c0c68809c674721f9513917bd450c9946133ee69dd735374417483c7dc380ee4d387119558c961d4ea815aac5bcd3fa22ee863556e0a4
+DIST rstudio-0.99.903.tar.gz 17409865 SHA256 
8902fe7a6f7f6e0d6e8fae2472e479bb9cbe9cbb2e0747e5f01a093d31993a3c SHA512 
9ddcfdab187c907dfa3cbf386ee902b43ba35c242b44a4190c58d1e3bad590ca428209423739768b57f759c4bde61ef2b5958fb3cba366d7740753c3c5dbf739
 WHIRLPOOL 
82ca64883d02aacc0c1081779f769c3ea2bbac3c370f1e62fba18465547742114df18d431f30c3fe449c0ae2ac212cd7dd98a72bb2e5810eb1fc6cdbb3c82a69
 DIST selenium-java-2.37.0.zip 24625928 SHA256 
0eebba65d8edb01c1f46e462907c58f5d6e1cb0ddf63660a9985c8432bdffbb7 SHA512 
68624e82dbc751a25c50fad72702a98eb30d77fd4337d2a969f8e06bcc49e5f8c835cd27ec53772f3375014ddde1d5636936e966b75f3594a9f86aa18ba4e779
 WHIRLPOOL 
eb6659aae26f3c78b6f998546b23d0636c9d00ed8a7f985db1463ac4bd483ccb3e643d84e2ca0f59e0636a8de79eb552ff1d68eb6f9c06907029f7552d8f
 DIST selenium-server-standalone-2.37.0.jar 34730734 SHA256 
97bc8c699037fb6e99ba7af570fb60dbb1b7ce30cde2448287a44ef65b13023e SHA512 
b215446d42d2d1f69664349b6ae6dc53a532d3624c91254f0f4183d0ad764648792e5cc1126a55a1e60d9687d55200fed01d6d2f46cc3d853b1fa6ee38111018
 WHIRLPOOL 
20640591534f31f24825a9ed139589b182e8b60d86541bf0be104d3cc0280983f6566bd0459f2253ac3875b48a2798b205bac8f815a119fff6db625ce9bbc29e
 DIST shinyapps-0.98.1000.tar.gz 910095 SHA256 
b95c512ae0a0fb4335878d9cfcf9073e2cb3ccfed73543abe27ea8878ed36d57 SHA512 
3162317c4c20cfc1497e952a8235867084d629ae88407e6c465b3e208adb1dc97abfe6b9922e0374ddf4c8e38a76e112942bd312c54a66f74e6f2a3fe4c0a07c
 WHIRLPOOL 
ecc2bce78387cb42e9989163d8fca29220e66f085acde3323417058aebb624dafa8c0e1873c7d79e67324cbd5aad250ef9fcdbbc8f659d64482233b95d898a15

diff --git a/sci-mathematics/rstudio/rstudio-0.99.903.ebuild 
b/sci-mathematics/rstudio/rstudio-0.99.903.ebuild
new file mode 100644
index 000..daeade7
--- /dev/null
+++ b/sci-mathematics/rstudio/rstudio-0.99.903.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils user cmake-utils gnome2-utils pam versionator fdo-mime 
java-pkg-2 pax-utils
+
+# TODO
+# * package gin and gwt
+# * use dict from tree, linguas
+# * do src_test (use junit from tree?)
+
+# update from scripts in dependencies/common
+# egrep '(GWT_SDK_VER=|GIN_VER=|SELENIUM_VER=|CHROMEDRIVER_VER=)' 
dependencies/common/install-gwt
+GWT_VER=2.7.0
+GIN_VER=1.5
+SELENIUM_VER=2.37.0
+CHROMEDRIVER_VER=2.7
+# grep 'PANDOC_VERSION=' dependencies/common/update-pandoc
+PANDOC_VER=1.13.1
+# ls dependencies/common/*.tar.gz
+PACKRAT_VER=0.98.1000
+RMARKDOWN_VER=0.98.1000
+SHINYAPPS_VER=0.98.1000
+RSCONNECT_VER=0.4.1.4_fcac892a69817febd7b655b189bf57193260cda0
+
+DESCRIPTION="IDE for the R language"
+HOMEPAGE="
+   http://www.rstudio.org
+   https://github.com/rstudio/rstudio/";
+SRC_URI="
+   https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://s3.amazonaws.com/rstudio-buildtools/gin-${GIN_VER}.zip
+   https://s3.amazonaws.com/rstudio-buildtools/gwt-${GWT_VER}.zip
+   
https://s3.

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

2016-07-19 Thread Matt Thode
commit: 572c1300b7dce3a246e323b86a7ca798ecaed684
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 20 02:05:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 20 02:05:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572c1300

dev-ruby/facter: bup

Package-Manager: portage-2.2.28

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-3.3.0.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index dbe3f6a..3a1fe20 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -3,3 +3,4 @@ DIST facter-2.4.6.gem 246272 SHA256 
56ffc5fbcd550fcdb4788bc4d7fd0199bff69937d6df
 DIST facter-3.1.4.tar.gz 620501 SHA256 
7ca1872edbdc5ffcd11dc292e5e0625c9e0d35aa7966d8803859da0d035c7fcf SHA512 
2fcc990c8e26349b9fa87cd1f7c43dffd49ffacf03c3467e836ea0bcd7527e1d40b6240646fd7dd6346121ca802fe86e996e209d838db91e8fe55298fdab4e0e
 WHIRLPOOL 
224b17990fc559fce3a7c9b31c14dd45033127b078d68fac024cb6db192573085187163932c9dacd8fd94a281bd8d58ac1c75229a8e3bce4c4f070ebc81ff0f3
 DIST facter-3.1.6.tar.gz 324278 SHA256 
6e55ce2fbf1cc451974dec80aaa96a05a03b37822e69be9ac517d8006544be17 SHA512 
9f6bcec76be8af68f4b4179835a8d4758a29fb772a6d041d7901f839004efdf0145507340c67d3c701284f7ac04e9bfcd1297f16bdbc0ec0184dcbd9ab9c0354
 WHIRLPOOL 
0d62d84565df2eab88253b5b8fc851751ec20d72067c351b5b1a207587d99ab10f685ba62a2048fef8a56b0428ae881c46a9fda14c06d832899ad5d01ac9
 DIST facter-3.1.8.tar.gz 324710 SHA256 
bd393026640baf149507c11d36be144759889d4c90174d7c6bfb35e0a341fbca SHA512 
2884c2c0bb3075b2552763dee7f33228b0e70b4eb46367f52c4cbf9e01930ddc5e58d062d06ced4174900fc3eae5214d80471a4fe499bf0f2ac0278640e0e8c7
 WHIRLPOOL 
465432940e068318da0028ce1c8ea3084392212cfc6a50449a3ba034fe721836c88ba16c2248b4b3f062a890087421c93a3d14574c8d03e1eafe4f4f82b49d0d
+DIST facter-3.3.0.tar.gz 324839 SHA256 
a143ec499f77c355a843fef7999c7fab13134ff0cbeb0ab403edc499e974d100 SHA512 
a9a3dbceff5ecff85b3080dd744fd2502ce0c0306ca0e585b26d2df7c4fa90772237ecdec221b771212f99d291c52d8bc4162389b15a4a1260441a3cecf4fe23
 WHIRLPOOL 
f2faffdf76062f90ed725133522e148a27538becd5c8f5059cd2b7704a6e43b8ea1510d016d39fa2f79fb9ea69d1e6001970bba87b983553425db9ff0a9a4733

diff --git a/dev-ruby/facter/facter-3.3.0.ebuild 
b/dev-ruby/facter/facter-3.3.0.ebuild
new file mode 100644
index 000..099be14
--- /dev/null
+++ b/dev-ruby/facter/facter-3.3.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+inherit cmake-utils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+CDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/boost-1.54[nls]
+   >=dev-libs/leatherman-0.4.2
+   >=dev-cpp/yaml-cpp-0.5.1
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   !

[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2016-07-19 Thread Robin H. Johnson
commit: 33b542330d9f99e7e911cc4338f95909325e8a66
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jul 19 21:20:39 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jul 20 00:13:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b54233

net-dns/unbound: bump.

Package-Manager: portage-2.2.28

 net-dns/unbound/Manifest |   1 +
 net-dns/unbound/unbound-1.5.9.ebuild | 125 +++
 2 files changed, 126 insertions(+)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index 64b2591..417d5bd 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -1,3 +1,4 @@
 DIST unbound-1.5.1.tar.gz 4805176 SHA256 
0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec SHA512 
85d7069cf47709aceb7d9457c8befb1b327adfb098d8aa98082fc9bf710274e8ba86b56d796c86917639bb7e57ab5c40af1bc79090de038c6375be2c3877e0c4
 WHIRLPOOL 
e23f7d399a1f01da5aec98ff0fa3b377e8a76789d237ceaf0e9146c96a97088716a0ec6c0f68f95f57af16743e73c1bc7209889a04a698bf7aa5d0706c7514f5
 DIST unbound-1.5.7.tar.gz 4859573 SHA256 
4b2088e5aa81a2d48f6337c30c1cf7e99b2e2dc4f92e463b3bee626eee731ca8 SHA512 
7fc000364139519ed837ef9883f2e8a684b5ac19f2d3343626ab0a4c3459a7c3ccf2c79e9d992d82b123c6a38245fc286994365b427145d218e0b3c645c4dc4f
 WHIRLPOOL 
9b2d18f09f46bed5da9818f5df0acbcc6d4a166943bbdb617494081614aa9b75a03ed0425679f40265f70e34ed66e01302182ec4050f0bb1f034fa5db28340f3
 DIST unbound-1.5.8.tar.gz 4895649 SHA256 
33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be SHA512 
0c296a2e5489fae0fdf0ca2ea11ed72f00498c8499f38f308ff32078665d980a2d5a80ee0e106273dc13a146611a238553857c5f301fe9622072382c06b8434a
 WHIRLPOOL 
ca977c88e5dcca80d11a3cf769e002f61b8c6145dea2a79a9d0c142396ff2f19b3452546627ced79e9af74fed3ac2ff72ca9f6fc2395e477076959fef77bd3b1
+DIST unbound-1.5.9.tar.gz 4924965 SHA256 
01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990 SHA512 
a0f43a22d2c357b78482e5049fd77b100966964d861536169bd79379c02b96651e52c47f3f5001ac8e1ca474d41f784395adb44b61157487723f9f15287c97f4
 WHIRLPOOL 
ccfeadbff8a450d431286d09b9c5bbcb40f53878ff33a3c36200485b5863279779bed55c1307586f59e5ccd7594f038e3b991bff401546b4969d564aa230b37d

diff --git a/net-dns/unbound/unbound-1.5.9.ebuild 
b/net-dns/unbound/unbound-1.5.9.ebuild
new file mode 100644
index 000..040c219
--- /dev/null
+++ b/net-dns/unbound/unbound-1.5.9.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic multilib-minimal python-single-r1 systemd user
+
+MY_P=${PN}-${PV/_/}
+DESCRIPTION="A validating, recursive and caching DNS resolver"
+HOMEPAGE="http://unbound.net/";
+SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz";
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug dnstap +ecdsa gost libressl python selinux static-libs test 
threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Note: expat is needed by executable only but the Makefile is custom
+# and doesn't make it possible to easily install the library without
+# the executables. MULTILIB_USEDEP may be dropped once build system
+# is fixed.
+
+CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}]
+   libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   dnstap? (
+   dev-libs/fstrm[${MULTILIB_USEDEP}]
+   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
+   )
+   ecdsa? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   )
+   python? ( ${PYTHON_DEPS} )"
+
+DEPEND="${CDEPEND}
+   python? ( dev-lang/swig )
+   test? (
+   net-dns/ldns-utils[examples]
+   dev-util/splint
+   app-text/wdiff
+   )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-bind )"
+
+# bug #347415
+RDEPEND="${RDEPEND}
+   net-dns/dnssec-root"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewgroup unbound
+   enewuser unbound -1 -1 /etc/unbound unbound
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # To avoid below error messages, set 'trust-anchor-file' to same value 
in
+   # 'auto-trust-anchor-file'.
+   # [23109:0] error: Could not open autotrust file for writing,
+   # /etc/dnssec/root-anchors.txt: Permission denied
+   epatch "${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+
+   # required for the python part
+   multilib_copy_sources
+}
+
+src_configure() {
+   [[ ${CHOST} == *-darwin* ]] || append-ldflags -Wl,-z,noexecstack
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable gost) \
+

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

2016-07-19 Thread William Hubbs
commit: daf93977641201f16c477b075ce9055a1da8f7b3
Author: William Hubbs  gmail  com>
AuthorDate: Tue Jul 19 20:56:06 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jul 19 21:21:48 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=daf93977

init.d: combine sysctl scripts

We had separate sysctl scripts for each operating system. However, there
is no need to do this since we can detect the operating system at
runtime with $RC_UNAME.

 init.d/Makefile |  3 ---
 init.d/sysctl.GNU-kFreeBSD.in   | 38 
 init.d/sysctl.GNU.in| 39 -
 init.d/sysctl.Linux.in  | 26 -
 init.d/{sysctl.BSD.in => sysctl.in} | 27 +
 5 files changed, 23 insertions(+), 110 deletions(-)

diff --git a/init.d/Makefile b/init.d/Makefile
index 55db3d1..a44c4e6 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -31,9 +31,6 @@ SRCS-NetBSD=  hostid.in moused.in newsyslog.in pf.in rarpd.in 
rc-enabled.in \
 # These are NetBSD specific
 SRCS-NetBSD+=  devdb.in swap-blk.in ttys.in wscons.in
 
-%.in: %${SFX}
-   sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
-
 include ${MK}/scripts.mk
 
 _installafter_: realinstall

diff --git a/init.d/sysctl.GNU-kFreeBSD.in b/init.d/sysctl.GNU-kFreeBSD.in
deleted file mode 100644
index 7097d47..000
--- a/init.d/sysctl.GNU-kFreeBSD.in
+++ /dev/null
@@ -1,38 +0,0 @@
-#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2015 The OpenRC Authors.
-# See the Authors file at the top-level directory of this distribution and
-# https://github.com/OpenRC/openrc/blob/master/AUTHORS
-#
-# This file is part of OpenRC. It is subject to the license terms in
-# the LICENSE file found in the top-level directory of this
-# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
-# This file may not be copied, modified, propagated, or distributed
-# except according to the terms contained in the LICENSE file.
-
-depend()
-{
-   before bootmisc logger
-   keyword -prefix
-}
-
-start()
-{
-   [ -e /etc/sysctl.conf ] || return 0
-   local retval=0 var= comments= conf=
-   ebegin "Configuring kernel parameters"
-   eindent
-   for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do
-   if [ -r "$conf" ]; then
-   vebegin "applying $conf"
-   while read var comments; do
-   case "$var" in
-   ""|"#"*) continue;;
-   esac
-   sysctl -w "$var" >/dev/null || retval=1
-   done < "$conf"
-   veend $retval
-   fi
-   done
-   eoutdent
-   eend $retval "Some errors were encountered"
-}

diff --git a/init.d/sysctl.GNU.in b/init.d/sysctl.GNU.in
deleted file mode 100644
index be7b42e..000
--- a/init.d/sysctl.GNU.in
+++ /dev/null
@@ -1,39 +0,0 @@
-#!@PREFIX@/sbin/openrc-run
-# Copyright (c) 2007-2015 The OpenRC Authors.
-# See the Authors file at the top-level directory of this distribution and
-# https://github.com/OpenRC/openrc/blob/master/AUTHORS
-#
-# This file is part of OpenRC. It is subject to the license terms in
-# the LICENSE file found in the top-level directory of this
-# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
-# This file may not be copied, modified, propagated, or distributed
-# except according to the terms contained in the LICENSE file.
-#FIXME: Modify for GNU/Hurd
-
-depend()
-{
-   before bootmisc logger
-   keyword -prefix
-}
-
-start()
-{
-   [ -e /etc/sysctl.conf ] || return 0
-   local retval=0 var= comments= conf=
-   ebegin "Configuring kernel parameters"
-   eindent
-   for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do
-   if [ -r "$conf" ]; then
-   vebegin "applying $conf"
-   while read var comments; do
-   case "$var" in
-   ""|"#"*) continue;;
-   esac
-   sysctl -w "$var" >/dev/null || retval=1
-   done < "$conf"
-   veend $retval
-   fi
-   done
-   eoutdent
-   eend $retval "Some errors were encountered"
-}

diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in
deleted file mode 100644
index f5e0ab6..000
--- a/init.d/sysctl.Linux.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2015 The OpenRC Authors.
-# See the Authors file at the top-level directory of this distribution and
-# https://github.com/OpenRC/openrc/blob/master/AUTHORS
-#
-# This file is part of OpenRC. It is subject to the license terms in
-# the LICENSE file found in the top-level directory of this
-# distrib

[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/, net-dns/pdns-recursor/files/

2016-07-19 Thread Sven Wegener
commit: ff3fb60e40daf53c31d241107e8ffb3497d11583
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jul 19 21:08:11 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jul 19 22:02:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3fb60e

net-dns/pdns-recursor: Switch src_install() to upstream automake

Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/files/pdns-recursor|  4 ++--
 net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild | 13 +
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/net-dns/pdns-recursor/files/pdns-recursor 
b/net-dns/pdns-recursor/files/pdns-recursor
index 151176b..f114d5b 100644
--- a/net-dns/pdns-recursor/files/pdns-recursor
+++ b/net-dns/pdns-recursor/files/pdns-recursor
@@ -17,12 +17,12 @@ start() {
 
 stop() {
ebegin "Stopping PowerDNS Recursor"
-   /usr/sbin/rec_control quit &>/dev/null
+   /usr/bin/rec_control quit &>/dev/null
eend $?
 }
 
 ping() {
ebegin "Pinging PowerDNS Recursor"
-   /usr/sbin/rec_control ping &>/dev/null
+   /usr/bin/rec_control ping &>/dev/null
eend $?
 }

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
index 4fd1a47..3927726 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
@@ -44,11 +44,16 @@ src_configure() {
 }
 
 src_install() {
-   dosbin pdns_recursor rec_control
-   doman pdns_recursor.1 rec_control.1
+   default
 
-   insinto /etc/powerdns
-   doins "${FILESDIR}"/recursor.conf
+   mv "${D}"/etc/powerdns/recursor.conf{-dist,}
+
+   # set defaults: setuid=nobody, setgid=nobody
+   sed -i \
+   -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
+   -e 's/^# quiet=/quiet=on/' \
+   -e 's/^# chroot=/chroot=\/var\/lib\/powerdns/' \
+   "${D}"/etc/powerdns/recursor.conf
 
doinitd "${FILESDIR}"/pdns-recursor
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2016-07-19 Thread Sven Wegener
commit: e4987c302920b9590c04625572d4d0aa75ffbe81
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jul 19 20:32:54 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jul 19 22:02:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4987c30

net-dns/pdns-recursor: Fix sysconfdir location, bug #589188

Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
index 0ae0e41..ac2fe3d 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
@@ -36,6 +36,7 @@ pkg_setup() {
 
 src_configure() {
econf \
+   --sysconfdir=/etc/powerdns \
$(use_enable systemd) \
$(use_with lua) \
$(use_with luajit) \



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/files/, net-dns/pdns-recursor/

2016-07-19 Thread Sven Wegener
commit: 5150f75e101d89f146fb2286e768b12ac0c823d0
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jul 19 21:23:10 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jul 19 22:02:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5150f75e

net-dns/pdns-recursor: Rename init script, bug #322581

Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/files/pdns-recursor| 28 
 net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/net-dns/pdns-recursor/files/pdns-recursor 
b/net-dns/pdns-recursor/files/pdns-recursor
new file mode 100644
index 000..151176b
--- /dev/null
+++ b/net-dns/pdns-recursor/files/pdns-recursor
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+extra_started_commands="ping"
+
+depend() {
+   need net
+}
+
+start() {
+   ebegin "Starting PowerDNS Recursor"
+   /usr/sbin/pdns_recursor --daemon=yes &>/dev/null
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping PowerDNS Recursor"
+   /usr/sbin/rec_control quit &>/dev/null
+   eend $?
+}
+
+ping() {
+   ebegin "Pinging PowerDNS Recursor"
+   /usr/sbin/rec_control ping &>/dev/null
+   eend $?
+}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
index ac2fe3d..4fd1a47 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
@@ -50,7 +50,7 @@ src_install() {
insinto /etc/powerdns
doins "${FILESDIR}"/recursor.conf
 
-   doinitd "${FILESDIR}"/precursor
+   doinitd "${FILESDIR}"/pdns-recursor
 
# Pretty ugly, uh?
dodir /var/lib/powerdns/var/lib



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2016-07-19 Thread Sven Wegener
commit: c1f2de2753423fc569a0be6a35a7f3a2d43ea7e0
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jul 19 21:35:23 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jul 19 22:02:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f2de27

net-dns/pdns-recursor: Revision bump

Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener  gentoo.org>

 ...recursor-4.0.0.ebuild => pdns-recursor-4.0.0-r1.ebuild} | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild
similarity index 78%
rename from net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
rename to net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild
index 3927726..4093004 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.0.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit toolchain-funcs flag-o-matic eutils
+inherit toolchain-funcs flag-o-matic eutils versionator
 
 DESCRIPTION="The PowerDNS Recursor"
 HOMEPAGE="http://www.powerdns.com/";
@@ -61,3 +61,15 @@ src_install() {
dodir /var/lib/powerdns/var/lib
dosym ../.. /var/lib/powerdns/var/lib/powerdns
 }
+
+pkg_postinst() {
+   local old
+
+   for old in ${REPLACING_VERSIONS}; do
+   version_compare ${old} 4.0.0-r1
+   [[ $? -eq 1 ]] || continue
+   ewarn "Starting with 4.0.0-r1 the init script has been renamed 
from precursor"
+   ewarn "to pdns-recursor, please update your runlevels 
accordingly."
+   break
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2016-07-19 Thread Amadeusz Piotr Żołnowski
commit: ee16faa3b2fcadb880251f1c4045d7abf4ba8ca4
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Jul 19 20:53:11 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Jul 19 20:53:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee16faa3

net-mail/notmuch: Don't die on unpack

Copy test database only for test.

Package-Manager: portage-2.3.0

 net-mail/notmuch/notmuch-0.22-r2.ebuild | 6 --
 net-mail/notmuch/notmuch-0.22.1.ebuild  | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild 
b/net-mail/notmuch/notmuch-0.22-r2.ebuild
index 28aab24..5748091 100644
--- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
+++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
@@ -93,8 +93,10 @@ pkg_setup() {
 
 src_unpack() {
unpack "${P}".tar.gz
-   mkdir -p "${S}"/test/test-databases || die
-   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ || die
+   if use test; then
+   mkdir -p "${S}"/test/test-databases || die
+   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ 
|| die
+   fi
 }
 
 src_prepare() {

diff --git a/net-mail/notmuch/notmuch-0.22.1.ebuild 
b/net-mail/notmuch/notmuch-0.22.1.ebuild
index 28aab24..5748091 100644
--- a/net-mail/notmuch/notmuch-0.22.1.ebuild
+++ b/net-mail/notmuch/notmuch-0.22.1.ebuild
@@ -93,8 +93,10 @@ pkg_setup() {
 
 src_unpack() {
unpack "${P}".tar.gz
-   mkdir -p "${S}"/test/test-databases || die
-   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ || die
+   if use test; then
+   mkdir -p "${S}"/test/test-databases || die
+   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ 
|| die
+   fi
 }
 
 src_prepare() {



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

2016-07-19 Thread Patrice Clement
commit: 6091ea0ccad5e27dab33d92768e82ab6e1d9bd70
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul 19 20:23:05 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul 19 20:32:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6091ea0c

app-vim/html5: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/html5/html5-0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/html5/html5-0.27.ebuild b/app-vim/html5/html5-0.27.ebuild
index 707a14f..3c00e0b 100644
--- a/app-vim/html5/html5-0.27.ebuild
+++ b/app-vim/html5/html5-0.27.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: HTML5/SVG omnicomplete function, 
indent and syntax for
 HOMEPAGE="https://github.com/othree/html5.vim";
 SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2016-07-19 Thread Amadeusz Piotr Żołnowski
commit: 9021f6412d0b9254e381dc72f07556ebce2e7bda
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Jul 19 20:19:27 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Jul 19 20:21:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9021f641

net-mail/notmuch: Put database to correct directory

Package-Manager: portage-2.3.0

 net-mail/notmuch/notmuch-0.22-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild 
b/net-mail/notmuch/notmuch-0.22-r2.ebuild
index 73a9881..28aab24 100644
--- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
+++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
@@ -93,7 +93,8 @@ pkg_setup() {
 
 src_unpack() {
unpack "${P}".tar.gz
-   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test-databases/
+   mkdir -p "${S}"/test/test-databases || die
+   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ || die
 }
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2016-07-19 Thread Amadeusz Piotr Żołnowski
commit: 7addb30ca0464cda5f843b317041838897f18b41
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Jul 19 20:21:11 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Jul 19 20:21:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7addb30c

net-mail/notmuch: Bump version to 0.22.1

Package-Manager: portage-2.3.0

 net-mail/notmuch/Manifest  |   1 +
 net-mail/notmuch/notmuch-0.22.1.ebuild | 196 +
 2 files changed, 197 insertions(+)

diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest
index 8933e71..64f4ee6 100644
--- a/net-mail/notmuch/Manifest
+++ b/net-mail/notmuch/Manifest
@@ -3,4 +3,5 @@ DIST notmuch-0.18.2.tar.gz 635438 SHA256 
e99f7bfee1250aa9f23e05d926ec278316fb8dd
 DIST notmuch-0.19.tar.gz 659038 SHA256 
396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb SHA512 
41eba85d2e6f89693f53d607abdef837973204e709f2c7385e64507a19b316913851f17b3b6dc93d8a622c72756b3e696aad8189570a563df38994cf346791a5
 WHIRLPOOL 
380d2508f106fc08b31f7928d63587cfc7ed63835a0cde287d7ba09d3f6814070c789aad1d0bf6a3bab387273b2d37a8c783d939c2f4afa475b9785f2618a25a
 DIST notmuch-0.20.2.tar.gz 652945 SHA256 
f741a26345bff389fd8a4a119c4174c6585730f71844809583a54ef2a865adec SHA512 
08ab75df324f232edd7c36f73d01d7453c058ffb55c4f548afdf9abe843317c1d7066f21e7600c66c53577f7d31787914bf69743aa5d221e239e182452681c75
 WHIRLPOOL 
1698cb1b09046f50a57ebf23625a2dd68f86cac7cb1142be81e77b5625e49960cb2311c8acff44de0894238bced48853cdd72b7edf34109ecee0bc53d5b086fc
 DIST notmuch-0.21.tar.gz 663600 SHA256 
d06f8ffed168c7d53ffc449dd611038b5fa90f7ee22d58f3bec3b379571e25b3 SHA512 
2485c422433be21f6bf89aaf997e1468c31a52029ddc8336e78a632b292c659569448c29813ea550ed27fb6815558522a451a7fa10e8fb3f87d9538b4dd7b01a
 WHIRLPOOL 
303c6427822272834e3d95ac94760f0fbaf3f2947a984a6770a9b2918fe0fbad289ef95fb9a8300cb6db08ab3ef0ff56810b3a60879c6a2a3eac524689f0a2f0
+DIST notmuch-0.22.1.tar.gz 683286 SHA256 
e739457794f3c2b363beffa3ed9e8a2786921031c80672f5b06d0880876a974b SHA512 
b28ee8aa5af7172664ebc4d50c8830e645ad3e4945f5d162e44b627f3344de71b7525a444ae08f1c0650a7f94071f54cebcf3494214df80452b6ca954818deb9
 WHIRLPOOL 
85f95c9156a93e7b31d3d80e5b31f7e0a7678ff14e7c803abf9baf21a38edf4512c576ddbe540028aa45691260b0d230bf84c8c87c6eb18071d4f5f29c444a43
 DIST notmuch-0.22.tar.gz 682458 SHA256 
d64118ef926ba06fba814a89a75d20b0c8c8ec07dd65e41bb9f1e9db0dcfb99a SHA512 
0fd3860b4bce0fbf2648046a68b92d23d73604e82e05ee1b5913fc82985e67225b0f3a0977f71ad5251e7714a7111e8fd84ae0347f334758eb8d00fd2ed6
 WHIRLPOOL 
56e3ebbbf53092a6683b0c6ca945ed634f2e01b63625279a69221688905d0da688689ccc7a68d0af43c7ed9b48e696d85a6cb17a8d01c6e0facb27255ac00d3e

diff --git a/net-mail/notmuch/notmuch-0.22.1.ebuild 
b/net-mail/notmuch/notmuch-0.22.1.ebuild
new file mode 100644
index 000..28aab24
--- /dev/null
+++ b/net-mail/notmuch/notmuch-0.22.1.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
+   distutils-r1 toolchain-funcs
+
+DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
+HOMEPAGE="http://notmuchmail.org/";
+SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
+   test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
+
+LICENSE="GPL-3"
+# Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
+# meant to be binary backward compatible.
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~x86"
+REQUIRED_USE="
+   nmbug? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( crypt emacs python valgrind )
+   "
+IUSE="crypt doc emacs mutt nmbug python test valgrind"
+
+CDEPEND="
+   >=app-shells/bash-completion-1.9
+   >=dev-libs/glib-2.22:2
+   >=dev-libs/gmime-2.6.20-r2:2.6
+   >=dev-libs/xapian-1.2.7-r2:=
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=sys-libs/zlib-1.2.5.2
+   sys-libs/talloc
+   crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] )
+   emacs? ( >=virtual/emacs-23 )
+   python? ( ${PYTHON_DEPS} )
+   "
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
+   >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb
+   crypt? ( app-crypt/gnupg dev-libs/openssl ) )
+   valgrind? ( dev-util/valgrind )
+   "
+RDEPEND="${CDEPEND}
+   crypt? ( app-crypt/gnupg )
+   nmbug? ( dev-vcs/git )
+   mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
+   dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu
+   virtual/perl-Digest-SHA virtual/perl-File-Path 
virtual/perl-Getopt-Long
+   virtual/perl-Pod-Parser )
+   "
+
+DOCS=( AUTHORS NEWS README )

[gentoo-commits] proj/netifrc:master commit in: sh/

2016-07-19 Thread Robin H. Johnson
commit: 8fd33af8b58bb3e8f17e55a06ade170214c0edbc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jul 14 19:30:00 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jul 14 19:30:00 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=8fd33af8

gitignore: systemd-wrapper.sh is built.

Signed-off-by: Robin H. Johnson  gentoo.org>

 sh/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sh/.gitignore b/sh/.gitignore
index 80e488d..3127df6 100644
--- a/sh/.gitignore
+++ b/sh/.gitignore
@@ -1,3 +1,4 @@
 ifwatchd-carrier.sh
 ifwatchd-nocarrier.sh
+systemd-wrapper.sh
 udhcpc-hook.sh



[gentoo-commits] proj/netifrc:master commit in: net/

2016-07-19 Thread Robin H. Johnson
commit: 18dd0598b29d2158529466f1e7097bf894e584dc
Author: Andrey Volkov  ekb-info  ru>
AuthorDate: Fri Jul 15 08:23:56 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jul 19 19:59:32 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=18dd0598

Fix missing interface types

(cherry picked from commit c8fe42141c95f5446dabf5c0b1f049151e51c2ad)

 net/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/Makefile b/net/Makefile
index a03c171..ce73c1e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -13,7 +13,7 @@ SRCS-Linux=   iwconfig.sh.in udhcpc.sh.in
 INC-Linux= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \
ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh 
\
ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh 
udhcpc.sh \
-   vlan.sh macvlan.sh ip6rd.sh firewalld.sh
+   vlan.sh macvlan.sh ip6rd.sh firewalld.sh dummy.sh hsr.sh l2tp.sh
 
 SRCS-NetBSD= ifwatchd.sh.in
 INC-NetBSD=ifwatchd.sh



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

2016-07-19 Thread Robin H. Johnson
commit: b4b446a4bda0f9b0947be8026cf26813b95ed9ba
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jul 14 19:40:50 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jul 14 19:40:50 2016 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=b4b446a4

Makefile.inc: Bump version for new release.

Signed-off-by: Robin H. Johnson  gentoo.org>

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

diff --git a/Makefile.inc b/Makefile.inc
index 63bce04..55906a7 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  netifrc
-VERSION=   0.3.1
+VERSION=   0.4.0
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] proj/netifrc: New tag: 0.4.0

2016-07-19 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jul 19 19:59:55 2016 +

New tag: 0.4.0




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

2016-07-19 Thread Ian Stakenvicius
commit: 15474916bf7b5438765158956e006ef267434d72
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Jul 19 18:27:07 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Jul 19 18:32:16 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=15474916

sync released seamonkey with the gentoo repo

 www-client/seamonkey/Manifest  | 54 +++---
 ...nkey-2.40_pre4.ebuild => seamonkey-2.40.ebuild} | 45 +++---
 2 files changed, 44 insertions(+), 55 deletions(-)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index 97c30c5..ed825fc 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -3,7 +3,7 @@ DIST dom-inspector-2.0.16.tar.xz 156844 SHA256 
c71af60db47ee9f4ced1931005325c834
 DIST enigmail-1.8.2.tar.gz 1604159 SHA256 
1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SHA512 
51eece988f466aeb4a343719a86dc7d95ec41dfc3ec7e3d8d2f360528675c605f8f2154f10aeea6ef82ed87c784f1d13bfc978e052a9ede0072b5137f6294b11
 WHIRLPOOL 
e12a703899e0e4c98adc58b5f4bf1f74e24a2cf09c1a706a6edca6aca06140041b293f23e6e5b05c507177b4148533ebc3431fb75592aae07d791a899ba2c45c
 DIST enigmail-1.9.1.tar.gz 1736876 SHA256 
0393119725fa5931d9888a2a1c9796d440ee7975ca3d005eb63142768b10f993 SHA512 
5417d7744ff5b8299d9799059f62013e546fb74206782169e5ce6baa0950d96d1c8996c99ec902ca73b241fd1268966e0a7ad30c032a1706a0efbf06fefc311c
 WHIRLPOOL 
80cff68461edc743851de5a83cd04105f6689eb1289f46b72334a96b091dc430399a91b2ab004a39bd7cb04433ab0471dd07b44d39fc2eb3869487b07841fc5a
 DIST firefox-38.0-patches-0.3.tar.xz 4796 SHA256 
bfbef81748f76f5f80c3ce6e6b810b65f6266f71da02722b1e8c9fad865b02bd SHA512 
a974e33759246153db7d83488f1326275efd12c44a6c8c539cbc35709b4dbd27e848bda32f302ac2baa5d8729ba20579ebc7f643419757f542972ca1a264d520
 WHIRLPOOL 
3549239db380c02a1575ff407ea684a14827f2250d991b5eb6c8a341ceebaca57cd2cc422e160f00dfab933385d677574cd84947da07bd282c68bb84c40fa42b
-DIST firefox-42.0-patches-0.3.tar.xz 13360 SHA256 
8f1b592454695a27cd8ab6a234705d73363af0a5ecc5e64c30072def05fd5fc8 SHA512 
4aa1ab7b8482b2d6af35cc293443678eb3c33a6eb2577fc0553ec94b3c3a3cbd7c322d50c004ac646296491fe1f67f5d199635750b0c50cc4f0742af704a9cac
 WHIRLPOOL 
e755b9fd4da821e8d0490e138531dcc55e9c9dd6ebbbf33771fffda9fe932df79c1d26dc8ad6b6dc9e8a444ee47659f7ef90846dc076299793db4726be06b94e
+DIST firefox-42.0-patches-0.4.tar.xz 13384 SHA256 
e56db95dbf077a05189868b400bc6d6750f9cd816a7f38e29180f07975f4f098 SHA512 
3c51022ab3eb53ae826824a7fd5870b2c639f70c255d461ac454a67e814dc0c61393ddb1a82527a60325c6373a4e1daaef0fbd088109fd2b65ba6d9538feaba4
 WHIRLPOOL 
d6ab99e7525a7d7749d5805d5b9ff0430fff5b57262574a334d48d9ef08ed90784e90ab33f3794ec04308199dddae773f80a3d3c86c880b393924ee64f3dd0cb
 DIST firefox-45.0-patches-04.tar.xz 18600 SHA256 
2ee0ab58e0a1db7b573dd7ac407dcb9a43a85dd295c5d6d263f72ce629c5290c SHA512 
cf5d4ddfe14dff92950baae066350ace0a503c5bdd9d837e4724fd2fb905a2fb540dcf34971531e79547dd62dfbf217d472f39ccc4802f34a245e24f406fdb5e
 WHIRLPOOL 
1461c61ba7e54b7a91c758fdf91fda22260eaff4148b3cccab8ccfd9d09a3d80c0314e999284d392d9e961c42cd9720d6d30ac190074f74d1e53ecb1afa1b1e3
 DIST mozilla-graphite2-1.3.5-upgrade_patches.tar.xz 92916 SHA256 
6314600c4d19112a51fba1f406eaef34b50df78405aa7cb0080550322d9b9ff9 SHA512 
7fa37fe27587b80aaf4a2625abf7a28553286ecfa837b4c7c7d5a217abf8cf01a2446471f7c320d484325c2f7461161b00df75ff9a5d9efc70140e9723f5ac2f
 WHIRLPOOL 
749ba5919850945f0fe36dfac912206cd38c50ae244703d07e37ea8a99a6b0c4300d0dd443db6c7a7fea22792ac7ccc8f839d598260e3e9f044e03431513f5c8
 DIST seamonkey-2.33-patches-01.tar.xz 944 SHA256 
1612d94dddbd37fa4ce8307c1ba565c8439d082609b63c12b4971e361895566c SHA512 
0132e7d06a1ea5d6c059f23e5b8a20016a1e911e8aa40ae15eaefcd141030b4d245297f1e13e508827d91bab5988db4775c8425e737654afba2ede9c2dee8392
 WHIRLPOOL 
4520c4eaa7e6a25f5c32e9cd1d46472e181fbd769a1c5a59c913834cec5556100eac01423b4abf4a47543d0fbae4bf83b0f4a4d6cec7a058587e2705043bf507
@@ -33,32 +33,32 @@ DIST seamonkey-2.35-uk.xpi 874302 SHA256 
fce8928dd186da0685c4e9516f35e9edb40a57a
 DIST seamonkey-2.35-zh-CN.xpi 836554 SHA256 
40f469d1b0df9a3c7dd2c6d765f9ccdcae3dca211b81ed2985d97c20cdc61a3b SHA512 
97714a166a3af31aabf3ccf39c77e4cf8aa09a8c9803acdfe75660cddf2d8d4504bad9ed71293174c7ef484e6a13c9e94f86897f73eff306aa1a61d532fdf979
 WHIRLPOOL 
7d269108e45baeb3192890ef4c9dc0dbfbe228a85cf962c87c2c191c039718180e7461274ca4da9d13f3a0e9019e4adbdb5dd7164d705324331210836f76d3bd
 DIST seamonkey-2.35-zh-TW.xpi 860776 SHA256 
5e6e23d891f08b9b55ccd55ae4d2ce8c5ea9e32232bcadb31749e199dc55b59d SHA512 
4f9d791ea3f00b1f7827ba87c33d9ce09f3351fea970ae29393c38f9185ebb928275973aa55bc945154d4850c804367798c40f9d413862e26bd250259ba7e8f9
 WHIRLPOOL 
8d6dd5feeaa1eacbe51014e90b49651c262ccd44c5aec7b0907ae044630f3c3137f9c9304d3b88b94c158b8f9fb2ad22d40a4f15befaec6fcaf896195c04b90b
 DIST seamonkey-2.35.source.tar.bz2 204983795 SHA256 
2096a1f3d57cfe83e6c1f24a6262fafbab336e979bae732212f005e6e2ce2072 SHA512 
84b70

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

2016-07-19 Thread Ian Stakenvicius
commit: d3bb7a04b04600e1531e82bc9623d05ba05e5651
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Jul 19 18:30:07 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Jul 19 18:32:16 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d3bb7a04

seamonkey-2.42.2.0 - forced LD_DEBUG output on xpcshell call, for 
LD_LIBRARY_PATH related install failure

 www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild | 20 +++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild 
b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
index 5a752e1..0da02e4 100644
--- a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
+++ b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
@@ -298,11 +298,29 @@ src_install() {
if ! use gmp-autoupdate ; then
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
-   
"${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
+   
"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| dir
done
fi
 
+   # DEBUGGING xpcshell libxul error
+   cat <"${BUILD_OBJ_DIR}"/dist/bin/xpcshell.sh
+#!/bin/bash
+echo "** XPCSHELL CALLING ENVIRONMENT:"
+env
+echo "** STAT XPCSHELL:"
+stat ${BUILD_OBJ_DIR}/dist/bin/xpcshell
+echo "** MOUNTINFO:"
+cat /proc/self/mountinfo
+echo "** XPCSHELL COMMAND CALL WITH LD_DEBUG:"
+export LD_DEBUG=all
+exec ${BUILD_OBJ_DIR}/dist/bin/xpcshell "\$@"
+EOF
+   chmod +x "${BUILD_OBJ_DIR}"/dist/bin/xpcshell.sh
+   sed -i -e '/launcher.launch/s/xpcshell/xpcshell.sh/' \
+   "${S}"/mozilla/toolkit/mozapps/installer/packager.py || die
+
+
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
emake DESTDIR="${D}" install
cp "${FILESDIR}"/${PN}.desktop "${T}" || die



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

2016-07-19 Thread Anthony G. Basile
commit: 3c00e97b8ed71f94da4fca3b9bded5a9249124ff
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 18:45:58 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 18:45:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c00e97b

sys-apps/man-pages: remove old stable version

Package-Manager: portage-2.2.28

 sys-apps/man-pages/Manifest  |  1 -
 sys-apps/man-pages/man-pages-4.04.ebuild | 53 
 2 files changed, 54 deletions(-)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index 4e319aa..64dd28d 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,4 +1,3 @@
-DIST man-pages-4.04.tar.xz 1426380 SHA256 
8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d SHA512 
5e39fad95a5a289c3e009af0b85e2949b7e723ddc342ce941a426b24d90ce7e7d05e9afd708e27dfc8917cd3d9c018c8fc03a0d90e5db9020c1ce012f44c77ab
 WHIRLPOOL 
204d0d730f9e6d9858eaba9b604e149bc85cfc063e4dede2eb851007b4c0e265e48e496a18e2bbe7714e704fb78c70488115b22fcc7c46caff54b00e9b5e1913
 DIST man-pages-4.05.tar.xz 1452936 SHA256 
460051b94c2a0a4d158276e5d3f68e7114cb5782a050d878645e33b81f56a60d SHA512 
37464776bc9b4373e7d4caa6539db99b5c4811c3b157c6d67bac2cbe3930c3d218d4cee45ef578b8fb5b8cea8fba1e1980d1064883938b490a50fdd7708c1101
 WHIRLPOOL 
ee4bbce3296171b112aae38acd88c2c65f754b8eb06ae629a6ffd81cf5a2c037997e51b7522592564c465b64c51df2cc1ff75757650a415b0279a66d28a9a65f
 DIST man-pages-4.06.tar.xz 1461228 SHA256 
cba9ecf7c1cab068d9ee329778aea588a57d07bea226aa702bc0799fa629606f SHA512 
5c6b5118bd849df4e54b1b586f842337d550dca3a3324857fc1c518ad23af7187e677459c080c8a8265f2a15b302326857dc3958c78d06e09659a63d5e29a4a9
 WHIRLPOOL 
ea847118453bdebeeb70d043705c4ade80747e42903066fe2a24884bd817a9f8ef3274efe96e7ae8c192021a7a2ba863c38eb043895566686f4ee11b1c7a6ee7
 DIST man-pages-4.07.tar.xz 1479536 SHA256 
1f236e112eedca15fc09a2857c160c81a64af8b786674376edf49aa0f69035ee SHA512 
76b6cf7c2ae8b10652b5419e5e0141a515b02da8b83aa1bc3a7c4bb9ad0647af80b60603f8253f2f562752a970701b752d7101f83cade74019a8b0d61ecde7df
 WHIRLPOOL 
b48eff581e0ac1bd604febc4ea6b3100a79bde82a8dca98a9878580e65ab9a2beb048da5f47c1c16f18d5f846cb6ad7a0cb243f4c6151d202a10468c9d3acffd

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

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

2016-07-19 Thread Anthony G. Basile
commit: 76df8ed7771c28ff6828ec058c06ae9648b14d33
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 18:45:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 18:45:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76df8ed7

sys-apps/man-pages: stabilize 4.06 for all arches

Package-Manager: portage-2.2.28

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

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



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

2016-07-19 Thread Anthony G. Basile
commit: 84611fb4c710e40bf45b11afb17b3d4f44ae9338
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 18:39:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 18:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84611fb4

sys-apps/kbd: stable on x86, bug #563350

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/kbd/kbd-2.0.3.ebuild b/sys-apps/kbd/kbd-2.0.3.ebuild
index 3684678..375113a 100644
--- a/sys-apps/kbd/kbd-2.0.3.ebuild
+++ b/sys-apps/kbd/kbd-2.0.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_BRANCH="master"
 else
SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz";
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86"
 fi
 
 inherit autotools eutils ${SCM}



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

2016-07-19 Thread Anthony G. Basile
commit: 1984a04d0252ebcdeffb67b10415e679ba758f50
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 18:43:11 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 18:43:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1984a04d

sys-apps/man-pages: version bump to 4.07

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index 6a44c32..4e319aa 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,4 +1,5 @@
 DIST man-pages-4.04.tar.xz 1426380 SHA256 
8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d SHA512 
5e39fad95a5a289c3e009af0b85e2949b7e723ddc342ce941a426b24d90ce7e7d05e9afd708e27dfc8917cd3d9c018c8fc03a0d90e5db9020c1ce012f44c77ab
 WHIRLPOOL 
204d0d730f9e6d9858eaba9b604e149bc85cfc063e4dede2eb851007b4c0e265e48e496a18e2bbe7714e704fb78c70488115b22fcc7c46caff54b00e9b5e1913
 DIST man-pages-4.05.tar.xz 1452936 SHA256 
460051b94c2a0a4d158276e5d3f68e7114cb5782a050d878645e33b81f56a60d SHA512 
37464776bc9b4373e7d4caa6539db99b5c4811c3b157c6d67bac2cbe3930c3d218d4cee45ef578b8fb5b8cea8fba1e1980d1064883938b490a50fdd7708c1101
 WHIRLPOOL 
ee4bbce3296171b112aae38acd88c2c65f754b8eb06ae629a6ffd81cf5a2c037997e51b7522592564c465b64c51df2cc1ff75757650a415b0279a66d28a9a65f
 DIST man-pages-4.06.tar.xz 1461228 SHA256 
cba9ecf7c1cab068d9ee329778aea588a57d07bea226aa702bc0799fa629606f SHA512 
5c6b5118bd849df4e54b1b586f842337d550dca3a3324857fc1c518ad23af7187e677459c080c8a8265f2a15b302326857dc3958c78d06e09659a63d5e29a4a9
 WHIRLPOOL 
ea847118453bdebeeb70d043705c4ade80747e42903066fe2a24884bd817a9f8ef3274efe96e7ae8c192021a7a2ba863c38eb043895566686f4ee11b1c7a6ee7
+DIST man-pages-4.07.tar.xz 1479536 SHA256 
1f236e112eedca15fc09a2857c160c81a64af8b786674376edf49aa0f69035ee SHA512 
76b6cf7c2ae8b10652b5419e5e0141a515b02da8b83aa1bc3a7c4bb9ad0647af80b60603f8253f2f562752a970701b752d7101f83cade74019a8b0d61ecde7df
 WHIRLPOOL 
b48eff581e0ac1bd604febc4ea6b3100a79bde82a8dca98a9878580e65ab9a2beb048da5f47c1c16f18d5f846cb6ad7a0cb243f4c6151d202a10468c9d3acffd
 DIST man-pages-gentoo-2.tar.bz2 5141 SHA256 
b7d9423c2069e587deb7671273d4a1ffed7d31b9f95a689b128a759d636762f0 SHA512 
6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
 WHIRLPOOL 
dcacb319a54ccd2a965786c816684de286581dee6f7b3f8ba4c97cc368e2e50abc92aad403dbdb7b0c15764accb06cd562046bcf14229ad12be242bb2bc7f651

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

[gentoo-commits] proj/kde:master commit in: kde-plasma/kdeplasma-addons/, kde-plasma/kscreen/, ...

2016-07-19 Thread Johannes Huber
commit: 8eafc636199c88864d8c254eb79c27b9ae944ff0
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jul 19 18:29:13 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jul 19 18:29:13 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8eafc636

kde-plasma: Remove KDE Plasma 5.7.2

Moved to gentoo main tree.

Package-Manager: portage-2.3.0

 kde-plasma/bluedevil/bluedevil-5.7.2.ebuild|  42 --
 kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild|  31 
 kde-plasma/breeze-gtk/breeze-gtk-5.7.2.ebuild  |  13 --
 .../breeze-plymouth/breeze-plymouth-5.7.2.ebuild   |  27 
 kde-plasma/breeze/breeze-5.7.2.ebuild  |  73 -
 .../kactivitymanagerd-5.7.2.ebuild |  37 -
 .../kde-cli-tools/kde-cli-tools-5.7.2.ebuild   |  60 
 .../kde-gtk-config/kde-gtk-config-5.7.2.ebuild |  57 ---
 kde-plasma/kdecoration/kdecoration-5.7.2.ebuild|  18 ---
 .../kdeplasma-addons/kdeplasma-addons-5.7.2.ebuild |  57 ---
 kde-plasma/kgamma/kgamma-5.7.2.ebuild  |  28 
 kde-plasma/khotkeys/khotkeys-5.7.2.ebuild  |  47 --
 kde-plasma/kinfocenter/kinfocenter-5.7.2.ebuild|  82 ---
 kde-plasma/kmenuedit/kmenuedit-5.7.2.ebuild|  45 --
 kde-plasma/kscreen/kscreen-5.7.2.ebuild|  38 -
 .../kscreenlocker/kscreenlocker-5.7.2.ebuild   |  89 ---
 kde-plasma/ksshaskpass/ksshaskpass-5.7.2.ebuild|  50 ---
 kde-plasma/ksysguard/ksysguard-5.7.2.ebuild|  50 ---
 kde-plasma/kwallet-pam/kwallet-pam-5.7.2.ebuild|  95 
 .../kwayland-integration-5.7.2.ebuild  |  23 ---
 kde-plasma/kwin/kwin-5.7.2.ebuild  |  96 
 kde-plasma/kwrited/kwrited-5.7.2.ebuild|  24 ---
 kde-plasma/libkscreen/libkscreen-5.7.2.ebuild  |  28 
 kde-plasma/libksysguard/libksysguard-5.7.2.ebuild  |  54 ---
 kde-plasma/milou/milou-5.7.2.ebuild|  30 
 kde-plasma/oxygen/oxygen-5.7.2.ebuild  |  37 -
 .../plasma-desktop/plasma-desktop-5.7.2.ebuild | 155 ---
 .../plasma-integration-5.7.2.ebuild|  42 --
 .../plasma-mediacenter-5.7.2.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.7.2.ebuild|  64 
 kde-plasma/plasma-nm/plasma-nm-5.7.2.ebuild|  66 -
 kde-plasma/plasma-pa/plasma-pa-5.7.2.ebuild|  27 
 kde-plasma/plasma-sdk/plasma-sdk-5.7.2.ebuild  |  57 ---
 .../plasma-workspace-wallpapers-5.7.2.ebuild   |  19 ---
 .../plasma-workspace/plasma-workspace-5.7.2.ebuild | 164 -
 .../polkit-kde-agent/polkit-kde-agent-5.7.2.ebuild |  31 
 kde-plasma/powerdevil/powerdevil-5.7.2.ebuild  | 101 -
 kde-plasma/sddm-kcm/sddm-kcm-5.7.2.ebuild  |  39 -
 .../systemsettings/systemsettings-5.7.2.ebuild |  46 --
 kde-plasma/user-manager/user-manager-5.7.2.ebuild  |  26 
 40 files changed, 2116 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.7.2.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.7.2.ebuild
deleted file mode 100644
index b492cda..000
--- a/kde-plasma/bluedevil/bluedevil-5.7.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil";
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !net-wireless/bluedevil
-   !net-wireless/kbluetooth
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild
deleted file mode 100644
index fde1831..000
--- a/kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
-
-DESCRIPTION="Breeze theme

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksshaskpass/, kde-plasma/kwayland-integration/, ...

2016-07-19 Thread Johannes Huber
commit: de5fc56b8bc1e67637c4fac5ad530a735fd0a492
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jul 19 17:39:09 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jul 19 18:30:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5fc56b

kde-plasma: Remove KDE Plasma 5.7.1

Package-Manager: portage-2.3.0

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.7.1.ebuild|  42 --
 kde-plasma/breeze-grub/Manifest|   1 -
 kde-plasma/breeze-grub/breeze-grub-5.7.1.ebuild|  31 
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.7.1.ebuild  |  13 --
 kde-plasma/breeze-plymouth/Manifest|   1 -
 .../breeze-plymouth/breeze-plymouth-5.7.1.ebuild   |  27 
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.7.1.ebuild  |  73 -
 kde-plasma/kactivitymanagerd/Manifest  |   1 -
 .../kactivitymanagerd-5.7.1.ebuild |  37 -
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.7.1.ebuild   |  60 
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.7.1.ebuild |  57 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.7.1.ebuild|  18 ---
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.7.1.ebuild |  57 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.7.1.ebuild  |  28 
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.7.1.ebuild  |  47 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.7.1.ebuild|  82 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.7.1.ebuild|  45 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.7.1.ebuild|  38 -
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.7.1.ebuild   |  89 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.7.1.ebuild|  50 ---
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.7.1.ebuild|  50 ---
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.7.1.ebuild|  95 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.7.1.ebuild  |  23 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.7.1.ebuild  |  96 
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.7.1.ebuild|  24 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.7.1.ebuild  |  28 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.7.1.ebuild  |  54 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.7.1.ebuild|  30 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.7.1.ebuild  |  37 -
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.7.1.ebuild | 155 ---
 kde-plasma/plasma-integration/Manifest |   1 -
 .../plasma-integration-5.7.1.ebuild|  42 --
 kde-plasma/plasma-mediacenter/Manifest |   1 -
 .../plasma-mediacenter-5.7.1.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.7.1.ebuild|  64 
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.7.1.ebuild|  66 -
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.7.1.ebuild|  27 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.7.1.ebuild  |  57 ---
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.7.1.ebuild   |  19 ---
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace/plasma-workspace-5.7.1.ebuild | 164 -
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.7.1.ebuild |  31 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.7.1.ebuild  | 101 -
 kde-plasma/sddm-kcm/Manifest

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdecoration/, kde-plasma/bluedevil/, kde-plasma/oxygen/, ...

2016-07-19 Thread Johannes Huber
commit: f31baae79ba139b6dc1576e2c3a4b8314879189f
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jul 19 17:24:19 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jul 19 18:30:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31baae7

kde-plasma: Version bump KDE Plasma 5.7.2

Package-Manager: portage-2.3.0

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.7.2.ebuild|  42 ++
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild|  31 
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.7.2.ebuild  |  13 ++
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.7.2.ebuild   |  27 
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.7.2.ebuild  |  73 +
 kde-plasma/kactivitymanagerd/Manifest  |   1 +
 .../kactivitymanagerd-5.7.2.ebuild |  37 +
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.7.2.ebuild   |  60 
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.7.2.ebuild |  57 +++
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.7.2.ebuild|  18 +++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons/kdeplasma-addons-5.7.2.ebuild |  57 +++
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.7.2.ebuild  |  28 
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.7.2.ebuild  |  47 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.7.2.ebuild|  82 +++
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.7.2.ebuild|  45 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.7.2.ebuild|  38 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.7.2.ebuild   |  89 +++
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.7.2.ebuild|  50 +++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.7.2.ebuild|  50 +++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.7.2.ebuild|  95 
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.7.2.ebuild  |  23 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.7.2.ebuild  |  96 
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.7.2.ebuild|  24 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.7.2.ebuild  |  28 
 kde-plasma/libksysguard/Manifest   |   1 +
 kde-plasma/libksysguard/libksysguard-5.7.2.ebuild  |  54 +++
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.7.2.ebuild|  30 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.7.2.ebuild  |  37 +
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.7.2.ebuild | 155 +++
 kde-plasma/plasma-integration/Manifest |   1 +
 .../plasma-integration-5.7.2.ebuild|  42 ++
 kde-plasma/plasma-mediacenter/Manifest |   1 +
 .../plasma-mediacenter-5.7.2.ebuild|  48 ++
 kde-plasma/plasma-meta/plasma-meta-5.7.2.ebuild|  64 
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.7.2.ebuild|  66 +
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.7.2.ebuild|  27 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.7.2.ebuild  |  57 +++
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 +
 .../plasma-workspace-wallpapers-5.7.2.ebuild   |  19 +++
 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace/plasma-workspace-5.7.2.ebuild | 164 +
 kde-plasma/polkit-kde-agent/Manifest   |   1 +
 .../polkit-kde-agent/polkit-kde-agent-5.7.2.ebuild |  31 
 kde-plasma/powerdevil/Manifest |   1 +
 kde-plasma/powerdevil/powerdevil-5.7.2.ebuild  | 101 +
 kde-plasma/sddm-kcm/Ma

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

2016-07-19 Thread Jeroen Roovers
commit: 421d5d2eb68359e3c4137e375106c30ef1fc4eb1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 19 18:16:09 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 19 18:16:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421d5d2e

x11-misc/synergy: exeinto not insinto (bug #550692).

Package-Manager: portage-2.3.0

 x11-misc/synergy/{synergy-1.8.1-r2.ebuild => synergy-1.8.1-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/synergy/synergy-1.8.1-r2.ebuild 
b/x11-misc/synergy/synergy-1.8.1-r3.ebuild
similarity index 98%
rename from x11-misc/synergy/synergy-1.8.1-r2.ebuild
rename to x11-misc/synergy/synergy-1.8.1-r3.ebuild
index f3f34bc..b0029e3 100644
--- a/x11-misc/synergy/synergy-1.8.1-r2.ebuild
+++ b/x11-misc/synergy/synergy-1.8.1-r3.ebuild
@@ -96,7 +96,7 @@ src_test() {
 src_install () {
dobin bin/${PN}{c,s} bin/syntool
 
-   insinto /usr/$(get_libdir)/${PN}/plugins
+   exeinto /usr/$(get_libdir)/${PN}/plugins
doexe bin/plugins/libns.so
 
if use qt4 ; then



[gentoo-commits] repo/gentoo:master commit in: app-misc/rundeck-cli-bin/

2016-07-19 Thread William Hubbs
commit: c1b60edc3c1e253808fa304025600847da5f6cc1
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Jul 19 17:37:36 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jul 19 17:45:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b60edc

app-misc/rundeck-cli-bin: 0.1.11 version bump

Package-Manager: portage-2.2.28

 app-misc/rundeck-cli-bin/Manifest  |  1 +
 .../rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/app-misc/rundeck-cli-bin/Manifest 
b/app-misc/rundeck-cli-bin/Manifest
index 4cee67c..8041108 100644
--- a/app-misc/rundeck-cli-bin/Manifest
+++ b/app-misc/rundeck-cli-bin/Manifest
@@ -1 +1,2 @@
+DIST rundeck-cli-0.1.11-all.jar 3447560 SHA256 
54a2447f9614dea0b88a6acad3713c8bb3a83e6557c24b64d78b3c9d5f996fe9 SHA512 
3390d5b6ece391a9cf7754cc4c6d79a7720ac1db2f7a555d0b8216eea23feecc7e4cc947fb4c894362ece3bfaddcb383b7b10558d2e499e364e023c65636aa33
 WHIRLPOOL 
53f8b4ddf9cf262ba43d2262622a73b76fd37f2392a415ab28bd8b8ee7803f222e427b2df68d1b014f51cf63f2748455d9b658863e8d37a4fcb8be13e711a4e8
 DIST rundeck-cli-0.1.8-all.jar 3420534 SHA256 
885b45ec829fedfece5001038aa353759d081e1f6e571a9f4f138ff40045d9b3 SHA512 
c7fff34c1a1091daf54e0ab89a832ab16e775704a6543af31745541419e3fc49d8b5fd47b404bda46dc1434945e652221825af553aff87b764623da4fe3bfdb6
 WHIRLPOOL 
5ed32cbfccd9650caeaec0bf32ecc0a2947fbb1156421dca4bfecc730fbcb6f447c3a7cdf9e9b4b50b082029762a881ea2dbf895bc1985f955abad6e5fe2103b

diff --git a/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild 
b/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild
new file mode 100644
index 000..5f98784
--- /dev/null
+++ b/app-misc/rundeck-cli-bin/rundeck-cli-bin-0.1.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="rundeck-cli"
+MY_P="rundeck-cli-${PV}"
+
+inherit java-pkg-2
+
+DESCRIPTION="Command line tool for rundeck"
+HOMEPAGE="http://rundeck.org";
+SRC_URI="https://github.com/rundeck/${MY_PN}/releases/download/v${PV}/${MY_P}-all.jar";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=virtual/jre-1.8"
+
+S="${WORKDIR}"
+
+src_install() {
+   java-pkg_newjar "${DISTDIR}"/${MY_P}-all.jar ${MY_PN}.jar
+   java-pkg_dolauncher rd
+}



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

2016-07-19 Thread Brian Evans
commit: 6b9b503b04c6e4c1c4e5587bae2dd88e29584717
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 19 17:43:10 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 19 17:43:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9b503b

dev-db/percona-server: Drop security vulnerable versions

Package-Manager: portage-2.3.0

 dev-db/percona-server/Manifest |   3 -
 .../percona-server-5.6.28.76.1.ebuild  | 173 ---
 .../percona-server-5.6.29.76.2.ebuild  | 186 -
 3 files changed, 362 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index bf27a1e..f932634 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,5 +1,2 @@
-DIST mysql-extras-20151105-2051Z.tar.bz2 1490187 SHA256 
129d79c2064b08b0afad69e04e27991bf4103c20ccea39c133239b1dd822a49f SHA512 
af34a44275b06c1626eb5952b3643b5663b8a1fb1d9ff18a67d51c02daaa51c4476df407d38ab607cc41842b47e5dd7b4cef8ae380a41eb80923df8052b9e521
 WHIRLPOOL 
01702ca4e2033fbc70db3ab2dd166b2e31072ea0f6bdd42d00c27ae0c0afab5c8451c4dcc90cce6d46f9ea056017e273f7c719e1cfabf969293bdcd15241f5b3
 DIST mysql-extras-20160307-1854Z.tar.bz2 298005 SHA256 
a6516841d24670a1802e28fd66d4f540b16367396e6b2f687b8429b8e6a5d865 SHA512 
d90081bd910dfffe6e1ac250465c0dbd9968edbdfe08f25f213ec328028fbb6fdb016816846c7fcee9202b9b93f4868edaff44ee04a0554cc93c6ecbf088db8f
 WHIRLPOOL 
f971804db83f42d717da318deeb647c1b294fa0967db7073e7f83d0fa15476d68089201430aaa882d90d5223a41a1a1668cfbe82bb897dcf864925e3da715c10
-DIST percona-server-5.6.28-76.1.tar.gz 54994379 SHA256 
ab8ab794a58a82132645ae84b74de91c7f9a5bcf81f2162628ce8976a00a4fd4 SHA512 
fe26903d41034a6a7a240b0d7dbe8f3d7e417f6a23f8444ac42244f07649caee77d3ab781c13fdf45843cd297211a2058a6df5cd013c990497d9df9ed1fb9a9f
 WHIRLPOOL 
d9149f027f59d02a0fd0308e6806b5960ac29e347e3262e0b786e018ef16aac00c0e205104de7bc41b3ce20704a835d129ea485326cfc730143adfab01a349d0
-DIST percona-server-5.6.29-76.2.tar.gz 55032788 SHA256 
23217feafc9f313aeeb6e1806d110c35e50cf0b5f74510a9f8babe22e4b9 SHA512 
0765ba02dcceaa3e4cb8f1b7261982f66ea5a14982723a9eb0a47177d03c18ffb3e647f10736780f6312dccb23f082ebcdd1f6330f9bf08ec714e43bf9fb4e57
 WHIRLPOOL 
8d719fbf0ec5ac4e0e80c40140bbf9a796c4ef1cb3ef1d0f8b92d14385c7e1af49063f0f176ab57e86a31d9729224354a3f72d331330d1a4907d41d6ab5fd92d
 DIST percona-server-5.6.30-76.3.tar.gz 55067217 SHA256 
c762b6795b353ae9edecd2ccbb1b4a2677b04dd78ad760740a6a972b738f16cd SHA512 
06428d3ffa6c00cba8d74a8f24a9c931f7069c08ed088b5f84972d29bcf42394c1fa2b9aa8b3542799c6ab460191afe8b942f493dba33b26b5a9a014aa9935b7
 WHIRLPOOL 
39d4e0fea528599ac9bb7a8e39db42472499c487333cf319a5ee5c02f6b35491966bdd49f3cfae5c004d74ee7f3bd26a7daa26b2c32e87c8c57802471e14f7d6

diff --git a/dev-db/percona-server/percona-server-5.6.28.76.1.ebuild 
b/dev-db/percona-server/percona-server-5.6.28.76.1.ebuild
deleted file mode 100644
index 17e2f51..000
--- a/dev-db/percona-server/percona-server-5.6.28.76.1.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-MY_EXTRAS_VER="20151105-2051Z"
-SUBSLOT="18"
-PYTHON_COMPAT=( python2_7 )
-inherit python-any-r1 mysql-multilib-r1
-
-IUSE="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="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 )"
-
-# 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
-
-python_check_deps() {
-   has_version "dev-python/mysql-python[${PYTHON_USEDEP}]"
-}
-
-src_configure() {
-   local MYSQL_CMAKE_NATIVE_DEFINES=( -DWITH_PAM=$(usex pam)
-   $(mysql-cmake_use_plugin tokudb TOKUDB)
-   )
-   if use tokudb ; then
-   # TokuDB Backup plugin requires valgrind unconditionally
-   MYSQL_CMAKE_NATIVE_DEFINES+=(
-   $(usex tokudb-backup-plugin '' 
-DTOKUDB_BACKUP_DISABLED=1)
-   )
-   fi
-   mysql-multilib-r1_src_configure
-}
-
-# Official test i

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

2016-07-19 Thread Brian Evans
commit: a25924a8b223396bfd58f3843e24d33c27567d51
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 19 17:39:07 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 19 17:39:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25924a8

dev-db/mariadb-galera: Drop old security vulnerable version

Package-Manager: portage-2.3.0

 dev-db/mariadb-galera/Manifest |   2 -
 .../mariadb-galera/mariadb-galera-10.0.22.ebuild   | 136 -
 dev-db/mariadb-galera/metadata.xml |   2 -
 3 files changed, 140 deletions(-)

diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest
index 7318846..c5713b6 100644
--- a/dev-db/mariadb-galera/Manifest
+++ b/dev-db/mariadb-galera/Manifest
@@ -1,4 +1,2 @@
-DIST mariadb-galera-10.0.22.tar.gz 56593286 SHA256 
03707fe86add4ed3a1039d1c2d2a1eca768feef15bf8499d6a61bdeb0802de9e SHA512 
4dd508293235fc786f1d3ada37b20284f591e16c50aea06514de3d5310f01ef22d01c8345226395ddccc0ee8c96b952a6e7b17f94b248cb6977bf40fff7c117f
 WHIRLPOOL 
612f8910a9549aab4e77f1580570500fc4591d6f034728be55c2af8cd861e1170289c82db622cb34116aa0131c2ba89b32290fff5e863c96693ed1825eeaf070
 DIST mariadb-galera-10.0.26.tar.gz 57978583 SHA256 
7fc65d07d9baee8d70e25dd81e677f05337f073fa05571dce447fe823f3fe888 SHA512 
ae09f3b1b15b2494c892ee44e9e010fded1caa683cb2b6d35231a9eb99499a554249784a4cdc70d380de01e8dcaf9cf55c9839f93514dcb99c9aaa1e4f6f4331
 WHIRLPOOL 
a23041f91ea43cd1c69465760950e4feb539a8fcf1e55ffa2e352fd283ba48f68e16f706b5365140b20227eb32a9b86631d86c52d94ad9d4a1685b882f958c82
-DIST mysql-extras-20150717-1707Z.tar.bz2 1491956 SHA256 
d67cc1e2c581ab7c57122b7d29864643869799893a95a158a18e14201d4ffc10 SHA512 
3a7cb07773099e766f8e796d4e555d42874b85285cc2c7c60220370cc6aafc36a60eb340008637298d85d83f529e73392895a81c1438ffccff9eb8f354b29ba9
 WHIRLPOOL 
11e75f4b696e2547c1da40e69d8ab75df4bf7080426204c040632f24846407b07d71061c09c4ff4a1d21a9d14a94769d8f8ef62421d0aecd99efe832caf4dd22
 DIST mysql-extras-20160629-1442Z.tar.bz2 299152 SHA256 
c90979db927772468f8b398c640469ff4740f950068e740c04ff60500e714766 SHA512 
1de46daf6b4534dadf9d3eff8d5d557778e63b5e04aedb57fe56d3016ba93a9d55d80faee38f77852d23da5169879e4f25b3386abe44ee8d961db7ffc4145715
 WHIRLPOOL 
d8c94e4e43e772307d8d137a28e18991fa24a27b1587ec19ae5bd12c733cc0931e459092de2c43216776e3284c7c416d52030fe20c98a6439388507c5fe5111f

diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.22.ebuild 
b/dev-db/mariadb-galera/mariadb-galera-10.0.22.ebuild
deleted file mode 100644
index a420f7b..000
--- a/dev-db/mariadb-galera/mariadb-galera-10.0.22.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-MY_EXTRAS_VER="20150717-1707Z"
-WSREP_REVISION="25"
-HAS_TOOLS_PATCH="1"
-SUBSLOT="18"
-
-inherit toolchain-funcs mysql-multilib
-# only to make repoman happy. it is really set in the eclass
-IUSE="$IUSE"
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~amd64 ~x86"
-
-# When MY_EXTRAS is bumped, the index should be revised to exclude these.
-EPATCH_EXCLUDE=''
-
-DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
-RDEPEND="${RDEPEND}"
-
-# 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
-
-# Official test instructions:
-# USE='client-libs embedded extraengine perl server openssl static-libs tools' 
\
-# FEATURES='test userpriv -usersandbox' \
-# ebuild mariadb-galera-X.X.XX.ebuild \
-# digest clean package
-multilib_src_test() {
-
-   if ! multilib_is_native_abi ; then
-   einfo "Server tests not available on non-native abi".
-   return 0;
-   fi
-
-   local TESTDIR="${BUILD_DIR}/mysql-test"
-   local retstatus_unit
-   local retstatus_tests
-
-   # Bug #213475 - MySQL _will_ object strenously if your machine is named
-   # localhost. Also causes weird failures.
-   [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be 
named localhost"
-
-   if use server ; then
-
-   if [[ $UID -eq 0 ]]; then
-   die "Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root."
-   fi
-   has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
-
-   einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
-   addpredict /this-dir-does-not-exist/t9.MYI
-
-   # Run CTest (test-units)
-   cmake-utils_src_test
-   retstatus_unit=$?
-   [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
-
-   # Ensure that parallel runs don't die
-   export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
-   # Enable parallel t

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

2016-07-19 Thread Brian Evans
commit: fd4115a56a2bb7a508a61768caee3a6d4c4d264f
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 19 17:08:51 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 19 17:39:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4115a5

dev-db/mariadb-galera: Version bump

Package-Manager: portage-2.3.0

 dev-db/mariadb-galera/Manifest |   2 +
 .../mariadb-galera/mariadb-galera-10.0.26.ebuild   | 196 +
 2 files changed, 198 insertions(+)

diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest
index a15898c..7318846 100644
--- a/dev-db/mariadb-galera/Manifest
+++ b/dev-db/mariadb-galera/Manifest
@@ -1,2 +1,4 @@
 DIST mariadb-galera-10.0.22.tar.gz 56593286 SHA256 
03707fe86add4ed3a1039d1c2d2a1eca768feef15bf8499d6a61bdeb0802de9e SHA512 
4dd508293235fc786f1d3ada37b20284f591e16c50aea06514de3d5310f01ef22d01c8345226395ddccc0ee8c96b952a6e7b17f94b248cb6977bf40fff7c117f
 WHIRLPOOL 
612f8910a9549aab4e77f1580570500fc4591d6f034728be55c2af8cd861e1170289c82db622cb34116aa0131c2ba89b32290fff5e863c96693ed1825eeaf070
+DIST mariadb-galera-10.0.26.tar.gz 57978583 SHA256 
7fc65d07d9baee8d70e25dd81e677f05337f073fa05571dce447fe823f3fe888 SHA512 
ae09f3b1b15b2494c892ee44e9e010fded1caa683cb2b6d35231a9eb99499a554249784a4cdc70d380de01e8dcaf9cf55c9839f93514dcb99c9aaa1e4f6f4331
 WHIRLPOOL 
a23041f91ea43cd1c69465760950e4feb539a8fcf1e55ffa2e352fd283ba48f68e16f706b5365140b20227eb32a9b86631d86c52d94ad9d4a1685b882f958c82
 DIST mysql-extras-20150717-1707Z.tar.bz2 1491956 SHA256 
d67cc1e2c581ab7c57122b7d29864643869799893a95a158a18e14201d4ffc10 SHA512 
3a7cb07773099e766f8e796d4e555d42874b85285cc2c7c60220370cc6aafc36a60eb340008637298d85d83f529e73392895a81c1438ffccff9eb8f354b29ba9
 WHIRLPOOL 
11e75f4b696e2547c1da40e69d8ab75df4bf7080426204c040632f24846407b07d71061c09c4ff4a1d21a9d14a94769d8f8ef62421d0aecd99efe832caf4dd22
+DIST mysql-extras-20160629-1442Z.tar.bz2 299152 SHA256 
c90979db927772468f8b398c640469ff4740f950068e740c04ff60500e714766 SHA512 
1de46daf6b4534dadf9d3eff8d5d557778e63b5e04aedb57fe56d3016ba93a9d55d80faee38f77852d23da5169879e4f25b3386abe44ee8d961db7ffc4145715
 WHIRLPOOL 
d8c94e4e43e772307d8d137a28e18991fa24a27b1587ec19ae5bd12c733cc0931e459092de2c43216776e3284c7c416d52030fe20c98a6439388507c5fe5111f

diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.26.ebuild 
b/dev-db/mariadb-galera/mariadb-galera-10.0.26.ebuild
new file mode 100644
index 000..4505332
--- /dev/null
+++ b/dev-db/mariadb-galera/mariadb-galera-10.0.26.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+MY_EXTRAS_VER="20160629-1442Z"
+# The wsrep API version must match between upstream WSREP and 
sys-cluster/galera major number
+WSREP_REVISION="25"
+SUBSLOT="18"
+MYSQL_PV_MAJOR="5.6"
+
+SERVER_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz";
+MY_SOURCEDIR="${PN%%-galera}-${PV}"
+inherit toolchain-funcs mysql-multilib-r1
+
+HOMEPAGE="http://mariadb.org/";
+DESCRIPTION="An enhanced, drop-in replacement for MySQL with Galera 
Replication"
+
+IUSE="bindist odbc oqgraph pam sphinx sst-rsync sst-xtrabackup tokudb xml"
+RESTRICT="!bindist? ( bindist )"
+
+REQUIRED_USE="server? ( tokudb? ( jemalloc ) ) static? ( !pam )"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~amd64 ~x86"
+
+MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+PATCHES=(
+   "${MY_PATCH_DIR}/01050_all_mariadb_mysql_config_cleanup-5.5.41.patch"
+   "${MY_PATCH_DIR}/20006_all_cmake_elib-mariadb-10.0.26.patch"
+   "${MY_PATCH_DIR}/20009_all_mariadb_myodbc_symbol_fix-5.5.38.patch"
+   
"${MY_PATCH_DIR}/20018_all_mariadb-galera-10.0.20-without-clientlibs-tools.patch"
+)
+COMMON_DEPEND="
+   !bindist? ( >=sys-libs/readline-4.1:0=  )
+   server? (
+   extraengine? (
+   odbc? ( dev-db/unixODBC:0= )
+   xml? ( dev-libs/libxml2:2= )
+   )
+   oqgraph? ( >=dev-libs/boost-1.40.0:0= dev-libs/judy:0= )
+   pam? ( virtual/pam:0= )
+   tokudb? ( app-arch/snappy )
+   )
+   >=dev-libs/libpcre-8.35:3=
+"
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+   ${COMMON_DEPEND}"
+RDEPEND="${RDEPEND} ${COMMON_DEPEND}
+   sys-apps/iproute2
+   =sys-cluster/galera-${WSREP_REVISION}*
+   sst-rsync? ( sys-process/lsof )
+   sst-xtrabackup? ( net-misc/socat[ssl] )
+   perl? ( !dev-db/mytop
+   virtual/perl-Getopt-Long
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes )
+"
+# xtrabackup-bin causes a circular dependency if DBD-mysql is not already 
installed
+PDEPEND="sst-xtrabackup? ( >=dev-db/xtrabackup-bin-2.2.4 )"
+
+MULTILIB_WRAPPED_HEADERS+=( /usr/include/mysql/mysql_version.h )
+
+src_configure(){

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

2016-07-19 Thread William Hubbs
commit: 35e8386c24df6483f2918979dae150421f7151df
Author: William Hubbs  gmail  com>
AuthorDate: Tue Jul 19 16:21:44 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jul 19 16:46:55 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=35e8386c

conf.d: makestaticroute file static

 conf.d/.gitignore  |  1 -
 conf.d/Makefile|  5 -
 conf.d/staticroute | 26 ++
 3 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/conf.d/.gitignore b/conf.d/.gitignore
deleted file mode 100644
index a228e5d..000
--- a/conf.d/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-staticroute

diff --git a/conf.d/Makefile b/conf.d/Makefile
index 25dff8e..a1cc7fb 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -6,8 +6,6 @@ CONF=   bootmisc fsck hostname localmount netmount urandom 
tmpfiles \
 
 ifeq (${MKNET},yes)
 CONF+= network staticroute
-TARGETS+=  staticroute
-CLEANFILES+=   staticroute
 endif
 
 MK=../mk
@@ -21,6 +19,3 @@ CONF-Linux=   consolefont devfs dmesg hwclock keymaps 
killprocs modules mtab \
 CONF-NetBSD=   moused rarpd savecore
 
 include ${MK}/scripts.mk
-
-staticroute: staticroute${SFX}
-   cp $@${SFX} $@

diff --git a/conf.d/staticroute b/conf.d/staticroute
new file mode 100644
index 000..19d0961
--- /dev/null
+++ b/conf.d/staticroute
@@ -0,0 +1,26 @@
+# Static routes are defined differently depending on your operating
+# system, so please be sure to use the correct syntax.
+# Do not use this file to define the default route.
+# In all settings, multiple routes should be separated using ; or new lines.
+
+# Define static routes on Linux using route. See route(8) for syntax.
+#staticroute="net 192.168.0.0 netmask 255.255.255.0 gw 10.73.1.1
+#net 192.168.1.0 netmask 255.255.255.0 gw 10.73.1.1"
+
+# Define static routes on Linux using iproute2. See ip(8) for syntax.
+#staticiproute="192.168.0.0/24 via 10.73.1.1; 192.168.1.0/24 via 10.73.1.1"
+
+# Define static routes on GNU/Hurd. See route(8) for syntax.
+# /etc/route.conf(5) takes precedence over this configuration.
+# FIXME: "net ..." not supported
+#staticroute="net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1
+#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1"
+
+# Define static routes on GNU/KFreeBSD. See route(8) for syntax.
+#staticroute="net 192.168.0.0 10.73.1.1 netmask 255.255.255.0
+#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0"
+
+# Define static routes on other BSD systems. See route(8) for syntax.
+# /etc/route.conf(5) takes precedence over this configuration.
+#staticroute="net 192.168.0.0 -netmask 255.255.255.0 10.73.1.1
+#net 192.168.1.0 -netmask 255.255.255.0 10.73.1.1"



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

2016-07-19 Thread William Hubbs
commit: 2984504c887afc9a36610eb7c20b097f7d1e70d0
Author: William Hubbs  gmail  com>
AuthorDate: Tue Jul 19 16:35:12 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jul 19 16:46:55 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2984504c

conf.d: remove staticroute file fragments

 conf.d/staticroute.BSD.in  | 6 --
 conf.d/staticroute.GNU-kFreeBSD.in | 5 -
 conf.d/staticroute.GNU.in  | 7 ---
 conf.d/staticroute.Linux.in| 8 
 4 files changed, 26 deletions(-)

diff --git a/conf.d/staticroute.BSD.in b/conf.d/staticroute.BSD.in
deleted file mode 100644
index 4798473..000
--- a/conf.d/staticroute.BSD.in
+++ /dev/null
@@ -1,6 +0,0 @@
-# Separate multiple routes using ; or new lines.
-# /etc/route.conf(5) takes precedence over this configuration.
-
-# Example static routes. See route(8) for syntax.
-#staticroute="net 192.168.0.0 -netmask 255.255.255.0 10.73.1.1
-#net 192.168.1.0 -netmask 255.255.255.0 10.73.1.1"

diff --git a/conf.d/staticroute.GNU-kFreeBSD.in 
b/conf.d/staticroute.GNU-kFreeBSD.in
deleted file mode 100644
index 9f54152..000
--- a/conf.d/staticroute.GNU-kFreeBSD.in
+++ /dev/null
@@ -1,5 +0,0 @@
-# Separate multiple routes using ; or new lines.
-
-# Example static routes. See route(8) for syntax.
-#staticroute="net 192.168.0.0 10.73.1.1 netmask 255.255.255.0
-#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0"

diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in
deleted file mode 100644
index 58d77e3..000
--- a/conf.d/staticroute.GNU.in
+++ /dev/null
@@ -1,7 +0,0 @@
-# Separate multiple routes using ; or new lines.
-# /etc/route.conf(5) takes precedence over this configuration.
-
-# Example static routes. See route(8) for syntax.
-# FIXME: "net ..." not supported
-#staticroute="net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1
-#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1"

diff --git a/conf.d/staticroute.Linux.in b/conf.d/staticroute.Linux.in
deleted file mode 100644
index 68d22eb..000
--- a/conf.d/staticroute.Linux.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# Separate multiple routes using ; or new lines.
-
-# Example static routes. See route(8) for syntax.
-#staticroute="net 192.168.0.0 netmask 255.255.255.0 gw 10.73.1.1
-#net 192.168.1.0 netmask 255.255.255.0 gw 10.73.1.1"
-
-# Example static routes using iproute2. See ip(8) for syntax.
-#staticiproute="192.168.0.0/24 via 10.73.1.1; 192.168.1.0/24 via 10.73.1.1"



[gentoo-commits] proj/openrc:master commit in: init.d/, runlevels/, conf.d/

2016-07-19 Thread William Hubbs
commit: 314ae3dc781d7ae8fc26c276a85b0dc6ab6bc326
Author: William Hubbs  gmail  com>
AuthorDate: Sun Jul 17 19:53:12 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jul 18 22:09:41 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=314ae3dc

modules: add support for FreeBSD

This is based on a patch submitted by
Joe Maloney  gmail.com>.

This fixes #91.

 conf.d/Makefile|  2 +-
 conf.d/modules | 12 
 init.d/Makefile|  4 ++--
 init.d/modules.in  | 22 +-
 runlevels/Makefile |  2 +-
 5 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/conf.d/Makefile b/conf.d/Makefile
index b8da0e0..fb54fc5 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -13,7 +13,7 @@ endif
 MK=../mk
 include ${MK}/os.mk
 
-CONF-FreeBSD=  ipfw moused powerd rarpd savecore syscons
+CONF-FreeBSD=  ipfw modules moused powerd rarpd savecore syscons
 
 CONF-Linux=consolefont devfs dmesg hwclock keymaps killprocs modules mtab \
net-online

diff --git a/conf.d/modules b/conf.d/modules
index a062a62..c35b9ed 100644
--- a/conf.d/modules
+++ b/conf.d/modules
@@ -1,18 +1,22 @@
-# You can define a list modules for a specific kernel version,
-# a released kernel version, a main kernel version or just a list.
+# Linux users can define a list of modules for a specific kernel version,
+# a released kernel version, a main kernel version or all kernel versions.
 # The most specific versioned variable will take precedence.
+# FreeBSD users can only use the modules="foo bar" setting.
 #modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
 #modules_2_6_23="tun ieee1394"
 #modules_2_6="tun"
 #modules_2="ipv6"
 #modules="ohci1394"
 
-# You can give modules a different name when they load - the new name
+# Linux users can give modules a different name when they load - the new name
 # will also be used to pick arguments below.
+# This is not supported on FreeBSD.
 #modules="dummy:dummy1"
 
-# Give the modules some arguments if needed, per version if necessary.
+# Linux users can give the modules some arguments if needed, per version
+# if necessary.
 # Again, the most specific versioned variable will take precedence.
+# This is not supported on FreeBSD.
 #module_ieee1394_args="debug"
 #module_ieee1394_args_2_6_23_gentoo_r5="debug2"
 #module_ieee1394_args_2_6_23="debug3"

diff --git a/init.d/Makefile b/init.d/Makefile
index f256095..55db3d1 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -15,8 +15,8 @@ MK=   ../mk
 include ${MK}/os.mk
 
 # Generic BSD scripts
-SRCS-FreeBSD=  hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \
-   rpcbind.in savecore.in syslogd.in
+SRCS-FreeBSD=  hostid.in modules.in moused.in newsyslog.in pf.in rarpd.in \
+   rc-enabled.in rpcbind.in savecore.in syslogd.in
 # These are FreeBSD specific
 SRCS-FreeBSD+= adjkerntz.in devd.in dumpon.in encswap.in ipfw.in \
mixer.in nscd.in powerd.in syscons.in

diff --git a/init.d/modules.in b/init.d/modules.in
index 6ff90d6..7a02c3a 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -17,7 +17,18 @@ depend()
keyword -openvz -prefix -systemd-nspawn -vserver -lxc
 }
 
-start()
+FreeBSD_modules()
+{
+   local cnt=0 x
+   for x in $modules; do
+   ebegin "Loading module $x"
+   kldload "$x"
+   eend $? "Failed to load $x" && : $(( cnt += 1 ))
+   done
+   einfo "Autoloaded $cnt module(s)"
+}
+
+Linux_modules()
 {
# Should not fail if kernel do not have module
# support compiled in ...
@@ -68,3 +79,12 @@ start()
done
einfo "Autoloaded $cnt module(s)"
 }
+
+start()
+{
+   case "$RC_UNAME" in
+   FreeBSD|Linux) ${RC_UNAME}_modules ;;
+   *) ;;
+   esac
+   return 0
+}

diff --git a/runlevels/Makefile b/runlevels/Makefile
index df6b53a..d367147 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -32,7 +32,7 @@ SYSINIT-${OS}=
 BOOT-BSD=  hostid newsyslog savecore syslogd swap-blk
 
 # Generic BSD stuff
-BOOT-FreeBSD+= hostid newsyslog savecore syslogd
+BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd
 # FreeBSD specific stuff
 BOOT-FreeBSD+= adjkerntz dumpon syscons
 



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

2016-07-19 Thread William Hubbs
commit: 2108285d64e2ee8cc03fbe544efc3752fe349bdd
Author: William Hubbs  gmail  com>
AuthorDate: Tue Jul 19 15:22:17 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jul 19 16:46:30 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2108285d

conf.d: remove network file fragnents

 conf.d/network.BSD.in  |  4 
 conf.d/network.GNU-kFreeBSD.in |  4 
 conf.d/network.GNU.in  |  4 
 conf.d/network.Linux.in| 43 --
 conf.d/network.in  | 28 ---
 5 files changed, 83 deletions(-)

diff --git a/conf.d/network.BSD.in b/conf.d/network.BSD.in
deleted file mode 100644
index 9f49b81..000
--- a/conf.d/network.BSD.in
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# You can assign a default route
-#defaultroute="192.168.0.1"
-#defaultroute6="2001:a:b:c"

diff --git a/conf.d/network.GNU-kFreeBSD.in b/conf.d/network.GNU-kFreeBSD.in
deleted file mode 100644
index 9f49b81..000
--- a/conf.d/network.GNU-kFreeBSD.in
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# You can assign a default route
-#defaultroute="192.168.0.1"
-#defaultroute6="2001:a:b:c"

diff --git a/conf.d/network.GNU.in b/conf.d/network.GNU.in
deleted file mode 100644
index 78aa412..000
--- a/conf.d/network.GNU.in
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# You can assign a default route
-#defaultroute="gw 192.168.0.1"
-#defaultroute6="gw 2001:a:b:c"

diff --git a/conf.d/network.Linux.in b/conf.d/network.Linux.in
deleted file mode 100644
index f57ec91..000
--- a/conf.d/network.Linux.in
+++ /dev/null
@@ -1,43 +0,0 @@
-
-# You can assign a default route
-#defaultroute="gw 192.168.0.1"
-#defaultroute6="gw 2001:a:b:c"
-
-# ifconfig under Linux is not that powerful and doesn't easily handle
-# multiple addresses
-# On the other hand, ip (iproute2) is quite powerful and is also supported
-#ip_eth0="192.168.0.10/24; 192.168.10.10/24"
-
-# You can also use ip to add the default route.
-#defaultiproute="via 192.168.0.1"
-#defaultiproute6="via 2001:a:b:c"
-
-# ip doesn't handle MTU like ifconfig, but we can do it like so
-#ifup_eth0="ip link set \$int mtu 1500"
-
-# Create a bonded interface
-#interfaces="bond0"
-#ifup_bond0="modprobe bonding; ifconfig \$int up; ifenslave \$int bge0"
-#ifconfig_bond0="192.168.0.10 netmask 255.255.255.0"
-#ifdown_bond0="rmmod bonding"
-
-# Create tap interface and a bridge interface.
-# We add the tap to the bridge.
-# An external program, like dhcpcd, will configure the IP on the bridge
-#interfaces="tun0 br0"
-#ifup_tun0="tunctl -t \$int"
-#ifdown_tun0="tunctl -d \$int"
-#ifup_br0="brctl addbr \$int; brctl add \$int eth1; brtctl add \$int eth2"
-#ifdown_br0="ifconfig \$int down; btctl delbr \$int"
-
-# Create VLAN
-#interfaces="eth0_2 eth0_3 eth0_4"
-#ifup_eth0="vconfig add \$int 2; vconfig add \$int 3; vconfig add \$int 4"
-#ifconfig_eth0_2="192.168.2.10 netmask 255.255.255.0"
-#ifconfig_eth0_3="192.168.3.10 netmask 255.255.255.0"
-#ifconfig_eth0_4="192.168.4.10 netmask 255.255.255.0"
-#ifdown_eth0="vconfig rem \$int.2; vconfig rem \$int.3; vconfig rem \$int.4"
-
-# Normally you would use wpa_supplicant to configure wireless, but you can
-# use iwconfig also
-#ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar"

diff --git a/conf.d/network.in b/conf.d/network.in
deleted file mode 100644
index d5477a0..000
--- a/conf.d/network.in
+++ /dev/null
@@ -1,28 +0,0 @@
-# Assign static IP addresses and run custom scripts per interface.
-# Seperate commands with ;
-# Prefix with ! to run a shell script.
-# Use \$int to represent the interface
-#ifconfig_eth0="192.168.0.10 netmask 255.255.255.0"
-
-# You also have ifup_eth0 and ifdown_eth0 to run other commands when
-# eth0 is started and stopped.
-# You should note that we don't stop the network at system shutdown by default.
-# If you really need this, then set keep_network=NO
-
-# Lastly, the interfaces variable pulls in virtual interfaces that cannot
-# be automatically detected.
-#interfaces="br0 bond0 vlan0"
-
-# You can also use files instead of variables here if you like:
-# /etc/ifconfig.eth0 is equivalent to ifconfig_eth0
-# /etc/ip.eth0 is equivalent to ifconfig_eth0
-# /etc/ifup.eth0 is equivalent to ifup_eth0
-# /etc/ifdown.eth0 is equivalent to ifdown_eth0
-# Any files found will automatically be put into the interfaces variable.
-# You don't need to escape variables in files, so use $int instead of \$int.
-
-# If you require DHCP, you should install dhcpcd and it to the boot or
-# default runlevel.
-
-# NIS users can set the domain name here
-#domainname="foobar"



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

2016-07-19 Thread William Hubbs
commit: a3133fec250eca3cdfb460c2ce26c707fd593c09
Author: William Hubbs  gmail  com>
AuthorDate: Mon Jul 18 22:59:57 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jul 19 16:46:04 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a3133fec

conf.d: make network file static

 conf.d/.gitignore |  1 -
 conf.d/Makefile   |  7 ++---
 conf.d/network| 80 +++
 3 files changed, 82 insertions(+), 6 deletions(-)

diff --git a/conf.d/.gitignore b/conf.d/.gitignore
index 377ebc0..a228e5d 100644
--- a/conf.d/.gitignore
+++ b/conf.d/.gitignore
@@ -1,2 +1 @@
-network
 staticroute

diff --git a/conf.d/Makefile b/conf.d/Makefile
index fb54fc5..25dff8e 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -6,8 +6,8 @@ CONF=   bootmisc fsck hostname localmount netmount urandom 
tmpfiles \
 
 ifeq (${MKNET},yes)
 CONF+= network staticroute
-TARGETS+=  network staticroute
-CLEANFILES+=   network staticroute
+TARGETS+=  staticroute
+CLEANFILES+=   staticroute
 endif
 
 MK=../mk
@@ -22,8 +22,5 @@ CONF-NetBSD=  moused rarpd savecore
 
 include ${MK}/scripts.mk
 
-network: network.in network${SFX}
-   cat $^ > $@
-
 staticroute: staticroute${SFX}
cp $@${SFX} $@

diff --git a/conf.d/network b/conf.d/network
new file mode 100644
index 000..923e926
--- /dev/null
+++ b/conf.d/network
@@ -0,0 +1,80 @@
+# Assign static IP addresses and run custom scripts per interface.
+# Seperate commands with ;
+# Prefix with ! to run a shell script.
+# Use \$int to represent the interface
+#ifconfig_eth0="192.168.0.10 netmask 255.255.255.0"
+
+# You also have ifup_eth0 and ifdown_eth0 to run other commands when
+# eth0 is started and stopped.
+# You should note that we don't stop the network at system shutdown by default.
+# If you really need this, then set keep_network=NO
+
+# Lastly, the interfaces variable pulls in virtual interfaces that cannot
+# be automatically detected.
+#interfaces="br0 bond0 vlan0"
+
+# You can also use files instead of variables here if you like:
+# /etc/ifconfig.eth0 is equivalent to ifconfig_eth0
+# /etc/ip.eth0 is equivalent to ifconfig_eth0
+# /etc/ifup.eth0 is equivalent to ifup_eth0
+# /etc/ifdown.eth0 is equivalent to ifdown_eth0
+# Any files found will automatically be put into the interfaces variable.
+# You don't need to escape variables in files, so use $int instead of \$int.
+
+# If you require DHCP, you should install dhcpcd and add it to the boot or
+# default runlevel.
+
+# NIS users can set the domain name here
+#domainname="foobar"
+
+# You can add a default route.
+# The way this is done is slightly different depending on the operating system.
+#
+# *BSD:
+#defaultroute="192.168.0.1"
+#defaultroute6="2001:a:b:c"
+#Hurd/Linux (ifconfig):
+#defaultroute="gw 192.168.0.1"
+#defaultroute6="gw 2001:a:b:c"
+
+# The remainder of this file applies to Linux only and shows how
+# iproute2 is supported along with other examples.
+
+# ifconfig under Linux is not that powerful and doesn't easily handle
+# multiple addresses
+# On the other hand, iproute2 is quite powerful and is also supported
+#ip_eth0="192.168.0.10/24; 192.168.10.10/24"
+
+# You can also use iproute2 to add the default route.
+#defaultiproute="via 192.168.0.1"
+#defaultiproute6="via 2001:a:b:c"
+
+# ip doesn't handle MTU like ifconfig, but we can do it like so
+#ifup_eth0="ip link set \$int mtu 1500"
+
+# Create a bonded interface
+#interfaces="bond0"
+#ifup_bond0="modprobe bonding; ifconfig \$int up; ifenslave \$int bge0"
+#ifconfig_bond0="192.168.0.10 netmask 255.255.255.0"
+#ifdown_bond0="rmmod bonding"
+
+# Create tap interface and a bridge interface.
+# We add the tap to the bridge.
+# An external program, like dhcpcd, will configure the IP on the bridge
+#interfaces="tun0 br0"
+#ifup_tun0="tunctl -t \$int"
+#ifdown_tun0="tunctl -d \$int"
+#ifup_br0="brctl addbr \$int; brctl add \$int eth1; brtctl add \$int eth2"
+#ifdown_br0="ifconfig \$int down; btctl delbr \$int"
+
+# Create VLAN
+#interfaces="eth0_2 eth0_3 eth0_4"
+#ifup_eth0="vconfig add \$int 2; vconfig add \$int 3; vconfig add \$int 4"
+#ifconfig_eth0_2="192.168.2.10 netmask 255.255.255.0"
+#ifconfig_eth0_3="192.168.3.10 netmask 255.255.255.0"
+#ifconfig_eth0_4="192.168.4.10 netmask 255.255.255.0"
+#ifdown_eth0="vconfig rem \$int.2; vconfig rem \$int.3; vconfig rem \$int.4"
+
+# Normally you would use wpa_supplicant to configure wireless, but you can
+# use iwconfig also
+#ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar"



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

2016-07-19 Thread Austin English
commit: 30a5c9c3efa3ef88f8fea9616cb9b8dcc33ac904
Author: Austin English  gentoo  org>
AuthorDate: Tue Jul 19 17:09:48 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Jul 19 17:09:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a5c9c3

dev-util/artifactory-bin: version bump, 4.9.1

Package-Manager: portage-2.3.0

 dev-util/artifactory-bin/Manifest  |  1 +
 .../artifactory-bin/artifactory-bin-4.9.1.ebuild   | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-util/artifactory-bin/Manifest 
b/dev-util/artifactory-bin/Manifest
index 57c95ac..9709645 100644
--- a/dev-util/artifactory-bin/Manifest
+++ b/dev-util/artifactory-bin/Manifest
@@ -4,3 +4,4 @@ DIST artifactory-4.8.0.zip 41084705 SHA256 
2de13962ad1e6f4f1537e1fd86b6e70da6afa
 DIST artifactory-4.8.1.zip 40949993 SHA256 
12218335d6f45d1ffca0bce2cbe636cf4d8c9fe71747dc9ce04a7be78acd9529 SHA512 
0873003d307187adcaff77ab52daebdcffbc96748f2203ead169148fdb3860fd90d28c68bacf58fc928c5608303d5d4fdb839ed7d5c6f5a4ddca573e91946c85
 WHIRLPOOL 
a6c38a5d38ea3034c578b47b7021146cb960e25833155606d9cd2d301c644b400af81a28c4779caec82ae0296f04185225d3bb6cee06dffdb224937430df390a
 DIST artifactory-4.8.2.zip 40938623 SHA256 
6821196157e9cba70f99c0fe960971333455327cc54139f310edc30e88dd2392 SHA512 
9bf40b945c943a08a92f5e1fac3a75ab923fcc57e04a7e845e8fb75a0825199b2ce6f3d90c58669777388c400c953873123e8de76a0244786d4106f6b426a6bc
 WHIRLPOOL 
571654b43cc36f02bb731e46ae89b37146c2e785419f620226363a7f38b11cb8e54667d2faff1c922ee2e8437c18d05c37c7afeb395cf59328a31ad8ff1b52e8
 DIST artifactory-4.9.0.zip 41020300 SHA256 
c97c2293c676c9ca5e3c0c64b2a02e2565427f3fe2cf5aa3e0518f6b541a23e5 SHA512 
266891f4d1b580f4f0764dee75f452cc73d76287565e8d89a84b912bb58d816e08369b56a1cf6858d23aefbf95d347386b9a6f4dc451d8ed80635b972680911d
 WHIRLPOOL 
4a485c80d4f5e68ac19616569e14fb4623329aebf7d1724e4d2820dd00f26d97a2a1afc69f8df39af3a39db87e6098c9739f9c51e5b5b6f19e18835729f3
+DIST artifactory-4.9.1.zip 41017240 SHA256 
d69635a02c2cdf7d19b593dd5378baf77552769c06ceb0900cb2177f61594d0d SHA512 
4001128fb7d4cb38417c96745a0795434498afe2e44d316748982fee4afde5076f8c05062f1712f169f260b2df3bd7322e845846d32acef0a65aa8385e44b1eb
 WHIRLPOOL 
1d781e82505a26b42e27d90f540d52d5eff22d25feff9ef8118ca32172b793509d0b2452506ac360833ce88a05e6ee9bb95d22f1c7c186fda624004b1a4ffe24

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.9.1.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.9.1.ebuild
new file mode 100644
index 000..211224d
--- /dev/null
+++ b/dev-util/artifactory-bin/artifactory-bin-4.9.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Using a binary ebuild until a source ebuild is doable.
+# This was previously blocked by two major bugs upstream:
+# A lack of documented build instructions - 
https://www.jfrog.com/jira/browse/RTFACT-8960
+# A lack of source releases - https://www.jfrog.com/jira/browse/RTFACT-8961
+# Upstream now releases source and instructions (yay!), but most of 
artifactory's
+# dependencies are not in portage yet.
+
+EAPI=6
+
+inherit user
+
+MY_P="${P/-bin}"
+MY_PN="${PN/-bin}"
+MY_PV="${PV/-bin}"
+
+DESCRIPTION="The world's most advanced repository manager for maven"
+HOMEPAGE="http://www.jfrog.org/products.php";
+SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="ssl"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=">=virtual/jdk-1.8
+   app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}-oss-${MY_PV}"
+
+pkg_setup() {
+   enewgroup artifactory
+   enewuser artifactory -1 /bin/sh -1 artifactory
+}
+
+src_prepare() {
+   default
+
+   if use ssl ; then
+   cp "${FILESDIR}/artifactory.xml" 
tomcat/conf/Catalina/localhost/artifactory.xml || die
+   cp "${FILESDIR}/server.xml" tomcat/conf/server.xml || die
+   fi
+
+   # Reverse https://www.jfrog.com/jira/browse/RTFACT-7123
+   sed -i -e 
"s%artifactory.repo.global.disabled=true%artifactory.repo.global.disabled=false%g;"
 \
+   etc/artifactory.system.properties || die
+
+   # See FIXME in src_install(), this can probably go away,
+   # but catalina.sh may need to be fixed for that:
+   sed -i -e 
"s%/etc/opt/jfrog/artifactory/default%/etc/conf.d/${MY_PN}%g;" \
+   misc/service/setenv.sh || die
+}
+
+src_install() {
+   local ARTIFACTORY_HOME="/opt/artifactory"
+   local TOMCAT_HOME="${ARTIFACTORY_HOME}/tomcat"
+
+   insinto ${ARTIFACTORY_HOME}
+   doins -r etc logs misc tomcat webapps
+
+   dodir /etc/opt/jfrog
+   dosym ${ARTIFACTORY_HOME}/etc /etc/opt/jfrog/artifactory
+
+   dosym ${ARTIFACTORY_HOME}/logs /var/log/artifactory
+
+   exeinto ${ARTIFACTORY_HOME}/bin
+   doexe bin/*
+
+   # FIXME: this i

[gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/

2016-07-19 Thread Christoph Junghans
commit: ddc965faf13b5bb5d69e206f4ad4c3167076ec49
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Jul 19 16:57:58 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jul 19 16:58:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc965fa

sci-physics/espresso: added live ebuild

Package-Manager: portage-2.2.28

 sci-physics/espresso/espresso-.ebuild | 139 ++
 1 file changed, 139 insertions(+)

diff --git a/sci-physics/espresso/espresso-.ebuild 
b/sci-physics/espresso/espresso-.ebuild
new file mode 100644
index 000..01c45af
--- /dev/null
+++ b/sci-physics/espresso/espresso-.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils python-single-r1 savedconfig
+
+DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
+HOMEPAGE="http://espressomd.org";
+
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="git://github.com/espressomd/espresso.git 
https://github.com/espressomd/espresso.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="mirror://nongnu/${PN}md/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="cuda doc examples +fftw +hdf5 packages python test -tk"
+
+REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   >dev-python/cython-0.22[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+   dev-lang/tcl:0=
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
+   fftw? ( sci-libs/fftw:3.0 )
+   dev-libs/boost:=[mpi]
+   virtual/mpi
+   hdf5? ( sci-libs/hdf5 )
+   packages? ( dev-tcltk/tcllib )
+   tk? ( >=dev-lang/tk-8.4.18-r1:0= )"
+
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen[dot]
+   dev-texlive/texlive-latexextra
+   virtual/latex-base )"
+
+DOCS=( AUTHORS NEWS README ChangeLog )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   use cuda && cuda_src_prepare
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_CUDA=$(usex cuda)
+   -DWITH_PYTHON=$(usex python)
+   -DWITH_TESTS=$(usex test)
+   -DWITH_H5MD=$(usex hdf5)
+   -DCMAKE_DISABLE_FIND_PACKAGE_FFTW3=$(usex !fftw)
+   -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5)
+   -DCMAKE_SKIP_RPATH=YES
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && cmake-utils_src_make doxygen
+   [[ ${PV} =  ]] && use doc && cmake-utils_src_make ug dg tutorials
+}
+
+src_install() {
+   local i
+
+   #https://github.com/espressomd/espresso/issues/733
+   #cmake-utils_src_install
+   dobin ${CMAKE_BUILD_DIR}/Espresso
+   dolib.so "${CMAKE_BUILD_DIR}"/src/core/{,*}/lib*.so
+   if use python; then
+   insinto $(python_get_sitedir)/${PN}md
+   doins -r "${CMAKE_BUILD_DIR}"/src/python/espressomd
+   fi
+
+   insinto /usr/share/${PN}/
+   doins ${CMAKE_BUILD_DIR}/myconfig-sample.hpp
+
+   save_config ${CMAKE_BUILD_DIR}/src/core/myconfig-final.hpp
+
+   if use doc; then
+   if [[ ${PV} =  ]] ; then
+   newdoc ${CMAKE_BUILD_DIR}/doc/dg/dg.pdf 
developer_guide.pdf
+   newdoc ${CMAKE_BUILD_DIR}/doc/ug/ug.pdf user_guide.pdf
+   for i in 
${CMAKE_BUILD_DIR}/doc/tutorials/*/*/[0-9]*.pdf; do
+   newdoc "${i}" "tutorial_${i##*/}"
+   done
+   else
+   newdoc "${S}"/doc/ug/ug.pdf user_guide.pdf
+   for i in "${S}"/doc/tutorials/*/*/[0-9]*.pdf; do
+   newdoc "${i}" "tutorial_${i##*/}"
+   done
+   fi
+   dodoc -r ${CMAKE_BUILD_DIR}/doc/doxygen/html
+   fi
+
+   if use examples; then
+   insinto /usr/share/${PN}/examples
+   doins -r samples/*
+   fi
+
+   if use packages; then
+   insinto /usr/share/${PN}/packages
+   doins -r packages/*
+   fi
+}
+
+pkg_postinst() {
+   echo
+   elog "Please read and cite:"
+   elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006."
+   elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005";
+   echo
+   elog "If you need more features, change"
+   elog "/etc/portage/savedconfig/${CATEGORY}/${PF}"
+   elog "and reemerge with USE=savedconfig"
+   echo
+   elog "For a full feature list see:"
+   elog "/usr/sh

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

2016-07-19 Thread Amy Winston
commit: 22a1e5b0ffb9dee347174ad75df59b149b41bf00
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Jul 19 16:54:00 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Jul 19 16:54:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a1e5b0

sys-apps/likwid: fix license, unused inherits removed

Package-Manager: portage-2.2.28

 sys-apps/likwid/likwid-4.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/likwid/likwid-4.1.1.ebuild 
b/sys-apps/likwid/likwid-4.1.1.ebuild
index c7f11c8..5cb4ba7 100644
--- a/sys-apps/likwid/likwid-4.1.1.ebuild
+++ b/sys-apps/likwid/likwid-4.1.1.ebuild
@@ -6,13 +6,13 @@ EAPI=6
 
 FORTRAN_NEEDED=fortran
 
-inherit eutils fcaps linux-info multilib fortran-2
+inherit fcaps linux-info fortran-2
 
 DESCRIPTION="A performance-oriented tool suite for x86 multicore environments"
 HOMEPAGE="https://github.com/rrze-likwid/likwid";
 SRC_URI="https://github.com/RRZE-HPC/likwid/archive/likwid-4.1.1.tar.gz";
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="fortran"



[gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/, kde-plasma/bluedevil/, kde-plasma/kinfocenter/, ...

2016-07-19 Thread Johannes Huber
commit: 5ab897e8019241f13cb4f739578c4ac206c33a2d
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jul 19 16:48:55 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jul 19 16:48:55 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ab897e8

kde-plasma: Version bump KDE Plasma 5.7.2

Package-Manager: portage-2.3.0

 kde-plasma/bluedevil/bluedevil-5.7.2.ebuild|  42 ++
 kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild|  31 
 kde-plasma/breeze-gtk/breeze-gtk-5.7.2.ebuild  |  13 ++
 .../breeze-plymouth/breeze-plymouth-5.7.2.ebuild   |  27 
 kde-plasma/breeze/breeze-5.7.2.ebuild  |  73 +
 .../kactivitymanagerd-5.7.2.ebuild |  37 +
 .../kde-cli-tools/kde-cli-tools-5.7.2.ebuild   |  60 
 .../kde-gtk-config/kde-gtk-config-5.7.2.ebuild |  57 +++
 kde-plasma/kdecoration/kdecoration-5.7.2.ebuild|  18 +++
 .../kdeplasma-addons/kdeplasma-addons-5.7.2.ebuild |  57 +++
 kde-plasma/kgamma/kgamma-5.7.2.ebuild  |  28 
 kde-plasma/khotkeys/khotkeys-5.7.2.ebuild  |  47 ++
 kde-plasma/kinfocenter/kinfocenter-5.7.2.ebuild|  82 +++
 kde-plasma/kmenuedit/kmenuedit-5.7.2.ebuild|  45 ++
 kde-plasma/kscreen/kscreen-5.7.2.ebuild|  38 +
 .../kscreenlocker/kscreenlocker-5.7.2.ebuild   |  89 +++
 kde-plasma/ksshaskpass/ksshaskpass-5.7.2.ebuild|  50 +++
 kde-plasma/ksysguard/ksysguard-5.7.2.ebuild|  50 +++
 kde-plasma/kwallet-pam/kwallet-pam-5.7.2.ebuild|  95 
 .../kwayland-integration-5.7.2.ebuild  |  23 +++
 kde-plasma/kwin/kwin-5.7.2.ebuild  |  96 
 kde-plasma/kwrited/kwrited-5.7.2.ebuild|  24 +++
 kde-plasma/libkscreen/libkscreen-5.7.2.ebuild  |  28 
 kde-plasma/libksysguard/libksysguard-5.7.2.ebuild  |  54 +++
 kde-plasma/milou/milou-5.7.2.ebuild|  30 
 kde-plasma/oxygen/oxygen-5.7.2.ebuild  |  37 +
 .../plasma-desktop/plasma-desktop-5.7.2.ebuild | 155 +++
 .../plasma-integration-5.7.2.ebuild|  42 ++
 .../plasma-mediacenter-5.7.2.ebuild|  48 ++
 kde-plasma/plasma-meta/plasma-meta-5.7.2.ebuild|  64 
 kde-plasma/plasma-nm/plasma-nm-5.7.2.ebuild|  66 +
 kde-plasma/plasma-pa/plasma-pa-5.7.2.ebuild|  27 
 kde-plasma/plasma-sdk/plasma-sdk-5.7.2.ebuild  |  57 +++
 .../plasma-workspace-wallpapers-5.7.2.ebuild   |  19 +++
 .../plasma-workspace/plasma-workspace-5.7.2.ebuild | 164 +
 .../polkit-kde-agent/polkit-kde-agent-5.7.2.ebuild |  31 
 kde-plasma/powerdevil/powerdevil-5.7.2.ebuild  | 101 +
 kde-plasma/sddm-kcm/sddm-kcm-5.7.2.ebuild  |  39 +
 .../systemsettings/systemsettings-5.7.2.ebuild |  46 ++
 kde-plasma/user-manager/user-manager-5.7.2.ebuild  |  26 
 40 files changed, 2116 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.7.2.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.7.2.ebuild
new file mode 100644
index 000..b492cda
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.7.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil";
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !net-wireless/bluedevil
+   !net-wireless/kbluetooth
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild
new file mode 100644
index 000..fde1831
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.7.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+KDE_DEBUG="false"
+inherit kde5
+
+DESCRIPTION="Breeze theme for GRUB"
+LICENSE="GPL-3+"

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

2016-07-19 Thread Mike Frysinger
commit: 03c15719ec0ba9847603428571e9a7bde828a414
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jul 19 16:43:21 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jul 19 16:43:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c15719

dev-python/pytz: also allow glibc[vanilla] #588424

 dev-python/pytz/pytz-2016.3.ebuild   | 2 +-
 dev-python/pytz/pytz-2016.6.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytz/pytz-2016.3.ebuild 
b/dev-python/pytz/pytz-2016.3.ebuild
index 90b59b1..e2c6a91 100644
--- a/dev-python/pytz/pytz-2016.3.ebuild
+++ b/dev-python/pytz/pytz-2016.3.ebuild
@@ -20,7 +20,7 @@ IUSE=""
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=sys-libs/timezone-data-2015g"
+   || ( >=sys-libs/timezone-data-2015g sys-libs/glibc[vanilla] )"
 RDEPEND="${DEPEND}"
 
 PATCHES=(

diff --git a/dev-python/pytz/pytz-2016.6.1.ebuild 
b/dev-python/pytz/pytz-2016.6.1.ebuild
index c923463..cd14fa0 100644
--- a/dev-python/pytz/pytz-2016.6.1.ebuild
+++ b/dev-python/pytz/pytz-2016.6.1.ebuild
@@ -20,7 +20,7 @@ IUSE=""
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   >=sys-libs/timezone-data-2015g"
+   || ( >=sys-libs/timezone-data-2015g sys-libs/glibc[vanilla] )"
 RDEPEND="${DEPEND}"
 
 PATCHES=(



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

2016-07-19 Thread Mike Frysinger
commit: 98c92f173e12ce2a29fd0a5eec0a06b71ae5c591
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jul 19 14:35:20 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jul 19 14:35:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c92f17

dev-libs/openssl: mark 1.0.2h-r2 m68k/s390/sh stable #585276

 dev-libs/openssl/openssl-1.0.2h-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2h-r2.ebuild 
b/dev-libs/openssl/openssl-1.0.2h-r2.ebuild
index 31a4f72..333ae66 100644
--- a/dev-libs/openssl/openssl-1.0.2h-r2.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2h-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2016-07-19 Thread Fabian Groffen
commit: 20c8c54c7075ae0b523546090a7ce6da7c30654f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jul 19 13:57:13 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jul 19 13:57:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c8c54c

Revert "profiles/prefix/darwin/package.mask: mask cmake-3.6.0, it produces 
invalid flags"

This reverts commit 559c103c07d3e96132130ec3552c7643f0de4bb3.

 profiles/prefix/darwin/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/prefix/darwin/package.mask 
b/profiles/prefix/darwin/package.mask
index dc3cd85..4636d67 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,10 +3,6 @@
 # $Id$
 
 
-# Fabian Groffen  (19 Jul 2016)
-# produces -isysroot without argument in FLAGS, bug #589152
-=dev-util/cmake-3.6.0
-
 # Fabian Groffen  (31 May 2015)
 # fails to compile due to some missing compilerrt stuff, hints at asan,
 # not sure what the problem actually is



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

2016-07-19 Thread Fabian Groffen
commit: 559c103c07d3e96132130ec3552c7643f0de4bb3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jul 19 13:56:22 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jul 19 13:56:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559c103c

profiles/prefix/darwin/package.mask: mask cmake-3.6.0, it produces invalid flags

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

diff --git a/profiles/prefix/darwin/package.mask 
b/profiles/prefix/darwin/package.mask
index 4636d67..dc3cd85 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,6 +3,10 @@
 # $Id$
 
 
+# Fabian Groffen  (19 Jul 2016)
+# produces -isysroot without argument in FLAGS, bug #589152
+=dev-util/cmake-3.6.0
+
 # Fabian Groffen  (31 May 2015)
 # fails to compile due to some missing compilerrt stuff, hints at asan,
 # not sure what the problem actually is



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

2016-07-19 Thread Brian Evans
commit: 8777689d5d59a314ed16ff2711f90cc928d3eff2
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 19 12:57:57 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 19 12:57:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8777689d

dev-php/pecl-mailparse: Drop old versions

Package-Manager: portage-2.3.0

 dev-php/pecl-mailparse/Manifest|  1 -
 dev-php/pecl-mailparse/pecl-mailparse-3.0.0.ebuild | 32 --
 dev-php/pecl-mailparse/pecl-mailparse-3.0.1.ebuild | 32 --
 3 files changed, 65 deletions(-)

diff --git a/dev-php/pecl-mailparse/Manifest b/dev-php/pecl-mailparse/Manifest
index 77036cc..98dd841 100644
--- a/dev-php/pecl-mailparse/Manifest
+++ b/dev-php/pecl-mailparse/Manifest
@@ -1,3 +1,2 @@
 DIST mailparse-2.1.6.tgz 36538 SHA256 
73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc SHA512 
a7337dd2e99a953a55b38c236da95a6bd2950c2bca16fc0ddfec39be8b0ffe01007353fc7b562d0509e0bb1623c3d2b03935d1c98a07dcd9f0b14bb508bce374
 WHIRLPOOL 
238f209a45d83eb9b91cf34f1398ff85c538e8273f73791d4736b15e21de3d48395fd0b838e927cd9dd247bff265782c3e96c87b1d90e73bffc1e6b04beea1ba
-DIST mailparse-3.0.0.tgz 37878 SHA256 
92a80f7d2cda597ca75186531006b802fa278f33d1b3b854420f48832e5bc7da SHA512 
2aef70edc5400c7c45847ca57e733897d7fe844fa7550d3091bbc75b1ef459dff2a48f438ca04330379b57e62ed96081ea1fbea9e13ac0e873e906f4d92c1d9f
 WHIRLPOOL 
26114676026dc7890d476db78e67447b28b3d037e55e6402c6e220dff2a410e91ddd0cf2579536143db67ad5155cdd3893c3b1059cc067c1c1338be51e5c94fb
 DIST mailparse-3.0.1.tgz 38226 SHA256 
42ee10de881a3739acf73ddef8800d80c3c57f70072f41bdb22e6e87ebc9cc62 SHA512 
42318d145c49644b0a1aea0e18aa3c6899f8ee2a8def7b9c22f7c02737426de22aba00a4c899a269b1d8e64c190654413d857622c882b92caa07f201620f1e61
 WHIRLPOOL 
0f451f7059e983cc95b87672da07c241be94393b504d44a3faf096be10de4d270191a20591ce2e7fa12ad5572424064a6f10480a769ec5f0b4e09f4638c294dd

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.0.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.0.ebuild
deleted file mode 100644
index 6880476..000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php7-0"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-for target in ${USE_PHP}; do
-   phpslot=${target/php}
-   phpslot=${phpslot/-/.}
-   PHPUSEDEPEND="${PHPUSEDEPEND}
-   php_targets_${target}? ( dev-lang/php:${phpslot}[unicode] )"
-done
-
-RDEPEND="${PHPUSEDEPEND}"
-DEPEND="${RDEPEND}
-   dev-util/re2c"

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.1.ebuild
deleted file mode 100644
index 6880476..000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-USE_PHP="php7-0"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-
-for target in ${USE_PHP}; do
-   phpslot=${target/php}
-   phpslot=${phpslot/-/.}
-   PHPUSEDEPEND="${PHPUSEDEPEND}
-   php_targets_${target}? ( dev-lang/php:${phpslot}[unicode] )"
-done
-
-RDEPEND="${PHPUSEDEPEND}"
-DEPEND="${RDEPEND}
-   dev-util/re2c"



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

2016-07-19 Thread Brian Evans
commit: 5b957f8db9ed09ee070e149b117781d3cf7d0279
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 19 12:59:49 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 19 12:59:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b957f8d

Slot move dev-php/pecl-mailparse for ease of transition to PHP 7

 profiles/updates/3Q-2016 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/updates/3Q-2016 b/profiles/updates/3Q-2016
index ed9cdd3..96095a5 100644
--- a/profiles/updates/3Q-2016
+++ b/profiles/updates/3Q-2016
@@ -1,3 +1,4 @@
 move kde-base/kactivitymanagerd kde-plasma/kactivitymanagerd
 move app-portage/cpuinfo2cpuflags app-portage/cpuid2cpuflags
 move app-crypt/openssl-af_alg-engine app-crypt/af_alg
+slotmove >=dev-php/pecl-mailparse-3.0 0 7



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

2016-07-19 Thread Brian Evans
commit: 7a58514b9903efe5d16fd3f5ed78cb67bf1a893c
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 19 12:56:20 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 19 12:56:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a58514b

dev-php/pecl-mailparse: Revbump into a new slot

Package-Manager: portage-2.3.0

 .../pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild  | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild
new file mode 100644
index 000..53d2680
--- /dev/null
+++ b/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="mailparse"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( README )
+
+USE_PHP="php7-0 php5-6"
+
+inherit php-ext-pecl-r3
+
+# Only build for 7.0
+USE_PHP="php7-0"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
+LICENSE="PHP-3.01"
+SLOT="7"
+IUSE=""
+
+for target in ${USE_PHP}; do
+   phpslot=${target/php}
+   phpslot=${phpslot/-/.}
+   PHPUSEDEPEND="${PHPUSEDEPEND}
+   php_targets_${target}? ( dev-lang/php:${phpslot}[unicode] )"
+done
+unset target phpslot
+
+DEPEND="${PHPUSEDEPEND}
+   dev-util/re2c"
+RDEPEND="${PHPUSEDEPEND} php_targets_php5-6? ( 
dev-php/pecl-mailparse:0[php_targets_php5-6] )"



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

2016-07-19 Thread Michał Górny
commit: b4904a34e4ffec0a2aab2bb77d4237a634bd0943
Author: ng0  we  make  ritual  n0  is>
AuthorDate: Mon Jul 18 22:34:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 19 12:41:47 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=b4904a34

repositories: add youbroketheinternet, #579612

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 86f6f1f..b9c0e2b 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5233,6 +5233,19 @@ FIN
 
   
   
+youbroketheinternet
+This overlay is a collaborative maintained Gentoo 
developer overlay. Some of us are involved with SecuShare, but we try out all 
sorts of XKEYSCORE-resistant technology. Some of our unique ebuilds are the 
full GNUnet suite, a functional guile-2 and software around the psyced 
chatserver. Some ebuilds are experimental/testing - refer to the included 
README for more info and details. If you would like to get involved read 
https://wiki.gentoo.org/wiki/Overlay:Youbroketheinternet
+http://youbroketheinternet.org/#overlay
+
+  n...@we.make.ritual.n0.is
+  ng0
+
+git://cheettyiapsyciew.onion/youbroketheinternet-overlay
+git://git.far37qbrwiredyo5.onion/youbroketheinternet-overlay
+https://git.n0.is/youbroketheinternet-overlay.git
+git://git.n0.is/youbroketheinternet-overlay
+  
+  
 zoobab
 Personal overlay of Benjamin Henrion
 https://github.com/zoobab/overlay4gentoo/



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

2016-07-19 Thread Jorge Manuel B. S. Vicetto
commit: ce1dde184e4335acea9af614c1607922bd8698d5
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Jul 19 12:18:59 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Jul 19 12:18:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1dde18

www-apps/drupal: Security bump to release 8.1.7 - fixes SA-CORE-2016-003 
(HTTPoxy exploit).

Package-Manager: portage-2.3.0

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.1.7.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index aa75d6d..0aa4b12 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -4,3 +4,4 @@ DIST drupal-7.50.tar.gz 3286826 SHA256 
82041716e1790269d09ec4a1c4cca8899d0221509
 DIST drupal-8.0.6.tar.gz 11782652 SHA256 
4aa4310d5e6e7d8a932b158379f27ac226cd43d01bde71d4cc3229a491992baa SHA512 
99b1192eb85e04ca14d8929dbea1cb658542027efa7f2a8c67a0572a2f6266ada375f700d176c6b6c858062fb1845fd0991e76c54929a2ca41a336f38cf0b492
 WHIRLPOOL 
07b3b09b272f404123733710738418eded39ea10a5afcbc39659c6eab5550deaa18b0d9f33be33cf1647fe47f36af905c5f5ade02ce031f81bfb23e543775a68
 DIST drupal-8.1.3.tar.gz 12552870 SHA256 
178e5ad63839ba52904925a4e230146786bb7fce7f25a2ff57f835a390689176 SHA512 
526672e8c2d4858cfaece25ed9fbea680d4adc9ef8d0ff57e291bd524cd8dc3f434e9603be4bb46aff2c14fbc6a27c7f9939a416cbd829913276545db6b34073
 WHIRLPOOL 
e9d6f9651defdf9786611a61785598d88299bdf0a3263a94a3a978345cd09c230530f2605284119f2dc5b11f02bb9990286deee3d02a708efad6029bafc4beeb
 DIST drupal-8.1.5.tar.gz 12596430 SHA256 
66590d33ba123e0b399dd9588cf3fd3b6cfbc146fc238a3f4f7d05271ae66548 SHA512 
733d27b9aae4dde71582e3ad9bbb274f7ee66bba0a0860febf306b0ea16d3e200770a41f8eedc9cf69bccbaebb0e75f7244ca073a0e88d4cfeb82a60e477c1a1
 WHIRLPOOL 
04e360cd828f3f830ec1a422f0a22a21f344030b969cd9747f4953bfc0a89981561970f58153e1f602dc393c6684546ab57605bb14e71ef5abd1ae7d06ba5c34
+DIST drupal-8.1.7.tar.gz 12601662 SHA256 
1d4c9d58c22651aca312d9fd1446f28f16018326a03e3f40dfcce264212a8e2e SHA512 
bad9ef2ede85af0cd7f254c5b7827bc98a487054c614313f791af1fe6a9a34d739500669b048ea7487bd606652e03c184fc795476928df573ccefcbf1b31a496
 WHIRLPOOL 
d30690ff5ffad3330264e3e94856420f19605d3c54a3f224f4e367ad2a6fee583bf5be1a07523b7a0b4c423e6b2adc08498923fe82485ffd360a6af0e6d6a8c0

diff --git a/www-apps/drupal/drupal-8.1.7.ebuild 
b/www-apps/drupal/drupal-8.1.7.ebuild
new file mode 100644
index 000..0eab001
--- /dev/null
+++ b/www-apps/drupal/drupal-8.1.7.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/";
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   

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

2016-07-19 Thread Jorge Manuel B. S. Vicetto
commit: 17b0775b1e9bb5fa41ff613bf0abef2c6ca4eb33
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Jul 19 12:21:15 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Jul 19 12:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b0775b

www-apps/drupal: Drop old, vulnerable and unsupported releases.

Package-Manager: portage-2.3.0

 www-apps/drupal/Manifest|  4 --
 www-apps/drupal/drupal-7.44.ebuild  | 75 
 www-apps/drupal/drupal-8.0.6.ebuild | 87 -
 www-apps/drupal/drupal-8.1.3.ebuild | 87 -
 www-apps/drupal/drupal-8.1.5.ebuild | 87 -
 5 files changed, 340 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 0aa4b12..3c12cbd 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,7 +1,3 @@
 DIST drupal-6.38.tar.gz 1113790 SHA256 
46a6d7ec170e74f3c85b11fdf0fae74ce0691d4260b848bf5faff1f0f5f31d4b SHA512 
ad8b0e04c15afa6e5b5f7d60478c7ac7f6123cd0735424588a4266a987d13df96d8349a8674bcdbcfc437a63847269477a6c836660b7dd990dbb1b844809ce14
 WHIRLPOOL 
87df66cb65bd9c97356f54d9ede14a6bec41aed49cdb5ae0f504077ce14f03cecb03ace863492c765c3b3837d8aa84c12bf11ed3ebf874afac1b69c21d31661b
-DIST drupal-7.44.tar.gz 3265819 SHA256 
a62971d20edd4ffd4c6dd03eb5fe3d213777d3807f48b7399bb73688dfd4bc5a SHA512 
67d358c85259b7722824f214be177c40819c7e0c06c8ec7511b7f87ecff1ab6622af62fc5769b62682e0e67f718743afa6b0a9e4c55e2348a1b408eeb566c3e9
 WHIRLPOOL 
2630412b085894f3b9dc8d5e0d6f0c08115f3ca60fdcbfafb6fa3070b1b54f4b551432778c6f93a59f51cd58d40b7e5c5bcdcf54abab4c6c634f31cc6be5c52a
 DIST drupal-7.50.tar.gz 3286826 SHA256 
82041716e1790269d09ec4a1c4cca8899d0221509471d53ac793a320143e0cf0 SHA512 
1d80c1cb46db4a679f4ba61decfd799989c915206325a825e0c2234c33d84dc4a7ee38a76f51e48337e241c22deffc0589d65eb6de4341070e1b4440823e52c3
 WHIRLPOOL 
eaf8a872c505a8be8faba3f8e687360c7f52e09fbf081fbd2141245a13220ac16de67bb4a7c1a283d61c517760df54bb2a268bf67649ea0875be48bd89bb6573
-DIST drupal-8.0.6.tar.gz 11782652 SHA256 
4aa4310d5e6e7d8a932b158379f27ac226cd43d01bde71d4cc3229a491992baa SHA512 
99b1192eb85e04ca14d8929dbea1cb658542027efa7f2a8c67a0572a2f6266ada375f700d176c6b6c858062fb1845fd0991e76c54929a2ca41a336f38cf0b492
 WHIRLPOOL 
07b3b09b272f404123733710738418eded39ea10a5afcbc39659c6eab5550deaa18b0d9f33be33cf1647fe47f36af905c5f5ade02ce031f81bfb23e543775a68
-DIST drupal-8.1.3.tar.gz 12552870 SHA256 
178e5ad63839ba52904925a4e230146786bb7fce7f25a2ff57f835a390689176 SHA512 
526672e8c2d4858cfaece25ed9fbea680d4adc9ef8d0ff57e291bd524cd8dc3f434e9603be4bb46aff2c14fbc6a27c7f9939a416cbd829913276545db6b34073
 WHIRLPOOL 
e9d6f9651defdf9786611a61785598d88299bdf0a3263a94a3a978345cd09c230530f2605284119f2dc5b11f02bb9990286deee3d02a708efad6029bafc4beeb
-DIST drupal-8.1.5.tar.gz 12596430 SHA256 
66590d33ba123e0b399dd9588cf3fd3b6cfbc146fc238a3f4f7d05271ae66548 SHA512 
733d27b9aae4dde71582e3ad9bbb274f7ee66bba0a0860febf306b0ea16d3e200770a41f8eedc9cf69bccbaebb0e75f7244ca073a0e88d4cfeb82a60e477c1a1
 WHIRLPOOL 
04e360cd828f3f830ec1a422f0a22a21f344030b969cd9747f4953bfc0a89981561970f58153e1f602dc393c6684546ab57605bb14e71ef5abd1ae7d06ba5c34
 DIST drupal-8.1.7.tar.gz 12601662 SHA256 
1d4c9d58c22651aca312d9fd1446f28f16018326a03e3f40dfcce264212a8e2e SHA512 
bad9ef2ede85af0cd7f254c5b7827bc98a487054c614313f791af1fe6a9a34d739500669b048ea7487bd606652e03c184fc795476928df573ccefcbf1b31a496
 WHIRLPOOL 
d30690ff5ffad3330264e3e94856420f19605d3c54a3f224f4e367ad2a6fee583bf5be1a07523b7a0b4c423e6b2adc08498923fe82485ffd360a6af0e6d6a8c0

diff --git a/www-apps/drupal/drupal-7.44.ebuild 
b/www-apps/drupal/drupal-7.44.ebuild
deleted file mode 100644
index 6eb274c..000
--- a/www-apps/drupal/drupal-7.44.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/";
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_http

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

2016-07-19 Thread Jorge Manuel B. S. Vicetto
commit: 7eb3e86242e5d7a4582ff2033aaa43c7839383be
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Jul 19 12:16:08 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Jul 19 12:16:08 2016 +
URL:https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=7eb3e862

www-apps/drupal: Drop old, vulnerable and unsupported releases.

Package-Manager: portage-2.3.0

 www-apps/drupal/Manifest|  4 --
 www-apps/drupal/drupal-7.44.ebuild  | 75 
 www-apps/drupal/drupal-8.0.6.ebuild | 87 -
 www-apps/drupal/drupal-8.1.3.ebuild | 87 -
 www-apps/drupal/drupal-8.1.5.ebuild | 87 -
 5 files changed, 340 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index aa03042..2fd79f2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,2 @@
-DIST drupal-7.44.tar.gz 3265819 SHA256 
a62971d20edd4ffd4c6dd03eb5fe3d213777d3807f48b7399bb73688dfd4bc5a SHA512 
67d358c85259b7722824f214be177c40819c7e0c06c8ec7511b7f87ecff1ab6622af62fc5769b62682e0e67f718743afa6b0a9e4c55e2348a1b408eeb566c3e9
 WHIRLPOOL 
2630412b085894f3b9dc8d5e0d6f0c08115f3ca60fdcbfafb6fa3070b1b54f4b551432778c6f93a59f51cd58d40b7e5c5bcdcf54abab4c6c634f31cc6be5c52a
 DIST drupal-7.50.tar.gz 3286826 SHA256 
82041716e1790269d09ec4a1c4cca8899d0221509471d53ac793a320143e0cf0 SHA512 
1d80c1cb46db4a679f4ba61decfd799989c915206325a825e0c2234c33d84dc4a7ee38a76f51e48337e241c22deffc0589d65eb6de4341070e1b4440823e52c3
 WHIRLPOOL 
eaf8a872c505a8be8faba3f8e687360c7f52e09fbf081fbd2141245a13220ac16de67bb4a7c1a283d61c517760df54bb2a268bf67649ea0875be48bd89bb6573
-DIST drupal-8.0.6.tar.gz 11782652 SHA256 
4aa4310d5e6e7d8a932b158379f27ac226cd43d01bde71d4cc3229a491992baa SHA512 
99b1192eb85e04ca14d8929dbea1cb658542027efa7f2a8c67a0572a2f6266ada375f700d176c6b6c858062fb1845fd0991e76c54929a2ca41a336f38cf0b492
 WHIRLPOOL 
07b3b09b272f404123733710738418eded39ea10a5afcbc39659c6eab5550deaa18b0d9f33be33cf1647fe47f36af905c5f5ade02ce031f81bfb23e543775a68
-DIST drupal-8.1.3.tar.gz 12552870 SHA256 
178e5ad63839ba52904925a4e230146786bb7fce7f25a2ff57f835a390689176 SHA512 
526672e8c2d4858cfaece25ed9fbea680d4adc9ef8d0ff57e291bd524cd8dc3f434e9603be4bb46aff2c14fbc6a27c7f9939a416cbd829913276545db6b34073
 WHIRLPOOL 
e9d6f9651defdf9786611a61785598d88299bdf0a3263a94a3a978345cd09c230530f2605284119f2dc5b11f02bb9990286deee3d02a708efad6029bafc4beeb
-DIST drupal-8.1.5.tar.gz 12596430 SHA256 
66590d33ba123e0b399dd9588cf3fd3b6cfbc146fc238a3f4f7d05271ae66548 SHA512 
733d27b9aae4dde71582e3ad9bbb274f7ee66bba0a0860febf306b0ea16d3e200770a41f8eedc9cf69bccbaebb0e75f7244ca073a0e88d4cfeb82a60e477c1a1
 WHIRLPOOL 
04e360cd828f3f830ec1a422f0a22a21f344030b969cd9747f4953bfc0a89981561970f58153e1f602dc393c6684546ab57605bb14e71ef5abd1ae7d06ba5c34
 DIST drupal-8.1.7.tar.gz 12601662 SHA256 
1d4c9d58c22651aca312d9fd1446f28f16018326a03e3f40dfcce264212a8e2e SHA512 
bad9ef2ede85af0cd7f254c5b7827bc98a487054c614313f791af1fe6a9a34d739500669b048ea7487bd606652e03c184fc795476928df573ccefcbf1b31a496
 WHIRLPOOL 
d30690ff5ffad3330264e3e94856420f19605d3c54a3f224f4e367ad2a6fee583bf5be1a07523b7a0b4c423e6b2adc08498923fe82485ffd360a6af0e6d6a8c0

diff --git a/www-apps/drupal/drupal-7.44.ebuild 
b/www-apps/drupal/drupal-7.44.ebuild
deleted file mode 100644
index 6eb274c..000
--- a/www-apps/drupal/drupal-7.44.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/";
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php}

[gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/

2016-07-19 Thread Lars Wendler
commit: b9f7bd76782fe0d00aa1e9ab8d19b6198d80e630
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul 19 12:07:03 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jul 19 12:07:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f7bd76

net-dialup/rp-pppoe: Fixed HOMEPAGE.

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

 net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild | 4 ++--
 net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild 
b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
index 9bd948c..dc7699a 100644
--- a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
+++ b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit eutils flag-o-matic autotools readme.gentoo
 PPP_P="ppp-2.4.7"
 
 DESCRIPTION="A user-mode PPPoE client and server suite for Linux"
-HOMEPAGE="http://www.roaringpenguin.com/pppoe/";
+HOMEPAGE="https://www.roaringpenguin.com/products/pppoe";
 SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz
ftp://ftp.samba.org/pub/ppp/${PPP_P}.tar.gz";
 

diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild 
b/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild
index 8c6928b..addecd9 100644
--- a/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild
+++ b/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit eutils flag-o-matic autotools readme.gentoo
 PPP_P="ppp-2.4.7"
 
 DESCRIPTION="A user-mode PPPoE client and server suite for Linux"
-HOMEPAGE="http://www.roaringpenguin.com/pppoe/";
+HOMEPAGE="https://www.roaringpenguin.com/products/pppoe";
 SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz
ftp://ftp.samba.org/pub/ppp/${PPP_P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/, net-dialup/rp-pppoe/files/

2016-07-19 Thread Lars Wendler
commit: f08afe78c1339c5c4b048912969dc6b95bf55fe4
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul 19 12:04:11 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jul 19 12:04:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08afe78

net-dialup/rp-pppoe: Removed old.

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

 net-dialup/rp-pppoe/Manifest   |   2 -
 .../rp-pppoe/files/rp-pppoe-3.8-autoheader.patch   |  46 ---
 .../rp-pppoe/files/rp-pppoe-3.8-configure.patch|  70 --
 .../files/rp-pppoe-3.8-gentoo-netscripts.patch | 150 -
 .../files/rp-pppoe-3.8-plugin-options.patch|  33 -
 .../files/rp-pppoe-3.8-session-offset.patch|  21 ---
 .../files/rp-pppoe-3.8-username-charset.patch  |  58 
 net-dialup/rp-pppoe/rp-pppoe-3.11-r2.ebuild|  92 -
 net-dialup/rp-pppoe/rp-pppoe-3.8-r2.ebuild |  81 ---
 9 files changed, 553 deletions(-)

diff --git a/net-dialup/rp-pppoe/Manifest b/net-dialup/rp-pppoe/Manifest
index bc19c7b..5af76cd 100644
--- a/net-dialup/rp-pppoe/Manifest
+++ b/net-dialup/rp-pppoe/Manifest
@@ -1,5 +1,3 @@
-DIST ppp-2.4.3.tar.gz 688092 SHA256 
1e0fddb5f53613dd14ab10b25435e88092fed1eff09b4ac4448d5be01f3b0b11 SHA512 
221f0925ec8bb73df740cd563a34f387ce8bf2417d2797e7f360563d8de6524e1cdf058c185eaefc9cb3703828d32c6f1b74595916683e08168ce792c5f8333e
 WHIRLPOOL 
c6a7538f107adca4f7fcdfccec5aef4ebba248958c05b94badcf0f1a2ebde667cf55f9adf3bd8eae8c0e6a37ed54c1f836117412d1135363bdfa279197981c6e
 DIST ppp-2.4.7.tar.gz 688117 SHA256 
02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30 SHA512 
e34ce24020af6a73e7a26c83c4f73a9c83fa455b7b363794dba27bf01f70368be06bff779777843949bd77f4bc9385d6ad455ea48bf8fff4e0d73cc8fef16ae2
 WHIRLPOOL 
48f3251e6b955ecfdaf9260b9ea5220d9e355fff836e2f5217ee0b15bf2c93e43f8207005f58bf1f97fb8ff0c76c56df8ecd8536f63c4d84d5940458ba0ba5c3
 DIST rp-pppoe-3.11.tar.gz 223234 SHA256 
86a1a4d92fcea74fa6dd45516c5975933fa978b36fafe71f76ea70b4b4747720 SHA512 
cb9579ad94f6b6cfd709e8061aacac0a007f1f58ffd50bd0603f5a2b612c0cf4831febdbfeee290b97932fd30f8ae7f707d532a291124c4aeae2333131d53905
 WHIRLPOOL 
5e0580b469973726696adc8754f4490877b748e04395873b63a7f6b87b682e0fe4d75f53b1cab674932fe7dcf4d7c99458979926f74589e6d4e15b07505720f6
 DIST rp-pppoe-3.12.tar.gz 224125 SHA256 
00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2 SHA512 
1b9e4c806fcbad1bc21f7b74a780ae98682b10a69d91fb08df6dbd1fff86f6271995ebded43f926f8249a17cdddb541edccbbb3ee28e1a2dc89173ad61cd3de1
 WHIRLPOOL 
3285578003c1f03037517e468829e72cc4bbaeeb78f40bbcaf27a077ab3437fa4139bb7b141311658dbff55597da42d66c31155a180ed9acfefdc73dab1fffaf
-DIST rp-pppoe-3.8.tar.gz 212931 SHA256 
d916e9cfe1e62395f63a5361936fa855f6d0f0a37dc7227b394cdb725f553479 SHA512 
fd929978790645639800164ad1855862f2b2ec4597a2c4c76ea7691aafd7f6ab5797fc64034eefb574dcf6dd51c51eda91c461f70bf4f557d46fee656143effc
 WHIRLPOOL 
048789a83cfcd50d95779c2eb5f31553500288138e70c6daa511e91edcf4010e17d9d106e8f1338741b1be7b5a9bf058a6bfafea0ff27665d2e53667d5bf3427

diff --git a/net-dialup/rp-pppoe/files/rp-pppoe-3.8-autoheader.patch 
b/net-dialup/rp-pppoe/files/rp-pppoe-3.8-autoheader.patch
deleted file mode 100644
index 1c90260..000
--- a/net-dialup/rp-pppoe/files/rp-pppoe-3.8-autoheader.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -Nru rp-pppoe-3.8.orig/src/configure.in rp-pppoe-3.8/src/configure.in
 rp-pppoe-3.8.orig/src/configure.in 2008-06-15 16:59:01.0 +0300
-+++ rp-pppoe-3.8/src/configure.in  2008-06-15 17:12:02.0 +0300
-@@ -44,7 +44,7 @@
- AC_MSG_RESULT($ac_cv_struct_sockaddr_ll)
- 
- if test "$ac_cv_struct_sockaddr_ll" = yes ; then
--AC_DEFINE(HAVE_STRUCT_SOCKADDR_LL)
-+AC_DEFINE(HAVE_STRUCT_SOCKADDR_LL, 1, [Define if you have struct sockaddr_ll])
- fi
- 
- dnl Check for N_HDLC line discipline
-@@ -55,7 +55,7 @@
-   ac_cv_n_hdlc=no)
- AC_MSG_RESULT($ac_cv_n_hdlc)
- if test "$ac_cv_n_hdlc" = yes ; then
--AC_DEFINE(HAVE_N_HDLC)
-+AC_DEFINE(HAVE_N_HDLC, 1, [Define if you have the N_HDLC line discipline in 
linux/termios.h])
- fi
- 
- AC_ARG_ENABLE(plugin, [  --enable-plugin=pppd_src_path   build pppd plugin], 
ac_cv_pluginpath=$enableval, ac_cv_pluginpath=no)
-@@ -100,13 +100,13 @@
- if test "$ac_cv_header_linux_if_pppox_h" = yes ; then
-   if test "$ac_cv_pluginpath" != no ; then
-   LINUX_KERNELMODE_PLUGIN=rp-pppoe.so
--  AC_DEFINE(HAVE_LINUX_KERNEL_PPPOE)
-+  AC_DEFINE(HAVE_LINUX_KERNEL_PPPOE, 1, [Define if you have 
kernel-mode PPPoE in Linux file])
-   PPPD_INCDIR=$ac_cv_pluginpath
-   fi
- fi
- 
- if test "$ac_cv_debugging" = "yes" ; then
--   AC_DEFINE(DEBUGGING_ENABLED)
-+   AC_DEFINE(DEBUGGING_ENABLED, 1, [Define to include debugging code])
- fi
- 
- AC_SUBST(LINUX_KERNELMODE_PLUGIN)
-@@ -248,7 +248,7 @@
- 
- if test "$rpppoe_cv_pack_bitfields" = "rev" ; then
-   AC_MSG_RES

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

2016-07-19 Thread Jorge Manuel B. S. Vicetto
commit: fa868d7304c02b4c4f75bc2ba5654b016bb83701
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Jul 19 11:39:06 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Jul 19 11:39:06 2016 +
URL:https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=fa868d73

www-apps/drupal: Security bump to release 8.1.7 - fixes SA-CORE-2016-003 
(HTTPoxy exploit).

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

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.1.7.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 97705b2..aa03042 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -3,3 +3,4 @@ DIST drupal-7.50.tar.gz 3286826 SHA256 
82041716e1790269d09ec4a1c4cca8899d0221509
 DIST drupal-8.0.6.tar.gz 11782652 SHA256 
4aa4310d5e6e7d8a932b158379f27ac226cd43d01bde71d4cc3229a491992baa SHA512 
99b1192eb85e04ca14d8929dbea1cb658542027efa7f2a8c67a0572a2f6266ada375f700d176c6b6c858062fb1845fd0991e76c54929a2ca41a336f38cf0b492
 WHIRLPOOL 
07b3b09b272f404123733710738418eded39ea10a5afcbc39659c6eab5550deaa18b0d9f33be33cf1647fe47f36af905c5f5ade02ce031f81bfb23e543775a68
 DIST drupal-8.1.3.tar.gz 12552870 SHA256 
178e5ad63839ba52904925a4e230146786bb7fce7f25a2ff57f835a390689176 SHA512 
526672e8c2d4858cfaece25ed9fbea680d4adc9ef8d0ff57e291bd524cd8dc3f434e9603be4bb46aff2c14fbc6a27c7f9939a416cbd829913276545db6b34073
 WHIRLPOOL 
e9d6f9651defdf9786611a61785598d88299bdf0a3263a94a3a978345cd09c230530f2605284119f2dc5b11f02bb9990286deee3d02a708efad6029bafc4beeb
 DIST drupal-8.1.5.tar.gz 12596430 SHA256 
66590d33ba123e0b399dd9588cf3fd3b6cfbc146fc238a3f4f7d05271ae66548 SHA512 
733d27b9aae4dde71582e3ad9bbb274f7ee66bba0a0860febf306b0ea16d3e200770a41f8eedc9cf69bccbaebb0e75f7244ca073a0e88d4cfeb82a60e477c1a1
 WHIRLPOOL 
04e360cd828f3f830ec1a422f0a22a21f344030b969cd9747f4953bfc0a89981561970f58153e1f602dc393c6684546ab57605bb14e71ef5abd1ae7d06ba5c34
+DIST drupal-8.1.7.tar.gz 12601662 SHA256 
1d4c9d58c22651aca312d9fd1446f28f16018326a03e3f40dfcce264212a8e2e SHA512 
bad9ef2ede85af0cd7f254c5b7827bc98a487054c614313f791af1fe6a9a34d739500669b048ea7487bd606652e03c184fc795476928df573ccefcbf1b31a496
 WHIRLPOOL 
d30690ff5ffad3330264e3e94856420f19605d3c54a3f224f4e367ad2a6fee583bf5be1a07523b7a0b4c423e6b2adc08498923fe82485ffd360a6af0e6d6a8c0

diff --git a/www-apps/drupal/drupal-8.1.7.ebuild 
b/www-apps/drupal/drupal-8.1.7.ebuild
new file mode 100644
index 000..0eab001
--- /dev/null
+++ b/www-apps/drupal/drupal-8.1.7.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/";
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/

2016-07-19 Thread Johannes Huber
commit: 200ffefe558460d975d8d9b091474212e43d6293
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jul 19 11:31:47 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jul 19 11:31:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200ffefe

kde-frameworks/karchive: Remove vulnerable versions

Gentoo-bug: 589054

Package-Manager: portage-2.3.0

 kde-frameworks/karchive/karchive-5.21.0.ebuild | 28 --
 kde-frameworks/karchive/karchive-5.23.0.ebuild | 28 --
 2 files changed, 56 deletions(-)

diff --git a/kde-frameworks/karchive/karchive-5.21.0.ebuild 
b/kde-frameworks/karchive/karchive-5.21.0.ebuild
deleted file mode 100644
index a6a414e..000
--- a/kde-frameworks/karchive/karchive-5.21.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various 
archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+bzip2 +lzma"
-
-RDEPEND="
-   bzip2? ( app-arch/bzip2 )
-   lzma? ( app-arch/xz-utils )
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package bzip2 BZip2)
-   $(cmake-utils_use_find_package lzma LibLZMA)
-   )
-
-   kde5_src_configure
-}

diff --git a/kde-frameworks/karchive/karchive-5.23.0.ebuild 
b/kde-frameworks/karchive/karchive-5.23.0.ebuild
deleted file mode 100644
index 9c165c7..000
--- a/kde-frameworks/karchive/karchive-5.23.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various 
archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+bzip2 +lzma"
-
-RDEPEND="
-   bzip2? ( app-arch/bzip2 )
-   lzma? ( app-arch/xz-utils )
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package bzip2 BZip2)
-   $(cmake-utils_use_find_package lzma LibLZMA)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/

2016-07-19 Thread Alexey Shvetsov
commit: 7d36362dfa4df704de5c7bbe00f4ba1718ac4bdc
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jul 19 10:38:26 2016 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jul 19 10:38:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d36362d

sci-chemistry/GromacsWrapper: Version bump

Package-Manager: portage-2.3.0

 .../GromacsWrapper/GromacsWrapper-0.5.1.ebuild | 37 ++
 sci-chemistry/GromacsWrapper/Manifest  |  1 +
 2 files changed, 38 insertions(+)

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild 
b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
new file mode 100644
index 000..ac4ab3d
--- /dev/null
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+if [[ $PV = ** ]]; then
+   scm_eclass=git-2
+   EGIT_REPO_URI="
+   git://github.com/orbeckst/${PN}.git
+   https://github.com/orbeckst/${PN}.git";
+   EGIT_BRANCH="develop"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   scm_eclass=vcs-snapshot
+   SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="Python framework for Gromacs"
+HOMEPAGE="https://orbeckst.github.com/GromacsWrapper/";
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
+   >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
+   "
+RDEPEND="${DEPEND}"

diff --git a/sci-chemistry/GromacsWrapper/Manifest 
b/sci-chemistry/GromacsWrapper/Manifest
index 4c77ff3..8c3a85f 100644
--- a/sci-chemistry/GromacsWrapper/Manifest
+++ b/sci-chemistry/GromacsWrapper/Manifest
@@ -1,2 +1,3 @@
 DIST GromacsWrapper-0.3.1.tar.gz 1575486 SHA256 
ddd2668060668528878370961a9a33257cf3643fd0d9e9191b1d26d4f78e803b SHA512 
655dae431bf575963af58a5f75abe6703fe1ecdddba5839b671d9237ddee0e33ab19b528e89bcba4db9063fe30622d44e8f47c7b6452b4d1eed8c7400873a012
 WHIRLPOOL 
3b848aff931190eabd49426d61186a3c1eef9779a9fabf95b4d21d47793e5543adbcba5ac2b39c8a9af7c2479930a8ea65bb336e2155dfca98378df56ba4cb3e
 DIST GromacsWrapper-0.3.2.tar.gz 1592147 SHA256 
2fe0173275ca125a4260aa05f82746338f237766fe8aa998e85a5b40cf83e42c SHA512 
a9e0abb5e7ad0c6831e23b6a8c09c6e4cc74b33d66cd17df8e00b876dc275dda11c3d3723565d8d58c45bdf6b2b00323bf85e24e2d5324a8d8b597cc3e5d78a4
 WHIRLPOOL 
852d73d01e1060369521ec5ff5197c86daa30ae98f285fe5e3d392a315cff10c68e2ba54ec9a2659260cf6830cf17cb1e094eecbd63652e9c3f13fff8707a824
+DIST GromacsWrapper-0.5.1.tar.gz 1247839 SHA256 
cca0713a50bdceaae554b4a41f2c0b6d1c66074e9eaca17ecd87ce074cc56f7d SHA512 
43b6b47e24cbb118492495370b165eb4b0e7672ba4e1c868d3039a0ad0b9828058f30ab7344118c7b0e7dd166ac325ea2b3483bd28b8f65dd972a101a5b9facd
 WHIRLPOOL 
f705d86725d95a226e74e589cf9ccc98a9e366c3aaea4818788e6ea1a359d048000718607274aa783c779c91c88bd882e65e1840a6b3c156fa374655de47b40a



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

2016-07-19 Thread Alexey Shvetsov
commit: 10d045b613c46cc566bfee34d537ffa06b49c646
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jul 19 10:28:28 2016 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jul 19 10:28:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d045b6

sys-cluster/slurm: Version bump!

Gentoo-bug: 531710
Gentoo-bug: 570728

Package-Manager: portage-2.3.0

 sys-cluster/slurm/Manifest |  2 +-
 .../slurm/files/slurm-16.05.2-disable-sview.patch  | 90 ++
 sys-cluster/slurm/files/slurm-2.5.4-nogtk.patch| 43 ---
 sys-cluster/slurm/metadata.xml |  2 -
 .../{slurm-2.6.3.ebuild => slurm-16.05.2.ebuild}   | 51 
 5 files changed, 107 insertions(+), 81 deletions(-)

diff --git a/sys-cluster/slurm/Manifest b/sys-cluster/slurm/Manifest
index 1bdaad0..d98544e 100644
--- a/sys-cluster/slurm/Manifest
+++ b/sys-cluster/slurm/Manifest
@@ -1 +1 @@
-DIST slurm-2.6.3.tar.bz2 5945106 SHA256 
3523f6866531d48061e6b4d769a17e005b7d440bb5cee6c6ab6a12518c884d23 SHA512 
98e212db02d14d9808c3e89bf0a44f7925dbb8bae360e5084e28c71c0dea0e670a28a0baa1a1511666c42e19693ecd807f24241baa082475f385bf7285dba0cd
 WHIRLPOOL 
5e8955df7419d15f4be78eb1584a5797f6c3b29c01b4352b3f0bf8a7c5e9b96b97aa4ef74ba6bda0f278e80723b72a860eb2c65686bd2adb383ea444d4a62e29
+DIST slurm-16.05.2.tar.bz2 5982329 SHA256 
de57ab107c98499f7184c54de8d5ac115a55657aa03d29d69cd0b7e737a42852 SHA512 
8b4296481c5ad83da2bde1530937b3da9b6e32b6606ba0b0a3899e0f2f0b4fc42ca8a802d4bf346d0de28852d75839e9359e28c4ce77588cd22a08ddbd34dd21
 WHIRLPOOL 
925902c9432b24a2c85488d1ba6a867abed0adaaecaa94b648402e48d250d924000741b2be486b34d3b7f6890aeabb9aea6c47e2e8fd9896dda3a3ae416a4a89

diff --git a/sys-cluster/slurm/files/slurm-16.05.2-disable-sview.patch 
b/sys-cluster/slurm/files/slurm-16.05.2-disable-sview.patch
new file mode 100644
index 000..5b861c3
--- /dev/null
+++ b/sys-cluster/slurm/files/slurm-16.05.2-disable-sview.patch
@@ -0,0 +1,90 @@
+diff -urN slurm-16.05.2.orig/configure.ac slurm-16.05.2/configure.ac
+--- slurm-16.05.2.orig/configure.ac2016-07-07 02:51:37.0 +0300
 slurm-16.05.2/configure.ac 2016-07-15 20:02:41.373270765 +0300
+@@ -261,44 +261,6 @@
+ PKG_CHECK_MODULES([CHECK], [check >= 0.9.8], [ac_have_check="yes"], 
[ac_have_check="no"])
+ AM_CONDITIONAL(HAVE_CHECK, test "x$ac_have_check" = "xyes")
+ 
+-#
+-#  Tests for GTK+
+-#
+-
+-# use the correct libs if running on 64bit
+-if test -d "/usr/lib64/pkgconfig"; then
+-PKG_CONFIG_PATH="/usr/lib64/pkgconfig/:$PKG_CONFIG_PATH"
+-fi
+-
+-if test -d "/opt/gnome/lib64/pkgconfig"; then
+-PKG_CONFIG_PATH="/opt/gnome/lib64/pkgconfig/:$PKG_CONFIG_PATH"
+-fi
+-
+-AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"], 
[gthread])
+-
+-if test ${glib_config_minor_version=0} -ge 32 ; then
+-   AC_DEFINE([GLIB_NEW_THREADS], 1, [Define to 1 if using glib-2.32.0 or 
higher])
+-fi
+-
+-AM_PATH_GTK_2_0([2.7.1], [ac_gtk_test="yes"], [ac_gtk_test="no"], [gthread])
+-if test ${gtk_config_minor_version=0} -ge 10 ; then
+-   AC_DEFINE([GTK2_USE_RADIO_SET], 1, [Define to 1 if using gtk+-2.10.0 
or higher])
+-fi
+-
+-if test ${gtk_config_minor_version=0} -ge 12 ; then
+-   AC_DEFINE([GTK2_USE_TOOLTIP], 1, [Define to 1 if using gtk+-2.12.0 or 
higher])
+-fi
+-
+-if test ${gtk_config_minor_version=0} -ge 14 ; then
+-   AC_DEFINE([GTK2_USE_GET_FOCUS], 1, [Define to 1 if using gtk+-2.14.0 
or higher])
+-fi
+-
+-if test "x$ac_glib_test" != "xyes" -o "x$ac_gtk_test" != "xyes"; then
+-  AC_MSG_WARN([cannot build sview without gtk library]);
+-fi
+-
+-AM_CONDITIONAL(BUILD_SVIEW, [test "x$ac_glib_test" = "xyes"] && [test 
"x$ac_gtk_test" = "xyes"])
+-
+ X_AC_DATABASES
+ 
+ dnl Cray ALPS/Basil support depends on mySQL
+@@ -503,7 +465,6 @@
+src/sshare/Makefile
+src/sstat/Makefile
+src/strigger/Makefile
+-   src/sview/Makefile
+src/plugins/Makefile
+src/plugins/accounting_storage/Makefile
+src/plugins/accounting_storage/common/Makefile
+diff -urN slurm-16.05.2.orig/src/Makefile.am slurm-16.05.2/src/Makefile.am
+--- slurm-16.05.2.orig/src/Makefile.am 2016-07-07 02:51:37.0 +0300
 slurm-16.05.2/src/Makefile.am  2016-07-15 20:02:41.373270765 +0300
+@@ -27,8 +27,7 @@
+   srun_cr \
+   sshare  \
+   sstat   \
+-  strigger\
+-  sview
++  strigger
+ 
+ if !REAL_BG_L_P_LOADED
+ SUBDIRS += srun
+diff -urN slurm-16.05.2.orig/src/Makefile.in slurm-16.05.2/src/Makefile.in
+--- slurm-16.05.2.orig/src/Makefile.in 2016-07-07 02:51:37.0 +0300
 slurm-16.05.2/src/Makefile.in  2016-07-15 20:02:41.373270765 +0300
+@@ -199,7 +199,7 @@
+ DIST_SUBDIRS = api bcast common database db_api layouts plugins sacct \
+   sacctmgr salloc sattach sbatch sbcast scancel scontrol sdiag \
+   sinfo slurmctld slurmd slurmdb

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

2016-07-19 Thread Amy Winston
commit: 025b9960bc77949539e5b6f6baf2918ef09b12a2
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Jul 19 09:38:36 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Jul 19 09:38:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025b9960

sys-apps/likwid: version bump 4.1.1 bug #588830. Brendan Horan

Package-Manager: portage-2.2.28

 sys-apps/likwid/Manifest   |  1 +
 sys-apps/likwid/files/likwid-4.1.1-Makefile.patch  | 19 +
 sys-apps/likwid/files/likwid-4.1.1-config.mk.patch | 43 ++
 .../likwid/files/likwid-4.1.1-fix-gnustack.patch   | 31 +++
 sys-apps/likwid/likwid-4.1.1.ebuild| 98 ++
 5 files changed, 192 insertions(+)

diff --git a/sys-apps/likwid/Manifest b/sys-apps/likwid/Manifest
index 2b503e5..87d5a9b 100644
--- a/sys-apps/likwid/Manifest
+++ b/sys-apps/likwid/Manifest
@@ -1,2 +1,3 @@
 DIST likwid-3.1.3.tar.gz 605675 SHA256 
05078ec55dce3d4cf1c94832bd289ccbcaee7bdee9a1ea9f6681ccd3f59ece5b SHA512 
e31b4498e702d4ddf61e3c123d43f0804ef4cef149bb3732b61e3894aa9d76feb7a2654bbb0467dd30323031122ea01cf17e4f01a33f193e750cdbdfc09741d7
 WHIRLPOOL 
bccfcc68e792f09a66eab99affa81250fbe34d4759a81a4e0bd0af2535e5bb09229bee4bc165986559d14101183e5be9a933273ec9f1a7c5c8da3f97f07f9e8e
 DIST likwid-4.0.1.tar.gz 1409079 SHA256 
ab384e585d99a7404075c48f78a08e892a75db12c348da6622ed0536a0a05c7f SHA512 
f164a244e56afdc4409790b75f3cb4ea49cc91f7a210590de426f429db5717eed9691263580008cf69997be56a63009224012ee48c55f05b112f96cfca81c52e
 WHIRLPOOL 
59392e6a2057fb9f9aa70b7cc0594ca7a665171b8a2302ddd9350930571596f14e5c9753d132eddb750ef8503330b4f456158fae7a99705c36e7aac80afa6bb2
+DIST likwid-4.1.1.tar.gz 1395475 SHA256 
805b321c0c88e02ebddf89cd7e0097e40a438846cb033650c05a57d992393d3d SHA512 
2561cc8203bf795ebe661a0b2f2e15fb68a164438b2c839482bab67a82babadbcfd78aaf519c4ceab6cfc799a363216023f77fe744e3b302facf5c578d7ab407
 WHIRLPOOL 
5be6036e726296719effcd3fbd272168cdf5f2581ede0bca0c554098a780018063b6527cd99202a8620dcc705246f2da1ad281c573eacfee8b4310a8dccbd4d7

diff --git a/sys-apps/likwid/files/likwid-4.1.1-Makefile.patch 
b/sys-apps/likwid/files/likwid-4.1.1-Makefile.patch
new file mode 100644
index 000..cec5d59
--- /dev/null
+++ b/sys-apps/likwid/files/likwid-4.1.1-Makefile.patch
@@ -0,0 +1,19 @@
+--- likwid-likwid-4.1.1/Makefile.org   2016-07-14 12:09:56.612963529 +0800
 likwid-likwid-4.1.1/Makefile   2016-07-14 12:11:24.148645584 +0800
+@@ -51,7 +51,6 @@
+ 
+ #CONFIGURE BUILD SYSTEM
+ BUILD_DIR  = ./$(COMPILER)
+-Q ?= @
+ GENGROUPLOCK = .gengroup
+ 
+ VPATH = $(SRC_DIR)
+@@ -544,7 +543,7 @@
+   sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e 
"s//$(RELEASE)/g" -e "s+$(PREFIX)/bin/likwid-lua+$(PWD)/ext/lua/lua+" 
-e "s+$(PREFIX)/share/lua/?.lua+$(PWD)/?.lua+" -e 
"s+$(PREFIX)/bin/likwid-pin+$(PWD)/likwid-pin+" -e 
"s+$(PREFIX)/bin/likwid-perfctr+$(PWD)/likwid-perfctr+" $$APP; \
+   chmod +x $$APP; \
+   done
+-  @sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e 
"s//$(RELEASE)/g" -e "s+$(PREFIX)/lib+$(PWD)+g" -e 
"s+$(PREFIX)/share/likwid/perfgroups+$(PWD)/groups+g" likwid.lua;
++  @sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e 
"s//$(RELEASE)/g" -e "s+$(PREFIX)/+$(PWD)+g" -e 
"s+$(PREFIX)/share/likwid/perfgroups+$(PWD)/groups+g" likwid.lua;
+   @sed -i -e 
"s+$(PREFIX)/share/likwid/mongroups+$(PWD)/monitoring/groups+g" likwid-agent
+   @ln -sf liblikwid.so liblikwid.so.$(VERSION)
+   @ln -sf ext/hwloc/liblikwid-hwloc.so liblikwid-hwloc.so.$(VERSION)

diff --git a/sys-apps/likwid/files/likwid-4.1.1-config.mk.patch 
b/sys-apps/likwid/files/likwid-4.1.1-config.mk.patch
new file mode 100644
index 000..36897e5
--- /dev/null
+++ b/sys-apps/likwid/files/likwid-4.1.1-config.mk.patch
@@ -0,0 +1,43 @@
+--- likwid-likwid-4.1.1/config.mk.org  2016-07-14 12:49:27.791771509 +0800
 likwid-likwid-4.1.1/config.mk  2016-07-14 12:51:27.470358158 +0800
+@@ -15,9 +15,9 @@
+ # Common users do not need to change values below this comment! #
+ #
+ 
+-MANPREFIX = $(PREFIX)/man#NO SPACE
++MANPREFIX = ${D}/usr/share/man#NO SPACE
+ BINPREFIX = $(PREFIX)/bin#NO SPACE
+-LIBPREFIX = $(PREFIX)/lib#NO SPACE
++LIBPREFIX = $(PREFIX)/$(get_libdir)#NO SPACE
+ 
+ # These paths are hardcoded into executables and libraries. Usually
+ # they'll be the same as above, but package maintainers may want to
+@@ -26,9 +26,9 @@
+ # Keep in mind that the access and setFreq daemon need enough
+ # privileges that may be deleted when copying the files to
+ # the INTSTALLED_PREFIX
+-INSTALLED_PREFIX = $(PREFIX)#NO SPACE
++INSTALLED_PREFIX=/usr#NO SPACE
+ INSTALLED_BINPREFIX = $(INSTALLED_PREFIX)/bin#NO SPACE
+-INSTALLED_LIBPREFIX = $(INSTALLED_PREFIX)/lib#NO SPACE
++INSTALLED_LIBPREFIX = $(INSTALLED_PREFIX)/$(get_libdir)#NO SPACE
+ 
+ # chown installed tools to this user/group
+ # if you change anything here, make s

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

2016-07-19 Thread Amy Winston
commit: 773af2b3d89eab8d088f8f597588abf3342b369b
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Jul 19 09:41:48 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Jul 19 09:41:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773af2b3

sys-apps/likwid: remove old. Brendan Horan.

Package-Manager: portage-2.2.28

 sys-apps/likwid/Manifest   |  2 -
 sys-apps/likwid/files/likwid-3.1.3-Makefile.patch  | 42 -
 .../likwid/files/likwid-3.1.3-fix-gnustack.patch   | 32 ---
 sys-apps/likwid/files/likwid-4.0.1-Makefile.patch  | 39 -
 .../likwid/files/likwid-4.0.1-access-daemon.patch  | 11 ---
 sys-apps/likwid/files/likwid-4.0.1-config.mk.patch | 46 --
 .../likwid/files/likwid-4.0.1-fix-gnustack.patch   | 31 ---
 .../likwid/files/likwid-4.0.1-lua-makefile.patch   | 19 -
 sys-apps/likwid/likwid-3.1.3.ebuild| 67 ---
 sys-apps/likwid/likwid-4.0.1-r2.ebuild | 99 --
 10 files changed, 388 deletions(-)

diff --git a/sys-apps/likwid/Manifest b/sys-apps/likwid/Manifest
index 87d5a9b..0c3bd6c 100644
--- a/sys-apps/likwid/Manifest
+++ b/sys-apps/likwid/Manifest
@@ -1,3 +1 @@
-DIST likwid-3.1.3.tar.gz 605675 SHA256 
05078ec55dce3d4cf1c94832bd289ccbcaee7bdee9a1ea9f6681ccd3f59ece5b SHA512 
e31b4498e702d4ddf61e3c123d43f0804ef4cef149bb3732b61e3894aa9d76feb7a2654bbb0467dd30323031122ea01cf17e4f01a33f193e750cdbdfc09741d7
 WHIRLPOOL 
bccfcc68e792f09a66eab99affa81250fbe34d4759a81a4e0bd0af2535e5bb09229bee4bc165986559d14101183e5be9a933273ec9f1a7c5c8da3f97f07f9e8e
-DIST likwid-4.0.1.tar.gz 1409079 SHA256 
ab384e585d99a7404075c48f78a08e892a75db12c348da6622ed0536a0a05c7f SHA512 
f164a244e56afdc4409790b75f3cb4ea49cc91f7a210590de426f429db5717eed9691263580008cf69997be56a63009224012ee48c55f05b112f96cfca81c52e
 WHIRLPOOL 
59392e6a2057fb9f9aa70b7cc0594ca7a665171b8a2302ddd9350930571596f14e5c9753d132eddb750ef8503330b4f456158fae7a99705c36e7aac80afa6bb2
 DIST likwid-4.1.1.tar.gz 1395475 SHA256 
805b321c0c88e02ebddf89cd7e0097e40a438846cb033650c05a57d992393d3d SHA512 
2561cc8203bf795ebe661a0b2f2e15fb68a164438b2c839482bab67a82babadbcfd78aaf519c4ceab6cfc799a363216023f77fe744e3b302facf5c578d7ab407
 WHIRLPOOL 
5be6036e726296719effcd3fbd272168cdf5f2581ede0bca0c554098a780018063b6527cd99202a8620dcc705246f2da1ad281c573eacfee8b4310a8dccbd4d7

diff --git a/sys-apps/likwid/files/likwid-3.1.3-Makefile.patch 
b/sys-apps/likwid/files/likwid-3.1.3-Makefile.patch
deleted file mode 100644
index a40d0c3..000
--- a/sys-apps/likwid/files/likwid-3.1.3-Makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 Makefile.org   2015-03-04 16:25:59.942213571 +0800
-+++ Makefile   2015-03-04 16:46:05.640278082 +0800
-@@ -87,7 +87,7 @@
- 
- LIKWID_LIB = liblikwid
- ifeq ($(SHARED_LIBRARY),true)
--CFLAGS += $(SHARED_CFLAGS) -ggdb
-+CFLAGS += $(SHARED_CFLAGS) -g -Wa,--noexecstack
- DYNAMIC_TARGET_LIB := $(LIKWID_LIB).so
- TARGET_LIB := $(DYNAMIC_TARGET_LIB)
- LIBS += -L. -llikwid
-@@ -307,28 +307,8 @@
-   echo "Only root can adjust the privileges of the daemon 
applications in $(PREFIX)/sbin"; \
-   fi; \
-   done
--  @echo "===> INSTALL man pages to $(MANPREFIX)/man1"
--  @mkdir -p $(MANPREFIX)/man1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-topology.1 > $(MANPREFIX)/man1/likwid-topology.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-features.1 > $(MANPREFIX)/man1/likwid-features.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-perfctr.1 > $(MANPREFIX)/man1/likwid-perfctr.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-powermeter.1 > $(MANPREFIX)/man1/likwid-powermeter.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-pin.1 > $(MANPREFIX)/man1/likwid-pin.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-setFrequencies.1 > $(MANPREFIX)/man1/likwid-setFrequencies.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-bench.1 > $(MANPREFIX)/man1/likwid-bench.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/feedGnuplot.1 > $(MANPREFIX)/man1/feedGnuplot.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-accessD.1 > $(MANPREFIX)/man1/likwid-accessD.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-genCfg.1 > $(MANPREFIX)/man1/likwid-genCfg.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-memsweeper.1 > $(MANPREFIX)/man1/likwid-memsweeper.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-mpirun.1 > $(MANPREFIX)/man1/likwid-mpirun.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-perfscope.1 > $(MANPREFIX)/man1/likwid-perfscope.1
--  @sed -e "s//$(VERSION)/g" -e "s//$(DATE)/g" < 
$(DOC_DIR)/likwid-setFreq.1 > $(MANPREFIX)/man1/likwid-setFreq.1
--  @c

[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/, net-firewall/ipt_netflow/files/

2016-07-19 Thread Sergey Popov
commit: 2ad5de1938d063ff68d5ea9c254cf2158bdf0c71
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Jul 19 09:13:50 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Jul 19 09:13:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad5de19

net-firewall/ipt_netflow: revision bump

Backport compatibility patch for Linux kernel 4.6

Package-Manager: portage-2.2.28

 .../files/ipt_netflow-2.2-linux-4.6.patch  | 61 +++
 net-firewall/ipt_netflow/ipt_netflow-2.2-r1.ebuild | 91 ++
 2 files changed, 152 insertions(+)

diff --git a/net-firewall/ipt_netflow/files/ipt_netflow-2.2-linux-4.6.patch 
b/net-firewall/ipt_netflow/files/ipt_netflow-2.2-linux-4.6.patch
new file mode 100644
index 000..bd9bedd
--- /dev/null
+++ b/net-firewall/ipt_netflow/files/ipt_netflow-2.2-linux-4.6.patch
@@ -0,0 +1,61 @@
+commit c16ffc6cb679b3377a0d4a30a6bbcf5e2f3d0214
+Author: ABC 
+Date:   Sun May 22 22:07:14 2016 +0300
+
+Support ETHTOOL_xLINKSETTINGS API (new in linux 4.6).
+
+Thus, making support for 4.6 kernels.
+Reference to linux commit:
+  https://github.com/torvalds/linux/commit/3f1ac7a700d
+
+Fixes #56, thanks karel-un.
+
+diff --git a/ipt_NETFLOW.c b/ipt_NETFLOW.c
+index 067fd50..d27eea2 100644
+--- a/ipt_NETFLOW.c
 b/ipt_NETFLOW.c
+@@ -3904,7 +3904,13 @@ static int ethtool_drvinfo(unsigned char *ptr, size_t 
size, struct net_device *d
+ {
+   struct ethtool_drvinfo info = { 0 };
+   const struct ethtool_ops *ops = dev->ethtool_ops;
++#ifndef ETHTOOL_GLINKSETTINGS
+   struct ethtool_cmd ecmd;
++#define _KSETTINGS(x, y) (x)
++#else
++  struct ethtool_link_ksettings ekmd;
++#define _KSETTINGS(x, y) (y)
++#endif
+   int len = size;
+   int n;
+ 
+@@ -3933,11 +3939,11 @@ static int ethtool_drvinfo(unsigned char *ptr, size_t 
size, struct net_device *d
+   /* only get_settings for running devices to not trigger link 
negotiation */
+   if (dev->flags & IFF_UP &&
+   dev->flags & IFF_RUNNING &&
+-  !__ethtool_get_settings(dev, &ecmd)) {
++  !_KSETTINGS(__ethtool_get_settings(dev, &ecmd), 
__ethtool_get_link_ksettings(dev, &ekmd))) {
+   char *s, *p;
+ 
+   /* append basic parameters: speed and port */
+-  switch (ethtool_cmd_speed(&ecmd)) {
++  switch (_KSETTINGS(ethtool_cmd_speed(&ecmd), ekmd.base.speed)) {
+   case SPEED_1: s = "10Gb"; break;
+   case SPEED_2500:  s = "2.5Gb"; break;
+   case SPEED_1000:  s = "1Gb"; break;
+@@ -3945,7 +3951,7 @@ static int ethtool_drvinfo(unsigned char *ptr, size_t 
size, struct net_device *d
+   case SPEED_10:s = "10Mb"; break;
+   default:  s = "";
+   }
+-  switch (ecmd.port) {
++  switch (_KSETTINGS(ecmd.port, ekmd.base.port)) {
+   case PORT_TP: p = "tp"; break;
+   case PORT_AUI:p = "aui"; break;
+   case PORT_MII:p = "mii"; break;
+@@ -3964,6 +3970,7 @@ ret:
+   ops->complete(dev);
+   return size - len;
+ }
++#undef _KSETTINGS
+ 
+ static const unsigned short netdev_type[] =
+ {ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_AX25,

diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.2-r1.ebuild 
b/net-firewall/ipt_netflow/ipt_netflow-2.2-r1.ebuild
new file mode 100644
index 000..a141c1a
--- /dev/null
+++ b/net-firewall/ipt_netflow/ipt_netflow-2.2-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+MY_PN="${PN/_/-}"
+MY_P="${MY_PN}-${PV}"
+inherit linux-info linux-mod toolchain-funcs
+
+DESCRIPTION="Netflow iptables module"
+HOMEPAGE="http://sourceforge.net/projects/ipt-netflow";
+SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="debug snmp"
+
+RDEPEND="
+   net-firewall/iptables
+   snmp? ( net-analyzer/net-snmp )
+"
+DEPEND="${RDEPEND}
+   virtual/linux-sources
+   virtual/pkgconfig
+"
+
+# set S before MODULE_NAMES
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   BUILD_TARGETS="all"
+   MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
+   IPT_LIB="/usr/$(get_libdir)/xtables"
+   local CONFIG_CHECK="~IP_NF_IPTABLES"
+   use debug && CONFIG_CHECK+=" ~DEBUG_FS"
+   linux-mod_pkg_setup
+}
+
+src_prepare() {
+   sed -i \
+   -e 's:make -C:$(MAKE) -C:g' \
+   -e 's:gcc -O2:$(CC) $(CFLAGS) $(LDFLAGS):' \
+   -e 's:gcc:$(CC) $(CFLAGS) $(LDFLAGS):' \
+   Makefile.in || die
+
+   # Checking for directory is enough
+   sed -i -e 's:-s /etc/snmp/snmpd.conf:-d /etc/snmp:' configure || die
+
+   # bug #455984
+   eapply "${FILESDIR}/${PN}-2.0-configure.patch"
+
+   # Compatibility with kernel 4.6
+   eapply "${FILESDIR}/${P}-linux-4.6.patch"

[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/files/, net-firewall/ipt_netflow/

2016-07-19 Thread Sergey Popov
commit: d45e06d1e8292e123fa7e7420dd6c7b387da9383
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Jul 19 09:12:41 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Jul 19 09:12:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45e06d1

net-firewall/ipt_netflow: drop old version

Package-Manager: portage-2.2.28

 net-firewall/ipt_netflow/Manifest  |  1 -
 .../files/ipt_netflow-2.1-linux-3.19.patch | 45 ---
 .../ipt_netflow/ipt_netflow-2.1_p20160119.ebuild   | 88 --
 3 files changed, 134 deletions(-)

diff --git a/net-firewall/ipt_netflow/Manifest 
b/net-firewall/ipt_netflow/Manifest
index 1dba461..65a6cfc 100644
--- a/net-firewall/ipt_netflow/Manifest
+++ b/net-firewall/ipt_netflow/Manifest
@@ -1,2 +1 @@
-DIST ipt-netflow-2.1_p20160119.tgz 86892 SHA256 
9afb3f122f0f2b140d81b331d4500f8ad475898579fb5901ed1090d80783a4e5 SHA512 
7f30683240d7516df01a4b4a37ea738980def764741c658c86e9c28ca638592a40e0b2458164105d76f88c90f780f058f5c17a0c60ffaeb775d7cdb38dbb4fe1
 WHIRLPOOL 
fdb1a0bebeb8a2840005abd86cbd0fcbc241b4acaae2138d66d0a463807392a3076113b61d8d091ba0aa8f995ab9cc21a1f1f8e33bd9cd11bc1700b8392791d9
 DIST ipt-netflow-2.2.tgz 96697 SHA256 
81be0a334f74894756d022aee2c87b36c89a7aeca6ff1c91ef6b4f3458793198 SHA512 
a406ab9bd18616414d8c99f427382a075bdb8000d8c40959f5b6d6e577d7eb4dfc7f8b773664a516ec2228d15590f21c3fbd6aa3d4302f6cdf03810e1702af74
 WHIRLPOOL 
e9c5f13a3efa346b75ec47ceb033e83099744fa90d575d62135225a88f0093b1de556354d972772f13e7ea895659cd58e6e9a3c08817f62fd902336cc8771928

diff --git a/net-firewall/ipt_netflow/files/ipt_netflow-2.1-linux-3.19.patch 
b/net-firewall/ipt_netflow/files/ipt_netflow-2.1-linux-3.19.patch
deleted file mode 100644
index 47fec4f..000
--- a/net-firewall/ipt_netflow/files/ipt_netflow-2.1-linux-3.19.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-commit 582fd497a5f0f5ae5dce24cba042d856d63bfbe1
-Author: ABC 
-Date:   Mon Feb 16 21:53:54 2015 +0400
-
-Compatibility of __get_cpu_var with linux 3.19.
-
-Fixes #28, thanks boyarsh@github.
-
-diff --git a/ipt_NETFLOW.h b/ipt_NETFLOW.h
-index bc2734f..5548e57 100644
 a/ipt_NETFLOW.h
-+++ b/ipt_NETFLOW.h
-@@ -396,6 +396,9 @@ struct netflow_aggr_p {
-   __u16 aggr_port;
- };
- 
-+#ifndef __get_cpu_var
-+#define __get_cpu_var(var)(*this_cpu_ptr(&(var)))
-+#endif
- #define NETFLOW_STAT_INC(count) (__get_cpu_var(ipt_netflow_stat).count++)
- #define NETFLOW_STAT_ADD(count, val) (__get_cpu_var(ipt_netflow_stat).count 
+= (unsigned long long)val)
- #define NETFLOW_STAT_SET(count, val) (__get_cpu_var(ipt_netflow_stat).count = 
(unsigned long long)val)
-diff --git a/testing.sh b/testing.sh
-index b465c8d..caa4f03 100755
 a/testing.sh
-+++ b/testing.sh
-@@ -6,7 +6,7 @@ if [ "$1" = "" ]; then
-   echo Maintainer only tool.
-   exit 1
- elif [ "$1" = all ]; then
--  exec bash $0 linux-2.6.18 centos5 linux-3.11.2 centos6 linux-3.4.66 
linux-3.9.11 centos7 linux-3.14 linux-3.17
-+  exec bash $0 linux-2.6.18 centos5 linux-3.11.2 centos6 linux-3.4.66 
linux-3.9.11 centos7 linux-3.14 linux-3.17 linux-3.19
-   exit 1
- fi
- 
-@@ -33,6 +33,9 @@ readarray -t opts 

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

2016-07-19 Thread Anthony G. Basile
commit: 05e87bb77dc1e73e263c64fc8f5befafbfe4cf02
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 07:35:05 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 07:37:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e87bb7

sys-kernel/hardened-sources: version bump to 4.6.4-r1

vanilla-4.6.4 + genpatches-4.6-5 + grsecurity-3.1-4.6.4-201607182211

Package-Manager: portage-2.2.28

 sys-kernel/hardened-sources/Manifest   |  1 +
 .../hardened-sources-4.6.4-r1.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index a7ad9ce..13d9472 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -16,6 +16,7 @@ DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 
81f1417d210e0a6d9f5e
 DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8abeb5d5add60480490fd365d4c31da2d7ac1973a4c258 SHA512 
cfb52ee6aee76b125a5a833cd9facc92ea1dff17129a488b66e976e94699cea8109e6f5df90835e818af1ea6e59e12cecc95159601d544f5b008560a1190b530
 WHIRLPOOL 
56facf79d5556aaac3bf08fa3b4be21b7fef561c8d3fd41943ce51c4d15b71e114be2e33914f5bf7e3d981abcebeffb95fb99aedde8d72231edcef72123ea9fa
 DIST hardened-patches-4.5.7-6.extras.tar.bz2 1870054 SHA256 
8a8c20dc44a0f452f0d2873e4efcf6dd53010e65976ce9986083f906fd2eb223 SHA512 
b1e853689395305d6d902259a952be21d768a60b46cd9dcbb8bd4ee0193a08806414cdcbd642df286bef92a82e08939c0ec3e5d53fcae999b0628a0d35ec3a2d
 WHIRLPOOL 
73d425f3d2faa6aeeeb3007e468ab3c3792f4d3c95122b0a9572579ef8e27fd253b94efcfd2d85483cc3c0250c73679b68ad10a93cc0e38ba36601a7fe8125ac
 DIST hardened-patches-4.6.4-1.extras.tar.bz2 1883551 SHA256 
d37d6cdeb3ab672cf0e07274e5433134d9903fb7e18749bce1564c25aa6a201d SHA512 
a6effdcefb083e6488573629ea541b82f07bb89dc7b2d5cbe5bd240191e19a4038ed6a3f21b4e90d8f98f4d4fb1c2dd52e1221ef8962e3c947e01ad17fde0186
 WHIRLPOOL 
eeb26689fdffc9d23243a44a8713465b6b2a362c761f37aa3a3bf62ffd9c45b351c0ecc70f2fd61fddaafb1d393786c5db0633d91d0169b766b5f99557d3e64e
+DIST hardened-patches-4.6.4-2.extras.tar.bz2 1877339 SHA256 
89bec0f3ccfc99078a9d9ceb93aa8cb36bb5f455dbfd511f84e443e5f5729e67 SHA512 
f23b45481db0a26065a0ea0f419700cecd1270f9598aa29d182e3fa7f8e45d0994f0febdd0c1f8620a4919a96377d1e0c5c45f0d23cc329043c91f9bfde1c59f
 WHIRLPOOL 
382c1c42476bee34b9f52eb8dc9b05f22b18a74456ce1f3f71eff88f0ca6007e3094a35067d60850386547590949c818d60f18c7bd8634cc7c3b22be575b5779
 DIST linux-4.3.tar.xz 86920812 SHA256 
4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 
d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc
 WHIRLPOOL 
e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
 DIST linux-4.5.tar.xz 88375040 SHA256 
a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c SHA512 
cb0d5f30baff37dfea40fbc1119a1482182f95858c883e019ee3f81055c8efbdb9dba7dfc02ebcc4216db38f03ece58688e69efc0fce1dade359af30bd5426de
 WHIRLPOOL 
8faa0b02c5733fc45dbe61f82a7022e9246b9b1665f27541d4afa5d14c310b9dce7a8532dfac8273898edf8c6923654ee2fbcf2cec1ec2a220f4c9f926f2b333

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.6.4-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.6.4-r1.ebuild
new file mode 100644
index 000..ad6a732
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-4.6.4-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base"
+K_GENPATCHES_VER="5"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
+SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
+UNIPATCH_EXCLUDE="
+   1500_XATTR_USER_PREFIX.patch
+   2900_dev-root-proc-mount-fix.patch"
+
+DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
+IUSE="deblob"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=sys-devel/gcc-4.5"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+
+   local GRADM_COMPAT="sys-apps/gradm-3

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

2016-07-19 Thread Anthony G. Basile
commit: dd683238b35c48c4e7f6d67515977aaf67433dfb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 07:37:37 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 07:37:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd683238

sys-kernel/hardened-sources: remove older unstable version

Package-Manager: portage-2.2.28

 sys-kernel/hardened-sources/Manifest   |  1 -
 .../hardened-sources/hardened-sources-4.6.4.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 13d9472..86236ae 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -15,7 +15,6 @@ DIST hardened-patches-4.3.3-5.extras.tar.bz2 1649484 SHA256 
2a62a5eb4b98f4fbeb43
 DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 
81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d0fa1979982ec SHA512 
599dedbef6fa26efc2a62c19e0536accedff6c60968294e9a7246c9844b26491b4414b1b40106eee9bb7540f8cd4ae74ab3720029b0730ce5541e005ba60cb9b
 WHIRLPOOL 
84e22467a6dcc738043e47274ab2476b69f1796f1f23e3ca4ed8e244dd73a7e4998de683c1d93baccdd41eb232327d4ef1eb07d01b8a790510b8690334032f02
 DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8abeb5d5add60480490fd365d4c31da2d7ac1973a4c258 SHA512 
cfb52ee6aee76b125a5a833cd9facc92ea1dff17129a488b66e976e94699cea8109e6f5df90835e818af1ea6e59e12cecc95159601d544f5b008560a1190b530
 WHIRLPOOL 
56facf79d5556aaac3bf08fa3b4be21b7fef561c8d3fd41943ce51c4d15b71e114be2e33914f5bf7e3d981abcebeffb95fb99aedde8d72231edcef72123ea9fa
 DIST hardened-patches-4.5.7-6.extras.tar.bz2 1870054 SHA256 
8a8c20dc44a0f452f0d2873e4efcf6dd53010e65976ce9986083f906fd2eb223 SHA512 
b1e853689395305d6d902259a952be21d768a60b46cd9dcbb8bd4ee0193a08806414cdcbd642df286bef92a82e08939c0ec3e5d53fcae999b0628a0d35ec3a2d
 WHIRLPOOL 
73d425f3d2faa6aeeeb3007e468ab3c3792f4d3c95122b0a9572579ef8e27fd253b94efcfd2d85483cc3c0250c73679b68ad10a93cc0e38ba36601a7fe8125ac
-DIST hardened-patches-4.6.4-1.extras.tar.bz2 1883551 SHA256 
d37d6cdeb3ab672cf0e07274e5433134d9903fb7e18749bce1564c25aa6a201d SHA512 
a6effdcefb083e6488573629ea541b82f07bb89dc7b2d5cbe5bd240191e19a4038ed6a3f21b4e90d8f98f4d4fb1c2dd52e1221ef8962e3c947e01ad17fde0186
 WHIRLPOOL 
eeb26689fdffc9d23243a44a8713465b6b2a362c761f37aa3a3bf62ffd9c45b351c0ecc70f2fd61fddaafb1d393786c5db0633d91d0169b766b5f99557d3e64e
 DIST hardened-patches-4.6.4-2.extras.tar.bz2 1877339 SHA256 
89bec0f3ccfc99078a9d9ceb93aa8cb36bb5f455dbfd511f84e443e5f5729e67 SHA512 
f23b45481db0a26065a0ea0f419700cecd1270f9598aa29d182e3fa7f8e45d0994f0febdd0c1f8620a4919a96377d1e0c5c45f0d23cc329043c91f9bfde1c59f
 WHIRLPOOL 
382c1c42476bee34b9f52eb8dc9b05f22b18a74456ce1f3f71eff88f0ca6007e3094a35067d60850386547590949c818d60f18c7bd8634cc7c3b22be575b5779
 DIST linux-4.3.tar.xz 86920812 SHA256 
4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 
d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc
 WHIRLPOOL 
e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.6.4.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.6.4.ebuild
deleted file mode 100644
index e02b06f..000
--- a/sys-kernel/hardened-sources/hardened-sources-4.6.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="5"
-K_DEBLOB_AVAILABLE="1"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
-HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
-SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
-UNIPATCH_EXCLUDE="
-   1500_XATTR_USER_PREFIX.patch
-   2900_dev-root-proc-mount-fix.patch"
-
-DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
-IUSE="deblob"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND=">=sys-devel/gcc-4.5"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-
-   local GRADM_COMPAT="sys-apps/gradm-3.1*"
-
-   ewarn
-   ewarn "Users of grse

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/

2016-07-19 Thread Agostino Sarubbo
commit: 291bfadcf73210f630b50f590a43638c8694d8f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 19 07:32:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 19 07:32:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291bfadc

kde-frameworks/karchive: x86 stable wrt bug #589054

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

 kde-frameworks/karchive/karchive-5.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild 
b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
index f830269..e4765d8 100644
--- a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
+++ b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for reading, creation, and manipulation of various 
archive formats"
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+bzip2 +lzma"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/

2016-07-19 Thread Agostino Sarubbo
commit: bce6145ec81e5de1905012febc550699811e2730
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 19 07:32:06 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 19 07:32:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce6145e

kde-frameworks/karchive: amd64 stable wrt bug #589054

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

 kde-frameworks/karchive/karchive-5.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild 
b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
index 698a1bd..f830269 100644
--- a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
+++ b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for reading, creation, and manipulation of various 
archive formats"
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+bzip2 +lzma"
 
 RDEPEND="



[gentoo-commits] proj/hardened-patchset: New tag: 20160718

2016-07-19 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 07:29:12 2016 +

New tag: 20160718




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

2016-07-19 Thread Anthony G. Basile
commit: f3ace2e4f395c416ac2f4c1d16bd95aa2610ddb4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jul 19 06:57:24 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jul 19 07:11:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ace2e4

sys-apps/paxctld: version bump to 1.2

Package-Manager: portage-2.2.28

 sys-apps/paxctld/Manifest   |  1 +
 sys-apps/paxctld/paxctld-1.2.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 46186b7..314f349 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,3 +1,4 @@
 DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 
7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 
3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f
 WHIRLPOOL 
8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
 DIST paxctld_1.0.orig.tar.gz 14708 SHA256 
b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 
244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3
 WHIRLPOOL 
cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76
 DIST paxctld_1.1.orig.tar.gz 15977 SHA256 
95c2805dc46edd443afceef283adf09943c6a62858944b516c9f5c0e06f8e99f SHA512 
82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631
 WHIRLPOOL 
633fe5a591ba1ed1f1fdddce03955c8150ee9ac9a0f039a7b808a769182e88bd836c317491f8c519c5f9da138faeb44c3b658c2620fcc38357461f7f902a63d9
+DIST paxctld_1.2.orig.tar.gz 16080 SHA256 
3117da5e21fd3c5c544cb30cc3967ed765c5ece35f3383e2e6345fd006bf9a25 SHA512 
9b181fdc9e6b4d76fc7670e0773263c598164f90fe0db0c180601e8ba68e9baec4ef23281bba9ebac385e53edc20d8b79fbd7c9646e057334c21c6602013e198
 WHIRLPOOL 
21370a42630050596edd3cc521a14021f3f86c9224a1e61da82a28aea7ba64ef935c42aadcf7c5c1d5dacfde93624a6eff1096d5eb32cf1c8485ad19ad0a51b0

diff --git a/sys-apps/paxctld/paxctld-1.2.ebuild 
b/sys-apps/paxctld/paxctld-1.2.ebuild
new file mode 100644
index 000..765b8aa
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/";
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+   
https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz";
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+   # Respect Gentoo flags and don't strip
+   sed -i \
+   -e '/^CC/d' \
+   -e '/^CFLAGS/d' \
+   -e '/^LDFLAGS/d' \
+   -e '/STRIP/d' \
+   Makefile
+}
+
+src_install() {
+   default
+
+   systemd_dounit "${S}"/rpm/${PN}.service
+}