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

2016-12-13 Thread Hans de Graaff
commit: 574ebfb74290467e79f71119cfb8f8e7aeec4ba7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 14 06:36:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 14 06:36:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574ebfb7

dev-ruby/tzinfo: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/tzinfo/Manifest |  1 -
 dev-ruby/tzinfo/tzinfo-0.3.48.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 45c6038..204629d 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,3 @@
 DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
-DIST tzinfo-0.3.48.gem 299520 SHA256 
f57acf2e8c433ba5d853d4505a7ef7e5e705ddb5908db5c076e649e4e3f7a537 SHA512 
5427ba48c1a7f3fc5d10c93265225b9171ab7940f7b8f3dc167b84b8302fe9e7882eb225487352884c71bedb80c9882e717b484e7c98934b83ea5e788b7d7f9a
 WHIRLPOOL 
637d30bf27cdd3e80401ada9a0dcff685d915fa2b248cf8de019271438a7c50cb1186f7e0505fcbef926eb9bf28f884faa12dd6440b85f73f692b2fe16ca9bfd
 DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild
deleted file mode 100644
index e0fe5b3..
--- a/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
-}



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

2016-12-13 Thread Hans de Graaff
commit: 997cb83aa67d6be8b8d9ae26f59d14b1973fb18b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 14 06:30:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 14 06:30:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997cb83a

dev-ruby/parser: add 2.3.3.1

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index 5f7be55..fc72812 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,3 +1,4 @@
 DIST parser-2.3.1.4.gem 542720 SHA256 
a151d8a39ab06e05365c940209f745728f5d0b4388c669eb3cde04ef18ce2251 SHA512 
841fc0237c5481568a8a2aec1bf3f8bfeddb19fe06be1f915d273fac65ab923f2853e64ab0084fe74f9c362b19f1ebe1b83d91dce9a0bec5f78496805e094275
 WHIRLPOOL 
5f101f89ff3efdb209688d546e4fd24940ad3abc51adb305ea4b22ca5d14cd7d88ade7cebed9aaa052276cf2aeeafb9d6a820f39bdcd0789f26b5e68457a9a92
 DIST parser-2.3.2.0.gem 543744 SHA256 
379f6588063ba6baed2fac731e2cca096ecfbfdcd2890f747994240fe8ebeb7d SHA512 
465119ec69e621cb59fd74685a825000725b537a3b0b178cb5dd48f35589cdb86a79ee0b7f86517c25d9742e9fd1dd414657623a0e0f46e8b69253eb7e10d081
 WHIRLPOOL 
e4b534b9b775be2acde1a90bfa17f4373b1f9bd5c481de77ea89f5f23fe458dd8af59e908aee7d7a18b338031ed556299b228eeea4eeb30cd13e497df438b999
 DIST parser-2.3.3.0.gem 544768 SHA256 
79c0d8a275fe67394920d085f92bf4cb4986ee1a95a891704dd1747d366cd899 SHA512 
c28cbc23e10458d449707a4c26dc56dcba06425ada92785c004580c9e4f5ae4367d2f594dcdaeaad3f7995588959899a45263c5a337e7299b96b5c702d41c1d4
 WHIRLPOOL 
e1240bddb255927f8b8dc64a736d6edd4c64d477b4187fa39a80ccb70d3871dc21595a6569181f79051e1eace113eaec7d6ff6f64aaf481c6ab2f3fcca7b515b
+DIST parser-2.3.3.1.gem 544768 SHA256 
78212b3e2bbd7fd52ab0b47af41a3998dce29d0ec32b391aea6f666c4df2f4da SHA512 
7b55b61da5b03153500a57bbd6afdb61c09a8c70b2af7bdf637d7c191b9781e601f2450dbcd31200de4b0bac655b9915a14d05d77b981dc0c4e80d0f020a3623
 WHIRLPOOL 
8af0b20c2c168bee125224fbdb5ee8961e9153c7ddd370a176c88f0df4f1a5063c5a038191f2cb684fbf318d56c6deb947cf3ed38dd57f9fe0a6c9e7cad84246

diff --git a/dev-ruby/parser/parser-2.3.3.1.ebuild 
b/dev-ruby/parser/parser-2.3.3.1.ebuild
new file mode 100644
index ..18dc117
--- /dev/null
+++ b/dev-ruby/parser/parser-2.3.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
+HOMEPAGE="https://github.com/whitequark/parser;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/racc
+   dev-ruby/cliver )"
+ruby_add_rdepend ">=dev-ruby/ast-2.2:0"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e "/simplecov/,+35d" test/helper.rb || die
+}



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

2016-12-13 Thread Hans de Graaff
commit: 37dff31aaa9847c3192c2ab44c218ee0bc50165c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 14 06:29:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 14 06:29:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37dff31a

dev-ruby/moneta: add 0.8.1

Package-Manager: portage-2.3.0

 dev-ruby/moneta/Manifest|  1 +
 dev-ruby/moneta/moneta-0.8.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/moneta/Manifest b/dev-ruby/moneta/Manifest
index 980caab..c7d8a87 100644
--- a/dev-ruby/moneta/Manifest
+++ b/dev-ruby/moneta/Manifest
@@ -1 +1,2 @@
 DIST moneta-0.8.0.tar.gz 172318 SHA256 
ac12da9a5e79cbe5d01b0c56b81a3c0cde440500022c329ce14f3587aa7e3ea3 SHA512 
b0ac8d6692667d545caa2277f2cdd1419e21e750f95cad94ea4e4a54ddb73e44782018bce4115e6a98c70a248acebe700329762e3d31fe87beb7272cbabb21dc
 WHIRLPOOL 
c5b79466860086ced5d931360ad6a1baa3e79478c352a9d34192637a0da829eadd25d6324368207f85936df2fe83a3e96dcf71df1ce5c75ca5b9b6c2533b0f63
+DIST moneta-0.8.1.tar.gz 173986 SHA256 
b25e30f12df7284ca97f835494f1caef9370a62f801422057b658bc4319870f9 SHA512 
edb7a1b3845756c2ece8e25a5e70ccbb422bbb9547ebe5ca6c210fd5adbfa031e9cc9df5c18569fe2a207edbbccbe1bbc7954b247146d257a4fbd1a76023f3d2
 WHIRLPOOL 
cf4b7e296d3f3ec8b37861945775e2e1d0097ae68226d5e4d2139df53baf18de3c25aa0b9a171270c02ce98472151996bf223397d9f09bfb49190119ef9c46be

diff --git a/dev-ruby/moneta/moneta-0.8.1.ebuild 
b/dev-ruby/moneta/moneta-0.8.1.ebuild
new file mode 100644
index ..cd19d09
--- /dev/null
+++ b/dev-ruby/moneta/moneta-0.8.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="none"
+# test is disabled for now. It requires many packages.  Test suite also
+# takes very long run time and has high memory consumption.
+
+RUBY_FAKEGEM_EXTRADOC="README.md SPEC.md"
+
+inherit ruby-fakegem
+
+GITHUB_USER="minad"
+
+DESCRIPTION="A unified interface to key/value stores"
+HOMEPAGE="https://github.com/minad/moneta;
+SRC_URI="https://github.com/${GITHUB_USER}/moneta/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2016-12-13 Thread Eray Aslan
commit: 3a670cbd82d6b17dfc3f2de638366beff34f31a1
Author: Eray Aslan  gentoo  org>
AuthorDate: Wed Dec 14 06:10:13 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Wed Dec 14 06:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a670cbd

