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

2018-04-01 Thread Hans de Graaff
commit: 95aa36ce40daf67247eba5b9b40294feb2543240
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  2 05:43:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  2 05:43:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95aa36ce

dev-ruby/maxitest: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/maxitest/Manifest  |  2 --
 dev-ruby/maxitest/maxitest-2.4.1.ebuild | 48 -
 dev-ruby/maxitest/maxitest-2.5.0.ebuild | 48 -
 3 files changed, 98 deletions(-)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index 6605c23d953..221cd031adb 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,5 +1,3 @@
 DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 
1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c
 SHA512 
41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
-DIST maxitest-2.4.1.tar.gz 59653 BLAKE2B 
8bdaea5ad48d30cef9c07947634b05f6e5cc8f8e74f985321b1878e26cc36680cf6f6c2d069e947342a5f0e2f2346347952e6121198b0b74af31b0d58bef4070
 SHA512 
b1c1faeda4c670083d3564a0763ccb4005954e018aed4a574fb4ddcba16c943b1da8ae471d8df5aca9c1010a19605d55609186b4ab56c13b033ad67ed6c9eb27
-DIST maxitest-2.5.0.tar.gz 59771 BLAKE2B 
53fe709a89d33dabd3230ab40a3d85582d2bd918a7e33ffe65c9787707858227c9de6698a0ddd0774d2a04591af46aca19fb043bb740af3197dcf65645d4e722
 SHA512 
9afca516047ba2261770f497f6be2363dfe2476816295e35eccb4ee36830f3aad373a20dcb10ade7fb36285cc99d11ccd4b4928583183deadb087ea1cf32f181
 DIST maxitest-2.6.0.tar.gz 59787 BLAKE2B 
2cc8ceed05d0db29c8d5a2d063842b811575124351cc2ef1dbe9f59ed8dc738cb1a21aa7465debe7895676d143d36281726e8d952bbacbb992c256baba47aaf6
 SHA512 
c3a748eff29b54b48f5ea982d5197116e0f823e1e8e78b50c8763d7fc52fc5f0ccfeaf8c2e6ca0e97dfc7f05fb515a94a310788b89e1e82bf3a26d69261ea345
 DIST maxitest-2.7.0.tar.gz 59877 BLAKE2B 
84e3c4cd3810405a1c0f6f2fdad2c5793ec43c5f8f36bc8bd803cb561d52a8b39b7baebe650d4bfbc0ef119c402a9907aaef5f53d2ef218e972dde6e67685609
 SHA512 
4e32f51fdfd855bf0ab0760b4a22dbfe098446bc93042d9fd1e2e1168359392f1cf142808b3189c5fe7d50e35f6af70537e4c9eae3482e6e053ed2b22a3076ae

diff --git a/dev-ruby/maxitest/maxitest-2.4.1.ebuild 
b/dev-ruby/maxitest/maxitest-2.4.1.ebuild
deleted file mode 100644
index 17d5379f32e..000
--- a/dev-ruby/maxitest/maxitest-2.4.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Minitest + all the features you always wanted"
-HOMEPAGE="https://github.com/grosser/maxitest;
-SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "https://github.com/grosser/maxitest;
-SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "

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

2018-04-01 Thread Hans de Graaff
commit: bb53cb87db2dc66fa4a27a6efe4317c936de410a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  2 05:49:58 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  2 05:49:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb53cb87

dev-ruby/maxitest: add 2.8.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/maxitest/Manifest  |  1 +
 dev-ruby/maxitest/maxitest-2.8.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index 221cd031adb..72a24f60204 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,3 +1,4 @@
 DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 
1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c
 SHA512 
41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
 DIST maxitest-2.6.0.tar.gz 59787 BLAKE2B 
2cc8ceed05d0db29c8d5a2d063842b811575124351cc2ef1dbe9f59ed8dc738cb1a21aa7465debe7895676d143d36281726e8d952bbacbb992c256baba47aaf6
 SHA512 
c3a748eff29b54b48f5ea982d5197116e0f823e1e8e78b50c8763d7fc52fc5f0ccfeaf8c2e6ca0e97dfc7f05fb515a94a310788b89e1e82bf3a26d69261ea345
 DIST maxitest-2.7.0.tar.gz 59877 BLAKE2B 
84e3c4cd3810405a1c0f6f2fdad2c5793ec43c5f8f36bc8bd803cb561d52a8b39b7baebe650d4bfbc0ef119c402a9907aaef5f53d2ef218e972dde6e67685609
 SHA512 
4e32f51fdfd855bf0ab0760b4a22dbfe098446bc93042d9fd1e2e1168359392f1cf142808b3189c5fe7d50e35f6af70537e4c9eae3482e6e053ed2b22a3076ae
+DIST maxitest-2.8.0.tar.gz 60742 BLAKE2B 
313e7efeca866961f3ee4c43279557bf628bd5d6d75e119fc9723b16a4dc7d38784a34078a9c6c6c5893f4bd28723757658122794deeca70f1abf54187819acf
 SHA512 
cf05087052bb9162d20cca5180808edc00606d0125d461968c033cc4ee44a193d45a337fa2d61f34e8c2097d71bad5eba16da6cf10166ee8afaacda29654ab89

diff --git a/dev-ruby/maxitest/maxitest-2.8.0.ebuild 
b/dev-ruby/maxitest/maxitest-2.8.0.ebuild
new file mode 100644
index 000..45228fa8410
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-2.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest;
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "

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

2018-04-01 Thread Hans de Graaff
commit: c1753e770960e909bcc4df8cc1b9bea914e4810f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  2 05:42:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  2 05:42:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1753e77

dev-ruby/lumberjack: add 1.0.13

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/lumberjack/Manifest |  1 +
 dev-ruby/lumberjack/lumberjack-1.0.13.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/lumberjack/Manifest b/dev-ruby/lumberjack/Manifest
index 969e598f517..9134b76d9f3 100644
--- a/dev-ruby/lumberjack/Manifest
+++ b/dev-ruby/lumberjack/Manifest
@@ -1 +1,2 @@
 DIST lumberjack-1.0.12.gem 26112 BLAKE2B 
4910da094e2187f46d02d2f117c32fde0c836a6c28b8c52b37c99ec2f795345be0f9b2729c88f669a3be106c2391f724ed8c722800eb1638beb64edfe35762e0
 SHA512 
db5bdaa4101cea2c5f7390e1a23c9c91acf09fd453e77bbb12f5dfe4d87b0632a63f3513d848f38bf4182529601df539ace533a0f667e935662797fac916b042
+DIST lumberjack-1.0.13.gem 26624 BLAKE2B 
16e911d832425d0adf8ee1bd18435733c5451b705c48493dd80e5e8f6b07cb462be2686dcce7a8c46b799fb8a4fa1a82d4d9c06e675cd6e7a990d93140cea395
 SHA512 
e9e9c65bdeb42de51ad27b70c86d36c5e63e8d73c3568661d52619ca9eeab36cf6aede5e6cd6ab8e8d30446c0b0e7a9702f696e03e06d8b7a73e1c028953eef4

diff --git a/dev-ruby/lumberjack/lumberjack-1.0.13.ebuild 
b/dev-ruby/lumberjack/lumberjack-1.0.13.ebuild
new file mode 100644
index 000..b542cea39d6
--- /dev/null
+++ b/dev-ruby/lumberjack/lumberjack-1.0.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple, powerful, and very fast logging utility"
+HOMEPAGE="https://github.com/bdurand/lumberjack;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.8 )"



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

2018-04-01 Thread Hans de Graaff
commit: 566659d2e13020f3bf0e3b93a77c339a8cc278f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  2 05:38:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  2 05:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566659d2

updates: slotmove cucumber-core, not cucumber

 profiles/updates/1Q-2018 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/updates/1Q-2018 b/profiles/updates/1Q-2018
index 903ea63ca17..eab1def440e 100644
--- a/profiles/updates/1Q-2018
+++ b/profiles/updates/1Q-2018
@@ -1,7 +1,7 @@
 move app-portage/kuroo4 app-portage/kuroo
 slotmove app-portage/kuroo 4 0
 move dev-cpp/gsl dev-cpp/ms-gsl
-slotmove =dev-util/cucumber-3.1.0 3.0 3.1
+slotmove =dev-util/cucumber-core-3.1.0 3.0 3.1
 move app-admin/restart_services app-admin/restart-services
 move dev-libs/purpose kde-frameworks/purpose
 move kde-misc/plasma-applet-redshift-control kde-misc/plasma-redshift-control



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

2018-04-01 Thread Matt Turner
commit: a1f2205810e5de4e65803d01a562ecd388b9c3ab
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 04:08:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 04:08:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f22058

net-libs/librsync-0.9.7-r3: added ~mips

 net-libs/librsync/librsync-0.9.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild 
b/net-libs/librsync/librsync-0.9.7-r3.ebuild
index 8b9fb007f66..9c75b6826a2 100644
--- a/net-libs/librsync/librsync-0.9.7-r3.ebuild
+++ b/net-libs/librsync/librsync-0.9.7-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/popt"



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

2018-04-01 Thread Matt Turner
commit: 5564f83ee13e5dafda9fc2756cb72a616e095318
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 04:04:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 04:04:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5564f83e

dev-db/tinycdb-0.77-r2: added ~mips

 dev-db/tinycdb/tinycdb-0.77-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/tinycdb/tinycdb-0.77-r2.ebuild 
b/dev-db/tinycdb/tinycdb-0.77-r2.ebuild
index bcdf2cd19b5..2e942b3bbef 100644
--- a/dev-db/tinycdb/tinycdb-0.77-r2.ebuild
+++ b/dev-db/tinycdb/tinycdb-0.77-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.corpit.ru/mjt/${PN}/${P/-/_}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ia64 ppc x86"
+KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc x86"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2018-04-01 Thread Matt Turner
commit: 7a225409a581bf8ed94b2a9ba90ef4702a8b0faa
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 04:04:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 04:04:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a225409

dev-db/cdb-0.75-r4: added ~mips

 dev-db/cdb/cdb-0.75-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/cdb/cdb-0.75-r4.ebuild b/dev-db/cdb/cdb-0.75-r4.ebuild
index 5e0da1dd216..2c365e5f26c 100644
--- a/dev-db/cdb/cdb-0.75-r4.ebuild
+++ b/dev-db/cdb/cdb-0.75-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils multilib toolchain-funcs
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 
 DESCRIPTION="Fast, reliable, simple package for creating and reading constant 
databases"
 HOMEPAGE="http://cr.yp.to/cdb.html;



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

2018-04-01 Thread Erik Mackdanz
commit: 3fa90b4dd3a6db6b1510ffd3c284e0ae45071fd7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Apr  2 02:15:05 2018 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Mon Apr  2 02:15:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa90b4d

app-emulation/lxd: Remove old versions

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 app-emulation/lxd/Manifest   |  40 ---
 app-emulation/lxd/lxd-2.14-r1.ebuild | 217 ---
 app-emulation/lxd/lxd-2.19.ebuild| 207 -
 3 files changed, 464 deletions(-)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index db58ec5e30b..09518bce21b 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -7,7 +7,6 @@ DIST 
github.com-CanonicalLtd-raft-test-22441a088d5630ddd2e971eae68074d2b645f1b7.
 DIST 
github.com-armon-go-metrics-783273d703149aaeb9897cf58613d5af48861c25.tar.gz 
22373 BLAKE2B 
dd4daca721ac0643f6ba4300966217ec57cb5d21c495029fb356badacfb4032a275807d7498a8fd1bd97315e70ee0c2d3501ae7e3bb072feea94787c5ca8f608
 SHA512 
a1a245cd9ccc07af7fc30bff358819389a18d1be21179626a2e79f0ccb82d71f7a4ad009d8919bbdfb547176346716c3f0b1f764f0e75171381a56aeb066685e
 DIST github.com-boltdb-bolt-fd01fc79c553a8e99d512a07e8e0c63d4a3ccfc5.tar.gz 
83950 BLAKE2B 
04b9aa5632ccf231f319e8d25309f024a2a60c84e8eafac8b4bc16152fb7581d1a563903034e47668d7e9c61fdd6828294342c5b84d843e70367e578864ba4dd
 SHA512 
5effccc7dadb214ef5ce53092db48c04ae25a388962c58732190c34f4537b579ef645ae579df5d0de30645574ff753486a6f743bf4fd58ec1d2aff76ba537694
 DIST 
github.com-cpuguy83-go-md2man-48d8747a2ca13185e7cc8efe6e9fc196a83f71a5.tar.gz 
87543 BLAKE2B 
6305e0097e9b1d9a237d91a7cf1bc2c969f56a2efecb2dc1775d5a8773099672685085829f4b3b721f302ca0495396b4c08417f12d44247f4b143ff3677575ac
 SHA512 
38b93ce7c4320287dad7fe307a9da55c474d57abd15ec58718d455e8721ae66ecb03823c13011ef93d9319d38d1c587039d288209efb6b806baa37e880b37ec9
-DIST 
github.com-dustinkirkland-golang-petname-1f4996aa8aa05ee066aaf9e3179d340b48c6da74.tar.gz
 15087 BLAKE2B 
475488d24d9a859a087367092d5b83e71b858d7dfcd72639e15284fb230b016754fcac64a8a3958380be6007828fa9c09ef86dc0dbfebe67a9d269948986113b
 SHA512 
7f2d849104993e089aac6abc01844a559239110fbe257469ee918de26ef6d77cc29027324204b38613346c6f0579afc66bd721f56c2c2062354ac31f4e7fd7e3
 DIST 
github.com-dustinkirkland-golang-petname-d3c2ba80e75eeef10c5cf2fc76d2c809637376b3.tar.gz
 15127 BLAKE2B 
06338b4364d9554a1334c04bd9ea81df7539641ef5ce41d681670b7b65c06160ef67e4bd3ad2529dc7864537d5be6a91be53c5e96335f5dfcab198a8bcae9a9b
 SHA512 
0f63f01857c30fdb179400b80e4391a12675ed17a981e9f55273fcd44e06df3bbecc127cf80bfd73afe1d4c30cf37638d0b581b2dde787abe2c8835dca8dbc2d
 DIST github.com-flosch-pongo2-5e81b817a0c48c1c57cdf1a9056cf76bdee02ca9.tar.gz 
59915 BLAKE2B 
763403cec3bcb27acd6654e7d2d57d198862b0d16c242ec975b46a7cca95560505b3373e8c4b7a53e7fc025523845bee16b90311f8bd341c0d2bfc28987ae0d4
 SHA512 
c40fc45b7a781067cc80a616b5a843977ff29071f7b36400631a7445d6fd8530144e73ecc1f406b2315be0725a214c62bfafb44f904b76d83384d8df488380ee
 DIST github.com-flosch-pongo2-97eac295f74b5fbb7fd3113e35f4ccf3c816e389.tar.gz 
64365 BLAKE2B 
43774ac445810c6f8be5540024662be24e50926037469334f0c832de941b5f2a2f71829eb83f67ee338058f92bd6f8f67e41241686b2066ebd9c7c81dfc6227c
 SHA512 
fdbfb2b35d208ae28946952835230115701691d23c135a2df548fc33b3397ce9a786890b55e73a3cdbe2392aadafcf9667ebd54c8e78144f95050eae19d1918b
@@ -22,43 +21,23 @@ DIST 
github.com-go-macaroon-macaroon-bed2a428da6e56d950bed5b41fcbae3141e5b0d0.ta
 DIST github.com-go-mgo-mgo-3f83fa5005286a7fe593b055f0d7771a7dce4655.tar.gz 
376880 BLAKE2B 
800038e0870d8b943604bc5edf9ba566d20fed75f445834801955a19da6add891f96cbf5e19a93d520d90ccc4e9da911ab02cccb710fee67b3fe60e4409a717f
 SHA512 
f0e7948d4672d29d3d0a741961ff8a75d30c556e157698118a32de10e2af8eb2ae6a61feea1c93aff313596d285a048a70dae7339c66760ebb91a1aecfb05845
 DIST github.com-go-retry-retry-01631078ef2fdce601e38cfe5f527fab24c9a6d2.tar.gz 
9318 BLAKE2B 
d5eb408e4c4acf0c2304d951705a1f39f2b2663357f04402f5ee47bfc79182511e3a29568846bb902887aa5efb149ac6a4cf32ecae07a183f845ad8886fe0377
 SHA512 
71956a468472754313830a7f1afc844020e5ffc8bac4464e369562bde8c1cf5e11814fc110dcb00d243cbc6c13fe7a0423d29b73f0f420df8313666e645a7a24
 DIST github.com-go-retry-retry-2d7c7c65cc71d024968d9ff4385d5e7ad3a83fcc.tar.gz 
10395 BLAKE2B 
80b7c027f113caf4d2bc88034c551beaea1555e8e89e4dd8e801cf92eb69a3ce89a05cf3ef17c73496a774e5e53e6e24fd93fffacde6c847feaf1e0a3bcd4fe2
 SHA512 
9d0ede95a8ca09f3fb5572d4df53c163dff0ffc2bfd6d5138f3260fa7e2f7b94bf352d4d3c1137dbcac5cbf6494113a1b0254a7fc8cc1189750e754eeaf79b6b
-DIST github.com-go-stack-stack-817915b46b97fd7bb80e8ab6b69f01a53ac3eebf.tar.gz 
6476 BLAKE2B 
4d218f2e10d4e03476116012e5dc000b590786808b4679c170622d9d58ad79fa6794c3dcdded6cb878b346b3bacff16772f4778ea061c713595791345e7cbb29
 SHA512 

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

2018-04-01 Thread Erik Mackdanz
commit: f44dbd15c33c4dc285f1f4ea28f638e692567739
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Apr  2 02:12:15 2018 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Mon Apr  2 02:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44dbd15

app-emulation/lxd: bump to 3.0.0

Closes: https://bugs.gentoo.org/647784
Package-Manager: Portage-2.3.26, Repoman-2.3.7

 app-emulation/lxd/Manifest |  53 
 app-emulation/lxd/lxd-3.0.0.ebuild | 251 +
 2 files changed, 304 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index ee629c9d280..db58ec5e30b 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,42 +1,73 @@
+DIST 
github.com-CanonicalLtd-dqlite-9334841532709c77fc79e13a08408694e4bb3616.tar.gz 
67246 BLAKE2B 
05efc336d8ee21073261286f268bd071cf11f334c3544e0d267e44cbee5dbb642d20b62f2b293984fdd82e5351ada5330b412267b21e384376f9be12e7ea6346
 SHA512 
0bc787d886f275e8b228bbfda7c96e743bd514db59ed22c8e10ceae2d91c793d4675bf88d6de5bc197983dc43b627d3044e4cb586cf259f2de7e62f738991692
+DIST 
github.com-CanonicalLtd-go-grpc-sql-534b56d0c689ed437e6cff44868964d45d3ec85c.tar.gz
 26922 BLAKE2B 
9f330e00138535b5aa8cf5a98f0feb080e925f0068b5d499b73784a282321a975cf07df4d5b68aec39d3bae08cb9c762059d325b8677cc837f6e461efc565a6e
 SHA512 
474bf9e04cc6f8a19ee3586478ee0887e29427092736295473c51535750c66e3d04bb96f75537edb5ee41bfb07f32cd070fbf3ea04fec8849d3d75a07577cd3d
+DIST 
github.com-CanonicalLtd-go-sqlite3-730012cee3364e7717c28f7e9b05ee6dd8684bae.tar.gz
 2112277 BLAKE2B 
7c6bd67e013f66d5889cb34170cf6f462b14799bc9ccab32037a19d6401677df211d9f9d90790b6a3d46e0673f18e16fce6dd53582f23d589ac4b2fb5570dbaf
 SHA512 
5026475a1b673c3271434c458aa684f774019905d7d8f6d5aa8611b8c8798eff3f97b9d47cd17d5a8bbb03316f54e0bd2bd06f51120c9e860a45efbfc574
+DIST 
github.com-CanonicalLtd-raft-http-e4290d0af830073ec140538e8974aa4393495ea1.tar.gz
 14140 BLAKE2B 
320ac66f57aea98553a6812a4b855ad8631d5ca1110985d7de4975bc7caa7a2b06aaa78b9d54d799d147854182f802d836a2c41a8c03ebe748fe7fd274dbcda0
 SHA512 
82ce95df9a1c492542d474f83abd46c19eb33b6ec8d7bfba7f8683101f66bea34341d031f2701b4128b42d7d8243ade0ee93242f64b69019028c84d5bea70344
+DIST 
github.com-CanonicalLtd-raft-membership-26ef52960f54c472f52fb3701f19f25319e1032e.tar.gz
 8029 BLAKE2B 
a66d3e4c6e63135b681e0a31edb6dcdfccf849206ba95dbcdbc49ee33510d5261a240b647e753f1941e6d846c60c15e6e97cc3727ffd02a2bf65b9fea5f82521
 SHA512 
6ceb2c8e651e4841c242105c8293eff5859bd50d0ee462853b04f759202e615e17c44ec29800e25298a394505a52021b6a6e69e9398e4ab2561c5cb26cb6
+DIST 
github.com-CanonicalLtd-raft-test-22441a088d5630ddd2e971eae68074d2b645f1b7.tar.gz
 23472 BLAKE2B 
790943f53cbbc4d8b2c19aefe8cfcab4b4a3d36bf0927e0e8cf9b7dbc97ce194084c6846991c34402bb1b342123d17b47da6a192196573240c34654d0cb62eb2
 SHA512 
e44cf16d2190c9680e3698d188a065b151458546855c88e343c08022a455312aa4f8191ce8b125f71aeb6b8b9054967b6374750ee3187192528399be2b5b29e7
+DIST 
github.com-armon-go-metrics-783273d703149aaeb9897cf58613d5af48861c25.tar.gz 
22373 BLAKE2B 
dd4daca721ac0643f6ba4300966217ec57cb5d21c495029fb356badacfb4032a275807d7498a8fd1bd97315e70ee0c2d3501ae7e3bb072feea94787c5ca8f608
 SHA512 
a1a245cd9ccc07af7fc30bff358819389a18d1be21179626a2e79f0ccb82d71f7a4ad009d8919bbdfb547176346716c3f0b1f764f0e75171381a56aeb066685e
+DIST github.com-boltdb-bolt-fd01fc79c553a8e99d512a07e8e0c63d4a3ccfc5.tar.gz 
83950 BLAKE2B 
04b9aa5632ccf231f319e8d25309f024a2a60c84e8eafac8b4bc16152fb7581d1a563903034e47668d7e9c61fdd6828294342c5b84d843e70367e578864ba4dd
 SHA512 
5effccc7dadb214ef5ce53092db48c04ae25a388962c58732190c34f4537b579ef645ae579df5d0de30645574ff753486a6f743bf4fd58ec1d2aff76ba537694
+DIST 
github.com-cpuguy83-go-md2man-48d8747a2ca13185e7cc8efe6e9fc196a83f71a5.tar.gz 
87543 BLAKE2B 
6305e0097e9b1d9a237d91a7cf1bc2c969f56a2efecb2dc1775d5a8773099672685085829f4b3b721f302ca0495396b4c08417f12d44247f4b143ff3677575ac
 SHA512 
38b93ce7c4320287dad7fe307a9da55c474d57abd15ec58718d455e8721ae66ecb03823c13011ef93d9319d38d1c587039d288209efb6b806baa37e880b37ec9
 DIST 
github.com-dustinkirkland-golang-petname-1f4996aa8aa05ee066aaf9e3179d340b48c6da74.tar.gz
 15087 BLAKE2B 
475488d24d9a859a087367092d5b83e71b858d7dfcd72639e15284fb230b016754fcac64a8a3958380be6007828fa9c09ef86dc0dbfebe67a9d269948986113b
 SHA512 
7f2d849104993e089aac6abc01844a559239110fbe257469ee918de26ef6d77cc29027324204b38613346c6f0579afc66bd721f56c2c2062354ac31f4e7fd7e3
 DIST 
github.com-dustinkirkland-golang-petname-d3c2ba80e75eeef10c5cf2fc76d2c809637376b3.tar.gz
 15127 BLAKE2B 
06338b4364d9554a1334c04bd9ea81df7539641ef5ce41d681670b7b65c06160ef67e4bd3ad2529dc7864537d5be6a91be53c5e96335f5dfcab198a8bcae9a9b
 SHA512 
0f63f01857c30fdb179400b80e4391a12675ed17a981e9f55273fcd44e06df3bbecc127cf80bfd73afe1d4c30cf37638d0b581b2dde787abe2c8835dca8dbc2d
 DIST github.com-flosch-pongo2-5e81b817a0c48c1c57cdf1a9056cf76bdee02ca9.tar.gz 
