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

2017-01-31 Thread Fabian Groffen
commit: d04686792b3e2bc050896ea14d79812cffd7730e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Feb  1 07:36:48 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Feb  1 07:37:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0468679

media-libs/libsdl: revert nasm usage to same set as before, bug #607634

Package-Manager: portage-2.3.3

 media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild 
b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
index 56cb5e3..35f1e42 100644
--- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
@@ -79,7 +79,7 @@ src_prepare() {
 
 multilib_src_configure() {
local myconf=
-   if [[ $(tc-arch) != "x86" ]] ; then
+   if use !x86 && use !x86-linux ; then
myconf="${myconf} --disable-nasm"
else
myconf="${myconf} --enable-nasm"



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

2017-01-31 Thread Michael Weber
commit: 47c6e0e01036bf486858d7b9b703d2be60851d66
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb  1 07:33:26 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb  1 07:33:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c6e0e0

app-text/mupdf: Require >=media-libs/openjpeg-2.1:2 (bug 607790, thanks 
MarcusX).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/mupdf/mupdf-1.10a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mupdf/mupdf-1.10a.ebuild 
b/app-text/mupdf/mupdf-1.10a.ebuild
index 5d855ce..d12c459 100644
--- a/app-text/mupdf/mupdf-1.10a.ebuild
+++ b/app-text/mupdf/mupdf-1.10a.ebuild
@@ -23,7 +23,7 @@ LIB_DEPEND="
media-libs/harfbuzz[static-libs?]
media-libs/jbig2dec[static-libs?]
media-libs/libpng:0[static-libs?]
-   media-libs/openjpeg:2[static-libs?]
+   >=media-libs/openjpeg-2.1:2[static-libs?]
net-misc/curl[static-libs?]
virtual/jpeg[static-libs?]
X? ( x11-libs/libX11[static-libs?]



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

2017-01-31 Thread Hans de Graaff
commit: c7607468d6fffaee6a2b6ad59c38fcd5bd973239
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  1 06:47:55 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  1 07:02:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7607468

dev-ruby/power_assert: cleanup

Package-Manager: portage-2.3.3

 dev-ruby/power_assert/power_assert-1.0.1.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-ruby/power_assert/power_assert-1.0.1.ebuild 
b/dev-ruby/power_assert/power_assert-1.0.1.ebuild
deleted file mode 100644
index e62f5b4..
--- a/dev-ruby/power_assert/power_assert-1.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Shows each value of variables and method calls in the expression"
-HOMEPAGE="https://github.com/k-tsj/power_assert;
-SRC_URI="https://github.com/k-tsj/power_assert/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="|| ( Ruby BSD-2 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
-   sed -i -e '1igem "test-unit"' \
-   -e '/byebug/ s:^:#:' test/test_helper.rb || die
-
-   # Avoid circular dependency on byebug when bootstrapping ruby
-   sed -i -e '/byebug/ s:^:#:' -e '/test_core_ext_helper/ s:^:#:' 
test/test_helper.rb || die
-   rm test/test_core_ext_helper.rb test/trace_test.rb || die
-
-   # Avoid circular dependency on pry when bootstrapping ruby
-   sed -i -e '/pry/ s:^:#:' -e '/test_colorized_pp/,/^end/ s:^:#:' 
test/block_test.rb || die
-}



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

2017-01-31 Thread Hans de Graaff
commit: f5dfb30a3a497725095dcd5d3621da661f5093fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  1 06:58:06 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  1 07:02:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5dfb30a

dev-ruby/websocket: add 1.2.4

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/websocket/Manifest b/dev-ruby/websocket/Manifest
index 41d8459..06fc655 100644
--- a/dev-ruby/websocket/Manifest
+++ b/dev-ruby/websocket/Manifest
@@ -1 +1,2 @@
 DIST websocket-1.2.3.gem 26112 SHA256 
c0eda9f2eafc124ac9cae19d0f6df881c4a235fe32edecceab3c18ed2f110c69 SHA512 
fb98517bc81463850d10bef95efaf5c3297519e3e106d3fde1b97559434cd19d272c60d5875287e171757936fcda0eda385f05317dab56e48eba833433ccfaec
 WHIRLPOOL 
34391c12788bc8b362c9fd4a7f930bcfbbc8995f231faec4af1ce8dd623daff8a1c7fb8dc98de079da02b67b510d36be91a16f6fcce60cc948ce7955261d5563
+DIST websocket-1.2.4.gem 27648 SHA256 
d0e67d2bac122e5e5eb9931a1322bd9525f6b4259f5b726293e892c095ab1eea SHA512 
dd3a67adadaf45850d666dbb6a152aaeba581e751fe4bfa32a286946b71b7129e0f18d56ab458a489f0665347483c18d73c2fb232de7204ab3434a2574c685c9
 WHIRLPOOL 
566352f07bef376f8734c1d9267c4fc29aa110260b2805427804db14bbe4f67d8c9f5643df1090dc97ba7e8258353dc582cadac85648ceb56fb01cd10d41

diff --git a/dev-ruby/websocket/websocket-1.2.4.ebuild 
b/dev-ruby/websocket/websocket-1.2.4.ebuild
new file mode 100644
index ..171c602
--- /dev/null
+++ b/dev-ruby/websocket/websocket-1.2.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Universal Ruby library to handle WebSocket protocol"
+HOMEPAGE="https://github.com/imanel/websocket-ruby;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-its )"



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

2017-01-31 Thread Hans de Graaff
commit: 16bc05edd9149189d86708ae541bca6b1e6289c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  1 06:29:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  1 07:01:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bc05ed

dev-ruby/hashie: add 3.5.1

Package-Manager: portage-2.3.3

 dev-ruby/hashie/Manifest|  1 +
 dev-ruby/hashie/hashie-3.5.1.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
index ce45d9f..b974449 100644
--- a/dev-ruby/hashie/Manifest
+++ b/dev-ruby/hashie/Manifest
@@ -1,3 +1,4 @@
 DIST hashie-2.1.2.gem 34816 SHA256 
a9e1e4928bf4f5a5683ea9c7ef29e50fb93f72542f9a9550e205fe33a6568923 SHA512 
6f72998710da58a2584939b4e74a114ae54168902020dc16ec5ea0422a91316b84aa6835fffb36a2985634f24ff5b0d01bcdb50134a414a269a4881ebcd728ac
 WHIRLPOOL 
6b67c04ef9dc33a9ffdf25d14440bdd3ce621f1bde9b4eb806de63fa39edc76627f80d10435efc708fc48d24f1450046f33aceb20d76238a0cf8b67ddcf72e78
 DIST hashie-3.4.4.gem 60928 SHA256 
9dd69627730107041421f453eebef585251a50f6ec2720de0bce2443736598e2 SHA512 
340740fdab17f623afb8ae1c815b29749fe70e90dda35df23c8f95ac56af346ba6c06ecce92c6f369206882ab8398abde6716a8e53fabc7bc8ba4cf3832b84b8
 WHIRLPOOL 
b8927da12798c85a73324d65a31d135073469a3d5bfabb16d9845896fb28085c4809000bcffc51976156e8d9738dd28c905d8485c1f502f7481c984df7792c3b
 DIST hashie-3.4.6.gem 62464 SHA256 
92ad8b7a3d4eaea3b7c858070a2f4d1a6e1e4dd3072c26bce85f439429f8c9db SHA512 
68782865411a21a32e8b81f5d1dd29cdd9e934ffe18a7222a9631df00275cb5ba6c6cfd8b87be510a0ec202e9286660c17e4ead6e35697bb15b8c72b30971797
 WHIRLPOOL 
dce0a10fd45f0dad1c8d1efedc35070a58b490b1183353dc1ee4bcbdb0b0b179aef7fd790487dbaa14459a62de42698c9dcf561b698b5fac7148a5323231fa0f
+DIST hashie-3.5.1.gem 66048 SHA256 
a68ec7d09a4fb9b34ee04bbbc4ab8b224296cf5404fba154414bc6c565545b61 SHA512 
73025d479ec379a7afdea161208f66ae3b7a6c29ac3334fe31ce116edd40476432307950433dde40a86b8ef547313ec3d1ead495ff8425ea957dac3e4287f2f4
 WHIRLPOOL 
2ab07fc4645aed457b9ea7727b473c5cfecf66996f7e00d6a5f30906af598fa1848b9656b3cdaff5d9c85597d7bb05d3cc4e0355d2c18a05e0edb1aa89d4559a

diff --git a/dev-ruby/hashie/hashie-3.5.1.ebuild 
b/dev-ruby/hashie/hashie-3.5.1.ebuild
new file mode 100644
index ..000f762
--- /dev/null
+++ b/dev-ruby/hashie/hashie-3.5.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hashie is a small collection of tools that make hashes more 
powerful"
+HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+   # Remove bundler and fix one spec that depends on its requires
+   #rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -e '/pry/ s:^:#:' \
+   -e '1irequire "pathname"; require "tempfile"' -i 
spec/spec_helper.rb || die
+
+   # Avoid dependency on rspec-pending_for and its dependencies
+   sed -i -e '/pending_for/ s:^:#:' \
+   spec/spec_helper.rb \
+   spec/hashie/mash_spec.rb \
+   spec/hashie/extensions/strict_key_access_spec.rb || die
+
+   # Avoid circular dependency on omniauth
+   rm spec/integration/omniauth/integration_spec.rb || die
+}



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

2017-01-31 Thread Hans de Graaff
commit: f986b56787a540a179c9af5cf2fbbf52f180035e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  1 06:37:22 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  1 07:02:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f986b567

dev-ruby/i18n: add 0.8.0

Package-Manager: portage-2.3.3

 dev-ruby/i18n/Manifest  |  1 +
 dev-ruby/i18n/i18n-0.8.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest
index 392e7f4..6f151df 100644
--- a/dev-ruby/i18n/Manifest
+++ b/dev-ruby/i18n/Manifest
@@ -1,3 +1,4 @@
 DIST i18n-0.6.11.gem 61440 SHA256 
b37dda25b30484f2674a851e24ae098a38564a61c976fa91a34bf8fceaa3923b SHA512 
f3c26c13b333daed69dc044985816d79a27a489c860caaa03cd64b3ff31e3ea65aa850dd581162a264d0b0bb6bc383b12cb96c1a97d5d1d04bee45517a48b721
 WHIRLPOOL 
67b702b94e3d56331845d8088bce37b7e34ed1a0a035e32ee986054850f205680703f472f3a5f494cda7608bd2db15426e3dcb672f0e8863c5b3b31292f9057c
 DIST i18n-0.6.9.gem 60416 SHA256 
1cd368e0b3854e8067955643892b18040e1d17f3c768daef8901298222e88e5d SHA512 
8bb28578bfe121f293058a6ca99ba8e87195b2735f084190e5096655b7eee5ed44751bb56dde823e5ee8094668e93958af4999642308c5b7189d95dd892a3b63
 WHIRLPOOL 
ee09dfbeaecccafb4e91f7adac479a8a6b01b0fa636b622f4440938e559d801153c5d2016c02b61581c3f70b3747bdee01db0c5acc4a03339724916d20cdd3b3
 DIST i18n-0.7.0.tar.gz 57647 SHA256 
8a9ea123661e5da978ecffadc8d1b7ea50ba2d8e9de1455d61e7848cc6c2c855 SHA512 
8824feb3fb99bba759963d2ae34555f27b85dbac3d3001168471a27e47fc805e5ffe5c3b4e10d6ca4b2e2524ec16c98260b981ef504f274aab93f912a57d2e14
 WHIRLPOOL 
0f16ab5f06ae7ec75eefbec985d183dac5a2cd572d6c70fc3de8616bec8834e210a5660a74657ae3397017962253350e6bd926c0d2c9509400ceadc5b365fa9d
+DIST i18n-0.8.0.tar.gz 59973 SHA256 
18da8d5e28e7143b128d78e270d96e7e5c7baaec151f69ad08d37d6b4b024468 SHA512 
f75ab19e913877938740c0ff772c95becb59aac6a2c1adc01d18e41225e7834fba4c891b81eee052f8d991703afb470b032faf5429e70b073dd48c2cbe826a11
 WHIRLPOOL 
9d825a679a5243e2e62efc01a62e93e9284903240c4fe364ed20b8f2ef43d800817ddd0e60c9ed1d41126fec768e5d9969f74efc9ce2feb6a10543fd4608ef37

diff --git a/dev-ruby/i18n/i18n-0.8.0.ebuild b/dev-ruby/i18n/i18n-0.8.0.ebuild
new file mode 100644
index ..5c3b68d
--- /dev/null
+++ b/dev-ruby/i18n/i18n-0.8.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/;
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/activesupport-3.2 =dev-ruby/mocha-0.13
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   # Remove bundler lock files since we cannot depend on specific
+   # versions in Gentoo.
+   rm gemfiles/*.lock || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby22|*ruby23)
+   versions="4.2 5.0"
+   ;;
+   *)
+   versions="4.1 4.2"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2017-01-31 Thread Hans de Graaff
commit: df2aa8738586243b7eec8000475c298a9f47f084
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  1 06:47:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  1 07:02:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2aa873

dev-ruby/power_assert: avoid installing useless binstubs, bug 607806

Package-Manager: portage-2.3.3

 dev-ruby/power_assert/power_assert-1.0.1-r1.ebuild | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/dev-ruby/power_assert/power_assert-1.0.1-r1.ebuild 
b/dev-ruby/power_assert/power_assert-1.0.1-r1.ebuild
new file mode 100644
index ..780349b
--- /dev/null
+++ b/dev-ruby/power_assert/power_assert-1.0.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Shows each value of variables and method calls in the expression"
+HOMEPAGE="https://github.com/k-tsj/power_assert;
+SRC_URI="https://github.com/k-tsj/power_assert/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="|| ( Ruby BSD-2 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
+   sed -i -e '1igem "test-unit"' \
+   -e '/byebug/ s:^:#:' test/test_helper.rb || die
+
+   # Avoid circular dependency on byebug when bootstrapping ruby
+   sed -i -e '/byebug/ s:^:#:' -e '/test_core_ext_helper/ s:^:#:' 
test/test_helper.rb || die
+   rm test/test_core_ext_helper.rb test/trace_test.rb || die
+
+   # Avoid circular dependency on pry when bootstrapping ruby
+   sed -i -e '/pry/ s:^:#:' -e '/test_colorized_pp/,/^end/ s:^:#:' 
test/block_test.rb || die
+}



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

2017-01-31 Thread Ulrich Müller
commit: 3574e39d970aa291e543a78717b5b0b8db69d5e3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb  1 06:38:37 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Feb  1 06:40:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3574e39d

app-text/dvipng: Remove old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/dvipng/Manifest |  1 -
 app-text/dvipng/dvipng-1.14.ebuild   | 49 
 app-text/dvipng/files/dvipng-1.14-wait.patch | 18 --
 app-text/dvipng/metadata.xml |  4 ---
 4 files changed, 72 deletions(-)

diff --git a/app-text/dvipng/Manifest b/app-text/dvipng/Manifest
index 09eb08f..9ad33f7 100644
--- a/app-text/dvipng/Manifest
+++ b/app-text/dvipng/Manifest
@@ -1,2 +1 @@
-DIST dvipng-1.14.tar.gz 173686 SHA256 
43f5b57d0fab29398dcec1b849e8bebbcacb0b9c06875d2ac84a049be3c5b350 SHA512 
d7dda0e83ec93c0ebb9c970f2464ed1b04cdd41c178165db6da7c37b90810f3be0a513b9a43162563cb5ca15a7dec3c12a49f27abeb44fca3739090661ab53ba
 WHIRLPOOL 
5510c41343ddc4f628eaac44b47e1e865b964d043ebf920706098f98e9f56d4557553487c15fd1931ea862350b1984f2276a37bd85ed60fb9a0b2caaa7293bc6
 DIST dvipng-1.15.tar.gz 171529 SHA256 
197e9fd0f87ede32dc4bc1d39ec2cd72fa5260856f9d0dc2d8e6895130408347 SHA512 
54647526a9d3a26d2ba9c7ef17f285a426d9df06ffb1d5336a1da95cbf24cd17505ba7f6b1ffd14a0beb7f91ab3e519612ce3d3ea3f30c278733127dfbf07c5c
 WHIRLPOOL 
4c0c5e410b107cd6cb56f9360acd556ae4336855d0624800d96e46cd29caead0467bc554d3d1c404e4564a3ce7b3732386f6af93ea98312c6b17745582f4ef92

diff --git a/app-text/dvipng/dvipng-1.14.ebuild 
b/app-text/dvipng/dvipng-1.14.ebuild
deleted file mode 100644
index 9b84d76..
--- a/app-text/dvipng/dvipng-1.14.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Translate DVI files into PNG or GIF graphics"
-HOMEPAGE="http://dvipng.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+ Texinfo-manual"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="t1lib truetype test"
-
-RDEPEND="
-   dev-libs/kpathsea
-   media-libs/gd[jpeg,png]
-   media-libs/libpng
-   virtual/latex-base
-   sys-libs/zlib
-   t1lib? ( media-libs/t1lib )
-   truetype? ( >=media-libs/freetype-2.1.5 )"
-DEPEND="${RDEPEND}
-   virtual/texi2dvi
-   test? ( dev-texlive/texlive-fontsrecommended )"
-
-DOCS="ChangeLog README RELEASE"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-wait.patch
-}
-
-src_configure() {
-   if ! use t1lib; then
-   # The build system autodetects libt1. We don't want that if the
-   # USE flag is not set, so confuse it with a wrong name.
-   sed -i -e 's/T1_InitLib/dIsAbLe&/' configure || die "sed failed"
-   fi
-
-   if ! use truetype; then
-   sed -i -e 's/FT_Init_FreeType/dIsAbLe&/' configure || die "sed 
failed"
-   fi
-
-   export VARTEXFONTS="${T}/fonts"
-   econf
-}

diff --git a/app-text/dvipng/files/dvipng-1.14-wait.patch 
b/app-text/dvipng/files/dvipng-1.14-wait.patch
deleted file mode 100644
index d7f629f..
--- a/app-text/dvipng/files/dvipng-1.14-wait.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Patch by MATSUI Tetsushi to fix compilation issue on OSX
-
-sys/wait.h seems to be the man-page include for waitpid on Linux,
-Solaris and OSX
-
-https://bugs.gentoo.org/show_bug.cgi?id=369363
-
 special.c
-+++ special.c
-@@ -26,7 +26,7 @@
- 
- #ifndef MIKTEX
- #ifndef WIN32
--#include 
-+#include 
- #else /* WIN32 */
- #include 
- #include 

diff --git a/app-text/dvipng/metadata.xml b/app-text/dvipng/metadata.xml
index c6cccf2..08df7bc 100644
--- a/app-text/dvipng/metadata.xml
+++ b/app-text/dvipng/metadata.xml
@@ -23,10 +23,6 @@
   (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see
   https://www.gnu.org/software/auctex/preview-latex.html;.
 
-
-  Enable support for T1lib font rendering
-(media-libs/t1lib)
-
 
   dvipng
 



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

2017-01-31 Thread Matt Turner
commit: 63dd12f006e26da9c906b40b9fc0f75bd9bb014e
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Feb  1 06:36:17 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Feb  1 06:36:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dd12f0

x11-misc/xkeyboard-config: Version bump to 2.20.

 x11-misc/xkeyboard-config/Manifest |  1 +
 .../xkeyboard-config/xkeyboard-config-2.20.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/x11-misc/xkeyboard-config/Manifest 
b/x11-misc/xkeyboard-config/Manifest
index 1268f63..a198d8e 100644
--- a/x11-misc/xkeyboard-config/Manifest
+++ b/x11-misc/xkeyboard-config/Manifest
@@ -3,3 +3,4 @@ DIST xkeyboard-config-2.16.tar.bz2 968663 SHA256 
1e8a1f212c96b7f71ca0b05da361cac
 DIST xkeyboard-config-2.17.tar.bz2 973675 SHA256 
dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 SHA512 
375a38fde9befef0c779b7593c17e3889abf5cf73c66e9ff37f58ea65ca6065bad2835a4187321b88187a1922e47ae086663851906c6082860da8096c7e828b1
 WHIRLPOOL 
6e9187a4fae546af6fc7707a100fbeea22980cb8ae1217e57263c02ef1d79a1f19e5d163f90a3ecb3a5cb0c9e2a3c5aa981e2fb86b51af876297d748127a4761
 DIST xkeyboard-config-2.18.tar.bz2 978557 SHA256 
c41d917d6c8a59feb7ccbda51c40a6ada824fdd1e9684b52dd48c9530617ddd0 SHA512 
5415fadf66a8e2b671029f4d1cd6726a522d347abe87a0f4f33fa85662dd2dc2348fc7402c53281ad2a8615c61eb447760d16d7dac426df19d0834d05b81f548
 WHIRLPOOL 
6b0e05f606ee7f41ee1ae7ed90d28a3b7ae973583177fe5b347c72ac2faa210aa25063bc70157168b2b38aa357559f2ff95f8242bcf36b8118fb067fa624fc60
 DIST xkeyboard-config-2.19.tar.bz2 985697 SHA256 
83dfd186b9eb9ced69e01d8d8e2f15b6a79b2e30124874ef086f2d3048f45827 SHA512 
a928a334375da16f614e92b6d557bc3c199f7bb26e3f0a1cceec406b3b2d48a6789074fe7e93c938d2bcc2683275df37443800840b921524498a869a3f5721de
 WHIRLPOOL 
3872377f8ccd6bce9f1f24ae91799a11a4b58510e34aa020fb862ff142e1298b0f25f22cd88266e1a8b74c0633af776bad998e360527ee9cf1fe31d92ef5a2b7
+DIST xkeyboard-config-2.20.tar.bz2 978275 SHA256 
d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134 SHA512 
29584096874cf8f1444ed00374150fb186e9a74221b384d779bcf01c0762977f8a6a1b3dfa37acd560667a79cc80d4c0d39729b7dc21809520a7254026439db4
 WHIRLPOOL 
f03b1e05e3c2897cab96bf569e97bb1095f13a8ce1eb2aaae4ae0ff1a588974c9e7e5bd066026f95a2c4939d0bc151aad77a233b7dbf994e3caeb50a5210f539

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
new file mode 100644
index ..66575b1
--- /dev/null
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_STATIC=no
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
+
+DESCRIPTION="X keyboard configuration database"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+[[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="!

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

2017-01-31 Thread Matt Turner
commit: 6aaaf15f8882dd112d22454600294e37969fa822
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 29 19:30:39 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Feb  1 06:35:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aaaf15f

xorg-2.eclass: Use --disable-selective-werror.

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

 eclass/xorg-2.eclass | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index c356c33..9a1abb1 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -468,8 +468,14 @@ xorg-2_src_configure() {
local dep_track="--disable-dependency-tracking"
fi
 
+   # Check if package supports disabling of selective -Werror=...
+   if grep -q -s "disable-selective-werror" ${ECONF_SOURCE:-.}/configure; 
then
+   local selective_werror="--disable-selective-werror"
+   fi
+
local myeconfargs=(
${dep_track}
+   ${selective_werror}
${FONT_OPTIONS}
"${xorgconfadd[@]}"
)



[gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/

2017-01-31 Thread Ulrich Müller
commit: dfb73c1541faffe4b6e49305412d21794c23f5fd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb  1 06:12:40 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Feb  1 06:12:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb73c15

dev-tex/feynmf: Remove old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/feynmf/feynmf-1.08-r3.ebuild | 46 
 1 file changed, 46 deletions(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r3.ebuild 
b/dev-tex/feynmf/feynmf-1.08-r3.ebuild
deleted file mode 100644
index 5d683b3..
--- a/dev-tex/feynmf/feynmf-1.08-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils latex-package
-
-DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/;
-#Taken from: ftp.tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.tar.gz
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
-   doc? ( https://dev.gentoo.org/~ulm/distfiles/${PN}-cnl.tar.gz )"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-texlive/texlive-metapost"
-DEPEND="${RDEPEND}
-   dev-lang/perl"
-
-S="${WORKDIR}/${PN}"
-TEXMF="/usr/share/texmf-site"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}.patch"
-   epatch "${FILESDIR}/${P}-tempfile.patch"
-}
-
-src_compile() {
-   export VARTEXFONTS="${T}"/fonts
-   emake MP=mpost all manual.ps
-   use doc && emake -f Makefile.cnl ps
-}
-
-src_install() {
-   newbin feynmf.pl feynmf
-   doman feynmf.1
-   insinto ${TEXMF}/tex/latex/${PN}; doins feynmf.sty feynmp.sty
-   insinto ${TEXMF}/metafont/${PN}; doins feynmf.mf
-   insinto ${TEXMF}/metapost/${PN}; doins feynmp.mp
-   dodoc README manual.ps template.tex
-   use doc && dodoc fmfcnl*.ps
-}



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

2017-01-31 Thread Kent Fredric
commit: 5c9e04c9f0e5e090b1cf9344c169bb2f0211643c
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan 31 08:09:03 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Feb  1 02:40:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9e04c9

app-admin/gentoo-perl-helpers: Add initial 0.1.0 version

This is still really new, please give feedback.

Esepcially as I suck at bash and man pages still

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/gentoo-perl-helpers/Manifest |  1 +
 .../gentoo-perl-helpers-0.1.0.ebuild   | 48 ++
 app-admin/gentoo-perl-helpers/metadata.xml | 15 +++
 3 files changed, 64 insertions(+)

diff --git a/app-admin/gentoo-perl-helpers/Manifest 
b/app-admin/gentoo-perl-helpers/Manifest
new file mode 100644
index ..2e0b9c1
--- /dev/null
+++ b/app-admin/gentoo-perl-helpers/Manifest
@@ -0,0 +1 @@
+DIST gentoo-perl-helpers-0.1.0.tar.xz 6692 SHA256 
e2c0e3eabbdba194460547d4b2beb2b632ff12833bff2454fc7e8a1f57772158 SHA512 
929921c4584d990b53163413b58d4fd7a8868073c03095e90914c3565e65d5ee3e86e2c5269079b4c683c9db6fe5e035358539f62091fbc24af818e6330d414b
 WHIRLPOOL 
372f38e18e2c386ad535df36c686597cb9db51fe166d9946a3d10750d85052fd08c242a5c1c781722b63cb4d79d15bd1b6de8d9ce54553511f505d3ca29ade85

diff --git a/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.1.0.ebuild 
b/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.1.0.ebuild
new file mode 100644
index ..0062758
--- /dev/null
+++ b/app-admin/gentoo-perl-helpers/gentoo-perl-helpers-0.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Introspection and Upgrade Assistance tools for Gentoo Perl"
+HOMEPAGE="https://github.com/gentoo-perl/gentoo-perl-helpers;
+SRC_URI="https://github.com/gentoo-perl/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Assumed System:
+# sys-apps/coreutils
+# sys-apps/grep
+# sys-apps/findutils
+# sys-apps/sed
+# app-shells/bash
+
+RDEPEND="
+   app-portage/portage-utils
+   sys-apps/portage
+"
+DEPEND=""
+
+S="${WORKDIR}"
+src_prepare() {
+   sed -i -e "s^@@LIBDIR@@^${EPREFIX}/usr/lib/gentoo-perl-helpers^g"   
\
+  -e 
"s^@@LIBEXECDIR@@^${EPREFIX}/usr/libexec/gentoo-perl-helpers^g" \
+  "${S}/bin/gentoo-perl"   || die "Can't 
patch bin/gentoo-perl"
+   default
+}
+src_compile() { :; }
+src_install() {
+   exeinto /usr/bin
+   doexe "${S}/bin/"*
+
+   exeinto /usr/libexec/gentoo-perl-helpers
+   doexe "${S}/libexec/"*
+
+   insinto /usr/lib/gentoo-perl-helpers
+   doins "${S}/lib/"*
+
+   dodoc "${S}/README.mkdn"
+}

diff --git a/app-admin/gentoo-perl-helpers/metadata.xml 
b/app-admin/gentoo-perl-helpers/metadata.xml
new file mode 100644
index ..ddfded1
--- /dev/null
+++ b/app-admin/gentoo-perl-helpers/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ken...@gentoo.org
+   Kent Fredric
+   
+   
+   p...@gentoo.org
+   Gentoo Perl Project
+   
+   
+   gentoo-perl/gentoo-perl-helpers
+   
+



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

2017-01-31 Thread Andreas Sturmlechner
commit: f73aadd234fdada91a5da689af50c4f72cfd13dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  1 00:20:20 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  1 02:25:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73aadd2

app-office/libreoffice: 5.2.5.1 version bump

Gentoo-bug: 605464
If ! use pdfimport, drop pdf entries from libreoffice-draw.desktop file.

Package-Manager: portage-2.3.3

 app-office/libreoffice-l10n/Manifest   | 168 ++
 .../libreoffice-l10n-5.2.5.1.ebuild|  89 
 app-office/libreoffice/Manifest|   2 +
 app-office/libreoffice/libreoffice-5.2.5.1.ebuild  | 592 +
 4 files changed, 851 insertions(+)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index 97f68a0..f528f4a 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -334,3 +334,171 @@ DIST LibreOffice_5.2.4.2_Linux_x86_rpm_langpack_xh.tar.gz 
490680 SHA256 6f7adeea
 DIST LibreOffice_5.2.4.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 563517 SHA256 
482eb5ea230632f0b1da659ce87761a95ad4a967dedc604845ec8349047a1395 SHA512 
819bea4fbdf5cdcdafaac14eef606c028d56812a84edc6df817ca567c53d5da1f8746d14b9ebd4fca58ed40b987a7546197dfd58e26541dae591613f972f301c
 WHIRLPOOL 
8fb3ed729b7ef831401278e5f39fa903d57c8f41b3c5519d74753b83ece5a4b4c72ea79a37b18705b73a3545973d826626b85d6203ea1b9916577fb66b98f7b7
 DIST LibreOffice_5.2.4.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 560360 SHA256 
2aac5b6dd8e7b4a84c66f30bc4673c6346485978652ceecb66efef7f7d6fa3b0 SHA512 
e890b90f0c38bd53b1a10f17829b84ebd90e963e3589c90ece0df310ffe321811cdac160807c2dd67c33eddbe7e8de2f5bb2cecedeed1c1f2bd4246869813314
 WHIRLPOOL 
3c48d29b5bc0deb5974a1168ab2e4367f9177e1d22e975116750238b26ab537f3d39164b4de82c1ab12c6d1967a524265035d8fb4054129dd3ec265358dd77a1
 DIST LibreOffice_5.2.4.2_Linux_x86_rpm_langpack_zu.tar.gz 492007 SHA256 
7b9227d28fdc9208a3818b137d2ee933115be35f8a38a4485e8b6c391f13fb8f SHA512 
d5535727f74d193288cf298eebbed807ce0fedf5d3769cd04c6d70b1b51457e8e1b3e101343f28bcdbf239e282edaf355159d4e01de21d01d98906bb98679308
 WHIRLPOOL 
665c22effa6021dcd3ccb631ec5da6e40234941b335249f69d0b665bc0e6a665582f1a00c6f1362fde5baae19131366e0d27b2056b6464aaff99eb49ea5f8569
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_am.tar.gz 7944640 SHA256 
9217c11a647bb5378da97e7edefa956ee372c2a41f2e3bf9ac32b2c88e1830e8 SHA512 
d5de17d3633ce3457e6b0a8179a894fd9ed28815cf2edc9d40ceb0e7ced2961f83f3ca7ef767943cf42ddf5fc62bd17f188439d91e6604ba6d78367be3f978f0
 WHIRLPOOL 
abea5d48c4d1602a68f6fb7430ce4925b9782c606a3ba2f6d722a576a5230acb1b86aa80cadcbf216bf47063617e39cd0d0dcb9f0dfa2d760e81be9d556546a3
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_ast.tar.gz 7890820 SHA256 
12116fc95520c82a97c6a08aace02a3828aec3354971dc07441abea01a4843dd SHA512 
8e153052beeb7c952e6a2c4900ac499da16eda5af3a5d378486ec828daf2cf2b82cd701bdf37e3cf623b2e24909b236c096a29f15dd94a824a4ed348d1662072
 WHIRLPOOL 
63bcee7d378fdf9f2a13d9909f59f8251022a85479a3e1488e0041a7ca7ec02cf57bf77aa44a3c70eec24e07d1d17837b4e17e28d30957b4d3c37bd61e3973e0
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_bg.tar.gz 8395705 SHA256 
b5343da86ecc5b9e1e7fb2cfe2da253e1d82f4eb0cacd559d5fe3b073939bb3e SHA512 
d390479c60c4508aba20144ca2f87350750fe68375b7bfc08d7d9baa538f42ef65fa1f60c2812748b2843d230ad1123de5c5124943a018f1504bbac9c87e02e4
 WHIRLPOOL 
16689cac059aa531d18656c00889a28e6efe40ecf408f8f19e6075efb02f3428941a9c2e2a83a7645433665477874c92e6b77c36ab71a32cc2fd8840b796a603
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_bn-IN.tar.gz 9207877 SHA256 
761d521b66fdf889699b7e5cfc877d0ff36b63f984787dfed9c03276ace4a708 SHA512 
1c7c40fb69e1ed966c6d8e658a1a75fc77711a5978239d5b2a5a99ba05253371c2b8b981e95a965b5c6e652831b6bbc1e89eab93b9e1ae51325e30be07ed7e55
 WHIRLPOOL 
f7ff9a979c8bb18da99d1d4d687345a5c418e4c7c8f1e9961d4d008c755dff46070a27002d2b242ab2482949b144605378370ca6b12421a867dedc8bd332baaa
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_bn.tar.gz 9207935 SHA256 
9066a125a741bf5ec14fec7a1af41c04ec6451ca1cc1fe456075516a8fd56ff1 SHA512 
0f2924a20abe47f9d6cf8369135d610a62922e5e092d342c35e8aa08e3b55a60fa2e52b4d8178f9e7caeb7ba29cd63269aca0dd4c4eb8b90142ef0d329264ecb
 WHIRLPOOL 
04629cc5ba161a920e609b4b6ce031164b867ad48e54159b66519c5a43a00cf90d7b238158a97b71c60064d7de37b614e42eed09df404120c4f792693e55438c
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_bo.tar.gz 8956345 SHA256 
9e0c4f85527696aa35e31eb5ead62c099075d48f9a88f433ffc62b5f95de9cea SHA512 
04476e4836bf0fa28525888fc978f8d9e3676179760380b561f7e7f56a9a7f69698605cd0374bb617f274b52c4f76d6c58cf3222b741a2e62de8a3df0600b65e
 WHIRLPOOL 
8d75df2d65092c6de5d7505e4bc5dfcc9dc272d6426ab8e343bfa1bdef31591b73dd1e3a94eeb4c0a33cecd771f4f0c37e1029d76cebd7dad1763313f391a720
+DIST LibreOffice_5.2.5.1_Linux_x86_rpm_helppack_bs.tar.gz 7186000 SHA256 

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

2017-01-31 Thread Andreas Sturmlechner
commit: 4bdbda7475a375679eeae7074a401f6b4d1e0f95
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  1 02:28:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  1 02:28:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdbda74

app-office/libreoffice: Fix libreoffice-draw.desktop if ! use pdfimport

Gentoo-bug: 605464

Package-Manager: portage-2.3.3

 app-office/libreoffice/libreoffice-5.2..ebuild | 10 +-
 app-office/libreoffice/libreoffice-5.3..ebuild | 10 +-
 app-office/libreoffice/libreoffice-.ebuild | 10 +-
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 76e383a..d104014 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -357,6 +357,14 @@ src_prepare() {
# hack...
mv -v "${WORKDIR}/branding-intro.png" 
"${S}/icon-themes/galaxy/brand/intro.png" || die
fi
+
+   # Don't list pdfimport support in desktop when built with none, bug # 
605464
+   if ! use pdfimport; then
+   sed -i \
+   -e ":MimeType: s:application/pdf;::" \
+   -e ":Keywords: s:pdf;::" \
+   sysui/desktop/menus/draw.desktop || die
+   fi
 }
 
 src_configure() {

diff --git a/app-office/libreoffice/libreoffice-5.3..ebuild 
b/app-office/libreoffice/libreoffice-5.3..ebuild
index f1761be..b8cd07d 100644
--- a/app-office/libreoffice/libreoffice-5.3..ebuild
+++ b/app-office/libreoffice/libreoffice-5.3..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -356,6 +356,14 @@ src_prepare() {
# hack...
mv -v "${WORKDIR}/branding-intro.png" 
"${S}/icon-themes/galaxy/brand/intro.png" || die
fi
+
+   # Don't list pdfimport support in desktop when built with none, bug # 
605464
+   if ! use pdfimport; then
+   sed -i \
+   -e ":MimeType: s:application/pdf;::" \
+   -e ":Keywords: s:pdf;::" \
+   sysui/desktop/menus/draw.desktop || die
+   fi
 }
 
 src_configure() {

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index af0a7dc..cc07983 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -356,6 +356,14 @@ src_prepare() {
# hack...
mv -v "${WORKDIR}/branding-intro.png" 
"${S}/icon-themes/galaxy/brand/intro.png" || die
fi
+
+   # Don't list pdfimport support in desktop when built with none, bug # 
605464
+   if ! use pdfimport; then
+   sed -i \
+   -e ":MimeType: s:application/pdf;::" \
+   -e ":Keywords: s:pdf;::" \
+   sysui/desktop/menus/draw.desktop || die
+   fi
 }
 
 src_configure() {



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

2017-01-31 Thread Aaron Bauman
commit: 93ed5e4e3abc439230d66e1b3ab30721fa420430
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Feb  1 02:13:17 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Feb  1 02:20:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ed5e4e

www-apps/wordpress: remove vulnerable wrt sec bug #605408

Package-Manager: portage-2.3.3

 www-apps/wordpress/Manifest   |  5 ---
 www-apps/wordpress/wordpress-4.4.2.ebuild | 56 ---
 www-apps/wordpress/wordpress-4.5.3.ebuild | 56 ---
 www-apps/wordpress/wordpress-4.6.1.ebuild | 56 ---
 www-apps/wordpress/wordpress-4.7.1.ebuild | 56 ---
 www-apps/wordpress/wordpress-4.7.ebuild   | 56 ---
 6 files changed, 285 deletions(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index dac8c37..0efe053 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,6 +1 @@
-DIST wordpress-4.4.2.tar.gz 7099520 SHA256 
c8a74c0f7cfc0d19989d235759e70cebd90f42aa0513bd9bc344230b0f79e08b SHA512 
dfced463ece13f266c15e1b45d8e7882e58ce9cd3b7146c81a4671bc51c58998ae318bd6e45b1f7bc657e2d49d7d39f971d814998e074375129c8dff7cfcac63
 WHIRLPOOL 
c74b1b6d303bbdb3c66c432838e12528f06c124475c3258ccbc6472143e4a9cf56bda4293d7556564eb878d0f701f0853f46f3be7a37b9a2eb035bc08815e6d4
-DIST wordpress-4.5.3.tar.gz 7773389 SHA256 
fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c SHA512 
e6add76d61cc8f43947c6626d48ff8dcda38738138b576c0b7974c2d01a601fd9a99d6fb7cfc50a0ea50ac3165624fda46656f8bed0fd2540006b9fa069d64ae
 WHIRLPOOL 
e00939f2759ee7ce4280b0ca2a205dbc43b71ebf90afd0b047004c47580a497284e3047f53fecb7f20fbcda680b8828f17e119154ba7fe21fe103b45512c1c2a
-DIST wordpress-4.6.1.tar.gz 7961036 SHA256 
873f562cdea14d6305b9ad2f41f18a557d99cd8694b4a0056a33970e127abfee SHA512 
303c8fe8ec877baf7380677dc22505062613dfc33c03f8858f7c6b9ce7a5825ba00a13395730fa554da9d2b3ccab8c3441e40fbc29fee45f7da44f46aa400981
 WHIRLPOOL 
7c00560e064c475bf35aa8bd39c24bca59e1e83176b2b4780e6c45374c28aca47ee3e5fd70f9bab6d5aac113599eb84bd5d9c180b6adaf6d19c15e2226c0
-DIST wordpress-4.7.1.tar.gz 7998661 SHA256 
171252eed21e31becb5d52fa3d3ef7ba2b41f0fedd1a412afc5ad937da5317f6 SHA512 
ccb2d36e0192ceeb02e4391a3bd6fb100558c3013c1e10a91465c9b7d83e294a51c35ee60637f01838131e2a3c99266320fe0e90d51979c566a53fffed19dc4c
 WHIRLPOOL 
d3ddde15f0a114f7566c345ddab76b8166ea52b3cdafe0815e962e171c801207f549a5e224da08b0077c637a85d841cb4abef386b1c7a2cdf23263a2a91ffb35
 DIST wordpress-4.7.2.tar.gz 7997959 SHA256 
6c376183f5d7ffad024712cb140fa3d1b621a97e3961e3206a8cff40b7e9ed44 SHA512 
610a820cf2eea39a60100515f68e95a7194a4e20df9c8158111b1978d5bc7c606dd2b7adf2f4019e9108a136e12eb2db7ae5ed75681cec23ffb901f8cc7fb83a
 WHIRLPOOL 
237824a99058243e11b097829475d573a0d1c1218bbb497a984495a3503d57a5dd75acb03cf7d966ef74e404c1c3e3d3ca7f68ce8b69e3365714ad81d7caff8c
-DIST wordpress-4.7.tar.gz 7993186 SHA256 
7eae27ff70716dae2d2ba58280f2832fd70a208c9cdaf29ab36ac789c14d6977 SHA512 
5bbdce5215dc5debc57e00376a94c9035f63d64d20aeb947e973a4dbe1803d262aa85ce27118ddbb3fadaf956ec90974bc76654149102a88c4b1e867740db4ca
 WHIRLPOOL 
f536e908e30050fd0ec86ee98c4ba333ea1539de901083e28a36a723c91b64ffcf53d1375d3005bbfc52736668c2bd7178d7a7797760ad4807271564573d9248

diff --git a/www-apps/wordpress/wordpress-4.4.2.ebuild 
b/www-apps/wordpress/wordpress-4.4.2.ebuild
deleted file mode 100644
index 3f425a5..
--- a/www-apps/wordpress/wordpress-4.4.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
-HOMEPAGE="https://wordpress.org/;
-SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="virtual/httpd-php
-   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
-
-S=${WORKDIR}/${PN}
-
-need_httpd_cgi
-
-IUSE="+akismet examples +themes vhosts"
-
-src_install() {
-   webapp_src_preinst
-
-   dohtml readme.html
-   rm readme.html license.txt || die
-
-   if ! use akismet ; then
-   rm -R wp-content/plugins/akismet/ || die
-   fi
-   if ! use examples ; then
-   rm wp-content/plugins/hello.php || die
-   fi
-   if ! use themes ; then
-   rm -R wp-content/themes/*/ || die
-   fi
-
-   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
-   webapp_serverowned "${MY_HTDOCSDIR}"
-
-   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-  

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

2017-01-31 Thread Michael Orlitzky
commit: a6e57c16ad5dfe8a25e759601406cff1210dbf04
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Feb  1 00:35:13 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  1 02:15:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e57c16

profiles: update the comment for the app-admin/amazon-ec2-init mask.

Gentoo-Bug: 603346
Gentoo-Bug: 604998

 profiles/package.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 01accb6..d78929f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -378,8 +378,9 @@ dev-lang/python:3.6
 app-office/openproj-bin
 
 # Michael Orlitzky  (07 Jan 2017)
-# Places unauthenticated HTTP data into root's SSH authorized_keys
-# file. Nope. Masked for removal in 30 days. Bug 603346.
+# This package has some dangerous quality and security issues, but
+# people may still find it useful. It is masked to prevent accidental
+# use. See bugs 603346 and 604998 for more information.
 app-admin/amazon-ec2-init
 
 # Mart Raudsepp  (07 Jan 2017)



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

2017-01-31 Thread Mart Raudsepp
commit: c392a02d8b5290a32e43bf8f01112eb5edd37d5e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb  1 01:06:39 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb  1 01:06:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c392a02d

profiles: unmask USE=systemd on arm64

 profiles/arch/arm64/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 8a50d73..b17e850 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -4,6 +4,10 @@
 # doomsday ebuild is not available on this architecture
 doomsday
 
+# Mart Raudsepp  (01 Feb 2017)
+# Unmask systemd since it is keyworded here.
+-systemd
+
 # Mart Raudsepp  (28 Jan 2017)
 # dev-libs/wayland not tested on arm64 yet
 wayland



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

2017-01-31 Thread Andreas Sturmlechner
commit: aae4cdcce938a3cf2130019b47f032568f6eaeb1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 31 19:34:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  1 00:29:29 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aae4cdcc

kde-frameworks/kemoticons: Add missing DEPEND

Upstream commit fcda4b09ce65d68b2d7cf77ef6485e06bb542111

Package-Manager: portage-2.3.3

 kde-frameworks/kemoticons/kemoticons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-.ebuild 
b/kde-frameworks/kemoticons/kemoticons-.ebuild
index 6659820..bf8e332 100644
--- a/kde-frameworks/kemoticons/kemoticons-.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-.ebuild
@@ -17,6 +17,7 @@ RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kservice)
+   $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtxml)
 "



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

2017-01-31 Thread William Hubbs
commit: 85c1930acf15b0c9d3c5537fb2b0409c6a11c982
Author: William Pitcock  dereferenced  org>
AuthorDate: Tue Jan 31 20:48:59 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Jan 31 23:27:13 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=85c1930a

test/setup_env: ensure that eval_ecolors is available on the path.

The test environment previously used the system default paths instead of 
installing the necessary $PATH environment
variable to make finding eval_ecolors work.
This closes #117.

X-Gentoo-Bug: 374191.
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=374191.

 test/setup_env.sh | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/setup_env.sh b/test/setup_env.sh
index ffbd027..881984f 100755
--- a/test/setup_env.sh
+++ b/test/setup_env.sh
@@ -9,6 +9,10 @@ srcdir=${srcdir:-.}
 top_builddir=${top_builddir:-${top_srcdir}}
 builddir=${builddir:-${srcdir}}
 
+LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH}
+PATH=${top_builddir}/src/rc:${PATH}
+export LD_LIBRARY_PATH PATH
+
 if [ ! -f ${top_srcdir}/sh/functions.sh ] ; then
echo "functions.sh not yet created !?" 1>&2
exit 1
@@ -17,7 +21,3 @@ elif ! . ${top_srcdir}/sh/functions.sh; then
exit 1
 fi
 
-LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH}
-PATH=${top_builddir}/src/rc:${PATH}
-export LD_LIBRARY_PATH PATH
-



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

2017-01-31 Thread Patrick McLean
commit: af6ecbcad3f14044a32a6d4b4b9ddf6970b04fa1
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 31 23:21:49 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 31 23:21:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6ecbca

app-admin/salt: Clean out older versions

Gentoo-Bug: 607824

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/salt/Manifest  |   3 -
 app-admin/salt/salt-2015.8.12.ebuild | 140 --
 app-admin/salt/salt-2016.11.0.ebuild | 144 ---
 app-admin/salt/salt-2016.3.4.ebuild  | 143 --
 4 files changed, 430 deletions(-)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 8f2baee..7aa4c14 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -1,7 +1,4 @@
 DIST salt-2015.5.10.tar.gz 5693422 SHA256 
863a96e70f8521af35fe11b10d25b3205a0bfbba9a8aee02e2842aa7106496fd SHA512 
78a4cbe5c771208e957360689a25ae4e44566987e07e7fda54e6db9028485eacc6ad016c65c981090f9b5d95331e46048a094aecc27703b3956c06ab6ebad95d
 WHIRLPOOL 
805b48df07707d85d8338251f26c72164a5421731fc11f5c933b72af97348a2f11ee35889f72ec032acbea275e98575d35786b56fd84a7917f8fdbc30567ae86
-DIST salt-2015.8.12.tar.gz 7033938 SHA256 
712f72b30a9555ea46a51bc677e05ffa2eefaeefa6b48d4f7ae45dbcb1073c69 SHA512 
8ce940a413c740bd82c6c96103d48b376a47cb8161a5d72ece3f4bf6b39134bd722787a427249726dc137064d032fa913c7f6c6db22d0808ba1a829d4f25e9ec
 WHIRLPOOL 
723660eac1346c3ba29b88c7db1a4485a194aebbdf33ea6dc411c420059767a3feb5c863941d772b504cede4a78a57e3ce696601872d21d29f4def373db697d4
 DIST salt-2015.8.13.tar.gz 7036243 SHA256 
cca82c9a4f267692660b098c1f76e54ab6a24131391893719bde0eb3a1ed2959 SHA512 
ec8626f7360542bfeea90fc3d6fd9d9d015da4c2a6adf9957c22501ed9531b0a44d2cbc4853c41856b4cd46c142d2441884ec99700f3c0a5310cc428f9f1ec2a
 WHIRLPOOL 
c21f3bdc5fd674ea664c7e8fd58ef6685328a6ee3679850f3e9a085b1e604e1224a3323b906b47075fb8dd39f373583fb549e7b0f3f725d44928bcf716955a10
-DIST salt-2016.11.0.tar.gz 9044879 SHA256 
b516285926ee95cedc64ecddab05d14422b7c8819c9f6d046a431c41d608e6bc SHA512 
0cddebe9fda1f7d08aa7ee5d4e49e182c67e7bc179136da30d20c991bc10d7299034198f6721b89eda2604480aa2cfe6960f37fadde4d72adf166a065a9f6443
 WHIRLPOOL 
595ab7c7e50cafdfc7d69a1e24964a88092e93416dc23b295e1ab59f1ce3ae8fa10b24c4e9fe45c1d2d8557290aceae66f93d3da81a1f1be62c98e537cb8ad6a
 DIST salt-2016.11.2.tar.gz 9114042 SHA256 
f5c3d3cf4293d5b80a93790c76dec61421991c9c54222abd7327b3437ad13a43 SHA512 
0dbc861424643af664edd2d9cb8bcbde7e9bcf7c1d202a5e844af83c21dc2d75fd7034db27dffc58dc2a6e47cfe2ea2c42e2a9af867c7ca78f93166eb4fd03ad
 WHIRLPOOL 
e1757de32d41e356a423ca347f59fdce05b574bb7bd9dbeffd34e7f6e90e8f0a2afb48ac209736fa6b7da86525c85e7ac5c7539dde621c533fa1e5b3475c5392
-DIST salt-2016.3.4.tar.gz 8354090 SHA256 
5d4c822719d7fb2d79b0103cd9b015d251300890f8aa174e16b73fcfd6eb22f9 SHA512 
ca17c5607d23d09e95fb4b6afbcf1b4f0be6bab47ff3eee883c1464e13b5271b71f0e7bedfa8afe05f32bf3a0a6f4050a91afb9285b52aa0f3da6105221397e0
 WHIRLPOOL 
95347b1f8447e8701074727430ef0a232e92aa9e961451c445890552c6d9533569e470dfa4864f673c6c3b3eccb16ec9c3615cfcab6d29e74756861afe43fcac
 DIST salt-2016.3.5.tar.gz 8405980 SHA256 
fec215dfdec33ca6826453e5437656f9ed5e4a121ef3db6341f91f799cd3e751 SHA512 
ca9ae85f8174aa55fefeaef70d65981d581f25f14f219f437ad4dc0db08e5944f356564c92aee46e796547db38312efedc8db5080576d578982f963a742635e6
 WHIRLPOOL 
72b504dd669adf4ffc6818083f40b07b78914c8f168ab496d628a3f5cd136d7c4266906007e095aff4c18e123dfcf03391f577fb09b841eb71bc30ea6a46de07

diff --git a/app-admin/salt/salt-2015.8.12.ebuild 
b/app-admin/salt/salt-2015.8.12.ebuild
deleted file mode 100644
index 052b772..
--- a/app-admin/salt/salt-2015.8.12.ebuild
+++ /dev/null
@@ -1,140 +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 systemd distutils-r1
-
-DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
-   EGIT_BRANCH="develop"
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~x86 ~amd64"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql neutron 
nova"
-IUSE+=" openssl portage profile redis selinux test timelib raet +zeromq 
vim-syntax"
-
-RDEPEND="sys-apps/pciutils
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/markupsafe[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
-   

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

2017-01-31 Thread Patrick McLean
commit: c2c2e58b596a22f0100dda08e9163ad7a09780c4
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 31 20:04:25 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 31 23:19:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c2e58b

app-admin/salt: Security version bump to 2015.8.13

Gentoo-Bug: 607824

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/salt/Manifest|   1 +
 .../salt-2015.8.13-failing-gateway-tests.patch |  69 ++
 app-admin/salt/salt-2015.8.13.ebuild   | 141 +
 3 files changed, 211 insertions(+)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 589341d..a68766a 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -1,4 +1,5 @@
 DIST salt-2015.5.10.tar.gz 5693422 SHA256 
863a96e70f8521af35fe11b10d25b3205a0bfbba9a8aee02e2842aa7106496fd SHA512 
78a4cbe5c771208e957360689a25ae4e44566987e07e7fda54e6db9028485eacc6ad016c65c981090f9b5d95331e46048a094aecc27703b3956c06ab6ebad95d
 WHIRLPOOL 
805b48df07707d85d8338251f26c72164a5421731fc11f5c933b72af97348a2f11ee35889f72ec032acbea275e98575d35786b56fd84a7917f8fdbc30567ae86
 DIST salt-2015.8.12.tar.gz 7033938 SHA256 
712f72b30a9555ea46a51bc677e05ffa2eefaeefa6b48d4f7ae45dbcb1073c69 SHA512 
8ce940a413c740bd82c6c96103d48b376a47cb8161a5d72ece3f4bf6b39134bd722787a427249726dc137064d032fa913c7f6c6db22d0808ba1a829d4f25e9ec
 WHIRLPOOL 
723660eac1346c3ba29b88c7db1a4485a194aebbdf33ea6dc411c420059767a3feb5c863941d772b504cede4a78a57e3ce696601872d21d29f4def373db697d4
+DIST salt-2015.8.13.tar.gz 7036243 SHA256 
cca82c9a4f267692660b098c1f76e54ab6a24131391893719bde0eb3a1ed2959 SHA512 
ec8626f7360542bfeea90fc3d6fd9d9d015da4c2a6adf9957c22501ed9531b0a44d2cbc4853c41856b4cd46c142d2441884ec99700f3c0a5310cc428f9f1ec2a
 WHIRLPOOL 
c21f3bdc5fd674ea664c7e8fd58ef6685328a6ee3679850f3e9a085b1e604e1224a3323b906b47075fb8dd39f373583fb549e7b0f3f725d44928bcf716955a10
 DIST salt-2016.11.0.tar.gz 9044879 SHA256 
b516285926ee95cedc64ecddab05d14422b7c8819c9f6d046a431c41d608e6bc SHA512 
0cddebe9fda1f7d08aa7ee5d4e49e182c67e7bc179136da30d20c991bc10d7299034198f6721b89eda2604480aa2cfe6960f37fadde4d72adf166a065a9f6443
 WHIRLPOOL 
595ab7c7e50cafdfc7d69a1e24964a88092e93416dc23b295e1ab59f1ce3ae8fa10b24c4e9fe45c1d2d8557290aceae66f93d3da81a1f1be62c98e537cb8ad6a
 DIST salt-2016.3.4.tar.gz 8354090 SHA256 
5d4c822719d7fb2d79b0103cd9b015d251300890f8aa174e16b73fcfd6eb22f9 SHA512 
ca17c5607d23d09e95fb4b6afbcf1b4f0be6bab47ff3eee883c1464e13b5271b71f0e7bedfa8afe05f32bf3a0a6f4050a91afb9285b52aa0f3da6105221397e0
 WHIRLPOOL 
95347b1f8447e8701074727430ef0a232e92aa9e961451c445890552c6d9533569e470dfa4864f673c6c3b3eccb16ec9c3615cfcab6d29e74756861afe43fcac

diff --git a/app-admin/salt/files/salt-2015.8.13-failing-gateway-tests.patch 
b/app-admin/salt/files/salt-2015.8.13-failing-gateway-tests.patch
new file mode 100644
index ..7d8512b
--- /dev/null
+++ b/app-admin/salt/files/salt-2015.8.13-failing-gateway-tests.patch
@@ -0,0 +1,69 @@
+diff --git a/tests/unit/states/boto_vpc_test.py 
b/tests/unit/states/boto_vpc_test.py
+index 53b6a24e4d..96b5630627 100644
+--- a/tests/unit/states/boto_vpc_test.py
 b/tests/unit/states/boto_vpc_test.py
+@@ -179,16 +179,6 @@ class BotoVpcResourceTestCaseMixin(BotoVpcTestCaseMixin):
+ self.assertTrue(exists)
+ 
+ @mock_ec2
+-def test_present_when_resource_exists(self):
+-vpc = self._create_vpc(name='test')
+-resource = self._create_resource(vpc_id=vpc.id, name='test')
+-with patch.dict('salt.utils.boto.__salt__', funcs):
+-resource_present_result = 
salt_states['boto_vpc.{0}_present'.format(self.resource_type)](
+-name='test', vpc_name='test', **self.extra_kwargs)
+-self.assertTrue(resource_present_result['result'])
+-self.assertEqual(resource_present_result['changes'], {})
+-
+-@mock_ec2
+ @skipIf(True, 'Disabled pending 
https://github.com/spulec/moto/issues/493')
+ def test_present_with_failure(self):
+ vpc = self._create_vpc(name='test')
+@@ -210,18 +200,6 @@ class BotoVpcResourceTestCaseMixin(BotoVpcTestCaseMixin):
+ self.assertEqual(resource_absent_result['changes'], {})
+ 
+ @mock_ec2
+-def test_absent_when_resource_exists(self):
+-vpc = self._create_vpc(name='test')
+-self._create_resource(vpc_id=vpc.id, name='test')
+-
+-with patch.dict('salt.utils.boto.__salt__', funcs):
+-resource_absent_result = 
salt_states['boto_vpc.{0}_absent'.format(self.resource_type)]('test')
+-self.assertTrue(resource_absent_result['result'])
+-
self.assertEqual(resource_absent_result['changes']['new'][self.resource_type], 
None)
+-exists = funcs['boto_vpc.resource_exists'](self.resource_type, 
'test').get('exists')
+-self.assertFalse(exists)
+-
+-@mock_ec2
+ @skipIf(True, 'Disabled pending 

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

2017-01-31 Thread Patrick McLean
commit: 5a5db48979af4cb94edfd978d9aceffe40a3172c
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 31 20:15:56 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 31 23:19:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5db489

app-admin/salt: Security version bump to 2016.3.5

Gentoo-Bug: 607824

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/salt/Manifest |   1 +
 app-admin/salt/files/salt-2016.3.5-tmpdir.patch |  47 
 app-admin/salt/salt-2016.3.5.ebuild | 143 
 3 files changed, 191 insertions(+)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index a68766a..9005b58 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -3,3 +3,4 @@ DIST salt-2015.8.12.tar.gz 7033938 SHA256 
712f72b30a9555ea46a51bc677e05ffa2eefae
 DIST salt-2015.8.13.tar.gz 7036243 SHA256 
cca82c9a4f267692660b098c1f76e54ab6a24131391893719bde0eb3a1ed2959 SHA512 
ec8626f7360542bfeea90fc3d6fd9d9d015da4c2a6adf9957c22501ed9531b0a44d2cbc4853c41856b4cd46c142d2441884ec99700f3c0a5310cc428f9f1ec2a
 WHIRLPOOL 
c21f3bdc5fd674ea664c7e8fd58ef6685328a6ee3679850f3e9a085b1e604e1224a3323b906b47075fb8dd39f373583fb549e7b0f3f725d44928bcf716955a10
 DIST salt-2016.11.0.tar.gz 9044879 SHA256 
b516285926ee95cedc64ecddab05d14422b7c8819c9f6d046a431c41d608e6bc SHA512 
0cddebe9fda1f7d08aa7ee5d4e49e182c67e7bc179136da30d20c991bc10d7299034198f6721b89eda2604480aa2cfe6960f37fadde4d72adf166a065a9f6443
 WHIRLPOOL 
595ab7c7e50cafdfc7d69a1e24964a88092e93416dc23b295e1ab59f1ce3ae8fa10b24c4e9fe45c1d2d8557290aceae66f93d3da81a1f1be62c98e537cb8ad6a
 DIST salt-2016.3.4.tar.gz 8354090 SHA256 
5d4c822719d7fb2d79b0103cd9b015d251300890f8aa174e16b73fcfd6eb22f9 SHA512 
ca17c5607d23d09e95fb4b6afbcf1b4f0be6bab47ff3eee883c1464e13b5271b71f0e7bedfa8afe05f32bf3a0a6f4050a91afb9285b52aa0f3da6105221397e0
 WHIRLPOOL 
95347b1f8447e8701074727430ef0a232e92aa9e961451c445890552c6d9533569e470dfa4864f673c6c3b3eccb16ec9c3615cfcab6d29e74756861afe43fcac
+DIST salt-2016.3.5.tar.gz 8405980 SHA256 
fec215dfdec33ca6826453e5437656f9ed5e4a121ef3db6341f91f799cd3e751 SHA512 
ca9ae85f8174aa55fefeaef70d65981d581f25f14f219f437ad4dc0db08e5944f356564c92aee46e796547db38312efedc8db5080576d578982f963a742635e6
 WHIRLPOOL 
72b504dd669adf4ffc6818083f40b07b78914c8f168ab496d628a3f5cd136d7c4266906007e095aff4c18e123dfcf03391f577fb09b841eb71bc30ea6a46de07

diff --git a/app-admin/salt/files/salt-2016.3.5-tmpdir.patch 
b/app-admin/salt/files/salt-2016.3.5-tmpdir.patch
new file mode 100644
index ..dce4f09
--- /dev/null
+++ b/app-admin/salt/files/salt-2016.3.5-tmpdir.patch
@@ -0,0 +1,47 @@
+diff --git a/tests/unit/modules/qemu_nbd_test.py 
b/tests/unit/modules/qemu_nbd_test.py
+index 615e6b5670..fbd24aab86 100644
+--- a/tests/unit/modules/qemu_nbd_test.py
 b/tests/unit/modules/qemu_nbd_test.py
+@@ -77,6 +77,7 @@ class QemuNbdTestCase(TestCase):
+ Test if it mount the named image via qemu-nbd
+ and return the mounted roots
+ '''
++tmpdir = os.environ.get('TMPDIR', '/tmp')
+ mock = MagicMock(return_value=True)
+ with patch.dict(qemu_nbd.__salt__, {'cmd.run': mock}):
+ self.assertEqual(qemu_nbd.init('/srv/image.qcow2'), '')
+@@ -89,7 +90,7 @@ class QemuNbdTestCase(TestCase):
+  'mount.mount': mock,
+  'cmd.retcode': MagicMock(side_effect=[1, 
0])}):
+ self.assertDictEqual(qemu_nbd.init('/srv/image.qcow2'),
+- {'/tmp/nbd/nbd0/nbd0': '/dev/nbd0'})
++ {os.path.join(tmpdir, 
'nbd/nbd0/nbd0'): '/dev/nbd0'})
+ 
+ # 'clear' function tests: 1
+ 
+diff --git a/tests/unit/states/archive_test.py 
b/tests/unit/states/archive_test.py
+index e699362d8a..c7c7e8a965 100644
+--- a/tests/unit/states/archive_test.py
 b/tests/unit/states/archive_test.py
+@@ -25,7 +25,7 @@ from salt.ext.six.moves import zip  # pylint: 
disable=import-error,redefined-bui
+ 
+ # Globals
+ archive.__salt__ = {}
+-archive.__opts__ = {"cachedir": "/tmp", "test": False}
++archive.__opts__ = {"cachedir": os.environ.get('TMPDIR', "/tmp"), "test": 
False}
+ archive.__env__ = 'test'
+ 
+ 
+diff --git a/tests/unit/utils/context_test.py 
b/tests/unit/utils/context_test.py
+index 5249d56747..a27ee9ab61 100644
+--- a/tests/unit/utils/context_test.py
 b/tests/unit/utils/context_test.py
+@@ -18,7 +18,7 @@ import salt.payload
+ import salt.utils
+ 
+ __context__ = {'a': 'b'}
+-__opts__ = {'cachedir': '/tmp'}
++__opts__ = {'cachedir': os.environ.get('TMPDIR', '/tmp')}
+ 
+ 
+ @skipIf(NO_MOCK, NO_MOCK_REASON)

diff --git a/app-admin/salt/salt-2016.3.5.ebuild 
b/app-admin/salt/salt-2016.3.5.ebuild
new file mode 100644
index ..2589794
--- /dev/null
+++ b/app-admin/salt/salt-2016.3.5.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under 

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

2017-01-31 Thread Patrick McLean
commit: 70131677e5b5fbf9aa3a03b539d1a9a96efaeaca
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 31 23:19:23 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 31 23:19:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70131677

app-admin/salt: Security version bump to 2016.11.2

Gentoo-Bug: 607824

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/salt/Manifest  |   1 +
 app-admin/salt/salt-2016.11.2.ebuild | 147 +++
 2 files changed, 148 insertions(+)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 9005b58..8f2baee 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -2,5 +2,6 @@ DIST salt-2015.5.10.tar.gz 5693422 SHA256 
863a96e70f8521af35fe11b10d25b3205a0bfb
 DIST salt-2015.8.12.tar.gz 7033938 SHA256 
712f72b30a9555ea46a51bc677e05ffa2eefaeefa6b48d4f7ae45dbcb1073c69 SHA512 
8ce940a413c740bd82c6c96103d48b376a47cb8161a5d72ece3f4bf6b39134bd722787a427249726dc137064d032fa913c7f6c6db22d0808ba1a829d4f25e9ec
 WHIRLPOOL 
723660eac1346c3ba29b88c7db1a4485a194aebbdf33ea6dc411c420059767a3feb5c863941d772b504cede4a78a57e3ce696601872d21d29f4def373db697d4
 DIST salt-2015.8.13.tar.gz 7036243 SHA256 
cca82c9a4f267692660b098c1f76e54ab6a24131391893719bde0eb3a1ed2959 SHA512 
ec8626f7360542bfeea90fc3d6fd9d9d015da4c2a6adf9957c22501ed9531b0a44d2cbc4853c41856b4cd46c142d2441884ec99700f3c0a5310cc428f9f1ec2a
 WHIRLPOOL 
c21f3bdc5fd674ea664c7e8fd58ef6685328a6ee3679850f3e9a085b1e604e1224a3323b906b47075fb8dd39f373583fb549e7b0f3f725d44928bcf716955a10
 DIST salt-2016.11.0.tar.gz 9044879 SHA256 
b516285926ee95cedc64ecddab05d14422b7c8819c9f6d046a431c41d608e6bc SHA512 
0cddebe9fda1f7d08aa7ee5d4e49e182c67e7bc179136da30d20c991bc10d7299034198f6721b89eda2604480aa2cfe6960f37fadde4d72adf166a065a9f6443
 WHIRLPOOL 
595ab7c7e50cafdfc7d69a1e24964a88092e93416dc23b295e1ab59f1ce3ae8fa10b24c4e9fe45c1d2d8557290aceae66f93d3da81a1f1be62c98e537cb8ad6a
+DIST salt-2016.11.2.tar.gz 9114042 SHA256 
f5c3d3cf4293d5b80a93790c76dec61421991c9c54222abd7327b3437ad13a43 SHA512 
0dbc861424643af664edd2d9cb8bcbde7e9bcf7c1d202a5e844af83c21dc2d75fd7034db27dffc58dc2a6e47cfe2ea2c42e2a9af867c7ca78f93166eb4fd03ad
 WHIRLPOOL 
e1757de32d41e356a423ca347f59fdce05b574bb7bd9dbeffd34e7f6e90e8f0a2afb48ac209736fa6b7da86525c85e7ac5c7539dde621c533fa1e5b3475c5392
 DIST salt-2016.3.4.tar.gz 8354090 SHA256 
5d4c822719d7fb2d79b0103cd9b015d251300890f8aa174e16b73fcfd6eb22f9 SHA512 
ca17c5607d23d09e95fb4b6afbcf1b4f0be6bab47ff3eee883c1464e13b5271b71f0e7bedfa8afe05f32bf3a0a6f4050a91afb9285b52aa0f3da6105221397e0
 WHIRLPOOL 
95347b1f8447e8701074727430ef0a232e92aa9e961451c445890552c6d9533569e470dfa4864f673c6c3b3eccb16ec9c3615cfcab6d29e74756861afe43fcac
 DIST salt-2016.3.5.tar.gz 8405980 SHA256 
fec215dfdec33ca6826453e5437656f9ed5e4a121ef3db6341f91f799cd3e751 SHA512 
ca9ae85f8174aa55fefeaef70d65981d581f25f14f219f437ad4dc0db08e5944f356564c92aee46e796547db38312efedc8db5080576d578982f963a742635e6
 WHIRLPOOL 
72b504dd669adf4ffc6818083f40b07b78914c8f168ab496d628a3f5cd136d7c4266906007e095aff4c18e123dfcf03391f577fb09b841eb71bc30ea6a46de07

diff --git a/app-admin/salt/salt-2016.11.2.ebuild 
b/app-admin/salt/salt-2016.11.2.ebuild
new file mode 100644
index ..a1f5c2e
--- /dev/null
+++ b/app-admin/salt/salt-2016.11.2.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils systemd distutils-r1
+
+DESCRIPTION="Salt is a remote execution and configuration manager"
+HOMEPAGE="http://saltstack.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+   EGIT_BRANCH="develop"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~x86 ~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql neutron 
nova"
+IUSE+=" openssl portage profile redis selinux test timelib raet +zeromq 
vim-syntax"
+
+RDEPEND="sys-apps/pciutils
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
+   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
+   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
+   libvirt? ( dev-python/libvirt-python[${PYTHON_USEDEP}] )
+   openssl? (
+   dev-libs/openssl:*[-bindist]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   )
+   raet? (
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/stressapptest/files/, dev-util/stressapptest/

2017-01-31 Thread Mike Frysinger
commit: 69f40e8e4bb1c2eecf3941d825a5bff76a551803
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 31 23:16:31 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 31 23:18:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f40e8e

dev-util/stressapptest: drop old <1.0.7 versions

 dev-util/stressapptest/Manifest|   2 -
 .../files/stressapptest-1.0.4-cpuid-pic.patch  |  43 
 .../files/stressapptest-1.0.6-autotools.patch  | 145 -
 .../files/stressapptest-1.0.6-channel-hash.patch   | 226 -
 .../files/stressapptest-1.0.6-misc-fixes.patch |  75 ---
 .../files/stressapptest-1.0.6-pthread-test.patch   | 136 -
 dev-util/stressapptest/stressapptest-1.0.4.ebuild  |  35 
 .../stressapptest/stressapptest-1.0.6-r1.ebuild|  33 ---
 .../stressapptest/stressapptest-1.0.6-r2.ebuild|  34 
 dev-util/stressapptest/stressapptest-1.0.6.ebuild  |  32 ---
 10 files changed, 761 deletions(-)

diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest
index be0b0ff..723d621 100644
--- a/dev-util/stressapptest/Manifest
+++ b/dev-util/stressapptest/Manifest
@@ -1,3 +1 @@
-DIST stressapptest-1.0.4_autoconf.tar.gz 200370 SHA256 
c8c83419e800504682506e10800763759f3f339b2158bae1329bb145ff981b65 SHA512 
bcc81057361c9ae09562106398f1a3d6b5a0a41e4bf4e7b61ca8f05144a4295e642136dd5441ad1950b5c2785476593ad30d03052e4fe9e9f4071aabd33b123f
 WHIRLPOOL 
fe8befb6f76c33c4b2d525064c47e3b9c69a1352b6a0eb502c06ca3b12143aa7a3127e9b944ab1c871937345978ddc6598f1dbe2f3fb7cd3dc6dd65b4563b537
-DIST stressapptest-1.0.6_autoconf.tar.gz 208918 SHA256 
31b04bbd964431668977a89aee44b241cb54a5e84c3abf6132507545b286cdd9 SHA512 
92a1258cc67f49de55f3cc1fa4e3fa627ed77aa033790f8af2b5d006799ff1aeef5b8e35dbeb52c777f9b4dad08ab6e4dfe445bc05e977c0f7c4a15c0cf46331
 WHIRLPOOL 
7e916e74e87ef935894c134ea867a077bc761b1959c3b2063b6b5ee5b2bae473d56a7e19423eb8d6c0be0a4f6dab29bad7c20eb5f2d68cee66210a6da2306921
 DIST stressapptest-1.0.7_p1.tar.xz 165876 SHA256 
39183d4dd79ae37e7ad480a4b9254ff52bcc926e853e954df492b51db3ee3b04 SHA512 
ac3c072eae6f13ba6608d2cee1ee33b5d27b078dbbcb9e7ae1e59507d4571e36a06dd0e19e4a1b705c916104e06be39aa93ebe607fe93d5669e8764c68904fc9
 WHIRLPOOL 
374a8c86dc2742187c001580ec335b72822f0ac44ba2694bdabf6991765126fedca8928862db56c827f24e9e11c5f7f8b6654d0e04a94ba5a4a284f608f28bf1

diff --git a/dev-util/stressapptest/files/stressapptest-1.0.4-cpuid-pic.patch 
b/dev-util/stressapptest/files/stressapptest-1.0.4-cpuid-pic.patch
deleted file mode 100644
index 740349b..
--- a/dev-util/stressapptest/files/stressapptest-1.0.4-cpuid-pic.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-http://code.google.com/p/stressapptest/issues/detail?id=26
-
 a/src/os.cc
-+++ b/src/os.cc
-@@ -149,7 +149,16 @@ void OsLayer::GetFeatures() {
-   // http://www.sandpile.org/ia32/cpuid.htm
-   int ax, bx, cx, dx;
-   __asm__ __volatile__ (
--  "cpuid": "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) : "a" (1));
-+# if defined(STRESSAPPTEST_CPU_I686) && defined(__PIC__)
-+  "xchg %%ebx, %%esi;"
-+  "cpuid;"
-+  "xchg %%esi, %%ebx;"
-+  : "=S" (bx),
-+# else
-+  "cpuid;"
-+  : "=b" (bx),
-+# endif
-+"=a" (ax), "=c" (cx), "=d" (dx) : "a" (1));
-   has_clflush_ = (dx >> 19) & 1;
-   has_sse2_ = (dx >> 26) & 1;
- 
 a/src/worker.cc
-+++ b/src/worker.cc
-@@ -85,7 +85,17 @@ namespace {
-   inline int apicid(void) {
- int cpu;
- #if defined(STRESSAPPTEST_CPU_X86_64) || defined(STRESSAPPTEST_CPU_I686)
--__asm __volatile("cpuid" : "=b" (cpu) : "a" (1) : "cx", "dx");
-+__asm__ __volatile__ (
-+# if defined(STRESSAPPTEST_CPU_I686) && defined(__PIC__)
-+"xchg %%ebx, %%esi;"
-+"cpuid;"
-+"xchg %%esi, %%ebx;"
-+: "=S" (cpu)
-+# else
-+"cpuid;"
-+: "=b" (cpu)
-+# endif
-+: "a" (1) : "cx", "dx");
- #elif defined(STRESSAPPTEST_CPU_ARMV7A)
-   #warning "Unsupported CPU type ARMV7A: unable to determine core ID."
- cpu = 0;

diff --git a/dev-util/stressapptest/files/stressapptest-1.0.6-autotools.patch 
b/dev-util/stressapptest/files/stressapptest-1.0.6-autotools.patch
deleted file mode 100644
index 01f7cb0..
--- a/dev-util/stressapptest/files/stressapptest-1.0.6-autotools.patch
+++ /dev/null
@@ -1,145 +0,0 @@
-From fdc52203836f7fd54e1bff84e11d26838a8f21bc Mon Sep 17 00:00:00 2001
-From: "nick.j.sand...@gmail.com"
- 
-Date: Tue, 11 Feb 2014 08:53:31 +
-Subject: [PATCH] Fix autoconf bugs
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-* Correctly use autoconf host rather than target.
-* Use autoconf host_os.
-* Warn rather than error on unknown configs.
-* Add --disable-default-optimizations to avoid forced flags.
-* Fix manfile install
-
-
-git-svn-id: http://stressapptest.googlecode.com/svn/trunk@42 

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

2017-01-31 Thread Mike Frysinger
commit: 8c2a6c26aa3f4902ea1b86a0fac9b1d27d51874d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 31 23:17:51 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 31 23:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2a6c26

dev-util/stressapptest: version bump to 1.0.8

 dev-util/stressapptest/Manifest   |  1 +
 dev-util/stressapptest/stressapptest-1.0.8.ebuild | 24 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest
index 723d621..5eec31e 100644
--- a/dev-util/stressapptest/Manifest
+++ b/dev-util/stressapptest/Manifest
@@ -1 +1,2 @@
 DIST stressapptest-1.0.7_p1.tar.xz 165876 SHA256 
39183d4dd79ae37e7ad480a4b9254ff52bcc926e853e954df492b51db3ee3b04 SHA512 
ac3c072eae6f13ba6608d2cee1ee33b5d27b078dbbcb9e7ae1e59507d4571e36a06dd0e19e4a1b705c916104e06be39aa93ebe607fe93d5669e8764c68904fc9
 WHIRLPOOL 
374a8c86dc2742187c001580ec335b72822f0ac44ba2694bdabf6991765126fedca8928862db56c827f24e9e11c5f7f8b6654d0e04a94ba5a4a284f608f28bf1
+DIST stressapptest-1.0.8.tar.gz 218485 SHA256 
b0432f39055166156ed04eb234f3c226b17a42f802a3f81d76ee999838e205df SHA512 
b5fde353d15958052219c3e505a22aa914e03a7fe96c3a0ac5025a4c730643f6fbdd5088a7cc0dd4618d4998151e2374507845110af8f2cdb43ccd4c87d48916
 WHIRLPOOL 
9a71c958b4b929623daf908b436f4d252b8b2234e2fa20286b36c7a3d8471d84ffbfd4da8b3b2b7d97f5a70a658e323a6b2ee6328e779a67e7277a29caed03ce

diff --git a/dev-util/stressapptest/stressapptest-1.0.8.ebuild 
b/dev-util/stressapptest/stressapptest-1.0.8.ebuild
new file mode 100644
index ..927f546
--- /dev/null
+++ b/dev-util/stressapptest/stressapptest-1.0.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit flag-o-matic
+
+DESCRIPTION="Stressful Application Test"
+HOMEPAGE="https://github.com/stressapptest/stressapptest;
+SRC_URI="https://github.com/stressapptest/stressapptest/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+IUSE="debug"
+
+RDEPEND="dev-libs/libaio"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   # Matches the configure & sat.cc logic.
+   use debug || append-cppflags -DNDEBUG -DCHECKOPTS
+   econf --disable-default-optimizations
+}



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

2017-01-31 Thread Jeroen Roovers
commit: cc1ec7ae67e11752146364a8be2119d290c5735b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 22:48:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 22:48:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1ec7ae

dev-db/mariadb: Stable for PPC64 (bug #606258).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-db/mariadb/mariadb-10.0.29.ebuild 
b/dev-db/mariadb/mariadb-10.0.29.ebuild
index 0ba3bd9..362af59 100644
--- a/dev-db/mariadb/mariadb-10.0.29.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.29.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="server? ( tokudb? ( jemalloc ) ) static? ( !pam ) jdbc? ( 
extraengine server !static )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 
 MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 PATCHES=(



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

2017-01-31 Thread Matthias Maier
commit: 3d4e7d289aa383b32b93c5eb8a76f51fb1b07a6c
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan 31 22:32:09 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan 31 22:35:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4e7d28

profiles: mask app-crypt/cryptkeeper for removal

Dead upstream (no development since 2010) [1,2], outstanding security
issue with newer encfs versions [3], oustanding Gentoo bugs [4,5].
Mask for removal in 30 days.

[1] https://github.com/tomm/cryptkeeper/commits/master
[2] https://github.com/tomm/cryptkeeper/issues/
[3] https://bugs.gentoo.org/show_bug.cgi?id=607772
[4] https://bugs.gentoo.org/show_bug.cgi?id=448360
[5] https://bugs.gentoo.org/show_bug.cgi?id=596832

 profiles/package.mask | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7e03c4c..01accb6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,17 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthias Maier  (31 Jan 2017)
+# Dead upstream (no development since 2010) [1,2], outstanding security
+# issue with newer encfs versions [3], oustanding Gentoo bugs [4,5].
+# Mask for removal in 30 days.
+# [1] https://github.com/tomm/cryptkeeper/commits/master
+# [2] https://github.com/tomm/cryptkeeper/issues/
+# [3] https://bugs.gentoo.org/show_bug.cgi?id=607772
+# [4] https://bugs.gentoo.org/show_bug.cgi?id=448360
+# [5] https://bugs.gentoo.org/show_bug.cgi?id=596832
+app-crypt/cryptkeeper
+
 # Mike Gilbert  (31 Jan 2017)
 # Depends on old version of dev-python/pyparsing.
 # Removal in 30 days.



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

2017-01-31 Thread Jeroen Roovers
commit: e00a1166070bec8e860c3c083b2051aece46e7c0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 22:31:19 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 22:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00a1166

dev-util/cmake: Stable for HPPA (bug #607220).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

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



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

2017-01-31 Thread Zac Medico
commit: e69a2cfda7bcc849d53cbb335c282ae94e2851b4
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan 31 21:57:08 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan 31 21:58:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69a2cfd

app-emulation/rkt: version bump to 1.23.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/rkt/Manifest  |   2 +
 app-emulation/rkt/rkt-1.23.0.ebuild | 257 
 2 files changed, 259 insertions(+)

diff --git a/app-emulation/rkt/Manifest b/app-emulation/rkt/Manifest
index 00cd107..8ee84d0 100644
--- a/app-emulation/rkt/Manifest
+++ b/app-emulation/rkt/Manifest
@@ -1,7 +1,9 @@
 DIST kvmtool-1cd6f516264ad2ad83fad3dc1264d6ff4bcd17b2.tar.gz 244571 SHA256 
c72c0e3463a8f0cfe2cdaa8b8e7951f4eb7293c486e44f84b9e421073dbf5ab9 SHA512 
13db2bf2ff794f34c2a825c9b1862c85b0f470c81e3d91177979302f921e3970b8dfaeaf54602005fba8903bba52e43b6e8d67edaa0ee8de82002db7b396c3a0
 WHIRLPOOL 
0904a5783ac27befb207a5fa0030baede68ae589b69abf012ec733ff2e6d9f77b7198273c22fa7404b2c78bcc9ae40abc39d002519700666ba1e54c6550525b2
 DIST linux-4.8.6.tar.xz 91969848 SHA256 
74744e00420856cfc8049fa3b3a55e57a116994226a498ef56801bc9492df36b SHA512 
235acc394ce347d4131e86f6ff3f3fa9d552bf227c2483c25da7de99f3dc8fd20c4a04db0c8d59cdfa4fa9d98a5b102a5734f7b7704df6648c6efa5e8a7515ea
 WHIRLPOOL 
cb27d5654f7351ff32d057501c594f9b6e15fefe78c588b9e9cfedd88fbdb807ba7cfc1e238444d94f3d46168d6edc1bbb8e3966c2ca0f46c668dd4e9d60a01f
+DIST linux-4.9.2.tar.xz 93189108 SHA256 
8dda9aedd17ae0bf1e06ebb4b79082f83fb3ade45cbcc3ca4c30bf3faf085738 SHA512 
85adf3715cba4a457efea8359ebed34413ac63ee58fe920c5713501dec1e727e167416e9d67a9e2d9430aa9f3a53ad0ac26a4f749984bc5a3f3c37ac504f75de
 WHIRLPOOL 
74df775ab092a6be6684243d4c0d557c0ce27907c7e8ed97be54a45901e8f507deab1d5e72c35092884836f3fe446f838342ec0b53a3aa1c884489caadaf6a62
 DIST qemu-2.7.0.tar.bz2 26867760 SHA256 
326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53 SHA512 
654acaa7b3724a288e5d7e2a26ab780d9c9ed9f647fba00a906cbaffbe9d58fd666f2d962514aa2c5b391b4c53811ac3170d2eb51727f090bd19dfe45ca9a9db
 WHIRLPOOL 
dcb3e5f7da89dd8e14d636d7ebd476e076e0043880bb9ea3fb1c03cb4bcd4e5c7d3c4719da26c3ce521e3a3db5ae671e86f198ac1bc3474e774d75504fef8b8d
 DIST rkt-1.21.0.tar.gz 3334473 SHA256 
63eed8da954c24c1f9010e7513ee6ac21ffeaf63a648f9d5a0f9e9d3eb92fde5 SHA512 
2723aab1aadbe7be0f7ce9c7f4e000c76d8c34d167b1157a08de7fb2248e4b73a7fc765ead557db495bab803f5d5c8d09e1d9441301396e18fa49b21a8c4c7ae
 WHIRLPOOL 
11b28be68dd246ddafb5455becc64ea1b185d1128747dc51103ab692c34cd9157423164c4847be9e9a39338cb5ad6e2db3e588545378179b51a0ce58a1be1935
 DIST rkt-1.22.0.tar.gz 3338862 SHA256 
49fda935e0ec628889b0c6ba22277354dbf9b89b4c09429c10800a562bbf1b7c SHA512 
2aa6c15a0994e1ba427b05694f6fa12446e2f336ff51593fc6d4776f77d0b798203a0ab97f4c12ada1226c934b4e1866d9a5545f48ae1938e79d696d236ad8c7
 WHIRLPOOL 
98c8761e47379a02b536b760f327dc65dabd3594d30fdc792326044fc0e825401cc49abf0b5ab6ce6d4bc6072f0008466da4f3d2a12cdad16908e8549c0fa88e
+DIST rkt-1.23.0.tar.gz 3350060 SHA256 
5cb10a0646e5cc8dccbd099c40bc6b11264591b30fa8e4113bc9e392feffcb2b SHA512 
9673f70b385a4e5c61c037783071507e69097f0d0163b3d449ca129bcdc858bc177d38c6551dc9f8b2f074345b4698863bbe62bf4d6c83f5df515406011ddce3
 WHIRLPOOL 
7d2e7b20205e6e00992091bd3898094b27e75f9e4716c73a0a31df2747cb77c49b11678db478ed7414cf12eef8c3463afded0e2d2a0b93effb9cce0edbed799a
 DIST rkt-pxe-1235.0.0.img 243713684 SHA256 
988e4ad8e044dd8bff54cb5e0a34a1ed25cf7bc8cc241f1a90e3fe7f1412f315 SHA512 
b19821c63b7b53a1aad3b6e279189f9ceed1f5db1a691d12a70eb7340cceb4c3fd4f7f61a913d9482aec5ce28740b9ee777f86a1ce54f597f50341d701372542
 WHIRLPOOL 
f3905ce3a2a55a027197a2d11ca541323fdfd560d186b4a2c39a8f45e19811067d5de4fbd3656935b12787e1dec79d118d7a01d52a8ef7abd0dad4f38a222b1c
 DIST systemd-231.tar.gz 4381464 SHA256 
899733ad6c157cedbb89aec4efe3bc824dcfd65a1d6f6bebc7b043f7924e39b4 SHA512 
199fa33a0494d1d15f7fe3c796fe14913ad386766571d4d3fbb1cb1c446e04f6d06a965213be4c594a7183e810fc2fd4804fe14f64f21b0a1278b717889811c6
 WHIRLPOOL 
7779291e9fb9873cb1773b8583cf6d4b7dec837363ea89c4a73c1e397a76752b66f8b57d8fc4d9cef768cc1855b5e325ad88a8a69eb5380aa924e0a6dead41b1

diff --git a/app-emulation/rkt/rkt-1.23.0.ebuild 
b/app-emulation/rkt/rkt-1.23.0.ebuild
new file mode 100644
index ..6cb2d50
--- /dev/null
+++ b/app-emulation/rkt/rkt-1.23.0.ebuild
@@ -0,0 +1,257 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1 autotools flag-o-matic systemd toolchain-funcs user
+
+KEYWORDS="~amd64"
+
+PXE_VERSION="1235.0.0"
+PXE_SYSTEMD_VERSION="v231"
+KVM_LINUX_VERSION="4.9.2"
+KVMTOOL_VERSION="1cd6f516264ad2ad83fad3dc1264d6ff4bcd17b2"
+QEMU_VERSION="v2.7.0"
+PXE_URI="http://alpha.release.core-os.net/amd64-usr/${PXE_VERSION}/coreos_production_pxe_image.cpio.gz;
+PXE_FILE="${PN}-pxe-${PXE_VERSION}.img"
+

[gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/files/, app-backup/amanda/

2017-01-31 Thread Robin H. Johnson
commit: 5c2f58d60024a4237c563044f181dba4800a
Author: Stefan G. Weichinger  oops  co  at>
AuthorDate: Fri Jan 13 17:17:09 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jan 31 21:57:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2f58db

app-backup/amanda: version bump to 3.4.2, EAPI6 switch

(cherry picked from commit ed64d25637d041ff6116f3ccaf7a9656e282a9a7)
Fixes: https://github.com/gentoo/gentoo/pull/3507
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-backup/amanda/Manifest |   2 +
 app-backup/amanda/amanda-3.4.1.ebuild  | 483 +
 app-backup/amanda/amanda-3.4.2.ebuild  | 480 
 .../amanda/files/amanda-3.4.1-labelstr.patch   | 164 +++
 app-backup/amanda/files/amanda-3.4.1-slots.patch   |  16 +
 5 files changed, 1145 insertions(+)

diff --git a/app-backup/amanda/Manifest b/app-backup/amanda/Manifest
index ec3355b..8427d0c 100644
--- a/app-backup/amanda/Manifest
+++ b/app-backup/amanda/Manifest
@@ -2,3 +2,5 @@ DIST amanda-3.3.3.tar.gz 4394935 SHA256 
c36c9cd61dc62a7824abb7ba74cc4b09527bd82a
 DIST amanda-3.3.5.tar.gz 4530463 SHA256 
17d14cdc64e5b98270a2ad6c1b58a5e317ab2fe0d518a4212f82f7e3d13d231b SHA512 
bef1f5271939e804387424924e6423537efa3ac1a722fe68f3afd77677e5974d8325f1a32a2a22d510344ee3d7b8f480a969611388fcb632c0f3cd640315f812
 WHIRLPOOL 
5ba8c2734cbd3a7e771b9fc7f9561596e5cda3dce1ea60b7192893fcca401e1c5da6154dcac18084ce6ef5ccacdf4899a65e255424f1bbbdafc219e8405669e4
 DIST amanda-3.3.7.tar.gz 4618547 SHA256 
cd1534c7d9c5b97afcb52b189f05fb158972fadb2cf46249847ae8bc5ad8a78a SHA512 
33066a34f5da5a37f4e8b18a365c2e5ae9cd9105a1ed05f74df95d03937bddee25167960e3daf519d3cf04b1580d9e617e48ba1a695fe683823a27ec298582f4
 WHIRLPOOL 
21c1c70d04bf8f503158d3facdf4dd479ae26d69bcbc89a9ee2812cc97667cc0c9109a7357971c0d43620cd949ea195c1affb23b754afa81438a56aad247e15d
 DIST amanda-3.3.9.tar.gz 4673301 SHA256 
2520b95ca96f1d521d582b7c94bd631486e7029eda1de8e1887d74b323549a41 SHA512 
345670a20cff335453e8dcbf457d1fcdb9f266e4a03d729c2b1ba762f4fac323de4a87713d0fd54c11ca244a08dc97fb8c641625f7fa81cb241b3c17748b1b7e
 WHIRLPOOL 
e149ab7dbc30cf3585e41d9fb338dd96ab4dd440e31723be51b8ccc9e5841f8dda31d3b89418474e31c7c2498f40177c646f03713c256a4d9341152e2ce2c8e4
+DIST amanda-3.4.1.tar.gz 5338575 SHA256 
1f69e9bdae774ac2394297dd9d7f98ccbce44ca9199317ada764ca173909d2ac SHA512 
245bf334e36fe8b4361d9fc27ea7e7ef5bd2ecec74719caa16cc94d1ebb3abbef058e28d9afd85851654aaae0984531593a35c079d1ba4aed0fc5177e907ec16
 WHIRLPOOL 
b9608456f28fb35137276f16ec24d79ae397a44450b42ec4fa28256763798dee623ab560ba0db147ff41d2abc57810e2318ae64741ea0a054a8ff853f4ad9c59
+DIST amanda-3.4.2.tar.gz 5353734 SHA256 
175c6a2ef57fe480ddeeefc920a93c8d1cde4111eec76d76e088101a53eeafac SHA512 
dea44ffa5eb30318336395ccbd582df2f83da9a4cf91def2834a2e65b2e0f36cafc1911f6b73c3afb63be256484a78b006bdeb1db5b3ecf87dc59d34754987fd
 WHIRLPOOL 
af08e2b7b42cead569b69edfa264c1439d21d455e36ba5d346a74631e037773f20cd0563c6cdf95eeea0ee0e1e45328e553a5490ef4c66545acc1a3bd85570d0

diff --git a/app-backup/amanda/amanda-3.4.1.ebuild 
b/app-backup/amanda/amanda-3.4.1.ebuild
new file mode 100644
index ..824612f
--- /dev/null
+++ b/app-backup/amanda/amanda-3.4.1.ebuild
@@ -0,0 +1,483 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools perl-module user systemd
+
+DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver"
+HOMEPAGE="http://www.amanda.org/;
+SRC_URI="mirror://sourceforge/amanda/${P}.tar.gz"
+
+LICENSE="HPND BSD BSD-2 GPL-2+ GPL-3+"
+SLOT="0"
+IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+RDEPEND="sys-libs/readline:=
+   virtual/awk
+   app-arch/tar
+   dev-lang/perl:=
+   app-arch/dump
+   net-misc/openssh
+   >=dev-libs/glib-2.26.0
+   dev-perl/JSON
+   dev-perl/Encode-Locale
+   nls? ( virtual/libintl )
+   s3? ( >=net-misc/curl-7.10.0 )
+   !s3? ( curl? ( >=net-misc/curl-7.10.0 ) )
+   samba? ( net-fs/samba:= )
+   kerberos? ( app-crypt/mit-krb5 )
+   xfs? ( sys-fs/xfsdump )
+   !minimal? (
+   dev-perl/XML-Simple
+   virtual/mailx
+   app-arch/mt-st:=
+   sys-block/mtx
+   gnuplot? ( sci-visualization/gnuplot )
+   app-crypt/aespipe
+   app-crypt/gnupg
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   >=app-text/docbook-xsl-stylesheets-1.72.0
+   app-text/docbook-xml-dtd
+   dev-libs/libxslt
+   dev-lang/swig
+   "
+
+MYFILESDIR="${T}/files"
+ENVDIR="/etc/env.d"
+ENVDFILE="97amanda"
+TMPENVFILE="${T}/${ENVDFILE}"
+
+# This is a complete list of Amanda settings that the ebuild takes from the
+# build environment. This allows users to 

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

2017-01-31 Thread Johannes Huber
commit: a382471545a2bbf4b48b49184807df313251bda9
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 21:49:50 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 21:49:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3824715

media-libs/libcuefile: Remove 477 (r0)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/libcuefile/libcuefile-477.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/media-libs/libcuefile/libcuefile-477.ebuild 
b/media-libs/libcuefile/libcuefile-477.ebuild
deleted file mode 100644
index 74b08fe..
--- a/media-libs/libcuefile/libcuefile-477.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit cmake-utils
-
-# svn export http://svn.musepack.net/libcuefile/trunk libcuefile-${PV}
-# tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV}
-
-DESCRIPTION="Cue File library from Musepack"
-HOMEPAGE="http://www.musepack.net/;
-SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE=""
-
-src_install() {
-   cmake-utils_src_install
-   insinto /usr/include
-   doins -r include/cuetools
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-projectm/

2017-01-31 Thread Johannes Huber
commit: dd235a552192d9591f530b2277ff1a300cec65c2
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 21:30:20 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 21:30:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd235a55

media-plugins/libvisual-projectm: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../libvisual-projectm-2.1.0-r1.ebuild | 31 ++
 1 file changed, 31 insertions(+)

diff --git 
a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild 
b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild
new file mode 100644
index ..a9bb221
--- /dev/null
+++ b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_P=projectM-complete-${PV}-Source
+
+DESCRIPTION="A libvisual graphical music visualization plugin similar to 
milkdrop"
+HOMEPAGE="http://projectm.sourceforge.net;
+SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   >=media-libs/libprojectm-2.1.0
+   media-libs/libsdl
+   =media-libs/libvisual-0.4*
+   virtual/opengl
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}/src/projectM-libvisual/
+
+DOCS=( AUTHORS ChangeLog )



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

2017-01-31 Thread Alexis Ballier
commit: 992dca8a98c6518e4366143d16fce3250c207048
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 31 21:17:14 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 31 21:17:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992dca8a

net-p2p/mldonkey: Put under ml herd.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/mldonkey/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-p2p/mldonkey/metadata.xml b/net-p2p/mldonkey/metadata.xml
index 4510ed8..bd6b0f5 100644
--- a/net-p2p/mldonkey/metadata.xml
+++ b/net-p2p/mldonkey/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+   m...@gentoo.org
+   Gentoo ML Project
+  
   An ocaml client to access the eDonkey 
network.
   
 enable bittorrent support



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

2017-01-31 Thread Alexis Ballier
commit: 372231920a28a3ad271faa6577656ed74bd836be
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 31 21:16:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 31 21:16:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37223192

net-p2p/mldonkey: bump to 3.1.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/mldonkey/Manifest  |   1 +
 net-p2p/mldonkey/mldonkey-3.1.6.ebuild | 173 +
 2 files changed, 174 insertions(+)

diff --git a/net-p2p/mldonkey/Manifest b/net-p2p/mldonkey/Manifest
index 04c00e0..e180679 100644
--- a/net-p2p/mldonkey/Manifest
+++ b/net-p2p/mldonkey/Manifest
@@ -1 +1,2 @@
 DIST mldonkey-3.1.5.tar.bz2 2847382 SHA256 
74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb SHA512 
96e75acf91d7ecc41490f898e06d284da27404c7e567f173936d8113885a3b4b6bc93341358f92a30d3f699eef681d97ce56414a37bb02a535ad2da4d4ad13a3
 WHIRLPOOL 
b9e15809a49cc12e69a6d1188441e9d5603ec76cb7bfe2b2e0bfce3c50abb31296904c842f487076b227f577046ccbd3ceb7cd1a601d3faa6928b1bfde8c780f
+DIST mldonkey-3.1.6.tar.bz2 2886916 SHA256 
1b36b57c05a83c2e363c085bf8e80630884c6c92ecdeffc1ad5e1c39a98e043d SHA512 
d0c7256c7c43934bc132183cfe0c8d85c61a874e295b86ba989f43fd4d9f3672bdf18439a9fefce52c30a6a8df08a5a464dcc21d4bf199d1b502fa344683081a
 WHIRLPOOL 
1d5b6118dbe25fc3aad2cf9d57808cfc4c5466b4bb6b5c590c4541fdd400de0cf7ac55616f224eee763d88e08b03af26d873d9b6bf679808f7b5ade285f4d6d2

diff --git a/net-p2p/mldonkey/mldonkey-3.1.6.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
new file mode 100644
index ..1e90565
--- /dev/null
+++ b/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+WANT_AUTOCONF=2.5
+
+inherit versionator flag-o-matic eutils autotools toolchain-funcs user
+
+IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt"
+
+DESCRIPTION="A multi-network P2P application written in Ocaml, with its own 
Gtk GUI, web and telnet interface"
+HOMEPAGE="http://mldonkey.sourceforge.net/;
+SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-$(replace_all_version_separators
 '-')/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="dev-lang/perl
+   dev-ml/camlp4:=
+   guionly? ( >=gnome-base/librsvg-2.4.0
+   >=dev-ml/lablgtk-2.6 )
+   gtk? ( >=gnome-base/librsvg-2.4.0
+   >=dev-ml/lablgtk-2.6[svg] )
+   gd? ( >=media-libs/gd-2.0.28[truetype] )
+   magic? ( sys-apps/file )"
+
+DEPEND="${RDEPEND}
+   >=dev-lang/ocaml-3.10.2[ocamlopt?]"
+
+MLUSER="p2p"
+
+pkg_setup() {
+   if use gtk; then
+   echo ""
+   einfo "If the compile with gui fails, and you have updated 
Ocaml"
+   einfo "recently, you may have forgotten that you need to run"
+   einfo "/usr/portage/dev-lang/ocaml/files/ocaml-rebuild.sh"
+   einfo "to learn which ebuilds you need to recompile"
+   einfo "each time you update Ocaml to a different version"
+   einfo "see the Ocaml ebuild for details"
+   echo ""
+   fi
+
+   # dev-lang/ocaml creates its own objects but calls gcc for linking, 
which will
+   # results in relocations if gcc wants to create a PIE executable
+   if gcc-specs-pie ; then
+   append-ldflags -nopie
+   ewarn "Ocaml generates its own native asm, you're using a PIE 
compiler"
+   ewarn "We have appended -nopie to ocaml build options"
+   ewarn "because linking an executable with pie while the objects 
are not pic will not work"
+   fi
+}
+
+src_prepare() {
+   cd "${S}"/config
+   eautoconf
+   cd "${S}"
+   use ocamlopt || sed -i -e "s/ocamlopt/idontwantocamlopt/g" 
"${S}/config/configure" || die "failed to disable ocamlopt"
+
+   default
+}
+
+src_configure() {
+   # the dirs are not (yet) used, but it doesn't hurt to specify them 
anyway
+
+   # onlygui   Disable all nets support, build only chosen GUI
+
+   if use gtk || use guionly; then
+   myconf="--enable-gui=newgui2"
+   else
+   myconf="--disable-gui"
+   fi
+
+   if use guionly; then
+   myconf="${myconf} --disable-multinet --disable-donkey"
+   fi
+
+   cd "${S}"
+
+   local my_extra_libs
+   if use gd; then
+   my_extra_libs="-lpng"
+   fi
+
+   econf LIBS="${my_extra_libs}"\
+   --sysconfdir=/etc/mldonkey \
+   --sharedstatedir=/var/mldonkey \
+   --localstatedir=/var/mldonkey \
+   --enable-checks \
+   --disable-batch \
+   $(use_enable bittorrent) \
+   $(use_enable fasttrack) \
+   

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

2017-01-31 Thread Johannes Huber
commit: 5bc090dd2c1217a75bb25b4a407286bb1ed274ab
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 21:07:13 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 21:07:13 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5bc090dd

kde-apps/akonadiconsole: DEPEND on kde-apps/akonadi[tools]

Thanks-to: Eugene Shalygin  gmail.com>
Gentoo-bug: 607834

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/akonadiconsole/akonadiconsole-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadiconsole/akonadiconsole-.ebuild 
b/kde-apps/akonadiconsole/akonadiconsole-.ebuild
index 1678a61..a29b33f 100644
--- a/kde-apps/akonadiconsole/akonadiconsole-.ebuild
+++ b/kde-apps/akonadiconsole/akonadiconsole-.ebuild
@@ -28,7 +28,7 @@ DEPEND="
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi 'tools')
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep calendarsupport)
$(add_kdeapps_dep kcalcore)



[gentoo-commits] proj/portage:master commit in: pym/portage/tests/sync/

2017-01-31 Thread Zac Medico
commit: 0655b4a26e378cf409c9a033514f41c307d01371
Author: Alexandru Elisei  gmail  com>
AuthorDate: Sun Jan 29 18:07:34 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan 31 21:02:50 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0655b4a2

test_sync_local: add test for auto-sync set to 'no'

 pym/portage/tests/sync/test_sync_local.py | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/pym/portage/tests/sync/test_sync_local.py 
b/pym/portage/tests/sync/test_sync_local.py
index bec2e6a..1d38562 100644
--- a/pym/portage/tests/sync/test_sync_local.py
+++ b/pym/portage/tests/sync/test_sync_local.py
@@ -42,7 +42,7 @@ class SyncLocalTestCase(TestCase):
location = %(EPREFIX)s/var/repositories/test_repo
sync-type = %(sync-type)s
sync-uri = 
file:/%(EPREFIX)s/var/repositories/test_repo_sync
-   auto-sync = yes
+   auto-sync = %(auto-sync)s
%(repo_extra_keys)s
""")
 
@@ -87,9 +87,11 @@ class SyncLocalTestCase(TestCase):
committer_name = "Gentoo Dev"
committer_email = "gentoo-...@gentoo.org"
 
-   def repos_set_conf(sync_type, dflt_keys=None, xtra_keys=None):
+   def repos_set_conf(sync_type, dflt_keys=None, xtra_keys=None,
+   auto_sync="yes"):
env["PORTAGE_REPOSITORIES"] = repos_conf % {\
"EPREFIX": eprefix, "sync-type": sync_type,
+   "auto-sync": auto_sync,
"default_keys": "" if dflt_keys is None else 
dflt_keys,
"repo_extra_keys": "" if xtra_keys is None else 
xtra_keys}
 
@@ -100,6 +102,12 @@ class SyncLocalTestCase(TestCase):
os.unlink(os.path.join(metadata_dir, 'timestamp.chk'))
 
sync_cmds = (
+   (homedir, lambda: repos_set_conf("rsync", 
auto_sync="no")),
+   (homedir, cmds["emerge"] + ("--sync",)),
+   (homedir, lambda: self.assertFalse(os.path.exists(
+   os.path.join(repo.location, "dev-libs", "A")
+   ), "dev-libs/A found, expected missing")),
+   (homedir, lambda: repos_set_conf("rsync", 
auto_sync="yes")),
(homedir, cmds["emerge"] + ("--sync",)),
(homedir, lambda: self.assertTrue(os.path.exists(
os.path.join(repo.location, "dev-libs", "A")



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

2017-01-31 Thread Johannes Huber
commit: b7ba7738916481f5ea302a789c7ad00c77fbba3d
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 20:56:03 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 20:56:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ba7738

media-libs/phonon-qt7: Fix metadata indentation

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/phonon-qt7/metadata.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/phonon-qt7/metadata.xml 
b/media-libs/phonon-qt7/metadata.xml
index 50e72dd..465cd64 100644
--- a/media-libs/phonon-qt7/metadata.xml
+++ b/media-libs/phonon-qt7/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-
-   pre...@gentoo.org
-   Gentoo Prefix
-
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   pre...@gentoo.org
+   Gentoo Prefix
+   
 



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

2017-01-31 Thread Johannes Huber
commit: f9cf485be79a8c6bb15abf81eaaa912a5e410d78
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 20:54:42 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 20:54:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cf485b

media-libs/phonon-qt7: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild 
b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
index f3474c8..14e2819 100644
--- a/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
+++ b/media-libs/phonon-qt7/phonon-qt7-0_pre20110424.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit cmake-utils base
+inherit cmake-utils
 
 DESCRIPTION="Phonon QuickTime7 backend"
 HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-quicktime;
@@ -35,7 +35,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   base_src_prepare  # for PATCHES
+   cmake-utils_src_prepare  # for PATCHES
sed -i -e "/^include_directories/s:): ${EPREFIX}/usr/include):" \
CMakeLists.txt || die
 }



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

2017-01-31 Thread Johannes Huber
commit: f26bbe245366ede3c1ef3b9ce3b3ab7697f5996a
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 20:34:38 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 20:34:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26bbe24

dev-util/cmake-fedora: Remove 1.3.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/cmake-fedora/Manifest  |  1 -
 dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-util/cmake-fedora/Manifest b/dev-util/cmake-fedora/Manifest
index 93459c7..366b1f6 100644
--- a/dev-util/cmake-fedora/Manifest
+++ b/dev-util/cmake-fedora/Manifest
@@ -1,2 +1 @@
-DIST cmake-fedora-1.3.0-Source.tar.gz 81956 SHA256 
be46be6031f5f41fbc322a4e5acbe76565f037cff6dc311339f8b5bcf73e3e48 SHA512 
0c6ff168d365500079ba4c3d153a6a10cb2f3ea7d1164bda44aec8c022410905be77d347f29929403cc939d23b961768f75d3051707154510c8c810130c8857e
 WHIRLPOOL 
9746fb980fb64afdf8187de304903275b4d55e95a01712f7d80eb9e47592b4f7074af593900a1f782ad536690df7fb3956ab5fb0c22b26fdf015041a259d8b07
 DIST cmake-fedora-2.7.1-Source.tar.gz 127053 SHA256 
f8e5fe60268b44033b8f982dbaf43e860a860b4f303798fa5a5051f4ae28f6c1 SHA512 
1f264a3527c4938916de91d2b8ce10c58fa222c992820d6ea5c5e850a190476900a4cdb18f7efc0680222d220efb5e56c8102a9f034385e15b5f88f9a25601cf
 WHIRLPOOL 
4c684bf1aae82a5486ddb044d86ed15c5b242fd99246b2e43d0550d0dc7a8f2016683329a26352377cd5ccec4dd1afb3f50b6f9de5eca912f027d1d78bc70f25

diff --git a/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild 
b/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild
deleted file mode 100644
index f3deccb..
--- a/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Provides cmake helper macros and targets for linux, especially 
fedora developers"
-HOMEPAGE="https://fedorahosted.org/cmake-fedora/#Getcmake-fedora;
-SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${P}-Source.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${P}-Source
-CMAKE_IN_SOURCE_BUILD=1



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

2017-01-31 Thread Marc Schiffbauer
commit: 37a31d21ac910e9dc191c04d18280daa1f03c5e2
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Jan 31 20:33:07 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Jan 31 20:33:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a31d21

dev-util/cmdtest: add missing dep, fixes #607804

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/cmdtest/cmdtest-0.27.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/cmdtest/cmdtest-0.27.ebuild 
b/dev-util/cmdtest/cmdtest-0.27.ebuild
index 654312b..d393a78 100644
--- a/dev-util/cmdtest/cmdtest-0.27.ebuild
+++ b/dev-util/cmdtest/cmdtest-0.27.ebuild
@@ -14,11 +14,12 @@ 
SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
${PYTHON_DEPS}
dev-python/cliapp[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
dev-python/ttystatus[${PYTHON_USEDEP}]
 "
 



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

2017-01-31 Thread Andreas Sturmlechner
commit: d2b1c4a0f987de3ddc6c6cd15412e2eb5347c4b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 31 20:23:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 31 20:32:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b1c4a0

app-text/libmwaw: 0.3.10 version bump

Package-Manager: portage-2.3.3

 app-text/libmwaw/Manifest   | 1 +
 app-text/libmwaw/{libmwaw-.ebuild => libmwaw-0.3.10.ebuild} | 4 ++--
 app-text/libmwaw/libmwaw-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index fdf6791..c3a77d2 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1,3 @@
+DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 
b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 
5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5
 WHIRLPOOL 
7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158
 DIST libmwaw-0.3.9.tar.xz 1226044 SHA256 
f7fca4d31510e52cda94f1272147f385e372448c0aaef16f07a5e8b3ceb5b2a0 SHA512 
41ed9adbe4d73f0554629394f33b20c11ead86b1922af37451fa8c7179d55d61b09da72d676fb0ce123818675450048a87b9f4d67ad2e8070269724bd2cd0051
 WHIRLPOOL 
88eac9a04707249ebb874504b2012786b2b21f1e2fd42f07d3a809bef343b6a1ad5cb3ffebb484c2da52bc47ff3050f98d8e64dacabe8caca1e7a5e75b4f8d90

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.10.ebuild
similarity index 90%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.10.ebuild
index a1f58dc..c0503c2 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index a1f58dc..c0503c2 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86-fbsd/, profiles/arch/x86/, ...

2017-01-31 Thread Alexis Ballier
commit: 13b2fd0162c62480408969b34cffb802999b3c73
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 31 20:28:05 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 31 20:28:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b2fd01

profiles: mask media-video/ffmpeg[nvenc] and unmask it on arches where 
nvidia-drivers are available. Bug #574786.

 profiles/arch/amd64-fbsd/package.use.mask | 4 
 profiles/arch/amd64/package.use.mask  | 4 
 profiles/arch/x86-fbsd/package.use.mask   | 4 
 profiles/arch/x86/package.use.mask| 4 
 profiles/base/package.use.mask| 4 
 5 files changed, 20 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index 4b25e2a..9a60b6b 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alexis Ballier  (31 Jan 2017)
+# nvidia drivers are unmasked here
+media-video/ffmpeg -nvenc
+
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index d11825c..bf985e6 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Alexis Ballier  (31 Jan 2017)
+# nvidia drivers are unmasked here
+media-video/ffmpeg -nvenc
+
 # Ilya Tumaykin  (19 Jan 2017)
 # Requires yet unavailable >=media-video/ffmpeg-3.3.
 >=media-video/mpv-0.23.0 cuda

diff --git a/profiles/arch/x86-fbsd/package.use.mask 
b/profiles/arch/x86-fbsd/package.use.mask
index 8369e8b..13d4356 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alexis Ballier  (31 Jan 2017)
+# nvidia drivers are unmasked here
+media-video/ffmpeg -nvenc
+
 # Michael Palimaka  (21 Jun 2016)
 # Requires unkeyworded media-sound/jack-audio-connection-kit & 
media-video/movit
 media-libs/mlt jack opengl

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index e889408..17260e9 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -4,6 +4,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Alexis Ballier  (31 Jan 2017)
+# nvidia drivers are unmasked here
+media-video/ffmpeg -nvenc
+
 # Luca Barbato  (22 Jan 2017)
 # cuda is not available on x86 nvidia-video-codec depends on it
 media-video/libav nvidia

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b1597ee..390c6f6 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Alexis Ballier  (31 Jan 2017)
+# nvenc requires nvidia drivers, apply same mask logic
+media-video/ffmpeg nvenc
+
 # Thomas Deutschmann  (30 Jan 2017)
 # media-libs/raspberrypi-userland not keyworded
 media-video/motion mmal



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

2017-01-31 Thread Zac Medico
commit: 208465ad6ffa7681935ccb0b26ffa36d7229d25e
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan 31 20:23:30 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan 31 20:23:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208465ad

dev-db/etcd: remove old versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/etcd/Manifest   |  2 --
 dev-db/etcd/etcd-3.0.12.ebuild | 61 --
 dev-db/etcd/etcd-3.0.15.ebuild | 61 --
 3 files changed, 124 deletions(-)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 48ad071..838f156 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,5 +1,3 @@
 DIST etcd-2.3.7.tar.gz 2209051 SHA256 
aa3a6340bb08d072d1d2ecfbe3c1e02235251760d031a2b699ee1710510ee883 SHA512 
a551287ebf6e881e2c6a56a7e75c273d125ed2b4b3ea58533e4481bc12ca21167de02820aaa1f4775b81385e96e65f882e97121920be02d72abe82f43652daf9
 WHIRLPOOL 
e01bf51978b9287e9e662f8689630d80eb79aace43fe0c81f1898718ccec1a0a93e53543c3df001dfc12dac2a3844f5a4fe2de28d97654b671648ad93681185a
-DIST etcd-3.0.12.tar.gz 2214038 SHA256 
d8de5045056814bee623b219102eca17ab573da977562164b261a7e1198fa31b SHA512 
ff64cd55fe6fde486600a2438a2c0e4b5161d52e52936d762e3b69006e607809343a7c3f4dd3e28143a93b3fc8a1a9ad9610cbff5659e3d70e2766192e28c5a9
 WHIRLPOOL 
d9d76cfadb20b7c2db75290d46fc93a7b8830e0d8f12b2fe0404c0c50b78c3bfe6c993edc28702c2eb3526281eb647680de149b2357b06dbbc50d4c44ec7
-DIST etcd-3.0.15.tar.gz 2216552 SHA256 
c21871f7e1454b1698ff29601a296f4b09365fac25bea45c0af21542d486c307 SHA512 
a60f0d36332903133ac4bac0161f5caed8f13afd992e26a8ff98728f6659cf8dcddc4bd77f9df95b695b57f484e993c0da9efe7e4ec420d6c6059334e8829bb6
 WHIRLPOOL 
ab148e2f7218a35ece6305cd173cc201a488663a4419b51fc732f6d562f2a7bc745eedc18475f2497a2ebfdff3523e6199f628dab6679a11bc86110be41e3aaf
 DIST etcd-3.0.17.tar.gz 2208002 SHA256 
c56c68a8cd5d120a51432f3a79a2c19082a6824493e4bb08c4e440aefbf73d8f SHA512 
6eb6a61210f225b6fe7e911ad135e5014f80f71a04adccc3f382ca7b5e1b1b692b12dde26335ecac176cb8b8f4586732cb6e650b32730ec68ef7fbcbba7ab160
 WHIRLPOOL 
102dc47d120a1f4173b67168e5e51f64025da280ca41161131a6bd2ef9521605ef19e03166848f6c32862a3adbfc0a026f547dc7764018e85f6ac28f89c8d256
 DIST etcd-3.1.0.tar.gz 2516872 SHA256 
62ecb70a470b45436814e2882d36742a4035e1d62e6634450e71ca0ed951919b SHA512 
b377ac492dd842a0f24d2816cd37bb40e692289efbbab63ab54e1b31e7999f26c6c0f2887249f5fd775266919a614699e561ecfc82c8a687d2cf1b25fdb7478f
 WHIRLPOOL 
b47a81ea597617a4eab6ee29d51b964f942b8dc324063e6633e2818320ce3b19e1907975a28ca3186cc112553b4e8580c210ad4854945484dcc26f359d0c60e6

diff --git a/dev-db/etcd/etcd-3.0.12.ebuild b/dev-db/etcd/etcd-3.0.12.ebuild
deleted file mode 100644
index d9ee28f..
--- a/dev-db/etcd/etcd-3.0.12.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 user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN=github.com/coreos/etcd/...
-DESCRIPTION="A highly-available key value store for shared configuration and 
service discovery"
-HOMEPAGE="https://${EGO_PN%/*}/;
-SRC_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc"
-DEPEND=">=dev-lang/go-1.6:="
-RDEPEND="!dev-db/etcdctl"
-
-src_prepare() {
-   eapply_user
-   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
-   -i "${S}"/src/${EGO_PN%/*}/build || die
-}
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-}
-
-src_compile() {
-   export GOPATH=${S}
-   cd "${S}"/src/${EGO_PN%/*} || die
-   ./build || die
-}
-
-src_install() {
-   cd "${S}"/src/${EGO_PN%/*} || die
-   insinto /etc/${PN}
-   doins "${FILESDIR}/${PN}.conf"
-   dobin bin/*
-   dodoc README.md
-   use doc && dodoc -r Documentation
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-   dodir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 755 /var/lib/${PN}
-   dodir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-   fperms 755 /var/log/${PN}
-}
-
-src_test() {
-   cd "${S}"/src/${EGO_PN%/*} || die
-   ./test || die
-}

diff --git a/dev-db/etcd/etcd-3.0.15.ebuild b/dev-db/etcd/etcd-3.0.15.ebuild
deleted file mode 100644
index 5350015..
--- a/dev-db/etcd/etcd-3.0.15.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 user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN=github.com/coreos/etcd

[gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/, sci-libs/clapack/files/

2017-01-31 Thread Johannes Huber
commit: afc99f9524accd18a522c3ff47a40472a79d25b6
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 31 20:22:11 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 20:22:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc99f95

sci-libs/clapack: Remove 3.2.1-r6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-libs/clapack/clapack-3.2.1-r6.ebuild   | 41 --
 .../clapack/files/clapack-3.2.1-findblas-r6.patch  | 50 --
 2 files changed, 91 deletions(-)

diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild 
b/sci-libs/clapack/clapack-3.2.1-r6.ebuild
deleted file mode 100644
index 57fb494..
--- a/sci-libs/clapack/clapack-3.2.1-r6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit flag-o-matic cmake-utils
-
-DESCRIPTION="f2c'ed version of LAPACK"
-HOMEPAGE="http://www.netlib.org/clapack/;
-SRC_URI="http://www.netlib.org/${PN}/${P}-CMAKE.tgz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/libf2c-20090407-r1
-   virtual/blas"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-CMAKE
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix_include_file.patch"
-   "${FILESDIR}/${P}-noblasf2c.patch"
-   "${FILESDIR}/${P}-hang.patch"
-   "${FILESDIR}/${P}-findblas-r6.patch"
-)
-
-# bug 433806
-RESTRICT="test"
-
-src_configure() {
-   filter-flags -ftree-vectorize
-   # causes an internal compiler error with gcc-4.6.2
-
-   local mycmakeargs=( $(cmake-utils_use_enable test TESTS) )
-   cmake-utils_src_configure
-}

diff --git a/sci-libs/clapack/files/clapack-3.2.1-findblas-r6.patch 
b/sci-libs/clapack/files/clapack-3.2.1-findblas-r6.patch
deleted file mode 100644
index 028dec6..
--- a/sci-libs/clapack/files/clapack-3.2.1-findblas-r6.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff -ruN clapack-3.2.1-CMAKE.1.allexfb/CMakeLists.txt 
clapack-3.2.1-CMAKE/CMakeLists.txt
 clapack-3.2.1-CMAKE.1.allexfb/CMakeLists.txt   2011-06-19 
22:13:27.0 +0200
-+++ clapack-3.2.1-CMAKE/CMakeLists.txt 2011-06-19 22:23:14.0 +0200
-@@ -30,6 +30,29 @@
- 
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
- 
-+if(BLAS_LIBRARIES)
-+  include(CheckFortranFunctionExists)
-+  set(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES})
-+  CHECK_FORTRAN_FUNCTION_EXISTS("dgemm" BLAS_FOUND)
-+  unset( CMAKE_REQUIRED_LIBRARIES )
-+  if(BLAS_FOUND)
-+message(STATUS "--> BLAS supplied by user is WORKING, will use 
${BLAS_LIBRARIES}.")
-+  else(BLAS_FOUND)
-+message(ERROR "--> BLAS supplied by user is not WORKING, CANNOT USE 
${BLAS_LIBRARIES}.")
-+message(ERROR "--> Will use REFERENCE BLAS (by default)")
-+message(ERROR "--> Or Correct your BLAS_LIBRARIES entry ")
-+message(ERROR "--> Or Consider checking USE_OPTIMIZED_BLAS")
-+  endif(BLAS_FOUND)
-+else(BLAS_LIBRARIES)
-+   # User did not provide a BLAS Library
-+   find_package(PkgConfig)
-+   pkg_check_modules(BLAS blas)
-+endif (BLAS_LIBRARIES)
-+
-+if(NOT BLAS_FOUND)
-+message(FATAL_ERROR "--> BLAS libraries needed but not found.")
-+endif(NOT BLAS_FOUND)
-+
- add_subdirectory(SRC)
- 
- if(ENABLE_TESTS)
-@@ -44,4 +67,3 @@
-   ${CLAPACK_BINARY_DIR}/clapack-config-version.cmake @ONLY)
- configure_file(${CLAPACK_SOURCE_DIR}/clapack-config.cmake.in
-   ${CLAPACK_BINARY_DIR}/clapack-config.cmake @ONLY)
--
-diff -ruN clapack-3.2.1-CMAKE.1.allexfb/SRC/CMakeLists.txt 
clapack-3.2.1-CMAKE/SRC/CMakeLists.txt
 clapack-3.2.1-CMAKE.1.allexfb/SRC/CMakeLists.txt   2011-06-19 
22:13:44.0 +0200
-+++ clapack-3.2.1-CMAKE/SRC/CMakeLists.txt 2011-06-19 22:15:04.0 
+0200
-@@ -380,7 +380,7 @@
- endif()
- 
- add_library(clapack SHARED ${ALLOBJ} ${ALLXOBJ})
--target_link_libraries(clapack blas f2c m)
-+target_link_libraries(clapack ${BLAS_LIBRARIES} f2c m)
- set_target_properties(clapack PROPERTIES SOVERSION "${CLAPACK_VERSION}")
- 
- install(



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

2017-01-31 Thread Zac Medico
commit: e90671807d05145db870522e8ea4feb7c21ac717
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan 31 20:20:43 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan 31 20:21:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9067180

dev-db/etcd: version bump to 3.0.17

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/etcd/Manifest   |  1 +
 dev-db/etcd/etcd-3.0.17.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index c751d12..48ad071 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,4 +1,5 @@
 DIST etcd-2.3.7.tar.gz 2209051 SHA256 
aa3a6340bb08d072d1d2ecfbe3c1e02235251760d031a2b699ee1710510ee883 SHA512 
a551287ebf6e881e2c6a56a7e75c273d125ed2b4b3ea58533e4481bc12ca21167de02820aaa1f4775b81385e96e65f882e97121920be02d72abe82f43652daf9
 WHIRLPOOL 
e01bf51978b9287e9e662f8689630d80eb79aace43fe0c81f1898718ccec1a0a93e53543c3df001dfc12dac2a3844f5a4fe2de28d97654b671648ad93681185a
 DIST etcd-3.0.12.tar.gz 2214038 SHA256 
d8de5045056814bee623b219102eca17ab573da977562164b261a7e1198fa31b SHA512 
ff64cd55fe6fde486600a2438a2c0e4b5161d52e52936d762e3b69006e607809343a7c3f4dd3e28143a93b3fc8a1a9ad9610cbff5659e3d70e2766192e28c5a9
 WHIRLPOOL 
d9d76cfadb20b7c2db75290d46fc93a7b8830e0d8f12b2fe0404c0c50b78c3bfe6c993edc28702c2eb3526281eb647680de149b2357b06dbbc50d4c44ec7
 DIST etcd-3.0.15.tar.gz 2216552 SHA256 
c21871f7e1454b1698ff29601a296f4b09365fac25bea45c0af21542d486c307 SHA512 
a60f0d36332903133ac4bac0161f5caed8f13afd992e26a8ff98728f6659cf8dcddc4bd77f9df95b695b57f484e993c0da9efe7e4ec420d6c6059334e8829bb6
 WHIRLPOOL 
ab148e2f7218a35ece6305cd173cc201a488663a4419b51fc732f6d562f2a7bc745eedc18475f2497a2ebfdff3523e6199f628dab6679a11bc86110be41e3aaf
+DIST etcd-3.0.17.tar.gz 2208002 SHA256 
c56c68a8cd5d120a51432f3a79a2c19082a6824493e4bb08c4e440aefbf73d8f SHA512 
6eb6a61210f225b6fe7e911ad135e5014f80f71a04adccc3f382ca7b5e1b1b692b12dde26335ecac176cb8b8f4586732cb6e650b32730ec68ef7fbcbba7ab160
 WHIRLPOOL 
102dc47d120a1f4173b67168e5e51f64025da280ca41161131a6bd2ef9521605ef19e03166848f6c32862a3adbfc0a026f547dc7764018e85f6ac28f89c8d256
 DIST etcd-3.1.0.tar.gz 2516872 SHA256 
62ecb70a470b45436814e2882d36742a4035e1d62e6634450e71ca0ed951919b SHA512 
b377ac492dd842a0f24d2816cd37bb40e692289efbbab63ab54e1b31e7999f26c6c0f2887249f5fd775266919a614699e561ecfc82c8a687d2cf1b25fdb7478f
 WHIRLPOOL 
b47a81ea597617a4eab6ee29d51b964f942b8dc324063e6633e2818320ce3b19e1907975a28ca3186cc112553b4e8580c210ad4854945484dcc26f359d0c60e6

diff --git a/dev-db/etcd/etcd-3.0.17.ebuild b/dev-db/etcd/etcd-3.0.17.ebuild
new file mode 100644
index ..09a4724
--- /dev/null
+++ b/dev-db/etcd/etcd-3.0.17.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN=github.com/coreos/etcd
+DESCRIPTION="A highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://${EGO_PN}/;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc"
+DEPEND=">=dev-lang/go-1.6:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   eapply_user
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_compile() {
+   export GOPATH=${S}
+   cd "${S}"/src/${EGO_PN} || die
+   ./build || die
+}
+
+src_install() {
+   cd "${S}"/src/${EGO_PN} || die
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/*
+   dodoc README.md
+   use doc && dodoc -r Documentation
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   dodir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 755 /var/lib/${PN}
+   dodir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+}
+
+src_test() {
+   cd "${S}"/src/${EGO_PN} || die
+   ./test || die
+}



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

2017-01-31 Thread Amadeusz Piotr Żołnowski
commit: d1f12cb23a22b675d3cc6bc1dee5130a3a99b324
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Jan 31 20:06:08 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Jan 31 20:06:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f12cb2

sys-apps/firejail: Remove vulnerable version

Gentoo-Bug: 607382

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/firejail/Manifest |  1 -
 .../files/firejail-0.9.44.4-sysmacros.patch| 10 -
 sys-apps/firejail/firejail-0.9.44.4.ebuild | 46 --
 3 files changed, 57 deletions(-)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
index 5788674..af88341 100644
--- a/sys-apps/firejail/Manifest
+++ b/sys-apps/firejail/Manifest
@@ -1,2 +1 @@
-DIST firejail-0.9.44.4.tar.xz 213648 SHA256 
2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f SHA512 
222567db00fd85f468fff380dbc875b10fe4eb94ff95669e15adc4db55b36208eaef5ceb65bd2d05d79f8f9230552fb0f597fb6b7bf06bb47537321c9c02a3be
 WHIRLPOOL 
8f19f2bda316cca29057d547d9deb357a55db3ffe3ef0ef02f948bd975e2e66f34a91f121363c15b5f6012fb3bde08fa10d2bc90233a14662406effbaff9fe37
 DIST firejail-0.9.44.8.tar.xz 214624 SHA256 
b9fe191771db2d19344bfc8b1117c33793f78ae1ba10a76e948bfafd71b10771 SHA512 
5dc56e259b18c1bd853d15b44bd266b59f45b8ede7e370ce59bfeff7e390d7f4a1784c1c0986d039e2f8de6329984748c8ed287a4a715e95886607f0fd91fd4f
 WHIRLPOOL 
f679f7f9592b27382b3653042d15bdc6c69d7ee95cb87a9dbcf1022b284901cfde26efc572e6d540ce15332418e6f80456dec2e9cc133b8b85815b57707245f1

diff --git a/sys-apps/firejail/files/firejail-0.9.44.4-sysmacros.patch 
b/sys-apps/firejail/files/firejail-0.9.44.4-sysmacros.patch
deleted file mode 100644
index 1c6612a..
--- a/sys-apps/firejail/files/firejail-0.9.44.4-sysmacros.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 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 
- 
- typedef struct {

diff --git a/sys-apps/firejail/firejail-0.9.44.4.ebuild 
b/sys-apps/firejail/firejail-0.9.44.4.ebuild
deleted file mode 100644
index 4c9e627..
--- a/sys-apps/firejail/firejail-0.9.44.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Security sandbox for any type of processes"
-HOMEPAGE="https://firejail.wordpress.com/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="apparmor +bind +chroot +file-transfer +network
-   network-restricted +seccomp +userns x11"
-
-DEPEND="!sys-apps/firejail-lts
-   apparmor? ( sys-libs/libapparmor )"
-RDEPEND="${DEPEND}
-   x11? ( x11-wm/xpra[client,server] )"
-
-PATCHES=( "${FILESDIR}"/${P}-sysmacros.patch )
-
-src_prepare() {
-   default
-   find -name Makefile.in -exec sed -i -r \
-   -e '/CFLAGS/s: (-O2|-ggdb) : :g' \
-   -e '1iCC=@CC@' {} + || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable apparmor)
-   $(use_enable bind)
-   $(use_enable chroot)
-   $(use_enable file-transfer)
-   $(use_enable network)
-   $(use_enable seccomp)
-   $(use_enable userns)
-   $(use_enable x11)
-   )
-   use network-restricted && myeconfargs+=( --enable-network=restricted )
-   econf "${myeconfargs[@]}"
-}



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

2017-01-31 Thread Johannes Huber
commit: c67abe69756a03bd77226d6f123740dbb8373ab1
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jan 30 11:15:24 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 19:57:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67abe69

dev-vcs/qsvn: Drop duplicated dependency

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/qsvn/qsvn-0.8.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-vcs/qsvn/qsvn-0.8.3.ebuild b/dev-vcs/qsvn/qsvn-0.8.3.ebuild
index 81236b1..709cc46 100644
--- a/dev-vcs/qsvn/qsvn-0.8.3.ebuild
+++ b/dev-vcs/qsvn/qsvn-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,6 @@ IUSE=""
 
 DEPEND="dev-libs/apr
dev-libs/apr-util
-   dev-vcs/subversion
dev-qt/qtcore:4[qt3support]
dev-qt/qtgui:4[qt3support]
dev-qt/qtsql:4[sqlite]



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/qsvn/files/, dev-vcs/qsvn/

2017-01-31 Thread Johannes Huber
commit: f9b75f5b9ab95f25a69aaac8e50bcf56b8dd1190
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jan 30 11:28:35 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 20:01:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b75f5b

dev-vcs/qsvn: EAPI 6

Acked-by: Davide Pesavento  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/3724

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch | 4 ++--
 dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch  | 4 ++--
 dev-vcs/qsvn/qsvn-0.8.3.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch 
b/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch
index 4bef9d6..a0e50aa 100644
--- a/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch
+++ b/dev-vcs/qsvn/files/qsvn-0.8.3-static-lib.patch
@@ -1,5 +1,5 @@
 origsrc/qsvn-0.8.3/src/svnqt/CMakeLists.txt2009-07-05 
04:56:34.0 -0500
-+++ src/qsvn-0.8.3/src/svnqt/CMakeLists.txt2009-08-25 00:56:52.432416800 
-0500
+--- a/svnqt/CMakeLists.txt 2009-07-05 04:56:34.0 -0500
 b/svnqt/CMakeLists.txt 2009-08-25 00:56:52.432416800 -0500
 @@ -131,7 +131,7 @@ CONFIGURE_FILE(
  SET(INST_HEADERS ${INST_HEADERS} 
${CMAKE_CURRENT_BINARY_DIR}/svnqt_defines.hpp)
  INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR})

diff --git a/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch 
b/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch
index eb7a452..e61f116 100644
--- a/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch
+++ b/dev-vcs/qsvn/files/qsvn-0.8.3-tests.patch
@@ -1,7 +1,7 @@
 The included tests are simple, "hello world" style tests
 that do not actually test this package.
 CMakeLists.txt
-+++ CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
 @@ -187,7 +187,3 @@
  /dVcInstallDir=$ENV{VCINSTALLDIR}
 )

diff --git a/dev-vcs/qsvn/qsvn-0.8.3.ebuild b/dev-vcs/qsvn/qsvn-0.8.3.ebuild
index 709cc46..037732f 100644
--- a/dev-vcs/qsvn/qsvn-0.8.3.ebuild
+++ b/dev-vcs/qsvn/qsvn-0.8.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit cmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-session/

2017-01-31 Thread Johannes Huber
commit: c8e97e8d3e7c3524a6bc57874641216a1ddc1c99
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jan 30 10:49:52 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 31 19:43:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e97e8d

gnome-base/gnome-session: Update pkg_postinst

Replace kde-plasma/kdm with x11-misc/sddm. kdm is last-rited for removal.

Acked-by: Gilles Dartiguelongue  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/3722

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

 gnome-base/gnome-session/gnome-session-3.20.2.ebuild | 2 +-
 gnome-base/gnome-session/gnome-session-3.22.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-session/gnome-session-3.20.2.ebuild 
b/gnome-base/gnome-session/gnome-session-3.20.2.ebuild
index 898c6c3..969c1d9 100644
--- a/gnome-base/gnome-session/gnome-session-3.20.2.ebuild
+++ b/gnome-base/gnome-session/gnome-session-3.20.2.ebuild
@@ -114,7 +114,7 @@ src_install() {
 pkg_postinst() {
gnome2_pkg_postinst
 
-   if ! has_version gnome-base/gdm && ! has_version kde-plasma/kdm; then
+   if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
ewarn "If you use a custom .xinitrc for your X session,"
ewarn "make sure that the commands in the xinitrc.d scripts are 
run."
fi

diff --git a/gnome-base/gnome-session/gnome-session-3.22.2.ebuild 
b/gnome-base/gnome-session/gnome-session-3.22.2.ebuild
index 715cc69..64e2b3a 100644
--- a/gnome-base/gnome-session/gnome-session-3.22.2.ebuild
+++ b/gnome-base/gnome-session/gnome-session-3.22.2.ebuild
@@ -115,7 +115,7 @@ src_install() {
 pkg_postinst() {
gnome2_pkg_postinst
 
-   if ! has_version gnome-base/gdm && ! has_version kde-plasma/kdm; then
+   if ! has_version gnome-base/gdm && ! has_version x11-misc/sddm; then
ewarn "If you use a custom .xinitrc for your X session,"
ewarn "make sure that the commands in the xinitrc.d scripts are 
run."
fi



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

2017-01-31 Thread Zac Medico
commit: 5faea8462e1e5f875d1e12a161f01012089d79b5
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan 31 19:30:53 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan 31 19:32:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faea846

dev-db/etcd: version bump to 3.1.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/etcd/Manifest  |  1 +
 dev-db/etcd/etcd-3.1.0.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 3afbcd9..c751d12 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,3 +1,4 @@
 DIST etcd-2.3.7.tar.gz 2209051 SHA256 
aa3a6340bb08d072d1d2ecfbe3c1e02235251760d031a2b699ee1710510ee883 SHA512 
a551287ebf6e881e2c6a56a7e75c273d125ed2b4b3ea58533e4481bc12ca21167de02820aaa1f4775b81385e96e65f882e97121920be02d72abe82f43652daf9
 WHIRLPOOL 
e01bf51978b9287e9e662f8689630d80eb79aace43fe0c81f1898718ccec1a0a93e53543c3df001dfc12dac2a3844f5a4fe2de28d97654b671648ad93681185a
 DIST etcd-3.0.12.tar.gz 2214038 SHA256 
d8de5045056814bee623b219102eca17ab573da977562164b261a7e1198fa31b SHA512 
ff64cd55fe6fde486600a2438a2c0e4b5161d52e52936d762e3b69006e607809343a7c3f4dd3e28143a93b3fc8a1a9ad9610cbff5659e3d70e2766192e28c5a9
 WHIRLPOOL 
d9d76cfadb20b7c2db75290d46fc93a7b8830e0d8f12b2fe0404c0c50b78c3bfe6c993edc28702c2eb3526281eb647680de149b2357b06dbbc50d4c44ec7
 DIST etcd-3.0.15.tar.gz 2216552 SHA256 
c21871f7e1454b1698ff29601a296f4b09365fac25bea45c0af21542d486c307 SHA512 
a60f0d36332903133ac4bac0161f5caed8f13afd992e26a8ff98728f6659cf8dcddc4bd77f9df95b695b57f484e993c0da9efe7e4ec420d6c6059334e8829bb6
 WHIRLPOOL 
ab148e2f7218a35ece6305cd173cc201a488663a4419b51fc732f6d562f2a7bc745eedc18475f2497a2ebfdff3523e6199f628dab6679a11bc86110be41e3aaf
+DIST etcd-3.1.0.tar.gz 2516872 SHA256 
62ecb70a470b45436814e2882d36742a4035e1d62e6634450e71ca0ed951919b SHA512 
b377ac492dd842a0f24d2816cd37bb40e692289efbbab63ab54e1b31e7999f26c6c0f2887249f5fd775266919a614699e561ecfc82c8a687d2cf1b25fdb7478f
 WHIRLPOOL 
b47a81ea597617a4eab6ee29d51b964f942b8dc324063e6633e2818320ce3b19e1907975a28ca3186cc112553b4e8580c210ad4854945484dcc26f359d0c60e6

diff --git a/dev-db/etcd/etcd-3.1.0.ebuild b/dev-db/etcd/etcd-3.1.0.ebuild
new file mode 100644
index ..09a4724
--- /dev/null
+++ b/dev-db/etcd/etcd-3.1.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN=github.com/coreos/etcd
+DESCRIPTION="A highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://${EGO_PN}/;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc"
+DEPEND=">=dev-lang/go-1.6:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   eapply_user
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_compile() {
+   export GOPATH=${S}
+   cd "${S}"/src/${EGO_PN} || die
+   ./build || die
+}
+
+src_install() {
+   cd "${S}"/src/${EGO_PN} || die
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/*
+   dodoc README.md
+   use doc && dodoc -r Documentation
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   dodir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 755 /var/lib/${PN}
+   dodir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+}
+
+src_test() {
+   cd "${S}"/src/${EGO_PN} || die
+   ./test || die
+}



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

2017-01-31 Thread Jeroen Roovers
commit: 0968bc5b4bd3f6bf62685c0b019c43cbe4fb46cf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 18:59:57 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 18:59:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0968bc5b

dev-util/boost-build: Stable for HPPA (bug #590244).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
index f67da15..cc1faa7 100644
--- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples python test"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )



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

2017-01-31 Thread Jeroen Roovers
commit: d2271a51f31190d89c0b9960b9b9467a2a925d38
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 19:01:13 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 19:01:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2271a51

dev-libs/boost: Stable for HPPA (bug #590244).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-libs/boost/boost-1.62.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.62.0-r1.ebuild 
b/dev-libs/boost/boost-1.62.0-r1.ebuild
index 0804af0..7947218 100644
--- a/dev-libs/boost/boost-1.62.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.62.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
 
 IUSE="context debug doc icu +nls mpi python static-libs +threads tools"
 



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

2017-01-31 Thread Jeroen Roovers
commit: 23edf379befd4defec5dbff81c68d3822fe38071
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 18:56:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 18:56:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23edf379

dev-php/pecl-yaz: Stable for HPPA (bug #604706).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild 
b/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild
index 94dc66c..4a65020 100644
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild
+++ b/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild
@@ -13,7 +13,7 @@ USE_PHP="php7-0 php5-6"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
 LICENSE="BSD"



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

2017-01-31 Thread Jeroen Roovers
commit: 853f3724611b6b7ce1f8cad15cd3176ec4eb0ba0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 18:54:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 18:56:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853f3724

media-sound/toolame: Stable for HPPA (bug #605154).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-sound/toolame/toolame-02l-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/toolame/toolame-02l-r4.ebuild 
b/media-sound/toolame/toolame-02l-r4.ebuild
index 384940d..b384e34 100644
--- a/media-sound/toolame/toolame-02l-r4.ebuild
+++ b/media-sound/toolame/toolame-02l-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 PATCHES=(



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

2017-01-31 Thread Andreas Hüttel
commit: 6926d352c3eae08f7acf8b7fcc1bebbc1e191ddc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 31 18:38:26 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Jan 31 18:39:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6926d352

media-gfx/gnuclad: New ebuild, adapted from the el-overlay

https://github.com/lamskoy/el-overlay

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/gnuclad/Manifest |  1 +
 media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 25 +
 media-gfx/gnuclad/metadata.xml |  8 
 3 files changed, 34 insertions(+)

diff --git a/media-gfx/gnuclad/Manifest b/media-gfx/gnuclad/Manifest
new file mode 100644
index ..f1662d9
--- /dev/null
+++ b/media-gfx/gnuclad/Manifest
@@ -0,0 +1 @@
+DIST gnuclad-0.2.4.tar.gz 287763 SHA256 
7136ee0e36d8de61a97235556f879bb0abe6521efb65a5a97bc7397e424d SHA512 
881b1feab8cb7458223987c5a36359e31e7e00e94d60cd0002c289930b99236947aadbea40f96aaa6aa4b5d7953278bf581edbd6df3cb660bca1505950e66b67
 WHIRLPOOL 
8ebd31e6f147cdc8092e4109062e864878b40967ce323d19faee2dc2a4104d1d491ab38741431a5569dc25065c91d469b147f6180d400be230a0c1abb62141fc

diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild 
b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
new file mode 100644
index ..ad6be76
--- /dev/null
+++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro 
timeline project"
+HOMEPAGE="https://launchpad.net/gnuclad/;
+SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   default
+
+   doman doc/man/gnuclad.1
+
+   use examples && dodoc -r example
+}

diff --git a/media-gfx/gnuclad/metadata.xml b/media-gfx/gnuclad/metadata.xml
new file mode 100644
index ..80a71f5
--- /dev/null
+++ b/media-gfx/gnuclad/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+dilfri...@gentoo.org
+Andreas K. Huettel
+  
+



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

2017-01-31 Thread Tobias Klausmann
commit: e6a3cd6dd60b809e1106119e606d15777f6a29ac
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 31 18:04:43 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 31 18:04:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a3cd6d

media-video/gpac-0.6.1-r2: stable on alpha

Gentoo-Bug: 607820

 media-video/gpac/gpac-0.6.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpac/gpac-0.6.1-r2.ebuild 
b/media-video/gpac/gpac-0.6.1-r2.ebuild
index 69b7d95..8a92435 100644
--- a/media-video/gpac/gpac-0.6.1-r2.ebuild
+++ b/media-video/gpac/gpac-0.6.1-r2.ebuild
@@ -7,10 +7,10 @@ EAPI=6
 if [[ ${PV} == * ]] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/gpac/gpac;
-   KEYWORDS=""
+   KEYWORDS="alpha"
 else
SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+   KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
 inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}



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

2017-01-31 Thread Tobias Klausmann
commit: c376044f484e61ff0b90caf8cbff8cd8f60166ed
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 31 18:04:36 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 31 18:04:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c376044f

sys-kernel/gentoo-sources-4.1.37-r0: stable on alpha

Gentoo-Bug: 605360

 sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild
index ac08efb..2058e7f 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild
@@ -11,7 +11,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] proj/portage:master commit in: pym/portage/, repoman/pym/repoman/modules/vcs/svn/, pym/_emerge/, ...

2017-01-31 Thread Zac Medico
commit: 55ad426b76e66fbef88dca3274172f5a30903ae6
Author: Arfrever Frehtes Taifersar Arahesis  gmail  
com>
AuthorDate: Tue Jan 31 17:15:19 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan 31 18:11:24 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=55ad426b

Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 
607418)

X-Gentoo-Bug: 607418
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=607418

 bin/check-implicit-pointer-usage.py| 22 +++---
 bin/dispatch-conf  |  4 ++--
 pym/_emerge/main.py|  4 ++--
 pym/portage/cvstree.py |  6 +++---
 pym/portage/glsa.py|  4 ++--
 pym/portage/news.py|  4 ++--
 pym/portage/package/ebuild/fetch.py|  4 ++--
 pym/portage/tests/util/test_getconfig.py   |  4 ++--
 pym/portage/tests/util/test_varExpand.py   |  4 ++--
 pym/portage/util/__init__.py   |  4 ++--
 pym/portage/util/lafilefixer.py|  8 
 pym/portage/xml/metadata.py|  4 ++--
 repoman/pym/repoman/modules/vcs/cvs/changes.py |  2 +-
 repoman/pym/repoman/modules/vcs/cvs/status.py  |  6 +++---
 repoman/pym/repoman/modules/vcs/svn/changes.py |  2 +-
 15 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/bin/check-implicit-pointer-usage.py 
b/bin/check-implicit-pointer-usage.py
index 242436c..a49db81 100755
--- a/bin/check-implicit-pointer-usage.py
+++ b/bin/check-implicit-pointer-usage.py
@@ -19,19 +19,19 @@ from __future__ import print_function
 import re
 import sys
 
-implicit_pattern = re.compile("([^:]*):(\d+): warning: implicit declaration "
+implicit_pattern = re.compile(r"([^:]*):(\d+): warning: implicit declaration "
   + "of function [`']([^']*)'")
 pointer_pattern = (
-"([^:]*):(\d+): warning: "
-+ "("
-+  "(assignment"
-+  "|initialization"
-+  "|return"
-+  "|passing arg \d+ of `[^']*'"
-+  "|passing arg \d+ of pointer to function"
-+  ") makes pointer from integer without a cast"
-+ "|"
-+ "cast to pointer from integer of different size)")
+r"([^:]*):(\d+): warning: "
++ r"("
++  r"(assignment"
++  r"|initialization"
++  r"|return"
++  r"|passing arg \d+ of `[^']*'"
++  r"|passing arg \d+ of pointer to function"
++  r") makes pointer from integer without a cast"
++ r"|"
++ r"cast to pointer from integer of different size)")
 
 if sys.hexversion < 0x300:
 # Use encoded byte strings in python-2.x, since the python ebuilds are

diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index fdf564e..099c37f 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -1,5 +1,5 @@
 #!/usr/bin/python -bO
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 #
@@ -222,7 +222,7 @@ class dispatch:
 # Filter out comments and whitespace-only changes.
 # Note: be nice to also ignore lines that only differ in 
whitespace...
 wsc_lines = []
-for x in ['^[-+]\s*#', '^[-+]\s*$']:
+for x in [r'^[-+]\s*#', r'^[-+]\s*$']:
wsc_lines += list(filter(re.compile(x).match, mylines))
 same_wsc = len(mylines) == len(wsc_lines)
 

diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index eae1954..a83b328 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
@@ -73,7 +73,7 @@ shortmapping={
 "V":"--version"
 }
 
-COWSAY_MOO = """
+COWSAY_MOO = r"""
 
   Larry loves Gentoo (%s)
 

diff --git a/pym/portage/cvstree.py b/pym/portage/cvstree.py
index 4a3afae..87bbed8 100644
--- a/pym/portage/cvstree.py
+++ b/pym/portage/cvstree.py
@@ -1,5 +1,5 @@
 # cvstree.py -- cvs tree utilities
-# Copyright 1998-2014 Gentoo Foundation
+# Copyright 1998-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
@@ -61,7 +61,7 @@ def isadded(entries, path):
mylines = myfile.readlines()
myfile.close()
 
-   rep = re.compile("^\/%s\/" % re.escape(filename))
+   rep = re.compile(r"^\/%s\/" % re.escape(filename))
for x in mylines:
if rep.search(x):
return 1
@@ -201,7 +201,7 @@ def findall(entries, recursive=0, basedir=""):
myremoved = findremoved(entries, recursive, basedir)
return [mynew, mychanged, mymissing, myunadded, myremoved]
 
-ignore_list = 

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

2017-01-31 Thread Martin Mokrejs
commit: eb753d08b6406bc1f65a7323efe99c5e3f5cee67
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 18:10:17 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 18:10:17 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb753d08

sci-biology/repeatmasker: add trailing '/' after vendor_perl path

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index a3ebd5a..5cae4ae 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -39,7 +39,7 @@ src_configure() {
sed -e "s#/usr/bin/perl#perl#g" -i "${S}"/configure || die
perl_set_version
insinto ${VENDOR_LIB}
-   sed -e "s#/usr/perl5/lib/#${VENDOR_LIB}#g" -i "${S}"/configure || die
+   sed -e "s#/usr/perl5/lib/#${VENDOR_LIB}/#g" -i "${S}"/configure || die
# The below is wrong as it causes:
# Enter path [ 
/var/tmp/portage/sci-biology/repeatmasker-4.0.1-r1/work/RepeatMasker ]: 
#  -- Building monolithic RM database...sh: 
/var/tmp/portage/sci-biology/repeatmasker-4.0.1-r1/image///usr/share/repeatmasker/Libraries/RepeatMasker.lib:
 No such file or directory



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

2017-01-31 Thread Martin Mokrejs
commit: ca02fa6f25e71ab9956a8fd21a9fa1ae80e1ff49
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 18:04:26 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 18:04:26 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca02fa6f

sci-biology/repeatmasker: remove escaping backslashes so that the ebuild works 
again

Also drop the full paths from configure which otherwise needed EPREFIX mangling

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index 8155caa..a3ebd5a 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -35,8 +35,8 @@ src_prepare(){
 }
 
 src_configure() {
-   sed -e "s#/usr/bin/which#${EPREFIX}/usr/bin/which#g" -i 
"${S}"/configure || die
-   sed -e "s#/usr/bin/perl#${EPREFIX}/usr/bin/perl#g" -i "${S}"/configure 
|| die
+   sed -e "s#/usr/bin/which#which#g" -i "${S}"/configure || die
+   sed -e "s#/usr/bin/perl#perl#g" -i "${S}"/configure || die
perl_set_version
insinto ${VENDOR_LIB}
sed -e "s#/usr/perl5/lib/#${VENDOR_LIB}#g" -i "${S}"/configure || die
@@ -53,18 +53,18 @@ src_configure() {
# below try to define paths to trf, cross_match, rmblast and nhmmer as 
search tools
echo "
 env
-\"${S}\"
-"${EPREFIX}"/opt/bin
+${S}
+${EPREFIX}/opt/trf/bin
 1
-"${EPREFIX}"/usr/bin
+${EPREFIX}/usr/bin
 Y
 2
-"${EPREFIX}"/usr/bin
+${EPREFIX}/usr/bin
 Y
 4
-"${EPREFIX}"/usr/bin
+${EPREFIX}/usr/bin
 Y
-5" | "${S}/configure" || die "configure failed"
+5" | "${S}"/configure || die "configure failed"
sed -i -e "s|use lib $FindBin::RealBin;|use lib 
${EPREFIX}/usr/share/${PN}/lib;|" \
-e 
"s|.*\(taxonomy.dat\)|${EPREFIX}/usr/share/${PN}/Libraries/\1|" \
-e "/$REPEATMASKER_DIR/ 
s|$FindBin::RealBin|${EPREFIX}/usr/share/${PN}|" \



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

2017-01-31 Thread Thomas Deutschmann
commit: f86ee909d42c2a0577c6d31c52b672b620e9a920
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 31 17:50:58 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan 31 17:50:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86ee909

www-servers/nginx: Use HTTPS for nginx.org

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-servers/nginx/nginx-1.10.2-r3.ebuild | 4 ++--
 www-servers/nginx/nginx-1.10.3.ebuild| 4 ++--
 www-servers/nginx/nginx-1.11.6-r1.ebuild | 4 ++--
 www-servers/nginx/nginx-1.11.8.ebuild| 4 ++--
 www-servers/nginx/nginx-1.11.9.ebuild| 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/www-servers/nginx/nginx-1.10.2-r3.ebuild 
b/www-servers/nginx/nginx-1.10.2-r3.ebuild
index 8cb71d4..e229135 100644
--- a/www-servers/nginx/nginx-1.10.2-r3.ebuild
+++ b/www-servers/nginx/nginx-1.10.2-r3.ebuild
@@ -145,8 +145,8 @@ AUTOTOOLS_AUTO_DEPEND="no"
 inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user 
systemd versionator multilib
 
 DESCRIPTION="Robust, small and high performance http and reverse proxy server"
-HOMEPAGE="http://nginx.org;
-SRC_URI="http://nginx.org/download/${P}.tar.gz
+HOMEPAGE="https://nginx.org;
+SRC_URI="https://nginx.org/download/${P}.tar.gz
${DEVEL_KIT_MODULE_URI} -> ${DEVEL_KIT_MODULE_P}.tar.gz
nginx_modules_http_upload_progress? ( 
${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz )
nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> 
${HTTP_HEADERS_MORE_MODULE_P}.tar.gz )

diff --git a/www-servers/nginx/nginx-1.10.3.ebuild 
b/www-servers/nginx/nginx-1.10.3.ebuild
index 6d538c8..cb9c750 100644
--- a/www-servers/nginx/nginx-1.10.3.ebuild
+++ b/www-servers/nginx/nginx-1.10.3.ebuild
@@ -145,8 +145,8 @@ AUTOTOOLS_AUTO_DEPEND="no"
 inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user 
systemd versionator multilib
 
 DESCRIPTION="Robust, small and high performance http and reverse proxy server"
-HOMEPAGE="http://nginx.org;
-SRC_URI="http://nginx.org/download/${P}.tar.gz
+HOMEPAGE="https://nginx.org;
+SRC_URI="https://nginx.org/download/${P}.tar.gz
${DEVEL_KIT_MODULE_URI} -> ${DEVEL_KIT_MODULE_P}.tar.gz
nginx_modules_http_upload_progress? ( 
${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz )
nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> 
${HTTP_HEADERS_MORE_MODULE_P}.tar.gz )

diff --git a/www-servers/nginx/nginx-1.11.6-r1.ebuild 
b/www-servers/nginx/nginx-1.11.6-r1.ebuild
index d4c0878..bd2418b 100644
--- a/www-servers/nginx/nginx-1.11.6-r1.ebuild
+++ b/www-servers/nginx/nginx-1.11.6-r1.ebuild
@@ -145,8 +145,8 @@ AUTOTOOLS_AUTO_DEPEND="no"
 inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user 
systemd versionator multilib
 
 DESCRIPTION="Robust, small and high performance http and reverse proxy server"
-HOMEPAGE="http://nginx.org;
-SRC_URI="http://nginx.org/download/${P}.tar.gz
+HOMEPAGE="https://nginx.org;
+SRC_URI="https://nginx.org/download/${P}.tar.gz
${DEVEL_KIT_MODULE_URI} -> ${DEVEL_KIT_MODULE_P}.tar.gz
nginx_modules_http_upload_progress? ( 
${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz )
nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> 
${HTTP_HEADERS_MORE_MODULE_P}.tar.gz )

diff --git a/www-servers/nginx/nginx-1.11.8.ebuild 
b/www-servers/nginx/nginx-1.11.8.ebuild
index d4c0878..bd2418b 100644
--- a/www-servers/nginx/nginx-1.11.8.ebuild
+++ b/www-servers/nginx/nginx-1.11.8.ebuild
@@ -145,8 +145,8 @@ AUTOTOOLS_AUTO_DEPEND="no"
 inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user 
systemd versionator multilib
 
 DESCRIPTION="Robust, small and high performance http and reverse proxy server"
-HOMEPAGE="http://nginx.org;
-SRC_URI="http://nginx.org/download/${P}.tar.gz
+HOMEPAGE="https://nginx.org;
+SRC_URI="https://nginx.org/download/${P}.tar.gz
${DEVEL_KIT_MODULE_URI} -> ${DEVEL_KIT_MODULE_P}.tar.gz
nginx_modules_http_upload_progress? ( 
${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz )
nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> 
${HTTP_HEADERS_MORE_MODULE_P}.tar.gz )

diff --git a/www-servers/nginx/nginx-1.11.9.ebuild 
b/www-servers/nginx/nginx-1.11.9.ebuild
index d4c0878..bd2418b 100644
--- a/www-servers/nginx/nginx-1.11.9.ebuild
+++ b/www-servers/nginx/nginx-1.11.9.ebuild
@@ -145,8 +145,8 @@ AUTOTOOLS_AUTO_DEPEND="no"
 inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user 
systemd versionator multilib
 
 DESCRIPTION="Robust, small and high performance http and reverse proxy server"
-HOMEPAGE="http://nginx.org;
-SRC_URI="http://nginx.org/download/${P}.tar.gz
+HOMEPAGE="https://nginx.org;
+SRC_URI="https://nginx.org/download/${P}.tar.gz
${DEVEL_KIT_MODULE_URI} -> 

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

2017-01-31 Thread Thomas Deutschmann
commit: f37bc910a241a557cf1386c59907dc75a2d30e6e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 31 17:49:11 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan 31 17:49:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37bc910

www-servers/nginx: Bump nginx (stable) to v1.10.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-servers/nginx/Manifest|   1 +
 www-servers/nginx/nginx-1.10.3.ebuild | 989 ++
 2 files changed, 990 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index e97451e..6f1c342 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,5 +1,6 @@
 DIST modsecurity-2.9.1.tar.gz 4261212 SHA256 
958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SHA512 
374733cbfc26e53d95b78c8f268a4e465d838163e9893fc24e33a9d272b114f1b287147bab6d0289575074cbbd94f48983e23fa59832cbcb32950046cea59269
 WHIRLPOOL 
5f41bebf032f8a269412d104b7632a06af4d4c495658c9cd1ebf69b82c10ce1bbcb34b9dd159a7b00e57348714a5e93ad3db19701dda51479accd3a9dc79a9cb
 DIST nginx-1.10.2.tar.gz 910812 SHA256 
1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 SHA512 
f2d5a4fbabaf9333bae46461bcbe3dbcc5ff7e8f8c7a5dead3063e3d59c9ec15dc85262a23ca7d693db45a50ec98a70fb216b3da9872ee23d57b6bfaf064876e
 WHIRLPOOL 
7e819f43a68de49d3cceb3e5ec81eef6872859df0abca2be00fb73c8779c2716b6997ea5f8cadb93af195d9f4d07a4404f51e0752dd881628de93a0c0289aea7
+DIST nginx-1.10.3.tar.gz 911509 SHA256 
75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90 SHA512 
25cddbe5c419700aeca41bff3be5b7c3accfb38ad846ec8d91d81ab7c15f10db719f02d9263edf1fa12f59805ff7001b62864dc2885370b24afeea1d7d2afbbf
 WHIRLPOOL 
1ebf540d49d28a853a9221a558b53d28e2e7dfddf345e433baa4c2b819f6e1fe34528b4680387147c73271d3837529a4452e53b863dff5d29772c2b0a75e0ba6
 DIST nginx-1.11.6.tar.gz 960331 SHA256 
3153abbb518e2d9c032e1b127da3dc0028ad36cd4679e5f3be0b8afa33bc85bd SHA512 
1969f527d4554a976d14e82c2297c519a0d0d82a9fbd3cc703ab42a23067c7fcf101ddf16f1abff374c71f37969fd7c58d2a344c57566538b821acc32cd3d979
 WHIRLPOOL 
67ed24c25b20f6d94f3a0602946f750b4efafd79d3a093a35fdf370a20377abcc2a54c00fcd5e7bc54305515da9234fb2f192c744a7fb59c4bbdee2ba0c0f626
 DIST nginx-1.11.8.tar.gz 964918 SHA256 
53aef3715d79015314c2dcb18f2b185a0c64368cc01b30bdf0737a215f666b34 SHA512 
4bbecf17579022cc925af8808554983c57e4f438edc8f987751413f0a023267a4766edc8321cbbe8a8b675f7e86d8a2cba76bd52236c8d9509b2b301ab349ffa
 WHIRLPOOL 
a30ad4cdc0b74e0f860938942caeee961759ceabae8735725a989db29702b366fb285079a992cbc681ec3fd157ef6f8907f6a3eac13a8af302daad94ca867738
 DIST nginx-1.11.9.tar.gz 965463 SHA256 
dc22b71f16b551705930544dc042f1ad1af2f9715f565187ec22c7a4b2625748 SHA512 
95247d5db3e23a0ea22686cc3fe4295f8854948a6f168a783082fdbb2acbecdad61cd9c8cadd84c1f74c1e87becdca8d6664622ff9cebc72687f20b29cc09fd0
 WHIRLPOOL 
39a56073e359aac716e0a9ff672ee89b97205c281b53be97920c098aea9b25635e59a5ea0e3a7cb4ba79d43afc8ed3942cd34840773dd1e472101c9ab6ac72a4

diff --git a/www-servers/nginx/nginx-1.10.3.ebuild 
b/www-servers/nginx/nginx-1.10.3.ebuild
new file mode 100644
index ..6d538c8
--- /dev/null
+++ b/www-servers/nginx/nginx-1.10.3.ebuild
@@ -0,0 +1,989 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Maintainer notes:
+# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
+# - any http-module activates the main http-functionality and overrides 
USE=-http
+# - keep the following requirements in mind before adding external modules:
+#  * alive upstream
+#  * sane packaging
+#  * builds cleanly
+#  * does not need a patch for nginx core
+# - TODO: test the google-perftools module (included in vanilla tarball)
+
+# prevent perl-module from adding automagic perl DEPENDs
+GENTOO_DEPEND_ON_PERL="no"
+
+# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
+DEVEL_KIT_MODULE_PV="0.3.0"
+DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
+DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz;
+DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
+
+# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
+HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.2"
+HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
+HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz;
+HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
+
+# http_headers_more (https://github.com/agentzh/headers-more-nginx-module, BSD 
license)
+HTTP_HEADERS_MORE_MODULE_PV="0.32"

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

2017-01-31 Thread Martin Mokrejs
commit: 4f4a29755428bdb79acb16a0c2f331a44f326f49
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 17:47:36 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 17:47:36 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f4a2975

sci-biology/trf-bin: trf binary needs glibc-2.14

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/trf-bin/trf-bin-4.09.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-biology/trf-bin/trf-bin-4.09.ebuild 
b/sci-biology/trf-bin/trf-bin-4.09.ebuild
index facc411..a560b89 100644
--- a/sci-biology/trf-bin/trf-bin-4.09.ebuild
+++ b/sci-biology/trf-bin/trf-bin-4.09.ebuild
@@ -14,6 +14,7 @@ DESCRIPTION="Tandem Repeats Finder"
 HOMEPAGE="http://tandem.bu.edu/trf/trf.html;
 SRC_URI="x86? ( http://tandem.bu.edu/trf/downloads/${MY_P}.linux32 )
amd64? ( http://tandem.bu.edu/trf/downloads/${MY_P}.linux64 )"
+# trf: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by trf)
 
 LICENSE="trf"  # http://tandem.bu.edu/trf/trf.license.html
 SLOT="0"



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

2017-01-31 Thread Martin Mokrejs
commit: b76cf5c916507cdfbbff2f66eff61a52c4e896cb
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 17:42:08 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 17:42:08 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b76cf5c9

sci-biology/trf-bin: reintroduce a symlink from /opt/bin/$MY_PN

The /opt/$MY_PN/bin/ is not in PATH by default so helps other
tools to find trf installation easily

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/trf-bin/trf-bin-4.09.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-biology/trf-bin/trf-bin-4.09.ebuild 
b/sci-biology/trf-bin/trf-bin-4.09.ebuild
index 11fae9c..facc411 100644
--- a/sci-biology/trf-bin/trf-bin-4.09.ebuild
+++ b/sci-biology/trf-bin/trf-bin-4.09.ebuild
@@ -38,6 +38,7 @@ src_unpack() {
 src_install() {
exeinto /opt/"${MY_PN}"/bin
doexe "${MY_PN}"
+   dosym /opt/"${MY_PN}"/bin/"${MY_PN}" /opt/bin/"${MY_PN}"
# GTK version (http://tandem.bu.edu/trf/downloads/trf400.linuxgtk.exe) 
has broken linking
#if use gtk; then
#   doexe trf400.linuxgtk.exe



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

2017-01-31 Thread Martin Mokrejs
commit: 336e1c45921c3e2cc5bade0d90a40c8c46276d11
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 17:31:40 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 17:31:40 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=336e1c45

sci-biology/repeatmasker: fix hardcoded paths to respect EPREFIX

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index 0f3be21..8155caa 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils
+inherit eutils perl-module
 
 MY_PV=${PV//\./-}
 
@@ -35,6 +35,11 @@ src_prepare(){
 }
 
 src_configure() {
+   sed -e "s#/usr/bin/which#${EPREFIX}/usr/bin/which#g" -i 
"${S}"/configure || die
+   sed -e "s#/usr/bin/perl#${EPREFIX}/usr/bin/perl#g" -i "${S}"/configure 
|| die
+   perl_set_version
+   insinto ${VENDOR_LIB}
+   sed -e "s#/usr/perl5/lib/#${VENDOR_LIB}#g" -i "${S}"/configure || die
# The below is wrong as it causes:
# Enter path [ 
/var/tmp/portage/sci-biology/repeatmasker-4.0.1-r1/work/RepeatMasker ]: 
#  -- Building monolithic RM database...sh: 
/var/tmp/portage/sci-biology/repeatmasker-4.0.1-r1/image///usr/share/repeatmasker/Libraries/RepeatMasker.lib:
 No such file or directory



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

2017-01-31 Thread Matt Turner
commit: ed396a53619f6ead0d088c7b0d7e70043461e6b9
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Jan 31 15:17:15 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 31 17:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed396a53

x11-libs/libXfont2: RDEPEND on sys-libs/zlib

Gentoo bug: https://bugs.gentoo.org/545898
See: 
https://cgit.freedesktop.org/xorg/lib/libXfont/tree/configure.ac?id=libXfont2-2.0.1#n144

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/libXfont2/libXfont2-2.0.1.ebuild | 1 +
 x11-libs/libXfont2/libXfont2-.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libXfont2/libXfont2-2.0.1.ebuild 
b/x11-libs/libXfont2/libXfont2-2.0.1.ebuild
index d20bbb8..e523674 100644
--- a/x11-libs/libXfont2/libXfont2-2.0.1.ebuild
+++ b/x11-libs/libXfont2/libXfont2-2.0.1.ebuild
@@ -14,6 +14,7 @@ IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans
x11-libs/libfontenc
+   sys-libs/zlib
truetype? ( >=media-libs/freetype-2 )
bzip2? ( app-arch/bzip2 )
x11-proto/xproto

diff --git a/x11-libs/libXfont2/libXfont2-.ebuild 
b/x11-libs/libXfont2/libXfont2-.ebuild
index d2124d1..136cca0 100644
--- a/x11-libs/libXfont2/libXfont2-.ebuild
+++ b/x11-libs/libXfont2/libXfont2-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,6 +15,7 @@ IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans
x11-libs/libfontenc
+   sys-libs/zlib
truetype? ( >=media-libs/freetype-2 )
bzip2? ( app-arch/bzip2 )
x11-proto/xproto



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

2017-01-31 Thread Matt Turner
commit: 41907f475b628135427bcc0c5bb4d4f28faea1ce
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Jan 31 15:12:36 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 31 17:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41907f47

x11-libs/libXfont: RDEPEND on sys-libs/zlib

Gentoo bug: https://bugs.gentoo.org/545898
See also: 
https://cgit.freedesktop.org/xorg/lib/libXfont/tree/configure.ac?h=libXfont-1.4-branch=libXfont-1.4.9#n116

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/libXfont/libXfont-1.4.9.ebuild | 1 +
 x11-libs/libXfont/libXfont-1.5.1.ebuild | 1 +
 x11-libs/libXfont/libXfont-1.5.2.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/x11-libs/libXfont/libXfont-1.4.9.ebuild 
b/x11-libs/libXfont/libXfont-1.4.9.ebuild
index dd99b31..c2470fa 100644
--- a/x11-libs/libXfont/libXfont-1.4.9.ebuild
+++ b/x11-libs/libXfont/libXfont-1.4.9.ebuild
@@ -14,6 +14,7 @@ IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans
x11-libs/libfontenc
+   sys-libs/zlib
truetype? ( >=media-libs/freetype-2 )
bzip2? ( app-arch/bzip2 )
x11-proto/xproto

diff --git a/x11-libs/libXfont/libXfont-1.5.1.ebuild 
b/x11-libs/libXfont/libXfont-1.5.1.ebuild
index 82d72af..94b48fd 100644
--- a/x11-libs/libXfont/libXfont-1.5.1.ebuild
+++ b/x11-libs/libXfont/libXfont-1.5.1.ebuild
@@ -14,6 +14,7 @@ IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans
x11-libs/libfontenc
+   sys-libs/zlib
truetype? ( >=media-libs/freetype-2 )
bzip2? ( app-arch/bzip2 )
x11-proto/xproto

diff --git a/x11-libs/libXfont/libXfont-1.5.2.ebuild 
b/x11-libs/libXfont/libXfont-1.5.2.ebuild
index 4d7525a..2bcafca 100644
--- a/x11-libs/libXfont/libXfont-1.5.2.ebuild
+++ b/x11-libs/libXfont/libXfont-1.5.2.ebuild
@@ -14,6 +14,7 @@ IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans
x11-libs/libfontenc
+   sys-libs/zlib
truetype? ( >=media-libs/freetype-2 )
bzip2? ( app-arch/bzip2 )
x11-proto/xproto



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

2017-01-31 Thread Mike Pagano
commit: 90e7e790287d11d3d439c6f6d9331c5c24e365cf
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 31 17:22:33 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 31 17:22:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e7e790

sys-kernel/gentoo-sources: Cleanup linux patch version 4.9.X

Package-Manager: portage-2.3.3

 sys-kernel/gentoo-sources/Manifest | 12 -
 .../gentoo-sources/gentoo-sources-4.9.0.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.9.1.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.9.2.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.9.3.ebuild | 29 --
 5 files changed, 128 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a3e44e7..5da5819 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -65,18 +65,6 @@ DIST genpatches-4.4-48.extras.tar.xz 16412 SHA256 
876a361fb50a0f3d1b4c8b1200242e
 DIST genpatches-4.4-49.base.tar.xz 990088 SHA256 
6ed2104ed0fbb7b04b60d54361e2fb9aa902fd5560016d7d45a6b87adb480f19 SHA512 
550ebb540e10c0f252865298d01e9dad7ca2da8f6c1208db05b772a00464105c62c061881b1001ce938e83fef1e5b0d2ef60c3ddaa511b9eb0c95ef61a60f6cd
 WHIRLPOOL 
c61326e3757ca861828d3354f93880ddf2ba3e57d9baf49ee3109e19233d23963bec232868ed851500e5e19708aa7823e0a654ce7944df4c0c141e5892d3b045
 DIST genpatches-4.4-49.experimental.tar.xz 87752 SHA256 
0410a529f34eb0a95c5f6b3aa2d2c7529b88dce2f0ce9261d6fe028031e2d42d SHA512 
68da87becca57a29cc81786aba9860adc4f563d95d183b8c7864d77fccacdf51e3dcdac6074049ac149d8c7538f9c4a1bd260e6c6a8a2796b08e346481d2d85c
 WHIRLPOOL 
719708be834fd208165b6040ef5a8fc39c780a1a684b09a1ecfa4afa20723b73cbfe6ff050b12a7f317748f0493117cad871c2e5715899bc36a1d1c32994da6b
 DIST genpatches-4.4-49.extras.tar.xz 16412 SHA256 
876a361fb50a0f3d1b4c8b1200242e0b85b767be6fe1fe271bbdb67b6455c5ee SHA512 
6a10b844ebabb1979815906e2012c5ca00b1cfd12abc0dda6a8d2b820836a32977b106a639eea93fe7e8cb2f87abd6604d73ad2c417581c63c63ec2fdec0bf24
 WHIRLPOOL 
3ea00d6409844b1e6c5f4e18dce3958601cdd44ea5388819272f3a43be0ffc2eb22e504ad9095a204912b4fbcf1cc498097a036b20398129e6980393ecfafd57
-DIST genpatches-4.9-1.base.tar.xz 3052 SHA256 
2ea85fcf27c22c0f278e8e08be467fcec012d337c31292e11de9408701beb56c SHA512 
be04e4d0cfbcf09c9a3c2bd13a272675fe89a83201239da519df157d19c7796bca89b8325828e012d4f221cf053c1f660a1d3c9278bbd818f5724b054d557882
 WHIRLPOOL 
cd0b44ea97f46e85c94a70f8ff37449a0c8f9f6b162062c392b56e7d4e40ddefdc4bc75a133cfba6325b410ec15eea266c1ebc9bc43e341bad92aff5651f3ee9
-DIST genpatches-4.9-1.experimental.tar.xz 4272 SHA256 
2ba64defab0be2447c1d262846cb67271b9851c49c8f92b2cdd76ea066881ccd SHA512 
877510ef0038368f3149939101f68c4fee243e9c2225712d9e9b3e8b54d4ed58bdd8b0c10bdf1442042c6aa8e8f2a3685c5f7f1ecdd9c45ae983f16e5824c4e3
 WHIRLPOOL 
9d6acf966b09987fd19f6556798e37637cdef6990eeac517bc9f0690dd16fd22b86296a550a32e88581099b619738bc94f385c6a21baa905d1de341e8bb5591b
-DIST genpatches-4.9-1.extras.tar.xz 17236 SHA256 
e93b547700d725407f490aa7a1c28dc0a01f0a8176ee53ba082c84273624b88d SHA512 
a1bf0ff7c65a8b06cb4a5fbe58e4f74d8a93b1aff07174960c337df4541feabb7b2b80768e71214414b8c2541f7145411f3e2a28778d655867964bd8f3b1ad87
 WHIRLPOOL 
a9302ff0c11319c7147b4613de8a29b16b9694af5f9ff5791a6ccfe2f9f65b3b1baaea92038a3c104f5e1f9bf8362c52f3a66d7172f0dd4acdcc8cd2465e0977
-DIST genpatches-4.9-2.base.tar.xz 34336 SHA256 
20a7220b7ff138aca5511e3d561675fa1ffe065040e78309ad334a6d9131fba0 SHA512 
7ab88a6ed574b9f130bfbc256206a5c6f9cf916ea9cfe56e245b98b24cb80604ec4f917130f67c53a3043659744bb35445e94f8f60a1b5927b43736d7b5fbddd
 WHIRLPOOL 
961dfbbf13f3f88342fac86cf3730f4a511bbb98c3436fb14fa2aed888179ca4a1b787228dba15ed5a74ac6a78a3086344f7c60dffafdb1fd12b4d6ab468b46c
-DIST genpatches-4.9-2.experimental.tar.xz 4272 SHA256 
360ffa93d43c82514367d79aedb66a56e46ce97a187c82eb523bc071189cf644 SHA512 
fc5ac477c4dc7e7a5a99a2417fc050560bbc8d8311f534dd81a8e227bdd1678a033a3bdb8759d787bd74ec597298c6a9cdd1e17ad7ce34eb84a1eb5c32f1f7b5
 WHIRLPOOL 
12d356e48cfbca9385134ec20f39b06ecec2cfc52d4968efbdd5f407976523d0969040ce19e9472721c1b6863114547daffdcde9688f798d4ae0c970cdc5564b
-DIST genpatches-4.9-2.extras.tar.xz 17312 SHA256 
c3d5b924d96f613b39161f9177de61c839f0e1142e4000ad7f3ca293c07c1a4a SHA512 
1d8e24f4dc7cadf9edfca41afaf48147c3947101bd45a9cd52b4275869e70ae6c736758c228bb760b355befd49cc7973b1488bf212cf7e501ec11ba91378c947
 WHIRLPOOL 
f5519bfc35e74a35238e5e7a4fc962e89a796e7ad82f32883467c37a882c1700c8bd4140eef8f6d0ffe6f2f0578713d25d2789fd5fe059e4bd32c6b7cf04e49e
-DIST genpatches-4.9-3.base.tar.xz 69148 SHA256 
a6e6df6be8b3871caa56799af18206a85d8a101f5abe159c192f90487855e069 SHA512 
9094837c8c8f1d3c5101b4ed4ef88aa25a8180bc78b371e6149db56e01a0d67df646a665ea5afd3b864b3959da599a3569bcd85f4550d86852157dd8befa4d12
 WHIRLPOOL 

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

2017-01-31 Thread Mike Pagano
commit: ebd3a884fc41d3ad67198973187f90e9db1257b0
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 31 17:19:24 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 31 17:19:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd3a884

sys-kernel/gentoo-sources: Remove EOL kernel version 4.8.X. (EOL on 1/9/2017)

Package-Manager: portage-2.3.3

 sys-kernel/gentoo-sources/Manifest | 13 --
 .../gentoo-sources/gentoo-sources-4.8.14.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.8.15.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.8.16.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.8.17.ebuild| 29 --
 5 files changed, 129 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 3cfce4f..a3e44e7 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -65,18 +65,6 @@ DIST genpatches-4.4-48.extras.tar.xz 16412 SHA256 
876a361fb50a0f3d1b4c8b1200242e
 DIST genpatches-4.4-49.base.tar.xz 990088 SHA256 
6ed2104ed0fbb7b04b60d54361e2fb9aa902fd5560016d7d45a6b87adb480f19 SHA512 
550ebb540e10c0f252865298d01e9dad7ca2da8f6c1208db05b772a00464105c62c061881b1001ce938e83fef1e5b0d2ef60c3ddaa511b9eb0c95ef61a60f6cd
 WHIRLPOOL 
c61326e3757ca861828d3354f93880ddf2ba3e57d9baf49ee3109e19233d23963bec232868ed851500e5e19708aa7823e0a654ce7944df4c0c141e5892d3b045
 DIST genpatches-4.4-49.experimental.tar.xz 87752 SHA256 
0410a529f34eb0a95c5f6b3aa2d2c7529b88dce2f0ce9261d6fe028031e2d42d SHA512 
68da87becca57a29cc81786aba9860adc4f563d95d183b8c7864d77fccacdf51e3dcdac6074049ac149d8c7538f9c4a1bd260e6c6a8a2796b08e346481d2d85c
 WHIRLPOOL 
719708be834fd208165b6040ef5a8fc39c780a1a684b09a1ecfa4afa20723b73cbfe6ff050b12a7f317748f0493117cad871c2e5715899bc36a1d1c32994da6b
 DIST genpatches-4.4-49.extras.tar.xz 16412 SHA256 
876a361fb50a0f3d1b4c8b1200242e0b85b767be6fe1fe271bbdb67b6455c5ee SHA512 
6a10b844ebabb1979815906e2012c5ca00b1cfd12abc0dda6a8d2b820836a32977b106a639eea93fe7e8cb2f87abd6604d73ad2c417581c63c63ec2fdec0bf24
 WHIRLPOOL 
3ea00d6409844b1e6c5f4e18dce3958601cdd44ea5388819272f3a43be0ffc2eb22e504ad9095a204912b4fbcf1cc498097a036b20398129e6980393ecfafd57
-DIST genpatches-4.8-16.base.tar.xz 268656 SHA256 
1436e623bd2296cfe1976e307cadbba1e9b2ec9d50211c7f9e832fc1b38f9e0a SHA512 
f992bc50f706c2fcdc68c731dfc3965ba11c13426ce1437dd3277b82d1824681ebbd07a6350e13be453e5154f75e291129d09bdc0ed1ed0457b290cbf5aaa999
 WHIRLPOOL 
7eca460ed8a6c53f425f4ba1adc869beda4eee64847b4fe5c0576f90440d8a53f3ba98334f7170e83cb975525b091df88ea8e7cc9099ee7edac2e30e93b089b0
-DIST genpatches-4.8-16.experimental.tar.xz 91992 SHA256 
38bbf0e911602baed1ef7f749626d4aa156f7c1100503388f7ef1c670b21c657 SHA512 
94719f52e70753ce6cf60286fb03689be798fb77dc73e900bebdfc67170fc2154ba3432ae757b9f12c5e2ab5cac38b627c099dda4fe565a9a5b1297ddea18d48
 WHIRLPOOL 
6197840e8eb9e22fec0d3810b1e33d9fd4ea861105166b8a649cd03debdb17b4d00aa4c595412f5b99d04c1fc70df30d83c7df0f3eddc4de4b4cfc96ee733386
-DIST genpatches-4.8-16.extras.tar.xz 17300 SHA256 
6e5e1a38ec23e71e8b4a2c385c1963fc5fb7d94efe36d19695c9eda769c8d9cb SHA512 
0dfed59c281ea1ddd2074bfe3d68a37afc31e44bab721cb3aced63267bc5a74d4cb60c77d15abb2dd0c57f49f65e742f9fe400d2bc3f709ec3ac598195730332
 WHIRLPOOL 
6683ae446c09b92afe09d07581ac7dcfb112a29d311a4d4ca657ac4a86a56a4817331da3e78d3d1683cded44194fd380835b7d8184e6adbc6203570472417096
-DIST genpatches-4.8-17.base.tar.xz 276508 SHA256 
fc31b2404fda311360da1520669c9d0a687d7efbcd3f52fec3c7b7f88f356816 SHA512 
e927e780d6fc36f4b3739e9ea7cee65a41ff90fc29358c3ee353693f3328f03192a0a50cd444fa06ce41783b67228e82eabb6eea86cf6fe5725f1ee0db05c7df
 WHIRLPOOL 
25e9520feb937ae7aa3f747f334d898d465e89a56c4f25de28b390ba7de74b1b66257ef4a20c4e176c7e34096819f6b214fa2c1b69b0680b1a8ed97638d113dd
-DIST genpatches-4.8-17.experimental.tar.xz 92032 SHA256 
523533d957a94eae5af2fc7d1d6bf9bbf785a2203e507cf737cb60fb10a880ef SHA512 
c8d13c2efd01fa2c19a2da6ee00359297af8a887fa8a50008d785d330e62c13cf50f0522e6568b10dbf29a5a469c8c1e5d2b0c595e56886b8bfb1367f0cc4316
 WHIRLPOOL 
d109e84848c22d4687c0f8b123dd2eb72468a668dbba8a7e1100a6d7bbc6137b63eeb223498c13b098d2d8fe16ab5d5cacb5bc9f44a839dcd3c1605dea40752f
-DIST genpatches-4.8-17.extras.tar.xz 17304 SHA256 
3857eccf543621d0812dc19e5f127d5d38e2c0ef1d104be350fc63b6afb59d16 SHA512 
5b05f764fb8ae7683ddf0e7b6b1425bd624421f36ffd829df1e2b6601834f614814d5163356086e190dbb4e9b456984f9ab3d7facbb88ae31d9a1a27c174a43c
 WHIRLPOOL 
95f8a2293e5170e8c3e04b2cfc5be7acaff1bd0eb50f2d68abb826411136b82db668124dd6e292ade471bba182779caa586d0a74a32020fd16457eadbd062ceb
-DIST genpatches-4.8-18.base.tar.xz 304664 SHA256 
89b161b2e98ac81afd9c865c4fa87cf203164b3c977c48cfc7fc5337b00b2061 SHA512 
5cfc10e59a5adc7a14dce3ae6dc2ab8006d8d2bba7201a8c531c05c5f77e9fa3debbb796f7cdf2047028db43316e2e25f4817e9358524b925488b563514f127e
 WHIRLPOOL 

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

2017-01-31 Thread Martin Mokrejs
commit: 879388b2a1e70cef663bc5c98b07a75e0dee369b
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 17:19:17 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 17:19:17 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=879388b2

sci-biology/repeatmasker:  more EPREFIX fixes

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index 221c562..0f3be21 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -40,11 +40,11 @@ src_configure() {
#  -- Building monolithic RM database...sh: 
/var/tmp/portage/sci-biology/repeatmasker-4.0.1-r1/image///usr/share/repeatmasker/Libraries/RepeatMasker.lib:
 No such file or directory
# -e 's|> \($rmLocation/Libraries/RepeatMasker.lib\)|> '${D}'/\1|'
sed -i -e 's/system( "clear" );//' "${S}/configure" || die
-   mkdir -p "${D}"/usr/share/repeatmasker/Libraries/ || die
+   mkdir -p "${ED}"/usr/share/repeatmasker/Libraries/ || die
#
# the below files is actually overwritten by buildRMLibFromEMBL.pl so 
the 'blah'
# item does not get installed
-   echo ">blah\natgc" > 
"${D}"/usr/share/repeatmasker/Libraries/RepeatMasker.lib || die
+   echo ">blah\natgc" > 
"${ED}"/usr/share/repeatmasker/Libraries/RepeatMasker.lib || die
# below try to define paths to trf, cross_match, rmblast and nhmmer as 
search tools
echo "
 env



[gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/, media-video/syncplay/files/

2017-01-31 Thread David Seifert
commit: 1e3e746bce040eb291fdb07f788a5e6ac9a16aa9
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Mon Jan 30 23:31:53 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan 31 17:17:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3e746b

media-video/syncplay: version bump to 1.4.0

properly disable GUI when use is unset (prevents error messags)

update twisted dep

Gentoo-Bug: http://bugs.gentoo.org/605098
Closes: https://github.com/gentoo/gentoo/pull/3234

 media-video/syncplay/Manifest  |  2 +-
 .../files/syncplay-1.4.0-rc2-fix-makefile.patch| 82 --
 ...play-1.4.0_rc2.ebuild => syncplay-1.4.0.ebuild} | 16 -
 3 files changed, 14 insertions(+), 86 deletions(-)

diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
index eae7926..8111250 100644
--- a/media-video/syncplay/Manifest
+++ b/media-video/syncplay/Manifest
@@ -1 +1 @@
-DIST syncplay-1.4.0_rc2.tar.gz 534450 SHA256 
29bd80ef3de7241eee71d0b9d7884c1c694a490d83acc96e3f06b05f419d5409 SHA512 
56e5873377eceec1e88741464ff32f55899fe240d479a61c54af62f7cc4e1386a9b478b9b9057df0960cdb6833fce0e8efbe0aa0081211daa76fb95d2714b9bd
 WHIRLPOOL 
a61deba5ee1f613a5657e49c1c56f66b750611cf717ad00ffc3cc798d35d500d76a165d48a5b4e64b27619d8baeb5fe08ea30ebccf82d16aa43346df3fe58f61
+DIST syncplay-1.4.0.tar.gz 539743 SHA256 
37fc2b3d1d6d49e2289dcdeffcf24ebdafbc24398411cff4666e09d49405759d SHA512 
2266ffafe3b15730a43e3ddd8aa24e99c65ce5a4e95d05bcac745262d310cb846c84c6e5bb061ebb96e89faa0f10e22aacee286db6cbe53cd5f521cb2e5eee1a
 WHIRLPOOL 
68ea8b437c379e2a049efbb9a4258c9d85bdb2d26841ed1100ee7a0083b4e66687bf21826daffd12102acb236b9bede9037f63ead0eba67dbbc5142db309d183

diff --git a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch 
b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
deleted file mode 100644
index b72d42b..
--- a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-From ee191c79d96436a379e3c6760cb4478dca262c9f Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Sat, 3 Sep 2016 18:50:18 +0300
-Subject: [PATCH] Support for DESTDIR and PREFIX
-
-Fixes #110

- GNUmakefile | 28 ++--
- 1 file changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/GNUmakefile b/GNUmakefile
-index c52c09a..725e70e 100644
 a/GNUmakefile
-+++ b/GNUmakefile
-@@ -19,21 +19,21 @@ endif
- 
- ifeq ($(SINGLE_USER),false)
- ifneq ($(BSD),true)
--  BASE_PATH= /usr
--  VLC_LIB_PATH = ${PREFIX}/usr/lib
-+  PREFIX  ?= /usr
-+  VLC_LIB_PATH = ${PREFIX}/lib
- else
--  BASE_PATH= /usr/local
--  VLC_LIB_PATH = ${PREFIX}/usr/local/lib  
-+  PREFIX  ?= /usr/local
-+  VLC_LIB_PATH = ${PREFIX}/lib
- endif
- else
--  BASE_PATH= ${HOME}/.local
-+  PREFIX   = ${HOME}/.local
-   VLC_LIB_PATH = ${HOME}/.local/share
- endif
- 
--  BIN_PATH  = ${PREFIX}$(BASE_PATH)/bin
--  LIB_PATH  = ${PREFIX}$(BASE_PATH)/lib
--  APP_SHORTCUT_PATH = ${PREFIX}$(BASE_PATH)/share/applications
--  SHARE_PATH= ${PREFIX}$(BASE_PATH)/share
-+  BIN_PATH  = ${DESTDIR}${PREFIX}/bin
-+  LIB_PATH  = ${DESTDIR}${PREFIX}/lib
-+  APP_SHORTCUT_PATH = ${DESTDIR}${PREFIX}/share/applications
-+  SHARE_PATH= ${DESTDIR}${PREFIX}/share
- 
- common:
-   -mkdir -p $(LIB_PATH)/syncplay/resources/lua/intf
-@@ -57,7 +57,7 @@ u-common:
- client:
-   -mkdir -p $(BIN_PATH)
-   cp syncplayClient.py $(BIN_PATH)/syncplay
--  sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay
-+  sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay
-   chmod 755 $(BIN_PATH)/syncplay
-   cp syncplayClient.py $(LIB_PATH)/syncplay/
-   cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
-@@ -67,20 +67,20 @@ ifeq ($(SINGLE_USER),false)
- endif
-   
- ifeq ($(VLC_SUPPORT),true)
--  -mkdir -p $(VLC_LIB_PATH)/vlc/lua/intf/
--  cp resources/lua/intf/syncplay.lua $(VLC_LIB_PATH)/vlc/lua/intf/
-+  -mkdir -p ${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/
-+  cp resources/lua/intf/syncplay.lua 
${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/
- endif
- 
- u-client:
-   -rm $(BIN_PATH)/syncplay
-   -rm $(LIB_PATH)/syncplay/syncplayClient.py
--  -rm $(VLC_LIB_PATH)/vlc/lua/intf/syncplay.lua
-+  -rm ${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/syncplay.lua
-   -rm $(APP_SHORTCUT_PATH)/syncplay.desktop
- 
- server:
-   -mkdir -p $(BIN_PATH)
-   cp syncplayServer.py $(BIN_PATH)/syncplay-server
--  sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
-+  sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
-   chmod 755 $(BIN_PATH)/syncplay-server
-   

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

2017-01-31 Thread Mike Pagano
commit: bf4b83e922be4e86513bee26f2398a3ac192a0f0
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 31 17:17:17 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 31 17:17:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4b83e9

sys-kernel/gentoo-sources: Clean up 4.4.X series

Package-Manager: portage-2.3.3

 sys-kernel/gentoo-sources/Manifest | 18 --
 .../gentoo-sources/gentoo-sources-4.4.26.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.4.28.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.4.40.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.4.41.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.4.42.ebuild| 29 --
 .../gentoo-sources/gentoo-sources-4.4.43.ebuild| 29 --
 7 files changed, 192 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 34caa4b..3cfce4f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -56,27 +56,9 @@ DIST genpatches-4.1-43.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005
 DIST genpatches-4.1-44.base.tar.xz 1026292 SHA256 
66dfce7165b5dabbd980d72468af6df44699909ac6d82fc1b0e9cd4b02c22c20 SHA512 
cafc22319e42b701398480b91325df68c93b0df6a9e7f32d328d628c386b3c49ee32cb38eed27d72a7b523255540679652687ab78baacb3f00f5e65ae36a9a8b
 WHIRLPOOL 
c5a7957479b0d3ad018ce011dda18a6d0267de21f7175bd8319fa3c1fe2502ec511e3f9dc5e5a1227d3bbcaa1c674f836b5e727cbbcff1794e4d1777b7bef341
 DIST genpatches-4.1-44.experimental.tar.xz 61748 SHA256 
21bbddd7c73b1acae7c0f3e49eaea0dc05199ff7e9f7629c02e047b2c13de72f SHA512 
8fdb95601239f3334307240e7eee7174178a092a1bcc3095a52a4a87955faa47cabaf39e046315ebe190aff3b57712711b1dde4397c58f74be3c97d3844f3170
 WHIRLPOOL 
f9741245264c2d5453db6360b991f09209fc3c73e2bc41349931dcdb8d1140018057e2703614e1b4e0c0f298d394474001bec3cf75534a11f73de708437b9aa5
 DIST genpatches-4.1-44.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005875e775bfb326295daa4c6208af01bc5a7 SHA512 
1c316ce90ac8a09a74e6a4fcf0b440975f839ff9229da0d97525cae912df947bc010e17b2a0a48994dc20c49bd090bd17c792828cc46b4a81ff2d797e10a8b8b
 WHIRLPOOL 
ed46ebdd56b50cc4d9111fe5ff74b61ee46ff7a66e351f23ad03a9612de226490aa1befa4fe8b4f8e6eb9849d080e5c6e8be8ba89a3b9075cbb4c56e8e6a2056
-DIST genpatches-4.4-28.base.tar.xz 784432 SHA256 
40b5a66857a5a0d8707782c642218e551f0dba2c1e3bd138c2b10a40f49d8440 SHA512 
eaea6e6d3ad25360d07bbed3882a77d49d2a53e369fad754b691d28be72dfc7b44a22a04017986048689b5805e9013dd66a27a3dbb063d5ca4af366b9fa71e7d
 WHIRLPOOL 
d0bbbe004052c047c4090befa1488d864ebef32b76699aba7e34035cc3debc8d13e106b8abd19c4605aa04b06c6b8d4d28f9c86b804ae354d250b4641a57acd6
-DIST genpatches-4.4-28.experimental.tar.xz 87788 SHA256 
14bf426c45e1f680b3ef6e7fa67fb9046cb72da64b4b36d9736cefce6e979282 SHA512 
4e53cfcc0faedcf3040cd31f1291388f1fb4d50873b1bdd4cb376e52ac608855f608ae9b5849e717632266bfa096d5117515ff2e0ca8e608a06cd97b1717710f
 WHIRLPOOL 
b02da5f954e588bd6144f89820ff449469b05629ca3992c6fff505b312bf9ef5bcd2d8db2a97922801db7fa2ec52f6d4f376bd29a49378f0cf8391fddac38bae
-DIST genpatches-4.4-28.extras.tar.xz 16360 SHA256 
6c1331851468c372e7f9ea2c456b458e2842aec4752d67817be2a9305df27fc8 SHA512 
ca7b353f31e0b0460c78420b26ca8d82ae04f0efe5a395097471bd30d16744ba39e6e1e53ae857e2d4d1773a2ee30c9ce80ae855fc0d33c1d2c93e8ff5b35a66
 WHIRLPOOL 
16a92ff57cb514bd5b5942b293d290eb631bbeec7bfc13905dedbde83c1abe18050374c6217706d17a4b20dbc0d9f399b4fe10c304c14fefa460cdd95c920e6d
-DIST genpatches-4.4-30.base.tar.xz 823044 SHA256 
9c57b8bd64b62a4bf24f8fde252d5bdaf44c3ae86d759836b9ecd46eb1f6bfb5 SHA512 
f50d16367d433b8118082dc1c7e23df1109c52065b09287bc70bd7d811f2ab000a94dd4f62c89a7617417d8d0df65cd2156cbd209687ec42be62cb7a36c5d569
 WHIRLPOOL 
93a2d5dc5da2eccb39c3552b5d56abbf93b1c72936e6101d9d0538d62c01c1452152cf8e7205b7c6391dd258388d469b9f0ebd0ee6c9ed0b95e2d65eba4ef3da
-DIST genpatches-4.4-30.experimental.tar.xz 87764 SHA256 
284dcf0dc30a5845f5a9c82f2130ff4b196f8c92923a6b6053a7d40010b45848 SHA512 
cf74e739520ca8f4fd7108558bd581f61bfd7b73d94dec699d21ac53fac657db0994c5e71017c1cc079855d2699798489b7ca899f904e00a3753c5c154c5
 WHIRLPOOL 
96a94e53cba14b6acb44e1c67b92d8cf20b7fde0a46e99f9cf896c6ff49bb7c2e9682aec46a5e93f2d8c63790ba9817772f0258dbd4a0f85b215d4876e277bf3
-DIST genpatches-4.4-30.extras.tar.xz 16368 SHA256 
5ae402de247df572e8ea70d8ef23808b0c162cf31d4623327897ae54933adbf2 SHA512 
edbd39ca766fc808ac34f868f28b05a0f8275fd5d1e62c8036d5204bfef34694383a07925c3b589d32d5f8ed8ac43fe1391d49071f02d7ac33bdd8249fad6b58
 WHIRLPOOL 
eee136234d33cb39f5956e003eac9449889227f82a17e137dd8dd22a6dd8dfe7ade4973bded4d0130771465aabf4c35b6e69220d20a9b4a002a5a93165e6
 DIST genpatches-4.4-43.base.tar.xz 912072 SHA256 
f7c9220f08385e8bdcd3cc42974581c259209aaf61fab1c3535e71a37e7fcb6c SHA512 

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

2017-01-31 Thread Martin Mokrejs
commit: 2ad8d135f344e32e7f1627bb293b776b36db9b80
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 17:16:00 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 17:16:00 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ad8d135

sci-biology/repeatmasker: respect EPREFIX

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index e0ad294..221c562 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -49,20 +49,20 @@ src_configure() {
echo "
 env
 \"${S}\"
-/opt/bin
+"${EPREFIX}"/opt/bin
 1
-/usr/bin
+"${EPREFIX}"/usr/bin
 Y
 2
-/usr/bin
+"${EPREFIX}"/usr/bin
 Y
 4
-/usr/bin
+"${EPREFIX}"/usr/bin
 Y
 5" | "${S}/configure" || die "configure failed"
-   sed -i -e 's|use lib $FindBin::RealBin;|use lib 
"/usr/share/'${PN}'/lib";|' \
-   -e 's|".*\(taxonomy.dat\)"|"/usr/share/'${PN}'/Libraries/\1"|' \
-   -e '/$REPEATMASKER_DIR/ 
s|$FindBin::RealBin|/usr/share/'${PN}'|' \
+   sed -i -e "s|use lib $FindBin::RealBin;|use lib 
${EPREFIX}/usr/share/${PN}/lib;|" \
+   -e 
"s|.*\(taxonomy.dat\)|${EPREFIX}/usr/share/${PN}/Libraries/\1|" \
+   -e "/$REPEATMASKER_DIR/ 
s|$FindBin::RealBin|${EPREFIX}/usr/share/${PN}|" \

"${S}"/{DateRepeats,ProcessRepeats,RepeatMasker,DupMasker,RepeatProteinMask,RepeatMaskerConfig.pm,Taxonomy.pm}
 || die
 }
 # configure failed to 'cp RepeatMaskerConfig.tmpl RepeatMaskerConfig.pm'
@@ -97,7 +97,7 @@ pkg_postinst(){
einfo "from Dfam-1.0 database www.dfam.org"
einfo "You can configure which search search engine is to be used and"
einfo "PATHs to the search binaries are defined in"
-   einfo "/usr/share/${PN}/lib/RepeatMaskerConfig.pm"
+   einfo "${EPREFIX}/usr/share/${PN}/lib/RepeatMaskerConfig.pm"
einfo "Supported search engines are:"
optfeature "cross_match" sci-biology/phrap
optfeature "rmblast" sci-biology/rmblast



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

2017-01-31 Thread Martin Mokrejs
commit: 00c9388d1211eb53a424c12f6607ef70054c6c8d
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 17:09:12 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 17:09:12 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=00c9388d

sci-biology/repeatmasker: add missing call to default in src_prepare()

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index f2a525a..e0ad294 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -31,6 +31,7 @@ S="${WORKDIR}/RepeatMasker"
 
 src_prepare(){
epatch "${FILESDIR}"/"${P}"__configure.patch
+   default
 }
 
 src_configure() {



[gentoo-commits] proj/sci:master commit in: sci-biology/trf-bin/, sci-biology/trf-bin/files/

2017-01-31 Thread Martin Mokrejs
commit: a2df729d9eae2e016883572c2fbfe941184f421d
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 16:44:12 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 16:44:12 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2df729d

sci-biology/trf-bin: renamed to reflect it is an upstream's binary

A lot of fixes in the ebuild as well:
- install snapshot copies of HTML docs to prevent checksum errors
- properly set MY_PV version number
- fix install location
- distinguish between 32 and 64bit binaries

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/trf-bin/files/trf.definitions.txt | 159 +
 sci-biology/trf-bin/files/trf.txt | 176 +++
 sci-biology/trf-bin/files/trf.whatsnew.txt| 243 ++
 sci-biology/trf-bin/metadata.xml  |   8 +
 sci-biology/trf-bin/trf-bin-4.09.ebuild   |  53 ++
 5 files changed, 639 insertions(+)

diff --git a/sci-biology/trf-bin/files/trf.definitions.txt 
b/sci-biology/trf-bin/files/trf.definitions.txt
new file mode 100644
index 000..ddedf76
--- /dev/null
+++ b/sci-biology/trf-bin/files/trf.definitions.txt
@@ -0,0 +1,159 @@
+   [1][trflogo.png]
+
+
+
+FASTA Format:
+
+   The FASTA format is a plain text format which looks something like
+   this:
+
+   >myseq
+   AGTCGTCGCT AGCTAGCTAG CATCGAGTCT TTTCGATCGA GGACTAGACT TCTAGCTAGC
+   TAGCATAGCA TACGAGCATA TCGGTCATGA GACTGATTGG GCTTTAGCTA GCTAGCATAG
+   CATACGAGCA TATCGGTAGA CTGATTGGGT TTAGGTTACC
+
+   The first line starts with a greater than sign ">" and contains a name
+   or other identifier for the sequence. This is the sequence header and
+   must be in a single line. The remaining lines contain the sequence
+   data. The sequence can be in upper or lower case letters. Anything
+   other than letters (numbers for example) is ignored. Multiple sequences
+   can be present in the same file as long as each sequence has its own
+   header.
+
+Table Explanation:
+
+   The summary table includes the following information:
+1. Indices of the repeat relative to the start of the sequence.
+2. Period size of the repeat.
+3. Number of copies aligned with the consensus pattern.
+4. Size of consensus pattern (may differ slightly from the period
+   size).
+5. Percent of matches between adjacent copies overall.
+6. Percent of indels between adjacent copies overall.
+7. Alignment score.
+8. Percent composition for each of the four nucleotides.
+9. Entropy measure based on percent composition.
+
+   If the output contains more than 120 repeats, multiple linked tables
+   are produced. The links to the other tables appear at the top and
+   bottom of each table.
+
+   Note: If you save multiple linked summary table files, use the default
+   names supplied by your browser to preserve the automatic linking.
+
+Alignment Explanation:
+
+   The alignment is presented as follows:
+1. In each pair of lines, the actual sequence is on the top and a
+   consensus sequence for all the copies is on the bottom.
+2. Each pair of lines is one period except for very small patterns.
+3. The 10 sequence characters before and after a repeat are shown.
+4. Symbol * indicates a mismatch.
+5. Symbol - indicates an insertion or deletion.
+6. Statistics refers to the matches, mismatches and indels overall
+   between adjacent copies in the sequence, not between the sequence
+   and the consensus pattern.
+7. Distances between matching characters at corresponding positions
+   are listed as distance, number at that distance, percentage of all
+   matches.
+8. ACGTcount is percentage of each nucleotide in the repeat sequence.
+9. Consensus sequence is shown by itself.
+   10. If chosen as an option, 500 characters of flanking sequence on each
+   side of the repeat are shown.
+
+   Note: If you save the alignment file, use the default name supplied by
+   your browser to preserve the automatic cross-referencing with the
+   summary table.
+
+Program Parameters:
+
+   Input to the program consists of a sequence file and the following
+   parameters:
+1. Alignment Parameters. Weights for match, mismatch and indels. These
+   parameters are for Smith-Waterman style local alignment using
+   wraparound dynamic programming. Lower weights allow alignments with
+   more mismatches and indels. Match weight is +2 in all options here.
+   Mismatch and indel weights (interpreted as negative numbers) are
+   either 3, 5, or 7. A 3 is more permissive and a 7 less permissive
+   of these types of alignments choices.
+2. Minimum Alignment Score. The alignment score must meet or exceed
+   this value for the repeat to be reported.
+3. Maximum Period Size. The period size must be no larger than this
+   value for the repeat to be reported. Period size is the 

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

2017-01-31 Thread Martin Mokrejs
commit: 65eefd235ea15691fa4e51da736a624267e66fb6
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 31 16:47:17 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 31 16:47:17 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=65eefd23

sci-biology/repeatmasker: depend on the now renamed package

Make users uninstall the previously installed files under the
sci-biology/trf package name.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index 3da4241..f2a525a 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -23,7 +23,8 @@ RDEPEND="
sci-biology/phrap
sci-biology/repeatmasker-libraries
sci-biology/rmblast
-   >=sci-biology/trf-4.0.4
+   !sci-biology/trf
+   >=sci-biology/trf-bin-4.0.4
 "
 
 S="${WORKDIR}/RepeatMasker"



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

2017-01-31 Thread Alice Ferrazzi
commit: c3790da4b84ee79064986116b652709316e07d1b
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Jan 31 16:26:38 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Jan 31 16:27:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3790da4

sys-apps/epoch: epoch-
fix #607214 missing default config file

Package-Manager: portage-2.3.3

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

diff --git a/sys-apps/epoch/epoch-.ebuild b/sys-apps/epoch/epoch-.ebuild
index 27c1d77..67132e9 100644
--- a/sys-apps/epoch/epoch-.ebuild
+++ b/sys-apps/epoch/epoch-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -55,7 +55,7 @@ src_install() {
newepochins sbin
 
insinto /etc/epoch/
-   newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf
+   newins "${FILESDIR}"/${PN}-1.0-epoch.conf epoch.conf
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pstoedit/, media-gfx/pstoedit/files/

2017-01-31 Thread Andreas Hüttel
commit: 22c4233671ba534b8ca1d358de7461fdb86d6b45
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 31 16:26:07 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Jan 31 16:26:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c42336

media-gfx/pstoedit: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/pstoedit/Manifest|  2 -
 .../pstoedit/files/pstoedit-3.60-parallel.patch| 49 -
 .../pstoedit/files/pstoedit-3.62-parallel.patch| 54 ---
 media-gfx/pstoedit/pstoedit-3.61.ebuild| 56 
 media-gfx/pstoedit/pstoedit-3.62.ebuild| 61 --
 media-gfx/pstoedit/pstoedit-3.70.ebuild| 59 -
 6 files changed, 281 deletions(-)

diff --git a/media-gfx/pstoedit/Manifest b/media-gfx/pstoedit/Manifest
index fd14e1b..47346fa 100644
--- a/media-gfx/pstoedit/Manifest
+++ b/media-gfx/pstoedit/Manifest
@@ -1,3 +1 @@
-DIST pstoedit-3.61.tar.gz 989480 SHA256 
e9935f5510fc5a3227bd31a74e88911f02a4c8516f3e0fe9fbc0dc780f2460db SHA512 
fa7ca567ea5acc95000b9d7582c22605725f5893d2f00412f6e9e59ead1efc6cafbbb019df0a4ae4f849ed50df59cf1f4d187fdd3b560d62173287d6f7e3db72
 WHIRLPOOL 
cf7b252afce0c65ccb9d739df5e4c4b419f7f39f9a76a5ad3f1dfc78cb9a0549b4ac0881dde7400fa51d9f75d479aa0669da76d8c01a628c2d4676cbe56e5287
-DIST pstoedit-3.62.tar.gz 1013477 SHA256 
8074c44637d48fa1a9253b263b18a61258bab904df473f803d8a639b6a038148 SHA512 
f8c8643c873066026d0ef15a845006cf13928410e1c4b822bdd9a727d5d80f703d3ddabbcde249c72395c3b013dd2e1ef020f4a74f239b118035372ba5e4dda4
 WHIRLPOOL 
1cd36f55786e060bb66b5f41461edd38b40a5222c0abe9442a7b7223b781922f875271cda99397928ddc137725e236ef53cfb15f070510a770364d822df90ec9
 DIST pstoedit-3.70.tar.gz 1013949 SHA256 
06b86113f7847cbcfd4e0623921a8763143bbcaef9f9098e6def650d1ff8138c SHA512 
63668ea039fdf988ba007bafb8dc1f23f06d4eb430a92b97fb93c71b819f63e2708b99476ec9b096598db2ddd30d29a69101f078e7d4fdfec314677f50293cf9
 WHIRLPOOL 
b1538ddc6fdebd150e79e3c574b41941077863e14eff1b9e74baf0bffe6d4ef8419bff551bf88e6e4e98550648d7a050e18b0df8627373351074ff434de8a571

diff --git a/media-gfx/pstoedit/files/pstoedit-3.60-parallel.patch 
b/media-gfx/pstoedit/files/pstoedit-3.60-parallel.patch
deleted file mode 100644
index 0ad8c7c..
--- a/media-gfx/pstoedit/files/pstoedit-3.60-parallel.patch
+++ /dev/null
@@ -1,49 +0,0 @@
 pstoedit-3.60/src/Makefile.am.orig
-+++ pstoedit-3.60/src/Makefile.am
-@@ -87,6 +87,7 @@
- $(sample_drivers_src)   
- libp2edrvstd_la_LIBADD=libpstoedit.la
- libp2edrvstd_la_LDFLAGS=-no-undefined -module
-+libp2edrvstd_la_DEPENDENCIES = libpstoedit.la
- 
- #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
- #libp2edrvplugins_la_LIBADD=
-@@ -96,25 +97,30 @@
- libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
- libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) libpstoedit.la
- libp2edrvlplot_la_LDFLAGS=-no-undefined -module
-+libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
- 
- libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
- libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) libpstoedit.la
- libp2edrvswf_la_LDFLAGS=-no-undefined -module
-+libp2edrvswf_la_DEPENDENCIES = libpstoedit.la
- 
- # note the __ stand for ++ - automake treats all no alphanums chars as _
- libp2edrvmagick___la_SOURCES=drvmagick++.cpp drvmagick++.h initlibrary.cpp
- libp2edrvmagick___la_LIBADD=${LIBMAGICK_LDFLAGS} libpstoedit.la
- libp2edrvmagick___la_LDFLAGS=-no-undefined -module
-+libp2edrvmagick___la_DEPENDENCIES = libpstoedit.la
- # moved to configure.ac because needed only for g++ 
libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
- 
- if USE_EMFBYSOURCE
- libp2edrvwmf_la_SOURCES=emflib.cpp drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LIBADD=libpstoedit.la 
- libp2edrvwmf_la_LDFLAGS=-no-undefined -module
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
- else
- libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
- libp2edrvwmf_la_LIBADD=$(LIBEMF_LDFLAGS) libpstoedit.la 
- libp2edrvwmf_la_LDFLAGS=-no-undefined -module
-+libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
- endif
- 
- libpstoedit_la_SOURCES =  \
-@@ -139,6 +145,7 @@
- pstoedit_SOURCES = cmdmain.cpp
- pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}
- pstoedit_LDFLAGS = -no-undefined
-+pstoedit_DEPENDENCIES = libpstoedit.la
- 
- pkginclude_HEADERS =  \
-   pstoedit.h  \

diff --git a/media-gfx/pstoedit/files/pstoedit-3.62-parallel.patch 
b/media-gfx/pstoedit/files/pstoedit-3.62-parallel.patch
deleted file mode 100644
index e20324e..
--- a/media-gfx/pstoedit/files/pstoedit-3.62-parallel.patch
+++ /dev/null
@@ -1,54 +0,0 @@
 pstoedit-3.62.orig/src/Makefile.am
-+++ pstoedit-3.62/src/Makefile.am
-@@ -92,6 +92,7 @@
- $(sample_drivers_src) 

[gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/

2017-01-31 Thread Jeroen Roovers
commit: ff1d5cbe9763d7eb8d86b9de31e7fa38d0c61d95
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:18:59 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1d5cbe

dev-tex/feynmf: Stable for HPPA (bug #556292).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tex/feynmf/feynmf-1.08-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r4.ebuild 
b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
index e9effa1..0c3fe1e 100644
--- a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-metapost"



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

2017-01-31 Thread Mike Gilbert
commit: e623a85ba5e990a7e3d623a2d294a5f53764abeb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 31 04:46:25 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 31 16:14:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e623a85b

dev-python/packaging: remove old

Package-Manager: Portage-2.3.3_p42_p433681, Repoman-2.3.1_p35_p433681

 dev-python/packaging/Manifest  |  4 
 dev-python/packaging/packaging-16.0.ebuild | 31 ---
 dev-python/packaging/packaging-16.1.ebuild | 34 --
 dev-python/packaging/packaging-16.2.ebuild | 34 --
 dev-python/packaging/packaging-16.5.ebuild | 34 --
 5 files changed, 137 deletions(-)

diff --git a/dev-python/packaging/Manifest b/dev-python/packaging/Manifest
index d4070d5..c4caa45 100644
--- a/dev-python/packaging/Manifest
+++ b/dev-python/packaging/Manifest
@@ -1,7 +1,3 @@
 DIST packaging-15.3.tar.gz 34359 SHA256 
1e9a6b9ad621bc1dbd3aa8dfff52abc4b44f5c14fbb406731c25cba250a5f61e SHA512 
bd59408dc6ea2a4f8cb3a84b4d1e4284148a0f6fb2d3203f90885f608871f1f2315201427d08d2ca7b2d706bc5457c8a521b5edda9187e794522dbb8e46a663c
 WHIRLPOOL 
197e9f26022383bf5962efbd562f1502bd5f0972a782c94f3188961d8d14167c25febee459ad5b3a731bafaf3f7e53e5b051d383382c169b58aff1cb521442f3
-DIST packaging-16.0.tar.gz 40167 SHA256 
a32895134cd7b86ee8add60a3be5bfd7ef3f30e73e5b54221dbe67d0e0690689 SHA512 
7672f0a51f73543e39ad80b021d288c0e235c2ace9add5022a1d494b2711ce55ba7d05d92245cbb96fa354d67fdfbdbdd2e1858ace3d6d2761869bc5ddaaeddd
 WHIRLPOOL 
be813ffbcc614e5be3bc9bb1e704e9c65c194b47172bb0c9bf0113ea8456256fa8263faec33b3e001b6d71ed7fd8763796afd6eeb608f3a65ea987db48304d5a
-DIST packaging-16.1.tar.gz 42929 SHA256 
7792caf5bfda630c96310a84ecba5d61b17a843ab72194bb5606d81e4f44094f SHA512 
f4e081be85247c989343e7532d5e4afcad68af960264b59271862799e8d63ed0b7fb733670f7446da69aa60f013fc886c8c31c6010c1157110c1a417209d9325
 WHIRLPOOL 
8c13ef4196633cc4c7c59aef2fa8980abc46908fd30ffbe79d565dcd6089bc1496a8b5dc6aa5968273281e8ef494ef54036c72192f36dfe30dbb0f3fcf8544c9
-DIST packaging-16.2.tar.gz 43398 SHA256 
0eb4a6329c6d40a0deef725b4f510b6219ec8c365f888583babbb4454d761dd6 SHA512 
2310efbd4d73498d5645d0c3a2f0cb162cd18cff28079ba2ac44b784e728363d84a8eae4d9e313c4491394841638ef01ef37ef7da3bac01e27af37a72e387dd1
 WHIRLPOOL 
5aff538bf5ee18474074048bb581140200c078ceb6366f5c709be931851b0835a8a725ecc17a1b2c34bae34cf79d8743a4422c6701e5c6e9ba99bfdc51aa439f
-DIST packaging-16.5.tar.gz 43810 SHA256 
b763bd2a025e957323f761bf00fb72e8c17ac1c6d5eb8fb55c18802f2143f911 SHA512 
60d4317f5a86518078d56a08a3121536ba2ed2232dfc44c7962aa0e17676c7116c25f710ff2056ca44a0f1b0db15e5f02d6f785f9db0ab3af613b2056430a6f3
 WHIRLPOOL 
bdd83eb84af57dfc81aa318966b43b98f6915e7a81a6b3ae019c294cfb687a0fd491e84c8f15a3ae23d9568292f7c111ab4f17ff7e200ba4d1700e953bbf4fca
 DIST packaging-16.6.tar.gz 44194 SHA256 
a335d0778b77d3525875dfe66c2b880529e3bbde08e1a6604710ac36f851021a SHA512 
221bedd71f942516be77e8146f5b64d5fcfd5aeeb20a7d2f76dcf4aa0164595192e6bb5a829965cefb149ebf523560e57cf09214801b1bceb395b9f59a4cd993
 WHIRLPOOL 
cee4ce64142c1ec3d8ae1c3547e6b840959ffe1c3c08833b61f316f531b0d0fdb751908618762fae40cd5a9d29205a99a8cacefd30ada8a7216186ac116dc3b2
 DIST packaging-16.8.tar.gz 44706 SHA256 
5d50835fdf0a7edf0b55e311b7c887786504efea1177abd7e69329a8e5ea619e SHA512 
d1a7b65472c7c02dd758f0c469d6c6aeea34de7b798613f7fcdf45fcccbeba1e9085cab113fa89b392a60f758f8747d13b1c265c809566990c22e61ca8db49bb
 WHIRLPOOL 
611db9bbba97140abfa8097335cb13de2d548c0af731167c2d5f7236771cad47eaf66231c364611f1e6526464dedef8addaa9f0155bd5902f9008952f064d430

diff --git a/dev-python/packaging/packaging-16.0.ebuild 
b/dev-python/packaging/packaging-16.0.ebuild
deleted file mode 100644
index 8a2cc7a..
--- a/dev-python/packaging/packaging-16.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3  )
-
-inherit distutils-r1
-
-DESCRIPTION="Core utilities for Python packages"
-HOMEPAGE="https://github.com/pypa/packaging 
https://pypi.python.org/pypi/packaging;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="|| ( Apache-2.0 BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/pretend[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-PDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"
-
-python_test() {
-   py.test --capture=no --strict -v || die
-}

diff --git 

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

2017-01-31 Thread Mike Gilbert
commit: 60a629f0abdd88d039e0795e20b3417affecb025
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 31 14:38:22 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 31 16:14:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a629f0

profiles: mask dev-python/mwlib for removal

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5ec9cc9..7e03c4c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (31 Jan 2017)
+# Depends on old version of dev-python/pyparsing.
+# Removal in 30 days.
+dev-python/mwlib
+dev-python/mwlib-rl
+
 # Fabian Groffen  (31 Jan 2017)
 # Mask upcoming Exim release candidates
 =mail-mta/exim-4.89_rc1



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

2017-01-31 Thread Mike Gilbert
commit: 5c2eb1cde4d44aa502c6a9afcec42cfa03e35437
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 31 04:48:43 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 31 16:14:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2eb1cd

dev-python/pyparsing: remove old

Package-Manager: Portage-2.3.3_p42_p433818, Repoman-2.3.1_p35_p433818

 dev-python/pyparsing/Manifest   |  7 -
 dev-python/pyparsing/pyparsing-2.0.4.ebuild | 40 -
 dev-python/pyparsing/pyparsing-2.0.5.ebuild | 38 ---
 dev-python/pyparsing/pyparsing-2.0.6.ebuild | 38 ---
 dev-python/pyparsing/pyparsing-2.0.7.ebuild | 38 ---
 dev-python/pyparsing/pyparsing-2.1.0.ebuild | 38 ---
 dev-python/pyparsing/pyparsing-2.1.5.ebuild | 37 --
 dev-python/pyparsing/pyparsing-2.1.9.ebuild | 36 --
 8 files changed, 272 deletions(-)

diff --git a/dev-python/pyparsing/Manifest b/dev-python/pyparsing/Manifest
index b72a9ef..c09acd7 100644
--- a/dev-python/pyparsing/Manifest
+++ b/dev-python/pyparsing/Manifest
@@ -1,11 +1,4 @@
 DIST pyparsing-1.5.6.tar.gz 1418892 SHA256 
5c84aa4500e82d5aa2c0842d5628c5da985e68ac1fb33554e0e5547eb3c85a75 SHA512 
614c1a016d121b7c4ecf90a164bbe323affd6cf72319c8494e9a583078ffa233c351627fc3e793307e407e043570f8301f112c4d86645dcd130220ed976289c8
 WHIRLPOOL 
278d37581a950a570ac3cca2a5f8b674c909220fddc47072d9d52c38b8dfc30b335530dffd3c522cd18e58e9bddcc5e48d9184cdaf4b09203bbba308607e24a4
 DIST pyparsing-2.0.3.tar.gz 1462653 SHA256 
06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f SHA512 
9771851f4b0191c7d3f8d2a2a6d2a9198b173120d3f133d08284b71e792fc59a906d571edea8f44ba04ab00c1d906e1974d1e8a2d6155d492de1358ba99c575a
 WHIRLPOOL 
42b9c7aa0b8d4d91436a01a60cbca64a9c8f7798b7aeb60bd2c4af085f9e13167a5ac5132d55bd890b4890c00428e908dfae32ed78ec153c868ee02ed3cdaa3f
-DIST pyparsing-2.0.4.tar.gz 1140009 SHA256 
c43c9f1395975bf2b032c20e6b149d6b698cdabf9291079bcaf0131709e95f59 SHA512 
021d3610ead6b864b1e0227b6cad2393aae0c1f38a44c09dd7ac33d05be30cb4c75176a33ebd8c44e87ed9d54b58aaf27fab7ac8f3cdcb3ce4418b5b0d586b01
 WHIRLPOOL 
0fa3fe631c5c6fc79fb13f029fe8a32bd9651fd663e915c5be394225bcb1ea1f199d3edc2294e7a4b0732590e7a0cc3053effca9aa20155ca69d4c3908019e6d
-DIST pyparsing-2.0.5.tar.gz 1140072 SHA256 
58756bf33e989d84ac72142e4ca558cf10c778a3233edb0a86632f271409ba9e SHA512 
203c4520378302434078b49467369ee0ae70ef4807ca16b8e0ca361dbc3f555806e5e07f9e5005eec34452144b528ed0480f8892b1c61bae83512baa4e74b56e
 WHIRLPOOL 
0da95e0d61a877669ff0f586e3688b0f8444baa5b857fdea8bb758b52af1ea8d6709effe2d1df031bf7d5940fb3b65582f44ca750adedaae12a36d5af105b6a6
-DIST pyparsing-2.0.6.tar.gz 1140849 SHA256 
aea69042752ad7e9c436eea6ae5d40e73642e27f50edb6da4a2532030ef532da SHA512 
3722198efc98f6ffc124fa012f6ef23ec840ccc2280922dcb35b05c1e78cdc40f1057be0f364732d20fb0dd25897776a15625ceadee14f6800d67b6d180b42f1
 WHIRLPOOL 
c6228050452d4297bcb77326972b5ea5c671ee264ce8ebba1ceb115f8ca84e099d94a6db43a1dafef761e26bbf8cab96d46602e116c1d03607ab1860d907c233
-DIST pyparsing-2.0.7.tar.gz 1141457 SHA256 
2ce0db3c70ec0413603d4aea389e4ece34ff93c265649b1c5c7d56e3c2cf19c4 SHA512 
1430262481e97357b0b376db7f938c10dde4514f8f70332252af2de8aee9a0b79cb7a00435c7c8baae2dd1ed9c5d06602cd1ef9bfd6d2f5f30fed1a96c32fe78
 WHIRLPOOL 
e306804b0116d40990f53e1c97188b4dd0163f932b92eddd1ece8f078911f52cb34e06cc186b77ea0a4ce4cef5bf4a804b916fcca21322df368263be6a13
-DIST pyparsing-2.1.0.tar.gz 1144460 SHA256 
f6cb2bc85a491347c3c699db47f7ecc02903959156b4f92669ebf82395982901 SHA512 
16493a4ee56ee55d70fb9784c2d275779e49125eeb9f41da15106b4123e44c9e35c1449c5106d2849140f9729f26f268238f52f279f26ae594ea0d31ed2fb09e
 WHIRLPOOL 
52547b721b19d6a45900d79148512801583a8adda51fecd7639cd14f7c2e3a7b49118eb03ae86fdd10276643d40a215f1a01a3f645cbdc0e104096ea3cd8cfa6
 DIST pyparsing-2.1.10.tar.gz 1230829 SHA256 
811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188 SHA512 
21af73d6f479d52746f269c8fbaf90c1107a8aec756d30af8c7c4e6a2ff0ea9659cc07816b7ea19286bc12d43497f5e8e63351453bf18daf6a1cb380a195532e
 WHIRLPOOL 
1ffbad12d00b99a260cd77c61503aa1800f97028be7c40e67f582c1b497ed1872e51d33887e278cd5203ec379d27886edd9455d1d8f7bef9d1b2d7df38185cc4
-DIST pyparsing-2.1.5.tar.gz 1165974 SHA256 
b9ace99b581174d7ca98891a7bc57fd08892b94f17922645d90835f7b9b54a56 SHA512 
cf97dd233cd0405c8d114e81a693527128fdded1df14de1176070a343d929041b3d3965f06323d1e05403bfcda16eef760df4524665ef8b5331fb1bf3af634ad
 WHIRLPOOL 
a5e7c1a5ccdc079b7a27a3aba567ad6f262206ae69b85352ecfd368fd1bb8712aadec0d70a84c3a5ec6b09470986e5add86844c0f4269ec126032a73d6817238
 DIST pyparsing-2.1.8.tar.gz 1222883 SHA256 
03a4869b9f3493807ee1f1cb405e6d576a1a2ca4d81a982677c0c1ad6177c56b SHA512 
0fb98d3704f9725926b20d72f770a6188a1be6f9856c371afd25d496519b794ba0026e4f9dbeeed6e5188edb99134d8909b595fca5536b1914c5e5832ebabdb2
 WHIRLPOOL 

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

2017-01-31 Thread Jeroen Roovers
commit: af3696b6549168cba5ad82214d084d9aa26ab9ef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:11:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:11:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3696b6

sys-apps/kmod: Stable for HPPA (bug #606420).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

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



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

2017-01-31 Thread Jeroen Roovers
commit: 12932aaf9fa93c9824350d597a4c3ca538aa7e0d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:09:19 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:09:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12932aaf

dev-python/pyelftools: Stable for HPPA (bug #606280).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/pyelftools/pyelftools-0.24.ebuild 
b/dev-python/pyelftools/pyelftools-0.24.ebuild
index bdb5596..74a43ac 100644
--- a/dev-python/pyelftools/pyelftools-0.24.ebuild
+++ b/dev-python/pyelftools/pyelftools-0.24.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 python_test() {



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

2017-01-31 Thread Jeroen Roovers
commit: 21cbc0f69a7e0f4337a9d607380d568da45370d5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:09:43 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:09:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cbc0f6

app-editors/nano: Stable for HPPA (bug #606792).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/app-editors/nano/nano-2.6.3.ebuild 
b/app-editors/nano/nano-2.6.3.ebuild
index 501cc78..b83331a 100644
--- a/app-editors/nano/nano-2.6.3.ebuild
+++ b/app-editors/nano/nano-2.6.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P=${PN}-${PV/_}
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/snack/

2017-01-31 Thread Jeroen Roovers
commit: d764195dad9f8e4fc773e581f7dd6e6b25eaadcd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:05:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:05:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d764195d

dev-tcltk/snack: Stable for HPPA (bug #593144).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tcltk/snack/snack-2.2.10-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/snack/snack-2.2.10-r6.ebuild 
b/dev-tcltk/snack/snack-2.2.10-r6.ebuild
index b0b77b9..528c72c 100644
--- a/dev-tcltk/snack/snack-2.2.10-r6.ebuild
+++ b/dev-tcltk/snack/snack-2.2.10-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.speech.kth.se/snack/;
 SRC_URI="http://www.speech.kth.se/snack/dist/${PN}${PV}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 SLOT="0"
 IUSE="alsa examples python threads vorbis"
 



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

2017-01-31 Thread Jeroen Roovers
commit: 5665194a78ba751af9c1a6423f5666a4536b4786
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:06:37 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:06:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5665194a

dev-libs/libcdio-paranoia: Stable for HPPA (bug #597926).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild 
b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild
index f069e7b..e622ede 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.93_p1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.gz"
 # clause "or later" so we use LGPL-2.1 without +
 LICENSE="GPL-3+ GPL-2+ LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+cxx static-libs test"
 
 RDEPEND="app-eselect/eselect-cdparanoia



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

2017-01-31 Thread Jeroen Roovers
commit: f65dab9885e7d7fdae235463c99635e150ad865e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:06:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:06:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65dab98

dev-libs/libcdio: Stable for HPPA (bug #597926).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/libcdio/libcdio-0.93.ebuild 
b/dev-libs/libcdio/libcdio-0.93.ebuild
index 7b4ee7e..c836d2b 100644
--- a/dev-libs/libcdio/libcdio-0.93.ebuild
+++ b/dev-libs/libcdio/libcdio-0.93.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/15" # subslot is based on SONAME
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="cddb +cxx minimal static-libs test"
 
 RDEPEND="



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

2017-01-31 Thread Jeroen Roovers
commit: 5f8758d3bbcb2d8c3b5cc4b10bda9466c08c440d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:04:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:04:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8758d3

media-libs/libv4l: Stable for HPPA (bug #586192).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/libv4l/libv4l-1.10.1.ebuild 
b/media-libs/libv4l/libv4l-1.10.1.ebuild
index 691520e..c47903b 100644
--- a/media-libs/libv4l/libv4l-1.10.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.10.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="jpeg"
 
 # The libraries only link to -ljpeg, therefore multilib depend only for 
virtual/jpeg.



[gentoo-commits] repo/gentoo:master commit in: dev-tex/dot2tex/

2017-01-31 Thread Jeroen Roovers
commit: 36d3bb7bdcfef90fdcf6cd22b296f2211e784abd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:56:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:00:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d3bb7b

dev-tex/dot2tex: Stable for HPPA (bug #593146).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tex/dot2tex/dot2tex-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild 
b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
index 874731b..fda2399 100644
--- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="doc examples"
 
 DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"



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

2017-01-31 Thread Jeroen Roovers
commit: 3fdb4172a906a12d8cd4d6236d339cf175c685de
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:55:26 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:00:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdb4172

app-text/dvisvgm: Stable for HPPA (bug #563078).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 app-text/dvisvgm/dvisvgm-1.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/dvisvgm/dvisvgm-1.10.ebuild 
b/app-text/dvisvgm/dvisvgm-1.10.ebuild
index 4a8d6f8..ed88b6f 100644
--- a/app-text/dvisvgm/dvisvgm-1.10.ebuild
+++ b/app-text/dvisvgm/dvisvgm-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2017-01-31 Thread Jeroen Roovers
commit: 3eed0b728fca7675730ed7f701c8c435c38bb5cd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:59:19 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:02:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eed0b72

dev-tex/latex2html: Stable for HPPA (bug #603924).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tex/latex2html/latex2html-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild 
b/dev-tex/latex2html/latex2html-2015.ebuild
index 48c2667..52d71f8 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl



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

2017-01-31 Thread Jeroen Roovers
commit: 7b3a28e1a3eb68a7452a80a46b49361eb73f9a43
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 16:00:00 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:02:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3a28e1

media-gfx/pstoedit: Stable for HPPA (bug #602284).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-gfx/pstoedit/pstoedit-3.70-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild 
b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
index b61f1d1..1b82a66 100644
--- a/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
+++ b/media-gfx/pstoedit/pstoedit-3.70-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="emf flash imagemagick plotutils pptx static-libs"
 
 RDEPEND="



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

2017-01-31 Thread Jeroen Roovers
commit: 52c37f063adee972494d5a50d11e29adf93f5d95
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:57:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c37f06

app-text/dvipng: Stable for HPPA (bug #568578).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 app-text/dvipng/dvipng-1.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/dvipng/dvipng-1.15.ebuild 
b/app-text/dvipng/dvipng-1.15.ebuild
index b666ffa..5b5c2fb 100644
--- a/app-text/dvipng/dvipng-1.15.ebuild
+++ b/app-text/dvipng/dvipng-1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3+ Texinfo-manual"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="truetype test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2017-01-31 Thread Jeroen Roovers
commit: 803a7fe42522287178f25595d8f22bc84102c1ec
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:54:33 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 16:00:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803a7fe4

dev-tex/latexdiff: Stable for HPPA (bug #572632).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tex/latexdiff/latexdiff-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild 
b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
index 8fc9943..c7d076a 100644
--- a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 IUSE=""
 



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

2017-01-31 Thread Alexis Ballier
commit: 6be120ccafe787cf188d253a05c5f887b0d878d0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 31 15:49:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 31 15:52:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be120cc

media-video/cinelerra: Add postproc usedep on ffmpeg since it can actually be 
disabled, bug #585018

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/cinelerra/cinelerra-20150908.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/cinelerra/cinelerra-20150908.ebuild 
b/media-video/cinelerra/cinelerra-20150908.ebuild
index 7dd447b..3ed5399 100644
--- a/media-video/cinelerra/cinelerra-20150908.ebuild
+++ b/media-video/cinelerra/cinelerra-20150908.ebuild
@@ -40,7 +40,7 @@ RDEPEND="media-libs/a52dec:=
x11-libs/libXvMC:=
x11-libs/libXxf86vm:=
virtual/ffmpeg
-   || ( media-video/ffmpeg:0 media-libs/libpostproc )
+   || ( media-video/ffmpeg:0[postproc(-)] media-libs/libpostproc )
virtual/jpeg:0
alsa? ( media-libs/alsa-lib:= )
ieee1394? (



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

2017-01-31 Thread Tobias Klausmann
commit: 381552d5a55f7874990e7c718fba8db4dcef26a2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 31 15:51:26 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 31 15:51:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381552d5

media-libs/musicbrainz-5.1.0-r0: stable on alpha

Gentoo-Bug: 607744

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

diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild 
b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
index 0b3781c..5b9702e 100644
--- a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
+++ b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/metabrainz/lib${PN}/releases/download/release-${PV}/
 
 LICENSE="LGPL-2.1"
 SLOT="5/1" # soname of libmusicbrainz5.so
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RDEPEND="



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

2017-01-31 Thread Tobias Klausmann
commit: 79604dc9f71bde8054333499c65a4327320ed29e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 31 15:51:26 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 31 15:51:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79604dc9

sys-kernel/gentoo-sources-4.9.6-r1: stable on alpha

Gentoo-Bug: 607508

 sys-kernel/gentoo-sources/gentoo-sources-4.9.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.6-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.6-r1.ebuild
index 06abde3..3e66f94 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.6-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.6-r1.ebuild
@@ -11,7 +11,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-xetex/

2017-01-31 Thread Jeroen Roovers
commit: 4e7f5fbb1cbf7835ca6f989a264affd6eedef9e4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:47:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 15:51:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7f5fbb

dev-texlive/texlive-xetex: Stable for HPPA (bug #432144).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
index 12d5580..766a72f 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 OFL public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !=app-text/texlive-core-2007*



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2017-01-31 Thread Tobias Klausmann
commit: 78b0c908779adb2d11b1d04767d572cc3c2aa77b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 31 15:51:22 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 31 15:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b0c908

dev-tex/latex2html-2015-r0: stable on alpha

Gentoo-Bug: 603924

 dev-tex/latex2html/latex2html-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild 
b/dev-tex/latex2html/latex2html-2015.ebuild
index fbf2113..48c2667 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl



  1   2   3   >