app-crypt/heimdal: client rename: su to ksu - bug 602256

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/heimdal/{heimdal-7.0.1.ebuild => heimdal-7.0.1-r1.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-crypt/heimdal/heimdal-7.0.1.ebuild 
b/app-crypt/heimdal/heimdal-7.0.1-r1.ebuild
similarity index 98%
rename from app-crypt/heimdal/heimdal-7.0.1.ebuild
rename to app-crypt/heimdal/heimdal-7.0.1-r1.ebuild
index 3738eaf..7a95f7f 100644
--- a/app-crypt/heimdal/heimdal-7.0.1.ebuild
+++ b/app-crypt/heimdal/heimdal-7.0.1-r1.ebuild
@@ -145,6 +145,10 @@ multilib_src_install() {
 multilib_src_install_all() {
dodoc ChangeLog* README NEWS TODO
 
+   # client rename
+   mv "${D}"/usr/share/man/man1/{,k}su.1
+   mv "${D}"/usr/bin/{,k}su
+
newinitd "${FILESDIR}"/heimdal-kdc.initd-r2 heimdal-kdc
newinitd "${FILESDIR}"/heimdal-kadmind.initd-r2 heimdal-kadmind
newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r2 heimdal-kpasswdd



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

2016-12-13 Thread Kent Fredric
commit: 39c50e8914931f70f88733a16e54ced4e70714cb
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Dec 13 02:19:29 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Dec 14 05:18:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c50e89

virtual/perl-Test: Extend missing keywords from dev-lang/perl

Updating virtuals to transparently reflect what their underlying
perl supports.

Package-Manager: portage-2.3.3

 virtual/perl-Test/perl-Test-1.260.100_rc.ebuild | 2 +-
 virtual/perl-Test/perl-Test-1.280.0-r1.ebuild   | 2 +-
 virtual/perl-Test/perl-Test-1.280.100_rc.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/perl-Test/perl-Test-1.260.100_rc.ebuild 
b/virtual/perl-Test/perl-Test-1.260.100_rc.ebuild
index 42357fc..e939f05 100644
--- a/virtual/perl-Test/perl-Test-1.260.100_rc.ebuild
+++ b/virtual/perl-Test/perl-Test-1.260.100_rc.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/virtual/perl-Test/perl-Test-1.280.0-r1.ebuild 
b/virtual/perl-Test/perl-Test-1.280.0-r1.ebuild
index 9da7a4d..2ce0946 100644
--- a/virtual/perl-Test/perl-Test-1.280.0-r1.ebuild
+++ b/virtual/perl-Test/perl-Test-1.280.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/virtual/perl-Test/perl-Test-1.280.100_rc.ebuild 
b/virtual/perl-Test/perl-Test-1.280.100_rc.ebuild
index f908530..234f00e 100644
--- a/virtual/perl-Test/perl-Test-1.280.100_rc.ebuild
+++ b/virtual/perl-Test/perl-Test-1.280.100_rc.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2016-12-13 Thread Kent Fredric
commit: 76aa6285e7d184507e36975df715abd2e2d07624
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 11 21:17:27 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Dec 14 05:18:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aa6285

virtual/perl-Unicode-Normalize: Extend all applicable keywords from 
dev-lang/perl-5.24*

This should have been done at commit
53a7f0047295e9943aaee5c36301de836f8e379d

as this commit opens the virtual subgraph to support more arches.

Package-Manager: portage-2.3.3

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild
index 9965990..fe7995b 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2016-12-13 Thread Kent Fredric
commit: a43a4d962edfa29d873fbdc1fe292dec467a60a7
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Dec 13 02:05:23 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Dec 14 05:18:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43a4d96

virtual/perl-Time-HiRes: Extend missing keywords from dev-lang/perl

This commit extends all legal keywords from dev-lang/perl, as
virtuals are meant to reflect their underrling dependencies

Package-Manager: portage-2.3.3

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r3.ebuild | 2 +-
 virtual/perl-Time-HiRes/perl-Time-HiRes-1.973.300-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r3.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r3.ebuild
index 63bbf02..9128d5c 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r3.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.972.600-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.973.300-r1.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.973.300-r1.ebuild
index eb2c31e..2ce0946 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.973.300-r1.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.973.300-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-12-13 Thread Matt Thode
commit: 537f9338ff2c249f8f822a88102246cb371bde34
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 14 03:38:15 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Dec 14 03:40:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537f9338

sys-cluster/swift: bup

Package-Manager: portage-2.3.0

 sys-cluster/swift/Manifest|   1 +
 sys-cluster/swift/swift-2.10.1.ebuild | 117 ++
 2 files changed, 118 insertions(+)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index 822251b..2ef896a 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1,2 +1,3 @@
 DIST swift-2.10.0.tar.gz 1868659 SHA256 
8f6f05c1571173dc1c159f74dfe92ac4bb5a0aa3c9adf43fb71c57e643e5e355 SHA512 
7f3e3280f0ccc4d3733fc7cf9d4d348f80de4dcd832af8e19c35f04f9ab07afe5eb7af465f20f6a37c8d8b6373ff01d491afdf0cf841949ac0cb0a26c139afb8
 WHIRLPOOL 
d5add284951af467337ce9f856d27d29b491b7fc40df034b7c1350b9a067e2b969bb0a5894ecc4c85a3df267ce746ec05938585408ccec64d82fe28d73db1e07
+DIST swift-2.10.1.tar.gz 1882648 SHA256 
11efe34c68a3fee908b434ede79cdb387862e724971b44e9e02083117aea5d95 SHA512 
8307ed1f014f502a6e2d63b1b9c28f3229c035e34397a9c5369470085c6e54a9ac33fde0106beee975bd860c4be169f4da7231b7991ab6472596f6c5b614b178
 WHIRLPOOL 
bc010464b00bb8a7eed96767ec7fccb99baf03250ab64728bc712054276b4c2b28e1432bde76687451ebef26663d2f64335f6e90471e2666f7ca207e5acf7f4b
 DIST swift-2.9.0.tar.gz 1799896 SHA256 
61f786eabb4e4f329def36ee5a58975e8bc18cce2d3007f858f795d3ed52b2f4 SHA512 
8d6c62274f09bfe2512b93f8e7c0084e00018b9a3786e8ae9e6bbcc753248611650ddc135fad5af5cd38ab22dd648305fdd54bac20fbe4ae2d4f259de36f9fef
 WHIRLPOOL 
3cc3f8b57b690ff47229eaf17ce70252326b6ae3bf99ad3b0128b9edfa0df16ea5efe91207feeea4cc931f3dc865f7b58ae578868ec0ee503126b87a23612e87

diff --git a/sys-cluster/swift/swift-2.10.1.ebuild 
b/sys-cluster/swift/swift-2.10.1.ebuild
new file mode 100644
index ..52716bf
--- /dev/null
+++ b/sys-cluster/swift/swift-2.10.1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="proxy account container object +memcached"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND="
+   >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
+   https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   keepdir /etc/swift
+   insinto /etc/swift
+
+   newins "etc/swift.conf-sample" "swift.conf"
+   newins "etc/rsyncd.conf-sample" "rsyncd.conf"
+   newins "etc/mime.types-sample" "mime.types-sample"
+   newins "etc/memcache.conf-sample" "memcache.conf-sample"
+   newins "etc/drive-audit.conf-sample" "drive-audit.conf-sample"
+   newins "etc/dispersion.conf-sample" "dispersion.conf-sample"
+
+   if use proxy; then
+   newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
+   newins "etc/proxy-server.conf-sample" "proxy-server.conf"
+   if use memcached; then
+   sed -i '/depend/a\
+need memcached' "${D}/etc/init.d/swift-proxy"
+   fi
+   fi
+   if use account; then
+   newinitd "${FILESDIR}/swift-account.initd" "swift-account"
+   newins "etc/account-server.conf-sample" "account-server.conf"
+   fi
+   if use container; then
+   newinitd "${FILESDIR}/swift-container.initd" "swift-container"
+   newins "etc/container-server.conf-sample" 
"container-server.conf"
+   fi
+   if use object; then
+   newinitd "${FILESDIR}/swift-object.initd" "swift-object"
+   newins "etc/object-server.conf-sample" "object-server.conf"
+   newins "etc/object-expirer.conf-sample" "object-expirer.conf"
+   fi
+
+   fowners swift:swift "/etc/swift" || die "fowners failed"
+}
+
+pkg_postinst() {
+   elog "Openstack swift will default to using insecure http unless a"
+   elog "certificate is created in /etc/swift/cert.crt and the associated 
key"
+   elog "in /etc/swift/cert.key.  These can be created with the following:"
+   elog "  * cd /etc/swift"
+   elog "  * openssl req -new -x509 -nodes -out cert.crt -keyout cert.key"
+}



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

2016-12-13 Thread Jory Pratt
commit: f7a3f918c785723f4c1b79355d2ff6b58fb79b19
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Dec 14 00:39:03 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Dec 14 00:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a3f918

dev-libs/jemalloc - multiple bug fixes and improvements, address missing
inhert for multilib bug #602290

 dev-libs/jemalloc/Manifest |  4 +-
 dev-libs/jemalloc/jemalloc-4.0.4.ebuild| 50 --
 dev-libs/jemalloc/jemalloc-4.2.1-r1.ebuild | 49 -
 ...jemalloc-4.1.0.ebuild => jemalloc-4.4.0.ebuild} | 21 ++---
 4 files changed, 15 insertions(+), 109 deletions(-)

diff --git a/dev-libs/jemalloc/Manifest b/dev-libs/jemalloc/Manifest
index 6bf6de3..f2ade29 100644
--- a/dev-libs/jemalloc/Manifest
+++ b/dev-libs/jemalloc/Manifest
@@ -1,6 +1,4 @@
 DIST jemalloc-2.2.5.tar.bz2 224118 SHA256 
efcc9636757bd7f53a0fde084c2988bfe26f2868e435447f2d41ac42c0b3521e SHA512 
56a29dc7dca66c41d2934731c4bc756de5b58bf707dc2ebcf8515be400ce25e372af6526035117cad5b1964b9ba040ab7178f4c28c1649e86dcb53c3ec884a9d
 WHIRLPOOL 
e88fc56ac9db024483196d62e870fe4981d1d02fbf5e3819da504568cc58c8f246df668bb3dfe70ad2d551671577c18d5e6432e60bb3107296e6faad7cd8595c
 DIST jemalloc-3.3.1.tar.bz2 252997 SHA256 
35c433cc1df5cdf9eb58b7980338552fc1d7aa64f89fe5643a972ccedb7cf20a SHA512 
32814e8678af4954e26c0c0a0e5d06aba8f3844205fe212c5e41929dfab6a94ff11127a9238b5c18d72749827c467ecb874b8f3a9bc161cf1afdf4ea84c58690
 WHIRLPOOL 
35e8948e18ea7111ae830a8245be995b35f44ed2c2f687f706ee6941c78350c2cfaabefba223c4433069de47a9f92d621feaf176ec0c728e513e5f076e5fc874
 DIST jemalloc-3.6.0.tar.bz2 338964 SHA256 
e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe SHA512 
ebe7c64558a87a735b5906d5cb7527c241664eeae7328538675a12eabe7a1004be0f8766a3bd2a78e61334b196ca7ffc0ee8b8ff59167922a35f126cd1e76e43
 WHIRLPOOL 
d5452005951b10d9d529349481779d79361ec8d8ac1f36f4b54408b5e0184f35d79fee8378188d98f1b8e41ae13557a2cf41ab849b68856ba69f33870fe6e980
-DIST jemalloc-4.0.4.tar.bz2 391483 SHA256 
3fda8d8d7fcd041aa0bebbecd45c46b28873cf37bd36c56bf44961b36d0f42d0 SHA512 
93be0551a80d5f5dc3a1044ef3d5f06c5ce65f3c1fd753743ee64340b841fc2d7902178774ab71eaa633f68abad44109870eb84159679fdc8ce6d93db3a53112
 WHIRLPOOL 
c8bc1a81555b30ff519fda90bfbcfcdb6c9e370ba7478bca17058e58e08c36d20a1995ab12d5374d4edb9cdd2469748517a6f1795a24667c5f798c4c0c756a9c
-DIST jemalloc-4.1.0.tar.bz2 412900 SHA256 
fad06d714f72adb4265783bc169c6d98eeb032d57ba02d87d1dcb4a2d933ec8e SHA512 
12433101936a104115d8d93991b4849daf897bd39d6c28b1235215c7abc627163a70d19259fb1f2eeb0cdd66cfe889c2e40eb77dccee6debd73b1a4313d0de73
 WHIRLPOOL 
0305d1cc715c565749c5e9c2de396d349c0d79513da80b461324c82f880c6a070a932cea19802ac809810fe01690dcb24047914f937ddf167a990cf7b4110f0c
-DIST jemalloc-4.2.1.tar.bz2 431132 SHA256 
5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57 SHA512 
a0bbf2150371bf31b386c668bc636a56e82145a8a81586d0898cdeed707bf1b694e777ea2afba521584998a60663bb4734e8a83697a337ea13e6ade4de737c18
 WHIRLPOOL 
2fd0dd55184eef49329dfff40ef1fc4bce8304e52f0fd0e11fa6bd380a93206d600d8ff3bb1ac442fcab7ecdda2a1ac56cb68f30bb70bc1ced0f54e835ca9bef
+DIST jemalloc-4.4.0.tar.bz2 440144 SHA256 
a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033 SHA512 
2f88fb17ede3bf87e334e9c80949870e0dd85b5adcdd89a1750ccf6df5240f35293159ac0a360d3a29cf0b1d17edf86dcc7997c6bf3190ae7da7442d3a3cc14e
 WHIRLPOOL 
1485ce6cf08ee2233117e281d1a61f376d2b6c73f28c68f2cc1956471bcb56a4eef045c0011de141b669d94d7339de5e79860f6b21bfbeffab821d5eb528759c

diff --git a/dev-libs/jemalloc/jemalloc-4.0.4.ebuild 
b/dev-libs/jemalloc/jemalloc-4.0.4.ebuild
deleted file mode 100644
index 5cbaa8d..
--- a/dev-libs/jemalloc/jemalloc-4.0.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-multilib eutils
-
-DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
-HOMEPAGE="http://www.canonware.com/jemalloc/;
-SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x64-macos"
-IUSE="debug static-libs stats"
-HTML_DOCS=( doc/jemalloc.html )
-PATCHES=( "${FILESDIR}/${PN}-3.5.1-strip-optimization.patch"
-   "${FILESDIR}/${PN}-3.5.1_fix_html_install.patch"
-)
-MULTILIB_WRAPPED_HEADERS=( /usr/include/jemalloc/jemalloc.h )
-# autotools-utils.eclass auto-adds configure options when static-libs is in 
IUSE
-# but jemalloc doesn't implement them in its configure; need this here to
-# supress the warnings until automagic is removed from the eclass
-QA_CONFIGURE_OPTIONS="--enable-static --disable-static --enable-shared 
--disable-shared"
-src_configure() {
-   myeconfargs=(
-   $(use_enable debug)
-   $(use_enable stats)
-   )
- 

[gentoo-commits] proj/mozilla:master commit in: dev-libs/jemalloc/

2016-12-13 Thread Jory Pratt
commit: 1f5e62029c6739ee020821031f03c278ca73fe79
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Dec 14 00:34:24 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Dec 14 00:34:24 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1f5e6202

dev-libs/jemalloc - configure options not being passed,  bug #602370

 dev-libs/jemalloc/jemalloc-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild 
b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
index 8e5b179..b5f2806 100644
--- a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
+++ b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit toolchain-funcs multilib-build
+inherit toolchain-funcs multilib-build multilib-minimal
 
 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
 HOMEPAGE="http://www.canonware.com/jemalloc/;



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

2016-12-13 Thread Manuel Rüger
commit: 3b378bbf26f07579942a2ee9ce1d0a30e78624d8
Author: Manuel Rüger  rueg  eu>
AuthorDate: Wed Dec 14 00:01:11 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Dec 14 00:01:11 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b378bbf

Revert ".travis.yml: Update"

This reverts commit e1904d2b72db41af3178ac1df121094e5898e9f9.

Accidently commited

 .travis.yml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 53a0a3f..6d006eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,3 +31,14 @@ before_script:
 script:
 - ./../spinner.sh "python 
../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
 # You can append own scripts after this line
+notifications:
+  irc:
+on_success: never
+on_failure: always
+channels:
+  - "chat.freenode.net#gentoo-kde"
+template:
+  - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
+  - "%{author} - %{commit_message}"
+  - "Change view : %{compare_url}"
+  - "Build details : %{build_url}"



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

2016-12-13 Thread Manuel Rüger
commit: e1904d2b72db41af3178ac1df121094e5898e9f9
Author: Manuel Rüger  rueg  eu>
AuthorDate: Wed Dec 14 00:00:40 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Dec 14 00:00:40 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1904d2b

.travis.yml: Update

 .travis.yml | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6d006eb..53a0a3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,14 +31,3 @@ before_script:
 script:
 - ./../spinner.sh "python 
../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
 # You can append own scripts after this line
-notifications:
-  irc:
-on_success: never
-on_failure: always
-channels:
-  - "chat.freenode.net#gentoo-kde"
-template:
-  - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
-  - "%{author} - %{commit_message}"
-  - "Change view : %{compare_url}"
-  - "Build details : %{build_url}"



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2016-12-13 Thread Patrice Clement
commit: 4d5fa5243720e89fb929c57c0faa2adc5262c071
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec 13 23:15:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 13 23:15:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5fa524

games-misc/lolcat: mark unstable again to avoid breaking the tree.

Package-Manager: portage-2.3.0

 games-misc/lolcat/lolcat-42.1.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index c454ba7..537e08f 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/busyloop/lolcat;
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-vcs/git"
 



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

2016-12-13 Thread Mike Gilbert
commit: a9c13adc59e047a58b9e853d94b37cc98523651b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Dec 13 22:52:34 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 13 23:04:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c13adc

www-plugins/chrome-binary-plugins: automated update (55.0.2883.87)

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...ns-55.0.2883.75.ebuild => chrome-binary-plugins-55.0.2883.87.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index a4074ac..3e0945c 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_56.0.2924.21-1_amd64.deb 48420232 SHA256 
1525e1457bd44267f904a8f148a0b0f894ef7dd95fa9e51f502b7835b7ac9467 SHA512 
e74c0dee25484495c356ad0fbdc8cb4eae96a4ec3433be7deeec27f07c6d8120c1d41e673dd91e9e33fd18f5d8f49b6ccba9ce4affc8baaffda5e24e3c0d9591
 WHIRLPOOL 
f0bd2029b5fb9fd912a9fd86d76a78c5bc92b22c465f1a99c373cb42c070ba3b2cd5272d92293ae7ee2d1063cd5bbb5a055fc3e112ce403733d2965bd0d9e606
-DIST google-chrome-stable_55.0.2883.75-1_amd64.deb 46092946 SHA256 
1c0bcd6ff048fc0151dcd41d6e265c3a0966601b40d41f1e9d58ee630092d861 SHA512 
a4f14eea78f070b234fc9b2c9d2d6d2ea8b54f2d4d3efa74b8a3b208a7723856837e6456b84eec3304667ed3b7d34516a3bd6ac537d7a1e2ea30b83ab61ae188
 WHIRLPOOL 
3277c344df09b5944fd164559e4938a4c210ba229f9de2c666b45b59fbf81febe565d95f1a56304434aa419cd6f8df5df42942a9dc155acde51fc293aad7810b
+DIST google-chrome-stable_55.0.2883.87-1_amd64.deb 46241756 SHA256 
15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3 SHA512 
767a4651892dd86512e57235888281b8a0df14f843ffe9ac6144a5324896a8310fff99292b7ae72e737c91ca12178c61a8579106d17025bd288cf0cc43ca5d9c
 WHIRLPOOL 
fb68559e9189fbfa3bc564741be418fa22f1cf19ddd4d8448b03f29e35b5f4ea46a2d7241227b1150392e158fedf3980024e966bd37cc5e1201440019806c378
 DIST google-chrome-unstable_57.0.2946.0-1_amd64.deb 49317186 SHA256 
48c58172ee3c62b2bd6f6223ade1730697baeaf2316d206ed81d8108f48a9695 SHA512 
38272c6087f2c19c2b2b0a126402b3128b32266bbdbae124e1cff9ca5077c9a9b6b4cb63e791dc64e074028be0925b977fe2c86081033cead28e8b167fc83987
 WHIRLPOOL 
7cd5eeede01eeead578f4f9900d3cbc442abdfb807487efac1589792ac9e623a474643e86f43f93a0abc596adeaf728f594319be150b93b540d03e2e1e42b5d1

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.87.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.87.ebuild



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

2016-12-13 Thread Mike Gilbert
commit: 4721f8e1fd73c7389ea08b443a70d1dd9b61d1d1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Dec 13 22:52:45 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 13 23:04:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4721f8e1

www-client/google-chrome: automated update (55.0.2883.87)

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

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

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index a3e9ceb..d702b27 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_55.0.2883.75-1_amd64.deb 46092946 SHA256 
1c0bcd6ff048fc0151dcd41d6e265c3a0966601b40d41f1e9d58ee630092d861 SHA512 
a4f14eea78f070b234fc9b2c9d2d6d2ea8b54f2d4d3efa74b8a3b208a7723856837e6456b84eec3304667ed3b7d34516a3bd6ac537d7a1e2ea30b83ab61ae188
 WHIRLPOOL 
3277c344df09b5944fd164559e4938a4c210ba229f9de2c666b45b59fbf81febe565d95f1a56304434aa419cd6f8df5df42942a9dc155acde51fc293aad7810b
+DIST google-chrome-stable_55.0.2883.87-1_amd64.deb 46241756 SHA256 
15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3 SHA512 
767a4651892dd86512e57235888281b8a0df14f843ffe9ac6144a5324896a8310fff99292b7ae72e737c91ca12178c61a8579106d17025bd288cf0cc43ca5d9c
 WHIRLPOOL 
fb68559e9189fbfa3bc564741be418fa22f1cf19ddd4d8448b03f29e35b5f4ea46a2d7241227b1150392e158fedf3980024e966bd37cc5e1201440019806c378

diff --git a/www-client/google-chrome/google-chrome-55.0.2883.75.ebuild 
b/www-client/google-chrome/google-chrome-55.0.2883.87.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-55.0.2883.75.ebuild
rename to www-client/google-chrome/google-chrome-55.0.2883.87.ebuild



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

2016-12-13 Thread James Le Cuirot
commit: 2e94db8a887a2ef04d3a7a332c07278c2c38bfc7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Dec 13 23:02:26 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Dec 13 23:02:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e94db8a

media-video/makemkv: Version bump to 1.10.3

Package-Manager: portage-2.3.3

 media-video/makemkv/Manifest | 4 ++--
 media-video/makemkv/{makemkv-1.10.2.ebuild => makemkv-1.10.3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
index 6c7b18b..e337340 100644
--- a/media-video/makemkv/Manifest
+++ b/media-video/makemkv/Manifest
@@ -1,2 +1,2 @@
-DIST makemkv-bin-1.10.2.tar.gz 8006523 SHA256 
b75faf68f613a79a39db7295c9080c051eacfd7fc721682e1d6cd1648bbb1437 SHA512 
70abe0769d5c49813adc1e5fb40a723c0b55e60754370fb58bb6bbfee4c36d15a290ac480492fe0c7cf71cf4784d87640ac64dadc9241ce70dcb77d434e01c2e
 WHIRLPOOL 
fdf4cb9cc34704ef76fa910bf64b6f885789dee096c0942d0d3ea411bcaedbb50cb296f0ecbc72d232eab5065cb6810bf1210d28762a96461dc6a708e0352f53
-DIST makemkv-oss-1.10.2.tar.gz 4419723 SHA256 
ebce597603f934d5a288067ebee8f35b07f4e6dfc48a00b1b2a9063ad83c65ad SHA512 
0a4e7018f83ee076cca1e343feefc53567cdf6e7e2791fe74b78bf01f4caf8613ff428543e3c7baa381cbd18af66899c71bb9c0be9c7d69110e10e968374b60a
 WHIRLPOOL 
2851587838d42d44350c6557220aa5f0a938243c01e6dd81220788c7630e4a7d02c18b18555efab8e71af8961c85d7fde8902ea29007b540adb522a01978b349
+DIST makemkv-bin-1.10.3.tar.gz 8296526 SHA256 
5c860fabd58e5d923c1e0f4c336751a9ba61a7874de320169a3988cda33d6cfb SHA512 
93cca2516b51794af87dc997aee98e1fa99f75933e49b9ca4eb1bc3896464f3a2de251ddaa430a751f0233493ecc5948e39daaffe4b5b0d884ce47a38c27647f
 WHIRLPOOL 
978cc0cd2eacdc495a39d5b070c7dfe48f2e88ac8644c39e5025c76b702af211c2420cf4204c3fcb5d0d656e704f3d1341c59f66a337c0701fa15adfaaf6e9dc
+DIST makemkv-oss-1.10.3.tar.gz 4419732 SHA256 
b89069294c27b298d35be86353baf9c3da8d7e18b6bce53d4ad2ee3a46785760 SHA512 
f380aaccd930659f80d937699f82bf39a51631fe67161f81adc7a3380d28ecc107c2921d82c42a7995a9eabdbbf78d289384dca09e84855044eef4cea9c2f0c9
 WHIRLPOOL 
272b25f17ad221dd408f921221390566ec97e6a7e7a1729731ba5d75ff2c097919d46235f1b271db1b2be037053b3c05629690a696fe8e9723f4abe8fe203cd9

diff --git a/media-video/makemkv/makemkv-1.10.2.ebuild 
b/media-video/makemkv/makemkv-1.10.3.ebuild
similarity index 100%
rename from media-video/makemkv/makemkv-1.10.2.ebuild
rename to media-video/makemkv/makemkv-1.10.3.ebuild



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

2016-12-13 Thread Patrice Clement
commit: f32f1906b810039612886996a5a615e6a92ab1f7
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec 13 13:43:18 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 13 22:41:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32f1906

dev-ruby/chronic: stable for amd64. mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild 
b/dev-ruby/chronic/chronic-0.10.2.ebuild
index a9d8d08..facdb99 100644
--- a/dev-ruby/chronic/chronic-0.10.2.ebuild
+++ b/dev-ruby/chronic/chronic-0.10.2.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Chronic is a natural language date/time parser 
written in pure Ruby
 HOMEPAGE="https://github.com/mojombo/chronic;
 LICENSE="MIT"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2016-12-13 Thread Patrice Clement
commit: 0d081cb48557bdd695cd0a9d9a249a46001bdfbf
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec 13 13:45:19 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 13 22:41:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d081cb4

games-misc/lolcat: stable for amd64. mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

 games-misc/lolcat/lolcat-42.1.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index 537e08f..c454ba7 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/busyloop/lolcat;
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-vcs/git"
 



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

2016-12-13 Thread Patrice Clement
commit: c98a57a33e51d1ca28352e140a1304c305ee735e
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec 13 13:43:55 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 13 22:41:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98a57a3

dev-ruby/trollop: stable for amd64. mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/trollop/trollop-2.1.2.ebuild 
b/dev-ruby/trollop/trollop-2.1.2.ebuild
index 2c65c51..1551437 100644
--- a/dev-ruby/trollop/trollop-2.1.2.ebuild
+++ b/dev-ruby/trollop/trollop-2.1.2.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Trollop is a commandline option parser for Ruby"
 HOMEPAGE="http://manageiq.github.io/trollop/;
 LICENSE="MIT"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="2"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-sass-converter/

2016-12-13 Thread Manuel Rüger
commit: 76eb7e89a0e8a529ef56149a6f73d934e5d785e3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec 13 22:09:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec 13 22:09:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76eb7e89

www-apps/jekyll-sass-converter: Version bump to 1.5.0

Package-Manager: portage-2.3.3

 www-apps/jekyll-sass-converter/Manifest|  1 +
 .../jekyll-sass-converter-1.5.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/www-apps/jekyll-sass-converter/Manifest 
b/www-apps/jekyll-sass-converter/Manifest
index dcf84eb..bda8b76 100644
--- a/www-apps/jekyll-sass-converter/Manifest
+++ b/www-apps/jekyll-sass-converter/Manifest
@@ -1 +1,2 @@
 DIST jekyll-sass-converter-1.4.0.tar.gz 7986 SHA256 
934891e329d8258d7968e9b604bc4cf811b640a2ff71f8aa640830132c99fe0e SHA512 
2ba7a10b687aa1cdd193c85c70efc15b9ff97987e29b7c591382c706a7d6a588c376995858ab0b1aff38b118eef9fd71c2175a1e6f9a3bc396966fdf13949d1b
 WHIRLPOOL 
44950a3379aae76dabd1fd7bde72f9d48e4a5c99cfed6453356274e06885530d2c10641934f7ddb5f6037f83f06a772b98f638f4aaa6eaf3d550975296d304c7
+DIST jekyll-sass-converter-1.5.0.tar.gz 8516 SHA256 
b6e42e91c38e3340d8b10577297e9c1b9d9ee38e613246a48f6db4a046bb6a98 SHA512 
ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52
 WHIRLPOOL 
44bdcc4737eced23f094b105464ca8fb4a586aa36468378fe4bcbcee5b25462f57b330ae16940652b3f36c3b0d99e304dacb324e459044316c92b5c58f74f66b

diff --git a/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild 
b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.ebuild
new file mode 100644
index ..1a2494d
--- /dev/null
+++ b/www-apps/jekyll-sass-converter/jekyll-sass-converter-1.5.0.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="ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md History.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A basic Sass converter for Jekyll"
+HOMEPAGE="https://github.com/jekyll/jekyll-sass-converter;
+SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/sass:3.4"
+ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )"
+
+all_ruby_prepare() {
+   sed -i -e "1irequire 'tmpdir'" spec/scss_converter_spec.rb || die
+}



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

2016-12-13 Thread Andreas Hüttel
commit: d58a7efc869b096ecea8dded91644484697b0f25
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 13 20:50:20 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 13 20:50:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58a7efc

sci-electronics/klayout: Version bump

Package-Manager: portage-2.3.3

 sci-electronics/klayout/Manifest  |  1 +
 sci-electronics/klayout/klayout-0.24.9.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index 00afc5d..fb024c0 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1 +1,2 @@
 DIST klayout-0.23.10.tar.gz 9561035 SHA256 
f215a70ec78ac58c775527c4194c972d6588afd23a8f24f292626fb4f70028a1 SHA512 
628a260d1b4f44b7eb02d166e7af47ef6c303019824ef0b9681509e53fda58576654188097e8791bb7acce635e671d016d5199c7b8777377ce6d9256756957c6
 WHIRLPOOL 
228bd2b76c1feb29e86740ee2efe16fc3380df6ec67cd9caff8c862097c372823f8d1a2b1c07b4b8534673161a9e538a73f78f2de85676eed42fa8ef65f53308
+DIST klayout-0.24.9.tar.gz 11262298 SHA256 
475420a7858aa9d9a0f7312c0da827f1f350340a30abcaf1589a41d35946dccd SHA512 
2b14f9c10968f3c69e0585a6d83756395697ebefb5ab97d37e790e180be2f17073bc488135868be8f61308388dd3b5fac0819765c5e5487bbaae8679a8863574
 WHIRLPOOL 
48a49d9a13e6950a8fac48965da7fe8c6dce4c239c51e21e9f3774f5a6c0ff995a86a3be0ce967ca2b4f96e780b86639b0af64f4039ec1220bc7bfae6fbb29bf

diff --git a/sci-electronics/klayout/klayout-0.24.9.ebuild 
b/sci-electronics/klayout/klayout-0.24.9.ebuild
new file mode 100644
index ..76265f4
--- /dev/null
+++ b/sci-electronics/klayout/klayout-0.24.9.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21"
+# note: define maximally ONE implementation here
+
+RUBY_OPTIONAL=no
+inherit eutils multilib toolchain-funcs ruby-ng
+
+DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
+HOMEPAGE="http://www.klayout.de/;
+SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/designer:4
+   dev-qt/qtgui:4[qt3support]
+   sys-libs/zlib
+   $(ruby_implementations_depend)
+"
+DEPEND="${RDEPEND}"
+
+all_ruby_prepare() {
+   # now we generate the stub build configuration file for the home-brew 
build system
+   cp "${FILESDIR}/${PN}-0.23.10-Makefile.conf.linux-gentoo" 
"${S}/config/Makefile.conf.linux-gentoo" || die
+}
+
+each_ruby_configure() {
+   ./build.sh \
+   -dry-run \
+   -platform linux-gentoo \
+   -bin bin \
+   -ruby ${RUBY} \
+   -qtbin /usr/lib64/qt4/bin \
+   -qtinc /usr/include/qt4 \
+   -qtlib /usr/$(get_libdir)/qt4 || die "Configuration failed"
+}
+
+each_ruby_compile() {
+   cd build.linux-gentoo
+   tc-export CC CXX AR LD RANLIB
+   export AR="${AR} -r"
+   emake all
+}
+
+each_ruby_install() {
+   cd build.linux-gentoo
+   emake install
+
+   cd ..
+   dobin bin/klayout
+
+   insinto /usr/share/${PN}/testdata/gds
+   doins testdata/gds/*.gds
+   insinto /usr/share/${PN}/testdata/oasis
+   doins testdata/oasis/*.oas testdata/oasis/*.ot
+
+   insinto /usr/share/${PN}
+   doins -r testdata/ruby
+}



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

2016-12-13 Thread Andreas Hüttel
commit: 9171850b8410dfb3bfe42204d7a34d0796274646
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 13 20:30:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 13 20:32:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9171850b

sci-libs/armadillo: Version bump

Package-Manager: portage-2.3.3

 sci-libs/armadillo/Manifest |   1 +
 sci-libs/armadillo/armadillo-7.500.2.ebuild | 141 
 2 files changed, 142 insertions(+)

diff --git a/sci-libs/armadillo/Manifest b/sci-libs/armadillo/Manifest
index 1f19c1a..97e8fb0 100644
--- a/sci-libs/armadillo/Manifest
+++ b/sci-libs/armadillo/Manifest
@@ -1,3 +1,4 @@
 DIST armadillo-3.4.4.tar.gz 3006964 SHA256 
ef94e12556421fa62ba7734f8b18bb12c188f43dd6192d3648a28e8d154e6ba7 SHA512 
78fbb107b220d283a2404483ee38720fd8259bbf675d8753d706cc3c3ba9678d47412d156f24a4b3cc95e20ce3c935167e2f7657806b5b8e8b7c95938c4b3f3f
 WHIRLPOOL 
2a1b6426b695569c10b13d3df1183c615fdb4261497eea405e61316a838a5744477db7bfd8344f25d741e69899f64a19c801bd068d366175a2c9898369090093
 DIST armadillo-3.6.2.tar.gz 3016818 SHA256 
04f64c632e619989616c7f219310a06cb1618b16274bdac05b4798d49eb4f149 SHA512 
0c769caad012f7893cc8ebb46969179f1175edac638f98fd2a0898aed062f7456536eecd12c9720f77caf4859cd0049e00dd71c9f096458b5fd5ce9cea517c66
 WHIRLPOOL 
898c29f7d0a7b02658f8d95a528be7d321a7d15f95ada6a4296d9822ee873556a49ccaafcaca16cb25e4a05321fa91b9711d7790b0910464b653398fb6ce4738
 DIST armadillo-6.200.3.tar.gz 5442342 SHA256 
4e436704a3b0824be6286ffa7c71c91ef783699889fa0992897d446b7ed82b28 SHA512 
598ba8be19971fc0e44703b17be922568e697c592ed85d0148c31f8476ecd7b5a0e6185918763bc063ba68244330b17594333c1453e9c1cfd39b9fefe85be222
 WHIRLPOOL 
b774fd736a55c6bad44f26ed839ef7539784be494e9379b2c9fd7ff47363cfe304c23baedd24fa0c990fb94f73ce10db77a32dab77b2d6cc549e61ec83a6e33e
+DIST armadillo-7.500.2.tar.xz 3994336 SHA256 
bdde22b47cc9718a05762300828ba4e086aa0527970e4ce08eb08677fb2623ea SHA512 
1f73944fa26eec93973630a7f101ca875de8decf9cbd6d7f87431a43e855479d5e79775823ba2e97e8d2615902deebd98af65808a529af16d6f8d88de60703d3
 WHIRLPOOL 
d7942fd945ad30263b1da2ba5818852c32ac0e42d78c520fd7ab13cc73bfd0f07c6505c85fb570bf74ae5a1c3ebe2a122ab3c72d8109cebd8d37493843f010df

diff --git a/sci-libs/armadillo/armadillo-7.500.2.ebuild 
b/sci-libs/armadillo/armadillo-7.500.2.ebuild
new file mode 100644
index ..ad69032
--- /dev/null
+++ b/sci-libs/armadillo/armadillo-7.500.2.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake-utils toolchain-funcs multilib eutils
+
+DESCRIPTION="Streamlined C++ linear algebra library"
+HOMEPAGE="http://arma.sourceforge.net/;
+SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
+
+LICENSE="MPL-2.0"
+SLOT="0/6"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="arpack blas debug doc examples hdf5 lapack mkl tbb test"
+REQUIRED_USE="test? ( lapack )"
+
+RDEPEND="
+   dev-libs/boost
+   arpack? ( sci-libs/arpack )
+   blas? ( virtual/blas )
+   lapack? ( virtual/lapack )
+"
+#  superlu? ( sci-libs/superlu )
+# needs superlu-5
+
+DEPEND="${RDEPEND}
+   arpack? ( virtual/pkgconfig )
+   blas? ( virtual/pkgconfig )
+   hdf5? ( sci-libs/hdf5 )
+   lapack? ( virtual/pkgconfig )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )"
+PDEPEND="${RDEPEND}
+   hdf5? ( sci-libs/hdf5 )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )"
+
+src_prepare() {
+   # avoid the automagic cmake macros
+   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
+   -DARMA_EXTRA_DEBUG="$(usex debug)"
+   -DARMA_USE_MKL_ALLOC="$(usex mkl)"
+   -DARMA_USE_TBB_ALLOC="$(usex tbb)"
+   )
+   if use arpack; then
+   mycmakeargs+=(
+   -DARPACK_FOUND=ON
+   -DARPACK_LIBRARY="$($(tc-getPKG_CONFIG) --libs arpack)"
+   )
+   else
+   mycmakeargs+=(
+   -DARPACK_FOUND=OFF
+   )
+   fi
+#  if use atlas; then
+#  local c=atlas-cblas l=atlas-clapack
+#  $(tc-getPKG_CONFIG) --exists ${c}-threads && c+=-threads
+#  $(tc-getPKG_CONFIG) --exists ${l}-threads && l+=-threads
+#  mycmakeargs+=(
+#  -DCBLAS_FOUND=ON
+#  -DCBLAS_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')"
+#  -DCBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${c})"
+#  -DCLAPACK_FOUND=ON
+#  -DCLAPACK_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')"
+#  

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

2016-12-13 Thread Jory Pratt
commit: 1e49d007930c8f8a7756e473c8f892d220e061fc
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Dec 13 20:29:49 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Dec 13 20:29:49 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1e49d007

www-client/firefox - security bump

 www-client/firefox/Manifest| 354 ++---
 ...firefox-45.5.1.ebuild => firefox-45.6.0.ebuild} |   0
 ...firefox-50.0.2.ebuild => firefox-50.1.0.ebuild} |   0
 3 files changed, 177 insertions(+), 177 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 49b9669..d21047d 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,179 +1,179 @@
 DIST firefox-45.0-patches-08.tar.xz 22260 SHA256 
279cf82e6aacf9aafb24f18499bb88f7ea6e7ebaffa606282a3453100849d1a2 SHA512 
692fe8e85594cf5670143708a00746e0c9ce1aecf0c7a7bf90e0168cad2265624e8c9220734523ce7d4d9892361072a2e9ba61a15b20ecda4a4ebbbf8e43222d
 WHIRLPOOL 
1e676c6894750f8aff5f9cb35503b71a94064ef5296887ab33e5cb99ba835f64ddfa7466ad638bea27e6b17e8fc8d74623934f558b0bfdc446049aa21d0a
-DIST firefox-45.5.1esr-ach.xpi 426529 SHA256 
172a8c5cb771d6427bc4c9141711821286e8fe0a2a5ef5b322dedccf8a4b60ba SHA512 
e0fd45b738b78179d49506d5a9ad3142756efb08e43dcb9b835e2d4fa5239c1bca40c952ad20ff46e6129715cd2630ac7f20e0e9acfad838347d00c321336172
 WHIRLPOOL 
23ba2ac256d48dde06177964c825176d269fe284d76369c8a4692c4dbd6f158a0fc3c9d233c2eec8165b448da8b6a99687ccf99e8c8369c257a8c585748047a4
-DIST firefox-45.5.1esr-af.xpi 439353 SHA256 
04a1cc52ff79d7ab5371a83efb2217dd4a2b27807dbdc055b0a7080ce6c5d0d0 SHA512 
2a6996370763210936c1b57661c14c4f5cbd7ddecf6c65876e883bf86cb16fafaf194349b4eafbfe323f45498703d1cb284f27637965af3ecc61f77be7e56a74
 WHIRLPOOL 
ddcff87b4429b90fde0bee64c3659ae4eb1b38ac7d4b6dc69bea7d948ae7baead41c893ee5eef4c5c829d2a7d98d4667a3adbfab422ca4f2a76ba6789e75aa2e
-DIST firefox-45.5.1esr-an.xpi 449036 SHA256 
6900690ee5f194f3392ea9fc7d9d6b5b9fbcb420ee10ff21b53062e5dd16da6d SHA512 
7e64ac152ca007d7d660206c10ce5c76333bfac049ce8136319d2c5e60e8da1a2833c1f2a5dba142d9c0ed6a884adeb38d4b28e27fc2702b08b8af9e1c5afcd0
 WHIRLPOOL 
a9248715a06c4d1b4b1dcd0eed279c6d2d4c1c010f37680d53507a8f579fc49df46b70b98c864df331aee3348ca21540787dd95626de7638ee1794b50abc3791
-DIST firefox-45.5.1esr-ar.xpi 474961 SHA256 
320c41dbdc50cd778bb524767306323b29c33bac64c3a28bcc021a72e7b175b4 SHA512 
76a0f855b4043345c6fa394c9975ee3c226f86478a435afb8f376635d782a4a086244a5ca6026cd50dd2f5d34319a07fb9d045d91c02a06603ebdee755c9323b
 WHIRLPOOL 
7867e7d6334788997a7ca22f5b8956d117528c204f949d4913304bfa7c188672205d4702733076eb53651a9c56fea457637787843722a4efc88bbf5b2fa9ea28
-DIST firefox-45.5.1esr-as.xpi 483095 SHA256 
2bea2356abef2c556197f1d07b427722bbbc15b697505ec622b98d1fec0af4f8 SHA512 
fd3f4553211ef62ccc01e167c367f05aba5b0e4e16becaccc2e846a17e2bc36f0f257a4b980bba77abce35de7e7ef02fb41800e2fbbb3a7aa31c6da3e7253c4a
 WHIRLPOOL 
db34a742b7287eece002bd987e81ebf193081c5fca01271484d633623d05e9e714c29c603cad633e16204a717db6ecfc0f2cca4136bee47ca6a62d4b0b50ad07
-DIST firefox-45.5.1esr-ast.xpi 419249 SHA256 
05fa6961b2be007719c72eef010d0c8b612c41ca34ecba3c6e878f4bfdaa92d9 SHA512 
87c6bb52df991240ffc3391db3e4393e23782411b66d7581acfd2bf2cb4345473ccd0a7ccaca34c51a1bdfc3e6a99378f9dfbe5673e8b8bbb5018b879442dd41
 WHIRLPOOL 
d0349fe66f22724752d2ff4df231df63d2d91a87dc663398c1385384512140026eab2bde9442cd0a4deb0f87688175a79b566585d7d21343c2232399e00d2137
-DIST firefox-45.5.1esr-az.xpi 464018 SHA256 
96da29f386a990c177f09fdcb6f7a2de19c3fe8cb137668104b8484a277962ef SHA512 
cd39817a7af2cebba3ad87788ccb534c75b18db337df8e68f4930dcaffa1b75564227e07ce9e9288b411f55b4b819e68084c74a7c8eacd83b9e915b88eb07fcf
 WHIRLPOOL 
8c105f2151617eb4dac6ca467c2ddb3f9eebe54e66627da9a3a3fce85e49e91310b1c7f3946dba3fa49dfaeabadd6723df79d8938680b6101443c45d180ec942
-DIST firefox-45.5.1esr-be.xpi 442619 SHA256 
abf50e17d78c016d4bd28951c9b0a44785bd727f2b336aa6a1c380f2b115389f SHA512 
407a71295d9d99f240f3c6130b920a71aa8423c63b359d04f5b538d6271e0e90eccf2e560488394625e715dc7722c5f82711a4d5232c310c014a818c3c128789
 WHIRLPOOL 
7ded20b8878aa561c3548f393b81c0c042f940be74f508eedda7ee6cb1c746de9e2f69b1641cb0256108730319e20836ed0ec3f2a2ddfc0277716672467a20bb
-DIST firefox-45.5.1esr-bg.xpi 460810 SHA256 
027ec38f12e038834bd9c4d5938257e2856364768bed7452d9d0a99bff95ca97 SHA512 
769ac6f1fd5771101de1bb65567cd8b62c36386e7f6e0a740525531f83df2d89b2f6e71b83dc4c4207e38a2ee6b5b0fcaac0531a2671bab6bf7d105edab5e554
 WHIRLPOOL 
baa3022450f08fc522be3d0997d9aa9bd55745c84a25123f4164c16a5a4fd84ace63a9dea327a019347f8df450b7cfd6dabae957e13299b38fd6b046b552212a
-DIST firefox-45.5.1esr-bn-BD.xpi 515642 SHA256 
1ba09838893f1923db07f937f659217c630d6bd8ee6940e356b6ac9f5962608b SHA512 
2a67ee8a04c865c9b3a447cbbca16b5c5c0d23d95f39a0e17fc90bcd4a2ffb7d22fc3e06d34793d800f56fdab279bab0f17ff762007a863994810544001bcad4
 WHIRLPOOL 

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

2016-12-13 Thread Amadeusz Piotr Żołnowski
commit: 54291a2597d81a8c7a1e6fc3d886387b0db45078
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Dec 13 20:28:50 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Dec 13 20:28:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54291a25

sys-apps/firejail: Remove vulnerable stable version

Gentoo-Bug: 601994

Package-Manager: portage-2.3.3

 sys-apps/firejail/Manifest |  1 -
 .../files/firejail-0.9.38.2-sysmacros.patch| 27 --
 sys-apps/firejail/firejail-0.9.38.2.ebuild | 27 --
 3 files changed, 55 deletions(-)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
index 9d29499..81bc2ae 100644
--- a/sys-apps/firejail/Manifest
+++ b/sys-apps/firejail/Manifest
@@ -1,3 +1,2 @@
-DIST firejail-0.9.38.2.tar.bz2 158132 SHA256 
d76d82d18c45c64f04924a03d7fab0cbf023d86a92a16a13c5f51e09b40ad446 SHA512 
d20ff48c39da7941cf61d5d2dc4a126dc7eeb2657d75b8d9bec9e53225fc79b55489b36727d6383c837bbe4e412d4bd5b4bde645b064a539d16e80fe972e3506
 WHIRLPOOL 
94f96f9696ce4a7cc3bb7084e7d04410b36540a50d2fdf7ae25b3c82114adf6e32169ecf24be501a916b487bf044a87429cf13c9bd2d332d9a761378eac047a5
 DIST firejail-0.9.38.4.tar.bz2 158075 SHA256 
47b0707f7d726631e0c9ee6555acb6836b16920fcf02ed7ba6593c86fd7bf5c2 SHA512 
b8d2a49e34f3b54b832188f209b4fc6573a951acaf546f1b1c25b681f226ad86b4439a1a3e05e1342746f51fca750261b3d22e7dcf9decd12929e2b790e05890
 WHIRLPOOL 
ce150dcf164f5c3d0656e02830d353fab8d972c364dfead2379f13e0dc9bbc55f09cd28f1741321243183da0c0821c493cd77b7377628201cadbd46dd2fc3c3e
 DIST firejail-0.9.44.2.tar.xz 213092 SHA256 
c5adef1943daa33049c4c39e5a19a0d02b897f1b1581be094ec600490dde8851 SHA512 
c7babda0fa2ca35113fcbebf213448e57889d4447a188f2ad2bc06f76fda1024f22b4f3569050330792b57d9f1026ecf11470bbd534a7bdd74320da1bc584f9e
 WHIRLPOOL 
365bd20a946a8210c12d4981ec7057c3bd47af00fcd37f98e65164dd70482bc0461cd445bc24cb7cf0423575f972e52accc8d08f23b0f0e26141918f2978

diff --git a/sys-apps/firejail/files/firejail-0.9.38.2-sysmacros.patch 
b/sys-apps/firejail/files/firejail-0.9.38.2-sysmacros.patch
deleted file mode 100644
index 85830a4..
--- a/sys-apps/firejail/files/firejail-0.9.38.2-sysmacros.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From c15fc4754a05cc2b2aec4ca75f87bf3d61578843 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Wed, 20 Apr 2016 00:14:21 -0400
-Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev
-
-These funcs have been defined in sys/sysmacros.h forever, and Linux C
-libs are moving away from implicitly including it.  Update the files
-to include it explicitly.

- src/firejail/fs_dev.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c
-index 97ee9de..2f66980 100644
 a/src/firejail/fs_dev.c
-+++ b/src/firejail/fs_dev.c
-@@ -28,6 +28,7 @@
- #ifndef _BSD_SOURCE
- #define _BSD_SOURCE 
- #endif
-+#include 
- #include 
- 
- static void create_char_dev(const char *path, mode_t mode, int major, int 
minor) {
--- 
-2.7.4
-

diff --git a/sys-apps/firejail/firejail-0.9.38.2.ebuild 
b/sys-apps/firejail/firejail-0.9.38.2.ebuild
deleted file mode 100644
index 08e0119..
--- a/sys-apps/firejail/firejail-0.9.38.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Security sandbox for any type of processes"
-HOMEPAGE="https://firejail.wordpress.com/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+seccomp"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-sysmacros.patch
-   find -name Makefile.in -exec sed -i -r \
-   -e '/CFLAGS/s: (-O2|-ggdb) : :g' \
-   -e '1iCC=@CC@' {} + || die
-}
-
-src_configure() {
-   econf $(use_enable seccomp)
-}



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

2016-12-13 Thread Andreas Hüttel
commit: 5e4e90966b7ef43ff26f26fc8b485e179b3bd5cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 13 20:14:12 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 13 20:14:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4e9096

sci-libs/armadillo: Drop ppc keywords, bug 555896

Package-Manager: portage-2.3.3

 sci-libs/armadillo/armadillo-3.4.4.ebuild | 4 ++--
 sci-libs/armadillo/armadillo-3.6.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/armadillo/armadillo-3.4.4.ebuild 
b/sci-libs/armadillo/armadillo-3.4.4.ebuild
index a7c75f8..050faed 100644
--- a/sci-libs/armadillo/armadillo-3.4.4.ebuild
+++ b/sci-libs/armadillo/armadillo-3.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="blas doc examples lapack"
 
 RDEPEND="

diff --git a/sci-libs/armadillo/armadillo-3.6.2.ebuild 
b/sci-libs/armadillo/armadillo-3.6.2.ebuild
index c7d2270..aa84d72 100644
--- a/sci-libs/armadillo/armadillo-3.6.2.ebuild
+++ b/sci-libs/armadillo/armadillo-3.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="blas doc examples lapack"
 
 RDEPEND="



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

2016-12-13 Thread Andreas Hüttel
commit: 4872e5a55ccc060383fd6f31abaf9764f86b8539
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 13 20:09:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 13 20:12:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4872e5a5

package.use.mask: Mask armadillo useflag of gdal for ppc

 profiles/arch/powerpc/ppc32/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 44f98d9..7d212bf 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -4,7 +4,11 @@
 
 # This file requires >=portage-2.1.1
 
-# Thomas Deutschmann  (2016-12-04)
+# Andreas K. Hüttel  (13 Dec 2016)
+# Dropping ppc from sci-libs/armadillo, bug 555896
+sci-libs/gdal armadillo
+
+## Thomas Deutschmann  (2016-12-04)
 # sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded
 >=sci-libs/gdal-2.0.3 mdb
 



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

2016-12-13 Thread Andreas Hüttel
commit: 28159a4aec3963e2d6106678e9da210dbcf585b0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 13 20:14:57 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 13 20:14:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28159a4a

sci-libs/armadillo: Remove old

Package-Manager: portage-2.3.3

 sci-libs/armadillo/Manifest |   3 -
 sci-libs/armadillo/armadillo-4.650.4.ebuild | 110 -
 sci-libs/armadillo/armadillo-5.600.2.ebuild | 119 
 sci-libs/armadillo/armadillo-6.100.1.ebuild | 119 
 4 files changed, 351 deletions(-)

diff --git a/sci-libs/armadillo/Manifest b/sci-libs/armadillo/Manifest
index 5e9e756..1f19c1a 100644
--- a/sci-libs/armadillo/Manifest
+++ b/sci-libs/armadillo/Manifest
@@ -1,6 +1,3 @@
 DIST armadillo-3.4.4.tar.gz 3006964 SHA256 
ef94e12556421fa62ba7734f8b18bb12c188f43dd6192d3648a28e8d154e6ba7 SHA512 
78fbb107b220d283a2404483ee38720fd8259bbf675d8753d706cc3c3ba9678d47412d156f24a4b3cc95e20ce3c935167e2f7657806b5b8e8b7c95938c4b3f3f
 WHIRLPOOL 
2a1b6426b695569c10b13d3df1183c615fdb4261497eea405e61316a838a5744477db7bfd8344f25d741e69899f64a19c801bd068d366175a2c9898369090093
 DIST armadillo-3.6.2.tar.gz 3016818 SHA256 
04f64c632e619989616c7f219310a06cb1618b16274bdac05b4798d49eb4f149 SHA512 
0c769caad012f7893cc8ebb46969179f1175edac638f98fd2a0898aed062f7456536eecd12c9720f77caf4859cd0049e00dd71c9f096458b5fd5ce9cea517c66
 WHIRLPOOL 
898c29f7d0a7b02658f8d95a528be7d321a7d15f95ada6a4296d9822ee873556a49ccaafcaca16cb25e4a05321fa91b9711d7790b0910464b653398fb6ce4738
-DIST armadillo-4.650.4.tar.gz 5408567 SHA256 
ccc56580ec932ec9beade5679b07ecbed889e9b602866f673d1a05a7692b4bf8 SHA512 
a548150ba5484fce35b0bc6023982939946f2f00b733dff2cd5b46101b1c344342061389cb4363cdaa04c5e3cca3278a40febe2ed705316552dd71f841c46037
 WHIRLPOOL 
331493d8b9c92b9e1908880c6f6510edb12e93193a9ceb77d0b8ce9d0bfb493dc48e590ea949d39c3c19f6fc3b05446b7e00525512e3055be0f907427c28f7d4
-DIST armadillo-5.600.2.tar.gz 5447327 SHA256 
3a4e16f0716313128eb1cab8e2f257d7461bde4a1d277c85181dcd6d1eda SHA512 
68801cfcdb0cd9121a61da8d22f85f4fd781238e82b0304e7954a510e42be3da94a534b55640f912fca60c07c38828c3bab6aa4fb0328f73118ac18cd135e030
 WHIRLPOOL 
0e7dfff990526596fe05efe5280da0b7b60f3f2eecf98f81033b71ebaeb82fb7f243819ce7797ddcdf3290a7a810009caacaf69a1a31380bf2f013379a71917e
-DIST armadillo-6.100.1.tar.gz 5448282 SHA256 
4f93fe657de27cbfbd25bea929c2fcf79981ad71dd388310d5d003ccfce4e32f SHA512 
82500cf77689d972865a1383318a2cfd474fd624c78fa7c3c1548cfa9ace5c64b441683cb77d57dbb9ab243b26e0ab15625ed4ce384e026d0bfd5bac3fe6d3c4
 WHIRLPOOL 
b54b7910e36bd14a79e354db9d22a3a5a38227293f6c850e27e5bba8c1ef78aecace8c04356ae25a2d72e83b160690af37267b93ddba2108fac64b95bbad7e79
 DIST armadillo-6.200.3.tar.gz 5442342 SHA256 
4e436704a3b0824be6286ffa7c71c91ef783699889fa0992897d446b7ed82b28 SHA512 
598ba8be19971fc0e44703b17be922568e697c592ed85d0148c31f8476ecd7b5a0e6185918763bc063ba68244330b17594333c1453e9c1cfd39b9fefe85be222
 WHIRLPOOL 
b774fd736a55c6bad44f26ed839ef7539784be494e9379b2c9fd7ff47363cfe304c23baedd24fa0c990fb94f73ce10db77a32dab77b2d6cc549e61ec83a6e33e

diff --git a/sci-libs/armadillo/armadillo-4.650.4.ebuild 
b/sci-libs/armadillo/armadillo-4.650.4.ebuild
deleted file mode 100644
index 0679a08..
--- a/sci-libs/armadillo/armadillo-4.650.4.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit cmake-utils toolchain-funcs multilib eutils
-
-DESCRIPTION="Streamlined C++ linear algebra library"
-HOMEPAGE="http://arma.sourceforge.net/;
-SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0/4"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="arpack blas debug doc examples hdf5 lapack mkl tbb test"
-REQUIRED_USE="test? ( lapack )"
-
-RDEPEND="
-   dev-libs/boost
-   arpack? ( sci-libs/arpack )
-   blas? ( virtual/blas )
-   lapack? ( virtual/lapack )"
-DEPEND="${RDEPEND}
-   arpack? ( virtual/pkgconfig )
-   blas? ( virtual/pkgconfig )
-   hdf5? ( sci-libs/hdf5 )
-   lapack? ( virtual/pkgconfig )
-   mkl? ( sci-libs/mkl )
-   tbb? ( dev-cpp/tbb )"
-PDEPEND="${RDEPEND}
-   hdf5? ( sci-libs/hdf5 )
-   mkl? ( sci-libs/mkl )
-   tbb? ( dev-cpp/tbb )"
-
-src_prepare() {
-   # avoid the automagic cmake macros
-   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
-   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
-   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
-   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
-   )
-   if use arpack; then
-   mycmakeargs+=(
-   

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

2016-12-13 Thread Jeroen Roovers
commit: 6ec70bc4b48a6fd906ca7fbaaf967bb03eee4d50
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 19:49:30 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 19:50:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec70bc4

www-client/opera: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/opera/Manifest  |  4 --
 www-client/opera/opera-41.0.2353.56.ebuild | 94 --
 www-client/opera/opera-41.0.2353.69.ebuild | 94 --
 3 files changed, 192 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 10e083c..dc4e3f8 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,9 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
-DIST opera-stable_41.0.2353.56_amd64.deb 48086530 SHA256 
3e3dc06b619301e92f6e5a463290ef7b50010c6aa72e69d52a61cedefca27ab8 SHA512 
c73992ac28d8cccd4547bd49d25cf8e4a137e168b5df9cf5ac5a66b2e8488662b6ea7741dab858a835a4e83ec046f1916d6f363f6930243fa0bf90b8591ff4de
 WHIRLPOOL 
5bfaff3ae0739a763af5a2424a30c2ccbff5271346add6f08c78e8f8dc7ac4c6620e7a0b7d838b94b953be24a8e5333820558c088973a21738798ac4cbf7b609
-DIST opera-stable_41.0.2353.56_i386.deb 49307122 SHA256 
25e6dea4aeb2a0fba7bbcfd12be022b34d116c3e151a533910acd84b9b825362 SHA512 
eb40ef24febf286798620fa5835591a6af234314eeb35e13ed18482b4a135304ba1bb2e6540c33e58b21507820652fceb0efced5acc90306616a2377dcdf495e
 WHIRLPOOL 
65a061b08a1d10e0638d81405a4dd884987b92cfe6d4a9e3fefdec85d65315f08d98339fb6578f5328b1379feaf6be4f428121846045c2190f3e77ec9342af30
-DIST opera-stable_41.0.2353.69_amd64.deb 49118720 SHA256 
a7369f341682447d23a0e5dd49ef2244c9773a561e0c3f00eede4e301ad0bc49 SHA512 
774ffd796b8a99f7f57acdad4fa0d42294c596743505dbb8c09dd7e25e50f8ef9ec97566153c0a67c66c218235cdf9479aa88d7c03977a4f178b4ff785f52f17
 WHIRLPOOL 
52aee9dc0b888d7b63fb64fb803a5d6b648261d64991bf949cd488e5ff2edf01c4032c10f3bd104797721bbc3eb82feacaf564347784aa8c6f7031753bf55903
-DIST opera-stable_41.0.2353.69_i386.deb 49755774 SHA256 
5e4503b3ce47c7753dc7c8abe1ff015352c817c0596d6c475261b49e7a77f653 SHA512 
b10080f00ad249b0411b9e55690c1241fc47416101b6897f56cd622b82999859e035d3a7f0e1bd9680f2be2bdf819bad33f420b4f2aaa37386fef9129b78b90b
 WHIRLPOOL 
6e438f396f1f5b0a686a87e1b3c4543c3ec183cfe7bb41b685eca50135b0eb343fd46258bb87061b336d396a5af2f55b062b0f485dcf295ed0f20ecf175c084b
 DIST opera-stable_42.0.2393.85_amd64.deb 50275434 SHA256 
be204e6bc475962b2c20747c350660c66146e1a0ee98a584fcfb1215f92c360f SHA512 
f6345076906adeb53e2623f58ae23242e103b2c51302f2d8e0b3ec7a5abdc294e79954248f565d55041ee15bbd03a75c5f6a681a443db4f2f92a3608069bbc44
 WHIRLPOOL 
931c78e7f9c4383fb0bbb338f01921c43f4ab9fd934a4d593f634560f36d823a5ce066f8804fd9cb7df6fdfaeb666542e92c168ca1442b97768b93b4d1d2945f
 DIST opera-stable_42.0.2393.85_i386.deb 50827462 SHA256 
800e6b96f8ba2bd90220884126a12bd216d15d3e3e314ba33ec0fdc193de09e3 SHA512 
f7d8f2ee22fb533a78ace7554d3e36fa342c5865704fe9416a4e6d62c64b52eef657ef8f10ad70728bdca998f7a278ed45aa6bc2530839c870c5fa82740837d1
 WHIRLPOOL 
14f660815292d95e58410e54621ae4c2c226f4bf91453b87b70c8bcf5f162e23e6451bf607b3949acec08db112cc02e02d7f5119861bacf4ab36374e1784d4c2

diff --git a/www-client/opera/opera-41.0.2353.56.ebuild 
b/www-client/opera/opera-41.0.2353.56.ebuild
deleted file mode 100644
index 0bbeca1..
--- a/www-client/opera/opera-41.0.2353.56.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   af az be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr fy gd he 
hi
-   hr hu id it ja kk ko lt lv mk ms nb nl 

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

2016-12-13 Thread Jeroen Roovers
commit: dfb0252c2601952835ad1e6c0ef547123eea2522
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 19:47:32 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 19:50:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb0252c

www-client/opera: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/opera/Manifest  |  2 +
 www-client/opera/opera-42.0.2393.85.ebuild | 94 ++
 2 files changed, 96 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 7cffa0b..10e083c 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -6,3 +6,5 @@ DIST opera-stable_41.0.2353.56_amd64.deb 48086530 SHA256 
3e3dc06b619301e92f6e5a4
 DIST opera-stable_41.0.2353.56_i386.deb 49307122 SHA256 
25e6dea4aeb2a0fba7bbcfd12be022b34d116c3e151a533910acd84b9b825362 SHA512 
eb40ef24febf286798620fa5835591a6af234314eeb35e13ed18482b4a135304ba1bb2e6540c33e58b21507820652fceb0efced5acc90306616a2377dcdf495e
 WHIRLPOOL 
65a061b08a1d10e0638d81405a4dd884987b92cfe6d4a9e3fefdec85d65315f08d98339fb6578f5328b1379feaf6be4f428121846045c2190f3e77ec9342af30
 DIST opera-stable_41.0.2353.69_amd64.deb 49118720 SHA256 
a7369f341682447d23a0e5dd49ef2244c9773a561e0c3f00eede4e301ad0bc49 SHA512 
774ffd796b8a99f7f57acdad4fa0d42294c596743505dbb8c09dd7e25e50f8ef9ec97566153c0a67c66c218235cdf9479aa88d7c03977a4f178b4ff785f52f17
 WHIRLPOOL 
52aee9dc0b888d7b63fb64fb803a5d6b648261d64991bf949cd488e5ff2edf01c4032c10f3bd104797721bbc3eb82feacaf564347784aa8c6f7031753bf55903
 DIST opera-stable_41.0.2353.69_i386.deb 49755774 SHA256 
5e4503b3ce47c7753dc7c8abe1ff015352c817c0596d6c475261b49e7a77f653 SHA512 
b10080f00ad249b0411b9e55690c1241fc47416101b6897f56cd622b82999859e035d3a7f0e1bd9680f2be2bdf819bad33f420b4f2aaa37386fef9129b78b90b
 WHIRLPOOL 
6e438f396f1f5b0a686a87e1b3c4543c3ec183cfe7bb41b685eca50135b0eb343fd46258bb87061b336d396a5af2f55b062b0f485dcf295ed0f20ecf175c084b
+DIST opera-stable_42.0.2393.85_amd64.deb 50275434 SHA256 
be204e6bc475962b2c20747c350660c66146e1a0ee98a584fcfb1215f92c360f SHA512 
f6345076906adeb53e2623f58ae23242e103b2c51302f2d8e0b3ec7a5abdc294e79954248f565d55041ee15bbd03a75c5f6a681a443db4f2f92a3608069bbc44
 WHIRLPOOL 
931c78e7f9c4383fb0bbb338f01921c43f4ab9fd934a4d593f634560f36d823a5ce066f8804fd9cb7df6fdfaeb666542e92c168ca1442b97768b93b4d1d2945f
+DIST opera-stable_42.0.2393.85_i386.deb 50827462 SHA256 
800e6b96f8ba2bd90220884126a12bd216d15d3e3e314ba33ec0fdc193de09e3 SHA512 
f7d8f2ee22fb533a78ace7554d3e36fa342c5865704fe9416a4e6d62c64b52eef657ef8f10ad70728bdca998f7a278ed45aa6bc2530839c870c5fa82740837d1
 WHIRLPOOL 
14f660815292d95e58410e54621ae4c2c226f4bf91453b87b70c8bcf5f162e23e6451bf607b3949acec08db112cc02e02d7f5119861bacf4ab36374e1784d4c2

diff --git a/www-client/opera/opera-42.0.2393.85.ebuild 
b/www-client/opera/opera-42.0.2393.85.ebuild
new file mode 100644
index ..0bbeca1
--- /dev/null
+++ b/www-client/opera/opera-42.0.2393.85.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr fy gd he 
hi
+   hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru sk sr
+   sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
+   x86? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} 

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

2016-12-13 Thread Jeroen Roovers
commit: df5a7bca4aa9841f442758d94b56bf1406d8020a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 19:49:16 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 19:50:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5a7bca

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/vivaldi/Manifest |   2 +
 www-client/vivaldi/vivaldi-1.6.689.32_p1.ebuild | 110 
 2 files changed, 112 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 20cbbd9..9d1fe0f 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,5 @@ DIST vivaldi-1.6.689.13_p1-amd64.deb 48683844 SHA256 
58155d8e8001c77201bb7e33304
 DIST vivaldi-1.6.689.13_p1-i386.deb 48990484 SHA256 
0576302e865e265b6a0166e728fa1aaf2c615d1d77093e5a140bda395aca62ed SHA512 
ce666e08a94350c6bbc37d3a4792f9cc29f0c3acf84249f5995f2095cc423da1f14887f1ee34580942d9243112c6cb2ca97fc04e0183a223d2711e98116bff53
 WHIRLPOOL 
2a6ad11a6df2e982bce6ddaf2540eca64de942cc593e102d07e7d917fc940d378fea149c4fdd437694df7c825c1766403bc2b0c6e59fe990f2377a7180cc4e25
 DIST vivaldi-1.6.689.29_p1-amd64.deb 48678134 SHA256 
30befd35fb412dca44bee236b4f8d48921f5be75d9ffb4e62a02ab4256438f0b SHA512 
172b461a43ced821130f09599e05b63f65c74616663cc393779a5169846e43d97307d02762fa37837e6735b9bd83d2b96e90f3ce13fa068039800401718565d0
 WHIRLPOOL 
9b39ab63ad3a7beedbe514f6bd2ce60c2e281ee7d6471dffc9c697ba735b9676a6ab677b9e2160475e1720d893d6db6718d2eab148e4f4a399586ff70e144556
 DIST vivaldi-1.6.689.29_p1-i386.deb 49029064 SHA256 
eb38c2a211ed504f046b450098dc92515ef091169e54315cb4b8d569f4f6e380 SHA512 
295e679fa37a4bb4d24690e3d2b4a78c77baca6a69cbb2def2048c3fd02b34d6501f87aeb593bba5f8356e6d265e4828fdee47c8047deba7b9b6594c4a7c72c3
 WHIRLPOOL 
35d4443a193bfc690a844439a2ca1043989c55af5ed018e9ec56c26db307f266b09c9d2efac252e4344fa9a983b1b26b30ced1ba3e983d77ee183e1c56531747
+DIST vivaldi-1.6.689.32_p1-amd64.deb 48689528 SHA256 
805f54c1038d0845d4a143c858be1aa6453e3c84667f144e23cfb60b190acdcf SHA512 
cfc6ee256309ba887ba526611e0543cf2236e83d30565cab8219e8bdbcb2a0e451a2bf5988aa8d63dd01679be5d169efd86412f9e6b72779b6d46d31de68f667
 WHIRLPOOL 
b67adffa3602a95260c9157b53cbe783639f1f3d068419e4819895ae5ee314467732c410f980a1b0cc6f556d75cc2aaaca836ccf61fee127c58dc84ae7d861cc
+DIST vivaldi-1.6.689.32_p1-i386.deb 49007496 SHA256 
0ed8b86af548ece9d476c0b8ae0908c4417b29e431741a78a547d4897193aa2d SHA512 
e8d64d9717bf143d8a3e1c3170b2a2178bad134702a34aac79ece9c5ed514d1f4e209412cb81cc40bd21a5920746df149cc28372f0c0561018fddb1ebf8d5953
 WHIRLPOOL 
4aa4c42abb9f53ac4b3328e63da2aec73d347567dbe2678574f0812159b484a22ed6b6509b5edf8aabc04b8d96f049173e7a05ba78b122dae36dcbc05f6f6bd3

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

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

2016-12-13 Thread Jeroen Roovers
commit: 663274fad79ba4f69862e136901b5a7fa76591b7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 19:50:01 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 19:50:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663274fa

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/vivaldi/Manifest |   2 -
 www-client/vivaldi/vivaldi-1.6.689.13_p1.ebuild | 110 
 2 files changed, 112 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 9d1fe0f..895a95a 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,7 +1,5 @@
 DIST vivaldi-1.5.658.44_p1-amd64.deb 46838072 SHA256 
d43cda11f6d9dffbdf3a0f7d29ba42a693f01db2aba4092904f51d88f84deb0b SHA512 
3f9051ba21e6365c22dd0d9d35e2a51868f2beaa487f0ffda96d955b07859eaf5a3d40b145ccc73ddc23b51a3874c1bb37616575ad9e1643f973f7b3299d5adc
 WHIRLPOOL 
cdd196094ad25d784b486e0f7aa0e72277b7d3de1b13eaf3666f799895d053d5f99332c385f00c376bb9793572acf35a8ba4a9ff6b9c65e09c20c7b741fc48e1
 DIST vivaldi-1.5.658.44_p1-i386.deb 47084314 SHA256 
480169e43737269215216bfcbb07fce54a7674cd27801eda083967b275ab97b3 SHA512 
d9c48c8c944132771f65791c9fc0c741602dd0ccfb0e30d84cdfd5afddb0269f779bdf093faffbc50dbd3dbb0557e1e30ac030b10ecccd6a534b3fcdfddaef6c
 WHIRLPOOL 
c823678af01496c426793e940ed7a9958cc7c8ffb1fbb51f3fbb8abf7744e5b4f6c0a3da3d7f26c4ed00fda77756ff4c6103baaa53590e2951d60dba7c36d683
-DIST vivaldi-1.6.689.13_p1-amd64.deb 48683844 SHA256 
58155d8e8001c77201bb7e333045bc3e78d22da2cc96be7afb62eb8e16615d69 SHA512 
9fc3c9f5e717c5ce0f7e59dc808236c6b0568446383fba044c63475e779529a254a380a255ad3361681e7bfe95a84424867deb7768f3e47712d53679be5e378e
 WHIRLPOOL 
9d82708ac485a023f1c3a6c52258697aadf24a2249f63b8e05856502a7325172cbdfd9173c19c1b03423d38102c34c4f9c28e8401926d6bedadc027f562d8ed8
-DIST vivaldi-1.6.689.13_p1-i386.deb 48990484 SHA256 
0576302e865e265b6a0166e728fa1aaf2c615d1d77093e5a140bda395aca62ed SHA512 
ce666e08a94350c6bbc37d3a4792f9cc29f0c3acf84249f5995f2095cc423da1f14887f1ee34580942d9243112c6cb2ca97fc04e0183a223d2711e98116bff53
 WHIRLPOOL 
2a6ad11a6df2e982bce6ddaf2540eca64de942cc593e102d07e7d917fc940d378fea149c4fdd437694df7c825c1766403bc2b0c6e59fe990f2377a7180cc4e25
 DIST vivaldi-1.6.689.29_p1-amd64.deb 48678134 SHA256 
30befd35fb412dca44bee236b4f8d48921f5be75d9ffb4e62a02ab4256438f0b SHA512 
172b461a43ced821130f09599e05b63f65c74616663cc393779a5169846e43d97307d02762fa37837e6735b9bd83d2b96e90f3ce13fa068039800401718565d0
 WHIRLPOOL 
9b39ab63ad3a7beedbe514f6bd2ce60c2e281ee7d6471dffc9c697ba735b9676a6ab677b9e2160475e1720d893d6db6718d2eab148e4f4a399586ff70e144556
 DIST vivaldi-1.6.689.29_p1-i386.deb 49029064 SHA256 
eb38c2a211ed504f046b450098dc92515ef091169e54315cb4b8d569f4f6e380 SHA512 
295e679fa37a4bb4d24690e3d2b4a78c77baca6a69cbb2def2048c3fd02b34d6501f87aeb593bba5f8356e6d265e4828fdee47c8047deba7b9b6594c4a7c72c3
 WHIRLPOOL 
35d4443a193bfc690a844439a2ca1043989c55af5ed018e9ec56c26db307f266b09c9d2efac252e4344fa9a983b1b26b30ced1ba3e983d77ee183e1c56531747
 DIST vivaldi-1.6.689.32_p1-amd64.deb 48689528 SHA256 
805f54c1038d0845d4a143c858be1aa6453e3c84667f144e23cfb60b190acdcf SHA512 
cfc6ee256309ba887ba526611e0543cf2236e83d30565cab8219e8bdbcb2a0e451a2bf5988aa8d63dd01679be5d169efd86412f9e6b72779b6d46d31de68f667
 WHIRLPOOL 
b67adffa3602a95260c9157b53cbe783639f1f3d068419e4819895ae5ee314467732c410f980a1b0cc6f556d75cc2aaaca836ccf61fee127c58dc84ae7d861cc

diff --git a/www-client/vivaldi/vivaldi-1.6.689.13_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.6.689.13_p1.ebuild
deleted file mode 100644
index 6d39297..
--- a/www-client/vivaldi/vivaldi-1.6.689.13_p1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_BRANCH="snapshot"
-
-VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
-VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
-VIVALDI_HOME="opt/${VIVALDI_BIN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   

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

2016-12-13 Thread Manuel Rüger
commit: 79147a48fb999afb5bebf45dc772ca9d2637bc7a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec 13 19:26:37 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec 13 19:26:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79147a48

dev-util/promu: Initial version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/promu/Manifest |  1 +
 dev-util/promu/metadata.xml | 13 +
 dev-util/promu/promu-0.1.0_p20161031.ebuild | 30 +
 3 files changed, 44 insertions(+)

diff --git a/dev-util/promu/Manifest b/dev-util/promu/Manifest
new file mode 100644
index ..dff1f93
--- /dev/null
+++ b/dev-util/promu/Manifest
@@ -0,0 +1 @@
+DIST promu-0.1.0_p20161031.tar.gz 393908 SHA256 
eab458c5f03dd45405ef56b1e333bd95fdd379d6a3010af1a2a0fc9db2d49159 SHA512 
75bb77f91bb4ee2817e0481e13e0ac0c4abe4ab899608a455fac99e9939f63eedd17e42271c1ac76f2d475fb5aaa066dd24d5229b3e74571eec67dd448c7a487
 WHIRLPOOL 
67988a4980c908650001f423a3683486520a1b1d61389bdc2c423b90d3c097fad7066e8e0096b4d85ce0d1edc83c6813a5c94414a1b9c2cc4edecfe05b61316c

diff --git a/dev-util/promu/metadata.xml b/dev-util/promu/metadata.xml
new file mode 100644
index ..e7c5722
--- /dev/null
+++ b/dev-util/promu/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+   
+   prometheus/promu
+   
+

diff --git a/dev-util/promu/promu-0.1.0_p20161031.ebuild 
b/dev-util/promu/promu-0.1.0_p20161031.ebuild
new file mode 100644
index ..39628ec
--- /dev/null
+++ b/dev-util/promu/promu-0.1.0_p20161031.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/prometheus/promu/..."
+EGIT_COMMIT="9f4d6bd7f2229244ed87917c7f1a641c777e21be"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus Utility Tool"
+HOMEPAGE="https://github.com/prometheus/promu;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+src_compile() {
+   LDFLAGS="-X 
github.com/prometheus/vendor/github.com/prometheus/common/version.Version=$(cat 
src/${EGO_PN%/*}/VERSION)
+   -X 
github.com/prometheus/vendor/github.com/prometheus/common/version.Revision=${EGIT_COMMIT:0:7}
+   -extldflags \"-static\""
+   GOPATH="${S}" go build -ldflags "${LDFLAGS}" -o bin/promu 
src/${EGO_PN%/*}/main.go || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc -r src/${EGO_PN%/*}/{doc,{README,CONTRIBUTING}.md}
+}



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

2016-12-13 Thread David Seifert
commit: b9df0a2e012d1b9529c1229fd520fd459103cd7f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Dec  5 22:21:47 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Dec 13 19:07:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9df0a2e

net-libs/libiscsi: 1.18.0 version bump

Builds fine with GCC-5.4.0.

Gentoo-bug: 561722

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3026

 net-libs/libiscsi/Manifest   | 1 +
 .../libiscsi/{libiscsi-.ebuild => libiscsi-1.18.0.ebuild}| 9 -
 net-libs/libiscsi/libiscsi-.ebuild   | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-libs/libiscsi/Manifest b/net-libs/libiscsi/Manifest
index e5394b1..e698fad 100644
--- a/net-libs/libiscsi/Manifest
+++ b/net-libs/libiscsi/Manifest
@@ -1,2 +1,3 @@
 DIST libiscsi-1.15.0.tar.gz 223380 SHA256 
489e625e58c1e6da2fa3536f9c4b12290f2d3fb4ce14edc0583b8ba500605c34 SHA512 
22c566d4cf10454b9c6208d64f5dab8e32806a5036cd328f8b2d8bf14f9e9c2d519db8df4fc8884f468bad27d645ccf719502d49f6937eace88f590946366e06
 WHIRLPOOL 
f5618c985467df1b76689ae0601d8ec8a251a61ac1d7d7a5e44165b8710827530fbd2595ed87d0b83226fecc5ef8cb5e89dfa90cd6760db800856d5e2367ce69
+DIST libiscsi-1.18.0.tar.gz 271603 SHA256 
464d104e12533dc11f0dd7662cbc2f01c132f94aa4f5bd519e3413ef485830e8 SHA512 
9869fd86f8ba237d71256b16d0f94ef69fb67fac315bb7a596c4d8d6ed3abba710edf9b5f5a27f5777f7b5d2feb33c09764c27a4e6c56e38dd2566836cffe36e
 WHIRLPOOL 
bf0c9b92df030b9b9a9b4045e57b38c1042e623dc0482ead06755c2e9ad980d30e6703ae01ac32d16d0a037b3a41278c5fdce4a315f87c71a3fb7fcba07114d5
 DIST libiscsi-1.9.0.tar.gz 182123 SHA256 
64d7d6fdb53f0cc4163a0f1dc6cc94618f34a52c4836cf25a42f3769dfd46bbf SHA512 
cf88c0f32a21193499720d24f215fb02e7a46ef07999ef59cdad9cad14f92399b3d2e46e8e6f54574dc77225a5b437608216da242971e0d6f35c71830371415a
 WHIRLPOOL 
63af85f03e032ff034b7ce3331f8cb74ffa79c4621efb9873e0b3c76f3f9620439c11216f33d1e97c784f98ecff516048e53f66d88d51dc81578e7e535135588

diff --git a/net-libs/libiscsi/libiscsi-.ebuild 
b/net-libs/libiscsi/libiscsi-1.18.0.ebuild
similarity index 73%
copy from net-libs/libiscsi/libiscsi-.ebuild
copy to net-libs/libiscsi/libiscsi-1.18.0.ebuild
index d3c3d7c..0fe2eb1 100644
--- a/net-libs/libiscsi/libiscsi-.ebuild
+++ b/net-libs/libiscsi/libiscsi-1.18.0.ebuild
@@ -4,16 +4,15 @@
 
 EAPI=6
 
-inherit autotools eutils git-r3
+inherit autotools
 
 DESCRIPTION="iscsi client library and utilities"
 HOMEPAGE="https://github.com/sahlberg/libiscsi;
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/sahlberg/libiscsi.git"
+SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/libgcrypt:0="
@@ -33,5 +32,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/net-libs/libiscsi/libiscsi-.ebuild 
b/net-libs/libiscsi/libiscsi-.ebuild
index d3c3d7c..28f3f6f 100644
--- a/net-libs/libiscsi/libiscsi-.ebuild
+++ b/net-libs/libiscsi/libiscsi-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools eutils git-r3
+inherit autotools git-r3
 
 DESCRIPTION="iscsi client library and utilities"
 HOMEPAGE="https://github.com/sahlberg/libiscsi;
@@ -33,5 +33,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/crm114/, app-text/crm114/files/

2016-12-13 Thread David Seifert
commit: 3c67e80b9017a0bd89d5eec08eb0b03b0202e45e
Author: David Seifert  gentoo  org>
AuthorDate: Tue Dec 13 17:54:45 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Dec 13 19:07:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c67e80b

app-text/crm114: Fix building with GCC 5

Gentoo-bug: 571062
* EAPI=6
* Respect user CPPFLAGS
* Introduce USE=examples

Package-Manager: portage-2.3.3

 ...4-20100106.ebuild => crm114-20100106-r1.ebuild} | 71 +++---
 .../files/crm114-20100106-fix-makefile.patch   | 60 ++
 2 files changed, 95 insertions(+), 36 deletions(-)

diff --git a/app-text/crm114/crm114-20100106.ebuild 
b/app-text/crm114/crm114-20100106-r1.ebuild
similarity index 52%
rename from app-text/crm114/crm114-20100106.ebuild
rename to app-text/crm114/crm114-20100106-r1.ebuild
index f406281..4094f9d 100644
--- a/app-text/crm114/crm114-20100106.ebuild
+++ b/app-text/crm114/crm114-20100106-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=6
 
-MY_P="${P}-BlameMichelson.src"
+inherit flag-o-matic toolchain-funcs
 
-inherit eutils toolchain-funcs
+MY_P="${P}-BlameMichelson.src"
 
 DESCRIPTION="A powerful text processing tool, mainly used for spam filtering"
 HOMEPAGE="http://crm114.sourceforge.net/;
@@ -14,8 +14,8 @@ 
SRC_URI="http://crm114.sourceforge.net/tarballs/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="mew mimencode nls normalizemime static test"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="examples mew mimencode nls normalizemime static test"
 
 RDEPEND="
static? ( dev-libs/tre[static-libs] )
@@ -28,55 +28,54 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}"/${MY_P}
 
+PATCHES=( "${FILESDIR}"/${P}-fix-makefile.patch )
+
 src_prepare() {
-   sed \
-   -e "s#-O3 -Wall##" \
-   -e "s#^CC=.*#CC=$(tc-getCC)#" \
-   -i Makefile || die
-   # Upstream recommends static linking
-   if ! use static ; then
-   sed -i "s#LDFLAGS += -static -static-libgcc#LDFLAGS += 
${LDFLAGS}#" Makefile || die
-   else
-   sed \
-   -e "s#LDFLAGS += -static -static-libgcc#LDFLAGS += 
${LDFLAGS} -static -static-libgcc#" \
-   -i Makefile || die
-   fi
+   default
 
-   if use mimencode ; then
+   if use mimencode; then
sed \
-e 's%#:mime_decoder: /mimencode -u/%:mime_decoder: 
/mimencode -u/%' \
-e 's%:mime_decoder: /mewdecode/%#:mime_decoder: 
/mewdecode/%' \
-i mailfilter.cf || die
-   elif use normalizemime ; then
+   elif use normalizemime; then
sed \
-e 's%#:mime_decoder: /normalizemime/%:mime_decoder: 
/normalizemime/%' \
-e 's%:mime_decoder: /mewdecode/%#:mime_decoder: 
/mewdecode/%' \
-i mailfilter.cf || die
fi
-
 }
 
-src_install() {
-   dobin crm114 cssutil cssdiff cssmerge || die
-   dobin cssutil cssdiff cssmerge || die
-   dobin osbf-util || die
+src_compile() {
+   # Restore GNU89 inline semantics to
+   # emit external symbols, bug 571062
+   append-cflags -std=gnu89
 
-   dodoc COLOPHON.txt CRM114_Mailfilter_HOWTO.txt FAQ.txt INTRO.txt || die
-   dodoc QUICKREF.txt CLASSIFY_DETAILS.txt inoc_passwd.txt || die
-   dodoc KNOWNBUGS.txt THINGS_TO_DO.txt README || die
-   docinto examples
-   dodoc *.example || die
+   use static && append-ldflags -static -static-libgcc
 
-   insinto /usr/share/${PN}
-   doins *.crm || die
-   doins *.cf || die
-   doins *.mfp || die
+   emake CC="$(tc-getCC)"
 }
 
 src_test() {
-   emake megatest || die
+   emake megatest
+}
+
+src_install() {
+   dobin crm114 cssdiff cssmerge cssutil osbf-util
+
+   insinto /usr/share/${PN}
+   doins *.crm *.cf *.mfp
+
+   dodoc COLOPHON.txt CRM114_Mailfilter_HOWTO.txt FAQ.txt INTRO.txt 
QUICKREF.txt \
+   CLASSIFY_DETAILS.txt inoc_passwd.txt KNOWNBUGS.txt 
THINGS_TO_DO.txt README
+
+   if use examples; then
+   docinto examples
+   dodoc *.example
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
 }
 
 pkg_postinst() {
-   elog "The spam-filter CRM files are installed in /usr/share/${PN}."
+   elog "The spam-filter CRM files are installed in 
${EROOT%/}/usr/share/${PN}."
 }

diff --git a/app-text/crm114/files/crm114-20100106-fix-makefile.patch 
b/app-text/crm114/files/crm114-20100106-fix-makefile.patch
new file mode 100644
index ..12ad405
--- /dev/null
+++ b/app-text/crm114/files/crm114-20100106-fix-makefile.patch
@@ -0,0 +1,60 @@
+* Remove hardcoded variable
+* Respect user variables
+

[gentoo-commits] repo/gentoo:master commit in: app-pda/jpilot/files/, app-pda/jpilot/

2016-12-13 Thread David Seifert
commit: cc67a115f00b8332aa93791656b5827eaa22cde4
Author: David Seifert  gentoo  org>
AuthorDate: Tue Dec 13 19:05:40 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Dec 13 19:07:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc67a115

app-pda/jpilot: Version bump to 1.8.2

Gentoo-bug: 570074
* EAPI=6
* Fix filesystem layout
* Remove .la files unconditionally

Package-Manager: portage-2.3.3

 app-pda/jpilot/Manifest|   1 +
 app-pda/jpilot/files/jpilot-1.8.2-fix-paths.patch  | 119 +
 .../files/jpilot-1.8.2-qa-desktop-file.patch   |  13 +++
 app-pda/jpilot/jpilot-1.8.2.ebuild |  50 +
 4 files changed, 183 insertions(+)

diff --git a/app-pda/jpilot/Manifest b/app-pda/jpilot/Manifest
index da22361..dd3a654 100644
--- a/app-pda/jpilot/Manifest
+++ b/app-pda/jpilot/Manifest
@@ -1,2 +1,3 @@
 DIST jpilot-1.8.0.tar.gz 1604468 SHA256 
b00f6b5d2d013572a8e2a6014b247eda855bbd5fef77e59e49dbefb314c57dde SHA512 
3ee49248daec4871d6b45497730efbb666481a9ab440ea410a0d793ae4e3894fa47f717941b18c2b9865024a755df2ee0b41449ebb32a70ef5f4142278a3591e
 WHIRLPOOL 
bb745942854e8001975744927eae153e284b99cc7f49095332345b834856e912ade7e2be14f30cc47eb1f5d5cecf153379678cdf6cb4c465147166de491b6e5b
 DIST jpilot-1.8.1.tar.gz 1582869 SHA256 
682838e8f9634102e5721e779fa0f00ec4be747776a575794137f1ce9420291f SHA512 
b0415ffeb7284cfc2fb15faf87d14eba29ac15d3a9ca05ad60ed05d8ee6ee4cf89c60a24dbf4095564120d0155100a110969aa44d2ce7e98e05f11332698d052
 WHIRLPOOL 
b297e2797b2ab405e837e40fc4071a8fd9df70fad62ded2287379180282f02450ba3eb713ba1519c2d2618fc5c1af704a959f72e40662284dfe2d05b1273
+DIST jpilot-1.8.2.tar.gz 1740735 SHA256 
2c28ed7acea27ae3d541036f2e2ca5ed7e0121badf477e3cfa5ec8d282337e23 SHA512 
733dd51a2acc60760bb1ffaa0d7b4433584a571793d5e4f857492349bae8d032625baf9f0060e619d760628ddda3559bf4be057f45f4dc17ddf1af1ca795c024
 WHIRLPOOL 
51c834e48b137160d0f313f41a83837428d1a23b0a8955ce8f87fef6dd02051c1705a4f702a543e338cad825303ae4ef89a9f20a3db88875b409404487af622c

diff --git a/app-pda/jpilot/files/jpilot-1.8.2-fix-paths.patch 
b/app-pda/jpilot/files/jpilot-1.8.2-fix-paths.patch
new file mode 100644
index ..e378d56
--- /dev/null
+++ b/app-pda/jpilot/files/jpilot-1.8.2-fix-paths.patch
@@ -0,0 +1,119 @@
+* Modify Makefile.am's to be compliant with GNU and Gentoo filesystem 
conventions
+* Use redefinable variables instead of hard-replacing @VAR@-style variables
+* Replace abuse of 'libdir' install path variables
+
+--- a/docs/Makefile.am
 b/docs/Makefile.am
+@@ -3,19 +3,17 @@
+ man_MANS = jpilot.1 jpilot-dial.1 jpilot-sync.1 jpilot-dump.1 jpilot-merge.1
+ 
+ # Install the standard GNU doc files
+-miscdir = $(datadir)/doc/$(PACKAGE)
++miscdir = $(docdir)
+ misc_DATA = \
+   ../BUGS \
+   ../ChangeLog \
+-  ../COPYING \
+   ../AUTHORS \
+-  ../INSTALL \
+   ../README \
+   ../TODO
+ 
+ # Install the manual docs
+-docdir = $(miscdir)/manual
+-doc_DATA = \
++manualdir = $(htmldir)
++manual_DATA = \
+   manual.html \
+   plugin.html \
+   jpilot-address.png \
+--- a/Expense/Makefile.am
 b/Expense/Makefile.am
+@@ -1,11 +1,11 @@
+-libdir = @libdir@/@PACKAGE@/plugins
++pluginsdir = $(libdir)/$(PACKAGE)/plugins
+ 
+ if MAKE_EXPENSE
+ 
+-lib_LTLIBRARIES = libexpense.la
++plugins_LTLIBRARIES = libexpense.la
+ libexpense_la_SOURCES = expense.c
+-libexpense_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@ -I$(top_srcdir)
++libexpense_la_CFLAGS = $(PILOT_FLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
+ libexpense_la_LDFLAGS = -module -avoid-version
+-libexpense_la_LIBADD = @GTK_LIBS@
++libexpense_la_LIBADD = $(GTK_LIBS)
+ 
+ endif
+--- a/icons/Makefile.am
 b/icons/Makefile.am
+@@ -1,4 +1,4 @@
+-icondir = $(datadir)/doc/$(PACKAGE)/icons
++icondir = $(docdir)/icons
+ icon_DATA = \
+   jpilot-icon1.xpm \
+   jpilot-icon2.xpm \
+--- a/KeyRing/Makefile.am
 b/KeyRing/Makefile.am
+@@ -1,13 +1,13 @@
+-libdir = @libdir@/@PACKAGE@/plugins
++pluginsdir = $(libdir)/$(PACKAGE)/plugins
+ 
+ EXTRA_DIST = README
+ 
+ if MAKE_KEYRING
+ 
+-lib_LTLIBRARIES = libkeyring.la
++plugins_LTLIBRARIES = libkeyring.la
+ libkeyring_la_SOURCES = keyring.c
+-libkeyring_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@ @LIBGCRYPT_CFLAGS@ 
-I$(top_srcdir)
++libkeyring_la_CFLAGS = $(PILOT_FLAGS) $(GTK_CFLAGS) $(LIBGCRYPT_CFLAGS) 
-I$(top_srcdir)
+ libkeyring_la_LDFLAGS = -module -avoid-version
+-libkeyring_la_LIBADD = @OPENSSL_LIBS@ @GTK_LIBS@ @LIBGCRYPT_LIBS@
++libkeyring_la_LIBADD = $(OPENSSL_LIBS) $(GTK_LIBS) $(LIBGCRYPT_LIBS)
+ 
+ endif
+--- a/Makefile.am
 b/Makefile.am
+@@ -161,18 +161,17 @@
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ # Add i18n support
+-localedir = $(datadir)/locale
+ I18NDEFS = -DLOCALEDIR=\"$(localedir)\"
+ 
+-AM_CFLAGS= @PILOT_FLAGS@ @GTK_CFLAGS@ ${I18NDEFS}
++AM_CFLAGS= $(PILOT_FLAGS) $(GTK_CFLAGS) $(I18NDEFS)
+ 
+ # Add linkflags
+ jpilot_LDFLAGS = -export-dynamic
+-jpilot_LDADD=@LIBS@ @PILOT_LIBS@ @GTK_LIBS@

[gentoo-commits] repo/gentoo:master commit in: media-libs/libomxil-bellagio/, media-libs/libomxil-bellagio/files/

2016-12-13 Thread David Seifert
commit: 52b52f59bc2c93af653299f9cd4ea5f0478db3cb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Nov 21 19:30:11 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Dec 13 19:07:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b52f59

media-libs/libomxil-bellagio: Fix build with GCC-5

Gentoo-bug: 597706

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2885

 .../files/libomxil-bellagio-0.9.3-gcc5.patch  | 19 +++
 .../libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild  | 10 ++
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git 
a/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch 
b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
new file mode 100644
index ..65ba908
--- /dev/null
+++ b/media-libs/libomxil-bellagio/files/libomxil-bellagio-0.9.3-gcc5.patch
@@ -0,0 +1,19 @@
+Description: Fix FTBFS for GCC-5
+ With -Werror=logical-not-parentheses enabled, a line such as the
+ following causes the build to fail:
+ if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning)
+Author: Linn Crosetto 
+Bug-Debian: https://bugs.debian.org/777961
+Forwarded: no
+
+--- 
libomxil-bellagio-0.9.3.orig/src/components/videoscheduler/omx_video_scheduler_component.c
 
libomxil-bellagio-0.9.3/src/components/videoscheduler/omx_video_scheduler_component.c
+@@ -313,7 +313,7 @@ OMX_BOOL omx_video_scheduler_component_C
+   }
+ 
+   /* do not send the data to sink and return back, if the clock is not 
running*/
+-  
if(!omx_video_scheduler_component_Private->eState==OMX_TIME_ClockStateRunning){
++  
if(omx_video_scheduler_component_Private->eState!=OMX_TIME_ClockStateRunning){
+ pInputBuffer->nFilledLen=0;
+ SendFrame = OMX_FALSE;
+ return SendFrame;

diff --git a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild 
b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
index 53430d7..3870ff6 100644
--- a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
+++ b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ XORG_EAUTORECONF=yes
 
 inherit xorg-2
 
-DESCRIPTION="An Open Source implementation of the OpenMAX Integration Layer"
+DESCRIPTION="Open Source implementation of the OpenMAX Integration Layer"
 HOMEPAGE="http://omxil.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN:3:5}/${P}.tar.gz 
mirror://ubuntu/pool/universe/${PN:0:4}/${PN}/${PN}_${PV}-1ubuntu2.debian.tar.gz"
 
@@ -18,8 +18,9 @@ KEYWORDS="amd64 x86"
 IUSE="+audioeffects +clocksrc debug doc +videoscheduler"
 
 RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
-   ${RDEPEND}"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
 
 src_prepare() {
PATCHES=(
@@ -27,6 +28,7 @@ src_prepare() {
"${FILESDIR}"/${P}-dynamicloader-linking.patch
"${FILESDIR}"/${P}-parallel-build.patch
"${FILESDIR}"/${P}-version.patch
+   "${FILESDIR}"/${P}-gcc5.patch
)
xorg-2_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2016-12-13 Thread Thomas Beierlein
commit: fd218e7e5056efe27f88e82713878338d9b1e207
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Dec 13 18:55:55 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Dec 13 18:55:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd218e7e

media-radio/fldigi: Maintenance release

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-radio/fldigi/Manifest  |  1 +
 media-radio/fldigi/fldigi-3.23.18.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index 5a42c67..a95bf58 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -3,3 +3,4 @@ DIST fldigi-3.23.12.tar.gz 3078572 SHA256 
59ba6ad8304849cb92b3ec2251bd389f4dfa77
 DIST fldigi-3.23.15.tar.gz 3138313 SHA256 
b55018b50f8ace203a633f23cab9b4b5a0c6e4bf6d0fcc1258de6497d274aadb SHA512 
e5d96bc3c063374a7b12febee9d333a93f82213698718a3f4818247be65cf7be9893ce38c660482e8ee2128a148fa3a5fc74adb407f88668205158d09ab39ecc
 WHIRLPOOL 
641f6e646259a95d1a65b51c64c64142037874b0728e0981ba49a3d061a32e0275821daf5b63d695383b63598f8ed0eb1b3e5e0195d02616227f44ff262da0bd
 DIST fldigi-3.23.16.tar.gz 3155189 SHA256 
e9ad95191a1b2ec92936c589b181eac92fbbb5147f2a2569d5efc928949a0444 SHA512 
5443d871cc0f42ab09cec3a4b207ecf7ebe6acb3a46adf76839494b81dca28047cc1ce041d342ec54ae91cc5efdcd8895cdd6c7463e9d8325005a93ed6e38e34
 WHIRLPOOL 
6bb8cdd3713c32547d61d02ac69e0840b2bb5db6abd666596d3c3f933daa76027dee44ddc16674e45258716a6deac6311d6cb4400737328a972e5746d45bec8e
 DIST fldigi-3.23.17.tar.gz 3204908 SHA256 
ea10f993fbda5bba8d21283e301bc4b650d3093a3f35c1505a50d6479c386c5b SHA512 
362e57e14fa1a05ea4fdd2415996117af47878c37beb4d63e2d4ab57ca7f20e0b47c49b69bf35fcd7a8e7558c1e6329785087c8bcfcf8b8958f197af3c8381bb
 WHIRLPOOL 
14ae37cfa99a8968f9169972944edc57b731f6a110669472573e4181dab59ab40c8ab69f887aec38f00c13c07eb6856fad857ccc572384d15bc9f0a2b2f66130
+DIST fldigi-3.23.18.tar.gz 3211821 SHA256 
39cd8459c3425326e998b740c96bc9b7351dea0a84f308e84d77cf050f0a7f30 SHA512 
7dbe8d404c77c36724776afe3b1d7f5b96dfcddded746d8fe786c06ae67d50d897166534aa295a8d63487fbc00c0ebf89b780cdb4f0a526714c0a0b9c64544b2
 WHIRLPOOL 
4212bc07922c790b088d0d7d307281a06e9d5968c546c337ab3b84491732ba6e1030bfd544bbea750e2fdffa668ca0f2792b451cceae7a2e7e72f8fa519ff2f0

diff --git a/media-radio/fldigi/fldigi-3.23.18.ebuild 
b/media-radio/fldigi/fldigi-3.23.18.ebuild
new file mode 100644
index ..aba4d37
--- /dev/null
+++ b/media-radio/fldigi/fldigi-3.23.18.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/Fldigi.html;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls portaudio pulseaudio sndfile"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   hamlib? ( media-libs/hamlib )
+   portaudio? ( >=media-libs/portaudio-19_pre20071207 )
+   pulseaudio? ( media-sound/pulseaudio )
+   sndfile? ( >=media-libs/libsndfile-1.0.10 )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   econf $(use_with sndfile) \
+   $(use_with portaudio) \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   --disable-silent-rules \
+   --without-asciidoc
+}



[gentoo-commits] proj/mozilla:master commit in: dev-libs/jemalloc/

2016-12-13 Thread Jory Pratt
commit: 6619f02ee869956e506f7fa7174e0fce2691062f
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Dec 13 18:13:21 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Dec 13 18:13:21 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=6619f02e

dev-libs/jemalloc - new features, misc bug fixes

 dev-libs/jemalloc/Manifest |  2 +-
 .../{jemalloc-4.2.1.ebuild => jemalloc-4.4.0.ebuild}   | 18 +-
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-libs/jemalloc/Manifest b/dev-libs/jemalloc/Manifest
index a281dc1..6489b88 100644
--- a/dev-libs/jemalloc/Manifest
+++ b/dev-libs/jemalloc/Manifest
@@ -1 +1 @@
-DIST jemalloc-4.2.1.tar.bz2 431132 SHA256 
5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57 SHA512 
a0bbf2150371bf31b386c668bc636a56e82145a8a81586d0898cdeed707bf1b694e777ea2afba521584998a60663bb4734e8a83697a337ea13e6ade4de737c18
 WHIRLPOOL 
2fd0dd55184eef49329dfff40ef1fc4bce8304e52f0fd0e11fa6bd380a93206d600d8ff3bb1ac442fcab7ecdda2a1ac56cb68f30bb70bc1ced0f54e835ca9bef
+DIST jemalloc-4.4.0.tar.bz2 440144 SHA256 
a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033 SHA512 
2f88fb17ede3bf87e334e9c80949870e0dd85b5adcdd89a1750ccf6df5240f35293159ac0a360d3a29cf0b1d17edf86dcc7997c6bf3190ae7da7442d3a3cc14e
 WHIRLPOOL 
1485ce6cf08ee2233117e281d1a61f376d2b6c73f28c68f2cc1956471bcb56a4eef045c0011de141b669d94d7339de5e79860f6b21bfbeffab821d5eb528759c

diff --git a/dev-libs/jemalloc/jemalloc-4.2.1.ebuild 
b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
similarity index 82%
rename from dev-libs/jemalloc/jemalloc-4.2.1.ebuild
rename to dev-libs/jemalloc/jemalloc-4.4.0.ebuild
index 8c320ea..8e5b179 100644
--- a/dev-libs/jemalloc/jemalloc-4.2.1.ebuild
+++ b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
@@ -8,12 +8,12 @@ inherit toolchain-funcs multilib-build
 
 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
 HOMEPAGE="http://www.canonware.com/jemalloc/;
-SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2;
+SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0/2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 
~amd64-linux ~x86-linux ~x64-macos"
-IUSE="debug static-libs stats"
+IUSE="debug hardened static-libs stats"
 HTML_DOCS=( doc/jemalloc.html )
 PATCHES=( "${FILESDIR}/${PN}-3.5.1-strip-optimization.patch"
"${FILESDIR}/${PN}-3.5.1_fix_html_install.patch"
@@ -25,9 +25,17 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/jemalloc/jemalloc.h )
 QA_CONFIGURE_OPTIONS="--enable-static --disable-static --enable-shared 
--disable-shared"
 
 multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable debug)
-   $(use_enable stats)
+   local myconf=()
+
+   if use hardened ; then
+   myconf+=( --disable-syscall )
+   fi
+
+   ECONF_SOURCE="${S}" \
+   econf  \
+   $(use_enable debug) \
+   $(use_enable stats) \
+   "${myconf[@]}"
 }
 
 multilib_src_install() {



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

2016-12-13 Thread Zac Medico
commit: f36646ec19b50b45cbf6def47e8e34ac2237b3c8
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 13 17:50:33 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 13 17:55:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36646ec

net-misc/peervpn: 0.044-r2 revbump for bug 602550

Remove the chown call from the openrc init script start_post function,
in order to prevent privilege escalation attacks. It is unsafe to call
chown in a directory that is not owned by root, since the target file
could be a hardlink to a root-owned file.

X-Gentoo-bug: 602550
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=602550

Package-Manager: portage-2.3.3

 net-misc/peervpn/files/peervpn.initd | 5 -
 net-misc/peervpn/files/peervpn.logrotated| 1 -
 .../peervpn/{peervpn-0.044-r1.ebuild => peervpn-0.044-r2.ebuild} | 1 -
 3 files changed, 7 deletions(-)

diff --git a/net-misc/peervpn/files/peervpn.initd 
b/net-misc/peervpn/files/peervpn.initd
index b607ec3..d90043f 100644
--- a/net-misc/peervpn/files/peervpn.initd
+++ b/net-misc/peervpn/files/peervpn.initd
@@ -25,8 +25,3 @@ depend() {
 start_pre() {
checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
 }
-
-start_post() {
-   # Use -h to prevent privilege escalation attacks. Fixes bug #602550.
-   chown -h "${user}":"${group}" "${logfile}"
-}

diff --git a/net-misc/peervpn/files/peervpn.logrotated 
b/net-misc/peervpn/files/peervpn.logrotated
index 5de0a24..e99669c 100644
--- a/net-misc/peervpn/files/peervpn.logrotated
+++ b/net-misc/peervpn/files/peervpn.logrotated
@@ -1,5 +1,4 @@
 /var/log/peervpn/peervpn.log {
-   su peervpn peervpn
missingok
size 5M
rotate 3

diff --git a/net-misc/peervpn/peervpn-0.044-r1.ebuild 
b/net-misc/peervpn/peervpn-0.044-r2.ebuild
similarity index 96%
rename from net-misc/peervpn/peervpn-0.044-r1.ebuild
rename to net-misc/peervpn/peervpn-0.044-r2.ebuild
index 52e1451..be45231 100644
--- a/net-misc/peervpn/peervpn-0.044-r1.ebuild
+++ b/net-misc/peervpn/peervpn-0.044-r2.ebuild
@@ -46,7 +46,6 @@ src_install() {
systemd_dounit "${FILESDIR}/${PN}.service"
 
keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
insinto /etc/logrotate.d
newins "${FILESDIR}/${PN}.logrotated" "${PN}"
 }



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

2016-12-13 Thread Bjarke Istrup Pedersen
commit: 057395a1d76f70fd15102c2a0365799f3500e863
Author: Bjarke Istrup Pedersen  gentoo  org>
AuthorDate: Tue Dec 13 17:50:51 2016 +
Commit: Bjarke Istrup Pedersen  gentoo  org>
CommitDate: Tue Dec 13 17:51:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057395a1

net-misc/strongswan: Bumping to 5.5.1, fixing bug #602456

Package-Manager: portage-2.3.2

 net-misc/strongswan/Manifest| 2 +-
 .../strongswan/{strongswan-5.5.0.ebuild => strongswan-5.5.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/strongswan/Manifest b/net-misc/strongswan/Manifest
index 6783829..a5dbdc5 100644
--- a/net-misc/strongswan/Manifest
+++ b/net-misc/strongswan/Manifest
@@ -1,2 +1,2 @@
 DIST strongswan-5.3.4.tar.bz2 4418300 SHA256 
938ad1f7b612e039f1d32333f4865160be70f9fb3c207a31127d0168116459aa SHA512 
2ab1c9a5d285c7f85b130a827b9525dd238a6d2b4c0c0e15a38a5e09dbb58228bfe4a6ab6c57ba6781f5d0d7f565cbb82e0ee2feac758c8033894c969acb8155
 WHIRLPOOL 
f7ffbefd62cc8eb4325b38392dbf84ea17b5e27b0917f75a31517ee9e864820faf6b30de4beb28ff17fb88fa16d4f042f698e2304542d01cba3e2392f63bb26f
-DIST strongswan-5.5.0.tar.bz2 4542458 SHA256 
58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454 SHA512 
dbbd26fa21f940e8b959387f174084c811bb6af6950295be724bd8507713918ffda931a65a5db00f2a4611ee4edf893e55ca56cfd5d4efb394eeeb8968c889d4
 WHIRLPOOL 
ea589e5cd2d504fe850d5b5c7b9152eedd166867a4f544c8260d118f35fc2f3ed6de21a494172f8d3809085132427419c1f41136246317e019a37caff5b1f85e
+DIST strongswan-5.5.1.tar.bz2 4636854 SHA256 
720b301991f77bdedd8d551a956f52e2d11686a0ec18e832094f86cf2b842ab7 SHA512 
051352a941a02ae227f3a7d4ee9d6d5651daa0fb4d01b7086c3bb18815ea94f63b5f94f29e6ef46ef3360666f7c95936cbfde9393d6a0c677de64850056519b9
 WHIRLPOOL 
9a95a12964ba9c17b9e2e61800932e9b7d7fb6810680ffdee8f20f14fc2cc376bd27e103491a0911e7d127734e29d5a471f6fd5c68884ce95a829c797273b6bf

diff --git a/net-misc/strongswan/strongswan-5.5.0.ebuild 
b/net-misc/strongswan/strongswan-5.5.1.ebuild
similarity index 100%
rename from net-misc/strongswan/strongswan-5.5.0.ebuild
rename to net-misc/strongswan/strongswan-5.5.1.ebuild



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

2016-12-13 Thread Johannes Huber
commit: eeaa6c1c7d1f5b8895285933be8c53b477cb2a1b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Dec 13 17:39:28 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Dec 13 17:39:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeaa6c1c

profiles: Drop mask for removed kde-base/legacy-icons

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 99b919f..fa574cf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -116,11 +116,6 @@ app-dicts/stardict-hnd-vi-en
 app-dicts/stardict-hnd-vi-fr
 app-dicts/stardict-hnd-vi-vi
 
-# Johannes Huber  (28 Nov 2016)
-# Masked for removal in 14 days. Gentoo temp workaround package.
-# Superseded by kde-frameworks/oxygen-icons:5.
-kde-base/legacy-icons
-
 # Pacho Ramos  (27 Nov 2016)
 # Dead for years, replaced by media-video/devedeng, bug #430564, removal in
 # a month.



[gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/

2016-12-13 Thread Johannes Huber
commit: 73855957954e80b8cdf9c667da6e177f541df776
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Dec 13 17:38:33 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Dec 13 17:38:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73855957

kde-base/legacy-icons: Remove last-rited pkg

 kde-base/legacy-icons/Manifest |  4 --
 .../legacy-icons/legacy-icons-4.11.22-r1.ebuild| 61 --
 kde-base/legacy-icons/metadata.xml |  8 ---
 3 files changed, 73 deletions(-)

diff --git a/kde-base/legacy-icons/Manifest b/kde-base/legacy-icons/Manifest
deleted file mode 100644
index 93a8856..
--- a/kde-base/legacy-icons/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 
f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 
9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff00fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95
 WHIRLPOOL 
14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
-DIST kwalletmanager-15.04.3.tar.xz 457256 SHA256 
34c20801d17bb0e16111556539e90776cc33dbed8a53dc814c82ffabe526acc0 SHA512 
6763afb19488b211699dc2b35f89ff4d24a8c2dc3d0e505722424fb3c821f9e6d232c9bfc8e406730563d93da432d21b4ad7f488d448d840017bf04e08b9f28b
 WHIRLPOOL 
d8a094ff8bf27026aeb448eeb5e93b6356ed0c605c81c4368755bd5a19bab03ea1cc2c7b6d5fe6564d4eecd7240b6190a41ed7c2455268ac9cbf995d5068a4ee
-DIST libkipi-15.08.3.tar.xz 95080 SHA256 
33038a646b83b5f98858807ab54ce93a519d20a558a741c6ec406dd47b9ae0ec SHA512 
e1dfeef8d71e5e22a361d4adc1e9dd1f4d613ac195cf93ad1851740012199b67cc17afea276a22a7c20c9b599c5ee6eb804c3104606dbeead73e0adc07a42eac
 WHIRLPOOL 
560ba2cf779db213c1b4b3958975b8f9d3bd1d66f298af24bcd7bbaabe5c715efd5a0a0ec5fb90b68d56a095e7f7755e0c1bd06cd7ba57c7358ddaa8394e9773
-DIST libksane-15.08.3.tar.xz 81192 SHA256 
0a038fd40f35eaec770c46650ef858f24d0f2f9d5b79cf7f92467630fb23a207 SHA512 
18b8f5c3fd58e2e272aff7f7d0d45b639680c7d12dbf8dfa19dfae8d872a73f2230958bc415f431eeab1312c2a19a7e2e617fb9a08a68dca3bfb46ed5b986bdb
 WHIRLPOOL 
40c59f3a8748c9498ccce1b74cca029c085d087239225d2123461cd012ad0bb42e2a5c8e258751444a4fcba216a47913788be52de24f7f65de4a526347dc9210

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild 
b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
deleted file mode 100644
index 670eb62..
--- a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KDE legacy icons"
-SRC_URI="
-   
mirror://kde/stable/applications/15.08.0/src/kde-workspace-4.11.22.tar.xz
-   
mirror://kde/Attic/applications/15.04.3/src/kwalletmanager-15.04.3.tar.xz
-   mirror://kde/stable/applications/15.08.3/src/libkipi-15.08.3.tar.xz
-   mirror://kde/stable/applications/15.08.3/src/libksane-15.08.3.tar.xz
-"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-   !> CMakeLists.txt || die
-   mv ${_source}/${_dir} ${_dest} || die
-   echo "kde4_install_icons( \${ICON_INSTALL_DIR} )" > \
-   ${_dest}/CMakeLists.txt || die
-   rm -r ${_source} || die
-   }
-
-   cat <<-EOF > CMakeLists.txt || die
-project(legacy-icons)
-cmake_minimum_required(VERSION 2.8.12)
-find_package(KDE4 REQUIRED)
-include(KDE4Defaults)
-EOF
-
-   prepare_icons kwalletmanager-15.04.3 kwalletmanager src/manager
-   prepare_icons libkipi-15.08.3 libkipi pics
-   prepare_icons libksane-15.08.3 libksane libksane
-   # bug 574778 (kde-frameworks/oxygen-icons-5.19.0)
-   prepare_icons kde-workspace-4.11.22 systemsettings 
kcontrol/kfontinst/kio
-
-   kde4-base_src_prepare
-}

diff --git a/kde-base/legacy-icons/metadata.xml 
b/kde-base/legacy-icons/metadata.xml
deleted file mode 100644
index 2fdbf33..
--- a/kde-base/legacy-icons/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



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

2016-12-13 Thread Zac Medico
commit: 3f0f8227ade6d70b974b86cc270dfb654b34e7ff
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 13 17:21:18 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 13 17:22:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0f8227

net-misc/peervpn: use chown -h for posix compat

Package-Manager: portage-2.3.3

 net-misc/peervpn/files/peervpn.initd | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/peervpn/files/peervpn.initd 
b/net-misc/peervpn/files/peervpn.initd
index 0f891b3..b607ec3 100644
--- a/net-misc/peervpn/files/peervpn.initd
+++ b/net-misc/peervpn/files/peervpn.initd
@@ -27,7 +27,6 @@ start_pre() {
 }
 
 start_post() {
-   # Use --no-dereference to prevent privilege escalation
-   # attacks. Fixes bug #602550.
-   chown --no-dereference "${user}":"${group}" "${logfile}"
+   # Use -h to prevent privilege escalation attacks. Fixes bug #602550.
+   chown -h "${user}":"${group}" "${logfile}"
 }



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

2016-12-13 Thread Zac Medico
commit: 012351c00a0b366bbf05306cf939e9471db1
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 13 17:07:46 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 13 17:11:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012351c0

net-misc/peervpn: 0.044-r1 revbump for bug 602550

Fix the openrc init script start_post function to use the chown
--no-dereference option in order to prevent privilege escalation
attacks.

X-Gentoo-bug: 602550
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=602550

Package-Manager: portage-2.3.3

 net-misc/peervpn/files/peervpn.initd   | 4 +++-
 net-misc/peervpn/{peervpn-0.044.ebuild => peervpn-0.044-r1.ebuild} | 0
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/peervpn/files/peervpn.initd 
b/net-misc/peervpn/files/peervpn.initd
index 3174dc6..0f891b3 100644
--- a/net-misc/peervpn/files/peervpn.initd
+++ b/net-misc/peervpn/files/peervpn.initd
@@ -27,5 +27,7 @@ start_pre() {
 }
 
 start_post() {
-   chown "${user}":"${group}" "${logfile}"
+   # Use --no-dereference to prevent privilege escalation
+   # attacks. Fixes bug #602550.
+   chown --no-dereference "${user}":"${group}" "${logfile}"
 }

diff --git a/net-misc/peervpn/peervpn-0.044.ebuild 
b/net-misc/peervpn/peervpn-0.044-r1.ebuild
similarity index 100%
rename from net-misc/peervpn/peervpn-0.044.ebuild
rename to net-misc/peervpn/peervpn-0.044-r1.ebuild



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

2016-12-13 Thread Manuel Rüger
commit: 724596f37d77ffd7e6d3813112cc93ed273e0f7c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec 13 16:58:05 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec 13 16:58:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724596f3

app-emulation/docker: Version bump to 1.12.4

Include changes from 1.13.x where suitable

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker/Manifest |   1 +
 app-emulation/docker/docker-1.12.4.ebuild | 292 ++
 2 files changed, 293 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index a00e5e1..75a9324 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,5 @@
 DIST docker-1.11.0.tar.gz 10637394 SHA256 
088869b9a19ae17656e068aa6d3d473866e8133365427c601c671da1b2189057 SHA512 
ecb7f531a5632fd6274e3eec59a5194c61d0788ab9f3864845cbc248232c2f14671a26c34abab8c5ca85ce6106ae72ea3ae4e5d133ad1efb126069ae82a2dba0
 WHIRLPOOL 
20b0ef1642d2fea2ae186a17786d95f138fb7df92daa104f00c481488f82eadd5e8f27a0a8e926d68f495fd62bc132d83817a0831f84b3786474a9408d87878f
 DIST docker-1.12.3.tar.gz 13678274 SHA256 
cf4f876593abde06b4c19f971163a853a21b1992d75bd2fe5d8bea9015b09f87 SHA512 
8577bcfe892d1fae6ca4edcd72c1a1c0a223ea3e322f3b63674dcb4833605c2dd2365cf376e4e08c0a900db50a927aaa0518ceb25f9542fe30c52a28903b0201
 WHIRLPOOL 
853f0a55836d4a34010f87399e875b9402703f1fb665e760255b198da6a68417c50b162cffe65e2c704e076be0520e3ecdb1418749cd3ddf63f426851bc0fbde
+DIST docker-1.12.4.tar.gz 13688795 SHA256 
7028c71bc08b18256b79b6bca83f860d3214cc466d3f36c18220bab86e862b83 SHA512 
b47ecb73c3e08acc19be5157ba6b49b84d0e17dd22c9f8638c54f853336fcd79eda462b1285b8148b708e1a4f890dd9266f1c8d4b66d5d997d905f8893872dd6
 WHIRLPOOL 
22391a91b95e0baa9609ab3056039cc705d24fd505882bd73fc781acd33716e301a0c4c421f29cee0e681b4ce048275951c28fac4e7d488b5c1b0b9cefadaa2d
 DIST docker-1.13.0_rc2.tar.gz 7708479 SHA256 
290ecfbcdf117b4358be383243294c35bfc46ee4321d1e5f44ee2e48299c5104 SHA512 
f8910a29166a9356a41b4ac744ef97bd3dfbaf302ebb756e97a737081d8ac16f81f9a017741f8cd2f134a481316364e74f69f7bd8794b470a077f447a7d42aff
 WHIRLPOOL 
ac7edb8af35af107344c41f34bf150208c41497f16d0394004b33788cdb8b8adb774b2158c8ea68bdd6d623639a2f62cb6e8180c07318a0a41ed53132fc63818
 DIST docker-1.13.0_rc3.tar.gz 7722545 SHA256 
4180849430a43b310d6c3e5cfe3d49bd2e12b3807c6de4a3ea93eb194851339b SHA512 
d7b515411b8bcaa5da6846c0d5db722f99d9f81a5a336f503cf2f62ab7bd7f921a9ccd7ccbd1090e385b14a003564709c54673b7074dcbb905c8342c23a93699
 WHIRLPOOL 
4dc2f0c425e86dd12a854c5a268c3deff490c1786491e646d94188760b3241a0cbf0943091133290c9fd5bf754b6040ecbb6fa1b342574607d2620d7fcd30be9

diff --git a/app-emulation/docker/docker-1.12.4.ebuild 
b/app-emulation/docker/docker-1.12.4.ebuild
new file mode 100644
index ..b2f4658
--- /dev/null
+++ b/app-emulation/docker/docker-1.12.4.ebuild
@@ -0,0 +1,292 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   DOCKER_GITCOMMIT="1564f02"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +device-mapper experimental hardened overlay seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.8
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   >app-emulation/containerd-0.2.2
+   app-emulation/runc[apparmor?,seccomp?]
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# 

[gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/

2016-12-13 Thread Wolfram Schlich
commit: 99605a0241afcd1681b05b6bad3e63a5295302e2
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Tue Dec 13 16:13:32 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Tue Dec 13 16:29:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99605a02

net-im/mcabber: fix renamed patch file name

Package-Manager: portage-2.3.0

 net-im/mcabber/mcabber-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/mcabber/mcabber-.ebuild 
b/net-im/mcabber/mcabber-.ebuild
index 261a494..38919c5 100644
--- a/net-im/mcabber/mcabber-.ebuild
+++ b/net-im/mcabber/mcabber-.ebuild
@@ -42,7 +42,7 @@ AUTOTOOLS_AUTORECONF="1"
 AUTOTOOLS_IN_SOURCE_BUILD="1"
 DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt 
)
 PATCHES=(
-   "${FILESDIR}/${PN}-0.10.3-vim-ftdetect.patch"
+   "${FILESDIR}/${P}-vim-ftdetect.patch"
 )
 
 pkg_setup() {



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

2016-12-13 Thread Jeroen Roovers
commit: 50ba4760ad11a251468960969a167107a9082bf9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 16:25:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 16:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ba4760

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/vivaldi/Manifest|   2 -
 www-client/vivaldi/vivaldi-1.6.687.3_p1.ebuild | 110 -
 2 files changed, 112 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index e4b3a8d..20cbbd9 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,7 +1,5 @@
 DIST vivaldi-1.5.658.44_p1-amd64.deb 46838072 SHA256 
d43cda11f6d9dffbdf3a0f7d29ba42a693f01db2aba4092904f51d88f84deb0b SHA512 
3f9051ba21e6365c22dd0d9d35e2a51868f2beaa487f0ffda96d955b07859eaf5a3d40b145ccc73ddc23b51a3874c1bb37616575ad9e1643f973f7b3299d5adc
 WHIRLPOOL 
cdd196094ad25d784b486e0f7aa0e72277b7d3de1b13eaf3666f799895d053d5f99332c385f00c376bb9793572acf35a8ba4a9ff6b9c65e09c20c7b741fc48e1
 DIST vivaldi-1.5.658.44_p1-i386.deb 47084314 SHA256 
480169e43737269215216bfcbb07fce54a7674cd27801eda083967b275ab97b3 SHA512 
d9c48c8c944132771f65791c9fc0c741602dd0ccfb0e30d84cdfd5afddb0269f779bdf093faffbc50dbd3dbb0557e1e30ac030b10ecccd6a534b3fcdfddaef6c
 WHIRLPOOL 
c823678af01496c426793e940ed7a9958cc7c8ffb1fbb51f3fbb8abf7744e5b4f6c0a3da3d7f26c4ed00fda77756ff4c6103baaa53590e2951d60dba7c36d683
-DIST vivaldi-1.6.687.3_p1-amd64.deb 48662894 SHA256 
4cf5953b3d68fd6a6e90c0c1e41e364f84b00f34e5c5805eb8c6058c866b4c75 SHA512 
ea1f04bed2117891d7d78ae591fc93cafbd7f4d779c4a8fe599353deb1a7754a4d49dbe9883c46ce95cb311fdfc97d781f521201cea439bf21ca3d1e543ff5b8
 WHIRLPOOL 
404dd78d1cda05d3bb1c23afb5d0a92a0eb7864c244328aa2ba37a19bd22d48853b86c8b469e076f6223874c24c88337b791a579e830526a4bc4544766071ac7
-DIST vivaldi-1.6.687.3_p1-i386.deb 49010984 SHA256 
0467bbc86fb802c0ade89bcec8525c1cfdecb145e5823d31eb05c5979ec17715 SHA512 
3bf8db9687f270bfa60dc7e831f6dc123871c7b5a7aab8daee5d8c487f222e3337fbf58748a862470b3f66e9c3fc6b23ede8e89bc14e0662c499068841188901
 WHIRLPOOL 
41253343700df47fc54c6101599f08dd008fe92e79fbd80ce4d6e4da0387df76cb5ab7a7f2c5e5800f68d70cf7db53297903ffa70e843d20d83db1ff7ecc6a19
 DIST vivaldi-1.6.689.13_p1-amd64.deb 48683844 SHA256 
58155d8e8001c77201bb7e333045bc3e78d22da2cc96be7afb62eb8e16615d69 SHA512 
9fc3c9f5e717c5ce0f7e59dc808236c6b0568446383fba044c63475e779529a254a380a255ad3361681e7bfe95a84424867deb7768f3e47712d53679be5e378e
 WHIRLPOOL 
9d82708ac485a023f1c3a6c52258697aadf24a2249f63b8e05856502a7325172cbdfd9173c19c1b03423d38102c34c4f9c28e8401926d6bedadc027f562d8ed8
 DIST vivaldi-1.6.689.13_p1-i386.deb 48990484 SHA256 
0576302e865e265b6a0166e728fa1aaf2c615d1d77093e5a140bda395aca62ed SHA512 
ce666e08a94350c6bbc37d3a4792f9cc29f0c3acf84249f5995f2095cc423da1f14887f1ee34580942d9243112c6cb2ca97fc04e0183a223d2711e98116bff53
 WHIRLPOOL 
2a6ad11a6df2e982bce6ddaf2540eca64de942cc593e102d07e7d917fc940d378fea149c4fdd437694df7c825c1766403bc2b0c6e59fe990f2377a7180cc4e25
 DIST vivaldi-1.6.689.29_p1-amd64.deb 48678134 SHA256 
30befd35fb412dca44bee236b4f8d48921f5be75d9ffb4e62a02ab4256438f0b SHA512 
172b461a43ced821130f09599e05b63f65c74616663cc393779a5169846e43d97307d02762fa37837e6735b9bd83d2b96e90f3ce13fa068039800401718565d0
 WHIRLPOOL 
9b39ab63ad3a7beedbe514f6bd2ce60c2e281ee7d6471dffc9c697ba735b9676a6ab677b9e2160475e1720d893d6db6718d2eab148e4f4a399586ff70e144556

diff --git a/www-client/vivaldi/vivaldi-1.6.687.3_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.6.687.3_p1.ebuild
deleted file mode 100644
index 6d39297..
--- a/www-client/vivaldi/vivaldi-1.6.687.3_p1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_BRANCH="snapshot"
-
-VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
-VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
-VIVALDI_HOME="opt/${VIVALDI_BIN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   

[gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/files/, net-im/mcabber/

2016-12-13 Thread Wolfram Schlich
commit: 24ea81fe604b643d05362adb47f788c549291053
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Tue Dec 13 16:09:00 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Tue Dec 13 16:29:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ea81fe

net-im/mcabber: removed old insecure version, renamed a patch to match the 
current version

Package-Manager: portage-2.3.0

 net-im/mcabber/Manifest|   1 -
 .../mcabber-0.10.2_p20131025-vim-ftdetect.patch|  12 ---
 .../files/mcabber-0.10.3-vim-ftdetect.patch|  12 ---
 .../mcabber/files/mcabber-1.0.4-vim-ftdetect.patch |  12 +++
 net-im/mcabber/mcabber-0.10.2_p20131025.ebuild | 115 -
 net-im/mcabber/mcabber-1.0.4.ebuild|   2 +-
 6 files changed, 13 insertions(+), 141 deletions(-)

diff --git a/net-im/mcabber/Manifest b/net-im/mcabber/Manifest
index 1912071..49a5b8c 100644
--- a/net-im/mcabber/Manifest
+++ b/net-im/mcabber/Manifest
@@ -1,2 +1 @@
-DIST mcabber-0.10.2_p20131025.tar.gz 399025 SHA256 
90f4e583a7ea929abcd243dc970d64db53f1f577a4a76dc55432eaa86b5ce007 SHA512 
4910acfb3d0f6341e0926bff740186d3039a47f15fd075409ecd940b6388b9bb3bf35cb88eb675e6063eaefba6f4421ca7c07e18cb307a1c7b3206c077feeeb1
 WHIRLPOOL 
12b9ea8d5dd2e70afeeaab18f8361bd57a5c9850bfc70e953800efe5319d632881163c48d904efc07aadb9cb1a33c09d9b034537e4fe3102793da084bd246e97
 DIST mcabber-1.0.4.tar.bz2 605462 SHA256 
63b6bc003fcceba4dc4b273ed1c71643c4f8d95e8696543d53f64a7672b1ce0a SHA512 
f4f85abcdfa341489e47ba5290e9cce79cdd749753155003e3a9b5edd145e158c91d0a32fe07983196be5729134279f21fbe94511a41b98b793b415157b6b15b
 WHIRLPOOL 
09f7d6e53e352a0e7087da0ddb1a9f5a717c447c2e7a3d9d3e1b14409e8dd4e95472a60af743a0fbb64d4ee296b8eb6654cfb3ce6030ea8abd95ba863eacb7f1

diff --git a/net-im/mcabber/files/mcabber-0.10.2_p20131025-vim-ftdetect.patch 
b/net-im/mcabber/files/mcabber-0.10.2_p20131025-vim-ftdetect.patch
deleted file mode 100644
index 015d369..
--- a/net-im/mcabber/files/mcabber-0.10.2_p20131025-vim-ftdetect.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN 
mcabber-a18e1b488f1c.orig/mcabber/contrib/vim/mcabber_log-ftdetect.vim 
mcabber-a18e1b488f1c/mcabber/contrib/vim/mcabber_log-ftdetect.vim
 mcabber-a18e1b488f1c.orig/mcabber/contrib/vim/mcabber_log-ftdetect.vim 
2013-10-25 22:20:23.0 +0200
-+++ mcabber-a18e1b488f1c/mcabber/contrib/vim/mcabber_log-ftdetect.vim  
2014-03-30 14:41:31.975129825 +0200
-@@ -1,7 +1,7 @@
- "
- " Save this file in your ~/.vim/ftdetect/ folder
- 
--function MCabber_log_ftdetect()
-+function! MCabber_log_ftdetect()
- if getline(1) =~ '^\u. \d\{8}T\d\d:\d\d:\d\dZ \d\{3} '
-   setlocal filetype=mcabber_log
- endif

diff --git a/net-im/mcabber/files/mcabber-0.10.3-vim-ftdetect.patch 
b/net-im/mcabber/files/mcabber-0.10.3-vim-ftdetect.patch
deleted file mode 100644
index 015d369..
--- a/net-im/mcabber/files/mcabber-0.10.3-vim-ftdetect.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN 
mcabber-a18e1b488f1c.orig/mcabber/contrib/vim/mcabber_log-ftdetect.vim 
mcabber-a18e1b488f1c/mcabber/contrib/vim/mcabber_log-ftdetect.vim
 mcabber-a18e1b488f1c.orig/mcabber/contrib/vim/mcabber_log-ftdetect.vim 
2013-10-25 22:20:23.0 +0200
-+++ mcabber-a18e1b488f1c/mcabber/contrib/vim/mcabber_log-ftdetect.vim  
2014-03-30 14:41:31.975129825 +0200
-@@ -1,7 +1,7 @@
- "
- " Save this file in your ~/.vim/ftdetect/ folder
- 
--function MCabber_log_ftdetect()
-+function! MCabber_log_ftdetect()
- if getline(1) =~ '^\u. \d\{8}T\d\d:\d\d:\d\dZ \d\{3} '
-   setlocal filetype=mcabber_log
- endif

diff --git a/net-im/mcabber/files/mcabber-1.0.4-vim-ftdetect.patch 
b/net-im/mcabber/files/mcabber-1.0.4-vim-ftdetect.patch
new file mode 100644
index ..8d5aa10
--- /dev/null
+++ b/net-im/mcabber/files/mcabber-1.0.4-vim-ftdetect.patch
@@ -0,0 +1,12 @@
+diff -urN mcabber-1.0.4.orig/contrib/vim/mcabber_log-ftdetect.vim 
mcabber-1.0.4/contrib/vim/mcabber_log-ftdetect.vim
+--- mcabber-1.0.4.orig/contrib/vim/mcabber_log-ftdetect.vim2016-11-21 
20:47:26.0 +0100
 mcabber-1.0.4/contrib/vim/mcabber_log-ftdetect.vim 2016-12-13 
17:02:02.529854526 +0100
+@@ -1,7 +1,7 @@
+ "
+ " Save this file in your ~/.vim/ftdetect/ folder
+ 
+-function MCabber_log_ftdetect()
++function! MCabber_log_ftdetect()
+ if getline(1) =~ '^\u. \d\{8}T\d\d:\d\d:\d\dZ \d\{3} '
+   setlocal filetype=mcabber_log
+ endif

diff --git a/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild 
b/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild
deleted file mode 100644
index e6fa9eb..
--- a/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic autotools
-
-DESCRIPTION="A small Jabber console client with various features, like MUC, 
SSL, PGP"
-HOMEPAGE="http://mcabber.com/;

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

2016-12-13 Thread Jeroen Roovers
commit: 93366df18444d430dc4603e0df6e2d59fd9e664c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 16:25:19 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 16:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93366df1

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/vivaldi/Manifest |   2 +
 www-client/vivaldi/vivaldi-1.6.689.29_p1.ebuild | 110 
 2 files changed, 112 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 8e2076c..e4b3a8d 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,5 @@ DIST vivaldi-1.6.687.3_p1-amd64.deb 48662894 SHA256 
4cf5953b3d68fd6a6e90c0c1e41e
 DIST vivaldi-1.6.687.3_p1-i386.deb 49010984 SHA256 
0467bbc86fb802c0ade89bcec8525c1cfdecb145e5823d31eb05c5979ec17715 SHA512 
3bf8db9687f270bfa60dc7e831f6dc123871c7b5a7aab8daee5d8c487f222e3337fbf58748a862470b3f66e9c3fc6b23ede8e89bc14e0662c499068841188901
 WHIRLPOOL 
41253343700df47fc54c6101599f08dd008fe92e79fbd80ce4d6e4da0387df76cb5ab7a7f2c5e5800f68d70cf7db53297903ffa70e843d20d83db1ff7ecc6a19
 DIST vivaldi-1.6.689.13_p1-amd64.deb 48683844 SHA256 
58155d8e8001c77201bb7e333045bc3e78d22da2cc96be7afb62eb8e16615d69 SHA512 
9fc3c9f5e717c5ce0f7e59dc808236c6b0568446383fba044c63475e779529a254a380a255ad3361681e7bfe95a84424867deb7768f3e47712d53679be5e378e
 WHIRLPOOL 
9d82708ac485a023f1c3a6c52258697aadf24a2249f63b8e05856502a7325172cbdfd9173c19c1b03423d38102c34c4f9c28e8401926d6bedadc027f562d8ed8
 DIST vivaldi-1.6.689.13_p1-i386.deb 48990484 SHA256 
0576302e865e265b6a0166e728fa1aaf2c615d1d77093e5a140bda395aca62ed SHA512 
ce666e08a94350c6bbc37d3a4792f9cc29f0c3acf84249f5995f2095cc423da1f14887f1ee34580942d9243112c6cb2ca97fc04e0183a223d2711e98116bff53
 WHIRLPOOL 
2a6ad11a6df2e982bce6ddaf2540eca64de942cc593e102d07e7d917fc940d378fea149c4fdd437694df7c825c1766403bc2b0c6e59fe990f2377a7180cc4e25
+DIST vivaldi-1.6.689.29_p1-amd64.deb 48678134 SHA256 
30befd35fb412dca44bee236b4f8d48921f5be75d9ffb4e62a02ab4256438f0b SHA512 
172b461a43ced821130f09599e05b63f65c74616663cc393779a5169846e43d97307d02762fa37837e6735b9bd83d2b96e90f3ce13fa068039800401718565d0
 WHIRLPOOL 
9b39ab63ad3a7beedbe514f6bd2ce60c2e281ee7d6471dffc9c697ba735b9676a6ab677b9e2160475e1720d893d6db6718d2eab148e4f4a399586ff70e144556
+DIST vivaldi-1.6.689.29_p1-i386.deb 49029064 SHA256 
eb38c2a211ed504f046b450098dc92515ef091169e54315cb4b8d569f4f6e380 SHA512 
295e679fa37a4bb4d24690e3d2b4a78c77baca6a69cbb2def2048c3fd02b34d6501f87aeb593bba5f8356e6d265e4828fdee47c8047deba7b9b6594c4a7c72c3
 WHIRLPOOL 
35d4443a193bfc690a844439a2ca1043989c55af5ed018e9ec56c26db307f266b09c9d2efac252e4344fa9a983b1b26b30ced1ba3e983d77ee183e1c56531747

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

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

2016-12-13 Thread Jeroen Roovers
commit: af80dd617dbd4bbc682fcf43ac7df38f0eeaeae1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 16:20:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 16:21:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af80dd61

www-plugins/adobe-flash: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-plugins/adobe-flash/Manifest   |   4 +
 .../adobe-flash/adobe-flash-24.0.0.186.ebuild  | 154 +
 2 files changed, 158 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index acb0a23..5abac6c 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -7,3 +7,7 @@ DIST adobe-flash-24.0.0.170-npapi.i386.rpm 9133446 SHA256 
0cf42b37dfb08b8d2f0b24
 DIST adobe-flash-24.0.0.170-npapi.x86_64.rpm 9675923 SHA256 
5b663fb88bb78a223148c27a395c19519e091a975135e63d4a0c5a3165f22848 SHA512 
2fd823a901a71aa98693d05d7982a840711fec4daaa4d3c5a8eff41b34b9a9709bba9fb8c8896a54df35d846930fffb2ac832f8681239508db2d1483f9067cee
 WHIRLPOOL 
7382711c69453f36f170a3512f2b7ced8ada84b3e001c9d0512a93baeec07f405430c936052b645170e71ff31ce14a4b68476174b9d3baeff0b6452692d58b2d
 DIST adobe-flash-24.0.0.170-ppapi.i386.rpm 8539220 SHA256 
08285fe1d7b859fef869015f5304b5b1166e238128e4927206ce03deddebc8ac SHA512 
6b741ddc24cfb45846c064756b01d6a3ae56fcb988e7a16b5384dc35b64c268a30016a33272f4d89e297bf011c49a07a0e0d8aa3947342326d437d3006f10d8c
 WHIRLPOOL 
8a6dc26b229768f7dff42c5095eb8057b15f922e04378563a632f53f5d3e4fa382f2df5debb14db9e24e5ec97005eefb0d502da1a8e316d5340a12acb234ae7e
 DIST adobe-flash-24.0.0.170-ppapi.x86_64.rpm 9441180 SHA256 
a9e894c65204df6ddf708ba22704f8153c56b65e01acaa05870bbdd4f38db3e0 SHA512 
76edb7b132a7a62440153557bbb71490c3d660860e77d2fcc9755d565735cddb748420cf73b116e23c438099f821845ec4586b892c72c9f5506dafeff184bd70
 WHIRLPOOL 
abd4aaf0d5e29a3a20c5f7591e3149f5c964ea7056552d5c0e3377c952583954ce5ce37648140211df779c29932048d02175361ed26532b09668fa46d0b80aec
+DIST adobe-flash-24.0.0.186-npapi.i386.tar.gz 9159537 SHA256 
3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd SHA512 
3ecee0240193171c383721186c33495a73b9992c07583e7eb59a5a6b7c1476d1a7abf6df33d52ffb2785cbf9d4bdc47c9dfd7ba10e743a6dea9e1c706023e921
 WHIRLPOOL 
31825020725ef1a612c2a5d0fdf62ff6c4938efabe36df4e77c4ad4ad4f1fc7add47a5e524ed3c4a6593de681f52bfd639476e78d4a421fcab46582840baeef5
+DIST adobe-flash-24.0.0.186-npapi.x86_64.tar.gz 9698084 SHA256 
c721b59102d12597a8592f0e8d2fb3d65ccda33d8e499435fe02871b46874663 SHA512 
c495b2980cc4038fa0144e6acbce4a5faaa3ddbd7f06adfdadc6d359aae9bcacc4b37c503c2ed55e5d5941535205de9e16746a6c5e2561e7a79e7b1e9517f7af
 WHIRLPOOL 
ea06dab827991bbff1aaf6744a7bd191868c29d3a947add50a47d104ada1cd40ded93ae11a6eff4cace75cb0e0275ffe031be8bd001bedb44a8f808d8621751e
+DIST adobe-flash-24.0.0.186-ppapi.i386.tar.gz 8557210 SHA256 
8fff4214db24a07f971455d9363fb210c838a7ca2d469cb5db2eed49d012b446 SHA512 
5db68c0c56855e2c7e401f68797d5b53f3610dbfaecfb25868b06dc774bb9619ce6a10aeb4265487a0765f93516e8cd825652ce66faa3b2e0f5921d2a21635fe
 WHIRLPOOL 
38ff6a2ad6544d9f699c2409edaebede5406ba8dc659ec70dc14fb9fc2ec2dbe5dc0d5bf1f6b5ca1d291bf117b32d632ec2ae9184d326381e86d2bcf3597b092
+DIST adobe-flash-24.0.0.186-ppapi.x86_64.tar.gz 9476879 SHA256 
37ccc51fb61c3f039eca58a34e40f4872a68eea4fe56450c83aeccb0eb08b57d SHA512 
05d2b648651b437bcad4a43e1c28581a5f0895191a44e36381f998f43952984fcc5bfe7225097d3be64d14a895bb28cba633e9c633fb04e88c4d30f6cdadb427
 WHIRLPOOL 
794a6b8bac9aa2f9b76293a30e5e131a3b157bc027d18a4ef4552727867282f1a8b7b8667c3163f1e4852a1cfa337738b6262d6426764cfc84ffb14534cbf9f8

diff --git a/www-plugins/adobe-flash/adobe-flash-24.0.0.186.ebuild 
b/www-plugins/adobe-flash/adobe-flash-24.0.0.186.ebuild
new file mode 100644
index ..3814fad
--- /dev/null
+++ b/www-plugins/adobe-flash/adobe-flash-24.0.0.186.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit nsplugins multilib multilib-minimal
+
+DESCRIPTION="Adobe Flash Player"
+HOMEPAGE="
+   http://www.adobe.com/products/flashplayer.html
+   http://get.adobe.com/flashplayer/
+   https://helpx.adobe.com/security/products/flash-player.html
+"
+
+AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV};
+AF_NP_32_URI="${AF_URI}/flash_player_npapi_linux.i386.tar.gz -> 
${P}-npapi.i386.tar.gz"
+AF_NP_64_URI="${AF_URI}/flash_player_npapi_linux.x86_64.tar.gz -> 
${P}-npapi.x86_64.tar.gz"
+AF_PP_32_URI="${AF_URI}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}-ppapi.i386.tar.gz"
+AF_PP_64_URI="${AF_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}-ppapi.x86_64.tar.gz"
+
+IUSE="kde +nsplugin +ppapi"
+REQUIRED_USE="
+   || ( nsplugin ppapi )
+"
+
+SRC_URI="
+   nsplugin? (
+   abi_x86_32? ( ${AF_NP_32_URI} )
+   abi_x86_64? ( ${AF_NP_64_URI} )
+   )
+  

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

2016-12-13 Thread Jeroen Roovers
commit: f83762565749d0c10264e4ca45f07c6a6896df43
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 13 16:20:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 13 16:21:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8376256

www-plugins/adobe-flash: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-plugins/adobe-flash/Manifest   |   4 -
 .../adobe-flash/adobe-flash-24.0.0.170.ebuild  | 150 -
 2 files changed, 154 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 5abac6c..8ec73a3 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -3,10 +3,6 @@ DIST adobe-flash-11.2.202.644.i386.tar.gz 6992226 SHA256 
63ca6e1ad1e1b39ae6e3526
 DIST adobe-flash-11.2.202.644.x86_64.tar.gz 7301011 SHA256 
ad2f70c3f1ba41636445de5e4f1243e38fc469288600cdb4ee26765ee391462d SHA512 
e61683ed7c4bd2f15e896eca4ecead279843cb3a6547ea81989d927a61251a8846b10bf35782da21dd2a2ad01e4230f508708f49980d57ccf0d30874b35cebd2
 WHIRLPOOL 
1de557092f3d5b725648b813ecc77a113a95fed404a2f219e44df33049721320be6921b497d52e9557c03ae0b2ed49e0560fd1a1087dd75fcc8d78d68551b312
 DIST adobe-flash-23.0.0.207.i386.tar.gz 6001506 SHA256 
41a90f239154fe8f0ce9557964f30c9f9921e378e98ae6ec28f7a18d00871317 SHA512 
74c90e553326e5029546a6472ef09ccca9bad1ffdbcc9453dc066880d30f21034a292f9ab6fce235ef3c0b3847489bd33a9b7b8610bcd7c6539ec3d9e4715e49
 WHIRLPOOL 
4dd262b31c9a767432f707ead40fe51e1133cd6297175ef6537d527874c19a1163e66f3f0763e68828c1640d55fc697236ff4509d5f3fb24a2af9ee435ed0a49
 DIST adobe-flash-23.0.0.207.x86_64.tar.gz 6921662 SHA256 
06a7535cd7fcfb5b60512bc38821124f1cb725825ad64578dced86395ff7f1cb SHA512 
bfb79317ee9047ee1b9eb9f797e48b63d6fa6aede2da07d1bb851c310c2da48cb6df9fbaf978f9db65c2fc382bf2c71fd2fd3d832a82e4aba65226f1aa067ece
 WHIRLPOOL 
5014a51027c72ad2465cb29e5e60e482951acbe7be9ccbf741d497bd1a31ac2c91ff2530a8b4b8b2da8adf69c9035d2053395ffea350e0b2e4a5f8bef43494e0
-DIST adobe-flash-24.0.0.170-npapi.i386.rpm 9133446 SHA256 
0cf42b37dfb08b8d2f0b2442c4b6382664180fba9afa63be4673913088d8c558 SHA512 
6220dddfab9523aa3a3417495e4780281885689cb1f44005320b779aec83882528eec41af37eb805bf27bb338c80bc99005a182bcf282f8f0d09e97d64926e75
 WHIRLPOOL 
5f6937ff26effcf483fce69fe407e9762f4b7b24dc7f4d3e500e59597b0b3b8bff81e032b42df42abe55c05787e61583a7f8b3067d1a7329da9940ac268a3502
-DIST adobe-flash-24.0.0.170-npapi.x86_64.rpm 9675923 SHA256 
5b663fb88bb78a223148c27a395c19519e091a975135e63d4a0c5a3165f22848 SHA512 
2fd823a901a71aa98693d05d7982a840711fec4daaa4d3c5a8eff41b34b9a9709bba9fb8c8896a54df35d846930fffb2ac832f8681239508db2d1483f9067cee
 WHIRLPOOL 
7382711c69453f36f170a3512f2b7ced8ada84b3e001c9d0512a93baeec07f405430c936052b645170e71ff31ce14a4b68476174b9d3baeff0b6452692d58b2d
-DIST adobe-flash-24.0.0.170-ppapi.i386.rpm 8539220 SHA256 
08285fe1d7b859fef869015f5304b5b1166e238128e4927206ce03deddebc8ac SHA512 
6b741ddc24cfb45846c064756b01d6a3ae56fcb988e7a16b5384dc35b64c268a30016a33272f4d89e297bf011c49a07a0e0d8aa3947342326d437d3006f10d8c
 WHIRLPOOL 
8a6dc26b229768f7dff42c5095eb8057b15f922e04378563a632f53f5d3e4fa382f2df5debb14db9e24e5ec97005eefb0d502da1a8e316d5340a12acb234ae7e
-DIST adobe-flash-24.0.0.170-ppapi.x86_64.rpm 9441180 SHA256 
a9e894c65204df6ddf708ba22704f8153c56b65e01acaa05870bbdd4f38db3e0 SHA512 
76edb7b132a7a62440153557bbb71490c3d660860e77d2fcc9755d565735cddb748420cf73b116e23c438099f821845ec4586b892c72c9f5506dafeff184bd70
 WHIRLPOOL 
abd4aaf0d5e29a3a20c5f7591e3149f5c964ea7056552d5c0e3377c952583954ce5ce37648140211df779c29932048d02175361ed26532b09668fa46d0b80aec
 DIST adobe-flash-24.0.0.186-npapi.i386.tar.gz 9159537 SHA256 
3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd SHA512 
3ecee0240193171c383721186c33495a73b9992c07583e7eb59a5a6b7c1476d1a7abf6df33d52ffb2785cbf9d4bdc47c9dfd7ba10e743a6dea9e1c706023e921
 WHIRLPOOL 
31825020725ef1a612c2a5d0fdf62ff6c4938efabe36df4e77c4ad4ad4f1fc7add47a5e524ed3c4a6593de681f52bfd639476e78d4a421fcab46582840baeef5
 DIST adobe-flash-24.0.0.186-npapi.x86_64.tar.gz 9698084 SHA256 
c721b59102d12597a8592f0e8d2fb3d65ccda33d8e499435fe02871b46874663 SHA512 
c495b2980cc4038fa0144e6acbce4a5faaa3ddbd7f06adfdadc6d359aae9bcacc4b37c503c2ed55e5d5941535205de9e16746a6c5e2561e7a79e7b1e9517f7af
 WHIRLPOOL 
ea06dab827991bbff1aaf6744a7bd191868c29d3a947add50a47d104ada1cd40ded93ae11a6eff4cace75cb0e0275ffe031be8bd001bedb44a8f808d8621751e
 DIST adobe-flash-24.0.0.186-ppapi.i386.tar.gz 8557210 SHA256 
8fff4214db24a07f971455d9363fb210c838a7ca2d469cb5db2eed49d012b446 SHA512 
5db68c0c56855e2c7e401f68797d5b53f3610dbfaecfb25868b06dc774bb9619ce6a10aeb4265487a0765f93516e8cd825652ce66faa3b2e0f5921d2a21635fe
 WHIRLPOOL 
38ff6a2ad6544d9f699c2409edaebede5406ba8dc659ec70dc14fb9fc2ec2dbe5dc0d5bf1f6b5ca1d291bf117b32d632ec2ae9184d326381e86d2bcf3597b092

diff --git a/www-plugins/adobe-flash/adobe-flash-24.0.0.170.ebuild 

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

2016-12-13 Thread Matt Thode
commit: bec3a6922bd9e71b4ea0383199c380302f89f9b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 13 16:13:25 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Dec 13 16:13:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec3a692

net-analyzer/icinga2: bup

Package-Manager: portage-2.3.0

 net-analyzer/icinga2/Manifest |   1 +
 net-analyzer/icinga2/icinga2-2.6.0.ebuild | 177 ++
 2 files changed, 178 insertions(+)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index 1e94b1b..5b6a30b 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1 +1,2 @@
 DIST icinga2-2.5.4.tar.gz 2493864 SHA256 
f22ca17cd9951598ab6a1bc27c1ef82b9f1bb49795f69066ccd4d499faa240fc SHA512 
0fca05d3eb6722cedecaba1da78ebb7268482257f28e37831f6356c618cbd059304a9e27e1f786799f253940e3dcf8ffa7399060f3e0e15765594796657b3be4
 WHIRLPOOL 
a2a4af45a15cc4ed197151cc4e3355fa5f28ba227269990704f2cce47fe1990fb38932aa0bfefa8034492b379e04213d1eb514437e13aca3fe751592aff99afd
+DIST icinga2-2.6.0.tar.gz 2353930 SHA256 
b04627d7508dda4bb7b75b74501586d34b5d3d8752291c56682ba1137af03270 SHA512 
70b44b3072b20799f5efd39c3e6692b9ae84f3d85886fe072ab67b34a5e4c53f5b6a7f9238d9fbdc663a6491c8c22dd79c71ddc06fa70bd95d2cb737896b3a91
 WHIRLPOOL 
32fcf3b442183527d3934a38fb1d0bfba7c2bb6336eb335b6810060c11e8c85184fe7d21d67b6aa29edf4c33f996adc7d949c87cb9fe5ab08c8606beec209480

diff --git a/net-analyzer/icinga2/icinga2-2.6.0.ebuild 
b/net-analyzer/icinga2/icinga2-2.6.0.ebuild
new file mode 100644
index ..0ff7130
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.6.0.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+if [[ ${PV} !=  ]]; then
+   inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
+   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+else
+   inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs 
user wxwidgets
+   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
+   EGIT_BRANCH="master"
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="http://icinga.org/icinga2;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax 
+plugins studio +vim-syntax"
+WX_GTK_VER="3.0"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=dev-libs/boost-1.41
+   console? ( dev-libs/libedit )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )"
+
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35"
+
+RDEPEND="
+   ${CDEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   mail? ( virtual/mailx )
+   classicui? ( net-analyzer/icinga[web] )
+   studio? ( x11-libs/wxGTK:3.0 )"
+
+REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   if use studio ; then
+   setup-wxwidgets
+   fi
+   enewgroup icinga
+   enewgroup icingacmd
+   enewgroup nagios  # for plugins
+   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
+}
+
+src_configure() {
+   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=FALSE
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
+   -DICINGA2_USER=icinga
+   -DICINGA2_GROUP=icingacmd
+   -DICINGA2_COMMAND_USER=icinga
+   -DICINGA2_COMMAND_GROUP=icingacmd
+   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
+   -DLOGROTATE_HAS_SU=ON
+   )
+   # default to off if minimal, allow the flags to be set otherwise
+   if use minimal; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_MYSQL=OFF
+   -DICINGA2_WITH_PGSQL=OFF
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
+   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
+   )
+   fi
+   # LTO
+   if use lto; then
+   mycmakeargs+=(
+   -DICINGA2_LTO_BUILD=ON
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_LTO_BUILD=OFF
+   )
+   fi
+  

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

2016-12-13 Thread Matt Thode
commit: 1ff5ae9ce7a5e5d950b559fa835067ca03b6180d
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 13 16:14:30 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Dec 13 16:14:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff5ae9c

www-apps/icingaweb2: bup

Package-Manager: portage-2.3.0

 www-apps/icingaweb2/Manifest|  1 +
 www-apps/icingaweb2/icingaweb2-2.4.0.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/www-apps/icingaweb2/Manifest b/www-apps/icingaweb2/Manifest
index 0146040..a257478 100644
--- a/www-apps/icingaweb2/Manifest
+++ b/www-apps/icingaweb2/Manifest
@@ -1,2 +1,3 @@
 DIST icingaweb2-2.3.3.tar.gz 9822506 SHA256 
4f315f4a2099ab9562b2076e8f3e7e14562644b6cb62c9aa24adefc76b3f8f77 SHA512 
864dc6c466c77413ef1674a60edc621f68ab1c72030b832391d457a19417278f7812f6e6fb0424862ebf6bc37ff1562521987a1d05b01b090a8994a1c61907fe
 WHIRLPOOL 
671f3e14982f1618a91d4c029ebf4133ea3fc56b8bafb3fb2350b7feb1c885aae54db06fe0de7864674a6862cc0bd63fc26bd7d3d62b62e18e2c37e07ec3df81
 DIST icingaweb2-2.3.4.tar.gz 9822451 SHA256 
31b7a4b7a40587d18f7eb743686e8b1ccaee95a0b5c58baee2ea8f29b57e64ab SHA512 
abfb556f6b27982524db9a6283af4fe7d5d6c559b4d15309477721d372760723c29588214c8147288c81784af75c2254d2b90563739cd68b9c9109326f9ed128
 WHIRLPOOL 
384a52d5f499c5e2befee78dd26a700682297ab24eeddc634849701745dcdbc88b0421a2574d4d11fc613c72b3f5146074c6395ac99aae488f2d150e42a05d67
+DIST icingaweb2-2.4.0.tar.gz 7177228 SHA256 
aa8c1b2a0e655aa646045cb39c9db054fcb59bd0cac6751934f5b246aa067696 SHA512 
f2c22e268d7920bccb1be0bb4d177fefebbb4aa87d4e50ba4e80f9f475b2e52b9c6f5fe0624f812eec89d3e5e6a0f77f41d237b8badf52b074571397ff77dc8d
 WHIRLPOOL 
223aa88ce9a91eecb7430ba91bb0511f90578436f4b9f640a01857f0946d95e5e8e2b67bb0672914f96d269160c81bc986bb8c9b2d3bb574622b82c531a419fc

diff --git a/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild
new file mode 100644
index ..0da8152
--- /dev/null
+++ b/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit depend.apache eutils multilib user
+
+DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
+HOMEPAGE="http://www.icinga.org/;
+SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="apache2 ldap mysql nginx postgres"
+REQUIRED_USE="^^ ( apache2 nginx )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=net-analyzer/icinga2-2.1.1
+   dev-php/pecl-imagick
+   apache2? (
+   >=www-servers/apache-2.4.0
+   || (
+   
dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.1[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   )
+   )
+   nginx? (
+   >=www-servers/nginx-1.7.0:*
+   || (
+   
dev-lang/php:5.6[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.0[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.1[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   )
+   )"
+RDEPEND="${DEPEND}"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+
+   enewgroup icingaweb2
+   enewgroup icingacmd
+   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
+   use apache2 && usermod -a -G icingacmd,icingaweb2 apache
+}
+
+pkg_config() {
+   if [[ -d /etc/icingaweb2 ]] ; then
+   einfo "Updating existing installation ..."
+   else
+   einfo "Running first time setup ..."
+   einfo "Creating configuration directory ..."
+   /usr/share/${PN}/bin/icingacli setup config directory
+   einfo "Creating authentication token for web setup ..."
+   /usr/share/${PN}/bin/icingacli setup token create
+   if use apache2 ; then
+   einfo "The following might be useful for your Apache2 
configuration:"
+   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
+   fi
+   if use nginx ; then
+   einfo "The following might be useful for your NGinx 
configuration:"
+   /usr/share/${PN}/bin/icingacli setup config webserver 
nginx --document-root /usr/share/${PN}/public
+   

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

2016-12-13 Thread Yixun Lan
commit: 0cc03815fed648a29c194575d7aae1210a7cc55d
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec 13 15:18:59 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 13 15:18:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc03815

app-emulation/xen-tools: security stable, XSA-200

Gentoo-Bug: 601248

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild 
b/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild
index 08b3f83..7ac147c 100644
--- a/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild
@@ -19,7 +19,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
UPSTREAM_VER=0
SECURITY_VER=19
# xen-tools's gentoo patches tarball



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

2016-12-13 Thread Yixun Lan
commit: 6040d7df861d650e3a864979b7628b2b5b7a958f
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec 13 15:19:59 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 13 15:19:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6040d7df

app-emulation/xen: security stable, XSA-200

Gentoo-Bug: 601248

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen/xen-4.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen/xen-4.6.4-r3.ebuild 
b/app-emulation/xen/xen-4.6.4-r3.ebuild
index 6d92ea9..785a285 100644
--- a/app-emulation/xen/xen-4.6.4-r3.ebuild
+++ b/app-emulation/xen/xen-4.6.4-r3.ebuild
@@ -17,7 +17,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm -x86"
+   KEYWORDS="amd64 ~arm -x86"
UPSTREAM_VER=0
SECURITY_VER=19
GENTOO_VER=



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

2016-12-13 Thread Yixun Lan
commit: 785f3260c9da4c1e07a6bb13b9620cdf3fca7dea
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec 13 15:20:54 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 13 15:20:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785f3260

app-emulation/xen: cleanup, drop old vulnerables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen/Manifest|   1 -
 app-emulation/xen/xen-4.6.4-r1.ebuild | 193 --
 app-emulation/xen/xen-4.6.4-r2.ebuild | 193 --
 app-emulation/xen/xen-4.7.1-r1.ebuild | 193 --
 app-emulation/xen/xen-4.7.1-r2.ebuild | 193 --
 5 files changed, 773 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 5d78ef8..24b2ee4 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -3,6 +3,5 @@ DIST xen-4.6.4.tar.gz 19709274 SHA256 
b795d5631a85fb68295361067195ecd3656dac
 DIST xen-4.7.1-upstream-patches-0.tar.xz 16420 SHA256 
cb4724fedadc408ec390f99e9928a44ec75e793fb55cb97793f09980855b6a32 SHA512 
79e117c48c6cc3d5783c818218ac11ec494735ce89755b5e263a64c23fb1f0a425bc65b567a24ce2e348b6e3839b26133c7e2c36411e5cc7acb54b855149dfbe
 WHIRLPOOL 
982165da62cbb28cd72d32662c366ca7dac91a511b356eb58bced4b4af5cbc0d94c7e280a2400e5d9c92938d2afee86abd7c688926c2b9cb191d4554be828844
 DIST xen-4.7.1.tar.gz 20706864 SHA256 
e87f4b0575e78657ee23d31470a15ecf1ce8c3a92a771cda46bbcd4d0d671ffe SHA512 
eb03244f5fa7b54402fcc1d38f1e69c0ea4536d5ab2f9859b41b5e94920ad9db20fb146e3c3d3635e9ca1d12e93ce0429e57f24bf53d4a2c4b69babc76ec724e
 WHIRLPOOL 
5d7ba29ea58bdedb6a237f7cb1c0aacf361dc35ebb07ec8e55773e07b1f38c1b151615b526e14daeca7c2db235114bde0b6d124219e8818c6e529873b5151fec
 DIST xen-4.8.0.tar.gz 22499917 SHA256 
1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04 SHA512 
70b95553f9813573b12e52999a4df8701dec430f23c36a8dc70d25a46bb4bc9234e5b7feb74a04062af4c8d6b6bcfe947d90b2b172416206812e54bac9797454
 WHIRLPOOL 
1296c25a05e3ab81730a2587ea1c07c7c022f05cfefc580224185c8d5fc9853531031c1292f69eff944ae2752492c4b95f13e160be3c449a7626aeadf1a21102
-DIST xen-security-patches-17.tar.xz 9908 SHA256 
9fc679ddea420e3aeb2f7ba4bacbb4c192b6c15d5e62b40def16cdb9e376a032 SHA512 
4a5375caf5b928662b10c31ef5af2f9bd092b512d6fb1a0292b0389d3c7f5b062f7ed1401b6c5dbeb83d20418fd025bbca43e76d42c739c5a2809c6cfb59db16
 WHIRLPOOL 
fdda75869ece47a180fce27b3d060b2dfe06861958443c55fe8de31f7c673382c468eccda0c40c87953abae57e12b2c3979a84515fb66ba190b6f7cffe57eb2d
 DIST xen-security-patches-18.tar.xz 2544 SHA256 
99d7e0762d221f064d08ff4ca875b2270330a3924d5537b58505e72f8be0de04 SHA512 
d2192a1f31557953118ad14e2ed2158577de529ea2cef9f63438f3bf570d979cea8b2f0244d8517a161878c6d8036173715228049102a85571e8dbc758eef3b9
 WHIRLPOOL 
e67f77756fefa64b05c2621ab2e4bffaa349b8f6f7af2d0d7cade0516961e6789b4f6c30536bf681a86acbe907dcf29a08b0b573843fe07bcd7aa678ee7312b0
 DIST xen-security-patches-19.tar.xz 3336 SHA256 
497a01fbd20fa45df19b41d337be0a87f4808101ac33cc9649461726abf43720 SHA512 
d8a4a8ceeab9e2efedf880e7a2007b312a7f528cdb8fb1f748096621bbdc447ff8ee09b8fbe1aae657ccd7b2557e436cf60f6e70dcaef65e8959204e91f3ec57
 WHIRLPOOL 
26473bc9d7c2648f78f1fbf722e1ebcf42983d9d0e04d40f66eaad73c5a7ec232a397392dd5f66adb1258c571238a8faf0497ceb468674b93f7f86b91539f9b9

diff --git a/app-emulation/xen/xen-4.6.4-r1.ebuild 
b/app-emulation/xen/xen-4.6.4-r1.ebuild
deleted file mode 100644
index 9eae5b4..
--- a/app-emulation/xen/xen-4.6.4-r1.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# 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 multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${PV/_/-}
-
-if [[ $PV == * ]]; then
-   inherit git-r3
-   KEYWORDS=""
-   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
-   SRC_URI=""
-else
-   KEYWORDS="amd64 ~arm -x86"
-   UPSTREAM_VER=
-   SECURITY_VER=17
-   GENTOO_VER=
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-   [[ -n ${SECURITY_VER} ]] && \
-   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
-   [[ -n ${GENTOO_VER} ]] && \
-   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
-   
SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz
-   ${UPSTREAM_PATCHSET_URI}
-   ${SECURITY_PATCHSET_URI}
-   ${GENTOO_PATCHSET_URI}"
-fi
-
-DESCRIPTION="The Xen virtual machine monitor"
-HOMEPAGE="http://xen.org/;
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="custom-cflags debug efi flask"
-

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

2016-12-13 Thread Yixun Lan
commit: 65d2bdc9965438393622e10a55ea65c5941b0ba5
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec 13 15:23:03 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 13 15:23:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d2bdc9

app-emulation/xen-tools: cleanup, drop old vulnerables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen-tools/Manifest  |   2 -
 app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild | 458 -
 app-emulation/xen-tools/xen-tools-4.6.4-r2.ebuild | 461 --
 app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild | 461 --
 app-emulation/xen-tools/xen-tools-4.7.1-r2.ebuild | 460 -
 app-emulation/xen-tools/xen-tools-4.7.1-r3.ebuild | 460 -
 6 files changed, 2302 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 56c2b08..487e417 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -9,6 +9,4 @@ DIST xen-4.8.0.tar.gz 22499917 SHA256 
1e15c713ab7ba3bfda8b4a285ed973529364fd1100
 DIST xen-gentoo-patches-7.tar.xz 24148 SHA256 
859fb6b69125c0a1079b35a74bb004dce1b04827b05f056a746cc42c1b187557 SHA512 
faf2b0ecd67d545366e2af7e7ecab5f808d02354d07f23cbffe1c3cb80dbb5f88cc4aa140d928ad269612e55c41740ff5bf2af3f0a1f16e375d404c3ffa712b1
 WHIRLPOOL 
d75c35fa10dd1f1567a82c5d5cd7ddabc72def6d74ef7095b7bca9ce9adad2b6ff9c88b55bad7cdefe88da027e5c742f9b9dcafce457cf15f408ea35652546f6
 DIST xen-gentoo-patches-8.tar.xz 24732 SHA256 
6e114f3d3bde31f8595a51bd67fafdbb56cbd60793bafad7061fcaaef67f36fb SHA512 
05da32f8fca0a9a43d419c2edd01d0c4abe233c0a8cc02e18caf6490ae9938c4302e8e61f7c67339f5fddab412be69504e1f05de895b73ac8b540914745fefd9
 WHIRLPOOL 
43d5114f455d2465995e9a1bffe5fff1e722540994348d05a3bac5504a970ad6af447f783ddf271a183207c21e75a0b77b6aed0a8ec8c89446e99ec1b377bcbe
 DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 WHIRLPOOL 
8346d68fa5d2a8e8a5c007b55e2b85cf48df045cc8c4818f09c756d28a52dd856671f37b4a53478e9b96ca9d2eca0c67fd15f009a94d1d2dfed8e83e596d9633
-DIST xen-security-patches-17.tar.xz 9908 SHA256 
9fc679ddea420e3aeb2f7ba4bacbb4c192b6c15d5e62b40def16cdb9e376a032 SHA512 
4a5375caf5b928662b10c31ef5af2f9bd092b512d6fb1a0292b0389d3c7f5b062f7ed1401b6c5dbeb83d20418fd025bbca43e76d42c739c5a2809c6cfb59db16
 WHIRLPOOL 
fdda75869ece47a180fce27b3d060b2dfe06861958443c55fe8de31f7c673382c468eccda0c40c87953abae57e12b2c3979a84515fb66ba190b6f7cffe57eb2d
-DIST xen-security-patches-18.tar.xz 2544 SHA256 
99d7e0762d221f064d08ff4ca875b2270330a3924d5537b58505e72f8be0de04 SHA512 
d2192a1f31557953118ad14e2ed2158577de529ea2cef9f63438f3bf570d979cea8b2f0244d8517a161878c6d8036173715228049102a85571e8dbc758eef3b9
 WHIRLPOOL 
e67f77756fefa64b05c2621ab2e4bffaa349b8f6f7af2d0d7cade0516961e6789b4f6c30536bf681a86acbe907dcf29a08b0b573843fe07bcd7aa678ee7312b0
 DIST xen-security-patches-19.tar.xz 3336 SHA256 
497a01fbd20fa45df19b41d337be0a87f4808101ac33cc9649461726abf43720 SHA512 
d8a4a8ceeab9e2efedf880e7a2007b312a7f528cdb8fb1f748096621bbdc447ff8ee09b8fbe1aae657ccd7b2557e436cf60f6e70dcaef65e8959204e91f3ec57
 WHIRLPOOL 
26473bc9d7c2648f78f1fbf722e1ebcf42983d9d0e04d40f66eaad73c5a7ec232a397392dd5f66adb1258c571238a8faf0497ceb468674b93f7f86b91539f9b9

diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild 
b/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild
deleted file mode 100644
index bb16290..
--- a/app-emulation/xen-tools/xen-tools-4.6.4-r1.ebuild
+++ /dev/null
@@ -1,458 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses,xml,threads'
-
-inherit eutils bash-completion-r1 flag-o-matic multilib python-single-r1 
toolchain-funcs versionator
-
-MY_PV=${PV/_/-}
-MAJOR_V="$(get_version_component_range 1-2)"
-
-if [[ $PV == * ]]; then
-   inherit git-r3
-   KEYWORDS=""
-   REPO="xen.git"
-   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
-   S="${WORKDIR}/${REPO}"
-else
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-   UPSTREAM_VER=
-   SECURITY_VER=17
-   # xen-tools's gentoo patches tarball
-   GENTOO_VER=7
-   # xen-tools's gentoo patches version which apply to this specific ebuild
-   GENTOO_GPV=1
-   # xen-tools ovmf's patches
-   OVMF_VER=2
-
-   SEABIOS_VER=1.8.2
-   # OVMF upstream 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d
-   OVMF_PV=20151110
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-   [[ -n ${SECURITY_VER} ]] && \
-   

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

2016-12-13 Thread Yixun Lan
commit: f8a5ed8b71306a8030913a6038e295dd331493e3
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec 13 10:03:01 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 13 15:09:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a5ed8b

app-emulation/xen: security bump, fix XSA-200

Gentoo-Bug: 601248

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen/Manifest|   1 +
 app-emulation/xen/xen-4.6.4-r3.ebuild | 193 ++
 app-emulation/xen/xen-4.7.1-r3.ebuild | 193 ++
 3 files changed, 387 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 6ba4641..5d78ef8 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -5,3 +5,4 @@ DIST xen-4.7.1.tar.gz 20706864 SHA256 
e87f4b0575e78657ee23d31470a15ecf1ce8c3a92a
 DIST xen-4.8.0.tar.gz 22499917 SHA256 
1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04 SHA512 
70b95553f9813573b12e52999a4df8701dec430f23c36a8dc70d25a46bb4bc9234e5b7feb74a04062af4c8d6b6bcfe947d90b2b172416206812e54bac9797454
 WHIRLPOOL 
1296c25a05e3ab81730a2587ea1c07c7c022f05cfefc580224185c8d5fc9853531031c1292f69eff944ae2752492c4b95f13e160be3c449a7626aeadf1a21102
 DIST xen-security-patches-17.tar.xz 9908 SHA256 
9fc679ddea420e3aeb2f7ba4bacbb4c192b6c15d5e62b40def16cdb9e376a032 SHA512 
4a5375caf5b928662b10c31ef5af2f9bd092b512d6fb1a0292b0389d3c7f5b062f7ed1401b6c5dbeb83d20418fd025bbca43e76d42c739c5a2809c6cfb59db16
 WHIRLPOOL 
fdda75869ece47a180fce27b3d060b2dfe06861958443c55fe8de31f7c673382c468eccda0c40c87953abae57e12b2c3979a84515fb66ba190b6f7cffe57eb2d
 DIST xen-security-patches-18.tar.xz 2544 SHA256 
99d7e0762d221f064d08ff4ca875b2270330a3924d5537b58505e72f8be0de04 SHA512 
d2192a1f31557953118ad14e2ed2158577de529ea2cef9f63438f3bf570d979cea8b2f0244d8517a161878c6d8036173715228049102a85571e8dbc758eef3b9
 WHIRLPOOL 
e67f77756fefa64b05c2621ab2e4bffaa349b8f6f7af2d0d7cade0516961e6789b4f6c30536bf681a86acbe907dcf29a08b0b573843fe07bcd7aa678ee7312b0
+DIST xen-security-patches-19.tar.xz 3336 SHA256 
497a01fbd20fa45df19b41d337be0a87f4808101ac33cc9649461726abf43720 SHA512 
d8a4a8ceeab9e2efedf880e7a2007b312a7f528cdb8fb1f748096621bbdc447ff8ee09b8fbe1aae657ccd7b2557e436cf60f6e70dcaef65e8959204e91f3ec57
 WHIRLPOOL 
26473bc9d7c2648f78f1fbf722e1ebcf42983d9d0e04d40f66eaad73c5a7ec232a397392dd5f66adb1258c571238a8faf0497ceb468674b93f7f86b91539f9b9

diff --git a/app-emulation/xen/xen-4.6.4-r3.ebuild 
b/app-emulation/xen/xen-4.6.4-r3.ebuild
new file mode 100644
index ..6d92ea9
--- /dev/null
+++ b/app-emulation/xen/xen-4.6.4-r3.ebuild
@@ -0,0 +1,193 @@
+# 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 multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${PV/_/-}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=0
+   SECURITY_VER=19
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+fi
+
+DESCRIPTION="The Xen virtual machine monitor"
+HOMEPAGE="http://xen.org/;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="custom-cflags debug efi flask"
+
+DEPEND="${PYTHON_DEPS}
+   efi? ( >=sys-devel/binutils-2.22[multitarget] )
+   !efi? ( >=sys-devel/binutils-2.22 )"
+RDEPEND=""
+PDEPEND="~app-emulation/xen-tools-${PV}"
+
+# no tests are available for the hypervisor
+# prevent the silliness of /usr/lib/debug/usr/lib/debug files
+# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
+RESTRICT="test splitdebug strip"
+
+# Approved by QA team in bug #144032
+QA_WX_LOAD="boot/xen-syms-${PV}"
+
+REQUIRED_USE="arm? ( debug )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if [[ -z ${XEN_TARGET_ARCH} ]]; then
+   if use amd64; then
+   export XEN_TARGET_ARCH="x86_64"
+   elif use arm; then
+   export XEN_TARGET_ARCH="arm32"
+   elif use arm64; then
+   export XEN_TARGET_ARCH="arm64"
+   else
+   

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

2016-12-13 Thread Yixun Lan
commit: 33d39173496f4f34f3330e617dfe217e43521770
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Dec 13 10:10:14 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 13 15:09:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d39173

app-emulation/xen-tools: security bump, fix XSA-200

Gentoo-Bug: 601248

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/xen-tools/Manifest  |   1 +
 app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild | 461 ++
 app-emulation/xen-tools/xen-tools-4.7.1-r4.ebuild | 460 +
 3 files changed, 922 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 148c47c..56c2b08 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -11,3 +11,4 @@ DIST xen-gentoo-patches-8.tar.xz 24732 SHA256 
6e114f3d3bde31f8595a51bd67fafdbb56
 DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd764c6e87fe5f8bda1785bcddba770 SHA512 
0bdc83029a01b613f5c1ca029bd45aebe211c332f09db91a0cc7d6b6f85a81dbbfdc20c62f0d20e973ee41b155a6551a4fad518cb792e1d508bf070e23d6a1d3
 WHIRLPOOL 
8346d68fa5d2a8e8a5c007b55e2b85cf48df045cc8c4818f09c756d28a52dd856671f37b4a53478e9b96ca9d2eca0c67fd15f009a94d1d2dfed8e83e596d9633
 DIST xen-security-patches-17.tar.xz 9908 SHA256 
9fc679ddea420e3aeb2f7ba4bacbb4c192b6c15d5e62b40def16cdb9e376a032 SHA512 
4a5375caf5b928662b10c31ef5af2f9bd092b512d6fb1a0292b0389d3c7f5b062f7ed1401b6c5dbeb83d20418fd025bbca43e76d42c739c5a2809c6cfb59db16
 WHIRLPOOL 
fdda75869ece47a180fce27b3d060b2dfe06861958443c55fe8de31f7c673382c468eccda0c40c87953abae57e12b2c3979a84515fb66ba190b6f7cffe57eb2d
 DIST xen-security-patches-18.tar.xz 2544 SHA256 
99d7e0762d221f064d08ff4ca875b2270330a3924d5537b58505e72f8be0de04 SHA512 
d2192a1f31557953118ad14e2ed2158577de529ea2cef9f63438f3bf570d979cea8b2f0244d8517a161878c6d8036173715228049102a85571e8dbc758eef3b9
 WHIRLPOOL 
e67f77756fefa64b05c2621ab2e4bffaa349b8f6f7af2d0d7cade0516961e6789b4f6c30536bf681a86acbe907dcf29a08b0b573843fe07bcd7aa678ee7312b0
+DIST xen-security-patches-19.tar.xz 3336 SHA256 
497a01fbd20fa45df19b41d337be0a87f4808101ac33cc9649461726abf43720 SHA512 
d8a4a8ceeab9e2efedf880e7a2007b312a7f528cdb8fb1f748096621bbdc447ff8ee09b8fbe1aae657ccd7b2557e436cf60f6e70dcaef65e8959204e91f3ec57
 WHIRLPOOL 
26473bc9d7c2648f78f1fbf722e1ebcf42983d9d0e04d40f66eaad73c5a7ec232a397392dd5f66adb1258c571238a8faf0497ceb468674b93f7f86b91539f9b9

diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild 
b/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild
new file mode 100644
index ..08b3f83
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.6.4-r4.ebuild
@@ -0,0 +1,461 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='ncurses,xml,threads'
+
+inherit eutils bash-completion-r1 flag-o-matic multilib python-single-r1 
toolchain-funcs versionator
+
+MY_PV=${PV/_/-}
+MAJOR_V="$(get_version_component_range 1-2)"
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   REPO="xen.git"
+   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
+   S="${WORKDIR}/${REPO}"
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   UPSTREAM_VER=0
+   SECURITY_VER=19
+   # xen-tools's gentoo patches tarball
+   GENTOO_VER=7
+   # xen-tools's gentoo patches version which apply to this specific ebuild
+   GENTOO_GPV=1
+   # xen-tools ovmf's patches
+   OVMF_VER=2
+
+   SEABIOS_VER=1.8.2
+   # OVMF upstream 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d
+   OVMF_PV=20151110
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   [[ -n ${OVMF_VER} ]] && \
+   
OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz;
+
+   
SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz
+   
http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
+   https://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz
+   ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2
+   ${OVMF_PATCHSET_URI} )
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+
+   S="${WORKDIR}/xen-${MY_PV}"
+fi
+
+DESCRIPTION="Xen tools including QEMU and xl"

[gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/, net-irc/hexchat/files/

2016-12-13 Thread Lars Wendler
commit: d663a68c1b428f18fe13677b57944b9868f23806
Author: Nicholas Vinson  gmail  com>
AuthorDate: Tue Dec 13 07:45:55 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec 13 14:55:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d663a68c

net-irc/hexchat: Fix libreSSL and missing dep.

Adds preprocessor libreSSL check to Fix libreSSL compile-time.
Adds autconf-archive as a bdep.

Gentoo-bug: 602372
Gentoo-bug: 602438

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3109

 .../hexchat/files/hexchat-2.12.4-libressl.patch|  29 
 net-irc/hexchat/hexchat-2.12.4-r1.ebuild   | 148 +
 2 files changed, 177 insertions(+)

diff --git a/net-irc/hexchat/files/hexchat-2.12.4-libressl.patch 
b/net-irc/hexchat/files/hexchat-2.12.4-libressl.patch
new file mode 100644
index ..3b3adc0
--- /dev/null
+++ b/net-irc/hexchat/files/hexchat-2.12.4-libressl.patch
@@ -0,0 +1,29 @@
+# diff -pU5 hexchat-2.12.4/src/common/ssl.c.old hexchat-2.12.4/src/common/ssl.c
+--- hexchat-2.12.4/src/common/ssl.c
 hexchat-2.12.4/src/common/ssl.c
+@@ -174,11 +174,11 @@ _SSL_get_cert_info (struct cert_info *ce
+   key = X509_get_X509_PUBKEY(peer_cert);
+   if (!X509_PUBKEY_get0_param(NULL, NULL, 0, , key))
+   return 1;
+ 
+   alg = OBJ_obj2nid (algor->algorithm);
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined LIBRESSL_VERSION_NUMBER
+   sign_alg = OBJ_obj2nid (peer_cert->sig_alg->algorithm);
+ #else
+   sign_alg = X509_get_signature_nid (peer_cert);
+ #endif
+   ASN1_TIME_snprintf (notBefore, sizeof (notBefore),
+@@ -304,11 +304,11 @@ _SSL_socket (SSL_CTX *ctx, int sd)
+   /* FATAL */
+   __SSL_critical_error ("SSL_new");
+ 
+   SSL_set_fd (ssl, sd);
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined LIBRESSL_VERSION_NUMBER
+   method = ctx->method;
+ #else
+   method = SSL_CTX_get_ssl_method (ctx);
+ #endif
+   if (method == SSLv23_client_method())

diff --git a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild 
b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
new file mode 100644
index ..ddcfa91
--- /dev/null
+++ b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit autotools fdo-mime gnome2-utils mono-env python-single-r1
+
+DESCRIPTION="Graphical IRC client based on XChat"
+HOMEPAGE="https://hexchat.github.io/;
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
+else
+   SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+fi
+
+LICENSE="GPL-2 plugin-fishlim? ( MIT )"
+SLOT="0"
+IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua nls perl 
plugin-checksum plugin-fishlim plugin-sysinfo python spell ssl theme-manager"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="dev-libs/glib:2
+   dbus? ( sys-apps/dbus )
+   gtk? ( x11-libs/gtk+:2 )
+   libcanberra? ( media-libs/libcanberra )
+   libproxy? ( net-libs/libproxy )
+   libnotify? ( x11-libs/libnotify )
+   lua? ( dev-lang/lua:= )
+   nls? ( virtual/libintl )
+   perl? ( dev-lang/perl )
+   plugin-sysinfo? ( sys-apps/pciutils )
+   python? ( ${PYTHON_DEPS} )
+   spell? ( app-text/iso-codes )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   theme-manager? (
+   || (
+   ( dev-lang/mono[minimal] dev-dotnet/libgdiplus )
+   dev-lang/mono[-minimal]
+   )
+   )"
+
+RDEPEND="${COMMON_DEPEND}
+   spell? ( app-text/enchant )"
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/autoconf-archive
+   theme-manager? ( dev-util/monodevelop )"
+
+PATCHES=(
+   "${FILESDIR}/hexchat-2.12.2-configure.ac-remove-werror.patch"
+   "${FILESDIR}/hexchat-2.12.4-libressl.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+   if use theme-manager ; then
+   mono-env_pkg_setup
+   export XDG_CACHE_HOME="${T}/.cache"
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-plugin \
+   $(use_enable nls) \
+   $(use_enable ssl openssl) \
+   $(use_enable gtk gtkfe) \
+   $(use_enable !gtk textfe) \
+   $(use_enable python python "${EPYTHON}") \
+   

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

2016-12-13 Thread Lars Wendler
commit: df26e91e7fa975d13da5788c408ceb427659016e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec 13 14:55:02 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec 13 14:55:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df26e91e

net-irc/hexchat: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-irc/hexchat/hexchat-2.12.4.ebuild | 146 --
 1 file changed, 146 deletions(-)

diff --git a/net-irc/hexchat/hexchat-2.12.4.ebuild 
b/net-irc/hexchat/hexchat-2.12.4.ebuild
deleted file mode 100644
index ca41df6..
--- a/net-irc/hexchat/hexchat-2.12.4.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit autotools fdo-mime gnome2-utils mono-env python-single-r1
-
-DESCRIPTION="Graphical IRC client based on XChat"
-HOMEPAGE="https://hexchat.github.io/;
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
-else
-   SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
-fi
-
-LICENSE="GPL-2 plugin-fishlim? ( MIT )"
-SLOT="0"
-IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua nls perl 
plugin-checksum plugin-fishlim plugin-sysinfo python spell ssl theme-manager"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="dev-libs/glib:2
-   dbus? ( sys-apps/dbus )
-   gtk? ( x11-libs/gtk+:2 )
-   libcanberra? ( media-libs/libcanberra )
-   libproxy? ( net-libs/libproxy )
-   libnotify? ( x11-libs/libnotify )
-   lua? ( dev-lang/lua:= )
-   nls? ( virtual/libintl )
-   perl? ( dev-lang/perl )
-   plugin-sysinfo? ( sys-apps/pciutils )
-   python? ( ${PYTHON_DEPS} )
-   spell? ( app-text/iso-codes )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   theme-manager? (
-   || (
-   ( dev-lang/mono[minimal] dev-dotnet/libgdiplus )
-   dev-lang/mono[-minimal]
-   )
-   )"
-
-RDEPEND="${COMMON_DEPEND}
-   spell? ( app-text/enchant )"
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig
-   dev-util/intltool
-   theme-manager? ( dev-util/monodevelop )"
-
-PATCHES=(
-   "${FILESDIR}/hexchat-2.12.2-configure.ac-remove-werror.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-   if use theme-manager ; then
-   mono-env_pkg_setup
-   export XDG_CACHE_HOME="${T}/.cache"
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-plugin \
-   $(use_enable nls) \
-   $(use_enable ssl openssl) \
-   $(use_enable gtk gtkfe) \
-   $(use_enable !gtk textfe) \
-   $(use_enable python python "${EPYTHON}") \
-   $(use_enable perl) \
-   $(use_enable plugin-checksum checksum) \
-   $(use_enable plugin-fishlim fishlim) \
-   $(use_enable plugin-sysinfo sysinfo) \
-   $(use_enable dbus) \
-   $(use_enable lua) \
-   $(use_enable libnotify) \
-   $(use_enable libcanberra) \
-   $(use_enable libproxy) \
-   $(use_enable spell isocodes) \
-   $(use_enable debug) \
-   $(use_with theme-manager)
-}
-
-src_install() {
-   emake DESTDIR="${D}" \
-   UPDATE_ICON_CACHE=true \
-   UPDATE_MIME_DATABASE=true \
-   UPDATE_DESKTOP_DATABASE=true \
-   install
-   dodoc readme.md
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_preinst() {
-   if use gtk ; then
-   gnome2_icon_savelist
-   fi
-}
-
-pkg_postinst() {
-   if use gtk ; then
-   gnome2_icon_cache_update
-   else
-   elog "You have disabled the gtk USE flag. This means you don't 
have"
-   elog "the GTK-GUI for HexChat but only a text interface called 
\"hexchat-text\"."
-   fi
-
-   if use theme-manager ; then
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   elog "Themes are available at:"
-   elog "  https://hexchat.github.io/themes.html;
-   fi
-
-   elog
-   elog "optional dependencies:"
-   elog "  media-sound/sox (sound playback if you don't have libcanberra"
-   elog "enabled)"
-   elog "  x11-plugins/hexchat-javascript (javascript support)"
-   elog "  x11-themes/sound-theme-freedesktop (default BEEP sound,"
-   elog "

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

2016-12-13 Thread Bernard Cafarelli
commit: 46e49e1b5694bb202cf8d6ee5c8e7a66fdc7d7c4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec 13 14:52:44 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 13 14:52:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e49e1b

www-apps/nextcloud: 9.0.55/10.0.2 version bumps

These releases include "security improvements", details not available for now

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/nextcloud/Manifest|  2 ++
 www-apps/nextcloud/nextcloud-10.0.2.ebuild | 41 ++
 www-apps/nextcloud/nextcloud-9.0.55.ebuild | 41 ++
 3 files changed, 84 insertions(+)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 09b0f08..3d55ffc 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,4 +1,6 @@
 DIST nextcloud-10.0.0.tar.bz2 35368025 SHA256 
1aaa177c0a00095fb97a3ca7eefb0b4236b652d58341e1cf3dbea9dc0787761f SHA512 
3c2084a633c323122ccc754c11feaabda33e5fcd3580f911ecc72f4e27fb1765b334f943fb5f7c216bbcb24ae2f63cf028162061e687acbe468b0f691a7fef13
 WHIRLPOOL 
f58849b8441c809f9c2c77daf3404f59cea0e221d7f25eeac08fd40a6ecb0df249c146f87e6d2a2481850bd89ec210ce858cd4f7c415a8a86cfaca8ab851
 DIST nextcloud-10.0.1.tar.bz2 35059973 SHA256 
39412a28f02fd7ca8c9267b4ccf02ac28c1eb27995d77c06ceb2699375978b25 SHA512 
d86f2f924f4ced1a94cb42af39dbbc94e95893da23dbe67e41a92385d9202d36513f166bc295ff8c52c7c8fefab76332810c137bcefeb3f9fc1102a4063dc4d5
 WHIRLPOOL 
33baa77e66fef94b5e3905b9f638b65589e33bc7d3fdc62c6716381f163f85d49ad721c029bff6b25aeaa82af5311babce1ea086f4a76c3b69687a111f2168f4
+DIST nextcloud-10.0.2.tar.bz2 34843051 SHA256 
a687a818778413484f06bb23b4e98589c73729fe2aa9feb1bf5584e3bd37103c SHA512 
63020daa87a0ed7fc0e9e10e6a3b30c37b4c40ac5f2743910c8329ef51bce31ee8925a4c3e1a834672815791e61104d7c3680b626a397e5cff7c4b0c6b4adf33
 WHIRLPOOL 
2874a2e630c8088f0dc2676d5c6fc87604b9fd4ed1b4dec23d447981d9137c29cdb7fb5b08727af321b7809a9d3e8980734053b2f5d2256fb69884657d094921
 DIST nextcloud-9.0.53.tar.bz2 28549436 SHA256 
1ceade1f7b3c8692b792ebfd2c5c7259ff6a0a26d3bd46a762ee6f5cdf052904 SHA512 
9691751218e68cd9b1d5b9ed5da632ceb5d0eda175141060785da4b076e6a47c0b782569f58dd8021f2a87df1a687e1a990d4f863d03f19106f85c2e5a6611cc
 WHIRLPOOL 
d74737e452ae26043a75a9ee70569a02d06dbf8b0a010eab870054cf6503649450befed8207859ef7f92d46cbb9b6fe8d44d8904ee36fe814d3235e909d4f274
 DIST nextcloud-9.0.54.tar.bz2 33790902 SHA256 
8a4aa5c254b137828c16752863ccb29868643d53ba762440ad4047893d05b9ef SHA512 
32f079f814d209f36445c1cc5120b461968ff5d9634cee57d35d114154b41afca083cfec120fcc32d5437c180dbc1a8cc667ca5673099a043ee7fcaf1d8fd99d
 WHIRLPOOL 
dd09057c2ebdd3122e3e54b92773e017fb6c5b5102627e181703d85a677f4534950ac5701888290015e518f694dc15937f61cafc8677702e44d272b63884ec32
+DIST nextcloud-9.0.55.tar.bz2 33842368 SHA256 
e84493517159199ea03ebaac50cca35744c490fa465116ad7d4536bd4d4df21e SHA512 
c28f211a5c0ec51ec26541eb07c3043bc08ebbd20bad2ca3bd3a10aba1d42d01fc9f2b2e4d2238019baedf814c13a4e619359da6494aeaea79ed8006fdf36171
 WHIRLPOOL 
654ee8685d840c5afe6c21dcccbc92e10938e4c0372cb0a8384f425acfc7b3c00472d54283305e838a973253c17a3e2fd7beec3916fd7002ed93d6953e093957

diff --git a/www-apps/nextcloud/nextcloud-10.0.2.ebuild 
b/www-apps/nextcloud/nextcloud-10.0.2.ebuild
new file mode 100644
index ..958f161
--- /dev/null
+++ b/www-apps/nextcloud/nextcloud-10.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils webapp
+
+DESCRIPTION="Personal cloud that runs on your own server"
+HOMEPAGE="http://nextcloud.com;
+SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2;
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+curl mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND=""
+RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+   virtual/httpd-php"
+
+S=${WORKDIR}/${PN}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+   dodir "${MY_HTDOCSDIR}"/data
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/config
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_src_install
+}

diff --git a/www-apps/nextcloud/nextcloud-9.0.55.ebuild 
b/www-apps/nextcloud/nextcloud-9.0.55.ebuild
new file mode 100644
index ..958f161
--- /dev/null
+++ b/www-apps/nextcloud/nextcloud-9.0.55.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils webapp
+
+DESCRIPTION="Personal cloud that runs on your own server"

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

2016-12-13 Thread Bernard Cafarelli
commit: ccbbf81de975d6c8b47a65566d592017e676be89
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec 13 14:54:13 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 13 14:54:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbbf81d

www-apps/nextcloud: drop old versions

Upstream recommends upgrading to current versions that include "security 
improvements"

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/nextcloud/Manifest|  4 ---
 www-apps/nextcloud/nextcloud-10.0.0.ebuild | 41 --
 www-apps/nextcloud/nextcloud-10.0.1.ebuild | 41 --
 www-apps/nextcloud/nextcloud-9.0.53.ebuild | 41 --
 www-apps/nextcloud/nextcloud-9.0.54.ebuild | 41 --
 5 files changed, 168 deletions(-)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 3d55ffc..fb3447c 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,6 +1,2 @@
-DIST nextcloud-10.0.0.tar.bz2 35368025 SHA256 
1aaa177c0a00095fb97a3ca7eefb0b4236b652d58341e1cf3dbea9dc0787761f SHA512 
3c2084a633c323122ccc754c11feaabda33e5fcd3580f911ecc72f4e27fb1765b334f943fb5f7c216bbcb24ae2f63cf028162061e687acbe468b0f691a7fef13
 WHIRLPOOL 
f58849b8441c809f9c2c77daf3404f59cea0e221d7f25eeac08fd40a6ecb0df249c146f87e6d2a2481850bd89ec210ce858cd4f7c415a8a86cfaca8ab851
-DIST nextcloud-10.0.1.tar.bz2 35059973 SHA256 
39412a28f02fd7ca8c9267b4ccf02ac28c1eb27995d77c06ceb2699375978b25 SHA512 
d86f2f924f4ced1a94cb42af39dbbc94e95893da23dbe67e41a92385d9202d36513f166bc295ff8c52c7c8fefab76332810c137bcefeb3f9fc1102a4063dc4d5
 WHIRLPOOL 
33baa77e66fef94b5e3905b9f638b65589e33bc7d3fdc62c6716381f163f85d49ad721c029bff6b25aeaa82af5311babce1ea086f4a76c3b69687a111f2168f4
 DIST nextcloud-10.0.2.tar.bz2 34843051 SHA256 
a687a818778413484f06bb23b4e98589c73729fe2aa9feb1bf5584e3bd37103c SHA512 
63020daa87a0ed7fc0e9e10e6a3b30c37b4c40ac5f2743910c8329ef51bce31ee8925a4c3e1a834672815791e61104d7c3680b626a397e5cff7c4b0c6b4adf33
 WHIRLPOOL 
2874a2e630c8088f0dc2676d5c6fc87604b9fd4ed1b4dec23d447981d9137c29cdb7fb5b08727af321b7809a9d3e8980734053b2f5d2256fb69884657d094921
-DIST nextcloud-9.0.53.tar.bz2 28549436 SHA256 
1ceade1f7b3c8692b792ebfd2c5c7259ff6a0a26d3bd46a762ee6f5cdf052904 SHA512 
9691751218e68cd9b1d5b9ed5da632ceb5d0eda175141060785da4b076e6a47c0b782569f58dd8021f2a87df1a687e1a990d4f863d03f19106f85c2e5a6611cc
 WHIRLPOOL 
d74737e452ae26043a75a9ee70569a02d06dbf8b0a010eab870054cf6503649450befed8207859ef7f92d46cbb9b6fe8d44d8904ee36fe814d3235e909d4f274
-DIST nextcloud-9.0.54.tar.bz2 33790902 SHA256 
8a4aa5c254b137828c16752863ccb29868643d53ba762440ad4047893d05b9ef SHA512 
32f079f814d209f36445c1cc5120b461968ff5d9634cee57d35d114154b41afca083cfec120fcc32d5437c180dbc1a8cc667ca5673099a043ee7fcaf1d8fd99d
 WHIRLPOOL 
dd09057c2ebdd3122e3e54b92773e017fb6c5b5102627e181703d85a677f4534950ac5701888290015e518f694dc15937f61cafc8677702e44d272b63884ec32
 DIST nextcloud-9.0.55.tar.bz2 33842368 SHA256 
e84493517159199ea03ebaac50cca35744c490fa465116ad7d4536bd4d4df21e SHA512 
c28f211a5c0ec51ec26541eb07c3043bc08ebbd20bad2ca3bd3a10aba1d42d01fc9f2b2e4d2238019baedf814c13a4e619359da6494aeaea79ed8006fdf36171
 WHIRLPOOL 
654ee8685d840c5afe6c21dcccbc92e10938e4c0372cb0a8384f425acfc7b3c00472d54283305e838a973253c17a3e2fd7beec3916fd7002ed93d6953e093957

diff --git a/www-apps/nextcloud/nextcloud-10.0.0.ebuild 
b/www-apps/nextcloud/nextcloud-10.0.0.ebuild
deleted file mode 100644
index 958f161..
--- a/www-apps/nextcloud/nextcloud-10.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="http://nextcloud.com;
-SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2;
-LICENSE="AGPL-3"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+curl mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
-   virtual/httpd-php"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-   webapp_pkg_setup
-}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-   dodir "${MY_HTDOCSDIR}"/data
-
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/config
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_src_install
-}

diff --git a/www-apps/nextcloud/nextcloud-10.0.1.ebuild 
b/www-apps/nextcloud/nextcloud-10.0.1.ebuild
deleted file mode 100644
index 958f161..
--- a/www-apps/nextcloud/nextcloud-10.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 

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

2016-12-13 Thread Sergey Popov
commit: 78a4d0114228c78343e1df9230595a86151f2570
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Dec 13 14:33:40 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Dec 13 14:36:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a4d011

x11-misc/outwiker: drop maintainership

Package-Manager: portage-2.3.2

 x11-misc/outwiker/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/outwiker/metadata.xml b/x11-misc/outwiker/metadata.xml
index c31acb5..dbbca3f 100644
--- a/x11-misc/outwiker/metadata.xml
+++ b/x11-misc/outwiker/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pinkb...@gentoo.org
-Sergey Popov
-  
+  
   
 Jenyay/outwiker
   



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-12-13 Thread Miroslav Šulc
commit: 438e00518d66765a9b1a56ffc1f53689f26b9f2a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Dec 13 14:23:05 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec 13 14:23:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438e0051

dev-java/tomcat-servlet-api: stabilizing 7.0.73 and 8.0.39 as these should have 
been stabilized along with corresponding tomcat versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.73.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.39.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.73.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.73.ebuild
index 1b980af..e25fd52 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.73.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.73.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.39.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.39.ebuild
index 7f90a43..a6fa79e 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.39.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.39.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/findlib/files/, dev-ml/findlib/

2016-12-13 Thread Alexis Ballier
commit: 976b875ee0036e69d272a347dddbf470d999e979
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:58:55 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:58:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976b875e

dev-ml/findlib: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/findlib/Manifest  |  3 --
 dev-ml/findlib/files/externalmeta2.patch | 16 ---
 dev-ml/findlib/files/externalmeta3.patch | 16 ---
 dev-ml/findlib/files/quoting.patch   | 15 ---
 dev-ml/findlib/findlib-1.6.1-r1.ebuild   | 76 
 dev-ml/findlib/findlib-1.6.1.ebuild  | 76 
 dev-ml/findlib/findlib-1.6.2.ebuild  | 76 
 dev-ml/findlib/findlib-1.6.3.ebuild  | 75 ---
 8 files changed, 353 deletions(-)

diff --git a/dev-ml/findlib/Manifest b/dev-ml/findlib/Manifest
index 186892b..f1286ef 100644
--- a/dev-ml/findlib/Manifest
+++ b/dev-ml/findlib/Manifest
@@ -1,6 +1,3 @@
 DIST findlib-1.4.tar.gz 231526 SHA256 
6e4065e5d79d31176ec213ff94599c4eae17c3904c2896e845d0379a99f1bdf8 SHA512 
7ee5bee74f6fc14c8d85496e673d42b63e056d35a724fe4f78fd1010a5af4506a9a962c0403fd96d5bf51f2278bfbe98a60aad65a171803cbde935cc3889157b
 WHIRLPOOL 
31f1d0b9f1605a9a536ae996fb4abe5e1d5c47012759cb7bb45185d58a81e827d80285628b113f79d51b8b260cdff181c3eb05596adeea9a87070994058fce17
 DIST findlib-1.5.6.tar.gz 250865 SHA256 
7743b3dcaf8a344c882e89f61601f7f086d46c0f2ea4fcc3e54069236825e3f8 SHA512 
18d23861a25b1508cb419af4cdd6e3cd83d51bef259f162c86b91460cf3dad75d6c2fc11173f60fe36b61ce3f81b78e69344f093adb9a82c36256d95180e93d8
 WHIRLPOOL 
eb374e60c3f2fcc6172ec08803fbc5b0e83ea0d38644b4c13cb3d27b3dc13c7240a4f49a9ee51f9465ac6ff6075140c3e98b3eb0ea48690f260f139f37dfb63c
-DIST findlib-1.6.1.tar.gz 254797 SHA256 
411c816e89d17d1b5b454e3d42f9b261cf929fc468f9f6e2787273ab69784b09 SHA512 
b781d117ff033e8b91b6610c562382c5868a25ceed51f0a5947a77bfdd5825723ad32adcbe1636d4f7952d4c7535093f5c8ad3b954bebb1dcf4738f7a16d3ef8
 WHIRLPOOL 
1c3ed89aeb53cd95c0eaa82f1df8c364ad79403cf89ca19245620819998353da089daf5d3377919f2b4676c48f4d926d384e5a80312884f84e1efc41307f88fd
-DIST findlib-1.6.2.tar.gz 253764 SHA256 
3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946 SHA512 
8c4098e6956530bc88d20a1b91512c68368e8a866398ce4d504afe3f71e81124c01644ba31ff97da6e61e7410328b533fb1d31a513166231047dab1933179fc4
 WHIRLPOOL 
a980082607ac97c738ef0899ba08af81eaa45c09a0e96f41ddfb3faaf25c77f133a3063f45a9393819e76b839b17bb10fe71613e83bfc943b4988511547eaa6b
-DIST findlib-1.6.3.tar.gz 254512 SHA256 
0f989f3f8ea69838423331c34c72a81e5422038e88c2a2bf10bc6e89869cab7e SHA512 
ab23eeef3ec301f1a429934a309734386169d31d16a82706a45d9914b1fdc50f04b4fdf86f9436be3d7f0c8869b2cd9a9e07c78247e12eabdfe0738861e22035
 WHIRLPOOL 
ae0fd2ae107d0074bbf8aefffa0facd7d9b892fc3408f94911522866d0bf8e9d7ac9e20da92e0a20b2f6cdf2f26dac6f86fd7c97231119eef890306166bcf05b
 DIST findlib-1.7.1.tar.gz 256883 SHA256 
5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef SHA512 
1c8002dc2ed1804afc78c2aa92ab55d2b6501fbb021a7ca46698b4de0dea8ad6485a64f7bf9ec5f3df888da1a420ab270efb5e26f1e408cc8b78fa3ccb981ba4
 WHIRLPOOL 
e58d4939277a2b37fbf0ea4055281494d6b163ba806249d8019e4f3dc8c6ca079d9e904a5de6e86fe0d8bc59ed3894c962f86d6d87512f5b80757b8a59458dd1

diff --git a/dev-ml/findlib/files/externalmeta2.patch 
b/dev-ml/findlib/files/externalmeta2.patch
deleted file mode 100644
index f8e7a5a..
--- a/dev-ml/findlib/files/externalmeta2.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Avoid installing META files for labltk, camlp4 and ocamlbuild: Those are 
provided by their
-respective packages now.
-
-Index: findlib-1.5.5/configure
-===
 findlib-1.5.5.orig/configure
-+++ findlib-1.5.5/configure
-@@ -515,7 +515,7 @@ fi
- 
- # Generate the META files now.
- 
--l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray 
$llabltk $lcamlp4 $lobuild $lcomplibs $lbytes"
-+l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray 
$lcomplibs $lbytes"
- 
- for dir in site-lib-src/*; do
- # We do not really know if $dir is a directory.

diff --git a/dev-ml/findlib/files/externalmeta3.patch 
b/dev-ml/findlib/files/externalmeta3.patch
deleted file mode 100644
index 7bc737e..
--- a/dev-ml/findlib/files/externalmeta3.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Avoid installing META files for labltk, camlp4 and ocamlbuild: Those are 
provided by their
-respective packages now.
-
-Index: findlib-1.6.2/configure
-===
 findlib-1.6.2.orig/configure
-+++ findlib-1.6.2/configure
-@@ -521,7 +521,7 @@ fi
- 
- # Generate the META files now.
- 
--l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray 
ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs 

[gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/

2016-12-13 Thread José María Alonso
commit: 3b4ae59795cada61ae2d7454aafa862025b04a19
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Dec 13 14:04:59 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Dec 13 14:04:59 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3b4ae597

dev-lisp/hunchentoot: Bumps version to 1.2.37

 dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
new file mode 100644
index 000..7a90c89
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
+HOMEPAGE="http://weitz.de/hunchentoot/;
+SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-libs/libxslt )"
+RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
+   >=dev-lisp/chunga-1.1.1
+   >=dev-lisp/cl-base64-3.3.0
+   >=dev-lisp/cl-fad-0.6.3
+   >=dev-lisp/cl-plus-ssl-20081104
+   >=dev-lisp/cl-ppcre-2.0.0
+   >=dev-lisp/cl-who-0.11.1
+   >=dev-lisp/drakma-1.0.0
+   >=dev-lisp/flexi-streams-0.12.0
+   >=dev-lisp/md5-1.8.5
+   >=dev-lisp/rfc2388-1.2
+   >=dev-lisp/trivial-backtrace-1.0.2
+   >=dev-lisp/usocket-0.4.0"
+
+src_compile() {
+   use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp url-rewrite
+   common-lisp-install-sources -t all www test
+   common-lisp-install-asdf
+   dodoc CHANGELOG* README
+   use doc && dodoc -r doc/*
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-difflib/

2016-12-13 Thread José María Alonso
commit: 24598e0d0b2c2fc73bc5cf821d0ffb4221bbf52b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Dec 13 14:01:29 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Dec 13 14:01:29 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=24598e0d

dev-lisp/cl-difflib: Bumps EAPI

 dev-lisp/cl-difflib/cl-difflib-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-difflib/cl-difflib-.ebuild 
b/dev-lisp/cl-difflib/cl-difflib-.ebuild
index f474889..f006b6b 100644
--- a/dev-lisp/cl-difflib/cl-difflib-.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between 
sequences."
 HOMEPAGE="http://www.cliki.net/CL-DIFFLIB;



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

2016-12-13 Thread Alexis Ballier
commit: 2fc7db231b1b97cb7e5e2ee2fd297d13ff3a60f5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:44:57 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:44:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc7db23

dev-ros/mavros_extras: Bump to 0.18.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/mavros_extras/Manifest|  1 +
 dev-ros/mavros_extras/mavros_extras-0.18.5.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/mavros_extras/Manifest b/dev-ros/mavros_extras/Manifest
index dc5cea0..c010b01 100644
--- a/dev-ros/mavros_extras/Manifest
+++ b/dev-ros/mavros_extras/Manifest
@@ -1,2 +1,3 @@
 DIST mavros-0.18.3.tar.gz 209081 SHA256 
dfe679d49fe31f25d373c877a8d6656c7eb90274b325715df691ace0d1f98654 SHA512 
f4608ca150b21099259559afa264d852e5a066986c3c0bd9b02b327a58b0f5c0bf769f02fadfde3d37292426f4deab263e1f10b850085b47cde76290b08e18df
 WHIRLPOOL 
3d20f8acb3bd5943414543cfb6dc904ff41d20ff248b04664337ddcf7ea8fe026d7a93ad4ac54221a95d553e00d58203cebe9b44c9462d6f79d5e6bace613356
 DIST mavros-0.18.4.tar.gz 212211 SHA256 
cd186f9cd014cee6fb53d0fa9bc476cf36e77fe34b0fc682cbc280db5594ca9b SHA512 
8012c97118673f17f96257f25416752667254d73e7ad46ef1f857d4948dec6370247078a3b221b11e613a0b6eaf138c3f77f6fc1b5162b3c8b6a63a8b55e2add
 WHIRLPOOL 
66d8e077ce6d5378b9bed7c3470eef774860ae398986b008421e1062b408fbd8f8786ad7ba4101dbb21031a6af2f281f968f4a98051a94536986b56acb2e7812
+DIST mavros-0.18.5.tar.gz 212723 SHA256 
9a9ee89f3282f610e80b692839e315ed052ec4d1e92b3961516a8bf3bced547d SHA512 
c0a46bac920eb351e8628e9116903e82b7b644d81bdf92064c4f684b6db5423b7db66941de3dae7c6730b08152baba92f457cf24409c877930e960872b553742
 WHIRLPOOL 
69b3ea6a16ce2276e7ef2980e80139c5d4b6a1ce303225490eb549a64cae94dcbe6823f1903c00f7f183316cae95ca10b83f507eeb54a3c2d83001d3dbb115b2

diff --git a/dev-ros/mavros_extras/mavros_extras-0.18.5.ebuild 
b/dev-ros/mavros_extras/mavros_extras-0.18.5.ebuild
new file mode 100644
index ..af9e276
--- /dev/null
+++ b/dev-ros/mavros_extras/mavros_extras-0.18.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/mavlink/mavros;
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Extra nodes and plugins for mavros"
+LICENSE="GPL-3 LGPL-3 BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/image_transport
+   dev-ros/cv_bridge
+   dev-ros/mavros
+   dev-ros/roscpp
+   
dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/urdf
+   dev-cpp/eigen:3
+   dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"



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

2016-12-13 Thread Alexis Ballier
commit: d6fdafe0c758db83161f9df52a1cd932e93c7944
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:45:01 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:45:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fdafe0

dev-ros/mavros_msgs: Bump to 0.18.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/mavros_msgs/Manifest  |  1 +
 dev-ros/mavros_msgs/mavros_msgs-0.18.5.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/mavros_msgs/Manifest b/dev-ros/mavros_msgs/Manifest
index 65e61ed..3dc77ac 100644
--- a/dev-ros/mavros_msgs/Manifest
+++ b/dev-ros/mavros_msgs/Manifest
@@ -4,3 +4,4 @@ DIST mavros-0.18.1.tar.gz 208459 SHA256 
8c8c5560145b261276f9f129c55298d8a9772b96
 DIST mavros-0.18.2.tar.gz 208727 SHA256 
347f88483be19ea8fc7da1ecd32e49874e2eb92750958c8b001120164194d524 SHA512 
d5f667f321f6d988224315e7cdd9f435c3c49e0b97dde0b5cd30c124e9778b48304edfbd51789cdd97e1ca449a9fda407c25d9530daa0f4e2f2df1088ced16ff
 WHIRLPOOL 
515242aca0ae43e164150a661b97498d5e3f89ad622eb9bdedecf22ecffa5243032b483cfea1c8b0310c6c20a282cf442a1830fc71f5d7894f29f45f97892d30
 DIST mavros-0.18.3.tar.gz 209081 SHA256 
dfe679d49fe31f25d373c877a8d6656c7eb90274b325715df691ace0d1f98654 SHA512 
f4608ca150b21099259559afa264d852e5a066986c3c0bd9b02b327a58b0f5c0bf769f02fadfde3d37292426f4deab263e1f10b850085b47cde76290b08e18df
 WHIRLPOOL 
3d20f8acb3bd5943414543cfb6dc904ff41d20ff248b04664337ddcf7ea8fe026d7a93ad4ac54221a95d553e00d58203cebe9b44c9462d6f79d5e6bace613356
 DIST mavros-0.18.4.tar.gz 212211 SHA256 
cd186f9cd014cee6fb53d0fa9bc476cf36e77fe34b0fc682cbc280db5594ca9b SHA512 
8012c97118673f17f96257f25416752667254d73e7ad46ef1f857d4948dec6370247078a3b221b11e613a0b6eaf138c3f77f6fc1b5162b3c8b6a63a8b55e2add
 WHIRLPOOL 
66d8e077ce6d5378b9bed7c3470eef774860ae398986b008421e1062b408fbd8f8786ad7ba4101dbb21031a6af2f281f968f4a98051a94536986b56acb2e7812
+DIST mavros-0.18.5.tar.gz 212723 SHA256 
9a9ee89f3282f610e80b692839e315ed052ec4d1e92b3961516a8bf3bced547d SHA512 
c0a46bac920eb351e8628e9116903e82b7b644d81bdf92064c4f684b6db5423b7db66941de3dae7c6730b08152baba92f457cf24409c877930e960872b553742
 WHIRLPOOL 
69b3ea6a16ce2276e7ef2980e80139c5d4b6a1ce303225490eb549a64cae94dcbe6823f1903c00f7f183316cae95ca10b83f507eeb54a3c2d83001d3dbb115b2

diff --git a/dev-ros/mavros_msgs/mavros_msgs-0.18.5.ebuild 
b/dev-ros/mavros_msgs/mavros_msgs-0.18.5.ebuild
new file mode 100644
index ..56464ad
--- /dev/null
+++ b/dev-ros/mavros_msgs/mavros_msgs-0.18.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/mavlink/mavros;
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for MAVROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2016-12-13 Thread Alexis Ballier
commit: 4e54a2f9d4558dd747b3b7548e72a85bb20e7771
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:47:56 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:47:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e54a2f9

dev-util/rosinstall_generator: bump to 0.1.13

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/rosinstall_generator/Manifest| 1 +
 ...stall_generator-.ebuild => rosinstall_generator-0.1.13.ebuild} | 4 ++--
 dev-util/rosinstall_generator/rosinstall_generator-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/rosinstall_generator/Manifest 
b/dev-util/rosinstall_generator/Manifest
index c9acd7d..699e0f1 100644
--- a/dev-util/rosinstall_generator/Manifest
+++ b/dev-util/rosinstall_generator/Manifest
@@ -1,2 +1,3 @@
 DIST rosinstall_generator-0.1.11.tar.gz 10230 SHA256 
cbb87d76a35d14d9dc5728c53e0027fe855830daacf6b4aa78b336fad03a297d SHA512 
ec94feaf05f105cc19715824937c96a505bcff1236a445f8eb85cd68dfa70fd8e146d6e8c67a5f1d54b1579a8f432ecbf042acd7c0a78a104c27281433afb2f6
 WHIRLPOOL 
e78320c5134f6645ab168695b4a5291fda8348a38f0b5f3a27618e0c6a9eac04381a843f1eb083db9e1f4edb149e8ac767e6ded6691894dec604504e582fce34
 DIST rosinstall_generator-0.1.12.tar.gz 10269 SHA256 
aa767131b5f99177ea4372b65938560f5f6bd45d79c09164fe1708650d17 SHA512 
29c22920c5780deb9562ca26cff442161518d86f0b0355c2303b831f27c3c6b6cd0825321254a1dc97ccbe91806741b3b16bbd21309fa81b2aa4412b45b5c8e0
 WHIRLPOOL 
bbaf1c849a7c304d96a7d58b155cd6d5f5ff667d6fe6c5cc8605e3e7c4184699b68a9b9bb016462410ecbe717d18e1c0d8b18a7336d49bf9b4570f1208498262
+DIST rosinstall_generator-0.1.13.tar.gz 11186 SHA256 
90e7689750e1b07ec1aa647bb8f34ea6efef8d349c9698428afb56733cd0 SHA512 
c8b5736066f8a42a324b2bed578e03282b6d8ae8df48fb30545617c2995ce53f35d7fea6fab3989383b958e7cb763b24deb67c5ec3496cc77f1ba51f110ab78c
 WHIRLPOOL 
60cec0ea01de5a17b7a8dbdb45e4496f6e19cc2ab09da253e1ff6a6733a4f1fef473df8498c64a25e72d1ee78f79c54af819e03013dfd4ba1b11b6ba7733a93c

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
similarity index 90%
copy from dev-util/rosinstall_generator/rosinstall_generator-.ebuild
copy to dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
index 16ee65e..46c883a 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ IUSE=""
 
 RDEPEND="
>=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}]
-   dev-python/rosdistro[${PYTHON_USEDEP}]
+   >=dev-python/rosdistro-0.5.0[${PYTHON_USEDEP}]
dev-python/rospkg[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
index 16ee65e..46c883a 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ IUSE=""
 
 RDEPEND="
>=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}]
-   dev-python/rosdistro[${PYTHON_USEDEP}]
+   >=dev-python/rosdistro-0.5.0[${PYTHON_USEDEP}]
dev-python/rospkg[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



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

2016-12-13 Thread Alexis Ballier
commit: dddf697a5a87b3e6b1557c0382bd3d8f09dbb8b6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:39:02 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddf697a

dev-ros/actionlib_tutorials: Bump to 0.1.10.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/actionlib_tutorials/Manifest   |  1 +
 .../actionlib_tutorials-0.1.10.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/actionlib_tutorials/Manifest 
b/dev-ros/actionlib_tutorials/Manifest
index c0f80a8..8001e80 100644
--- a/dev-ros/actionlib_tutorials/Manifest
+++ b/dev-ros/actionlib_tutorials/Manifest
@@ -1 +1,2 @@
+DIST common_tutorials-0.1.10.tar.gz 12511 SHA256 
5c0b0dd964805f37720f404b6f2d7c455c237b76ab161b5192d0852a09b0114a SHA512 
92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
 WHIRLPOOL 
94699853f3b3d80139a306bafe560497ae657b177c6eebcb607479ca96b87f69d49f2b334e1366b2d597c096840aea1ec2c674e0dc0043b4c8b4c4e22d89
 DIST common_tutorials-0.1.8.tar.gz 10591 SHA256 
5be04cdcfbc569d7b89c306628fd4414a3e2972ad2154548df2b86d4056393d9 SHA512 
a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c
 WHIRLPOOL 
dd60f2c2c760c4f3485ec670af0a0140569535640886268f329e6088fa19279703489b361d51ba9bbd8cb05194f63376b11983e1709e1f5063dc6e28453a0685

diff --git a/dev-ros/actionlib_tutorials/actionlib_tutorials-0.1.10.ebuild 
b/dev-ros/actionlib_tutorials/actionlib_tutorials-0.1.10.ebuild
new file mode 100644
index ..9777ebd
--- /dev/null
+++ b/dev-ros/actionlib_tutorials/actionlib_tutorials-0.1.10.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_tutorials;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python2_7 )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/actionlib_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Actionlib tutorials"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-ros/actionlib
+   dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlgraph/, dev-ml/ocamlgraph/files/

2016-12-13 Thread Alexis Ballier
commit: 3fbe9da179920cfcdc2557d7a98dcade676a0b23
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:53:39 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:53:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbe9da1

dev-ml/ocamlgraph: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocamlgraph/Manifest |  2 -
 .../files/ocamlgraph-1.8.5-installfindlib.patch| 38 -
 dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild  | 62 --
 dev-ml/ocamlgraph/ocamlgraph-1.8.6.ebuild  | 62 --
 4 files changed, 164 deletions(-)

diff --git a/dev-ml/ocamlgraph/Manifest b/dev-ml/ocamlgraph/Manifest
index 63e11e7..c876c57 100644
--- a/dev-ml/ocamlgraph/Manifest
+++ b/dev-ml/ocamlgraph/Manifest
@@ -1,4 +1,2 @@
 DIST ocamlgraph-0.99b.tar.gz 175958 SHA256 
c4a646cfd152791268d9c2716c5e1c55bf3f39e8637a85f3c3937e3dd4dafec7 SHA512 
1301d766679f59714d2adee1cb8cf31ebcc23f1fd425927dc6fd0c23e18849aaf93f04f3d694ea2e05f9570e8ec03734d96abb2668339b45b273e9d78197c0f9
 WHIRLPOOL 
96a805dcc9ccab532d6590b112f61f255bb7e320990497abea49fed908735671558fa2d83e586322cac7249bf206830ca816efac25ee64776376a49da7f4f341
-DIST ocamlgraph-1.8.5.tar.gz 269438 SHA256 
d167466435a155c779d5ec25b2db83ad851feb42ebc37dca8ffa345ddaefb82f SHA512 
e3bf7f43f7b5167cbd23ea44a510d1a569d35771882ab7ae83bacc73822c5f4c944f62c95e0efa813b765e1e385a6b3ebff342cbf1c5589c73d022b8591a52dc
 WHIRLPOOL 
d25e124c2814e3196a441e706ca91a0429ab48669309c5dec2ae6697e48064ce54efc9d24440d9e52f3a1af8cfdd5c3ae04cd549fde4e9abc860a3506bd2de8d
-DIST ocamlgraph-1.8.6.tar.gz 273615 SHA256 
bd75ef4de817e430c9d8982561971c8943bb103f4402db01cc2fecaf58f2dbef SHA512 
2e6060d008880ac916257bcf3ea73138b0a56aa64d846ab6cc9c7c3c660bba2a394e5c5133badb33babf9f0030b553196b38b5ab1ab288eb4f5eff1442d89b26
 WHIRLPOOL 
873407c29cc4db33bb3def4d10cd0529a04df0e580b0c77377560abc74c4f585ef8c2d6aa703cc48c54acf324e8e641d87f0e5dd6876cb5066262e7636f3f33e
 DIST ocamlgraph-1.8.7.tar.gz 272625 SHA256 
df06ca06d25231bb8e162d6b853177cb7fc1565c8f1ec99ca051727d46c985a0 SHA512 
27559293bf576ecc9cf49090e24905c50d00ebaeb444a3c917826f3cfe1e7ceab34b43e30f98634811b1688b675d8747b590b5bb103a720d099304f5031feb2e
 WHIRLPOOL 
3b290012a97c96c75b1b63dec056c7afb6d7c1882fc61fd3a88b32397a2e871aa9e872950e6a6e7333450f3b46181df6e27f4fc3464e5c9a3776285a904d4727

diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch 
b/dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch
deleted file mode 100644
index 30eb937..
--- a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: ocamlgraph-1.8.5/Makefile.in
-===
 ocamlgraph-1.8.5.orig/Makefile.in
-+++ ocamlgraph-1.8.5/Makefile.in
-@@ -417,21 +417,25 @@ ifeq (@LABLGNOMECANVAS@,yes)
-   cp -f $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli $(INSTALL_LIBDIR)
- endif
- 
-+ifneq ($(WANT_OCAMLOPT),no)
-+INSTALL_OPT=graph$(LIBEXT) graph.cmx $(CMXA)
-+INSTALL_GTK_OPT=$(VIEWER_CMXLIB) $(VIEWER_CMXLIB:.cmx=.o) $(DGRAPH_CMXLIB) 
$(DGRAPH_CMXLIB:.cmx=.o) graph$(OBJEXT)
-+endif
-+
- install-findlib: META
- ifdef OCAMLFIND
--ifeq (@LABLGNOMECANVAS@,yes)
-+ifeq ($(WANT_GTK),yes)
-   $(OCAMLFIND) install ocamlgraph META \
-   $(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
--  graph$(OBJEXT) graph$(LIBEXT) graph.cmx graph.cmo graph.cmi \
--  $(CMA) $(CMXA) \
--  $(VIEWER_CMXLIB) $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
--$(VIEWER_CMXLIB:.cmx=.o) \
--$(DGRAPH_CMXLIB) $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB) \
--$(DGRAPH_CMXLIB:.cmx=.o)
-+  $(INSTALL_OPT) graph.cmo graph.cmi \
-+  $(CMA) \
-+  $(INSTALL_GTK_OPT) \
-+  $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
-+$(DGRAPH_CMOLIB) $(DGRAPH_CMILIB)
- else
-   $(OCAMLFIND) install ocamlgraph META \
-   $(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
--  graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
-+  $(INSTALL_OPT) graph.cmo graph.cmi $(CMA)
- endif
- endif
- 

diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild 
b/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild
deleted file mode 100644
index efa355e..
--- a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="O'Caml Graph library"
-HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html;
-SRC_URI="http://ocamlgraph.lri.fr/download/${P}.tar.gz;
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
-   gtk? ( dev-ml/lablgtk:=[gnomecanvas,ocamlopt?] )"

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

2016-12-13 Thread Alexis Ballier
commit: 356dccd7b3acab7f9dc6604e27760486e31e5589
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:44:53 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:44:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356dccd7

dev-ros/mavros: Bump to 0.18.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/mavros/Manifest |  1 +
 dev-ros/mavros/mavros-0.18.5.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ros/mavros/Manifest b/dev-ros/mavros/Manifest
index 9e35591..fd783d1 100644
--- a/dev-ros/mavros/Manifest
+++ b/dev-ros/mavros/Manifest
@@ -1 +1,2 @@
 DIST mavros-0.18.4.tar.gz 212211 SHA256 
cd186f9cd014cee6fb53d0fa9bc476cf36e77fe34b0fc682cbc280db5594ca9b SHA512 
8012c97118673f17f96257f25416752667254d73e7ad46ef1f857d4948dec6370247078a3b221b11e613a0b6eaf138c3f77f6fc1b5162b3c8b6a63a8b55e2add
 WHIRLPOOL 
66d8e077ce6d5378b9bed7c3470eef774860ae398986b008421e1062b408fbd8f8786ad7ba4101dbb21031a6af2f281f968f4a98051a94536986b56acb2e7812
+DIST mavros-0.18.5.tar.gz 212723 SHA256 
9a9ee89f3282f610e80b692839e315ed052ec4d1e92b3961516a8bf3bced547d SHA512 
c0a46bac920eb351e8628e9116903e82b7b644d81bdf92064c4f684b6db5423b7db66941de3dae7c6730b08152baba92f457cf24409c877930e960872b553742
 WHIRLPOOL 
69b3ea6a16ce2276e7ef2980e80139c5d4b6a1ce303225490eb549a64cae94dcbe6823f1903c00f7f183316cae95ca10b83f507eeb54a3c2d83001d3dbb115b2

diff --git a/dev-ros/mavros/mavros-0.18.5.ebuild 
b/dev-ros/mavros/mavros-0.18.5.ebuild
new file mode 100644
index ..234dc9b
--- /dev/null
+++ b/dev-ros/mavros/mavros-0.18.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/mavlink/mavros;
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="MAVLink extendable communication node for ROS"
+LICENSE="GPL-3 LGPL-3 BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_updater
+   dev-ros/pluginlib
+   dev-ros/roscpp
+   dev-ros/tf
+   dev-ros/angles
+   dev-ros/libmavconn
+   dev-ros/rosconsole_bridge
+   dev-libs/boost:=
+   dev-ros/eigen_conversions
+   dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   >=dev-ros/mavros_msgs-0.18.1[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   >=dev-ros/mavlink-gbp-release-2016.11.11
+"
+DEPEND="${RDEPEND}"



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

2016-12-13 Thread Alexis Ballier
commit: a6e02ccc98ac8b91b203ca47f725e2a3a0feb4d7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:49:54 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:49:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e02ccc

dev-ml/markup: bump to 0.7.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/markup/Manifest|  1 +
 dev-ml/markup/markup-0.7.4.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/markup/Manifest b/dev-ml/markup/Manifest
index 29247e7..b5140de 100644
--- a/dev-ml/markup/Manifest
+++ b/dev-ml/markup/Manifest
@@ -1 +1,2 @@
 DIST markup-0.7.3.tar.gz 275094 SHA256 
e1eb3562e0d26ccc33aa5dbe802e4210dbd7c30a8e69b6098b825afb11bb6af1 SHA512 
e4577e438241d58c728507c88f14b7f029dbc4aa6b9c5dbf78f03b6c083a430026158c3146a88c14c9cd90a242b1bb4ed838b150bb89433fb6a6f673e5d2bb66
 WHIRLPOOL 
ad967738706d4c017f266ecdef7b0772ce0bc17f9bc7dda228ffabc9cc88cde69337e063577d1fcda1e93cf4a7f18bbbf09709ee82f0a4b8382f5e339d2e
+DIST markup-0.7.4.tar.gz 278855 SHA256 
2d006e1cec3b46ef403051d88ba786d95c74b162f2e6d48e2d81ee17f2be357b SHA512 
82f20274f6f83e994133403be900f8536c073d6dc8a7c3d02ac8bc4a07ec33ec8c8afe36d4ce0b79433d6ec346c85d1f5ab7b62292e5b092f4911693bb6876ef
 WHIRLPOOL 
7ac847c98fa1afb3a9be5626dbccbd9ddeae15b68c74f7fa9d846e715839d1530cd3bf1abe68d33113ba0dee44698f9efd58bea562d8cd4bbca527b3c97c718b

diff --git a/dev-ml/markup/markup-0.7.4.ebuild 
b/dev-ml/markup/markup-0.7.4.ebuild
new file mode 100644
index ..59f9e4e
--- /dev/null
+++ b/dev-ml/markup/markup-0.7.4.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 findlib eutils
+
+DESCRIPTION="Error-recovering streaming HTML5 and XML parsers"
+HOMEPAGE="https://github.com/aantron/markup.ml;
+SRC_URI="https://github.com/aantron/markup.ml/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}p1"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-lang/ocaml:=[ocamlopt]
+   dev-ml/lwt:=[ocamlopt]
+   >=dev-ml/uutf-1.0:=[ocamlopt]
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+   test? ( dev-ml/ounit )
+   dev-ml/ocamlbuild"
+S="${WORKDIR}/${PN}.ml-${PV}"
+
+src_compile() {
+   emake
+   use doc && emake docs
+}
+
+src_install() {
+   findlib_src_preinst
+   emake ocamlfind-install
+   dodoc README.md
+   use doc && dohtml doc/html/*
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/mavros/

2016-12-13 Thread Alexis Ballier
commit: 0bf4519738e1b1b969acc43d2d471e8b843449d1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:45:05 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:45:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf45197

ros-meta/mavros: Bump to 0.18.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/mavros/mavros-0.18.5.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/ros-meta/mavros/mavros-0.18.5.ebuild 
b/ros-meta/mavros/mavros-0.18.5.ebuild
new file mode 100644
index ..ade52e4
--- /dev/null
+++ b/ros-meta/mavros/mavros-0.18.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Metapackage for mavros packages"
+LICENSE="metapackage"
+SLOT="0"
+IUSE=""
+HOMEPAGE="http://wiki.ros.org/mavros;
+
+RDEPEND="
+   dev-ros/libmavconn
+   dev-ros/mavros
+   dev-ros/mavros_extras
+   dev-ros/mavros_msgs
+"
+DEPEND="${RDEPEND}"
+[ "${PV}" = "" ] || KEYWORDS="~amd64 ~arm"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/files/, dev-ml/dose3/

2016-12-13 Thread Alexis Ballier
commit: 742d67c5ccbe4f2ff4e214923019a3d36e7abbe5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:50:47 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:50:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742d67c5

dev-ml/dose3: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/dose3/Manifest   |  2 --
 dev-ml/dose3/dose3-4.2.ebuild   | 66 -
 dev-ml/dose3/dose3-4.3.ebuild   | 66 -
 dev-ml/dose3/files/ocamlgraph.patch | 13 
 4 files changed, 147 deletions(-)

diff --git a/dev-ml/dose3/Manifest b/dev-ml/dose3/Manifest
index e98c6fc..05c249a 100644
--- a/dev-ml/dose3/Manifest
+++ b/dev-ml/dose3/Manifest
@@ -1,3 +1 @@
-DIST dose3-4.2.tar.gz 281555 SHA256 
ed37414baded4a175b47d4e2856c1e827fc7fb9939cc9e176a1d46e5048d8526 SHA512 
d64443899f874254834165c44d0400eff5fa80e1d1d41f76b94fbb11ae0b34aa75dcbb8cc9a5e510e2f91d147e11391f36c45ef0fb24536fffcfc68d686c5fa1
 WHIRLPOOL 
cce3baa6dfe922a3b04e8683aea785bbfd3050a70a0c0b533457fe41f274eca1e62343bca34e08307e9818252d09c2d6b24b4b2fb0efb1321fd38fd478b7428e
-DIST dose3-4.3.tar.gz 293844 SHA256 
269dd817d7130ae9289eab2aea540a7f1f00ceac6644320cf8119dc5b597b6e4 SHA512 
96e0ef2d884214efc4cf140582d9fedc15b1fe33d21b6b23309cd2d745bafd5871b58b0234fb0b76711bcd07087d04f07fabd1c2c1c757157c9e50b90931357d
 WHIRLPOOL 
4cb42a3b2bd63aca1d0270a62ea7d2a174e7c4bd389109071e80167b4218676919c69fd5f19d4c63fbd186cb62c239155e8dadcb2145b08ac24579e031d4419f
 DIST dose3-5.0.1.tar.gz 297433 SHA256 
558af92b0ec5dd219e67802c95a850cab9582df381bddd2cfe431049aaf3db03 SHA512 
e66526319446054041f138ee2633043d0832089f6a554cf566a28de899d10383acfb1aa6bf1a368811602939676510933a7d2404fd34dbeba15045b458f5af84
 WHIRLPOOL 
d8f3e58841b73c4b33f5e308c428778d1040e12b1394d6eb4f934f61ae321d4805485b0182362fec8ecb95500d180580df6fb27585aec1fe5e38f9d6da72e1cd

diff --git a/dev-ml/dose3/dose3-4.2.ebuild b/dev-ml/dose3/dose3-4.2.ebuild
deleted file mode 100644
index cbdaeb6..
--- a/dev-ml/dose3/dose3-4.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${P/_beta/-beta}"
-DESCRIPTION="Library and a collection of tools to perform la large spectrum of 
analysis on package repositories"
-HOMEPAGE="http://www.mancoosi.org/software/ 
https://gforge.inria.fr/projects/dose;
-SRC_URI="https://gforge.inria.fr/frs/download.php/file/35465/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test"
-
-RDEPEND="
-   >=dev-lang/ocaml-3.12:=[ocamlopt?]
-   dev-ml/cudf:=
-   >=dev-ml/extlib-1.7.0:=
-   dev-ml/ocaml-re:=
-   dev-ml/cppo:=
-   parmap? ( dev-ml/parmap:= )
-   zip? ( dev-ml/camlzip:= )
-   bzip2? ( dev-ml/camlbz2:= )
-   >=dev-ml/ocamlgraph-1.8.6:=
-   xml? ( dev-ml/ocaml-expat:= dev-ml/xml-light:= )
-   curl? ( dev-ml/ocurl:= )
-   rpm4? ( app-arch/rpm )
-"
-DEPEND="${RDEPEND}
-   dev-ml/findlib
-   dev-ml/ocamlbuild
-   test? ( dev-python/pyyaml[libyaml] )
-"
-# missing test data
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   sed -e 's/INSTALLOPTS=-s/INSTALLOPTS=/' -i Makefile.config.in || die
-}
-
-src_configure() {
-   econf \
-   $(use ocamlopt || echo "--with-bytecodeonly") \
-   $(use parmap && echo "--with-parmap") \
-   $(use zip && echo "--with-zip") \
-   $(use bzip2 && echo "--with-bz2") \
-   --with-ocamlgraph \
-   $(use xml && echo "--with-xml") \
-   $(use curl && echo "--with-curl") \
-   $(use rpm4 && echo "--with-rpm4")
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   emake DESTDIR="${D}" BINDIR="${ED}/usr/bin" install || die
-   dodoc CHANGES CREDITS README.architecture TODO
-}

diff --git a/dev-ml/dose3/dose3-4.3.ebuild b/dev-ml/dose3/dose3-4.3.ebuild
deleted file mode 100644
index b1e79b0..
--- a/dev-ml/dose3/dose3-4.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${P/_beta/-beta}"
-DESCRIPTION="Library and a collection of tools to perform la large spectrum of 
analysis on package repositories"
-HOMEPAGE="http://www.mancoosi.org/software/ 
https://gforge.inria.fr/projects/dose;
-SRC_URI="https://gforge.inria.fr/frs/download.php/file/35797/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
-
-RDEPEND="
-   >=dev-lang/ocaml-3.12:=[ocamlopt?]
-   dev-ml/cudf:=
-   >=dev-ml/extlib-1.7.0:=
-   dev-ml/ocaml-re:=
-   dev-ml/cppo:=
-   parmap? ( dev-ml/parmap:= )
-

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

2016-12-13 Thread Alexis Ballier
commit: 1563ae1bac7f44c750e7439c31ce92f71b5c28a4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:39:27 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:39:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1563ae1b

dev-ros/turtle_actionlib: Bump to 0.1.10.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/turtle_actionlib/Manifest  |  1 +
 .../turtle_actionlib-0.1.10.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/turtle_actionlib/Manifest 
b/dev-ros/turtle_actionlib/Manifest
index c0f80a8..8001e80 100644
--- a/dev-ros/turtle_actionlib/Manifest
+++ b/dev-ros/turtle_actionlib/Manifest
@@ -1 +1,2 @@
+DIST common_tutorials-0.1.10.tar.gz 12511 SHA256 
5c0b0dd964805f37720f404b6f2d7c455c237b76ab161b5192d0852a09b0114a SHA512 
92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
 WHIRLPOOL 
94699853f3b3d80139a306bafe560497ae657b177c6eebcb607479ca96b87f69d49f2b334e1366b2d597c096840aea1ec2c674e0dc0043b4c8b4c4e22d89
 DIST common_tutorials-0.1.8.tar.gz 10591 SHA256 
5be04cdcfbc569d7b89c306628fd4414a3e2972ad2154548df2b86d4056393d9 SHA512 
a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c
 WHIRLPOOL 
dd60f2c2c760c4f3485ec670af0a0140569535640886268f329e6088fa19279703489b361d51ba9bbd8cb05194f63376b11983e1709e1f5063dc6e28453a0685

diff --git a/dev-ros/turtle_actionlib/turtle_actionlib-0.1.10.ebuild 
b/dev-ros/turtle_actionlib/turtle_actionlib-0.1.10.ebuild
new file mode 100644
index ..4860f7a
--- /dev/null
+++ b/dev-ros/turtle_actionlib/turtle_actionlib-0.1.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_tutorials;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python2_7 )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Demonstrates how to write an action server and client with the 
turtlesim"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/actionlib
+   dev-ros/actionlib_msgs
+   dev-ros/angles
+   dev-ros/rosconsole
+   dev-ros/roscpp
+   dev-ros/turtlesim
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/common_tutorials/

2016-12-13 Thread Alexis Ballier
commit: 5bbfd835689d6c8499655e3d44bd39ef9decf0b7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:39:31 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:39:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbfd835

ros-meta/common_tutorials: Bump to 0.1.10.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/common_tutorials/Manifest |  1 +
 .../common_tutorials-0.1.10.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/common_tutorials/Manifest 
b/ros-meta/common_tutorials/Manifest
index c0f80a8..8001e80 100644
--- a/ros-meta/common_tutorials/Manifest
+++ b/ros-meta/common_tutorials/Manifest
@@ -1 +1,2 @@
+DIST common_tutorials-0.1.10.tar.gz 12511 SHA256 
5c0b0dd964805f37720f404b6f2d7c455c237b76ab161b5192d0852a09b0114a SHA512 
92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
 WHIRLPOOL 
94699853f3b3d80139a306bafe560497ae657b177c6eebcb607479ca96b87f69d49f2b334e1366b2d597c096840aea1ec2c674e0dc0043b4c8b4c4e22d89
 DIST common_tutorials-0.1.8.tar.gz 10591 SHA256 
5be04cdcfbc569d7b89c306628fd4414a3e2972ad2154548df2b86d4056393d9 SHA512 
a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c
 WHIRLPOOL 
dd60f2c2c760c4f3485ec670af0a0140569535640886268f329e6088fa19279703489b361d51ba9bbd8cb05194f63376b11983e1709e1f5063dc6e28453a0685

diff --git a/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild 
b/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
new file mode 100644
index ..4c359d2
--- /dev/null
+++ b/ros-meta/common_tutorials/common_tutorials-0.1.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_tutorials;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage that contains common tutorials"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/actionlib_tutorials
+   dev-ros/nodelet_tutorial_math
+   dev-ros/pluginlib_tutorials
+   dev-ros/turtle_actionlib
+"
+DEPEND="${RDEPEND}"



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

2016-12-13 Thread Alexis Ballier
commit: 9498811de14a9b7a659f449dce577b6c38773c4f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:39:19 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:39:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9498811d

dev-ros/nodelet_tutorial_math: Bump to 0.1.10.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/nodelet_tutorial_math/Manifest |  1 +
 .../nodelet_tutorial_math-0.1.10.ebuild| 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/nodelet_tutorial_math/Manifest 
b/dev-ros/nodelet_tutorial_math/Manifest
index c0f80a8..8001e80 100644
--- a/dev-ros/nodelet_tutorial_math/Manifest
+++ b/dev-ros/nodelet_tutorial_math/Manifest
@@ -1 +1,2 @@
+DIST common_tutorials-0.1.10.tar.gz 12511 SHA256 
5c0b0dd964805f37720f404b6f2d7c455c237b76ab161b5192d0852a09b0114a SHA512 
92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
 WHIRLPOOL 
94699853f3b3d80139a306bafe560497ae657b177c6eebcb607479ca96b87f69d49f2b334e1366b2d597c096840aea1ec2c674e0dc0043b4c8b4c4e22d89
 DIST common_tutorials-0.1.8.tar.gz 10591 SHA256 
5be04cdcfbc569d7b89c306628fd4414a3e2972ad2154548df2b86d4056393d9 SHA512 
a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c
 WHIRLPOOL 
dd60f2c2c760c4f3485ec670af0a0140569535640886268f329e6088fa19279703489b361d51ba9bbd8cb05194f63376b11983e1709e1f5063dc6e28453a0685

diff --git a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild 
b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild
new file mode 100644
index ..f9ff677
--- /dev/null
+++ b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_tutorials;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelet tutorial"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/nodelet
+   dev-ros/roscpp
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-12-13 Thread Alexis Ballier
commit: 831395a1a3414c174b496b2c11888987305b8aab
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:44:49 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:44:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831395a1

dev-ros/libmavconn: Bump to 0.18.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/libmavconn/Manifest |  1 +
 dev-ros/libmavconn/libmavconn-0.18.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/libmavconn/Manifest b/dev-ros/libmavconn/Manifest
index 65e61ed..3dc77ac 100644
--- a/dev-ros/libmavconn/Manifest
+++ b/dev-ros/libmavconn/Manifest
@@ -4,3 +4,4 @@ DIST mavros-0.18.1.tar.gz 208459 SHA256 
8c8c5560145b261276f9f129c55298d8a9772b96
 DIST mavros-0.18.2.tar.gz 208727 SHA256 
347f88483be19ea8fc7da1ecd32e49874e2eb92750958c8b001120164194d524 SHA512 
d5f667f321f6d988224315e7cdd9f435c3c49e0b97dde0b5cd30c124e9778b48304edfbd51789cdd97e1ca449a9fda407c25d9530daa0f4e2f2df1088ced16ff
 WHIRLPOOL 
515242aca0ae43e164150a661b97498d5e3f89ad622eb9bdedecf22ecffa5243032b483cfea1c8b0310c6c20a282cf442a1830fc71f5d7894f29f45f97892d30
 DIST mavros-0.18.3.tar.gz 209081 SHA256 
dfe679d49fe31f25d373c877a8d6656c7eb90274b325715df691ace0d1f98654 SHA512 
f4608ca150b21099259559afa264d852e5a066986c3c0bd9b02b327a58b0f5c0bf769f02fadfde3d37292426f4deab263e1f10b850085b47cde76290b08e18df
 WHIRLPOOL 
3d20f8acb3bd5943414543cfb6dc904ff41d20ff248b04664337ddcf7ea8fe026d7a93ad4ac54221a95d553e00d58203cebe9b44c9462d6f79d5e6bace613356
 DIST mavros-0.18.4.tar.gz 212211 SHA256 
cd186f9cd014cee6fb53d0fa9bc476cf36e77fe34b0fc682cbc280db5594ca9b SHA512 
8012c97118673f17f96257f25416752667254d73e7ad46ef1f857d4948dec6370247078a3b221b11e613a0b6eaf138c3f77f6fc1b5162b3c8b6a63a8b55e2add
 WHIRLPOOL 
66d8e077ce6d5378b9bed7c3470eef774860ae398986b008421e1062b408fbd8f8786ad7ba4101dbb21031a6af2f281f968f4a98051a94536986b56acb2e7812
+DIST mavros-0.18.5.tar.gz 212723 SHA256 
9a9ee89f3282f610e80b692839e315ed052ec4d1e92b3961516a8bf3bced547d SHA512 
c0a46bac920eb351e8628e9116903e82b7b644d81bdf92064c4f684b6db5423b7db66941de3dae7c6730b08152baba92f457cf24409c877930e960872b553742
 WHIRLPOOL 
69b3ea6a16ce2276e7ef2980e80139c5d4b6a1ce303225490eb549a64cae94dcbe6823f1903c00f7f183316cae95ca10b83f507eeb54a3c2d83001d3dbb115b2

diff --git a/dev-ros/libmavconn/libmavconn-0.18.5.ebuild 
b/dev-ros/libmavconn/libmavconn-0.18.5.ebuild
new file mode 100644
index ..6f9700b
--- /dev/null
+++ b/dev-ros/libmavconn/libmavconn-0.18.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/mavlink/mavros;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="MAVLink communication library"
+LICENSE="GPL-3 LGPL-3 BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-ros/mavlink-gbp-release-2016.7.7
+   dev-libs/boost:=
+   dev-libs/console_bridge
+"
+DEPEND="${RDEPEND}"



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

2016-12-13 Thread Alexis Ballier
commit: d86205cd5a19e122deeb3ca5507e7591a08ad003
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec 13 13:39:23 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec 13 13:39:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86205cd

dev-ros/pluginlib_tutorials: Bump to 0.1.10.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/pluginlib_tutorials/Manifest   |  1 +
 .../pluginlib_tutorials-0.1.10.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/pluginlib_tutorials/Manifest 
b/dev-ros/pluginlib_tutorials/Manifest
index c0f80a8..8001e80 100644
--- a/dev-ros/pluginlib_tutorials/Manifest
+++ b/dev-ros/pluginlib_tutorials/Manifest
@@ -1 +1,2 @@
+DIST common_tutorials-0.1.10.tar.gz 12511 SHA256 
5c0b0dd964805f37720f404b6f2d7c455c237b76ab161b5192d0852a09b0114a SHA512 
92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
 WHIRLPOOL 
94699853f3b3d80139a306bafe560497ae657b177c6eebcb607479ca96b87f69d49f2b334e1366b2d597c096840aea1ec2c674e0dc0043b4c8b4c4e22d89
 DIST common_tutorials-0.1.8.tar.gz 10591 SHA256 
5be04cdcfbc569d7b89c306628fd4414a3e2972ad2154548df2b86d4056393d9 SHA512 
a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c
 WHIRLPOOL 
dd60f2c2c760c4f3485ec670af0a0140569535640886268f329e6088fa19279703489b361d51ba9bbd8cb05194f63376b11983e1709e1f5063dc6e28453a0685

diff --git a/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.10.ebuild 
b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.10.ebuild
new file mode 100644
index ..315401b
--- /dev/null
+++ b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_tutorials;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Pluginlib tutorials"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/pluginlib
+   dev-ros/roscpp
+   dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-12-13 Thread Miroslav Šulc
commit: c86fcdfbaeafa10747d0489ef8016eed22577fef
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Dec 13 12:22:21 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec 13 12:22:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86fcdfb

dev-java/tomcat-servlet-api: removed old stable versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/tomcat-servlet-api/Manifest   |  4 ---
 .../tomcat-servlet-api-7.0.67.ebuild   | 35 -
 .../tomcat-servlet-api-7.0.68.ebuild   | 35 -
 .../tomcat-servlet-api-8.0.32.ebuild   | 36 --
 .../tomcat-servlet-api-8.0.36.ebuild   | 36 --
 5 files changed, 146 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 82249c3..9408013 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -3,11 +3,7 @@ DIST apache-tomcat-5.5.27-src.tar.gz 7382057 SHA256 
90bc8abcddda604e855c37035653
 DIST apache-tomcat-5.5.34-src.tar.gz 3720299 SHA256 
a52e7f2abf0fbdd9665ca398d2b39f99b80683b0ee43c72751390e88dcd6114d SHA512 
4c8616f839a3c413ffef45b7b6876f123cbda37f4029db96ac1c8f259a75f0d65cdb5709468d89e731e5436b011dac4ee3e9dc397adfc9ad4d0b1bc462c8e519
 WHIRLPOOL 
25e987b58af5535914b666a5bb8691146d68b2287796ba25b8a5f792df08f55901a7ea3f419602207f7a8168302b080592bde5f4aeb67b58f40e5da00b8049ad
 DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 
c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 
0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be
 WHIRLPOOL 
c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97
 DIST apache-tomcat-6.0.45-src.tar.gz 3494054 SHA256 
d464b3e770197f026bf802d19be0195b941e8c3be7e552dc2f8eb563f9cc010e SHA512 
d300e6b805bb70fc348133467b2aeac728dc0ae44f2fc1f309c3b2971987c1e46b81f156ebd7ddfda38f6746e90af1402c4e16a2d30bc7b081b761c87df8ffab
 WHIRLPOOL 
144678884f75034f1d692619ea8064daf02aee03bcac62fb0b666b5c0283f5abf93414d636c03c94488632cd13081cf00e69a9ddf19f4c8bafd80e7eca5a69da
-DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 
0464ebbeec17fb15103cad9f6639edc826f4eca246dd58a5cb1c5d46aff58e0a SHA512 
dd299cab7a172860f51bae19e3490432af874b94825de289095647026a91b27cb3544ba85ab1f786bf4696dc59475ca85d051841ebaa221e3b46079e139a6e52
 WHIRLPOOL 
ae7ec13ffd3bd0964496060413924854c5b956dc88b8d0f1de4ac094e8fb5595ccfc7c2eaa7051f082c575253ed9fdadc8833f494281770f8f72b8c64d9b9593
-DIST apache-tomcat-7.0.68-src.tar.gz 4641238 SHA256 
abb5d2cc7e34a18f968ec2535bdeeae919c53fa7feffe4d617db95e12e94b210 SHA512 
dd97205044b03c6466c78bd165509ed9cd37c4d84de34c2170e67c475b28b72bfeda512f14f583c9983c045888d4704cdf7ba7c434f1d4bad9022428b0a0de1c
 WHIRLPOOL 
594cdf5584ea49faebfbea174e67bf85e761365717d56762138d07186c595195df2899a94d897578d1d20201ed4706b51a4d8870d9a6a4ca74c2436ba4283a05
 DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 
e3e236fb551ae9deb85024d8472fd08a76b14380e3ddaa2a1aff1fc670de5d87 SHA512 
4754628c271d0aed3572ac0961c47653c10fcdfd0d13d8d1bc1b5774e961e6327cbb6b11b0e7e2f8eff525e2e60f741da49aeb855bb9d94e84cc87f346cf9ce6
 WHIRLPOOL 
b9e75f53e41f1e9b9767fe8bc603ee5b7db2d3b1b7d2d900d430f4c0b73881a7ad36e0a0bfce773432b73ea8743865e933363ceec037d11d8f1008d8619ac1f1
-DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2ff18fd27a07f068cc6029f019b5d4c6de560 SHA512 
4c18b9ae77963d96ff59891564c4bc8f6aaba582776c319825e9b944dd8cf10747dfc5b3cbc9cfa2ff10f6d889b404902fecd6b49fdde7b3741f9ba90dc6221c
 WHIRLPOOL 
77be9ea10ffd2e606367d477ba13c717294fe49b65ecef6fdc910e53fa2d987f38a8b299c28a340ea7684a16feb6ca3bd0b5e662e3875af73f4735e1ff623a79
-DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
 DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 
566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 
0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330
 WHIRLPOOL 
62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
 DIST apache-tomcat-8.5.9-src.tar.gz 5059352 SHA256 
65b4ed45950263cb4e4ca82a9b469943053eb85656a7568d6e0eb446ab34afe5 SHA512 
85534e88467b298dfbf6d3ec274592da4e73c34ee3f8e84582f95aa7f69959b47076a7fd9e31c705b12e914fefad53ffc954a09c7d7f3da0203752033e70bf17
 WHIRLPOOL 

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

2016-12-13 Thread Miroslav Šulc
commit: b60e9eb5c086adcff8001cf8f9f050a15e3d77ef
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Dec 13 12:21:02 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec 13 12:21:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60e9eb5

www-servers/tomcat: removed old stable vulnerable versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-servers/tomcat/Manifest|   4 -
 .../tomcat/files/tomcat-7.0.67-build.xml.patch | 149 
 .../tomcat/files/tomcat-7.0.68-build.xml.patch | 149 
 .../tomcat/files/tomcat-8.0.32-build.xml.patch | 265 -
 .../tomcat/files/tomcat-8.0.36-build.xml.patch | 259 
 www-servers/tomcat/tomcat-7.0.67.ebuild| 146 
 www-servers/tomcat/tomcat-7.0.68-r1.ebuild | 145 ---
 www-servers/tomcat/tomcat-8.0.32-r1.ebuild | 154 
 www-servers/tomcat/tomcat-8.0.36.ebuild| 154 
 9 files changed, 1425 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 5cbd94d..135d50b 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,8 +1,4 @@
-DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 
0464ebbeec17fb15103cad9f6639edc826f4eca246dd58a5cb1c5d46aff58e0a SHA512 
dd299cab7a172860f51bae19e3490432af874b94825de289095647026a91b27cb3544ba85ab1f786bf4696dc59475ca85d051841ebaa221e3b46079e139a6e52
 WHIRLPOOL 
ae7ec13ffd3bd0964496060413924854c5b956dc88b8d0f1de4ac094e8fb5595ccfc7c2eaa7051f082c575253ed9fdadc8833f494281770f8f72b8c64d9b9593
-DIST apache-tomcat-7.0.68-src.tar.gz 4641238 SHA256 
abb5d2cc7e34a18f968ec2535bdeeae919c53fa7feffe4d617db95e12e94b210 SHA512 
dd97205044b03c6466c78bd165509ed9cd37c4d84de34c2170e67c475b28b72bfeda512f14f583c9983c045888d4704cdf7ba7c434f1d4bad9022428b0a0de1c
 WHIRLPOOL 
594cdf5584ea49faebfbea174e67bf85e761365717d56762138d07186c595195df2899a94d897578d1d20201ed4706b51a4d8870d9a6a4ca74c2436ba4283a05
 DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 
e3e236fb551ae9deb85024d8472fd08a76b14380e3ddaa2a1aff1fc670de5d87 SHA512 
4754628c271d0aed3572ac0961c47653c10fcdfd0d13d8d1bc1b5774e961e6327cbb6b11b0e7e2f8eff525e2e60f741da49aeb855bb9d94e84cc87f346cf9ce6
 WHIRLPOOL 
b9e75f53e41f1e9b9767fe8bc603ee5b7db2d3b1b7d2d900d430f4c0b73881a7ad36e0a0bfce773432b73ea8743865e933363ceec037d11d8f1008d8619ac1f1
-DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2ff18fd27a07f068cc6029f019b5d4c6de560 SHA512 
4c18b9ae77963d96ff59891564c4bc8f6aaba582776c319825e9b944dd8cf10747dfc5b3cbc9cfa2ff10f6d889b404902fecd6b49fdde7b3741f9ba90dc6221c
 WHIRLPOOL 
77be9ea10ffd2e606367d477ba13c717294fe49b65ecef6fdc910e53fa2d987f38a8b299c28a340ea7684a16feb6ca3bd0b5e662e3875af73f4735e1ff623a79
-DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
 DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 
566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 
0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330
 WHIRLPOOL 
62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
 DIST apache-tomcat-8.5.9-src.tar.gz 5059352 SHA256 
65b4ed45950263cb4e4ca82a9b469943053eb85656a7568d6e0eb446ab34afe5 SHA512 
85534e88467b298dfbf6d3ec274592da4e73c34ee3f8e84582f95aa7f69959b47076a7fd9e31c705b12e914fefad53ffc954a09c7d7f3da0203752033e70bf17
 WHIRLPOOL 
0dbcbc1bc0c9fdb8ca50dc7d630dc86d92c606a0e554e6fd8f68c1d34682e2581d4b730198161f75e64340c857f251244237ae0dcbc406caa90585236b5d69df
 DIST apache-tomcat-9.0.0.M15-src.tar.gz 5075694 SHA256 
c8101177073c2a4aa63cf04ef58226a2768b1cfacb14861d74966881a2791251 SHA512 
76d68ebe49f8d5f3c1dcfc629b901453eda58410d071db1e5c1e339fb6aeda54d1402f00a4056e368ea8495841d462d46d4d62dbedb52dc538dc587fdc4f3757
 WHIRLPOOL 
c098ee812b84ca617b710a154a3505ef0c0fcc9616c69db0e6396e300e2b90a3ed684507e407aaab6efdccbb5ea109b8e3d203f09062d25df7479296a5dfe049

diff --git a/www-servers/tomcat/files/tomcat-7.0.67-build.xml.patch 
b/www-servers/tomcat/files/tomcat-7.0.67-build.xml.patch
deleted file mode 100644
index 481591f..
--- a/www-servers/tomcat/files/tomcat-7.0.67-build.xml.patch
+++ /dev/null
@@ -1,149 +0,0 @@
-diff -Naur apache-tomcat-7.0.63-src.orig/build.xml 
apache-tomcat-7.0.63-src/build.xml
 apache-tomcat-7.0.63-src.orig/build.xml2015-06-30 09:15:44.0 
+0100
-+++ apache-tomcat-7.0.63-src/build.xml 2015-08-22 21:13:12.453038827 +0100
-@@ -660,12 +660,14 @@
-   
-   

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

2016-12-13 Thread Agostino Sarubbo
commit: ca8b61e0e9d54261afaf895a8790fe7122a0d545
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:39:16 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:39:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8b61e0

www-client/firefox: x86 stable wrt bug #601320

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

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

diff --git a/www-client/firefox/firefox-45.5.1.ebuild 
b/www-client/firefox/firefox-45.5.1.ebuild
index 428c643..aec960e 100644
--- a/www-client/firefox/firefox-45.5.1.ebuild
+++ b/www-client/firefox/firefox-45.5.1.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2016-12-13 Thread Eray Aslan
commit: 3089e949a38d923ac86618891880e4e0b21cfb6e
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Dec 13 11:32:20 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Dec 13 11:32:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3089e949

mail-mta/postfix: version bump to 3.2_pre20161204

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.2_pre20161106.ebuild => postfix-3.2_pre20161204.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index ac3bcae..886704e 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -5,5 +5,5 @@ DIST postfix-3.0.7.tar.gz 4242726 SHA256 
2cc47eec71f0dbbe990d1e0de5b2b5236eacce5
 DIST postfix-3.1.0.tar.gz 4336709 SHA256 
88ac3e92755629077d9363319b1fa0db406efb10c2f22cdbb941bd8ab36fd733 SHA512 
06cf4c827de8d613cab6a57a8e76198d293660a263f60d17dd189f511da4b1e12eb98bbcf75695697a62959e26ca204bf2a53eb6657e8bd756a816977e717783
 WHIRLPOOL 
5fe4350d47051cfda00505012493f5c6f70598be901cd94a598a7e3332bc022b41050935c5263f140f0df573e3a3e00f6b97dd1d90c01a4e3d78a039f47a16a8
 DIST postfix-3.1.2.tar.gz 4337569 SHA256 
1ab9b4ee6bf9eb37d2467a63244132aab22ac23b91a72f327334e236b0d30f6b SHA512 
58493d1890c3235d74a18365294ca764bd3b3f278b9825da931005165af60250342c6cf477c3b3575e50858d99cd3ee40f22bece094eb61e9be6c3cf0313d571
 WHIRLPOOL 
37e90ef6275a7f2dc8f712bb05348861098697438f274a5c5b69f50b31d55574af262a658657863c93f77fdeba2d37bf7b30dc43bf1629615f496ede19a89c00
 DIST postfix-3.1.3.tar.gz 4338730 SHA256 
52f8127e6797e2617a36d0afb9473c55e95c3a777b6280df3f106168fd814979 SHA512 
00e2b0974e59420cabfddc92597a99b42c8a8c9cd9a0c279c63ba6be9f40b15400f37dc16d0b1312130e72b5ba82b56fc7d579ee9ef975a957c0931b0401213c
 WHIRLPOOL 
7274501921349e1f99344adb500638e91b92f3a3a87ec2171add18d58b926478459d4540a15f421c52175efb61d220c98438a9727adf5473d609d1b94480b663
-DIST postfix-3.2-20161106.tar.gz 4368066 SHA256 
765c0b5a0620a4f9d333bcba3206209da12c25f6b55894b2c05483cba8b940bf SHA512 
c9a7c1a7c7bf135b8477eb9a359dcb0b64eb004726ea43d449980b4c19e163a716be8c6e61dfe862d6391a7391a9c05ec601e9219b5528b19125e5041d31d9a8
 WHIRLPOOL 
7d41536310e717d9dee15cb12afc5a66b829ca4fa1771b3d658c8691ebcc12e556615dc6b95c716d58a069e5dd46040986da377e26d894ebc89558d46a76ce65
+DIST postfix-3.2-20161204.tar.gz 4366046 SHA256 
c390c2bfa0ac67268688258537cd0ec1758c0768351d645aee529a05e42d0047 SHA512 
adc44aceac8b55e135a4cc9966565cb9eb6f989456db480b8292cd423b328b5349ef99f2bbb5c9574b0d0e991c9bcc39e86dbeabf999c78e34529fef918efd42
 WHIRLPOOL 
1690afd9966fc16bd0ff51ec60e87c49793819b815119cae21cc4b25ea179f72131f0aed66cc963b15d7910583bcabcf43e46830bad12801dad91568fbdd
 DIST postfix-vda-v13-2.10.0.patch 55701 SHA256 
6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62
 WHIRLPOOL 
d98b7d2177b8b69738086880fd08c336fa60b99ff7413624e628fd5f17be2064f2ccaa37c047d3013ed41c0ff1bcb76e7962f8390c4179f28ab11733dd3b59d3

diff --git a/mail-mta/postfix/postfix-3.2_pre20161106.ebuild 
b/mail-mta/postfix/postfix-3.2_pre20161204.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.2_pre20161106.ebuild
rename to mail-mta/postfix/postfix-3.2_pre20161204.ebuild



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

2016-12-13 Thread Agostino Sarubbo
commit: 70bf487bdcbd58ada186eb2447761b3b43986f35
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:29:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:29:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bf487b

www-servers/tomcat: x86 stable wrt bug #598324

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

 www-servers/tomcat/tomcat-7.0.73.ebuild | 2 +-
 www-servers/tomcat/tomcat-8.0.39.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/tomcat/tomcat-7.0.73.ebuild 
b/www-servers/tomcat/tomcat-7.0.73.ebuild
index 3d2c538..e5ed160 100644
--- a/www-servers/tomcat/tomcat-7.0.73.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.73.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="7"
-KEYWORDS="amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps websockets"
 
 RESTRICT="test" # can we run them on a production system?

diff --git a/www-servers/tomcat/tomcat-8.0.39.ebuild 
b/www-servers/tomcat/tomcat-8.0.39.ebuild
index 4ce2c77..18cf559 100644
--- a/www-servers/tomcat/tomcat-8.0.39.ebuild
+++ b/www-servers/tomcat/tomcat-8.0.39.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8"
-KEYWORDS="amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2016-12-13 Thread Agostino Sarubbo
commit: 1f09d9a5bb408e7fbc77d2731a4dec48340003b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:30:10 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:30:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f09d9a5

net-libs/nodejs: x86 stable wrt bug #595256

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

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

diff --git a/net-libs/nodejs/nodejs-0.12.17.ebuild 
b/net-libs/nodejs/nodejs-0.12.17.ebuild
index 435f16d..0c5e289 100644
--- a/net-libs/nodejs/nodejs-0.12.17.ebuild
+++ b/net-libs/nodejs/nodejs-0.12.17.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~x64-macos"
 IUSE="debug icu +npm +snapshot +ssl"
 
 RDEPEND="icu? ( dev-libs/icu )



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

2016-12-13 Thread Agostino Sarubbo
commit: 926265880270ac8df5aca220d1e2ab6fa435ada1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:29:21 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:29:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92626588

dev-perl/DBD-mysql: x86 stable wrt bug #601144

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

 dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild
index bcea9e5..e5da25b 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild
@@ -11,7 +11,7 @@ inherit eutils perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # embedded=on disables ssl support
 # https://metacpan.org/source/MICHIELB/DBD-mysql-4.036/dbdimp.c#L1886



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-eclipse-ecj/

2016-12-13 Thread Agostino Sarubbo
commit: 577b69a8f215a7f34b98adf8f0f5c52dcc27b286
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:29:51 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:29:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577b69a8

dev-java/ant-eclipse-ecj: x86 stable wrt bug #598324

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

 dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild 
b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild
index 165bdd7..e6a4b24 100644
--- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild
+++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.eclipse.org/;
 
SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar;
 
 LICENSE="EPL-1.0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 SLOT="4.5"
 IUSE=""
 



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

2016-12-13 Thread Agostino Sarubbo
commit: 095914312261e3b4d2fc4e348b5597a0ac46493a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:28:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:28:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09591431

mail-client/roundcube: x86 stable wrt bug #601410

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

 mail-client/roundcube/roundcube-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.2.3.ebuild 
b/mail-client/roundcube/roundcube-1.2.3.ebuild
index 7bdaba2..2c4efbb 100644
--- a/mail-client/roundcube/roundcube-1.2.3.ebuild
+++ b/mail-client/roundcube/roundcube-1.2.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.t
 # roundcube is GPL-licensed, the rest of the licenses here are
 # for bundled PEAR components, googiespell and utf8.class.php
 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
 REQUIRED_USE="|| ( mysql postgres sqlite )"



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

2016-12-13 Thread Agostino Sarubbo
commit: cf42cfe41450fc5ecad1efc9a5f43cc24cf4739b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:30:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:30:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf42cfe4

app-emulation/xen-tools: x86 stable wrt bug #602238

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

 app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild 
b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild
index 031fb5f..6c16fa9 100644
--- a/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.6.4-r3.ebuild
@@ -19,7 +19,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
UPSTREAM_VER=0
SECURITY_VER=18
# xen-tools's gentoo patches tarball



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

2016-12-13 Thread Agostino Sarubbo
commit: b015f9a90d9367411a1c42e66fefa098033cb194
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:30:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:30:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b015f9a9

net-misc/asterisk: x86 stable wrt bug #602132

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

 net-misc/asterisk/asterisk-11.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk/asterisk-11.25.1.ebuild 
b/net-misc/asterisk/asterisk-11.25.1.ebuild
index f2256bb..fb7c4b9 100644
--- a/net-misc/asterisk/asterisk-11.25.1.ebuild
+++ b/net-misc/asterisk/asterisk-11.25.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.t
 mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file



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

2016-12-13 Thread Agostino Sarubbo
commit: 00ac62cd400b9c51ba78b95d853f9c9cb4be1a8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:28:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:28:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ac62cd

media-video/rtmpdump: x86 stable wrt bug #570242

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

 media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild 
b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
index 22341a9..724b6cd 100644
--- a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz;
 # the library is LGPL-2.1, the command is GPL-2
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="gnutls polarssl ssl libressl"
 
 DEPEND="ssl? (



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

2016-12-13 Thread Agostino Sarubbo
commit: c9fb0d686d068e67704ca375cb6dd3c91aa8f789
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:28:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:28:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fb0d68

net-analyzer/nagios-core: x86 stable wrt bug #602216

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

 net-analyzer/nagios-core/nagios-core-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild
index f3ecb5b..568b919 100644
--- a/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="apache2 classicui lighttpd perl +web vim-syntax"
 
 # In pkg_postinst(), we change the group of the Nagios configuration



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

2016-12-13 Thread Agostino Sarubbo
commit: 0a2bf2b12a67e2ccaa26ec422e278700a7b93a6b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:29:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:29:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2bf2b1

dev-db/postgresql: x86 stable wrt bug #602130

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

 dev-db/postgresql/postgresql-9.1.24.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.2.19.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.3.15.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.4.10.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.5.5.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/postgresql/postgresql-9.1.24.ebuild 
b/dev-db/postgresql/postgresql-9.1.24.ebuild
index 6441689..a27ac30 100644
--- a/dev-db/postgresql/postgresql-9.1.24.ebuild
+++ b/dev-db/postgresql/postgresql-9.1.24.ebuild
@@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.2.19.ebuild 
b/dev-db/postgresql/postgresql-9.2.19.ebuild
index 90bcb71..e3b6b09 100644
--- a/dev-db/postgresql/postgresql-9.2.19.ebuild
+++ b/dev-db/postgresql/postgresql-9.2.19.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.3.15.ebuild 
b/dev-db/postgresql/postgresql-9.3.15.ebuild
index 05840d5..b47565e 100644
--- a/dev-db/postgresql/postgresql-9.3.15.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.15.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.4.10.ebuild 
b/dev-db/postgresql/postgresql-9.4.10.ebuild
index 0b517a4..9fec8f0 100644
--- a/dev-db/postgresql/postgresql-9.4.10.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.10.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.5.5.ebuild 
b/dev-db/postgresql/postgresql-9.5.5.ebuild
index cd9da61..026b0d5 100644
--- a/dev-db/postgresql/postgresql-9.5.5.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.5.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-12-13 Thread Agostino Sarubbo
commit: a76ed2cd013aba766386ccc9751453b687d3492b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:29:08 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:29:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76ed2cd

www-client/links: x86 stable wrt bug #591010

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

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

diff --git a/www-client/links/links-2.14.ebuild 
b/www-client/links/links-2.14.ebuild
index dcd60c8..7268e43 100644
--- a/www-client/links/links-2.14.ebuild
+++ b/www-client/links/links-2.14.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 directfb fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl 
suid svga tiff unicode X zlib"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: dev-java/eclipse-ecj/

2016-12-13 Thread Agostino Sarubbo
commit: 66bb2df59b537736d9687ccd845f543f72b1b33b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:29:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:29:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bb2df5

dev-java/eclipse-ecj: x86 stable wrt bug #598324

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

 dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild 
b/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild
index 3e858a3..326464b 100644
--- a/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild
+++ b/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.eclipse.org/;
 
SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar;
 
 LICENSE="EPL-1.0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
 SLOT="4.5"
 IUSE="+ant"
 



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

2016-12-13 Thread Agostino Sarubbo
commit: 66ff6feba23e811fbb623c149a6b156500160f68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:28:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:28:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ff6feb

net-analyzer/nagios: x86 stable wrt bug #602216

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

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild 
b/net-analyzer/nagios/nagios-4.2.4.ebuild
index 6ba99c8..5d160ce 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}



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

2016-12-13 Thread Agostino Sarubbo
commit: 529849f82ad581a30a843a1d1fea93e7c8d0b2b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 13 11:30:03 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 13 11:30:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529849f8

dev-db/phpmyadmin: x86 stable wrt bug #593582

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

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

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.4.15.8.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.4.15.8.ebuild
index 353c148..0d9fe00 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.4.15.8.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.4.15.8.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.phpmyadmin.net/;
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



  1   2   >