59915 BLAKE2B 

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

2018-04-01 Thread Aaron Bauman
commit: 5fc434ee8b95b31c4aa1bdde06811d90af084c1f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  2 00:54:47 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  2 00:55:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc434ee

package.mask: more cleanup of dropped packages

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 19a174b9a17..baf8c8344f8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1091,14 +1091,6 @@ dev-java/jcs
 # the suggested replacement for the meantime.
 sys-fs/bedup
 
-# Mike Pagano  (2 Oct 2015)
-# A regression in kernel 4.1.9 could lead to a system
-# lockup.  This has been fixed in gentoo-sources-4.1.9-r1
-# and the hope is that this patch will make it to 4.1.10
-# Expires (2 Oct 2017)
-=sys-kernel/vanilla-sources-4.1.9
-=sys-kernel/gentoo-sources-4.1.9
-
 # Lars Wendler  (20 Aug 2015)
 # Releases are not from original upstream but from a fork.
 # Masked as requested by vapier.



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

2018-04-01 Thread Matt Turner
commit: 8a9a963e196dcc760dc821b06b6a5ea751117196
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 00:52:23 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 00:52:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9a963e

x11-libs/motif-2.3.8-r1: hppa stable, bug 650624

 x11-libs/motif/motif-2.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild 
b/x11-libs/motif/motif-2.3.8-r1.ebuild
index 82496794fb7..bb869f9534b 100644
--- a/x11-libs/motif/motif-2.3.8-r1.ebuild
+++ b/x11-libs/motif/motif-2.3.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2018-04-01 Thread Matt Turner
commit: 4849911692da0dec7290d879150d0f25e34240bc
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 00:50:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 00:51:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48499116

media-gfx/xfig: Drop old

Closes: https://bugs.gentoo.org/649134
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/xfig/Manifest|   1 -
 .../xfig/files/xfig-3.2.5b-app-defaults.patch  |  24 --
 media-gfx/xfig/files/xfig-3.2.5b-mkstemp.patch |  32 --
 .../xfig/files/xfig-3.2.5b-network_images.patch| 371 -
 .../xfig/files/xfig-3.2.5b-papersize_b1.patch  |  27 --
 .../files/xfig-3.2.5b-pdfimport_mediabox.patch |  37 --
 media-gfx/xfig/files/xfig-3.2.5b-solaris.patch |  26 --
 media-gfx/xfig/files/xfig-3.2.5b-urwfonts.patch|  79 -
 .../files/xfig-3.2.5c-XAW3D1_5E_notlocal.patch |  70 
 .../xfig/files/xfig-3.2.5c-crash-on-exit.patch |  19 --
 media-gfx/xfig/files/xfig-3.2.5c-darwin.patch  |  26 --
 media-gfx/xfig/files/xfig-3.2.5c-spelling.patch|  17 -
 media-gfx/xfig/xfig-3.2.5c.ebuild  | 109 --
 media-gfx/xfig/xfig-3.2.6a.ebuild  |  47 ---
 14 files changed, 885 deletions(-)

diff --git a/media-gfx/xfig/Manifest b/media-gfx/xfig/Manifest
index c10093d94d1..106af3f0e1e 100644
--- a/media-gfx/xfig/Manifest
+++ b/media-gfx/xfig/Manifest
@@ -1,2 +1 @@
 DIST xfig-full-3.2.6a.tar.xz 5502944 BLAKE2B 
3a83feeb5647ffa9586b9ce40116e9854a423c0cc90265ad78b27c0c82a15bbda9d9734475aba13f442c259cd0489a667242f319ac758ddbfea1a5b268e12550
 SHA512 
82e292e050213b6d22be5e174224308b446505e25208f29d4f4c5e760a87ff4104b9dcea0a332241c9bca358e1d44336bb38c316eb3f28130d7c8828c10a805f
-DIST xfig.3.2.5c.full.tar.gz 6078933 BLAKE2B 
44ccad26fa3d7a57b0e8798d6ebfe6682baf15046d9e360d7a7569cac54c403c0068671e27a5289dbb4f70dafd12c1653a61709749a8298874bc49528783973b
 SHA512 
763bd6fd43bff9b44f934dd6e16b0aa5142041f895e74564d28e7252e012f1c7728bbee40e3970357c7d3fd15aa109dbfcbc1d0a2203fa1a2ed770aabacd9525

diff --git a/media-gfx/xfig/files/xfig-3.2.5b-app-defaults.patch 
b/media-gfx/xfig/files/xfig-3.2.5b-app-defaults.patch
deleted file mode 100644
index 560ddef94eb..000
--- a/media-gfx/xfig/files/xfig-3.2.5b-app-defaults.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Defaults for xfig. Idea from Roland Rosenfeld 
-
-diff -urNad xfig~/Fig.ad xfig/Fig.ad
 a/Fig.ad
-+++ b/Fig.ad
-@@ -10,13 +10,17 @@
- 
- ! some sample settings you may want to change
- 
-+! If the following resource is set to false, xfig will use metric units
-+! by default.
-+Fig.inches: false
-+
- ! The following fixes a problem that some window managers have
- ! with xfig continually resizing itself
- 
- Fig*AllowShellResize: false
- 
- ! Image editor - can edit imported image
--Fig.image_editor: xv
-+Fig.image_editor: gimp
- 
- ! name of ghostscript (not ghostview)
- Fig.ghostscript:  gs

diff --git a/media-gfx/xfig/files/xfig-3.2.5b-mkstemp.patch 
b/media-gfx/xfig/files/xfig-3.2.5b-mkstemp.patch
deleted file mode 100644
index 931ac94e58a..000
--- a/media-gfx/xfig/files/xfig-3.2.5b-mkstemp.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Missed hunk noticed https://bugzilla.redhat.com/show_bug.cgi?id=505257#c1 is 
recreated.
-
-http://bugs.gentoo.org/show_bug.cgi?id=264575
-
-=== modified file 'u_print.c'
 a/u_print.c2010-01-14 19:50:08 +
-+++ b/u_print.c2010-01-14 19:54:14 +
-@@ -202,14 +202,22 @@
- char  tmp_fig_file[PATH_MAX];
- char *outfile, *name, *real_lang;
- char *suf;
-+int fd;
- 
- /* if file exists, ask if ok */
- if (!ok_to_write(file, "EXPORT"))
-   return (1);
- 
--sprintf(tmp_fig_file, "%s/%s%06d", TMPDIR, "xfig-fig", getpid());
-+snprintf(tmp_fig_file, sizeof(tmp_fig_file), "%s/xfig-fig.XX", 
TMPDIR);
- /* write the fig objects to a temporary file */
- warnexist = False;
-+
-+if ((fd = mkstemp(tmp_fig_file)) == -1) {
-+   file_msg("Can't open temp file %s: %s\n", tmp_fig_file, 
strerror(errno));
-+   return;
-+}
-+close(fd);
-+
- init_write_tmpfile();
- if (write_file(tmp_fig_file, False)) {
-   end_write_tmpfile();
-

diff --git a/media-gfx/xfig/files/xfig-3.2.5b-network_images.patch 
b/media-gfx/xfig/files/xfig-3.2.5b-network_images.patch
deleted file mode 100644
index 1f7be5ff99a..000
--- a/media-gfx/xfig/files/xfig-3.2.5b-network_images.patch
+++ /dev/null
@@ -1,371 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 12_network_images.dpatch by Roland Rosenfeld 
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Some network icons colored and/or combined by Roland Rosenfeld.
-
-@DPATCH@
-diff -urNad xfig~/Libraries/Networks/Devices/firewall-pair.fig 

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

2018-04-01 Thread Matt Turner
commit: caae2503ec5e6291c8058f89ab4f7b348b994f6a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 00:48:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 00:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caae2503

media-gfx/xfig-3.2.6a: hppa stable, bug 644204

 media-gfx/xfig/xfig-3.2.6a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xfig/xfig-3.2.6a.ebuild 
b/media-gfx/xfig/xfig-3.2.6a.ebuild
index a65925ef8b0..cb1a5954893 100644
--- a/media-gfx/xfig/xfig-3.2.6a.ebuild
+++ b/media-gfx/xfig/xfig-3.2.6a.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mcj/${PN}-full-${PV}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg nls postscript"
 
 RDEPEND="



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

2018-04-01 Thread Matt Turner
commit: 02e202aa27b9951fada4bd0fa61ed41cb49b122f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 00:49:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 00:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e202aa

media-gfx/xfig-3.2.6a-r1: Propagate stable keywords

Just a dependency change.

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

 media-gfx/xfig/xfig-3.2.6a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xfig/xfig-3.2.6a-r1.ebuild 
b/media-gfx/xfig/xfig-3.2.6a-r1.ebuild
index 44de42d398d..4104b2e0d1a 100644
--- a/media-gfx/xfig/xfig-3.2.6a-r1.ebuild
+++ b/media-gfx/xfig/xfig-3.2.6a-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mcj/${PN}-full-${PV}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="jpeg nls postscript"
 
 RDEPEND="



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

2018-04-01 Thread Aaron Bauman
commit: 29d5cb3778dafa086a38e108aa65c46ef124c435
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  2 00:45:32 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  2 00:45:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d5cb37

package.mask: cleanup masks for packages that were removed from tree

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6cdb04a53f1..19a174b9a17 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -684,10 +684,6 @@ app-emacs/javascript
 app-emacs/emacs-wiki
 app-emacs/emacs-wiki-blog
 
-# Sergey Popov  (13 Feb 2018)
-# Requires dead Qt4 (bug #645420). Removal in 30 days
-media-gfx/qiviewer
-
 # Eray Aslan  (08 Feb 2018)
 # Mask experimental software
 =mail-mta/postfix-3.4*
@@ -725,38 +721,6 @@ media-fonts/fontawesome:0/5
 # testing has been conducted.
 =sys-apps/acl-2.2.52-r2
 
-# Alice Ferrazzi  (05 Jan 2018)
-# kernel: Meltdown and Spectre - Processor flaw. (#643228)
-# Please upgrade for Intel processor flaw workaround
-# (currently KPTI patch are 64bit only), 
-# also excluding AMD from the fix as not affected.
-# Please unmask your kernel version if you want to
-# continue to use your kernel with AMD.
-# Removal in a month.
-=sys-kernel/gentoo-sources-4.14.8-r1
-=sys-kernel/gentoo-sources-4.14.9
-=sys-kernel/gentoo-sources-4.14.10
-=sys-kernel/gentoo-sources-4.14.10-r1
-=sys-kernel/gentoo-sources-4.14.11
-
-# Alice Ferrazzi  (30 Dec 2017)
-# Masked for removal in 30 days.
-# Upstream is no more backporting security fixes for 4.12.
-# For a more stable kernel please downgrade to 4.9 
-# or move to 4.14(unstable) if it works for you.
-=sys-kernel/gentoo-sources-4.12.14
-=sys-kernel/gentoo-sources-4.12.13
-=sys-kernel/gentoo-sources-4.12.12
-
-# Alice Ferrazzi  (27 Dec 2017)
-# Masked for removal in 30 days.
-# This kernel doesn't boot on hardened profiles.
-# vanilla-sources also dosen't make prepare
-# (bug #642268) (bug #642664)
-=sys-kernel/gentoo-sources-4.14.9
-=sys-kernel/gentoo-sources-4.14.10
-=sys-kernel/vanilla-sources-4.14.10
-
 # Matthias Maier  (26 Dec 2017)
 # gcc depends on mpfr and this version changes soname. Spare users with
 # FEATURES=-preserve-libs from completely frying their system.
@@ -769,13 +733,6 @@ media-fonts/fontawesome:0/5
 # Do not remove the mask until newer version gets stable
 >=sci-electronics/pcb-2000
 
-# Alice Ferrazzi  (22 Dec 2017)
-# Masked for removal in 30 days.
-# Linux kernel 4.13 can break various laptops.
-# (bug #642026)
-=sys-kernel/gentoo-sources-4.13.15
-=sys-kernel/gentoo-sources-4.13.16
-
 # Andreas Sturmlechner  (21 Dec 2017)
 # Masked for testing
 =dev-libs/libical-3.0.1
@@ -814,17 +771,6 @@ games-kids/crayon-physics
 # https://bugs.gentoo.org/635934
 >=dev-util/scons-3.0.0
 
-# James Le Cuirot  (05 Nov 2017)
-# Java 7 is old and we are no longer able to support it. The ability
-# to build against Java 7 may return when we update the eclasses for
-# Java 9 but the runtime will not return. If you need it then source
-# ebuilds will continue to be maintained by gnu_andrew in java-overlay
-# for a few years. Removal in 30 days.
-<=dev-java/icedtea-7.2.6.11:7
-dev-java/icedtea-bin:7
-virtual/jdk:1.7
-virtual/jre:1.7
-
 # Patrice Clement  (28 Oct 2017)
 # Missing dependencies.
 >=dev-python/scrapy-1.4.0



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

2018-04-01 Thread Aaron Bauman
commit: b72dd0330d670065ee0f9b6c71a67f5febd13788
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  2 00:33:19 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  2 00:33:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72dd033

package.mask: www-apps/freeradius-dialupadmin

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 62ce2660246..6cdb04a53f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (1 Apr 2018)
+# Unmaintained upstream. Relies on old PHP. EAPI=0.
+# Masked for removal in 30 days.
+www-apps/freeradius-dialupadmin
+
 # Andreas K. Hüttel  (30 Mar 2018)
 # Fails to build (bug 408463). EAPI=3 (bug 648452).
 # Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: www-apps/wiliki/files/, www-apps/wiliki/

2018-04-01 Thread Aaron Bauman
commit: 45c8b1fd53574f187c1465f695ad2940b4e4b225
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  2 00:18:51 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  2 00:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c8b1fd

www-apps/wiliki: bump to EAPI=6, use HTTPS, and drop old

 www-apps/wiliki/files/wiliki-0.6.1-cgi-gentoo.patch  |  4 ++--
 www-apps/wiliki/files/wiliki-po-gentoo.patch |  6 +++---
 .../{wiliki-0.6.1.ebuild => wiliki-0.6.1-r1.ebuild}  | 16 
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/www-apps/wiliki/files/wiliki-0.6.1-cgi-gentoo.patch 
b/www-apps/wiliki/files/wiliki-0.6.1-cgi-gentoo.patch
index 55def56d051..173f25fc4ca 100644
--- a/www-apps/wiliki/files/wiliki-0.6.1-cgi-gentoo.patch
+++ b/www-apps/wiliki/files/wiliki-0.6.1-cgi-gentoo.patch
@@ -1,5 +1,5 @@
 src/wiliki.cgi.orig2008-01-11 08:52:19.0 -0500
-+++ src/wiliki.cgi 2009-01-30 11:54:41.0 -0500
+--- a/src/wiliki.cgi.orig  2008-01-11 08:52:19.0 -0500
 b/src/wiliki.cgi   2009-01-30 11:54:41.0 -0500
 @@ -52,13 +52,13 @@
  (define (main args)
(wiliki-main

diff --git a/www-apps/wiliki/files/wiliki-po-gentoo.patch 
b/www-apps/wiliki/files/wiliki-po-gentoo.patch
index 3e5e93f7943..5ce0cca9736 100644
--- a/www-apps/wiliki/files/wiliki-po-gentoo.patch
+++ b/www-apps/wiliki/files/wiliki-po-gentoo.patch
@@ -1,6 +1,6 @@
 po/Makefile.in.orig2008-01-31 21:38:35.0 -0500
-+++ po/Makefile.in 2009-01-09 14:34:08.0 -0500
-@@ -28,7 +28,7 @@
+--- a/po/Makefile.orig 2018-04-01 19:58:29.879110970 -0400
 b/po/Makefile.in   2018-04-01 19:59:14.929385523 -0400
+@@ -28,7 +28,7 @@ ALL_LINGUAS = @ALL_LINGUAS@
  PO_FILES = $(addsuffix .po,$(ALL_LINGUAS))
  MO_FILES = $(addsuffix .gmo,$(ALL_LINGUAS))
  

diff --git a/www-apps/wiliki/wiliki-0.6.1.ebuild 
b/www-apps/wiliki/wiliki-0.6.1-r1.ebuild
similarity index 84%
rename from www-apps/wiliki/wiliki-0.6.1.ebuild
rename to www-apps/wiliki/wiliki-0.6.1-r1.ebuild
index b3d0f900c44..4add1c335f6 100644
--- a/www-apps/wiliki/wiliki-0.6.1.ebuild
+++ b/www-apps/wiliki/wiliki-0.6.1-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI=6
 
-inherit webapp eutils
+inherit webapp
 
 MY_PN="WiLiKi"
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WiLiKi is a lightweight Wiki engine written in and running on 
Gauche Scheme"
-HOMEPAGE="http://practical-scheme.net/wiliki/;
+HOMEPAGE="https://practical-scheme.net/wiliki/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
 
 LICENSE="BSD"
@@ -28,10 +28,10 @@ WEBAPP_MANUAL_SLOT="yes"
 
 S="${WORKDIR}"/${MY_P}
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-po-gentoo.patch
-   epatch "${FILESDIR}"/${P}-cgi-gentoo.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${PN}-po-gentoo.patch
+   "${FILESDIR}"/${P}-cgi-gentoo.patch
+)
 
 src_install() {
webapp_src_preinst



[gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/

2018-04-01 Thread Matt Turner
commit: 65a6f686043606e1955c44038912412a324b72b1
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 00:01:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 00:01:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a6f686

net-nntp/xrn: Drop old

Closes: https://bugs.gentoo.org/649126

 net-nntp/xrn/xrn-9.02.ebuild | 69 
 1 file changed, 69 deletions(-)

diff --git a/net-nntp/xrn/xrn-9.02.ebuild b/net-nntp/xrn/xrn-9.02.ebuild
deleted file mode 100644
index 9c87e2febf4..000
--- a/net-nntp/xrn/xrn-9.02.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A small and fast news reader for X"
-HOMEPAGE="http://www.mit.edu/people/jik/software/xrn.html;
-SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz;
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND="x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXaw
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXp
-   x11-libs/libXpm
-   x11-libs/libXt"
-DEPEND="${RDEPEND}
-   x11-misc/imake
-   >=sys-apps/sed-4"
-
-src_compile() {
-   # English is the default language, but french and german are also
-   # supported, however only one language may be supported at a time:
-   local lingua
-   for lingua in ${LINGUAS} en ; do
-   case "${lingua}" in
-   en*)
-   MY_LANG="english"
-   break # Breaks the for loop.
-   ;;
-   fr*)
-   MY_LANG="french"
-   break # Breaks the for loop.
-   ;;
-   de*)
-   MY_LANG="german"
-   break # Breaks the for loop.
-   ;;
-   esac
-   done
-
-   # Bugs to Gentoo bugzilla:
-   sed -i \
-   -e "s,bug-...@kamens.brookline.ma.us,https://bugs.gentoo.org/,; 
\
-   -e "s,\(#ifndef CONFIG_H_IS_OK\),#define CONFIG_H_IS_OK\n\1," \
-   config.h
-
-   # Generate Makefile:
-   xmkmf || die "xmkmf failed"
-
-   # Use our own CFLAGS and our desired language:
-   emake -j1 CDEBUGFLAGS="${CFLAGS}" LANGUAGE="${MY_LANG}" || die "emake 
failed"
-}
-
-src_install() {
-   dobin xrn || die "dobin failed"
-   dodoc README README.Linux TODO CREDITS COMMON-PROBLMS || die "dodoc 
failed"
-
-   # Default settings:
-   insinto /etc/X11/app-defaults
-   newins XRn.ad XRn
-
-   newman xrn.man xrn.1
-}



[gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/

2018-04-01 Thread Matt Turner
commit: fcc358b7b70f69a5153efae8278bc92bda5d6220
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  2 00:01:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  2 00:01:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc358b7

net-nntp/xrn-9.02-r1: x86 stable, 649126

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nntp/xrn/xrn-9.02-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/xrn/xrn-9.02-r1.ebuild b/net-nntp/xrn/xrn-9.02-r1.ebuild
index 092d7d366e9..10bad67c4a5 100644
--- a/net-nntp/xrn/xrn-9.02-r1.ebuild
+++ b/net-nntp/xrn/xrn-9.02-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz;
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2018-04-01 Thread Matt Turner
commit: f00ab836d398d30aacf67304839c84841e63ef14
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:58:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:58:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00ab836

app-arch/pdv-1.5.1-r3: amd64 stable, bug 649146

 app-arch/pdv/pdv-1.5.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pdv/pdv-1.5.1-r3.ebuild b/app-arch/pdv/pdv-1.5.1-r3.ebuild
index cf30d73ea16..719b7152eeb 100644
--- a/app-arch/pdv/pdv-1.5.1-r3.ebuild
+++ b/app-arch/pdv/pdv-1.5.1-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pdv/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ppc ~x86 ~x86-linux ~ppc-macos"
 IUSE="X"
 
 DEPEND="



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

2018-04-01 Thread Matt Turner
commit: 0668eddb49051476930ebd62ef1840ce2af4be19
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:58:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:58:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0668eddb

app-arch/pdv-1.5.1-r3: x86 stable, bug 649146

 app-arch/pdv/pdv-1.5.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pdv/pdv-1.5.1-r3.ebuild b/app-arch/pdv/pdv-1.5.1-r3.ebuild
index 719b7152eeb..8b712196c4d 100644
--- a/app-arch/pdv/pdv-1.5.1-r3.ebuild
+++ b/app-arch/pdv/pdv-1.5.1-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pdv/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos"
 IUSE="X"
 
 DEPEND="



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

2018-04-01 Thread Matt Turner
commit: 9aab7089a16272ae38c63a874be6d0cdf5871b04
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:58:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:58:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aab7089

app-arch/pdv: Drop old

Closes: https://bugs.gentoo.org/649146

 app-arch/pdv/pdv-1.5.1-r2.ebuild | 56 
 1 file changed, 56 deletions(-)

diff --git a/app-arch/pdv/pdv-1.5.1-r2.ebuild b/app-arch/pdv/pdv-1.5.1-r2.ebuild
deleted file mode 100644
index 509ae0fa82c..000
--- a/app-arch/pdv/pdv-1.5.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools toolchain-funcs
-
-DESCRIPTION="build a self-extracting and self-installing binary package"
-HOMEPAGE="https://sourceforge.net/projects/pdv;
-SRC_URI="mirror://sourceforge/pdv/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos"
-IUSE="X"
-
-DEPEND="X? ( >=x11-libs/motif-2.3:0
-   >=x11-libs/libX11-1.0.0
-   >=x11-libs/libXt-1.0.0
-   >=x11-libs/libXext-1.0.0
-   >=x11-libs/libXp-1.0.0 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # fix a size-of-variable bug
-   epatch "${FILESDIR}"/${P}-opt.patch
-   # fix a free-before-use bug
-   epatch "${FILESDIR}"/${P}-early-free.patch
-   # fix a configure script bug
-   epatch "${FILESDIR}"/${P}-x-config.patch
-   # fix default args bug from assuming 'char' is signed
-   epatch "${FILESDIR}"/${P}-default-args.patch
-   # prevent pre-stripped binaries
-   epatch "${FILESDIR}"/${P}-no-strip.patch
-
-   # re-build configure script since patch was applied to configure.in
-   cd "${S}"/X11
-   eautoreconf
-   tc-export CC
-}
-
-src_configure() {
-   local myconf=""
-   use X || myconf="--without-x" # configure script is broken, cant use 
use_with
-   econf ${myconf}
-}
-
-src_install() {
-   dobin pdv pdvmkpkg
-   doman pdv.1 pdvmkpkg.1
-   if use X ; then
-   dobin X11/xmpdvmkpkg
-   doman xmpdvmkpkg.1
-   fi
-   dodoc AUTHORS ChangeLog NEWS README pdv.lsm
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/

2018-04-01 Thread Matt Turner
commit: e7537410c31c7f488b448c40b20d24ed58b24e2e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:55:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:55:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7537410

sci-visualization/opendx-4.4.4-r7: amd64 stable, bug 649084

 sci-visualization/opendx/opendx-4.4.4-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
index cd3cdbeefa9..00a59b54851 100644
--- a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
+++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="hdf cdf netcdf tiff imagemagick szip smp"
 
 RDEPEND="



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

2018-04-01 Thread Matt Turner
commit: 5770e7f42821955e22415de145619588fd5e71c0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:51:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5770e7f4

x11-terms/kterm-6.2.0-r6: Drop stable ppc keywords, bug 649082

 x11-terms/kterm/kterm-6.2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/kterm/kterm-6.2.0-r5.ebuild 
b/x11-terms/kterm/kterm-6.2.0-r5.ebuild
index 34a187da468..0cc9218fde1 100644
--- a/x11-terms/kterm/kterm-6.2.0-r5.ebuild
+++ b/x11-terms/kterm/kterm-6.2.0-r5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
 
 LICENSE="MIT HPND XC"
 SLOT="0"
-KEYWORDS="-alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="-alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="Xaw3d"
 
 RDEPEND="app-text/rman



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/

2018-04-01 Thread Matt Turner
commit: 5b75f72a3f12da74ca821bc2ebdb579f206b41be
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:56:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:56:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b75f72a

sci-visualization/opendx: Drop old

Closes: https://bugs.gentoo.org/649084

 sci-visualization/opendx/opendx-4.4.4-r5.ebuild | 82 -
 1 file changed, 82 deletions(-)

diff --git a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r5.ebuild
deleted file mode 100644
index 54c6da6296e..000
--- a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MYP=dx-${PV}
-inherit eutils flag-o-matic autotools multilib
-
-DESCRIPTION="3D data visualization tool"
-HOMEPAGE="http://www.opendx.org/;
-SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz;
-
-LICENSE="IBM"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="hdf cdf netcdf tiff imagemagick szip smp"
-
-RDEPEND="x11-libs/libXmu
-   x11-libs/libXi
-   x11-libs/libXp
-   x11-libs/libXpm
-   >=x11-libs/motif-2.3:0
-   virtual/opengl
-   virtual/glu
-   szip? ( virtual/szip )
-   hdf? ( sci-libs/hdf )
-   cdf? ( sci-libs/cdf )
-   netcdf? ( sci-libs/netcdf )
-   tiff? ( media-libs/tiff )
-   imagemagick? ( virtual/imagemagick-tools )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-4.3.2-sys.h.patch"
-   epatch "${FILESDIR}/${P}-installpaths.patch"
-   epatch "${FILESDIR}/${P}-xdg.patch"
-   epatch "${FILESDIR}/${P}-gcc43.patch"
-   epatch "${FILESDIR}/${P}-dx-errno.patch"
-   epatch "${FILESDIR}/${P}-libtool.patch"
-   epatch "${FILESDIR}/${P}-concurrent-make-fix.patch"
-   epatch "${FILESDIR}/${P}-open.patch"
-   epatch "${FILESDIR}/${P}-szip.patch"
-   epatch "${FILESDIR}/${P}-null.patch"
-   epatch "${FILESDIR}/${P}-magick.patch"
-   eautoreconf
-}
-
-src_configure() {
-   # check flag filtering
-   # with gcc 3.3.2 I had an infinite loop on src/exec/libdx/zclipQ.c
-   append-flags -fno-strength-reduce
-
-   # (#82672)
-   filter-flags -finline-functions
-   replace-flags -O3 -O2
-
-   # opendx uses this variable
-   unset ARCH
-
-   # javadx is currently broken. we may try to fix it someday.
-   econf \
-   --libdir="${EPREFIX}"/usr/$(get_libdir) \
-   --with-x \
-   --without-javadx \
-   $(use_with szip szlib) \
-   $(use_with cdf) \
-   $(use_with netcdf) \
-   $(use_with hdf) \
-   $(use_with tiff) \
-   $(use_with imagemagick magick) \
-   $(use_enable smp smp-linux)
-}
-
-src_install() {
-   default
-   newicon src/uipp/ui/icon50.xpm ${PN}.xpm
-   make_desktop_entry dx "Open Data Explorer"
-}



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

2018-04-01 Thread Matt Turner
commit: 9c1fdbc7c33d7bf63799d3212e55cff352a771f9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:51:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:51:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1fdbc7

x11-terms/kterm-6.2.0-r6: x86 stable, bug 649082

 x11-terms/kterm/kterm-6.2.0-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/kterm/kterm-6.2.0-r6.ebuild 
b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
index 12e05be3866..f13a939ad24 100644
--- a/x11-terms/kterm/kterm-6.2.0-r6.ebuild
+++ b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
 
 LICENSE="MIT HPND XC"
 SLOT="0"
-KEYWORDS="-alpha amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="-alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="Xaw3d"
 
 RDEPEND="app-text/rman



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/

2018-04-01 Thread Matt Turner
commit: 2733c9f6150d9cb0fa3762513bbefab3f7f3926a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:54:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:54:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2733c9f6

sci-visualization/opendx: Drop ppc keywords

 sci-visualization/opendx/opendx-4.4.4-r5.ebuild | 2 +-
 sci-visualization/opendx/opendx-4.4.4-r7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r5.ebuild
index cd523aace72..54c6da6296e 100644
--- a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild
+++ b/sci-visualization/opendx/opendx-4.4.4-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz;
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="hdf cdf netcdf tiff imagemagick szip smp"
 
 RDEPEND="x11-libs/libXmu

diff --git a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
index 7307105626d..cd3cdbeefa9 100644
--- a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
+++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="hdf cdf netcdf tiff imagemagick szip smp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/

2018-04-01 Thread Matt Turner
commit: 52889f0295dedaf33b4ebcbcdb9d2780de16aebf
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:55:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:55:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52889f02

sci-visualization/opendx-4.4.4-r7: x86 stable, bug 649084

 sci-visualization/opendx/opendx-4.4.4-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
index 00a59b54851..024c2706ae3 100644
--- a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
+++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="hdf cdf netcdf tiff imagemagick szip smp"
 
 RDEPEND="



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

2018-04-01 Thread Matt Turner
commit: 4bbeedb05c0c91ec66c0ff232ad429da05d07e26
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:45:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:45:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbeedb0

x11-libs/motif-2.3.8-r1: ppc stable, bug 650624

 x11-libs/motif/motif-2.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild 
b/x11-libs/motif/motif-2.3.8-r1.ebuild
index d99b0ff8177..1c9d1c1aea4 100644
--- a/x11-libs/motif/motif-2.3.8-r1.ebuild
+++ b/x11-libs/motif/motif-2.3.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2018-04-01 Thread Matt Turner
commit: e56a27267181579118ba65ee2844635ce3e86c44
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:45:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:45:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56a2726

x11-libs/motif-2.3.8-r1: ppc64 stable, bug 650624

 x11-libs/motif/motif-2.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild 
b/x11-libs/motif/motif-2.3.8-r1.ebuild
index 1c9d1c1aea4..82496794fb7 100644
--- a/x11-libs/motif/motif-2.3.8-r1.ebuild
+++ b/x11-libs/motif/motif-2.3.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2018-04-01 Thread Matt Turner
commit: a6cdea0f065c40cf5e0cf6475a39a71795d32547
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:52:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:52:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cdea0f

x11-terms/kterm: Drop old

Closes: https://bugs.gentoo.org/649082

 x11-terms/kterm/kterm-6.2.0-r5.ebuild | 77 ---
 1 file changed, 77 deletions(-)

diff --git a/x11-terms/kterm/kterm-6.2.0-r5.ebuild 
b/x11-terms/kterm/kterm-6.2.0-r5.ebuild
deleted file mode 100644
index 0cc9218fde1..000
--- a/x11-terms/kterm/kterm-6.2.0-r5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Japanese Kanji X Terminal"
-#HOMEPAGE="http://www.asahi-net.or.jp/~hc3j-tkg/kterm/;
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI="mirror://gentoo/${P}.tar.gz
-   mirror://gentoo/${P}-wpi.patch.gz
-   mirror://gentoo/${P}.ext02.patch.gz"
-
-LICENSE="MIT HPND XC"
-SLOT="0"
-KEYWORDS="-alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="Xaw3d"
-
-RDEPEND="app-text/rman
-   sys-libs/ncurses
-   x11-libs/libXmu
-   x11-libs/libXpm
-   x11-libs/libxkbfile
-   x11-libs/libXaw
-   x11-libs/libXp
-   Xaw3d? ( x11-libs/libXaw3d )"
-DEPEND="${RDEPEND}
-   x11-misc/gccmakedep
-   x11-misc/imake"
-
-src_prepare(){
-   epatch "${WORKDIR}"/${P}-wpi.patch  # wallpaper patch
-   epatch "${WORKDIR}"/${P}.ext02.patch# JIS 0213 support
-   epatch "${FILESDIR}"/${PN}-openpty.patch
-   epatch "${FILESDIR}"/${PN}-gentoo.patch
-   epatch "${FILESDIR}"/${PN}-ad-gentoo.patch
-   epatch "${FILESDIR}"/${PN}-underline.patch
-   use Xaw3d && epatch "${FILESDIR}"/${PN}-Xaw3d.patch
-}
-
-src_compile(){
-   PKG_CONFIG=$(tc-getPKG_CONFIG)
-   xmkmf -a || die
-   emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \
-   LOCAL_LDFLAGS="${LDFLAGS} $($PKG_CONFIG --libs ncurses)" \
-   XAPPLOADDIR="${EPREFIX}"/usr/share/X11/app-defaults
-}
-
-src_install(){
-   emake DESTDIR="${D}" BINDIR="${EPREFIX}"/usr/bin 
XAPPLOADDIR="${EPREFIX}"/usr/share/X11/app-defaults install
-
-   # install man pages
-   newman kterm.man kterm.1
-   insinto /usr/share/man/ja/man1
-   iconv -f ISO-2022-JP -t EUC-JP kterm.jman > kterm.ja.1
-   newins kterm.ja.1 kterm.1
-
-   # Remove link to avoid collision
-   rm -f "${ED}"/usr/lib/X11/app-defaults
-
-   dodoc README.kt
-}
-
-pkg_postinst() {
-   elog
-   elog "KTerm wallpaper support is enabled."
-   elog "In order to use this feature,"
-   elog "you need specify favourite xpm file with -wp option"
-   elog
-   elog "\t% kterm -wp filename.xpm"
-   elog
-   elog "or set it with X resource"
-   elog
-   elog "\tKTerm*wallPaper: /path/to/filename.xpm"
-   elog
-}



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

2018-04-01 Thread Matt Turner
commit: b4035c33bf4ab2fa7076cc083932ae27d9e9a424
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:45:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:45:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4035c33

app-arch/pdv-1.5.1-r3: ppc stable, bug 649146

 app-arch/pdv/pdv-1.5.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pdv/pdv-1.5.1-r3.ebuild b/app-arch/pdv/pdv-1.5.1-r3.ebuild
index c865fa96798..cf30d73ea16 100644
--- a/app-arch/pdv/pdv-1.5.1-r3.ebuild
+++ b/app-arch/pdv/pdv-1.5.1-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pdv/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ppc ~x86 ~x86-linux ~ppc-macos"
 IUSE="X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx-samples/

2018-04-01 Thread Matt Turner
commit: 6a5acb83b74db200ccc447768a7be0c755c9c34d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:54:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:54:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5acb83

sci-visualization/opendx-samples: Drop ppc keywords

 sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild 
b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
index 2efa4c437c0..2dbd69320cc 100644
--- a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
+++ b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=sci-visualization/opendx-4.4.4-r2"



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

2018-04-01 Thread Matt Turner
commit: 4a8736ba5a823b117a77c5ffc4352981c2f26226
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:50:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:50:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8736ba

x11-terms/kterm-6.2.0-r6: amd64 stable, bug 649082

 x11-terms/kterm/kterm-6.2.0-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/kterm/kterm-6.2.0-r6.ebuild 
b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
index ad91d31e173..12e05be3866 100644
--- a/x11-terms/kterm/kterm-6.2.0-r6.ebuild
+++ b/x11-terms/kterm/kterm-6.2.0-r6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
 
 LICENSE="MIT HPND XC"
 SLOT="0"
-KEYWORDS="-alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="-alpha amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="Xaw3d"
 
 RDEPEND="app-text/rman



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

2018-04-01 Thread Matt Turner
commit: 946b1b30ffb96ce7430f23f535b213255a16c9a0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:39:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:39:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946b1b30

app-emulation/spim: Drop old

Closes: https://bugs.gentoo.org/649142

 app-emulation/spim/spim-8.0-r2.ebuild | 77 ---
 1 file changed, 77 deletions(-)

diff --git a/app-emulation/spim/spim-8.0-r2.ebuild 
b/app-emulation/spim/spim-8.0-r2.ebuild
deleted file mode 100644
index 6de0890b3f0..000
--- a/app-emulation/spim/spim-8.0-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="MIPS Simulator"
-HOMEPAGE="http://spimsimulator.sourceforge.net/;
-SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc X"
-
-RDEPEND="X? ( media-fonts/font-adobe-100dpi
-   x11-libs/libXaw
-   x11-libs/libXp )"
-DEPEND="${RDEPEND}
-   X? ( x11-misc/imake
-   x11-proto/xproto )
-   >=sys-apps/sed-4
-   sys-devel/bison"
-# test hangs forever, disabling it
-RESTRICT="test"
-
-src_prepare() {
-   # fix bugs 240005 and 243588
-   eapply "${FILESDIR}/${P}-r1-respect_env.patch"
-
-   #fix bug 330389
-   sed -i -e 's:-12-\*-75-:-14-\*-100-:g' xspim/xspim.c || die
-
-   default
-}
-
-src_configure() {
-   tc-export CC
-   emake -C spim configuration
-
-   if use X; then
-   emake -C xspim configuration
-   fi
-}
-
-src_compile() {
-   emake DESTDIR="${EPREFIX}" -C spim
-
-   if use X; then
-   emake DESTDIR="${EPREFIX}" EXCEPTION_DIR=/var/lib/spim \
-   -C xspim -j1 xspim
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${ED}" -C spim install
-   newman Documentation/spim.man spim.1
-
-   if use X; then
-   emake DESTDIR="${ED}" -C xspim install
-   newman Documentation/xspim.man xspim.1
-   fi
-
-   doicon "${FILESDIR}"/xspim.svg
-   make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education"
-
-   dodoc Documentation/SPIM.html
-   dodoc ChangeLog Documentation/BLURB README VERSION
-   if use doc ; then
-   dodoc Documentation/TeX/{cycle,spim}.ps
-   fi
-}
-
-src_test() {
-   emake -C spim test
-}



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

2018-04-01 Thread Matt Turner
commit: 7d7edf68f6cbd3d72c9b94e5f56df44afc1e3823
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:39:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:39:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7edf68

app-emulation/spim-8.0-r3: x86 stable, bug 649142

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

diff --git a/app-emulation/spim/spim-8.0-r3.ebuild 
b/app-emulation/spim/spim-8.0-r3.ebuild
index 59f7db32139..00776564c32 100644
--- a/app-emulation/spim/spim-8.0-r3.ebuild
+++ b/app-emulation/spim/spim-8.0-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc X"
 
 RDEPEND="



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

2018-04-01 Thread Matt Turner
commit: 897a9e095ff5a88a68783b5b6d20559cf776e610
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:39:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897a9e09

app-emulation/spim-8.0-r3: amd64 stable, bug 649142

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

diff --git a/app-emulation/spim/spim-8.0-r3.ebuild 
b/app-emulation/spim/spim-8.0-r3.ebuild
index 9fe7e6643e1..59f7db32139 100644
--- a/app-emulation/spim/spim-8.0-r3.ebuild
+++ b/app-emulation/spim/spim-8.0-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc X"
 
 RDEPEND="



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

2018-04-01 Thread Matt Turner
commit: 35e01caba6fb82876c1a9e1b512ec049a6d76c96
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:35:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:35:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e01cab

app-emulation/spim: Drop stable ppc keywords

 app-emulation/spim/spim-8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/spim/spim-8.0-r2.ebuild 
b/app-emulation/spim/spim-8.0-r2.ebuild
index c50eac72bf8..6de0890b3f0 100644
--- a/app-emulation/spim/spim-8.0-r2.ebuild
+++ b/app-emulation/spim/spim-8.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc X"
 
 RDEPEND="X? ( media-fonts/font-adobe-100dpi



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/, sci-visualization/opendx/files/

2018-04-01 Thread Matt Turner
commit: 152407387340dd08c853e9a0ca97a1d36e2b889f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:17:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:24:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15240738

sci-visualization/opendx: Add patch to fix invalid conversion

Closes: https://bugs.gentoo.org/638610

 .../opendx/files/opendx-4.4.4-invalid-conversion.patch  | 13 +
 sci-visualization/opendx/opendx-4.4.4-r6.ebuild |  1 +
 2 files changed, 14 insertions(+)

diff --git 
a/sci-visualization/opendx/files/opendx-4.4.4-invalid-conversion.patch 
b/sci-visualization/opendx/files/opendx-4.4.4-invalid-conversion.patch
new file mode 100644
index 000..579cceb9684
--- /dev/null
+++ b/sci-visualization/opendx/files/opendx-4.4.4-invalid-conversion.patch
@@ -0,0 +1,13 @@
+diff --git a/src/uipp/dxuilib/EditorWindow.C b/src/uipp/dxuilib/EditorWindow.C
+index c406cc1..d6c0765 100644
+--- a/src/uipp/dxuilib/EditorWindow.C
 b/src/uipp/dxuilib/EditorWindow.C
+@@ -5997,7 +5997,7 @@ char msg[128];
+ //
+ const char *tmpdir = theDXApplication->getTmpDirectory();
+ int tmpdirlen = STRLEN(tmpdir);
+-if (!tmpdirlen) return FALSE;
++if (!tmpdirlen) return (char*)FALSE;
+ if (tmpdir[tmpdirlen-1] == '/') {
+   sprintf(netfilename, "%sdx%d.net", tmpdir, getpid());
+   sprintf(cfgfilename, "%sdx%d.cfg", tmpdir, getpid());

diff --git a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r6.ebuild
index 2aae53cbc9d..4f7453fdd62 100644
--- a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild
+++ b/sci-visualization/opendx/opendx-4.4.4-r6.ebuild
@@ -46,6 +46,7 @@ PATCHES=(
"${FILESDIR}/${P}-open.patch"
"${FILESDIR}/${P}-szip.patch"
"${FILESDIR}/${P}-null.patch"
+   "${FILESDIR}/${P}-invalid-conversion.patch"
"${WORKDIR}/${PN}-4.4.4_p20160917-fix-c++14.patch"
 )
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/

2018-04-01 Thread Matt Turner
commit: 161845d4be61b043231bf07b008e3208a6bf8e97
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 23:24:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 23:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161845d4

sci-visualization/opendx: Fix X11 dependencies

I elected not to touch the lack of Xinerama dependency. It looks to be
automagic currently.

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

 .../opendx/{opendx-4.4.4-r6.ebuild => opendx-4.4.4-r7.ebuild}| 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild 
b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
similarity index 95%
rename from sci-visualization/opendx/opendx-4.4.4-r6.ebuild
rename to sci-visualization/opendx/opendx-4.4.4-r7.ebuild
index 4f7453fdd62..7307105626d 100644
--- a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild
+++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,10 +17,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="hdf cdf netcdf tiff imagemagick szip smp"
 
-RDEPEND="x11-libs/libXmu
-   x11-libs/libXi
-   x11-libs/libXp
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXmu
x11-libs/libXpm
+   x11-libs/libXt
>=x11-libs/motif-2.3:0
virtual/opengl
virtual/glu



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

2018-04-01 Thread Sebastian Pipping
commit: b9f4dbd54803acb4ace2e270dc8fc222466d5a6b
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Apr  1 22:53:11 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Apr  1 22:53:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f4dbd5

www-apps/nikola: Drop Python 2 support

The code is not fully compatible to Python 2 and upstream
stopped supporting Python 2 officially quite a while ago.

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 www-apps/nikola/nikola-7.8.14-r1.ebuild | 63 +
 1 file changed, 63 insertions(+)

diff --git a/www-apps/nikola/nikola-7.8.14-r1.ebuild 
b/www-apps/nikola/nikola-7.8.14-r1.ebuild
new file mode 100644
index 000..05f442bd330
--- /dev/null
+++ b/www-apps/nikola/nikola-7.8.14-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+MY_PN="Nikola"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A static website and blog generator"
+HOMEPAGE="https://getnikola.com/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="assets charts ghpages hyphenation ipython jinja watchdog webmedia 
websocket"
+RESTRICT="test" # needs coveralls
+
+DEPEND=">=dev-python/docutils-0.12[${PYTHON_USEDEP}]" # needs rst2man to build 
manpage
+RDEPEND="${DEPEND}
+   >=dev-python/blinker-1.3[${PYTHON_USEDEP}]
+   >=dev-python/doit-0.29.0[${PYTHON_USEDEP}]
+   >=dev-python/logbook-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
+   >=dev-python/mako-1.0[${PYTHON_USEDEP}]
+   >=dev-python/markdown-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
+   >=dev-python/piexif-1.0.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-20.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
+   >=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
+   charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
+   ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+   hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
+   ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
+   jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )
+   watchdog? ( ~dev-python/watchdog-0.8.3[${PYTHON_USEDEP}] )
+   webmedia? ( >=dev-python/micawber-0.3.0[${PYTHON_USEDEP}] )
+   websocket? ( ~dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] )"
+#  typography? ( >=dev-python/typogrify-2.0.4[${PYTHON_USEDEP}] ) # needs 
smartypants
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   distutils-r1_src_install
+
+   # hackish way to remove docs that ended up in the wrong place
+   rm -rv "${D}/usr/share/doc/${PN}" || die
+
+   dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.txt
+   gunzip "docs/man/${PN}.1.gz" || die
+   doman "docs/man/${PN}.1"
+}



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

2018-04-01 Thread Anthony G. Basile
commit: bc9752afe40a35640ce02bbc0a99b536c80936de
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr  1 22:31:47 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr  1 22:42:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9752af

dev-libs/libressl: version bump to 2.7.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/libressl/Manifest  |  1 +
 dev-libs/libressl/libressl-2.7.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index f4af8fb22f6..16d2adf85a8 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -10,3 +10,4 @@ DIST libressl-2.6.3.tar.gz 3228661 BLAKE2B 
01d1e09a5c4541e1d6b35d0a1cd9246671a7c
 DIST libressl-2.6.4.tar.gz 3227935 BLAKE2B 
48e865448a9e5b0b604b06060091073276aebd376506de73773a5eb9cb0bb4c5b93aa16353b4892abaee97ec933ad77e89775c3f52263d77bb17c68e481b4f70
 SHA512 
181761da573ff392aaee17dd3dde416d7cbb299ab3e07b49c97e279ceb3f619e78d1dc9ec4c59b0af024f0a8270ff31fe37f8282d0392be34c3143c9647cd246
 DIST libressl-2.7.0.tar.gz 3286436 BLAKE2B 
883f24f70dc39c0547d63b852274ce12e03910d5b8eced70dbcffb062d236ad03b3e7dc0c265277f3316f682b454130be18fb2f8112d42aabcaab8882a69
 SHA512 
d0e51fa7143f71266e9193fbda151c6e65ba403fa93b4030edcfd4909f5905b03586cc5605e58a62a190d46e9caf7191b6572106b8e92bc5400b2e1b6b7e025e
 DIST libressl-2.7.1.tar.gz 3362461 BLAKE2B 
48b62160298ea7628c6671271b7ae9249cc3355cf6e504b504f7fef4ce62337f07e0a8117eef88fee7ae2a0517859f83e8540003dfd2c577f10841088d9eb180
 SHA512 
b7adc4250ba3fa5a3db20890aacb6b40dc9fbc29cc470c55dc9742430b9ba10ec122e6edf6f1671d77dea6347be1a23dc3d81b3b70f9b6e722212f356c36dfbc
+DIST libressl-2.7.2.tar.gz 3364227 BLAKE2B 
49da6903a63425ac246c574b4c842706eaff184ba4a1768f61b2007296cb915f944f80f79edbad12b1a28a5552282522aa2b037195e2f917c06cf6917f1642e6
 SHA512 
12d00d057d449eb4119fc2f07034ebc0f1bbcb1602c0e07ef03b50440045eafd70594ddee352946cd9409aed8aceeb6988ba1643f582566fe3498499d94ece49

diff --git a/dev-libs/libressl/libressl-2.7.2.ebuild 
b/dev-libs/libressl/libressl-2.7.2.ebuild
new file mode 100644
index 000..af207c40014
--- /dev/null
+++ b/dev-libs/libressl/libressl-2.7.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
+HOMEPAGE="https://www.libressl.org/;
+SRC_URI="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
+
+LICENSE="ISC openssl"
+# Reflects ABI of libcrypto.so and libssl.so.  Since these can differ,
+# we'll try to use the max of either.  However, if either change between
+# versions, we have to change the subslot to trigger rebuild of consumers.
+SLOT="0/45"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS=""
+IUSE="+asm static-libs"
+
+RDEPEND="!dev-libs/openssl:0"
+DEPEND="${RDEPEND}"
+PDEPEND="app-misc/ca-certificates"
+
+src_prepare() {
+   touch crypto/Makefile.in
+
+   sed -i \
+   -e '/^[ \t]*CFLAGS=/s#-g ##' \
+   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
+   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
+   configure || die "fixing CFLAGS failed"
+
+   eapply_user
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable asm) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_test() {
+   emake check
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/

2018-04-01 Thread Matt Turner
commit: 3260e5ad5c5fcc7ddd9f3da9d414c0b55ec42b8d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 22:25:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 22:27:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3260e5ad

sci-geosciences/grass: Clean up X11 dependencies

Xaw, Xmu, Xpm, and Xp are unused. Also switch to depending on xorg-proto
directly while we're here.

Closes: https://bugs.gentoo.org/649096

 .../grass/{grass-7.2.0.ebuild => grass-7.2.0-r1.ebuild}  | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/sci-geosciences/grass/grass-7.2.0.ebuild 
b/sci-geosciences/grass/grass-7.2.0-r1.ebuild
similarity index 97%
rename from sci-geosciences/grass/grass-7.2.0.ebuild
rename to sci-geosciences/grass/grass-7.2.0-r1.ebuild
index f62fa1a2565..be625fa853d 100644
--- a/sci-geosciences/grass/grass-7.2.0.ebuild
+++ b/sci-geosciences/grass/grass-7.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -56,11 +56,7 @@ RDEPEND="${PYTHON_DEPS}
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
-   x11-libs/libXaw
x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXp
-   x11-libs/libXpm
x11-libs/libXt
)"
 
@@ -71,8 +67,7 @@ DEPEND="${RDEPEND}
sys-devel/bison
X? (
dev-lang/swig
-   x11-proto/xextproto
-   x11-proto/xproto
+   x11-base/xorg-proto
)"
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/files/5.0.1/extra/, sys-devel/clang/files/5.0.1/, ...

2018-04-01 Thread Michał Górny
commit: 52937c53de83b925db8a7b20cebf0e18284bc75e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  1 21:48:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  1 22:27:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52937c53

sys-devel/clang: Backport FreeBSD test fixes to 5.0.1

 sys-devel/clang/clang-5.0.1.ebuild | 19 --
 ...est-Fix-clang-test-for-FreeBSD-and-NetBSD.patch | 76 ++
 ...shared-library-path-variable-is-LD_LIBRAR.patch | 37 +++
 3 files changed, 125 insertions(+), 7 deletions(-)

diff --git a/sys-devel/clang/clang-5.0.1.ebuild 
b/sys-devel/clang/clang-5.0.1.ebuild
index b16d9564915..c79d4d26b48 100644
--- a/sys-devel/clang/clang-5.0.1.ebuild
+++ b/sys-devel/clang/clang-5.0.1.ebuild
@@ -65,13 +65,6 @@ S=${WORKDIR}/x/y/${MY_P}
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
-PATCHES=(
-   # fix finding compiler-rt libs
-   
"${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
-   # add Prefix include paths for Darwin
-   "${FILESDIR}"/5.0.1/darwin_prefix-include-paths.patch
-)
-
 # Multilib notes:
 # 1. ABI_* flags control ABIs libclang* is built for only.
 # 2. clang is always capable of compiling code for all ABIs for enabled
@@ -113,6 +106,18 @@ src_unpack() {
 }
 
 src_prepare() {
+   # fix finding compiler-rt libs
+   eapply 
"${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
+   # fix setting LD_LIBRARY_PATH for tests on *BSD
+   eapply 
"${FILESDIR}"/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
+   # add Prefix include paths for Darwin
+   eapply "${FILESDIR}"/5.0.1/darwin_prefix-include-paths.patch
+
+   cd tools/extra || die
+   # fix setting LD_LIBRARY_PATH for tests on *BSD (extra part)
+   eapply 
"${FILESDIR}"/5.0.1/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch
+   cd ../.. || die
+
cmake-utils_src_prepare
eprefixify lib/Frontend/InitHeaderSearch.cpp
 }

diff --git 
a/sys-devel/clang/files/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
 
b/sys-devel/clang/files/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
new file mode 100644
index 000..1751a4f479f
--- /dev/null
+++ 
b/sys-devel/clang/files/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
@@ -0,0 +1,76 @@
+From 4650c277d616e5d297baf28682eb792e2e0144b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sun, 1 Apr 2018 23:20:56 +0200
+Subject: [PATCH] [test] Fix clang-test for FreeBSD and NetBSD
+
+Lit tries to inject the shared library paths, but no action is taken
+when platform.system() is not recognized, results in an environment
+variable with an empty name, which is illegal.
+
+The patch fixes this mechanism for FreeBSD and NetBSD, and gives an
+warning on other platforms, so that the latecomers don't have to spend
+time on debugging lit.
+
+Thanks Zhihao Yuan for the patch!
+
+Differential Revision: https://reviews.llvm.org/D39162
+
+git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316411 
91177308-0d34-0410-b5e6-96231b3b80d8
+
+(rebased for release_50 branch)
+---
+ test/Unit/lit.cfg | 41 -
+ 1 file changed, 20 insertions(+), 21 deletions(-)
+
+diff --git a/test/Unit/lit.cfg b/test/Unit/lit.cfg
+index 90eb2ac604..2cabf4bba1 100644
+--- a/test/Unit/lit.cfg
 b/test/Unit/lit.cfg
+@@ -87,24 +87,23 @@ if config.test_exec_root is None:
+ lit_config.load_config(config, site_cfg)
+ raise SystemExit
+ 
+-shlibpath_var = ''
+-if platform.system() == 'Linux':
+-shlibpath_var = 'LD_LIBRARY_PATH'
+-elif platform.system() == 'Darwin':
+-shlibpath_var = 'DYLD_LIBRARY_PATH'
+-elif platform.system() == 'Windows':
+-shlibpath_var = 'PATH'
+-
+-# in stand-alone builds, shlibdir is clang's build tree
+-# while llvm_libs_dir is installed LLVM (and possibly older clang)
+-llvm_shlib_dir = getattr(config, 'shlibdir', None)
+-if not llvm_shlib_dir:
+-lit_config.fatal('No shlibdir set!')
+-# Point the dynamic loader at dynamic libraries in 'lib'.
+-llvm_libs_dir = getattr(config, 'llvm_libs_dir', None)
+-if not llvm_libs_dir:
+-lit_config.fatal('No LLVM libs dir set!')
+-shlibpath = os.path.pathsep.join((llvm_shlib_dir, llvm_libs_dir,
+- config.environment.get(shlibpath_var,'')))
+-
+-config.environment[shlibpath_var] = shlibpath
++def find_shlibpath_var():
++if platform.system() in ['Linux', 'FreeBSD', 'NetBSD']:
++yield 'LD_LIBRARY_PATH'
++elif platform.system() == 'Darwin':
++yield 'DYLD_LIBRARY_PATH'
++elif platform.system() == 'Windows':
++yield 'PATH'
++
++for shlibpath_var in find_shlibpath_var():
++# in stand-alone builds, shlibdir is clang's build tree
++# while llvm_libs_dir is installed LLVM (and 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/, sys-devel/clang/files/5.0.1/extra/, ...

2018-04-01 Thread Michał Górny
commit: 014331e244cf082493294516fa33275365c2ac8d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  1 21:49:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  1 22:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014331e2

sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir

 sys-devel/clang/clang-4.0.1.ebuild  | 2 +-
 .../0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-4.0.1.ebuild 
b/sys-devel/clang/clang-4.0.1.ebuild
index e3cdd3ce84a..672f7fc6097 100644
--- a/sys-devel/clang/clang-4.0.1.ebuild
+++ b/sys-devel/clang/clang-4.0.1.ebuild
@@ -101,7 +101,7 @@ src_prepare() {
cd tools/extra || die
# fix stand-alone test build for extra tools
eapply 
"${FILESDIR}"/4.0.1/extra/0001-test-Fix-test-dependencies-when-using-installed-tool.patch
-   eapply 
"${FILESDIR}"/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
+   eapply 
"${FILESDIR}"/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
cd - >/dev/null || die
 
# User patches

diff --git 
a/sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
 
b/sys-devel/clang/files/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
similarity index 100%
rename from 
sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
rename to 
sys-devel/clang/files/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch



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

2018-04-01 Thread Michał Górny
commit: 820ddda479ca64b00b0d33a5fc3b4356275dcc50
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  1 21:44:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  1 22:27:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ddda4

sys-devel/llvm: Backport -Wl,-rpath FreeBSD fix to 5.0.1

 sys-devel/llvm/llvm-5.0.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/llvm/llvm-5.0.1.ebuild b/sys-devel/llvm/llvm-5.0.1.ebuild
index 657a0ba9c45..a0287445e0d 100644
--- a/sys-devel/llvm/llvm-5.0.1.ebuild
+++ b/sys-devel/llvm/llvm-5.0.1.ebuild
@@ -83,6 +83,9 @@ src_prepare() {
# Copy the new binary file (we don't support git binary patches)
cp 
{"${WORKDIR}/${P}-patchset",.}/test/tools/llvm-symbolizer/Inputs/print_context.o
 || die
 
+   # Fix appending -Wl,-rpath-link on non-Linux (-> FreeBSD).
+   eapply 
"${FILESDIR}"/6.0./0001-cmake-Append-Wl-rpath-link-conditionally-to-GNULD.patch
+
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die
 



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

2018-04-01 Thread Martin Mokrejs
commit: b1d6d2c3fc9cb4a1d918d0fb3424be2228b8e825
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Sun Apr  1 22:17:42 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr  1 22:17:42 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b1d6d2c3

sci-biology/proovread: call perl_domodule to install *.pm files

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sci-biology/proovread/proovread-.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sci-biology/proovread/proovread-.ebuild 
b/sci-biology/proovread/proovread-.ebuild
index 11a78d2f8..5165ae6dd 100644
--- a/sci-biology/proovread/proovread-.ebuild
+++ b/sci-biology/proovread/proovread-.ebuild
@@ -5,6 +5,8 @@ EAPI=6
 
 [ "$PV" == "" ] && inherit git-r3
 
+inherit perl-functions toolchain-funcs
+
 DESCRIPTION="Error correct PacBio subreads using Illumina reads"
 HOMEPAGE="https://github.com/BioInf-Wuerzburg/proovread;
 if [ "$PV" == "" ]; then
@@ -39,6 +41,8 @@ src_install(){
dobin bin/SeqFilter
cd ../../util/SeqChunker || die
dobin bin/*
+   cd ../../lib || die
+   perl_domodule -r -C ${PN} *
# cd ../util/blasr-1.3.1 || die
# dobin blasr
# dodoc LICENSE.txt



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

2018-04-01 Thread Sergei Trofimovich
commit: de86fb37c348bf6a1bc594ced882c336238c0b00
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 22:15:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 22:15:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de86fb37

media-libs/libogg: stable 1.3.3 for ppc64, bug #648066

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/libogg/libogg-1.3.3.ebuild 
b/media-libs/libogg/libogg-1.3.3.ebuild
index 2d6973e71e5..923cc5ad202 100644
--- a/media-libs/libogg/libogg-1.3.3.ebuild
+++ b/media-libs/libogg/libogg-1.3.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-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 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DOCS=( AUTHORS CHANGES )



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

2018-04-01 Thread Sergei Trofimovich
commit: c1ba1f888a586a93c973cbf309456cea4ac7208c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 22:15:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 22:15:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ba1f88

media-libs/libdvdnav: stable 6.0.0 for ppc64, bug #648060

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild 
b/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild
index db981e158cd..fa1f4ff5557 100644
--- a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild
+++ b/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git;
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~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 ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-04-01 Thread Sergei Trofimovich
commit: 5d27de39b776997eb9f5f23fa6580cafa2267cca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 22:15:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 22:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d27de39

media-libs/libdvdread: stable 6.0.0 for ppc64, bug #648060

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/libdvdread/libdvdread-6.0.0.ebuild 
b/media-libs/libdvdread/libdvdread-6.0.0.ebuild
index 8311ce0fc89..2d72903d76b 100644
--- a/media-libs/libdvdread/libdvdread-6.0.0.ebuild
+++ b/media-libs/libdvdread/libdvdread-6.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git;
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~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 ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-04-01 Thread Patrice Clement
commit: e77c75e99ed8208c5eafdf74af09eb9631c8c160
Author: Jouni Kosonen  tukesoft  com>
AuthorDate: Mon Feb 19 16:05:27 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  1 21:54:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77c75e9

sci-libs/mathgl: version bump to 2.4.1.

Closes: https://bugs.gentoo.org/596150
Closes: https://github.com/gentoo/gentoo/pull/7229

 sci-libs/mathgl/Manifest   |   1 +
 sci-libs/mathgl/files/mathgl-2.4.1-mutex.patch |  16 +++
 sci-libs/mathgl/mathgl-2.4.1.ebuild| 180 +
 3 files changed, 197 insertions(+)

diff --git a/sci-libs/mathgl/Manifest b/sci-libs/mathgl/Manifest
index 4e77e01a129..f36f9767c84 100644
--- a/sci-libs/mathgl/Manifest
+++ b/sci-libs/mathgl/Manifest
@@ -1,2 +1,3 @@
 DIST STIX_font.tgz 2450541 BLAKE2B 
f725eb0264d9c3cb7c32a935e8857c4a21cb905a1dc6c9cc8a16408afdc7dd9b6fcd312a8c2f77aff5484605a39a9ee36e86ad0234adb5d6bcc5c8839101194c
 SHA512 
c9124ec552074c98f15d6d3572a063598ca6bc598e3e78dcb5a5d57ae3928b5327a1374635f428ea1cefc9e51ee1d1aa9bd6ba9a306429fc6965140251d368b5
 DIST mathgl-2.3.4.tar.gz 21361705 BLAKE2B 
652cae42ace83077c5e5add2164a99d9a4f0b76a95d9ddd9b5570c04e87ce06c6cf127af85c451f74c7aa59e411c02c970e5fea7ed501a690f6d1a1456dcbd9c
 SHA512 
2ddc45750ae2373c26e199f43b7f9546e0d4540c7b11a1e6280c83632face42f50bcb8276c60b0c2208ca0b6a7506e3fc0d195a8c1aa9e774ba812643b81336d
+DIST mathgl-2.4.1.tar.gz 22665490 BLAKE2B 
a9c9e0ec7d145262994a754dfbcf1f789d2777f9334c8b4e73696265adba4d2fd7283621857318264c2162841e81427df21f7bc7b951d83876fbc066d3b9068f
 SHA512 
10fd016662ca60b9507942691f85b4d9151104319627732f4add0175475f7e8dff16e3645bb858c283b747f34e58f410d0532e94dc64cf8cf472938d3966402d

diff --git a/sci-libs/mathgl/files/mathgl-2.4.1-mutex.patch 
b/sci-libs/mathgl/files/mathgl-2.4.1-mutex.patch
new file mode 100644
index 000..4ce7bb73311
--- /dev/null
+++ b/sci-libs/mathgl/files/mathgl-2.4.1-mutex.patch
@@ -0,0 +1,16 @@
+diff --git a/src/canvas.cpp b/src/canvas.cpp
+index ba4ffededb9b..7ea755d18265 100644
+--- a/src/canvas.cpp
 b/src/canvas.cpp
+@@ -1219,9 +1219,9 @@ void mglCanvas::Pop()
+ {
+   B = stack.back(); 
+ #if MGL_HAVE_PTHREAD
+-  pthread_mutex_lock();
++  pthread_mutex_lock();
+   stack.pop_back();
+-  pthread_mutex_unlock();
++  pthread_mutex_unlock();
+ #else
+ #pragma omp critical(stk)
+   stack.pop_back();

diff --git a/sci-libs/mathgl/mathgl-2.4.1.ebuild 
b/sci-libs/mathgl/mathgl-2.4.1.ebuild
new file mode 100644
index 000..461956958f1
--- /dev/null
+++ b/sci-libs/mathgl/mathgl-2.4.1.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+WX_GTK_VER=3.0
+
+inherit cmake-utils eutils python-single-r1 wxwidgets multilib flag-o-matic
+
+DESCRIPTION="Math Graphics Library"
+HOMEPAGE="http://mathgl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz 
mirror://sourceforge/${PN}/STIX_font.tgz"
+
+LICENSE="LGPL-3"
+SLOT="0/7.5.0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc fltk gif glut gsl hdf hdf5 jpeg lua mpi octave opengl openmp pdf
+   png python qt5 static-libs threads wxwidgets zlib"
+
+LANGS="ru"
+for l in ${LANGS}; do
+   IUSE+=" l10n_${l}"
+done
+unset l
+
+RDEPEND="
+   virtual/opengl
+   fltk? ( x11-libs/fltk:1 )
+   gif? ( media-libs/giflib )
+   glut? ( media-libs/freeglut )
+   gsl? ( >=sci-libs/gsl-2 )
+   hdf? ( sci-libs/hdf )
+   hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
+   jpeg? ( virtual/jpeg:0 )
+   lua? ( >=dev-lang/lua-5.1:0 )
+   octave? ( >=sci-mathematics/octave-3.4.0 )
+   openmp? ( sys-cluster/openmpi )
+   pdf? ( media-libs/libharu )
+   png? ( media-libs/libpng:0 )
+   python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
+   zlib? ( sys-libs/zlib )"
+
+DEPEND="${RDEPEND}
+   doc? ( app-text/texi2html virtual/texi2dvi )
+   octave? ( dev-lang/swig )
+   python? ( dev-lang/swig )"
+
+REQUIRED_USE="
+   mpi? ( hdf5 )
+   openmp? ( !threads )
+   png? ( zlib )
+   pdf? ( png )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-mutex.patch
+)
+
+pkg_setup() {
+   use mpi && export CC=mpicc CXX=mpicxx
+   use python && python-single-r1_pkg_setup
+}
+
+src_unpack() {
+   default
+   if ! [[ -d "${S}"/fonts ]]; then
+   mkdir "${S}"/fonts || die
+   fi
+   cd "${S}"/fonts || die
+   unpack STIX_font.tgz
+}
+
+src_prepare() {
+   # fix for location of hdf headers
+   sed -i -e 's:hdf/::g' src/data_io.cpp || die
+   # bored of 

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

2018-04-01 Thread Patrice Clement
commit: d47f408a8d1780414744e29bff5bf193aee345e6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Feb 20 18:16:31 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  1 21:53:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47f408a

media-sound/mpd: remove unused files.

Closes: https://bugs.gentoo.org/651330
Closes: https://github.com/gentoo/gentoo/pull/7240

 media-sound/mpd/files/mpd.logrotate |  7 ---
 media-sound/mpd/files/mpd2.init | 36 
 2 files changed, 43 deletions(-)

diff --git a/media-sound/mpd/files/mpd.logrotate 
b/media-sound/mpd/files/mpd.logrotate
deleted file mode 100644
index c913c1facc4..000
--- a/media-sound/mpd/files/mpd.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/lib/mpd/log {
-   missingok
-   postrotate
-   [ -f /var/run/mpd.pid ] && cat /var/run/mpd.pid | xargs /bin/kill -HUP
-   [ -f /var/lib/mpd/pid ] && cat /var/lib/mpd/pid | xargs /bin/kill -HUP
-   endscript
-}

diff --git a/media-sound/mpd/files/mpd2.init b/media-sound/mpd/files/mpd2.init
deleted file mode 100644
index ae5a2cce0eb..000
--- a/media-sound/mpd/files/mpd2.init
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount
-   use net netmount nfsmount alsasound esound pulseaudio
-}
-
-checkconfig() {
-   if ! [ -f /etc/mpd.conf ]; then
-   eerror "Configuration file /etc/mpd.conf does not exist."
-   return 1
-   fi
-
-   if ! grep -q '^\s*pid_file' /etc/mpd.conf; then
-   eerror "Invalid configuration: pid_file needs to be set."
-   return 1
-   fi
-
-   return 0
-}
-
-start() {
-   checkconfig || return 1
-
-   ebegin "Starting Music Player Daemon"
-   start-stop-daemon --start --quiet --exec /usr/bin/mpd -- /etc/mpd.conf 
2>/dev/null
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping Music Player Daemon"
-   /usr/bin/mpd --kill
-   eend $?
-}



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

2018-04-01 Thread Patrice Clement
commit: 917f5fbf453e189c7a6085dae3094670aa3a138e
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Mar 31 21:38:11 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  1 21:53:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917f5fbf

dev-python/markdown: version bump.

Closes: https://bugs.gentoo.org/636872
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/markdown/Manifest  |  1 +
 dev-python/markdown/markdown-2.6.9.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index a966acaeeda..a2e10943bf9 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,2 +1,3 @@
 DIST Markdown-2.6.5.tar.gz 301781 BLAKE2B 
527a84bc8c4a891e64749bce273bf10c439376386c27355f386de8a0dd89e2bf0c1d6cadb0ff937fa3825655ab6220901f7b17ea2d184f3b3d178cbb54af58b8
 SHA512 
d966136a7184ada4eec70af661aba441694a8c4f59e57d59a28dfbc1649ca1e90cc1e4a29b354b3caf35362e1e0c96eeb3f46c68f82d7a898b76c08866d459d3
 DIST Markdown-2.6.8.tar.gz 307330 BLAKE2B 
6867f15425bd84bc030ab52000dc2f83bff0c9885854cec4a2a785f80b18129160bc57da30226fe17f42043b4938482e2e4eff9cdb3d4370b0146cc09f1ff576
 SHA512 
85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23
+DIST Markdown-2.6.9.tar.gz 271564 BLAKE2B 
792e438955a55de9f473107618516d17129caa4d02097d510992d25715a4f28aae005781b3a2e4fe53692bc12e96ab49008b66ff49247bf1685bac4c7607e0b6
 SHA512 
d00c800dc7c1ae0753cbcddd755ade7d593a8d9c9d4ffc6eb8765233a44027a75b68948c14b4469d7aa0e7f74029e9f60159d81ed40b3d2e770c68a81533ccfa

diff --git a/dev-python/markdown/markdown-2.6.9.ebuild 
b/dev-python/markdown/markdown-2.6.9.ebuild
new file mode 100644
index 000..f30420fc6e3
--- /dev/null
+++ b/dev-python/markdown/markdown-2.6.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the markdown markup language"
+HOMEPAGE="
+   http://www.freewisdom.org/projects/python-markdown
+   https://pypi.python.org/pypi/Markdown
+   https://pythonhosted.org/Markdown/
+   https://github.com/waylan/Python-Markdown;
+SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test pygments"
+
+DEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytidylib[${PYTHON_USEDEP}]
+   )"
+# source cites pytidylib however from testruns it appears optional
+RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${P^}"
+
+PATCHES=(
+   # build system always builds docs
+   "${FILESDIR}"/${PN}-2.6.8-dont-build-docs-default.patch
+)
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_docs
+   HTML_DOCS=( "${BUILD_DIR}"/docs/. )
+
+   # remove .txt files
+   find "${BUILD_DIR}"/docs -name '*.txt' -delete || die
+   fi
+}
+
+python_test() {
+   cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
+   cd "${BUILD_DIR}" || die
+   "${EPYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
+}



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

2018-04-01 Thread Patrice Clement
commit: 9d2a2f3a4b75df4de7a52490ec618c57ad9fdfb9
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Mar 31 21:16:14 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  1 21:53:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2a2f3a

dev-python/lesscpy: version bump.

Closes: https://bugs.gentoo.org/634018
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/lesscpy/Manifest  |  1 +
 dev-python/lesscpy/lesscpy-0.13.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest
index f3cf5e7972d..8dca9a97d1c 100644
--- a/dev-python/lesscpy/Manifest
+++ b/dev-python/lesscpy/Manifest
@@ -1,2 +1,3 @@
 DIST lesscpy-0.11.1.tar.gz 159706 BLAKE2B 
4f664d7e6d6edc0fea6db8d9b664703e408cbfccd666760ce1f394746696c61b28755668c7fe0d5ef374735e1ab6514532e2992d2d0c6292ef88861b25636225
 SHA512 
2cf4e8c3a46cf5e9a7f1dd80f613550fa0e857a8acf9d33d9da2f7a90e1b264bbc18a427668f152ff136b438b19866f016dec91794c721b98ec2f2456dc504e3
+DIST lesscpy-0.13.0.tar.gz 157854 BLAKE2B 
2a06827233e5142249298c75d323ffaed2cf497f5ddf86023e65235417f3fb970e66a6b112e9eeb38f24868ab98a6d4b9bcb0cf8a53a2121fff44098fdde459a
 SHA512 
227db8212a386b06f288140d09b7505ae43bc6221396fa2d154a6d7f0831cf1ff005d9818fd85fb3804103b725b60827cf56a29930c2de928546ab0dcf3d5877
 DIST lesscpy-0.9j.tar.gz 32061 BLAKE2B 
95edffd8cfe958d966062fa58c041ebf411d5f771d48cc1da9f868c35094bb5b465449616e994690c972414cc188c9343ae29839df9fa57711e4575a42f927fc
 SHA512 
9063b89a1ca8dc8424b3b1989bdf7c31de74e26ab8ab5ede1664f53d1ff1946308d9add65236cd5fabc58efcaf1cb5789fa73f0775a83cb70ea9a73d25207a73

diff --git a/dev-python/lesscpy/lesscpy-0.13.0.ebuild 
b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
new file mode 100644
index 000..fe7989aca09
--- /dev/null
+++ b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+# incomplete tarball
+RESTRICT="test"
+
+DESCRIPTION="A compiler written in Python for the LESS language"
+HOMEPAGE="https://pypi.python.org/pypi/lesscpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+
+python_test() {
+   # https://github.com/lesscpy/lesscpy/issues/74
+   esetup.py test
+   # This is equally effective
+   # nosetests -v || die "tests failed under ${EPYTHON}"
+}



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

2018-04-01 Thread Martin Mokrejs
commit: a4e405144f304e63344c5228e1407fdff6bfab75
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Sun Apr  1 21:49:26 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr  1 21:49:26 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4e40514

sci-biology/proovread: new package

Will need more work from upstream to make it into Gentoo.

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sci-biology/proovread/metadata.xml  | 12 +++
 sci-biology/proovread/proovread-.ebuild | 50 +
 2 files changed, 62 insertions(+)

diff --git a/sci-biology/proovread/metadata.xml 
b/sci-biology/proovread/metadata.xml
new file mode 100644
index 0..138cb7705
--- /dev/null
+++ b/sci-biology/proovread/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mmokr...@fold.natur.cuni.cz
+   Martin Mokrejs
+   
+   
+   sci-biol...@gentoo.org
+   Gentoo Biology Project
+   
+

diff --git a/sci-biology/proovread/proovread-.ebuild 
b/sci-biology/proovread/proovread-.ebuild
new file mode 100644
index 0..11a78d2f8
--- /dev/null
+++ b/sci-biology/proovread/proovread-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+[ "$PV" == "" ] && inherit git-r3
+
+DESCRIPTION="Error correct PacBio subreads using Illumina reads"
+HOMEPAGE="https://github.com/BioInf-Wuerzburg/proovread;
+if [ "$PV" == "" ]; then
+   EGIT_REPO_URI="https://github.com/BioInf-Wuerzburg/proovread;
+   KEYWORDS=""
+else
+   SRC_URI=""
+   KEYWORDS="~amd64 ~x86" # issue #125
+fi
+
+LICENSE="proovread" # Artistic-2.0 or GPL-3 but not for commercial
+SLOT="0"
+IUSE=""
+
+# needs Fasta::Parser
+RDEPEND="
+   >=dev-lang/perl-5.10
+   dev-perl/Log-Log4perl
+   dev-perl/File-Which
+   >=sci-biology/ncbi-tools++-2.2.24
+   >=sci-biology/samtools-1.1"
+DEPEND="${RDEPEND}
+   >=sci-biology/shrimp-2
+   sci-biology/blasr"
+
+src_install(){
+   cd bin || die
+   dobin ChimeraToSeqFilter.pl dazz2sam ccseq bam2cns test_cfg.pl siamaera 
samfilter sam2cns proovread-flex proovread
+   cd ../util/bwa || die
+   dobin bwa-proovread # xa2multi.pl qualfa2fq.pl libbwa.a bwa.1
+   cd ../../util/SeqFilter || die
+   dobin bin/SeqFilter
+   cd ../../util/SeqChunker || die
+   dobin bin/*
+   # cd ../util/blasr-1.3.1 || die
+   # dobin blasr
+   # dodoc LICENSE.txt
+}
+
+pkg_postinst(){
+   einfo "Proovread uses its own, modified version of bwa as bwa-proovread"
+   einfo "with linked in libbwa.a. It also bundles shrimp2 and blasr"
+}



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

2018-04-01 Thread Sergei Trofimovich
commit: f50fde9bbcad29858a05c2ef3bad510e5318f272
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:49:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:49:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50fde9b

media-libs/libtiger: stable 0.3.4-r1 for ppc64, bug #648054

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild 
b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
index 7de47bae732..f6ec5242482 100644
--- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://libtiger.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="x11-libs/pango[${MULTILIB_USEDEP}]



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

2018-04-01 Thread Sergei Trofimovich
commit: 13c4b36c2b30d6e3067a6ea9474ff6ef0e5e33a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:49:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c4b36c

media-libs/libdvbpsi: stable 1.3.1 for ppc64, bug #648058

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.1.ebuild 
b/media-libs/libdvbpsi/libdvbpsi-1.3.1.ebuild
index 6e9ee678666..980952cacf6 100644
--- a/media-libs/libdvbpsi/libdvbpsi-1.3.1.ebuild
+++ b/media-libs/libdvbpsi/libdvbpsi-1.3.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # Sublot == libdvbpsi.so major
 SLOT="0/10"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc static-libs"
 
 RDEPEND=""



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

2018-04-01 Thread Sergei Trofimovich
commit: 825ce4c20efead01030759ab68f80f6459c39104
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:49:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:49:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825ce4c2

media-libs/libkate: stable 0.4.1-r3 for ppc64, bug #648054

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 media-libs/libkate/libkate-0.4.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild 
b/media-libs/libkate/libkate-0.4.1-r3.ebuild
index a55fac070bf..dba724470a6 100644
--- a/media-libs/libkate/libkate-0.4.1-r3.ebuild
+++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 
 IUSE="debug doc wxwidgets"
 REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"



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

2018-04-01 Thread Sergei Trofimovich
commit: 68960fd5ca05ab49b211ebd1b33a4bb1b8e3a637
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:46:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:46:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68960fd5

sys-libs/glibc: stable 2.25-r11 for ppc, bug #646492

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 sys-libs/glibc/glibc-2.25-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.25-r11.ebuild 
b/sys-libs/glibc/glibc-2.25-r11.ebuild
index 82b0f80a83f..45c7b459219 100644
--- a/sys-libs/glibc/glibc-2.25-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.25-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html;
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-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"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



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

2018-04-01 Thread Sergei Trofimovich
commit: 6d56a4e0a8de21d2609da073c68b402cafeb45ae
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:36:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d56a4e0

x11-libs/wxGTK: stable 3.0.3-r300 for ppc64, bug #647932

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
index b55dd0fc58c..362ca7bb08f 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.3-r300.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge
https://dev.gentoo.org/~leio/distfiles/wxGTK-3.0.3_p20180104.tar.xz
doc? ( 
https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2
 )"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 WXSUBVERSION=${PV}.0-gtk3  # 3.0.3.0-gtk3



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

2018-04-01 Thread Sergei Trofimovich
commit: 114d4f9cb1a91f7d820c13e56c64aba3fa97509a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:36:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:36:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114d4f9c

app-text/gtkspell: stable 3.0.9 for ppc64, bug #647932

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-text/gtkspell/gtkspell-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index e9ff512e8da..f41e0ea8e2f 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2018-04-01 Thread Sergei Trofimovich
commit: 6bda94b386ca8d1d2061e028148af06382abe7fb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:36:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:36:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bda94b3

app-arch/xar: stable 1.8-r1 for hppa, bug #624642

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 app-arch/xar/xar-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xar/xar-1.8-r1.ebuild b/app-arch/xar/xar-1.8-r1.ebuild
index 49b2ebd813b..ffacd449702 100644
--- a/app-arch/xar/xar-1.8-r1.ebuild
+++ b/app-arch/xar/xar-1.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libressl kernel_Darwin"
 
 DEPEND="



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

2018-04-01 Thread Sergei Trofimovich
commit: 0572a47d08522ded9688e1c256e28341b802441e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:36:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:36:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0572a47d

app-i18n/poedit: stable 2.0.6 for ppc64, bug #647932

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-i18n/poedit/poedit-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
index ff0eb4af5cf..abf88a2c2de 100644
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/

2018-04-01 Thread Sergei Trofimovich
commit: e0043029800b028f8a1c3107f951b9d14120b06a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:11:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:13:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0043029

sys-block/nbd: stable 3.15.3 for hppa, bug #623864

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 sys-block/nbd/nbd-3.15.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild
index a5fb25227ed..c5273c22570 100644
--- a/sys-block/nbd/nbd-3.15.3.ebuild
+++ b/sys-block/nbd/nbd-3.15.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug zlib"
 
 # gnutls is an automagic dep.



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

2018-04-01 Thread José María Alonso
commit: fbd0c4a58b2f8e12a905e1feb4760c2389d6e199
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  1 20:58:24 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  1 20:58:24 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbd0c4a5

dev-lisp/sbcl: Bumps version to 1.4.6. Drops old version

 dev-lisp/sbcl/{sbcl-1.4.5.ebuild => sbcl-1.4.6.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/sbcl/sbcl-1.4.5.ebuild b/dev-lisp/sbcl/sbcl-1.4.6.ebuild
similarity index 99%
rename from dev-lisp/sbcl/sbcl-1.4.5.ebuild
rename to dev-lisp/sbcl/sbcl-1.4.6.ebuild
index 159427eb..47f7132a 100644
--- a/dev-lisp/sbcl/sbcl-1.4.5.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.4.6.ebuild
@@ -7,7 +7,7 @@ inherit multilib eutils flag-o-matic pax-utils
 
 #same order as http://www.sbcl.org/platform-table.html
 BV_X86=1.4.3
-BV_AMD64=1.4.5
+BV_AMD64=1.4.6
 BV_PPC=1.2.7
 BV_SPARC=1.0.28
 BV_ALPHA=1.0.28



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/

2018-04-01 Thread José María Alonso
commit: 479bc32ba18bb196fead5940c695b017ce73e232
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  1 20:53:16 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  1 20:53:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479bc32b

dev-lisp/sbcl: Bumps version to 1.4.6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/sbcl/Manifest  |   2 +
 dev-lisp/sbcl/sbcl-1.4.6.ebuild | 246 
 2 files changed, 248 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index a10f4ab5830..f8fb35ab1d9 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -19,3 +19,5 @@ DIST sbcl-1.4.2-arm64-linux-binary.tar.bz2 10578821 BLAKE2B 
1cd25c548be0f1b7ec01
 DIST sbcl-1.4.3-x86-linux-binary.tar.bz2 10227185 BLAKE2B 
6d77c4f4177cbdb72fb9bab0da5bd91e0aa8deafffd238818a2551332f0ab246715d9489b5c1156f3481aa7fb79d161a988404620fc09fe86ff927543a1ee678
 SHA512 
41cd63d61dd7c46370341dce39a362287a23b528bfebe8e5571614aeefdea03d318207d25562e995db9ccedb6c1f50ea4d66627721f0fd9486e99440126e6a38
 DIST sbcl-1.4.5-source.tar.bz2 5998856 BLAKE2B 
88b11f22047596d3de62983e913599e0d1798f51bcc13c2a9fd05b442892d5c3c76a8d7edc1ed2f02b8bd213a582c99f27f2c51c99defa40c2ac2adc363557b6
 SHA512 
3526a8104329ab20c606c4e38b13ec0ce96c7b852514ab1cbe04659569c22403ce209ef5ada5bea08f467312828b813154f110056875d44b968db4fcaf2a919b
 DIST sbcl-1.4.5-x86-64-linux-binary.tar.bz2 10329770 BLAKE2B 
787a64670f19e39f96e6a08d83ff1286a9e499fe1bcee00b3e2be7b7886ed5905dfe5ee5c0d5933608528f96ab44e73a24e3eb2bb73433ceaf1728f5c635d30c
 SHA512 
59248ef8b6905140051f35c25c910715b68d1163914bef9a7fb622c8cf295c830c5046467451227145017a7eb252af115766a7c335e89bc6900ab0b3816bb463
+DIST sbcl-1.4.6-source.tar.bz2 6025790 BLAKE2B 
a599dedfb1fb4b510ef7cc0443197a47fc7451a748befc169df9fb789fa924ea5e32e5184f7775fb42d204ef377a4609201ef1f4e6b361a4173f3cbb78422f3d
 SHA512 
8a4f62ce082b101f7305e215d6d699971f1519b50f198c240ee1aff69c113f46baec592537b49cda5e67f828dd14835f2f431fb4d86486264620be5daec51f75
+DIST sbcl-1.4.6-x86-64-linux-binary.tar.bz2 10369861 BLAKE2B 
7c6ff4f6dfb3f6823563cbb92ed575fe624526a4079ffed70063ed1ecda520a4d7e29f26c757ffb7240034a8ebe1159cb981d18813887359b215fef2705ebe7f
 SHA512 
e9698a9c3688b411f30552ae3fe0afba10002ed84ccd3e2e9c4d0f91121f4e95bb159d4a8f3cb43ad725824a4e3998177c25834bf4c5d9c32768e1614bda265a

diff --git a/dev-lisp/sbcl/sbcl-1.4.6.ebuild b/dev-lisp/sbcl/sbcl-1.4.6.ebuild
new file mode 100644
index 000..47f7132a5af
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.4.6.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.4.3
+BV_AMD64=1.4.6
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.3.12
+BV_ARM64=1.4.2
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_PPC_MACOS=1.0.47
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+BV_SPARC_SOLARIS=1.0.23
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   arm64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND="${CDEPEND}
+   doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
+   pax_kernel? ( sys-apps/elfix )"
+RDEPEND="${CDEPEND}
+   !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
+
+# Disable warnings 

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

2018-04-01 Thread Justin Lecher
commit: 2c190a28b3a11e1b9b4507a2a8a6b7cc1514d7d4
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Apr  1 20:50:01 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Apr  1 20:51:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c190a28

sys-cluster/slurm: Version Bump

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-cluster/slurm/Manifest   |  4 ++--
 ...le-sview.patch => slurm-17.02.10-disable-sview.patch} |  0
 sys-cluster/slurm/files/slurm-17.11.4-buffer.patch   | 16 
 ...ble-sview.patch => slurm-17.11.5-disable-sview.patch} |  0
 .../{slurm-17.02.9.ebuild => slurm-17.02.10.ebuild}  |  3 ++-
 .../slurm/{slurm-17.11.4.ebuild => slurm-17.11.5.ebuild} | 14 --
 6 files changed, 12 insertions(+), 25 deletions(-)

diff --git a/sys-cluster/slurm/Manifest b/sys-cluster/slurm/Manifest
index 168ca920923..4fb2eb50441 100644
--- a/sys-cluster/slurm/Manifest
+++ b/sys-cluster/slurm/Manifest
@@ -1,2 +1,2 @@
-DIST slurm-17.02.9.tar.bz2 6053443 BLAKE2B 
73635de40d0f083de068306cae933a499a9df24790caf12859a64f7e61a0a77a4383137f5f6cf65699e6c07bd2e240c9cf74be4378124f71047e18e99bbbff55
 SHA512 
9a0b502a16b1fe61fd42ef92cb9cdc0eaa5abb4e9a3b0b6d87337ca0597223c4e132632f22b13a4a5109c03a3f422dd49df6421b637c446973e6d521fb23075c
-DIST slurm-17.11.4.tar.bz2 6203468 BLAKE2B 
8f79fa83c6c196da6c1f47f83a763d044e86192ac584f4afad20ed1c57aac051b9f308c03d7d670ff9c974663d7931a6ccaae55dd49d2135fc08fb81c4aa50e4
 SHA512 
027f7dee51980f1351c56934ebdf510cf72c049544cdfbbfc450223b5e27a9d21b9f6fcf7a3a043b7cc18c913e9ce6dcd8d0153a5e7625c84cc9a67b69832962
+DIST slurm-17.02.10.tar.bz2 6056342 BLAKE2B 
1e6f3af68371e75a880fc28e4c7931fa61372a52bf9ce7b089c9bc62c5660c57c1e4b74d93c4105e611b9702c3bf64f1b9713d26c21513cb83bc11edc258be40
 SHA512 
b6fbec81abc36dcb5cd742363c33caeecad6c42ee80fe7a13ddc81703b5f5c28f3ddd88bbfbabe94550257d46b56d2c0e0ded9da6b92617074c57358ba33d449
+DIST slurm-17.11.5.tar.bz2 6248551 BLAKE2B 
f417546f0f140600a9408ac4c12e0299f90d75c20fe92f11a63e3234558586618d549f3851cbe201af64b1e65b17fedf4187b0edac96ec9a4c64bbc5c0e1
 SHA512 
cb82e192bf0ab57fbc810fc3c9b32e90d4c28926b4a959514e3df51b63556b13d01057938d73da5bc0bea157bbd7712b1aad0712a913ad912bd7e6089fc0bd21

diff --git a/sys-cluster/slurm/files/slurm-17.02.9-disable-sview.patch 
b/sys-cluster/slurm/files/slurm-17.02.10-disable-sview.patch
similarity index 100%
rename from sys-cluster/slurm/files/slurm-17.02.9-disable-sview.patch
rename to sys-cluster/slurm/files/slurm-17.02.10-disable-sview.patch

diff --git a/sys-cluster/slurm/files/slurm-17.11.4-buffer.patch 
b/sys-cluster/slurm/files/slurm-17.11.4-buffer.patch
deleted file mode 100644
index eec43fb449c..000
--- a/sys-cluster/slurm/files/slurm-17.11.4-buffer.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/plugins/node_features/knl_cray/node_features_knl_cray.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/plugins/node_features/knl_cray/node_features_knl_cray.c 
b/src/plugins/node_features/knl_cray/node_features_knl_cray.c
-index 51f72df226..3a5ffef60d 100644
 a/src/plugins/node_features/knl_cray/node_features_knl_cray.c
-+++ b/src/plugins/node_features/knl_cray/node_features_knl_cray.c
-@@ -2986,7 +2986,7 @@ extern void node_features_p_step_config(bool mem_sort, 
bitstr_t *numa_bitmap)
-   if (mem_sort && (numa_available() != -1)) {
-   struct stat sb;
-   int buf_len, fd, i, len, rc;
--  char buf[8];
-+  char buf[10];
- 
-   if (stat(ZONE_SORT_PATH, ) == -1) {
-   rc = system(MODPROBE_PATH " zonesort_module");

diff --git a/sys-cluster/slurm/files/slurm-17.11.4-disable-sview.patch 
b/sys-cluster/slurm/files/slurm-17.11.5-disable-sview.patch
similarity index 100%
rename from sys-cluster/slurm/files/slurm-17.11.4-disable-sview.patch
rename to sys-cluster/slurm/files/slurm-17.11.5-disable-sview.patch

diff --git a/sys-cluster/slurm/slurm-17.02.9.ebuild 
b/sys-cluster/slurm/slurm-17.02.10.ebuild
similarity index 99%
rename from sys-cluster/slurm/slurm-17.02.9.ebuild
rename to sys-cluster/slurm/slurm-17.02.10.ebuild
index f4c3c841d3f..9387b9d5355 100644
--- a/sys-cluster/slurm/slurm-17.02.9.ebuild
+++ b/sys-cluster/slurm/slurm-17.02.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,6 +35,7 @@ DEPEND="
!sys-cluster/torque
!net-analyzer/slurm
!net-analyzer/sinfo
+   !sys-cluster/pmix[pmi]
mysql? ( virtual/mysql )
munge? ( sys-auth/munge )
pam? ( virtual/pam )

diff --git a/sys-cluster/slurm/slurm-17.11.4.ebuild 
b/sys-cluster/slurm/slurm-17.11.5.ebuild
similarity index 96%
rename from sys-cluster/slurm/slurm-17.11.4.ebuild
rename to sys-cluster/slurm/slurm-17.11.5.ebuild

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

2018-04-01 Thread Justin Lecher
commit: 978c8e081d9b625ce7414fa19839afe80cac52f1
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Apr  1 20:36:57 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Apr  1 20:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978c8e08

sys-cluster/ucx: New package

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-cluster/ucx/Manifest |  1 +
 sys-cluster/ucx/metadata.xml | 12 
 sys-cluster/ucx/ucx-1.2.2.ebuild | 29 +
 3 files changed, 42 insertions(+)

diff --git a/sys-cluster/ucx/Manifest b/sys-cluster/ucx/Manifest
new file mode 100644
index 000..e0076771f8a
--- /dev/null
+++ b/sys-cluster/ucx/Manifest
@@ -0,0 +1 @@
+DIST ucx-1.2.2.tar.gz 1513611 BLAKE2B 
488b9b3cecc2c617b1209036e1342e4378459db6a5e93eab1d88dfe80cb0d9c8013c767413206f0fbd0105557ed89994ab510421068d709101336a7b3d2eac5e
 SHA512 
515c382826310b9aa7179ab19ceb76a881a41e6786514219b7f703c6144fa57ca141bceb3b80523ae1b4e2a4b13e9abcb9df063612b376d894c5cd81cdc00571

diff --git a/sys-cluster/ucx/metadata.xml b/sys-cluster/ucx/metadata.xml
new file mode 100644
index 000..d11a30befa7
--- /dev/null
+++ b/sys-cluster/ucx/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   Justin Lecher
+   
+   
+   clus...@gentoo.org
+   Gentoo Cluster Project
+   
+

diff --git a/sys-cluster/ucx/ucx-1.2.2.ebuild b/sys-cluster/ucx/ucx-1.2.2.ebuild
new file mode 100644
index 000..0b581f7bf56
--- /dev/null
+++ b/sys-cluster/ucx/ucx-1.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Unified Communication X"
+HOMEPAGE="http://www.openucx.org;
+SRC_URI="https://github.com/openucx/ucx/releases/download/v${PV}/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+src_prepare() {
+   default
+   sed \
+   -e '/^BASE_CFLAGS/s:=.*:=:g' \
+   -i config/m4/compiler.m4 || die
+   eautoreconf
+}
+
+src_configure() {
+   BASE_CFLAGS="" \
+   econf \
+   --disable-compiler-opt
+}



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

2018-04-01 Thread Justin Lecher
commit: 1ac3c7f011f68f0f4a4b01365f8a8cd952f362fa
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Apr  1 10:31:31 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Apr  1 20:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac3c7f0

sys-kernel/aufs-sources: Bump to latest aufs, genpatches and linux release

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-kernel/aufs-sources/Manifest   | 114 -
 .../aufs-sources/aufs-sources-4.14.14.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.15.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.16.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.17.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.18.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.19.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.20.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.21.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.22.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.23.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.24.ebuild   |  84 ---
 .../aufs-sources/aufs-sources-4.14.25.ebuild   |  84 ---
 ...-4.14.13.ebuild => aufs-sources-4.14.26.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.14.27.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.14.28.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.14.29.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.14.30.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.14.31.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.15.10.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.15.11.ebuild} |   4 +-
 ...14.11-r1.ebuild => aufs-sources-4.15.12.ebuild} |   2 +-
 ...14.11-r2.ebuild => aufs-sources-4.15.13.ebuild} |   2 +-
 ...-4.14.12.ebuild => aufs-sources-4.15.14.ebuild} |   2 +-
 ...s-4.14.13.ebuild => aufs-sources-4.15.9.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.4.121.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.4.123.ebuild} |   4 +-
 ...-4.14.13.ebuild => aufs-sources-4.4.124.ebuild} |   4 +-
 ...s-4.14.13.ebuild => aufs-sources-4.9.87.ebuild} |   4 +-
 ...s-4.14.13.ebuild => aufs-sources-4.9.88.ebuild} |   4 +-
 ...s-4.14.13.ebuild => aufs-sources-4.9.89.ebuild} |   4 +-
 ...s-4.14.13.ebuild => aufs-sources-4.9.90.ebuild} |   4 +-
 ...s-4.14.13.ebuild => aufs-sources-4.9.91.ebuild} |   4 +-
 33 files changed, 101 insertions(+), 1095 deletions(-)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index cbdbc96d6f0..5399f6caef0 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -1,66 +1,56 @@
-DIST aufs-sources-4.14_p20171127.tar.xz 181180 BLAKE2B 
ac8c6f6e0e90bca44c09f5a2965251716cd9cdd01a939131614078474a79a0d7146e6487fc7c4eec56b7af0d7e11c25ee43d3431b83e7c6662bb5d98bd2fc485
 SHA512 
5d977c7538221ca9441689a3b330ff50f809d5249d2e1b42089f208278a3d4fa4e3badb1165a8b9a85f7b58067ce2968f833c568d8a4c5bc2eb41c6a0c2df4f7
-DIST aufs-sources-4.14_p20180219.tar.xz 181228 BLAKE2B 
2eaff478ace9c061b2935af84935e13f7fdde2f5b6cee4e2995bcb1f4022564c8981d215262a1d2eaebc2ea5b8f5b4bff34234986e3aa70f8b8bd28dd23396f5
 SHA512 
ef324c8f4a91012efaf745a481056296837773c20359948c0f6d66dd28a2aaec79bb99da32a2bb72722aba4751104bde4983f20dc4778bcb54eea9dc9988f0e3
+DIST aufs-sources-4.14_p20180312.tar.xz 181248 BLAKE2B 
2f7ae6ae27749e610a3cb61415180805327137e71230d33e653524ceae5c4b27c954c287f9ae1b119e4bb98207b26b72ccd3d190ca9135d729e276cfd05aa2c7
 SHA512 
3df095c3a2a356ef311b925f9cfce0c646bf5bc76e507990cf6f7a366793e03110d9ded0c1a0ebca682afa635a26a2b0b3607153450410d9103298f773f7e5f9
 DIST aufs-sources-4.15_p20180219.tar.xz 181220 BLAKE2B 
cd54b7a42d765c01fab4be9cd2a6df8ca55973ab5ba623e8c7486d2a91e80f5ec20a47be4e67b94c715e0ad8abce218188a77fc9597b8e77632f7ec2bdd87932
 SHA512 
c863ae5636320f83783d03a436d48155049e73088227abeb75b4751fd4724eedb21517cea234973ec2675068058f2a3da0d8a98f3a41f186f2c0575416de5449
+DIST aufs-sources-4.15_p20180312.tar.xz 181232 BLAKE2B 
a19306e400a556b6a3eab4b471c07c7165d3af1143cc1efdb667e1a9016df65f7946f6592ba2394e6713eeaa0696c4a157d8fdf22b553f9ce8a40039f65ccee6
 SHA512 
dc1065ea23713edb6d9db0c493cbad5d4ffa58103b03e9cda2395740140c72fced455607044b24ec1df8ace88d13198718579be595a2c691cf57e34eb77a1ede
 DIST aufs-sources-4.4_p20170925.tar.xz 171260 BLAKE2B 
c7a49fe6bfe4d2a83143872c32e987633db5c698d0ee3bf5018ac7091e1a421df7974fa129cb093dee52fdb6640827a784be5b5fe55a5b63fcc2815fc1228c8c
 SHA512 
97aed8053f003156bac862af5037844554e65948abc13ab10371eb4e37ace25b22f5787f9bb3d444e60cb598aaa416c2b12198d8842072407aa5f97bb3a8
 DIST aufs-sources-4.4_p20171127.tar.xz 171260 BLAKE2B 

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

2018-04-01 Thread Justin Lecher
commit: 69972533a7a57037765a37592875d5ac2e321571
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Apr  1 20:43:31 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Apr  1 20:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69972533

sys-cluster/pmix: New package

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-cluster/pmix/Manifest  |  1 +
 sys-cluster/pmix/metadata.xml  | 16 
 sys-cluster/pmix/pmix-2.1.1.ebuild | 29 +
 3 files changed, 46 insertions(+)

diff --git a/sys-cluster/pmix/Manifest b/sys-cluster/pmix/Manifest
new file mode 100644
index 000..3d268978deb
--- /dev/null
+++ b/sys-cluster/pmix/Manifest
@@ -0,0 +1 @@
+DIST pmix-2.1.1.tar.bz2 1063090 BLAKE2B 
35a3bf7d297d399e897f9b9f748e176262cc0fde5afbfc9ea1e21e5c1550cf0081d9924692d7592fe1224eb727a9c3bb7b3fd216ae1b9e09dd29aefe83ac9eba
 SHA512 
2e5d4b3c907ea9f54bb2b682c63fedb6e6c5cfad578c51bb64c805368ccd35adb317fc472867c717e0cd1d90bf13b18655a62041840c33b4a178c25bb3297d3d

diff --git a/sys-cluster/pmix/metadata.xml b/sys-cluster/pmix/metadata.xml
new file mode 100644
index 000..f0314db0b37
--- /dev/null
+++ b/sys-cluster/pmix/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   Justin Lecher
+   
+   
+   clus...@gentoo.org
+   Gentoo Cluster Project
+   
+   
+   Enable authentication via munge
+   Build PMI1 and PMI2 interface
+   
+

diff --git a/sys-cluster/pmix/pmix-2.1.1.ebuild 
b/sys-cluster/pmix/pmix-2.1.1.ebuild
new file mode 100644
index 000..6bce06897de
--- /dev/null
+++ b/sys-cluster/pmix/pmix-2.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Process Management Interface (PMI) Exascale"
+HOMEPAGE="https://pmix.github.io/pmix/;
+SRC_URI="https://github.com/pmix/pmix/releases/download/v${PV}/${P}.tar.bz2;
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +munge pmi"
+
+RDEPEND="
+   dev-libs/libevent:0=
+   sys-cluster/ucx
+   sys-libs/zlib:0=
+   munge? ( sys-auth/munge )
+   pmi? ( !sys-cluster/slurm )
+   "
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable pmi pmi-backward-compatibility) \
+   $(use_with munge)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/aufs4/

2018-04-01 Thread Justin Lecher
commit: 7c70a7c78b4cdf958e038bb170e46adc5b308aef
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Apr  1 07:01:08 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Apr  1 20:51:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c70a7c7

sys-fs/aufs4: Bump to latest release

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-fs/aufs4/Manifest   |   1 +
 sys-fs/aufs4/aufs4-0_pre20180312.ebuild | 184 
 2 files changed, 185 insertions(+)

diff --git a/sys-fs/aufs4/Manifest b/sys-fs/aufs4/Manifest
index 305539c56be..d3fb157ba6f 100644
--- a/sys-fs/aufs4/Manifest
+++ b/sys-fs/aufs4/Manifest
@@ -11,3 +11,4 @@ DIST aufs4-standalone-0_pre20170612.tar.xz 2017248 BLAKE2B 
40fa98545d6ddd3685f9c
 DIST aufs4-standalone-0_pre20171002.tar.xz 2265048 BLAKE2B 
ae68812c547411bebd7e169e3bfa840536386a3cfdd876473f167372ec716c7df620329438c9024b185bb302d2053df5ded7026342a166d68187dc756a6e9560
 SHA512 
ee9d0e48fba6671fe4c5d3f533956c3eb0c6caa45fc4074be94f4427d84a5446cd4dc9f3ebf27fb56e697b24172ddd14a61c246f0414ebce8e372c204dfbb150
 DIST aufs4-standalone-0_pre20171106.tar.xz 2351120 BLAKE2B 
e29209475da3c39188eb9ec88bf91cd50d7d882fdd234e32e28741b500aa85427e98a23528a297f35562f81dc4f8e4932783917644b2eda0b4f2744ac15b700e
 SHA512 
9a8c6f59b737133e423613365bb46fd197f05a93d459b6206a70807ffaa6763b7095b2f4780deb6e7882a2b464aaa185cf1760febbf3a674e8d0cf71c7ba72ee
 DIST aufs4-standalone-0_pre20180219.tar.xz 2496676 BLAKE2B 
61015534f74f9f2398b79643d9528c59f0069fefae3bf9382eea1f31db69fe22195ce8a929e2c25285b41fdc070d7f255effb6d408d3997d61dd83beda544452
 SHA512 
b667be0c2c2b9bcef66f81839364fa56871c2577b9b2389f0464b669a1404fd68928522bb5b3eb4c114b21b6e86201fb50eeaf167d194de187f305ebc0b75cb7
+DIST aufs4-standalone-0_pre20180312.tar.xz 2521856 BLAKE2B 
e226a6ba530fe9423d1671cee59501445cbc70419801420f6c5eb8c5fd3af3cce9301d9d32042ea8c4c704a847b4f46bd006c397871f7c9ee5dcb4e92c3ce7e9
 SHA512 
60e1dfb703706f21928645c51d1a4138187e7ea44d86ca5f2ee8a991a910974bc514340237a7c51397d658ca56e2cf32cfcf374eb8e060073266042e5ee42cee

diff --git a/sys-fs/aufs4/aufs4-0_pre20180312.ebuild 
b/sys-fs/aufs4/aufs4-0_pre20180312.ebuild
new file mode 100644
index 000..1917bdd71b8
--- /dev/null
+++ b/sys-fs/aufs4/aufs4-0_pre20180312.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo-r1 
toolchain-funcs
+
+AUFS_VERSION="${PV%%_p*}"
+# highest branch version
+PATCH_MAX_VER=13
+# highest supported version
+KERN_MAX_VER=16
+# lowest supported version
+KERN_MIN_VER=0
+
+DESCRIPTION="An entirely re-designed and re-implemented Unionfs"
+HOMEPAGE="http://aufs.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/aufs4-standalone-${PV}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
+
+DEPEND="
+   dev-util/patchutils
+   dev-vcs/git"
+RDEPEND="
+   sys-fs/aufs-util
+   !sys-fs/aufs
+   !sys-fs/aufs2
+   !sys-fs/aufs3"
+
+S="${WORKDIR}"/${PN}-standalone
+
+MODULE_NAMES="aufs(misc:${S})"
+
+pkg_setup() {
+   CONFIG_CHECK+=" !AUFS_FS"
+   use inotify && CONFIG_CHECK+=" ~FSNOTIFY"
+   use nfs && CONFIG_CHECK+=" EXPORTFS"
+   use fuse && CONFIG_CHECK+=" ~FUSE_FS"
+   use hfs && CONFIG_CHECK+=" ~HFSPLUS_FS"
+   use pax_kernel && CONFIG_CHECK+=" PAX" \
+   && ERROR_PAX="Please use hardened sources"
+
+   # this is needed so merging a binpkg ${PN} is
+   # possible w/out a kernel unpacked on the system
+   [[ -n "$PKG_SETUP_HAS_BEEN_RAN" ]] && return
+
+   get_version
+   kernel_is lt 4 ${KERN_MIN_VER} 0 && \
+   die "the kernel version isn't supported by upstream anymore. 
Please upgrade."
+   kernel_is gt 4 ${KERN_MAX_VER} 99 && die "kernel too new"
+
+   linux-mod_pkg_setup
+
+   if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
+   PATCH_BRANCH="x-rcN"
+   elif [[ "${KV_MINOR}" == "1" ]] && [[ "${KV_PATCH}" -ge "13" ]]; then
+   PATCH_BRANCH="${KV_MINOR}".13+
+   else
+   PATCH_BRANCH="${KV_MINOR}"
+   fi
+
+   case ${KV_EXTRA} in
+   "")
+   elog "It seems you are using vanilla-sources 
with aufs4"
+   elog "Please use sys-kernel/aufs-sources with 
USE=vanilla"
+   elog "This will save you the nasty reemerge of 
sys-fs/aufs4 on every kernel upgrade"
+   ;;
+   "-gentoo")
+   elog "It seems you are using gentoo-sources 
with aufs4"
+   elog "Please use sys-kernel/aufs-sources"
+   elog "This will 

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

2018-04-01 Thread Martin Mokrejs
commit: 71cdc2ea8a2ce9b5fbf6aaf315c1d7c7016805b9
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Sun Apr  1 20:46:38 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sun Apr  1 20:46:38 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=71cdc2ea

sci-biology/diamond: new package

Do not know if the SSE instruction calls can be protected
with CPU_FLAGS or similar. See page 2 in diamond_manual.pdf .

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sci-biology/diamond/diamond-0.9.19.ebuild | 27 +++
 sci-biology/diamond/metadata.xml  | 12 
 2 files changed, 39 insertions(+)

diff --git a/sci-biology/diamond/diamond-0.9.19.ebuild 
b/sci-biology/diamond/diamond-0.9.19.ebuild
new file mode 100644
index 0..fde9b9080
--- /dev/null
+++ b/sci-biology/diamond/diamond-0.9.19.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs cmake-utils
+
+DESCRIPTION="Alternative of blastp/blastx searches using DNA short reads 
through protein db"
+HOMEPAGE="http://ab.inf.uni-tuebingen.de/software/diamond
+   https://github.com/bbuchfink/diamond;
+SRC_URI="https://github.com/bbuchfink/diamond/archive/v${PV}.tar.gz;
+# EGIT_REPO_URI="https://github.com/bbuchfink/diamond.git;
+
+LICENSE="AGPL-3" # diamond_manual.pdf says AGPL but src/COPYING used to say 
BSD?
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# uses SSE instructions, SSSE3 and POPCNT
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+# use cmake -DBUILD_STATIC=ON to create a statically linked binary
+src_install(){
+   cmake-utils_src_install
+   dodoc README.rst diamond_manual.pdf
+}

diff --git a/sci-biology/diamond/metadata.xml b/sci-biology/diamond/metadata.xml
new file mode 100644
index 0..138cb7705
--- /dev/null
+++ b/sci-biology/diamond/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mmokr...@fold.natur.cuni.cz
+   Martin Mokrejs
+   
+   
+   sci-biol...@gentoo.org
+   Gentoo Biology Project
+   
+



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/, sci-visualization/paraview/files/

2018-04-01 Thread Matthias Maier
commit: 6b900193b7504f5b0c9eab4a56e3584136f7e426
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Apr  1 18:54:03 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Apr  1 20:40:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b900193

sci-visualization/paraview: version bump to 5.4.1

 * add external CGNS dependency
 * version bump to 5.4.1
 * fix compilation with dev-libs/jsoncpp-1.8.4
 * drop 5.2.0

Closes: https://bugs.gentoo.org/636112
Closes: https://bugs.gentoo.org/644716
Closes: https://bugs.gentoo.org/643748

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sci-visualization/paraview/Manifest|   2 +-
 .../files/paraview-5.4.1-jsoncpp_1.8.4.patch   |  17 ++
 ...paraview-5.2.0.ebuild => paraview-5.4.1.ebuild} | 186 +++--
 3 files changed, 112 insertions(+), 93 deletions(-)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index 56c57c407de..de7bfe7a43c 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,2 +1,2 @@
-DIST ParaView-v5.2.0.tar.gz 47087129 BLAKE2B 
4792569c28c8c800882389810cb3a73087ee64a26971b59ed76d3e5b3c0e121b2dad3736f610cfef8cdc99b61098cee82379bd08e06f750c0eb2e0728ec3535d
 SHA512 
d46b71a03717bde164fe2b6cdcc1c478384ad0d379e203e75e69e1532f8703b4ce12f8992d39e61d09e2ad7bbf1e249fc1f00c4cdd65aabef831e0dca83485f1
 DIST ParaView-v5.3.0.tar.gz 45173528 BLAKE2B 
878e8dae0b5de4bee5d72a4a272a5048fa587fac8e949d39c8e040b9fe3553b787e53f183ae98d20f24755db7e355280b85a9f572037764c53740de2eb4a9e30
 SHA512 
3dc3c2a1c27a0f0dc82fc04ce84477a26aacb329d6ea42c276c4204e39d11bc78adbc1807e1e7168aade31aa48b6d628775841b8b94b5122084eac46e358a23f
+DIST ParaView-v5.4.1.tar.gz 43783720 BLAKE2B 
2197d7f390b7192eb58ad67b88c84119da35fc4229547a42ef12a600874304addb410d0a53684a785855f617011762bf6a819231821f0bff8ee226111df8e577
 SHA512 
6a720f9ed9e03b7b97f0e84bb6d67b2a28c4ffc5079427d544e9522ce313264eed273c9b7ae13b11e34ab4de903132a22bacc337452d1e9da9876416449520f5

diff --git 
a/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch 
b/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch
new file mode 100644
index 000..b4b64e94eef
--- /dev/null
+++ b/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch
@@ -0,0 +1,17 @@
+diff --git a/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx 
b/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
+index b6e2b55..d27ad9d 100644
+--- a/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
 b/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
+@@ -788,7 +788,10 @@ public:
+   this->GetSettingBelowPriority(propertySettingCString, 
highestPriority);
+ if (lowerPriorityValue.isNull())
+ {
+-  if (!proxyValue.removeMember(property->GetXMLName()).isNull())
++  // Allocated as done in Json::Value removeMember(const char* key).
++  Json::Value removedValue;
++  if (proxyValue.removeMember(property->GetXMLName(), ) 
&&
++!removedValue.isNull())
+   {
+ this->Modified();
+   }
+

diff --git a/sci-visualization/paraview/paraview-5.2.0.ebuild 
b/sci-visualization/paraview/paraview-5.4.1.ebuild
similarity index 53%
rename from sci-visualization/paraview/paraview-5.2.0.ebuild
rename to sci-visualization/paraview/paraview-5.4.1.ebuild
index 5abd820a733..ebd30586b09 100644
--- a/sci-visualization/paraview/paraview-5.2.0.ebuild
+++ b/sci-visualization/paraview/paraview-5.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 inherit eutils cmake-utils multilib python-single-r1 toolchain-funcs 
versionator
@@ -25,21 +25,26 @@ REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
 
 RDEPEND="
+   app-arch/lz4
dev-libs/expat
dev-libs/jsoncpp
dev-libs/libxml2:2
dev-libs/protobuf
+   dev-libs/pugixml
media-libs/freetype
+   media-libs/glew:0
media-libs/libpng:0
media-libs/libtheora
media-libs/tiff:0=
+   sci-libs/cgnslib
sci-libs/hdf5[mpi=]
>=sci-libs/netcdf-4.2[hdf5]
>=sci-libs/netcdf-cxx-4.2:3
+   sci-libs/xdmf2
sys-libs/zlib
+   virtual/glu
virtual/jpeg:0
virtual/opengl
-   virtual/glu
x11-libs/libX11
x11-libs/libXext
x11-libs/libXmu
@@ -55,10 +60,14 @@ RDEPEND="
mysql? ( virtual/mysql )
python? (
${PYTHON_DEPS}
+   dev-python/constantly[${PYTHON_USEDEP}]
+   dev-python/incremental[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
+

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

2018-04-01 Thread José María Alonso
commit: 4c34407c4ad0a9d2e6fd0ee8b3623840f74b21a4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  1 20:37:35 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  1 20:39:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c34407c

app-admin/tripwire: Drops old version 2.4.3.5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/tripwire/Manifest|  1 -
 app-admin/tripwire/tripwire-2.4.3.5.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/app-admin/tripwire/Manifest b/app-admin/tripwire/Manifest
index 2d57d8313fa..04d0b74b115 100644
--- a/app-admin/tripwire/Manifest
+++ b/app-admin/tripwire/Manifest
@@ -1,3 +1,2 @@
-DIST tripwire-2.4.3.5.tar.gz 965014 BLAKE2B 
4eeec002c7c99fdb83bfb9f9ff19b552f8bfab007b6d2e13a8fabcd0f3c21e32a5a04310c4ab55e0aa8281350f0118939dec156cbb2b903407c4fb5fc3da762e
 SHA512 
7aef0e7d38f4b6966a806a4e556636c7b2477f4ea5451e89f1749c1535a489c2f490ea13898edff5d7786acf572f77d04430115b8ddd4c6a03c38382feb45269
 DIST tripwire-2.4.3.6.tar.gz 1001145 BLAKE2B 
aa1392d29d782266e26f605c621def8cffb67112db9151b3f098211f4243a671e5f7fc15ab5868c35794a8dbac2284f564815874aafb2b9323fd1191edb249db
 SHA512 
4757827b908fd56a014de81609be9cfdf3631d34cbc02214ac800bf6d9c413d85d812bc3211f9dc32ceee97e1f13decd955037a0cbbaf2f8e3020699492bd9bf
 DIST tripwire-2.4.3.7.tar.gz 1002257 BLAKE2B 
fb0c847087e8b27d2a111b4a4122b3c4d5b187efe6f80995c6d06c7592a22fec2c537bbebba9c21a7761a8047535de4a96a6b94246da586faad4e9fc92137196
 SHA512 
541138f4a4c3a4227f31de6607503d305f0d893bdd5d24928d619d3a25bb8fe7061a45c041992ace957b976b834b5f4212b5c727eee1cbc76ddb2e2c52aeafbd

diff --git a/app-admin/tripwire/tripwire-2.4.3.5.ebuild 
b/app-admin/tripwire/tripwire-2.4.3.5.ebuild
deleted file mode 100644
index 58e3201aa75..000
--- a/app-admin/tripwire/tripwire-2.4.3.5.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="Open Source File Integrity Checker and IDS"
-HOMEPAGE="http://www.tripwire.org/;
-SRC_URI="https://github.com/Tripwire/tripwire-open-source/archive/${PV}.tar.gz 
-> ${PF}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="libressl selinux ssl static +tools"
-
-DEPEND="sys-devel/automake
-   sys-devel/autoconf
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-RDEPEND="virtual/cron
-   virtual/mta
-   selinux? ( sec-policy/selinux-tripwire )
-   ssl? ( dev-libs/openssl )"
-PDEPEND="tools? ( app-admin/mktwpol )"
-
-S="${WORKDIR}/tripwire-open-source-${PV}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # tripwire can be sensitive to compiler optimisation.
-   # see #32613, #45823, and others.
-   #   -tav...@gentoo.org
-   strip-flags
-   append-cppflags -DCONFIG_DIR='"\"/etc/tripwire\""' -fno-strict-aliasing
-   econf $(use_enable ssl openssl) $(use_enable static)
-}
-
-src_install() {
-   dosbin "${S}"/bin/{siggen,tripwire,twadmin,twprint}
-   doman "${S}"/man/man{4/*.4,5/*.5,8/*.8}
-   dodir /etc/tripwire /var/lib/tripwire{,/report}
-   keepdir /var/lib/tripwire{,/report}
-
-   exeinto /etc/cron.daily
-   doexe "${FILESDIR}"/tripwire
-
-   dodoc ChangeLog policy/policyguide.txt TRADEMARK \
-   "${FILESDIR}"/tripwire.txt
-
-   insinto /etc/tripwire
-   doins "${FILESDIR}"/twcfg.txt policy/twpol-GENERIC.txt
-
-   fperms 750 /etc/cron.daily/tripwire
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   elog "Tripwire needs to be configured before its first run. You 
can"
-   elog "do this by manually editing the twpol-GENERIC.txt file 
shipped with"
-   elog "the package to suit your needs. A quickstart guide is 
provided"
-   elog "in tripwire.txt file to help you with this."
-   elog "To configure tripwire automatically, you can use the 
twsetup.sh"
-   elog "script provided by the app-admin/mktwpol package. This 
package is"
-   elog "installed for you by the \"tools\" USE flag (which is 
enabled by"
-   elog "default."
-else
-   elog "Maintenance of tripwire policy files as packages are 
added"
-   elog "and deleted from your system can be automated by the 
mktwpol.sh"
-   elog "script provided by the app-admin/mktwpol package. This 
package"
-   elog "is installed for you if you append \"tools\" to your USE 
flags"
-   fi
-}



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

2018-04-01 Thread Jonas Stein
commit: c53f5931bf494cfe10d8977335c2df44668ec301
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr  1 20:20:52 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Apr  1 20:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53f5931

app-office/mdbtools: Removed maintainer

Proxied maintainer retired.
Closes: https://bugs.gentoo.org/633022
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-office/mdbtools/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-office/mdbtools/metadata.xml b/app-office/mdbtools/metadata.xml
index b2cc7340fba..bf1605ddd51 100644
--- a/app-office/mdbtools/metadata.xml
+++ b/app-office/mdbtools/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-chris.k...@mykolab.ch
-Chris Kerr
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+
   
 brianb/mdbtools
 mdbtools



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

2018-04-01 Thread José María Alonso
commit: 1c912aa885ac3094a1bd6e9c432e8a841e892f62
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  1 20:13:09 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  1 20:13:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c912aa8

app-admin/tripwire: Bumps version to 2.4.3.7

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/tripwire/Manifest|  1 +
 app-admin/tripwire/tripwire-2.4.3.7.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-admin/tripwire/Manifest b/app-admin/tripwire/Manifest
index 577b6a94bca..2d57d8313fa 100644
--- a/app-admin/tripwire/Manifest
+++ b/app-admin/tripwire/Manifest
@@ -1,2 +1,3 @@
 DIST tripwire-2.4.3.5.tar.gz 965014 BLAKE2B 
4eeec002c7c99fdb83bfb9f9ff19b552f8bfab007b6d2e13a8fabcd0f3c21e32a5a04310c4ab55e0aa8281350f0118939dec156cbb2b903407c4fb5fc3da762e
 SHA512 
7aef0e7d38f4b6966a806a4e556636c7b2477f4ea5451e89f1749c1535a489c2f490ea13898edff5d7786acf572f77d04430115b8ddd4c6a03c38382feb45269
 DIST tripwire-2.4.3.6.tar.gz 1001145 BLAKE2B 
aa1392d29d782266e26f605c621def8cffb67112db9151b3f098211f4243a671e5f7fc15ab5868c35794a8dbac2284f564815874aafb2b9323fd1191edb249db
 SHA512 
4757827b908fd56a014de81609be9cfdf3631d34cbc02214ac800bf6d9c413d85d812bc3211f9dc32ceee97e1f13decd955037a0cbbaf2f8e3020699492bd9bf
+DIST tripwire-2.4.3.7.tar.gz 1002257 BLAKE2B 
fb0c847087e8b27d2a111b4a4122b3c4d5b187efe6f80995c6d06c7592a22fec2c537bbebba9c21a7761a8047535de4a96a6b94246da586faad4e9fc92137196
 SHA512 
541138f4a4c3a4227f31de6607503d305f0d893bdd5d24928d619d3a25bb8fe7061a45c041992ace957b976b834b5f4212b5c727eee1cbc76ddb2e2c52aeafbd

diff --git a/app-admin/tripwire/tripwire-2.4.3.7.ebuild 
b/app-admin/tripwire/tripwire-2.4.3.7.ebuild
new file mode 100644
index 000..a2497935146
--- /dev/null
+++ b/app-admin/tripwire/tripwire-2.4.3.7.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic
+
+DESCRIPTION="Open Source File Integrity Checker and IDS"
+HOMEPAGE="http://www.tripwire.org/;
+SRC_URI="https://github.com/Tripwire/tripwire-open-source/archive/${PV}.tar.gz 
-> ${PF}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="libressl selinux ssl static +tools"
+
+DEPEND="sys-devel/automake
+   sys-devel/autoconf
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+RDEPEND="virtual/cron
+   virtual/mta
+   selinux? ( sec-policy/selinux-tripwire )
+   ssl? ( dev-libs/openssl )"
+PDEPEND="tools? ( app-admin/mktwpol )"
+
+S="${WORKDIR}/tripwire-open-source-${PV}"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   # tripwire can be sensitive to compiler optimisation.
+   # see #32613, #45823, and others.
+   #   -tav...@gentoo.org
+   strip-flags
+   append-cppflags -DCONFIG_DIR='"\"/etc/tripwire\""' -fno-strict-aliasing
+   econf $(use_enable ssl openssl) $(use_enable static)
+}
+
+src_install() {
+   dosbin "${S}"/bin/{siggen,tripwire,twadmin,twprint}
+   doman "${S}"/man/man{4/*.4,5/*.5,8/*.8}
+   dodir /etc/tripwire /var/lib/tripwire{,/report}
+   keepdir /var/lib/tripwire{,/report}
+
+   exeinto /etc/cron.daily
+   doexe "${FILESDIR}"/tripwire
+
+   dodoc ChangeLog policy/policyguide.txt TRADEMARK \
+   "${FILESDIR}"/tripwire.txt
+
+   insinto /etc/tripwire
+   doins "${FILESDIR}"/twcfg.txt policy/twpol-GENERIC.txt
+
+   fperms 750 /etc/cron.daily/tripwire
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Tripwire needs to be configured before its first run. You 
can"
+   elog "do this by manually editing the twpol-GENERIC.txt file 
shipped with"
+   elog "the package to suit your needs. A quickstart guide is 
provided"
+   elog "in tripwire.txt file to help you with this."
+   elog "To configure tripwire automatically, you can use the 
twsetup.sh"
+   elog "script provided by the app-admin/mktwpol package. This 
package is"
+   elog "installed for you by the \"tools\" USE flag (which is 
enabled by"
+   elog "default."
+else
+   elog "Maintenance of tripwire policy files as packages are 
added"
+   elog "and deleted from your system can be automated by the 
mktwpol.sh"
+   elog "script provided by the app-admin/mktwpol package. This 
package"
+   elog "is installed for you if you append \"tools\" to your USE 
flags"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/

2018-04-01 Thread Mike Gilbert
commit: 7e9531ff8c3339f31aa1a45d7a5f5066c941bbc0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Apr  1 20:07:43 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Apr  1 20:07:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9531ff

app-shells/ksh: bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 app-shells/ksh/Manifest   |  1 +
 app-shells/ksh/ksh-93.20180331.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest
index 7e354150aed..06a7f55ea31 100644
--- a/app-shells/ksh/Manifest
+++ b/app-shells/ksh/Manifest
@@ -2,3 +2,4 @@ DIST INIT.2014-06-25.tgz 385531 BLAKE2B 
9bd7fd46db725e134a6a35197c8793ada92a5aa2
 DIST ast-base.2014-06-25.tgz 9609090 BLAKE2B 
1a961eee6c4f40abbe92166ea0697c97c97a486165e225c8eceae9899f8cf8df84ba93135d0f64f67e8319d5734c3f9597cd2444a5710f2645639bce9c40bc37
 SHA512 
3006dd187c6042798ffd6da5aad8d6340bf4fbad687338b2b9797556136966b65d90295eb267dba198a83ea5b651a9a339d9ff48179f3d7e25b3de76c41bf737
 DIST ksh-93.20160110.tar.gz 26416127 BLAKE2B 
2e3d7f24e1c7292283f2859b86abca6b31c9104949f870cd5b35dc726dd917eefc826363f19a3ae120bba022fca31a4e38c8998c9010ef46a6c186619068b763
 SHA512 
cf6e13e5f6b0fd62b12cbcd007c09306ba1ff7e733c207be34cb360b6b269b8e75f2134a32775c65626ea6cfbdf1bbffecab22c7b2ff244fe91981b3d8fa8688
 DIST ksh-93.20180215.tar.gz 16056027 BLAKE2B 
22ce7346ed2d034d4738b9fdb03559d93b08b92d32e7fd1ea18c1c4fb711e282e98561a0a6d24b1ce11ebaa813b49e5ffa4653f5efb41905aaf29418702e0e5b
 SHA512 
175f6fdc9ab425ac08a5907b552faa25d2e3e7248d0077af300a9f0ca28a4cf46e48081c76f1126bedcc4fbf7db4a432d58f620b29a9543f887a60649f389d5b
+DIST ksh-93.20180331.tar.gz 16052423 BLAKE2B 
63e1d08faec3f96ef6cf106404821497ff2b35fdd8bf5db0fbe6958b16fc760a46b8d840252402e12a32a37761ca419fb621335b46f5f43a2f441bb9256358b3
 SHA512 
6bc6c35804ef7a60f0592dd956c6f51588639dc69196b79548c3ea60d5168f46bdb8c446aeadfdb3b23994778f882d1d4b4869955fd654dba59a02ae2d9c7196

diff --git a/app-shells/ksh/ksh-93.20180331.ebuild 
b/app-shells/ksh/ksh-93.20180331.ebuild
new file mode 100644
index 000..5d2cbc31a7d
--- /dev/null
+++ b/app-shells/ksh/ksh-93.20180331.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson prefix
+
+DESCRIPTION="The Original Korn Shell, 1993 revision (ksh93)"
+HOMEPAGE="http://www.kornshell.com/;
+
+COMMIT="b9d0b8ebfead0edba9004fc32b1782d1e1410aeb"
+SRC_URI="https://github.com/att/ast/archive/${COMMIT}/${P}.tar.gz;
+
+LICENSE="CPL-1.0 EPL-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!app-shells/pdksh"
+
+S="${WORKDIR}/ast-${COMMIT}"
+
+PATCHES=(
+   "${FILESDIR}"/ksh-prefix-r1.patch
+)
+
+src_prepare() {
+   default
+   eprefixify src/cmd/ksh93/data/msg.c
+}
+
+src_install() {
+   meson_src_install
+   dodir /bin
+   mv "${ED%/}"{/usr,}/bin/ksh || die
+}



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

2018-04-01 Thread Thomas Raschbacher
commit: 03f98f9985fe12157b6efa97c8e10af38b8e0f7f
Author: Thomas Raschbacher  gentoo  org>
AuthorDate: Sun Apr  1 20:05:11 2018 +
Commit: Thomas Raschbacher  gentoo  org>
CommitDate: Sun Apr  1 20:05:11 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=03f98f99

(re-)add my dev overlay

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 9beecf9..83b13d4 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2755,6 +2755,20 @@ FIN
 
 git://anongit.gentoo.org/user/lmiphay.git
   
+  
+lordvan
+LordVan's Developer overlay
+https://cgit.gentoo.org/dev/lordvan.git
+
+  lord...@gentoo.org
+  Thomas Raschbacher
+
+git://anongit.gentoo.org/dev/lordvan.git
+https://anongit.gentoo.org/git/dev/lordvan.git
+git+ssh://g...@git.gentoo.org/dev/lordvan.git
+https://cgit.gentoo.org/dev/lordvan.git/atom/
+
+  
   
 lorelei
 Pre-release ebuilds for lorelei's 
projects



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

2018-04-01 Thread Kent Fredric
commit: 1bd7a8bc6e6175b5a529726fded9047cfc3b17f7
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:49:20 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:49:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd7a8bc

dev-perl/Module-Runtime: Cleanup old re bug #614338

Closes: https://bugs.gentoo.org/614338
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Module-Runtime/Manifest   |  1 -
 .../Module-Runtime/Module-Runtime-0.14.0.ebuild| 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Module-Runtime/Manifest b/dev-perl/Module-Runtime/Manifest
index 221bbad78c2..3fc1c9d4f10 100644
--- a/dev-perl/Module-Runtime/Manifest
+++ b/dev-perl/Module-Runtime/Manifest
@@ -1,2 +1 @@
-DIST Module-Runtime-0.014.tar.gz 17396 BLAKE2B 
b62636aaf0c3f05e7e99079409292d66cbb56f04ecb7b310e2351e89c952044a2a039a7134e1411ff96d4729ca8da835ed02cc8ad4d139ec5f1db52eb78b3bac
 SHA512 
5431d9aeb092bb357bafed4e4cf216e9eda4bbbdd0c27547a1729adbb2f6f5a114ac25580a814f2d07844d6b742b9df3ca8d5972668bcacab2f791d617c1d32b
 DIST Module-Runtime-0.016.tar.gz 18275 BLAKE2B 
c8b3d71deb7cff7817fb154c3b2d88eee79f56d10bdee0d41b880097dcec72a7eb0dc9db4b760d09463b3ff78139e1cd3b5bf3b1f0005d1e044e1858028832cf
 SHA512 
64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf49221628352870ab09e466ceafb4f0cfbaeb9e

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild 
b/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
deleted file mode 100644
index db572f2d20e..000
--- a/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION="Runtime module handling"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   virtual/perl-Test-Simple
-   )
-"
-
-SRC_TEST="do"
-
-src_test() {
-   perl_rm_files t/pod_cvg.t t/pod_syn.t
-   perl-module_src_test
-}



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

2018-04-01 Thread Tim Harder
commit: bf2046e918d716478d45f0588fa3d57328a158bd
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Apr  1 19:44:27 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Apr  1 19:49:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2046e9

x11-term/kitty: version bump to 0.8.4

 x11-terms/kitty/Manifest   |  1 +
 x11-terms/kitty/kitty-0.8.4.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 27a671fd5c6..5cf9235f567 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,2 +1,3 @@
 DIST kitty-0.8.2.tar.gz 3281308 BLAKE2B 
6219dddc02e8b98b913356708fd2e398ad17aea97b0c539132b2333a736324d76136a6b6599b925424a8e7c578e9ef92b38ef5aa8ea5b42788731ecf19ad5e27
 SHA512 
4dabbce40a5fe0e54ac64b429baf3491ab492846f0f31b4b763c06c7aeba80a482bfd083419d3ddcd1bc267553458b719df82a2a179d90a88be3ce41a47d9897
 DIST kitty-0.8.3.tar.gz 3285120 BLAKE2B 
dcf47345f26beaaae5a63f122a3592c29a8ef2243406377ebb46fd44b9d8036f2f5493d7b1048195e12a7fb9874fce920ac52a0bb18e071e5e3db869691174d9
 SHA512 
b758a178b976d7dc133dd48bfafff5db8a373419a67206a8724695392c0654a9d5ba07867cbd6824afe1a5c013724d8472ab4087eae52c8bdb27843688b18968
+DIST kitty-0.8.4.tar.gz 3285125 BLAKE2B 
ad0e1b94caab2b572baabf8340dad703cf6e572494b938fd6941d053deaee9d628d652af9c542efee6ecc2fe71fd7c534595449cb25e50438276d4d0361a61d9
 SHA512 
1ed5b909f66abd113d643420fadf4034fe0af5b649c957590f0698c541e26d0d061a5d703b8e6220f4be826b2b9914ecb3559fc644eb41cb7cd4b9465030cd93

diff --git a/x11-terms/kitty/kitty-0.8.4.ebuild 
b/x11-terms/kitty/kitty-0.8.4.ebuild
new file mode 100644
index 000..b51c9110b0e
--- /dev/null
+++ b/x11-terms/kitty/kitty-0.8.4.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit python-single-r1 toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
+HOMEPAGE="https://github.com/kovidgoyal/kitty;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug imagemagick wayland"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPS="
+   ${PYTHON_DEPS}
+   >=media-libs/harfbuzz-1.5.0:=
+   sys-libs/zlib
+   media-libs/libpng:0=
+   media-libs/freetype:2
+   media-libs/fontconfig
+   x11-libs/libXcursor
+   x11-libs/libXrandr
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libxkbcommon[X]
+   wayland? (
+   dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.12
+   )
+"
+RDEPEND="
+   ${COMMON_DEPS}
+   imagemagick? ( virtual/imagemagick-tools )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.7.1-flags.patch
+   "${FILESDIR}"/${PN}-0.7.1-svg-icon.patch
+)
+
+src_prepare() {
+   default
+
+   # disable wayland as required
+   if ! use wayland; then
+   sed -i "/'x11 wayland'/s/ wayland//" setup.py || die
+   fi
+
+   tc-export CC
+}
+
+doecho() {
+   echo "$@"
+   "$@" || die
+}
+
+src_compile() {
+   doecho "${EPYTHON}" setup.py --verbose $(usex debug --debug "") 
--libdir-name $(get_libdir) linux-package
+}
+
+src_test() {
+   export KITTY_CONFIG_DIRECTORY=${T}
+   "${EPYTHON}" test.py || die
+}
+
+src_install() {
+   mkdir -p "${ED}"usr || die
+   cp -r linux-package/* "${ED}usr" || die
+   python_fix_shebang "${ED}"
+
+   dodoc CHANGELOG.rst *.asciidoc
+}



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

2018-04-01 Thread Kent Fredric
commit: 74b555904aae62f64a5c48085d30195a4c1ee6a8
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:45:27 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:45:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b55590

dev-perl/libintl-perl: Cleanup old re bug #613804

Closes: https://bugs.gentoo.org/613804
Closes: https://bugs.gentoo.org/583674
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/libintl-perl/Manifest |  1 -
 .../libintl-perl/libintl-perl-1.200.0-r1.ebuild| 30 
 dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild  | 33 --
 3 files changed, 64 deletions(-)

diff --git a/dev-perl/libintl-perl/Manifest b/dev-perl/libintl-perl/Manifest
index b25b9cf768b..f301751a51c 100644
--- a/dev-perl/libintl-perl/Manifest
+++ b/dev-perl/libintl-perl/Manifest
@@ -1,3 +1,2 @@
-DIST libintl-perl-1.20.tar.gz 499899 BLAKE2B 
c5456fc04f50dca99852b3023be2d16707bc8a94284dccecc825502ea53768611b95fed300ae2e7e3cad2290c9e57481be3f358ccf75f251bf695dacdd945610
 SHA512 
7d3ff7b1b48c2e5d1bcf07ce9e4519d3146acee04314709ccbfdfc54fb6d5d2583468bb72532115c423de9853364d4912c7a2ecffdd7132e5a4af59cca509db1
 DIST libintl-perl-1.24.tar.gz 605626 BLAKE2B 
6949f895ba54853704d5470e8a736e799d74ddbd569378254ac19ada9cc43c644f78bea1949b7a4c0072d4fe54f0744b7ad011539c6a1dd1191c6792c9347f1a
 SHA512 
1c2c5d6d7ab21c45897195952a9f0f6ba26a9bbb7bfef0b5f3e9da282fcf94ab4ee80721164e5e3293d8abda0158e77ffbc331b8bed66aa56dd7fc7a6a91323d
 DIST libintl-perl-1.28.tar.gz 470898 BLAKE2B 
6217a37f2176869dc945bd64a87a82710645153e3777fb5e4ddc674f179040d2268f326411a578314efafaa0edbd0e67aed99c4da86e20e811e1116d5cf2a86a
 SHA512 
50f0836c1a84a22fcc8fca0fff2faeaae66774ec67b96c09a911c4969e8a610bbf20ba38167c13339b9ad9617e1fca07cb0cb1f12732f973b1cf618d502f59aa

diff --git a/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild
deleted file mode 100644
index 56cda53c47f..000
--- a/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GUIDO
-MODULE_VERSION=1.20
-inherit perl-module
-
-DESCRIPTION="High-Level Interface to Uniforum Message Translation"
-HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST=do
-
-src_test() {
-   if grep -q '^de_' <( locale -a ) ; then
-   if grep -q '^de_AT$' <( locale -a ) ; then
-   perl-module_src_test
-   else
-   ewarn "Skipping tests, known broken with de_ and 
without de_AT"
-   fi
-   else
-   perl-module_src_test
-   fi
-}

diff --git a/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild
deleted file mode 100644
index bc075d729bd..000
--- a/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GUIDO
-MODULE_VERSION=1.24
-inherit perl-module
-
-DESCRIPTION="High-Level Interface to Uniforum Message Translation"
-HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="virtual/libintl"
-RDEPEND=${DEPEND}
-
-SRC_TEST=do
-
-src_test() {
-   if grep -q '^de_' <( locale -a ) ; then
-   if grep -q '^de_AT$' <( locale -a ) ; then
-   perl-module_src_test
-   else
-   ewarn "Skipping tests, known broken with de_ and 
without de_AT"
-   fi
-   else
-   perl-module_src_test
-   fi
-}



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

2018-04-01 Thread Kent Fredric
commit: 734812319cd4468b611ecfed40be797ef5c919e3
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:36:29 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:36:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73481231

dev-perl/Parse-RecDescent: Cleanup old re bug #614614

Closes: https://bugs.gentoo.org/614614
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Parse-RecDescent/Manifest |  2 --
 .../Parse-RecDescent-1.967.13.ebuild   | 39 --
 .../Parse-RecDescent-1.967.14.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-perl/Parse-RecDescent/Manifest 
b/dev-perl/Parse-RecDescent/Manifest
index 1e8b5debfda..d52add59dfd 100644
--- a/dev-perl/Parse-RecDescent/Manifest
+++ b/dev-perl/Parse-RecDescent/Manifest
@@ -1,3 +1 @@
-DIST Parse-RecDescent-1.967013.tar.gz 176362 BLAKE2B 
52822ec3c30b925572fd1fceb3e2431d23a626e9ef1aa262d02a9b9096e5c908bc4b0a0b8c7124bebf37f116d5dde4adc8fa91a7e449e74ba1f46d77a9f2fc05
 SHA512 
10d3daca3b4d23059937f81fe188b2377598841381dc92582c5cce6a1bfcb5963e1eed4d7f1601a45ae41ed0f3f864a50ff68cd72e05778866fe83cd3d158def
-DIST Parse-RecDescent-1.967014.tar.gz 176884 BLAKE2B 
8174f9710ccd4d94d841234bfe29e469aa9302b141d3175bd9d7a276fbf3803b432b257d674e248ec54ca495b57a5c1fc8972d111c3e41f3c1a2977aea414f24
 SHA512 
bdb369cc8ef47f428d52192271d57baaa88db986f4765ef9262bcb82fda1e619102387ce1828998057adb5607e6def667ba557766af470e2ea2cbe00ee31d16a
 DIST Parse-RecDescent-1.967015.tar.gz 176996 BLAKE2B 
016e65f95aa8e15ebb384005d996909febd0ade6f6f23a13f95d4a5b558261f307f80564c028849d16f10a39b216bfd562c4fd8c220e5cbede165fd4fc1d05e8
 SHA512 
38adbfc9a88f09d0465d862b845f48c0921ce462ffccaa7ce8b5f1b7090f33f70e7f00f9ee787fd698b5539804412c44f03e7942cf675d53a17a84c3510e5aa4

diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild 
b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
deleted file mode 100644
index 3450c4084eb..000
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JTBRAUN
-DIST_VERSION=1.967013
-inherit perl-module
-
-DESCRIPTION="Generate Recursive-Descent Parsers"
-
-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 ~x86-macos 
~x86-solaris"
-IUSE="test examples"
-
-RDEPEND="
-   >=virtual/perl-Text-Balanced-1.950.0
-"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   virtual/perl-Test-Simple
-   dev-perl/Test-Warn
-   )
-"
-src_test() {
-   perl_rm_files "t/pod.t"
-   perl-module_src_test
-}
-src_install() {
-   perl-module_src_install
-   docinto html/
-   dodoc -r tutorial
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples/
-   docinto examples/
-   dodoc -r demo/*
-   fi
-}

diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.14.ebuild 
b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.14.ebuild
deleted file mode 100644
index cf68de51434..000
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JTBRAUN
-DIST_VERSION=1.967014
-inherit perl-module
-
-DESCRIPTION="Generate Recursive-Descent Parsers"
-
-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 
~x86-macos ~x86-solaris"
-IUSE="test examples"
-
-RDEPEND="
-   >=virtual/perl-Text-Balanced-1.950.0
-"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   virtual/perl-Test-Simple
-   dev-perl/Test-Warn
-   )
-"
-src_test() {
-   perl_rm_files "t/pod.t"
-   perl-module_src_test
-}
-src_install() {
-   perl-module_src_install
-   docinto html/
-   dodoc -r tutorial
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples/
-   docinto examples/
-   dodoc -r demo/*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-Base/

2018-04-01 Thread Kent Fredric
commit: fe8864fc022a4475c0cc37286331b2c9234b2103
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:32:36 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:32:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8864fc

dev-perl/XML-SAX-Base: Cleanup old re bug #614532

Closes: https://bugs.gentoo.org/614532
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-SAX-Base/Manifest  |  1 -
 dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/Manifest b/dev-perl/XML-SAX-Base/Manifest
index 5cb5b2bfaa7..87edafcee2e 100644
--- a/dev-perl/XML-SAX-Base/Manifest
+++ b/dev-perl/XML-SAX-Base/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-Base-1.08.tar.gz 28197 BLAKE2B 
af6b718525396654ab6e8bb5d5849d2a6bc2de836a484ef5677161a2d333c5020c013b776333f46fb99963c21168b8ebb606da552ff9d61265c2ea4427edcb64
 SHA512 
2149a4772b10d31b6d0f4f0cf8d07145cdb103de518d3055f09ed921748a5b6c8269c9d7c017e865b8c251a3e930cf752eb33780d5291b4287c003af3b6ff47f
 DIST XML-SAX-Base-1.09.tar.gz 28215 BLAKE2B 
a723958c23cbc81fde872bc29d9ccdc021952331460161f873360d94743af6ad68ed1eb061ebceb1100a26e1a47cb2884688820a735f15439de81fbf22fb6910
 SHA512 
72a34fd2b0375222cad3a42a0e2d92f793d7a2ac27d831a8a8d3322fdc75ba246ca53c33cdc0fbade81f3a96ad977ebf5d4cddc6d75d76be79b2e655f316d532

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild
deleted file mode 100644
index dc6f230e17a..000
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRANTM
-MODULE_VERSION=1.08
-inherit perl-module eutils
-
-DESCRIPTION="Base class SAX Drivers and Filters"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   !

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

2018-04-01 Thread Kent Fredric
commit: 95816842ae90f6cbfb146fa267aa6bf7f24cbb03
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:29:27 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:29:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95816842

dev-perl/Sub-Uplevel: Cleanup old re bug #614186

Closes: https://bugs.gentoo.org/614186
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Sub-Uplevel/Manifest   |  2 --
 dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild | 16 
 dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild | 24 
 3 files changed, 42 deletions(-)

diff --git a/dev-perl/Sub-Uplevel/Manifest b/dev-perl/Sub-Uplevel/Manifest
index 824941f0e81..a190318b38e 100644
--- a/dev-perl/Sub-Uplevel/Manifest
+++ b/dev-perl/Sub-Uplevel/Manifest
@@ -1,3 +1 @@
-DIST Sub-Uplevel-0.25.tar.gz 27618 BLAKE2B 
a40b150794b3a2021cf0f497276eb4195ab1435bf986d87d73c663a9acc02600f3db20285feacb6492428cde302f9382786974fa06ae38c7747e43e0e5ebb381
 SHA512 
647667f69621b1e9c17f41f5b5edd2b75a7c84e853b7fe1bd3f3ca74f14539a63843300b88b8245d20f9730a5a1466287770dd09c1ab597574b8da9d5aec
-DIST Sub-Uplevel-0.2600.tar.gz 28119 BLAKE2B 
cd10db5425a66395e74794017f530f6ee1160b6c206a77339f18eaea45e02280d6f5f0d557f6c9f2bde0f0f27f5423160374e0460040fa226ea0d6f45aab9e62
 SHA512 
f10c59c0458d9a1d6e832246c8c852bb88c65871b4d24688393985dfc10d982a0db2f2f8805c26ba232a755c88382f327af62390c3ee3ae68e33c90d042654e3
 DIST Sub-Uplevel-0.2800.tar.gz 28361 BLAKE2B 
04842cf96f5c72e8b8bb52854f73035d93c5620389e41cf495286177988f6abe3d01fae838848bbf427c522f351034754b677a1520cee3ed12cbba8e58fd703c
 SHA512 
655bab9441bc81e4002db2e715b5c1f771ee35a03bc643a44d4a279aca55431fe17e64332919311a51db2dc02c16b5f97c5751595e61ad0ab96cd0a10ac2d230

diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild 
b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
deleted file mode 100644
index 1577d4b0aba..000
--- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.25
-inherit perl-module
-
-DESCRIPTION="Apparently run a function in a higher stack frame"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild 
b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild
deleted file mode 100644
index b0bb43f13a7..000
--- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.2600
-inherit perl-module
-
-DESCRIPTION="Apparently run a function in a higher stack frame"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="virtual/perl-Carp"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
-   test? (
-   virtual/perl-Exporter
-   virtual/perl-File-Spec
-   virtual/perl-Test-Simple
-   )
-"



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

2018-04-01 Thread Kent Fredric
commit: 133c405d22ac619cdfe8564ec8c5fb0449426fe7
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:25:35 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:25:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133c405d

dev-perl/PadWalker: Cleanup old re bug #614636

Closes: https://bugs.gentoo.org/614636
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/PadWalker/Manifest |  1 -
 dev-perl/PadWalker/PadWalker-2.200.0.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-perl/PadWalker/Manifest b/dev-perl/PadWalker/Manifest
index b8f1649d58e..10b2d28b06a 100644
--- a/dev-perl/PadWalker/Manifest
+++ b/dev-perl/PadWalker/Manifest
@@ -1,2 +1 @@
-DIST PadWalker-2.2.tar.gz 16158 BLAKE2B 
6ae785c6549607e1ae863e350d2fc92b9dd5a797e386ccdbfcc0a53826c6ca516ea048b9903898c55bee9c9853607334da304277a9703baebccc787d2f16b203
 SHA512 
b0bdfd4f1ebf63e71618dda0db6249fc6b4a0165cc829a9a90e68353f31b61ec6c5873b598b67b085f0a7fb8be40fd1f890e57de85dfdd1bee5543146cc1a3f3
 DIST PadWalker-2.3.tar.gz 16177 BLAKE2B 
b809448751e907083cde30ab95ab6229d47089044ac20695968b3488f7a45beda3b1567ac96d7d76a49c06399307419088a6d3d727a537dcca0859efe6d73843
 SHA512 
0a222dc2ed26825bc031b0e4b4b78660fe9d1a5a5d98552f30e730aa4c8e5c38577da9a960669258a11cfd712f6e3827bafa23162aa1101f01b47b08e303b4b0

diff --git a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild 
b/dev-perl/PadWalker/PadWalker-2.200.0.ebuild
deleted file mode 100644
index f135e34adbd..000
--- a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ROBIN
-DIST_VERSION=2.2
-inherit perl-module
-
-DESCRIPTION="play with other peoples' lexical variables"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="virtual/perl-ExtUtils-MakeMaker"



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

2018-04-01 Thread Kent Fredric
commit: e10c86300ac179804f02293b27f85a4082c20d2a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:22:37 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:22:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10c8630

dev-perl/Test-TCP: Cleanup old re bug #614342

Closes: https://bugs.gentoo.org/614342
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Test-TCP/Manifest|  2 --
 dev-perl/Test-TCP/Test-TCP-2.170.0.ebuild | 31 ---
 dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild | 31 ---
 dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild  | 26 --
 4 files changed, 90 deletions(-)

diff --git a/dev-perl/Test-TCP/Manifest b/dev-perl/Test-TCP/Manifest
index 50c3c815c9f..90e22901970 100644
--- a/dev-perl/Test-TCP/Manifest
+++ b/dev-perl/Test-TCP/Manifest
@@ -1,3 +1 @@
-DIST Test-TCP-2.06.tar.gz 21848 BLAKE2B 
dc963b26cbe2ed77eb067c3fe01aff6c76d1761731ead8fcb211018402de3f465655a722422ea5aaf143e36820b1ea67db0165cb40ee720c353a3fb366203085
 SHA512 
e4fcc79f8d62a8ce669a975e89c4bbf3fd56396c83a8c3b750fec002b3e9bd8dd829faf30bfa47f0db31bc0b5daedfa1e6edc3e2e9f628b0d0c7c25fef1081ab
-DIST Test-TCP-2.17.tar.gz 25061 BLAKE2B 
9bf6e4f0d8ed3287290f4806f9d21b9976c304226eaef120c7da9cd77d28a305cfc8dcf50eed2ab83b7730916a91c6d57f582bede8b8bfbee274eacced1bcb08
 SHA512 
41795ae4287d43b28f8892ef9e545d155cb61bb7daf35a937a5c9bfd5f480b8714b7c07f393e540ff6bc3711eebb8fc8380833e6163bf66d09e9c1d28b5a30c9
 DIST Test-TCP-2.19.tar.gz 26003 BLAKE2B 
796720b45b4ba2dab7d336072c12775942a20d9935f6e862fc2ac2d5273b62485a283a7cacd31823110b7006f5b0de64b46892130c5e16781fc9559e6bb321d7
 SHA512 
1de76f5dc456697d8ea0799bb60d858b0e1c0089f066d1a446c46708e6cb3441849e264526082a066c31519ded4731cde9310b8a493f571ed670c2fbb60a3e85

diff --git a/dev-perl/Test-TCP/Test-TCP-2.170.0.ebuild 
b/dev-perl/Test-TCP/Test-TCP-2.170.0.ebuild
deleted file mode 100644
index 18dce0494bd..000
--- a/dev-perl/Test-TCP/Test-TCP-2.170.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SYOHEX
-DIST_VERSION=2.17
-inherit perl-module
-
-DESCRIPTION="Testing TCP program"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-IO
-   virtual/perl-IO-Socket-IP
-   >=dev-perl/Test-SharedFork-0.290.0
-   virtual/perl-Test-Simple
-   >=virtual/perl-IO-1.230.0
-   virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   test? (
-   >=virtual/perl-Test-Simple-0.980.0
-   virtual/perl-File-Temp
-   virtual/perl-Socket
-   )
-"

diff --git a/dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild 
b/dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild
deleted file mode 100644
index 2b4c930fd0f..000
--- a/dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TOKUHIROM
-DIST_VERSION=2.19
-inherit perl-module
-
-DESCRIPTION="Testing TCP program"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-IO
-   virtual/perl-IO-Socket-IP
-   >=dev-perl/Test-SharedFork-0.290.0
-   virtual/perl-Test-Simple
-   >=virtual/perl-IO-1.230.0
-   virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   test? (
-   >=virtual/perl-Test-Simple-0.980.0
-   virtual/perl-File-Temp
-   virtual/perl-Socket
-   )
-"

diff --git a/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild 
b/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild
deleted file mode 100644
index 7a28478db39..000
--- a/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TOKUHIROM
-MODULE_VERSION=2.06
-inherit perl-module
-
-DESCRIPTION="Testing TCP program"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/Test-SharedFork-0.190.0
-   >=virtual/perl-IO-1.23
-"
-DEPEND="${RDEPEND}
-   test? (
-   >=virtual/perl-Test-Simple-0.980.0
-   )
-"
-
-SRC_TEST=do



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

2018-04-01 Thread Kent Fredric
commit: 61bfed3b5879acdb7f397161cb829e6d8f224010
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:18:15 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:18:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bfed3b

dev-perl/Weather-Com: Cleanup old re #623148

Closes: https://bugs.gentoo.org/623148
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild | 30 ---
 1 file changed, 30 deletions(-)

diff --git a/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild 
b/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild
deleted file mode 100644
index 28ad947e6cd..000
--- a/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=BOBERNST
-MODULE_VERSION=2.0.0
-inherit perl-module
-
-DESCRIPTION='fetching weather information from weather.com'
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   virtual/perl-Data-Dumper
-   dev-perl/HTTP-Message
-   dev-perl/libwww-perl
-   virtual/perl-Locale-Maketext
-   virtual/perl-Storable
-   dev-perl/Test-MockObject
-   >=dev-perl/Time-Format-1.0.0
-   virtual/perl-Time-Local
-   dev-perl/URI
-   dev-perl/XML-Simple
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do"



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

2018-04-01 Thread Kent Fredric
commit: 5802513e84cfd8870359686577fe09389221b356
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:15:01 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:15:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5802513e

dev-perl/YAML: Bump to version 1.240.0

Upstream:
- Fix LoadCode implementation to work

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/YAML/Manifest|  1 +
 dev-perl/YAML/YAML-1.240.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/YAML/Manifest b/dev-perl/YAML/Manifest
index ec7321a2088..bb242aa3c15 100644
--- a/dev-perl/YAML/Manifest
+++ b/dev-perl/YAML/Manifest
@@ -1,3 +1,4 @@
 DIST YAML-1.15.tar.gz 80702 BLAKE2B 
adb4874943a2bd1b7aab688d5a0843e78e28e2934138589ee2b3c502ea105c672c8d4e860607f562c231065f903abd0d20f79bc046316283b0bbf5323974134a
 SHA512 
c1b715c46186009e27e25857c99cbd729fc49a1854dd987dcab53e4279528f19a1b9822dd1ca95162aa2a0b6627cf15ef6a692ad22c659dbd5c251fc3f898b7b
 DIST YAML-1.21.tar.gz 82995 BLAKE2B 
91fa21da12188004ffa50da6bdcccac1efb94de2574d8a5a1b011390205e581c7cf24994c7214c84effcddb3603f4a378fc955de8199926c76269706aa2214d1
 SHA512 
1542c9a931a7c2c460cd89d66978747a6feee855993529b05638456ff4f16fa5273e539b7423e843d63ccfd29c650e2d46b9140388d44cc6c812a0e0c6be9cd3
 DIST YAML-1.23.tar.gz 83566 BLAKE2B 
317d3d0b96e0050645385d8ab7868f6b04d41a3172d901b1ded66813c61cbd2ac28542086f79e322b7c9ad3220e03e1fe49f8a5b38c45015148dfe5da742e1fc
 SHA512 
42dd2063e16b0e96a51ae9e43ed537741206529ff0df2939717eb142edf6396f69130b6b64d1d338d0c0a32dc11f68f3ffc5e0b5043c325c20e0d492626c106c
+DIST YAML-1.24.tar.gz 83296 BLAKE2B 
c15d041ee5004b5c9d13b994abb2aca1753aa8aad4f498eee82008a5476c84f844f3ab5d2d40ed2fc46c876e1ce51c8cd24b870e207a8bc4395e9b3aaecbbb6b
 SHA512 
20ba196cf9c68a38154f68b884262b9f89463af5e67c1e59944070b2493f6d9515f92a2793f456e20fe7e6372b74da8f6c16b884274793b6c3aa0ed0134c340d

diff --git a/dev-perl/YAML/YAML-1.240.0.ebuild 
b/dev-perl/YAML/YAML-1.240.0.ebuild
new file mode 100644
index 000..2d824b0805c
--- /dev/null
+++ b/dev-perl/YAML/YAML-1.240.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TINITA
+DIST_VERSION=1.24
+inherit perl-module
+
+DESCRIPTION="YAML Ain't Markup Language (tm)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.880.0
+   >=dev-perl/Test-YAML-1.50.0
+   )
+"
+PERL_RM_FILES=("t/author-pod-syntax.t")



[gentoo-commits] repo/gentoo:master commit in: games-board/xscrabble/

2018-04-01 Thread Matt Turner
commit: dd56a04df4c196732bae083100fd631f86105530
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 19:06:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 19:06:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd56a04d

games-board/xscrabble: Drop unnecessary dependency on x11-libs/libXp

Closes: https://bugs.gentoo.org/649138

 .../xscrabble/{xscrabble-2.10-r1.ebuild => xscrabble-2.10-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-board/xscrabble/xscrabble-2.10-r1.ebuild 
b/games-board/xscrabble/xscrabble-2.10-r2.ebuild
similarity index 94%
rename from games-board/xscrabble/xscrabble-2.10-r1.ebuild
rename to games-board/xscrabble/xscrabble-2.10-r2.ebuild
index 96d6d50b6b7..2ea0730cfc7 100644
--- a/games-board/xscrabble/xscrabble-2.10-r1.ebuild
+++ b/games-board/xscrabble/xscrabble-2.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="l10n_fr"
 
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXp"
+RDEPEND="x11-libs/libXaw"
 DEPEND="${RDEPEND}
x11-misc/gccmakedep
x11-misc/imake"



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

2018-04-01 Thread Matt Turner
commit: 34690678deaae78929c5c99a4f79dc70486c6341
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 19:04:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 19:06:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34690678

games-misc/xcruiser: Drop unnecessary dependency on x11-libs/libXp

Closes: https://bugs.gentoo.org/649136

 .../xcruiser/{xcruiser-0.30.ebuild => xcruiser-0.30-r1.ebuild}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild 
b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
similarity index 87%
rename from games-misc/xcruiser/xcruiser-0.30.ebuild
rename to games-misc/xcruiser/xcruiser-0.30-r1.ebuild
index 5a4d94b26bf..c5f7a85927f 100644
--- a/games-misc/xcruiser/xcruiser-0.30.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,8 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 RESTRICT="test"
 
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXp"
+RDEPEND="x11-libs/libXaw"
 DEPEND="${RDEPEND}
app-text/rman
x11-misc/gccmakedep



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

2018-04-01 Thread William Hubbs
commit: d1a45640ff6a5a7a4ac312a2b4bd16f61979b946
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Apr  1 18:41:41 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Apr  1 18:42:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a45640

dev-util/meson: move 0.45.1 to stable everywhere

This is a bug fix release for 0.45.0 which was in ~ for some time before
it was removed and we have no bug reports for either of them.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-util/meson/meson-0.45.1.ebuild 
b/dev-util/meson/meson-0.45.1.ebuild
index 37aab5a3b43..97bdb3fc363 100644
--- a/dev-util/meson/meson-0.45.1.ebuild
+++ b/dev-util/meson/meson-0.45.1.ebuild
@@ -9,7 +9,8 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x64-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64
+   ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x64-solaris"
 fi
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-libnotify-plus/

2018-04-01 Thread Aaron Bauman
commit: 4ce2000a26e725b53856b0bae2a82ab07d554714
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 18:11:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 18:24:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce2000a

x11-plugins/purple-libnotify-plus: amd64 stable

Bug: https://bugs.gentoo.org/651690
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild 
b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
index c420337e7d8..6152f0bba7e 100644
--- a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
+++ b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sardemff7/purple-libnotify-plus/archive/v${PV}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/build-docbook-catalog/

2018-04-01 Thread Aaron Bauman
commit: 737c0f0623ef83b2b81097c4b5e6cf077a039ddb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 18:16:15 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 18:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737c0f06

app-text/build-docbook-catalog: amd64 stable

Bug: https://bugs.gentoo.org/651888
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild 
b/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild
index 574d1eae2cd..695c53e1f99 100644
--- a/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild
+++ b/app-text/build-docbook-catalog/build-docbook-catalog-1.21.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="|| ( sys-apps/util-linux app-misc/getopt )



[gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/

2018-04-01 Thread Aaron Bauman
commit: eba26aa0ac3de4cd28207a7035b7fad696b44e29
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 18:19:26 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 18:24:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba26aa0

net-nntp/xrn: amd64 stable

Bug: https://bugs.gentoo.org/649126
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-nntp/xrn/xrn-9.02-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/xrn/xrn-9.02-r1.ebuild b/net-nntp/xrn/xrn-9.02-r1.ebuild
index ab7ef9309d9..092d7d366e9 100644
--- a/net-nntp/xrn/xrn-9.02-r1.ebuild
+++ b/net-nntp/xrn/xrn-9.02-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz;
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2018-04-01 Thread Aaron Bauman
commit: 1d4818905e17754f8d3b8366e9bef96636b0e056
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 18:10:45 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 18:24:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d481890

net-im/purple-events: amd64 stable

Bug: https://bugs.gentoo.org/651690
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-im/purple-events/purple-events-0.99.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild 
b/net-im/purple-events/purple-events-0.99.1.ebuild
index 4b59ac92ba0..2afb8ebf7ea 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin"



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

2018-04-01 Thread Aaron Bauman
commit: feeb9677f2d594fc6df075b007b49d310f374198
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 18:14:40 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 18:24:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feeb9677

app-misc/tdfsb: amd64 stable

Bug: https://bugs.gentoo.org/651894
Package-Manager: Portage-2.3.27, Repoman-2.3.9

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

diff --git a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild 
b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
index 6bad2edcb58..b6f5b0bd8e4 100644
--- a/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
+++ b/app-misc/tdfsb/tdfsb-0.0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://www.determinate.net/webdata/data/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND="media-libs/freeglut



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/, sys-boot/grub/files/

2018-04-01 Thread Mike Gilbert
commit: 4ce63f8b85aa62e485eaebc34b36024f80866106
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Apr  1 18:17:04 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Apr  1 18:18:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce63f8b

sys-boot/grub: backport early microcode patch

Closes: https://bugs.gentoo.org/645088
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 .../grub/files/2.02-multiple-early-initrd.patch| 177 
 sys-boot/grub/grub-2.02-r1.ebuild  | 299 +
 2 files changed, 476 insertions(+)

diff --git a/sys-boot/grub/files/2.02-multiple-early-initrd.patch 
b/sys-boot/grub/files/2.02-multiple-early-initrd.patch
new file mode 100644
index 000..74b576f8b00
--- /dev/null
+++ b/sys-boot/grub/files/2.02-multiple-early-initrd.patch
@@ -0,0 +1,177 @@
+From a698240df0c43278b2d1d7259c8e7a6926c63112 Mon Sep 17 00:00:00 2001
+From: "Matthew S. Turnbull" 
+Date: Sat, 24 Feb 2018 17:44:58 -0500
+Subject: grub-mkconfig/10_linux: Support multiple early initrd images
+
+Add support for multiple, shared, early initrd images. These early
+images will be loaded in the order declared, and all will be loaded
+before the initrd image.
+
+While many classes of data can be provided by early images, the
+immediate use case would be for distributions to provide CPU
+microcode to mitigate the Meltdown and Spectre vulnerabilities.
+
+There are two environment variables provided for declaring the early
+images.
+
+* GRUB_EARLY_INITRD_LINUX_STOCK is for the distribution declare
+  images that are provided by the distribution or installed packages.
+  If undeclared, this will default to a set of common microcode image
+  names.
+
+* GRUB_EARLY_INITRD_LINUX_CUSTOM is for user created images. User
+  images will be loaded after the stock images.
+
+These separate configurations allow the distribution and user to
+declare different image sets without clobbering each other.
+
+This also makes a minor update to ensure that UUID partition labels
+stay disabled when no initrd image is found, even if early images are
+present.
+
+This is a continuation of a previous patch published by Christian
+Hesse in 2016:
+http://lists.gnu.org/archive/html/grub-devel/2016-02/msg00025.html
+
+Down stream Gentoo bug:
+https://bugs.gentoo.org/645088
+
+Signed-off-by: Robin H. Johnson 
+Signed-off-by: Matthew S. Turnbull 
+Reviewed-by: Daniel Kiper 
+---
+ docs/grub.texi  | 19 +++
+ util/grub-mkconfig.in   |  8 
+ util/grub.d/10_linux.in | 33 +++--
+ 3 files changed, 54 insertions(+), 6 deletions(-)
+
+diff --git a/docs/grub.texi b/docs/grub.texi
+index 137b894..65b4bbe 100644
+--- a/docs/grub.texi
 b/docs/grub.texi
+@@ -1398,6 +1398,25 @@ for all respectively normal entries.
+ The values of these options replace the values of @samp{GRUB_CMDLINE_LINUX}
+ and @samp{GRUB_CMDLINE_LINUX_DEFAULT} for Linux and Xen menu entries.
+ 
++@item GRUB_EARLY_INITRD_LINUX_CUSTOM
++@itemx GRUB_EARLY_INITRD_LINUX_STOCK
++List of space-separated early initrd images to be loaded from @samp{/boot}.
++This is for loading things like CPU microcode, firmware, ACPI tables, crypto
++keys, and so on. These early images will be loaded in the order declared,
++and all will be loaded before the actual functional initrd image.
++
++@samp{GRUB_EARLY_INITRD_LINUX_STOCK} is for your distribution to declare
++images that are provided by the distribution. It should not be modified
++without understanding the consequences. They will be loaded first.
++
++@samp{GRUB_EARLY_INITRD_LINUX_CUSTOM} is for your custom created images.
++
++The default stock images are as follows, though they may be overridden by
++your distribution:
++@example
++intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio 
microcode.cpio
++@end example
++
+ @item GRUB_DISABLE_LINUX_UUID
+ Normally, @command{grub-mkconfig} will generate menu entries that use
+ universally-unique identifiers (UUIDs) to identify the root filesystem to
+diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
+index f8496d2..35ef583 100644
+--- a/util/grub-mkconfig.in
 b/util/grub-mkconfig.in
+@@ -147,6 +147,12 @@ if [ x"$GRUB_FS" = xunknown ]; then
+ GRUB_FS="$(stat -f --printf=%T / || echo unknown)"
+ fi
+ 
++# Provide a default set of stock linux early initrd images.
++# Define here so the list can be modified in the sourced config file.
++if [ "x${GRUB_EARLY_INITRD_LINUX_STOCK}" = "x" ]; then
++  GRUB_EARLY_INITRD_LINUX_STOCK="intel-uc.img intel-ucode.img amd-uc.img 
amd-ucode.img early_ucode.cpio microcode.cpio"
++fi
++
+ if test -f ${sysconfdir}/default/grub ; then
+   . ${sysconfdir}/default/grub
+ fi
+@@ -211,6 +217,8 @@ export GRUB_DEFAULT \
+   GRUB_CMDLINE_NETBSD \
+   GRUB_CMDLINE_NETBSD_DEFAULT \
+   

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

2018-04-01 Thread Aaron Bauman
commit: bc965f3a6eb2a4b2c163add943fe98e9331c412a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 17:48:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 17:48:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc965f3a

x11-libs/rep-gtk: amd64 stable

Bug: https://bugs.gentoo.org/651710
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild 
b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
index 38dfe5c810d..ac8bad14f5b 100644
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="gtk-2.0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
 RDEPEND=">=dev-libs/librep-0.90.5



[gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/

2018-04-01 Thread Aaron Bauman
commit: d238bab3389e0c88f9bf9f6c1bf6647887eb29f4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 17:02:48 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 17:40:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d238bab3

app-cdr/xbiso: amd64 stable

Bug: https://bugs.gentoo.org/651918
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-cdr/xbiso/xbiso-0.6.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild 
b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
index 88cc5dc936e..a8cad8936f4 100644
--- a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
+++ b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ftp"
 
 RDEPEND="ftp? ( 

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

2018-04-01 Thread Aaron Bauman
commit: 557d301fbdf820e448c49ec15689e69336c65f78
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  1 17:03:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  1 17:40:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557d301f

net-libs/ftplib: amd64 stable

Bug: https://bugs.gentoo.org/651918
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-libs/ftplib/ftplib-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/ftplib/ftplib-3.1.1.ebuild 
b/net-libs/ftplib/ftplib-3.1.1.ebuild
index dc54756b3b4..4fba790d943 100644
--- a/net-libs/ftplib/ftplib-3.1.1.ebuild
+++ b/net-libs/ftplib/ftplib-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -15,7 +15,7 @@ SRC_URI="${DEB_URI}/${PN}_${MY_PV}.orig.tar.gz
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}-${MY_PV}



  1   2   3   >