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

2018-01-01 Thread Benda XU
commit: 88945811bcf12dc46b4aaba9fe55e67700f01503
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jan  2 07:31:49 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Jan  2 07:33:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88945811

net-misc/babeld: initial commit.

Closes: https://bugs.gentoo.org/263504
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-misc/babeld/Manifest|  1 +
 net-misc/babeld/babeld-1.8.0.ebuild | 22 ++
 net-misc/babeld/metadata.xml|  5 +
 3 files changed, 28 insertions(+)

diff --git a/net-misc/babeld/Manifest b/net-misc/babeld/Manifest
new file mode 100644
index 000..47d25338d76
--- /dev/null
+++ b/net-misc/babeld/Manifest
@@ -0,0 +1 @@
+DIST babeld-1.8.0.tar.gz 92124 BLAKE2B 
43f24c64280597201880a257095235447a49b97e7fcfc4f53db1c6e45564e41dc751017ce664779e4accdf03cb134cb33856288e2deebc6f194ae1e3744bad4e
 SHA512 
6665ea5108200fe9d158a221ee5697c35fa1bf1d59e99a354aabea844342505731d77c1e3dff3917d048c2154bbadcdda5904ad6e46f16c43f52b5c297480b7d

diff --git a/net-misc/babeld/babeld-1.8.0.ebuild 
b/net-misc/babeld/babeld-1.8.0.ebuild
new file mode 100644
index 000..c39edc85299
--- /dev/null
+++ b/net-misc/babeld/babeld-1.8.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="a loop-free distance-vector routing protocol"
+HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/babel/;
+SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+   emake CDEBUGFLAGS="${CFLAGS}"
+}
+
+src_install(){
+   emake "TARGET=${D}"  PREFIX="${EPREFIX}"/usr install
+   dodoc CHANGES README
+}

diff --git a/net-misc/babeld/metadata.xml b/net-misc/babeld/metadata.xml
new file mode 100644
index 000..a492b8f6559
--- /dev/null
+++ b/net-misc/babeld/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   hero...@gentoo.org
+



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

2018-01-01 Thread Sergei Trofimovich
commit: 5a522fcafb5615eb850f83c117d730317001fca0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  1 23:18:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  2 07:31:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a522fca

net-misc/iputils: stable 20171016_pre for sparc, bug #643026

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 net-misc/iputils/iputils-20171016_pre.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20171016_pre.ebuild 
b/net-misc/iputils/iputils-20171016_pre.ebuild
index a3055155569..21e214f7506 100644
--- a/net-misc/iputils/iputils-20171016_pre.ebuild
+++ b/net-misc/iputils/iputils-20171016_pre.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2018-01-01 Thread Hans de Graaff
commit: b82805aa07a7cd5a12faa71e5a1c7a10cbbffb4a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  2 06:50:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  2 06:50:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82805aa

dev-ruby/curses: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/curses/curses-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/curses/curses-1.2.4.ebuild 
b/dev-ruby/curses/curses-1.2.4.ebuild
index 748a37ce0b2..c6b36a1ee21 100644
--- a/dev-ruby/curses/curses-1.2.4.ebuild
+++ b/dev-ruby/curses/curses-1.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-01-01 Thread Hans de Graaff
commit: 4a11c58ccff9e45814e00476e3c91b1a7ac5218b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  2 06:42:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  2 06:42:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a11c58c

dev-ruby/request_store: add 1.4.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/request_store/Manifest   |  1 +
 dev-ruby/request_store/request_store-1.4.0.ebuild | 24 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/request_store/Manifest b/dev-ruby/request_store/Manifest
index a1aa2fb168e..3925a4b29ef 100644
--- a/dev-ruby/request_store/Manifest
+++ b/dev-ruby/request_store/Manifest
@@ -1,2 +1,3 @@
 DIST request_store-1.0.5.gem 6656 BLAKE2B 
2bd96d3dd40e846e8b36cae338c1f95ec812d6121db332e60c85b4c8e043fe81229e9e2f7f8f3c1ef3d7c592515bb69d5dae3cc4755f181fd29a1eb7e7c6254d
 SHA512 
0d69ebdb8d3f6df11f89780c250b5fcc702258e19d7fbf8e2273614ecc220ee25e059a596a8a7e39bcc426f8d834cab38c161c0c1a800cc7ebdba3daa810e727
 DIST request_store-1.3.2.gem 7680 BLAKE2B 
78825112c3893b631952275885096a0f4475fdd67f5fcf1834c5f7f4c468f79709e60d7f64f68cf13d44e6673c2b555e024a15f0518d083dacc54a40d588867c
 SHA512 
038aad3f71d3e8ac4b13503ac6bb484cc1b85516ecdf618dc5af2c5f906d7f33c2304c3d7ab25b7acaa6210fe8a419ec8bda40e5036f692928a08fc5cca6e40b
+DIST request_store-1.4.0.gem 9216 BLAKE2B 
90e4dfa1c43a4c64f17b70dd4b77e2b982f5dc4bf42cd3b26345cf168d1ac8ac750dca75db679fc1c24097638c7dba031f8b29f3f4d9e81fdbcc30dc8dc6e5e0
 SHA512 
12835dc2f5b4b6a6812adb756ebc45a9f6a0b80e65800a7dabc27c55c359f5090adc9530b17de072d2feb6903ba0f1b075379bef83c7b673a86b1b8ce51447e4

diff --git a/dev-ruby/request_store/request_store-1.4.0.ebuild 
b/dev-ruby/request_store/request_store-1.4.0.ebuild
new file mode 100644
index 000..ab89379ff34
--- /dev/null
+++ b/dev-ruby/request_store/request_store-1.4.0.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Per-request global storage for Rack"
+HOMEPAGE="https://github.com/steveklabnik/request_store;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-1.4:*"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/ s:^:#:" Rakefile || die
+}



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

2018-01-01 Thread Hans de Graaff
commit: 56eabd34bb77b46764f28cadacbabc341802a785
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  2 06:32:21 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  2 06:32:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56eabd34

dev-ruby/request_store: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/request_store/Manifest   |  1 -
 dev-ruby/request_store/request_store-1.3.1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/request_store/Manifest b/dev-ruby/request_store/Manifest
index fb3ec73ef2b..a1aa2fb168e 100644
--- a/dev-ruby/request_store/Manifest
+++ b/dev-ruby/request_store/Manifest
@@ -1,3 +1,2 @@
 DIST request_store-1.0.5.gem 6656 BLAKE2B 
2bd96d3dd40e846e8b36cae338c1f95ec812d6121db332e60c85b4c8e043fe81229e9e2f7f8f3c1ef3d7c592515bb69d5dae3cc4755f181fd29a1eb7e7c6254d
 SHA512 
0d69ebdb8d3f6df11f89780c250b5fcc702258e19d7fbf8e2273614ecc220ee25e059a596a8a7e39bcc426f8d834cab38c161c0c1a800cc7ebdba3daa810e727
-DIST request_store-1.3.1.gem 8704 BLAKE2B 
67fd0427e4ad32b97f4c1995284044e2d6a237783e2d85ff0dc88e003a4d42ba435c7666c86b79f1ee2e4303af928b46e5b7f03d3ec33120a5a68e1ba0b0a5ee
 SHA512 
67e3be519e33a58c5bb45437dee3a77ff298cc228066af1b101b72a3ffe95844d065370942db696eeff57a781e0be9eed2d80ac8b99a4d4592eec1b33345ab63
 DIST request_store-1.3.2.gem 7680 BLAKE2B 
78825112c3893b631952275885096a0f4475fdd67f5fcf1834c5f7f4c468f79709e60d7f64f68cf13d44e6673c2b555e024a15f0518d083dacc54a40d588867c
 SHA512 
038aad3f71d3e8ac4b13503ac6bb484cc1b85516ecdf618dc5af2c5f906d7f33c2304c3d7ab25b7acaa6210fe8a419ec8bda40e5036f692928a08fc5cca6e40b

diff --git a/dev-ruby/request_store/request_store-1.3.1.ebuild 
b/dev-ruby/request_store/request_store-1.3.1.ebuild
deleted file mode 100644
index 75318a12c85..000
--- a/dev-ruby/request_store/request_store-1.3.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Per-request global storage for Rack"
-HOMEPAGE="https://github.com/steveklabnik/request_store;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/ s:^:#:" Rakefile || die
-}



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

2018-01-01 Thread Hans de Graaff
commit: 1024e39468f3e70ecce0a0a26b93705d992b8f7c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  2 06:45:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  2 06:45:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1024e394

dev-ruby/curses: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/curses/Manifest|  1 -
 dev-ruby/curses/curses-1.2.3.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index 433cd7643ad..c6ae2f2cf4b 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1,2 +1 @@
-DIST curses-1.2.3.gem 35328 BLAKE2B 
ce62f1073e7700fd25f2360e057c8138b7f06fb17d5f5358800fd7d4af24727bba38fece96d19329649024a855036fb2fcb80a525ee7795e801199d215a6a1c2
 SHA512 
1fe87cf158ff7f25720096dddfc49fb90105d939a5fe3d405a5467b0afcc559526b1547bd6b84e469aaf5d8e31499f193b07c32bf449bd64a52233b4735f90ee
 DIST curses-1.2.4.gem 35328 BLAKE2B 
ba84d733a663c27a89be200b95c1e7a72063389190b2f90f0fc1b3a2af60025d926c348a08116734b15c2d494a4431c6e2be78e1f5982c03ee13d69bf7edb96e
 SHA512 
bece3833be353ef8db51717dcdbf060667be5d33d00ce78952c44b3a8c3df082c11649b0a2a30072ce99c6578ffde7dce0c0108e109e55022703cfa1c1861bb9

diff --git a/dev-ruby/curses/curses-1.2.3.ebuild 
b/dev-ruby/curses/curses-1.2.3.ebuild
deleted file mode 100644
index 4f454b976e8..000
--- a/dev-ruby/curses/curses-1.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby binding for curses, ncurses, and PDCurses"
-HOMEPAGE="https://github.com/ruby/curses;
-LICENSE="|| ( Ruby BSD-2 )"
-
-KEYWORDS="~amd64 ~x86"
-
-SLOT="1"
-IUSE=""
-
-DEPEND+=" sys-libs/ncurses:0"
-RDEPEND+=" sys-libs/ncurses:0"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/curses extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/curses
-   cp ext/curses/curses.so lib/ || die
-}



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

2018-01-01 Thread Michał Górny
commit: f5485f46b11f031b4daafe2913fb5d5379dbd448
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:07:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5485f46

dev-util/scons: Clean old up

 dev-util/scons/Manifest   |  6 
 dev-util/scons/files/scons-2.1.0-jython.patch | 13 ---
 dev-util/scons/scons-2.3.5.ebuild | 52 ---
 dev-util/scons/scons-2.5.0.ebuild | 52 ---
 4 files changed, 123 deletions(-)

diff --git a/dev-util/scons/Manifest b/dev-util/scons/Manifest
index 982130e3e07..278a64060b6 100644
--- a/dev-util/scons/Manifest
+++ b/dev-util/scons/Manifest
@@ -1,12 +1,6 @@
-DIST scons-2.3.5-user.html 1280097 BLAKE2B 
8739b670a9d1f8351b6c7435adb8016af52f5b802942161b18ae217478dddc778d624c59aeef08b948a3a1cd46afaa1765020bf8f3aadd26696c649c46f878f9
 SHA512 
e2c80beacd03f4071e33f8084e499e54c8529e68ec02b972d0d0944b6e096437fd70f59339ebba652cc5539475e1b4eb8b80e4a3d188413ca5181af9ae5b70d3
-DIST scons-2.3.5-user.pdf 2505997 BLAKE2B 
4df89d653fe0dff18676fd0ead12c994bf90aa5c3b450b97dbb156c00a14175f7df0cd11208e6de2ef8a9b6a5f7324bbcd0ee484b84545432925ba3c3a44c058
 SHA512 
137ab2d3b1cab6821f2d8a8fde33406e2a7d46a4c26eec9de1073d3c03f49e1d485ae7884ed3cd2e41a0e3d2ef457e103d782dc1deb01a280c48e4f5e7e68f1e
-DIST scons-2.3.5.tar.gz 631619 BLAKE2B 
4725c274b53751dcbd6bc20b05798565fca9401755a1f40b6dced512ee34a6cd21d796b55a4c8ae22c9521f7d80688e16e3d5d921e1bd8921fbd3c6cc95529a3
 SHA512 
aad0213d70c06b02d647a4de4a4fdcd9970e7bda6f3ba0b33e9ba05677af617302b3a557e7cb13560c9057c3b11fbc27cf5e8e7511297058ad9599a04c8381a3
 DIST scons-2.4.1-user.html 1110981 BLAKE2B 
3c2c7c3bb283e18e63b5dfe64928c2821ceb74ac6d5f4c4fc08f0ceb98ef25f6114308d02d65be0ee8231e367556bdce0f76f1f37bb9d3c1ab813a653fda2f54
 SHA512 
e73caa3daedb5da419a417dbec73a3958da162311e9ad09a7d5e9d6989686b24cf5c1b34fdb1d547a43de1da36e99566e6c367fde05af032a2d1000a7e12270c
 DIST scons-2.4.1-user.pdf 2527773 BLAKE2B 
16c9a90fd57af7552f8d05fcf018ed99b76d29c148169dee4fd610aa40e439448f5a7a6e8ba8d72830a605a26141927f5dcd1643f99a1bfe9433d87350e96569
 SHA512 
d53d41e51096d1923e168054d335da1498e9ca338e39aef7985967f839656d368b65a8b979dac701ca1c529deeff4a79f402f058d23ef4e658f849ce0784eb45
 DIST scons-2.4.1.tar.gz 638990 BLAKE2B 
44084dd396d8cbe63da59aed706cda7342bbe51dd4f78bd324ad6ce822ae45b9da1099400e1dfeafdb2e4e8f1906e88be423598cc2c2915a1544f37285b31297
 SHA512 
bd0830719dfc0c2e8620ec767ee6342af74a170cd895acda2995761eafe52e1efa9471626fcaedb0dd9a779ef9bb9b4306bd6cd3c2a5bd7bd2500018b40653e0
-DIST scons-2.5.0-user.html 090 BLAKE2B 
80a4c7230861a52678610df382f31f6d03a2c6b3ff016921b971b52a9960e2e57c922f3b0afdb4a20429cf1f6056f8de4a1727ac97b41f7196a99ccb5573aa46
 SHA512 
650be28d9be4322b51d31c001ffce339aa926dd3aa2b59c4e16e34151c26f0aa62f9d7a7407d0bcf1ae0e5f10e2e31a5adb66a7a189afac084101c6b0dc209e4
-DIST scons-2.5.0-user.pdf 2527810 BLAKE2B 
1f94dde46c828f3e1ac44f90c78dc95ed7aa644393c9def5d3f1f009c6fa8b445685cdf07d91b2b9b81978a39d5ef77bd6a121966c37a699f2efd6f4587412b0
 SHA512 
f8572db6d2fb4e6c4814d785fcde0a2c0bbe647265bf8b8904c315cf46af60636f273843d757f630b9a70f33762cca7010c4dc475143be670ee1c008e6be9155
-DIST scons-2.5.0.tar.gz 619991 BLAKE2B 
3bbf5b1411bdacbad821076ebff859f229589f62f771d1e4e6f4010c539ac9c863f6705b8be36c3e63a64e3a5fe325450787754e39adedd728987de6f7073d1e
 SHA512 
abb0069976390182b77dbf6f20819c30ccf5fe9f58032eef7694ef408dceb63cfd1d1be69e7c0bced8a179297243b1a93924dd5064cd7c123ea118619bb53572
 DIST scons-2.5.1-user.html 1112180 BLAKE2B 
93df42b296d1be6ffcb73143c5ec9f46225e3e9d07154cf8f703d5f624d2996d85569ff302093a7a73dc0001cfeddf49ee9e57d9a1939d3c6b4689f8773e3ede
 SHA512 
5be58a6bba4b92fc51f0b271fd7e08b820dda10775aaa40a012c0e54d485e02ebf6d0d0be379bd90980a9b496e86a951c8760a4a90107fb3b8f422e874e46046
 DIST scons-2.5.1-user.pdf 2522755 BLAKE2B 
0dbf4ec98cd1dfb4889595762fdf57c2988a6784d75f8c3ac53e79d686b745ae4dd7b674ce34d61255c798e203fb6de93eaaf936a4842b27990350fa73b6bd46
 SHA512 
0bd7f67a1355ec33125bef87ce1bc352bda5b0befd9809673a427851c843191d74930b4ca9add705152393521f81d926595d173b0101013da216217dc5b64397
 DIST scons-2.5.1.tar.gz 620909 BLAKE2B 
021e02583dab06a859e46d164be79dcaa49a1a383c5d3fb9baa64afabb793e049b7ebefff1bbbcc8be1f364ca5c64e1a9c7ef937c32407853e39f4d84a91e51d
 SHA512 
0e39f7f22a6c4ecc13edcd843b050754da5ded5371b3a8b406395f7b53dd280f95f804707eec271f8de3624d06f5b4ba3cc788dc4eb891cad224a163544f51b9

diff --git a/dev-util/scons/files/scons-2.1.0-jython.patch 
b/dev-util/scons/files/scons-2.1.0-jython.patch
deleted file mode 100644
index ca04e12031e..000
--- a/dev-util/scons/files/scons-2.1.0-jython.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://scons.tigris.org/issues/show_bug.cgi?id=2791
-
 setup.py
-+++ setup.py
-@@ -325,7 +325,7 @@
- self.copy_scons(src, scons_version_bat)
- 
- # --- distutils copy/paste ---
--  

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

2018-01-01 Thread Michał Górny
commit: e694d632d3ebd0fac0a704e9fbf71986d88b0013
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:09:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e694d632

net-misc/autoupnp: Clean old up

 net-misc/autoupnp/Manifest  |  1 -
 net-misc/autoupnp/autoupnp-0.4.6.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
index b358d0c80ac..6d27e598d7a 100644
--- a/net-misc/autoupnp/Manifest
+++ b/net-misc/autoupnp/Manifest
@@ -1,2 +1 @@
-DIST autoupnp-0.4.6.tar.bz2 240257 BLAKE2B 
964f1c9fb7c07b7577a769064b3bb51a4edc6d5f924dafcc8d1882dfd9fe655eaabf9184a230c185dadc157613084c6fa8da03dc3b8591a93ae77f11c9606f9f
 SHA512 
570ae76d940879a375e9336cb62cce8b2e007c57df6cbebee5878cf6a71d1fe5853218166ba0ee794586fa20a7c62b158aae9242b30880f6fe110c9bb1502ba1
 DIST autoupnp-0.4.7.tar.bz2 264916 BLAKE2B 
3542c577a32f5ba3a8ea60c6f2ebb3d5cea76fa440d281e6895c246252d3ba70720aaafa4d843f06a23f1b022942cddb2a0b37b41eff91919db55fbbd87f28b5
 SHA512 
2c6bb3421fecbffea2a63ea1e930b7c789459d4626a0f281abe0e9bb62e5efc772475d4bf0c9f13fe2e9e13417940c6eb17408e6aae28bc24a4fc2e16d4dc8de

diff --git a/net-misc/autoupnp/autoupnp-0.4.6.ebuild 
b/net-misc/autoupnp/autoupnp-0.4.6.ebuild
deleted file mode 100644
index e28dde82643..000
--- a/net-misc/autoupnp/autoupnp-0.4.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils eutils
-
-DESCRIPTION="Automatic open port forwarder using UPnP"
-HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-RDEPEND="net-libs/miniupnpc
-   libnotify? ( x11-libs/libtinynotify )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   myeconfargs=(
-   $(use_with libnotify)
-   )
-
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-}



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

2018-01-01 Thread Michał Górny
commit: 40d37e97a4367499bfc5f4fbe7cefc640595cc8a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:15:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d37e97

www-servers/boa: Clean old up

 www-servers/boa/boa-0.94.14_rc21-r1.ebuild | 62 --
 1 file changed, 62 deletions(-)

diff --git a/www-servers/boa/boa-0.94.14_rc21-r1.ebuild 
b/www-servers/boa/boa-0.94.14_rc21-r1.ebuild
deleted file mode 100644
index 1b0652fa298..000
--- a/www-servers/boa/boa-0.94.14_rc21-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils systemd
-
-MY_P=${P/_/}
-DESCRIPTION="A very small and very fast http daemon"
-SRC_URI="http://www.boa.org/${MY_P}.tar.gz;
-HOMEPAGE="http://www.boa.org/;
-
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="sys-devel/bison
-   sys-devel/flex
-   doc? ( virtual/latex-base )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-texi.patch
-   epatch "${FILESDIR}"/${P}-ENOSYS.patch
-}
-
-src_compile() {
-   default
-
-   use doc || sed -i -e '/^all:/s/boa.dvi //' docs/Makefile
-   emake docs
-}
-
-src_install() {
-   dosbin src/boa
-   doman docs/boa.8
-   doinfo docs/boa.info
-   if use doc; then
-   dodoc docs/boa.html
-   dodoc docs/boa_banner.png
-   dodoc docs/boa.dvi
-   fi
-
-   keepdir /var/log/boa
-   keepdir /var/www/localhost/htdocs
-   keepdir /var/www/localhost/cgi-bin
-   keepdir /var/www/localhost/icons
-
-   newinitd "${FILESDIR}"/boa.rc6 boa
-   newconfd "${FILESDIR}"/boa.conf.d boa
-
-   systemd_dounit "${FILESDIR}"/boa.service
-
-   exeinto /usr/lib/boa
-   doexe src/boa_indexer
-
-   insinto /etc/boa
-   doins "${FILESDIR}"/boa.conf
-   doins "${FILESDIR}"/mime.types
-}



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

2018-01-01 Thread Michał Górny
commit: 5b08db412827401a4670020d8b29ee2af565da5f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:09:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b08db41

net-misc/minissdpd: Clean old up

 net-misc/minissdpd/Manifest  |  1 -
 net-misc/minissdpd/minissdpd-1.5.20160301.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/net-misc/minissdpd/Manifest b/net-misc/minissdpd/Manifest
index 6cb61d668c8..f7fe8951269 100644
--- a/net-misc/minissdpd/Manifest
+++ b/net-misc/minissdpd/Manifest
@@ -1,2 +1 @@
-DIST minissdpd-1.5.20160301.tar.gz 34827 BLAKE2B 
4330bb100a5ffcddc2569507895cbde6be408496ba6bcf027abdd2814d35c6a917be797e1b66d7f526a4f7795c4ee6db1afc755413c718938f33b19cd847b652
 SHA512 
b8dbfa7ce05fc006c09378fe53fb3345cd8d4aad486ba0bd4adb4d7f5d662e34ba04d82ad48bdc721eca1a7d1d083a9f42be69c5d1086223a0e8803068c15426
 DIST minissdpd-1.5.20161216.tar.gz 35078 BLAKE2B 
c8e681e812869ddc15cece499356e7852a4b2e86b661bd80d62a840c8a9a01f321d4616013fec49d4abd834c75378014b52e605ad3fa116c0dc863e5a389a9fc
 SHA512 
4fe1dbc14a39a18bcc834c73cc0150cda656b2be7ffcc0a72dc2854dbd698f3528bfdcd80af741124546f916d914921ffc428bb4f19b34e7493f0cbf9ff54928

diff --git a/net-misc/minissdpd/minissdpd-1.5.20160301.ebuild 
b/net-misc/minissdpd/minissdpd-1.5.20160301.ebuild
deleted file mode 100644
index aed15e6c5e3..000
--- a/net-misc/minissdpd/minissdpd-1.5.20160301.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit eutils toolchain-funcs
-
-DESCRIPTION="MiniSSDP Daemon"
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-HOMEPAGE="http://miniupnp.free.fr/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="net-libs/libnfnetlink"
-
-RDEPEND="$DEPEND
-   || ( net-misc/miniupnpd net-libs/miniupnpc )"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.2-remove-initd.patch"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install () {
-   einstall PREFIX="${D}"
-   newinitd "${FILESDIR}/${PN}.initd-r2" ${PN}
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-   dodoc Changelog.txt README
-   doman minissdpd.1
-}



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

2018-01-01 Thread Michał Górny
commit: 6b4eb56b2c00a6ae7a07d9ab21918b46dd9cc734
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:05:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4eb56b

dev-python/pymountboot: Clean old up

 dev-python/pymountboot/Manifest |  1 -
 dev-python/pymountboot/pymountboot-0.2.1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/pymountboot/Manifest b/dev-python/pymountboot/Manifest
index 2c68c48dfa9..ff7e918df98 100644
--- a/dev-python/pymountboot/Manifest
+++ b/dev-python/pymountboot/Manifest
@@ -1,2 +1 @@
-DIST pymountboot-0.2.1.tar.bz2 4075 BLAKE2B 
ee8195536b9aeeb6e628242852c167c7a923342a8ace26c4b40c0a43d41c8630f097958697e72be8cfd9d76852087f74f49e6bce8a4806984f6b25be2f7ce0c3
 SHA512 
e21f73d832b69bc458a3f220f099bf6a8eabb21c0159b230969f4342e83874bac3983ef6bba19975b17e5185bdeb5cc42c6778f982f4fd4551a077039a2b6a0c
 DIST pymountboot-0.2.2.tar.bz2 4098 BLAKE2B 
bbfbe631313189e6aef684ff29e73fcf2dcbbb998528103afe9c89e517e5a6c13bf6e05ced7c2eb05f668e0cc269212618b648043b65fb95da2e1b46c37476ac
 SHA512 
bb6ec0772300b2edf9864a09ff64f67ad99f0cd29b009793e1b2a590be48146640c927b5772023d27e68fc2fba51652a55ab66d1cf875dd9b4134f043ac353c9

diff --git a/dev-python/pymountboot/pymountboot-0.2.1.ebuild 
b/dev-python/pymountboot/pymountboot-0.2.1.ebuild
deleted file mode 100644
index f862ee2ca31..000
--- a/dev-python/pymountboot/pymountboot-0.2.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension module to (re)mount /boot"
-HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=sys-apps/util-linux-2.20"
-DEPEND="${RDEPEND}"



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

2018-01-01 Thread Michał Górny
commit: 5655d9ae5890e651b7c9eda3833b38ed72da52f3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:02:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5655d9ae

dev-libs/libb64: Clean old up

 dev-libs/libb64/Manifest  |  1 -
 dev-libs/libb64/libb64-1.2.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-libs/libb64/Manifest b/dev-libs/libb64/Manifest
index a140bf203a8..0e3869afecc 100644
--- a/dev-libs/libb64/Manifest
+++ b/dev-libs/libb64/Manifest
@@ -1,2 +1 @@
 DIST libb64-1.2.1.zip 23316 BLAKE2B 
1e3aa08679e363d61b7a0a77bfe909c0fc80411bf2c7b0f35e7a8a692a25585a37303ea0f010600c0e07e0419f016fe60f88851eebb26d044e7dbaf3d02726a0
 SHA512 
8b1e5c8086a38be82471b5f37393f3f236c923f4a2bb737209a297cbab32a9f0a5c4af4ac912c695f0f7d8ff9458d97ce0d01092fbacbfe7181e4fd816e2153d
-DIST libb64-1.2.src.zip 16063 BLAKE2B 
4224d16e9f1ee5dfcd3ca7b3a6d085a7d11031d1cd3ea0072d73f2679ad3abb61346222486563450878832f0665491ca8d4e917ebf1a2505c39ccfc783c69490
 SHA512 
ac041c78bf324a027e311fb10935886f8713f9b6ac53136396186a5b5fd936efdf6add715899827591bdf6d3727f6e27f680bc273c7634517cc2e1941140f596

diff --git a/dev-libs/libb64/libb64-1.2.ebuild 
b/dev-libs/libb64/libb64-1.2.ebuild
deleted file mode 100644
index 8935cbf4ad1..000
--- a/dev-libs/libb64/libb64-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast Base64 encoding/decoding routines"
-HOMEPAGE="http://libb64.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip"
-
-LICENSE="CC-PD"
-# static library, so always rebuild
-SLOT="0/${PVR}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-
-src_compile() {
-   # override -O3, -Werror non-sense
-   emake -C src CFLAGS="${CFLAGS} -I../include"
-}
-
-src_install() {
-   dolib src/libb64.a
-   insinto /usr/include
-   doins -r include/b64
-   dodoc AUTHORS BENCHMARKS CHANGELOG README
-}



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

2018-01-01 Thread Michał Górny
commit: 1ee1d779a09b135c9497ad0a6ebd0bf105275465
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:04:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee1d779

dev-python/miniupnpc: Clean old up

 dev-python/miniupnpc/Manifest  |  1 -
 dev-python/miniupnpc/miniupnpc-2.0.20171102.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index 73dfab0496a..b271b2ddd98 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,3 +1,2 @@
 DIST miniupnpc-2.0.20170509.tar.gz 86055 BLAKE2B 
7da640c4baac58aa26965a670877953b4c2d27aff08b604366bad6913b30c152d52120099f37c6250eeed97396ff412a4dd6000179070a82eebd3c052596b0d0
 SHA512 
71ec052ef6c8ad0d529e467ddae6eae19a93b9816174eeac753aa90e036cc2f00cf7e8d1cdb188ef8280849a988fe2995e37b63f8e2a361e021c1d1b306bff6f
-DIST miniupnpc-2.0.20171102.tar.gz 86363 BLAKE2B 
755cc85bbac7f7c9b480612c12c46c09eaa7089dc9f458027805ffb4836631efafbead4bbb5e5313d1267e3110bc4b24c726c34250da3afd1ab0f1f96d53a654
 SHA512 
5af68a58bef587ea5cc405155b1aca4438de3b56d5fb7e11945edd79e5cbdbf44c708b7f1ad3c3fde6bf4710de69782acf30cfcce327c5a906f4eb8f76a6ba37
 DIST miniupnpc-2.0.20171212.tar.gz 86607 BLAKE2B 
fce582c4125192f74f6ffb174295020af1c9b574b2094f5565a5e49641820a2d9cef719de59cb94bfd207182505237c22cf58425e1a7b47f5dfe2eb84c07d3c5
 SHA512 
d25708f4e2ef7311878ba6d17cb506f4bfe5c9cc6b7a79e4168f143ca9da8b96beb018c42dd735f0b23806668eba2308b7de26d1b506d91c23f79c7ed77399a0

diff --git a/dev-python/miniupnpc/miniupnpc-2.0.20171102.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.0.20171102.ebuild
deleted file mode 100644
index c3659faf80f..000
--- a/dev-python/miniupnpc/miniupnpc-2.0.20171102.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
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}:0="
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
-   "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



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

2018-01-01 Thread Michał Górny
commit: 42ee1e5276875455ea2a61eb82e0df8dec3a2847
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:04:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ee1e52

net-libs/miniupnpc: Clean old up

 net-libs/miniupnpc/Manifest  |  1 -
 net-libs/miniupnpc/miniupnpc-2.0.20171102.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index 73dfab0496a..b271b2ddd98 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1,3 +1,2 @@
 DIST miniupnpc-2.0.20170509.tar.gz 86055 BLAKE2B 
7da640c4baac58aa26965a670877953b4c2d27aff08b604366bad6913b30c152d52120099f37c6250eeed97396ff412a4dd6000179070a82eebd3c052596b0d0
 SHA512 
71ec052ef6c8ad0d529e467ddae6eae19a93b9816174eeac753aa90e036cc2f00cf7e8d1cdb188ef8280849a988fe2995e37b63f8e2a361e021c1d1b306bff6f
-DIST miniupnpc-2.0.20171102.tar.gz 86363 BLAKE2B 
755cc85bbac7f7c9b480612c12c46c09eaa7089dc9f458027805ffb4836631efafbead4bbb5e5313d1267e3110bc4b24c726c34250da3afd1ab0f1f96d53a654
 SHA512 
5af68a58bef587ea5cc405155b1aca4438de3b56d5fb7e11945edd79e5cbdbf44c708b7f1ad3c3fde6bf4710de69782acf30cfcce327c5a906f4eb8f76a6ba37
 DIST miniupnpc-2.0.20171212.tar.gz 86607 BLAKE2B 
fce582c4125192f74f6ffb174295020af1c9b574b2094f5565a5e49641820a2d9cef719de59cb94bfd207182505237c22cf58425e1a7b47f5dfe2eb84c07d3c5
 SHA512 
d25708f4e2ef7311878ba6d17cb506f4bfe5c9cc6b7a79e4168f143ca9da8b96beb018c42dd735f0b23806668eba2308b7de26d1b506d91c23f79c7ed77399a0

diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20171102.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.0.20171102.ebuild
deleted file mode 100644
index 918bc210cea..000
--- a/net-libs/miniupnpc/miniupnpc-2.0.20171102.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/16"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
-
-src_prepare() {
-   eapply_user
-
-   # These bins are not installed, upnpc-static requires building static 
lib
-   sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-
-   if ! use static-libs; then
-   sed -i \
-   -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-   -e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
-   Makefile || die
-   fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so we'll just stay with the Makefile for now.
-
-src_compile() {
-   tc-export CC AR
-   emake upnpc-shared $(usex static-libs upnpc-static '')
-}
-
-src_test() {
-   emake -j1 HAVE_IPV6=$(usex ipv6) check
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   PREFIX="${EPREFIX}/usr" \
-   INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
-   install
-
-   dodoc README Changelog.txt
-}



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

2018-01-01 Thread Michał Górny
commit: 65ce2d2ac043552fe6b7acd0912f16dbb2fdce6d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:09:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ce2d2a

net-misc/aria2: Clean old up

 net-misc/aria2/Manifest|   3 -
 net-misc/aria2/aria2-1.31.0.ebuild | 152 -
 net-misc/aria2/aria2-1.32.0.ebuild | 152 -
 net-misc/aria2/aria2-1.33.0.ebuild | 152 -
 4 files changed, 459 deletions(-)

diff --git a/net-misc/aria2/Manifest b/net-misc/aria2/Manifest
index e923de0c261..6cf1f36cc38 100644
--- a/net-misc/aria2/Manifest
+++ b/net-misc/aria2/Manifest
@@ -1,5 +1,2 @@
 DIST aria2-1.30.0.tar.xz 1497124 BLAKE2B 
99bce103f1bd89b94e202cb7b2d9dc427398e0dec3517b25a3870515433b7be35fe2841b5ace049771181e6ce44acb82f8715c72347e7069acd6b003e33522ac
 SHA512 
8c3deb4b58b9db9e8de52f48f6e863e07743ae4af14e2b2d64ddcac94b6aec16ff8d4f27e7d6076426d597af9e6e0988289f3a1c156796c9d79ee7f60f5edc38
-DIST aria2-1.31.0.tar.xz 1501388 BLAKE2B 
6decd9a1ba658e27ada5137747a36764cedd37dd9caccd609dcfeb284f040d72a021a0bf79731a65e33a29cea0dc0e31f3e08dd633d6d0c44e95bea60a7c7182
 SHA512 
a0a1312522324dc0bc24cf1a5cceaef49d40445668ed0bd98dc3cdd5e2edb428552e97504c8c072f5d1180d6bbd252de01d290ef5c94d1803b8ade330bc2710f
-DIST aria2-1.32.0.tar.xz 1502192 BLAKE2B 
8b515cb91dc30ee598bdae0f96c53448b22af73983fdc105e85e9a2feb68c33fcb3f3440c1808cedbba421d145f37022e876af9f0ab12dfaec5a59aa87f43787
 SHA512 
7c14c395fab3024191145b5c965c6c89211cd36ce405cafeef350aa6df9850bee9de65e756eab7d0bdeccb9409b829ea21552b9aac0166f50dcc17501b3dca8b
-DIST aria2-1.33.0.tar.xz 1526936 BLAKE2B 
69012e3221afe6e510a3fabe68236526fa64c982b84b2894c61a847084bd151b607bbfc46ac8b4e802ff796e1a2d4d056209e36e9273f20d3acd22e6cc5db978
 SHA512 
6b28282b5688444c99c3219d185c5c87f1760300f47fb9a87f9ee5eb62dd366d55a7706bb6edb16957f0a6926b354b0c6cbbe9887c94980c3027775d06589fea
 DIST aria2-1.33.1.tar.xz 1505208 BLAKE2B 
fb74add042d0cda81ca1b9c9d9b27b559ba859829c681520d6ece6322411f139667a1eaddc6f8aef23931e301ba4aab599ab17595df8d6ef477000f5e8fa83f0
 SHA512 
5379768a0960e46ed616a2540508d0dda4172c8d1a05021e50243241adb64448f5fa01878868ea206ec6b462fea39fa82284bb0f78ceec299eb289f94815b94a

diff --git a/net-misc/aria2/aria2-1.31.0.ebuild 
b/net-misc/aria2/aria2-1.31.0.ebuild
deleted file mode 100644
index b0c010ec863..000
--- a/net-misc/aria2/aria2-1.31.0.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit bash-completion-r1
-
-DESCRIPTION="A download utility with segmented downloading with BitTorrent 
support"
-HOMEPAGE="https://aria2.github.io/;
-SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls 
sqlite scripts ssh ssl tcmalloc test xmlrpc"
-
-CDEPEND="sys-libs/zlib:0=
-   ssl? (
-   app-misc/ca-certificates
-   gnutls? ( >=net-libs/gnutls-1.2.9:0= )
-   !gnutls? ( dev-libs/openssl:0= ) )
-   adns? ( >=net-dns/c-ares-1.5.0:0= )
-   bittorrent? (
-   ssl? (
-   gnutls? (
-   nettle? ( >=dev-libs/nettle-2.4:0=[gmp] 
>=dev-libs/gmp-5:0= )
-   !nettle? ( >=dev-libs/libgcrypt-1.2.2:0= ) ) )
-   !ssl? (
-   nettle? ( >=dev-libs/nettle-2.4:0=[gmp] 
>=dev-libs/gmp-5:0= )
-   !nettle? ( >=dev-libs/libgcrypt-1.2.2:0= ) ) )
-   jemalloc? ( dev-libs/jemalloc )
-   libuv? ( dev-libs/libuv:0= )
-   metalink? (
-   libxml2? ( >=dev-libs/libxml2-2.6.26:2= )
-   !libxml2? ( dev-libs/expat:0= ) )
-   sqlite? ( dev-db/sqlite:3= )
-   ssh? ( net-libs/libssh2:= )
-   tcmalloc? ( dev-util/google-perftools )
-   xmlrpc? (
-   libxml2? ( >=dev-libs/libxml2-2.6.26:2= )
-   !libxml2? ( dev-libs/expat:0= ) )"
-
-DEPEND="${CDEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   test? ( >=dev-util/cppunit-1.12.0:0 )"
-RDEPEND="${CDEPEND}
-   nls? ( virtual/libiconv virtual/libintl )
-   scripts? ( dev-lang/ruby )"
-
-# xmlrpc has no explicit switch, it's turned out by any XML library
-# so metalink implicitly forces it on
-REQUIRED_USE="?? ( jemalloc tcmalloc )
-   metalink? ( xmlrpc )"
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-   if use scripts && ! use xmlrpc; then
-   ewarn "Please note that you may need to enable USE=xmlrpc to 
run the aria2rpc"
-   ewarn "and aria2mon scripts against the local aria2."
-  

[gentoo-commits] repo/gentoo:master commit in: dev-util/abi-compliance-checker/

2018-01-01 Thread Michał Górny
commit: 715edb6ea698b2b9d5c28b808058d0ba40127368
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:06:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715edb6e

dev-util/abi-compliance-checker: Clean old up

 dev-util/abi-compliance-checker/Manifest   |  1 -
 .../abi-compliance-checker-2.1.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-util/abi-compliance-checker/Manifest 
b/dev-util/abi-compliance-checker/Manifest
index 09af39dbaad..a0103f377cf 100644
--- a/dev-util/abi-compliance-checker/Manifest
+++ b/dev-util/abi-compliance-checker/Manifest
@@ -1,2 +1 @@
-DIST abi-compliance-checker-2.1.tar.gz 229447 BLAKE2B 
4d286339d2b1b3d2ab265159f3092d6225da31083cf788b58c28614732ec2658b18376b1e8d5f8d1ad6f22101c4491fa0c813ee57e0a3fa5272fc134a99e22ad
 SHA512 
1621a7862e775c8ffe60d2fca131b002fc8ec3b7370b50c9d6463b539d6b85f504cf2f56cf350d8928cd144ce821b05b37edd3a575d416d167cee237ed96df24
 DIST abi-compliance-checker-2.2.tar.gz 229812 BLAKE2B 
8cbbaab1b4063a93a794a6d68acbf4d2c2356eb759b6d5dea2836173887937aca3e23cc3ea54b716a472a43e3e7841f749c2e15286cf5d12780577841b792685
 SHA512 
4bfdad1d708f2498187a0c06cbabced3c34a05b44900231d453a8dcea88df3f381a180aa2d4cbb4c3df14d0013660b355f630e890e3715c79ce8af3a385759e7

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-2.1.ebuild 
b/dev-util/abi-compliance-checker/abi-compliance-checker-2.1.ebuild
deleted file mode 100644
index 1057874dcfa..000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A tool for checking backward compatibility of a C/C++ library"
-HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker;
-SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-   dev-util/abi-dumper
-   dev-util/ctags"
-
-src_compile() {
-   :
-}
-
-src_install() {
-   dodir /usr
-   perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" 
|| die
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pygit2/files/, dev-python/pygit2/

2018-01-01 Thread Michał Górny
commit: 32a0ce27892764f36c2285d34bd6bd82cfff3bed
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:05:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a0ce27

dev-python/pygit2: Clean old up

 dev-python/pygit2/Manifest |   1 -
 .../files/pygit2-0.26.1-internet-tests.patch   | 133 -
 dev-python/pygit2/pygit2-0.26.1.ebuild |  30 -
 3 files changed, 164 deletions(-)

diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest
index 0cb597f3afc..d612c14e31f 100644
--- a/dev-python/pygit2/Manifest
+++ b/dev-python/pygit2/Manifest
@@ -1,3 +1,2 @@
 DIST pygit2-0.25.1.tar.gz 456580 BLAKE2B 
b7a9ce90076f2475df41f2e5ee8cbf7cb2ca68553076ae05cb2e8bdd68067f7373e33dfb03cadf90b7f410b5d5989b902b545fddbb1e3a9f17eb17d50692e982
 SHA512 
19908c874d5c2469609a54893f37367480d27ff03583c38b474ebb125dc9db95dc60776a120bb05662938d6eb62d4bcef24f684688e97e3453ccc27e015736cd
-DIST pygit2-0.26.1.tar.gz 458526 BLAKE2B 
703093a5a292e92c90987785065f3a1590addc09d72311f75b22caf6fe1a17be8fb16cf777189835204cb7dc4d2066e841d3d4327e2cc040c312e22a4c75a8ee
 SHA512 
23585bc0f41458442889b5434347cbc11d6c729898864262426f84e5b9239164bb58c6e910d2381b25f1b8be271674c1a6960630a504c40accdd30e487d27a7d
 DIST pygit2-0.26.3.tar.gz 462080 BLAKE2B 
b3c4b9b8a6aeba22a70a8d2ef1393dace3a065a3625ee3574058e333bca4ba1d60223939f412eecf5ae9d93a81fb81c4a536af46aa047c2c82a48bd81afe4cf9
 SHA512 
6f727686221d4e8c348f836b7ad278b48a4b971a121b9953c2cf7163bf093936d838aaf83e9edb8628757624ab27e8345a2fb29eb1a79a30e06c0ab0a77e4cc6

diff --git a/dev-python/pygit2/files/pygit2-0.26.1-internet-tests.patch 
b/dev-python/pygit2/files/pygit2-0.26.1-internet-tests.patch
deleted file mode 100644
index 6b96eb40f3b..000
--- a/dev-python/pygit2/files/pygit2-0.26.1-internet-tests.patch
+++ /dev/null
@@ -1,133 +0,0 @@
-From 24a929d003f1b6b4899f41cb227293e8c4b62eb7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Tue, 21 Nov 2017 17:53:48 +0100
-Subject: [PATCH] Disable tests requiring network access
-

- test/test_credentials.py | 3 +++
- test/test_repository.py  | 1 +
- test/test_submodule.py   | 4 
- 3 files changed, 8 insertions(+)
-
-diff --git a/test/test_credentials.py b/test/test_credentials.py
-index 7921a41..e60383a 100644
 a/test/test_credentials.py
-+++ b/test/test_credentials.py
-@@ -70,39 +70,42 @@ class CredentialCreateTest(utils.NoRepoTestCase):
- username = "git"
-  
- cred = KeypairFromAgent(username)
- self.assertEqual((username, None, None, None), cred.credential_tuple)
- 
- 
- class CredentialCallback(utils.RepoTestCase):
-+@unittest.skip('requires Internet access')
- def test_callback(self):
- class MyCallbacks(pygit2.RemoteCallbacks):
- @staticmethod
- def credentials(url, username, allowed):
- self.assertTrue(allowed & GIT_CREDTYPE_USERPASS_PLAINTEXT)
- raise Exception("I don't know the password")
- 
- url = "https://github.com/github/github;
- remote = self.repo.create_remote("github", url)
- 
- self.assertRaises(Exception, lambda: 
remote.fetch(callbacks=MyCallbacks()))
- 
-+@unittest.skip('requires Internet access')
- def test_bad_cred_type(self):
- class MyCallbacks(pygit2.RemoteCallbacks):
- @staticmethod
- def credentials(url, username, allowed):
- self.assertTrue(allowed & GIT_CREDTYPE_USERPASS_PLAINTEXT)
- return Keypair("git", "foo.pub", "foo", "sekkrit")
- 
- url = "https://github.com/github/github;
- remote = self.repo.create_remote("github", url)
- self.assertRaises(TypeError, lambda: 
remote.fetch(callbacks=MyCallbacks()))
- 
- class CallableCredentialTest(utils.RepoTestCase):
- 
-+@unittest.skip('requires Internet access')
- def test_user_pass(self):
- credentials = UserPass("libgit2", "libgit2")
- callbacks = pygit2.RemoteCallbacks(credentials=credentials)
- 
- url = "https://bitbucket.org/libgit2/testgitrepository.git;
- remote = self.repo.create_remote("bb", url)
- remote.fetch(callbacks=callbacks)
-diff --git a/test/test_repository.py b/test/test_repository.py
-index 941851b..33f0571 100644
 a/test/test_repository.py
-+++ b/test/test_repository.py
-@@ -569,14 +569,15 @@ class CloneRepositoryTest(utils.NoRepoTestCase):
- return repo.remotes.create("custom_remote", url)
- 
- repo = clone_repository(url, repo_path, repository=create_repository, 
remote=create_remote)
- self.assertFalse(repo.is_empty)
- self.assertTrue('refs/remotes/custom_remote/master' in 
repo.listall_references())
- self.assertIsNotNone(repo.remotes["custom_remote"])
- 
-+@unittest.skip('requires Internet 

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

2018-01-01 Thread Michał Górny
commit: 02ee99b588ea9b98e10f9a3b0c4a43572acf5f40
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 21:57:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ee99b5

app-shells/bash-completion: Clean old up

 app-shells/bash-completion/Manifest|   1 -
 .../bash-completion/bash-completion-2.5.ebuild |  98 -
 .../bash-completion/bash-completion-2.7.ebuild | 122 -
 3 files changed, 221 deletions(-)

diff --git a/app-shells/bash-completion/Manifest 
b/app-shells/bash-completion/Manifest
index abcdc1b873f..47fa6871447 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,4 +1,3 @@
 DIST bash-completion-2.4.tar.xz 276148 BLAKE2B 
1ca38db1d1ad9f0bf7d1aa4e49cba1c82a6a575b05118099b609da12bf2e369637be907cba1d46e1e33fface482ebd7c63d70d56c948e45ef71725780ffb2171
 SHA512 
b852e0a38417dfc3754a91dae2d107f99a3c2970d835a4bbaa80f2a4db8d670bc3820ddc6ada26f68070f22fb4c1db7abe50ad489b1c0f8497b1e6e91be27627
-DIST bash-completion-2.5.tar.xz 276732 BLAKE2B 
bf1d51ee2ede39d5ff0a2ebcb3b4d763f36ecf8f8ce6923e9b907922ef685569c9cd65713775cdd56bee4584e87f958f3160efc0b53c9460de065de9e92efbdb
 SHA512 
44ca2cbf38190c2bfa1e98021c1de36dbef0e55f9fe7840e83bd7f91b4c9afc92afa9bb03d53dbc6d9f9b468ac63ff1021a60e456fc239010010d75687eff3da
 DIST bash-completion-2.7.tar.xz 280048 BLAKE2B 
88b09f451fd4e14daf8e139951a4b65aaa9d9b1d86dceade388a726ac7f3caff2546597695c3f0cbd5dd64e20472d0cf3e98e0f367898b81d696d4ccb8f2fb73
 SHA512 
514709ad2e5f6bd4e20027c7049a1144c1854a37b653d5c11fad1cdf7a46d0e1afca725d6ce75d49691149e0de57be85747f704ac1c429ef4cea114bfbff8fcd
 DIST bashcomp-2.0.2.tar.gz 3625 BLAKE2B 
ebd835e23634e8a7491467ad66c53941763cea43bad75fe24982d3885be2d2ba132e5273a655fec34705224315d7a3f0248c030fb7685fc613ac4f489cde5bf5
 SHA512 
46bc1bcc32263135f44be68569459a409250dd2c81c18190735f11e13a26508e9d3cb91d24a8fe7b21bdea678347873b7ac1b67d5e8c78c8444011f85dfdcdce

diff --git a/app-shells/bash-completion/bash-completion-2.5.ebuild 
b/app-shells/bash-completion/bash-completion-2.5.ebuild
deleted file mode 100644
index 0585f5e0e97..000
--- a/app-shells/bash-completion/bash-completion-2.5.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-BASHCOMP_P=bashcomp-2.0.2
-inherit versionator
-
-DESCRIPTION="Programmable Completion for bash"
-HOMEPAGE="https://github.com/scop/bash-completion;
-SRC_URI="https://github.com/scop/bash-completion/releases/download/${PV}/${P}.tar.xz
-   https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.3_p30-r1
-   sys-apps/miscfiles
-   !app-eselect/eselect-bashcomp"
-DEPEND="app-arch/xz-utils"
-PDEPEND=">=app-shells/gentoo-bashcomp-20140911"
-
-# Remove unwanted completions.
-STRIP_COMPLETIONS=(
-   # Slackware package stuff, quite generic names cause collisions
-   # (e.g. with sys-apps/pacman)
-   explodepkg installpkg makepkg pkgtool removepkg upgradepkg
-
-   # Debian/Red Hat network stuff
-   ifdown ifup ifstatus
-
-   # Installed in app-editors/vim-core
-   xxd
-
-   # Now-dead symlinks to deprecated completions
-   hd ncal
-
-   # Installed by sys-apps/util-linux-2.28
-   mount umount mount.linux umount.linux
-)
-
-src_prepare() {
-   eapply "${WORKDIR}/${BASHCOMP_P}/${PN}"-2.1_p*.patch
-   # Bug 543100, update bug 601194
-   eapply "${FILESDIR}/${PN}-2.1-escape-characters-r1.patch"
-   eapply_user
-}
-
-src_test() { :; } # Skip testsuite because of interactive shell wrt #477066
-
-src_install() {
-   # work-around race conditions, bug #526996
-   mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die
-
-   emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install
-
-   local file
-   for file in "${STRIP_COMPLETIONS[@]}"; do
-   rm "${ED}"/usr/share/bash-completion/completions/${file} || die
-   done
-   # remove deprecated completions (moved to other packages)
-   rm "${ED}"/usr/share/bash-completion/completions/_* || die
-
-   dodoc AUTHORS CHANGES CONTRIBUTING.md README.md
-
-   # install the eselect module
-   insinto /usr/share/eselect/modules
-   doins "${WORKDIR}/${BASHCOMP_P}/bashcomp.eselect"
-   doman "${WORKDIR}/${BASHCOMP_P}/bashcomp.eselect.5"
-}
-
-pkg_postinst() {
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   if ! version_is_at_least 2.1-r90 ${v}; then
-   

[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/

2018-01-01 Thread Michał Górny
commit: 11f54dfdae25f98657a9cdf4faa376c7fde4f166
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:01:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f54dfd

dev-dotnet/pe-format: Clean old up

 dev-dotnet/pe-format/pe-format-2.1.2.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild 
b/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
deleted file mode 100644
index 7f35a3d30e2..000
--- a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils fdo-mime systemd
-
-DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="!

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

2018-01-01 Thread Michał Górny
commit: 94430e13013be64b454278d3c655cb7a2730c18e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:13:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94430e13

sys-apps/uam: Clean old up

 sys-apps/uam/Manifest |  2 --
 sys-apps/uam/uam-0.3.1.ebuild | 44 -
 sys-apps/uam/uam-0.3.ebuild   | 50 ---
 3 files changed, 96 deletions(-)

diff --git a/sys-apps/uam/Manifest b/sys-apps/uam/Manifest
index 6a361c0b1f2..0eb41229ce8 100644
--- a/sys-apps/uam/Manifest
+++ b/sys-apps/uam/Manifest
@@ -1,3 +1 @@
-DIST uam-0.3.1.tar.bz2 59632 BLAKE2B 
7134ac7754635904023a6b6272786f078d87b4cde13e949046bc48492f7632ef1c8af24f6d16a2c09abcff59df4047f875645ac13836457f1ea35af495396ecd
 SHA512 
bcd7a37701eb73bf3443d1fa98372fc0788cb3101619265c012d010f83e217fa8bc033704396707aa6de9caf0a80c9637dd7c7d1f86b01fd844967dac5a5
 DIST uam-0.3.2.tar.bz2 60508 BLAKE2B 
35accde4ae392f33af0d1c0f30069975e30691927dff33ac754d00f1de7b30d1b789e9797637f9701913796b5993add4b2405294fa47b1fbd6f8d6e1946b1ad8
 SHA512 
4a4ee9286b3762227fc5a03a10998cb3b4a2f110cd648bb2ed45f400e31218a17d3929c83450e9190255bda1f22f4001a7f33842999b79c27aa12fc11f286273
-DIST uam-0.3.tar.bz2 58143 BLAKE2B 
08a20293e66c649b993313411c0a8bbf86d24dfe5bff7714d6e9f6d96e6608de237ef0cd09a9d4b5b7f24566dfc0add581a64592c02c8f4b0325c132cf4d
 SHA512 
6b5ce8b37ea7b430a492c4411ac005d6555e49bbc4849ae03c5bb16e7dd89e8cac32349dfa0507f01cc6b22bdb111eda69471141da4952f8425f9390035c6085

diff --git a/sys-apps/uam/uam-0.3.1.ebuild b/sys-apps/uam/uam-0.3.1.ebuild
deleted file mode 100644
index facab0b105e..000
--- a/sys-apps/uam/uam-0.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils udev user
-
-DESCRIPTION="Simple udev-based automounter for removable USB media"
-HOMEPAGE="https://bitbucket.org/mgorny/uam/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_postinst() {
-   # The plugdev group is created by pam, pmount and many other ebuilds
-   # in gx86. As we don't want to depend on any of them (even pmount is
-   # optional), we create it ourself too.
-   enewgroup plugdev
-
-   elog "To be able to access uam-mounted filesystems, you have to be"
-   elog "a member of the 'plugdev' group."
-   elog
-   elog "Note that uam doesn't provide any way to allow unprivileged user"
-   elog "to manually umount devices. The upstream suggested solution"
-   elog "is to use [sys-apps/pmount]. If you don't feel like installing"
-   elog "additional tools, remember to sync before removing your USB 
stick."
-   elog
-   elog "If you'd like uam to mount ejectable media like CDs/DVDs, you 
need"
-   elog "to enable in-kernel media polling, e.g.:"
-   elog "  echo 5000 > /sys/module/block/parameters/events_dfl_poll_msecs"
-   elog "where 5000 would mean a poll will occur every 5 seconds."
-   elog
-   elog "If you'd like to receive libnotify-based notifications, you need"
-   elog "to install the [x11-misc/sw-notify-send] tool."
-
-   udev_reload
-}

diff --git a/sys-apps/uam/uam-0.3.ebuild b/sys-apps/uam/uam-0.3.ebuild
deleted file mode 100644
index 097c74fe846..000
--- a/sys-apps/uam/uam-0.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils user
-
-DESCRIPTION="Simple udev-based automounter for removable USB media"
-HOMEPAGE="https://bitbucket.org/mgorny/uam/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( NEWS README )
-
-pkg_postinst() {
-   # The plugdev group is created by pam, pmount and many other ebuilds
-   # in gx86. As we don't want to depend on any of them (even pmount is
-   # optional), we create it ourself too.
-   enewgroup plugdev
-
-   elog "To be able to access uam-mounted filesystems, you have to be"
-   elog "a member of the 'plugdev' group."
-   elog
-   elog "Note that uam doesn't provide any way to allow unprivileged user"
-   elog "to manually umount devices. The upstream suggested solution"
-   elog "is to use [sys-apps/pmount]. If you don't feel like installing"
-   elog "additional tools, remember to sync before removing your USB 
stick."
-   elog
-   elog "If you'd like uam to mount ejectable media like CDs/DVDs, you 
need"
-   elog "to 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2018-01-01 Thread Michał Górny
commit: a8da6f0fdd4a8ca28aa6be6416ee5166a07b4750
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:00:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8da6f0f

dev-cpp/catch: Clean old up

 dev-cpp/catch/Manifest|  2 --
 dev-cpp/catch/catch-1.10.0.ebuild | 34 
 dev-cpp/catch/catch-2.0.0_pre6.ebuild | 37 ---
 3 files changed, 73 deletions(-)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index 298d67d2dba..07e4ff02ba7 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1,4 +1,2 @@
-DIST Catch-1.10.0.tar.gz 375205 BLAKE2B 
d0fc8f1a476c5b31f4b4bfd96af06b87a4be69f2387857a530096c16c282d59a82d5a59dbb681b506838f19baaef8266180f269082573d2ecc8b86eb774e1aba
 SHA512 
07ea6c8fbef849000c69009478fc895fe520420d835a57881b832f8181ca28f04030027ab0f8614d590cff1c36d06598bd4f5723f44e252c3a2566da1be1341e
 DIST Catch-1.11.0.tar.gz 376132 BLAKE2B 
23a1a6292dd91ec1c71923b4902b42b59ff6be5227b666f68ef0dc33756a58a63edd70a9b139dda0b1860c2b7a0cfec7ab9262e6447eff3184cfe28ea9b0aa77
 SHA512 
33085c2671f78c7562eace909564b2730eabcaf4490cd463402e66ab4ac2be1fe4fe360916c11aa589ba4a010622444126ee2ae747783b5869b5d7276361f132
-DIST Catch-2.0.0-develop.6.tar.gz 395416 BLAKE2B 
e936749c51d8fb679895686c32953001d6ea0acc37ec45230e62975db617288181a79fa66c5dc86c8c337ce29dd3b0931990324edcf5cf5a05bdd8e1f7adaf66
 SHA512 
079172f063da06453d434d1b74b9a4ffeb45b40c90657ea410d6695756f23c581b1d574a88ab6537082df4e6e703e7bc9ce9084653abdc2a7033018e65a1bf5e
 DIST Catch2-2.0.1.tar.gz 397154 BLAKE2B 
e41cb3afb706ebed5742b2639cbba9a3468b6325788c6928f8c4e307cd0b11a5fda6aa91def709536ec56412010c086558f1cb270630372ba3275bd36fbf
 SHA512 
df6dc480aa208c6c39c8b36d06295883345f925b7ec579e9f0f7a68c816b90dbc3c2ece32926a6458646f7412027212f1b4c3cb28f217f411d3a56580f6edc32

diff --git a/dev-cpp/catch/catch-1.10.0.ebuild 
b/dev-cpp/catch/catch-1.10.0.ebuild
deleted file mode 100644
index dd8e74f2615..000
--- a/dev-cpp/catch/catch-1.10.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/philsquared/Catch;
-SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> 
${P^}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P^}
-
-# CMake is only used to build & run tests, so override phases
-src_configure() { :; }
-src_compile() { :; }
-
-src_test() {
-   cmake-utils_src_configure
-   cmake-utils_src_compile
-   cmake-utils_src_test
-}
-
-src_install() {
-   # same location as used in fedora
-   insinto /usr/include/catch
-   doins -r include/.
-   dodoc -r docs/.
-}

diff --git a/dev-cpp/catch/catch-2.0.0_pre6.ebuild 
b/dev-cpp/catch/catch-2.0.0_pre6.ebuild
deleted file mode 100644
index 827ac8458ed..000
--- a/dev-cpp/catch/catch-2.0.0_pre6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PV=${PV/_pre/-develop.}
-MY_P=${PN^}-${MY_PV}
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/philsquared/Catch;
-SRC_URI="https://github.com/philsquared/Catch/archive/V${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-# CMake is only used to build & run tests, so override phases
-src_configure() { :; }
-src_compile() { :; }
-
-src_test() {
-   cmake-utils_src_configure
-   cmake-utils_src_compile
-   cmake-utils_src_test
-}
-
-src_install() {
-   # same location as used in fedora
-   insinto /usr/include/catch
-   doins -r include/.
-   dodoc -r docs/.
-}



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

2018-01-01 Thread Michał Górny
commit: 0b508fa90009de47fb16eebf5f8ca8158b12f70e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:10:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b508fa9

net-misc/npapi-sdk: Clean old up

 net-misc/npapi-sdk/Manifest  |  1 -
 net-misc/npapi-sdk/npapi-sdk-0.27.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/net-misc/npapi-sdk/Manifest b/net-misc/npapi-sdk/Manifest
index d6afd12db0f..376cdefa189 100644
--- a/net-misc/npapi-sdk/Manifest
+++ b/net-misc/npapi-sdk/Manifest
@@ -1,2 +1 @@
 DIST npapi-sdk-0.27.2.tar.bz2 65811 BLAKE2B 
7f746f077bb87ef8de31499cc3ba0f0c15197ebd9da7891096ecb368d66ca2a7a54fc2b27e7ecc78e942c74e1623b09ca1d39df8f4fbb0843a5cc0ab98b9caa9
 SHA512 
827d52fbc8eb601ac0e486aed267b1ca6cb8732c92f1224f4b38e039288b77d07d47c5d4cf384a3114403b85e7f086f345912f1b20b41d27785c9bb367514842
-DIST npapi-sdk-0.27.tar.bz2 64040 BLAKE2B 
bfdc271c5968692bc32ea6bfc1db99a9ff8186b572c881ee4b7caf90cc964cb04d5a280495c11ea6b0e9dc957e9a7636609257ad32db7abf7f307c16057d37df
 SHA512 
12e28c354cca36a15578cd507d78644e016dff03e4940140d11ecb598a89464898e8be9fb17e7e86a696906fe9992f3c55da18c41dd1b0b8d33cb049e2056607

diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild 
b/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild
deleted file mode 100644
index f6975d378fc..000
--- a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools-utils
-
-DESCRIPTION="NPAPI headers bundle"
-HOMEPAGE="https://bitbucket.org/mgorny/npapi-sdk/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="virtual/pkgconfig"



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

2018-01-01 Thread Michał Górny
commit: e5a20e46e5b0762e1b9a10ffdf04ad0de2949c98
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:08:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a20e46

net-libs/libssh2: Clean old up

 net-libs/libssh2/libssh2-1.8.0.ebuild | 48 ---
 1 file changed, 48 deletions(-)

diff --git a/net-libs/libssh2/libssh2-1.8.0.ebuild 
b/net-libs/libssh2/libssh2-1.8.0.ebuild
deleted file mode 100644
index 3cc10e06541..000
--- a/net-libs/libssh2/libssh2-1.8.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-inherit autotools-multilib
-
-DESCRIPTION="Library implementing the SSH2 protocol"
-HOMEPAGE="http://www.libssh2.org/;
-SRC_URI="http://www.${PN}.org/download/${P}.tar.gz;
-
-LICENSE="BSD"
-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-solaris"
-IUSE="gcrypt libressl static-libs test zlib"
-
-DEPEND="
-   !gcrypt? (
-   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] 
)
-   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
-   )
-   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-DOCS=( NEWS README )
-
-PATCHES=( "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch )
-
-src_prepare() {
-   sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die
-   autotools-multilib_src_prepare
-}
-
-multilib_src_configure() {
-   # Disable tests that require extra permissions (bug #19)
-   use test && local -x ac_cv_path_SSHD=
-
-   local myeconfargs=(
-   $(use_with zlib libz)
-   $(usex gcrypt --with-libgcrypt --with-openssl)
-   )
-   autotools-utils_src_configure
-}



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

2018-01-01 Thread Michał Górny
commit: a90c2cff56810e881238bc6f44d96485982dc1e1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:07:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90c2cff

dev-util/shadowman: Clean old up

 dev-util/shadowman/Manifest   |  1 -
 dev-util/shadowman/shadowman-1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest
index 7db3bd33ba2..cf6794e59dd 100644
--- a/dev-util/shadowman/Manifest
+++ b/dev-util/shadowman/Manifest
@@ -1,2 +1 @@
-DIST shadowman-1.tar.gz 3337 BLAKE2B 
6253bbdef18f3b48adfc04553b08d63b81fadb531ab3feedd328a4d084e57837af11fa18feec3f9acbc9d11833aed481b175cfce6897fe4d7607a73e5a85df62
 SHA512 
9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2
 DIST shadowman-2.tar.gz 3349 BLAKE2B 
2881c0487205c00114967be7600ef5483cc64c7ad5ed5cac60fe8bf2ca17e5b06d5df6e39148d90ff68a51d3e918ca616d0c5eedf11366df90c788a07e4c63b0
 SHA512 
eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110

diff --git a/dev-util/shadowman/shadowman-1.ebuild 
b/dev-util/shadowman/shadowman-1.ebuild
deleted file mode 100644
index df3f6d1f3b8..000
--- a/dev-util/shadowman/shadowman-1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unified compiler shadow link directory updater"
-HOMEPAGE="https://github.com/mgorny/shadowman;
-SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-admin/eselect"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   # tool modules are split into their respective packages
-   emake DESTDIR="${ED}" install \
-   INSTALL_MODULES_TOOL=""
-   keepdir /usr/share/shadowman/tools
-}



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

2018-01-01 Thread Michał Górny
commit: 5d0dae6de716d24db20b323b2f54ad60a6adfd5b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:03:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0dae6d

dev-libs/libgit2-glib: Clean old up

 dev-libs/libgit2-glib/Manifest |  1 -
 .../libgit2-glib/libgit2-glib-0.26.0-r1.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest
index b392b1c8eb3..ce4954ef8e2 100644
--- a/dev-libs/libgit2-glib/Manifest
+++ b/dev-libs/libgit2-glib/Manifest
@@ -1,4 +1,3 @@
 DIST libgit2-glib-0.24.4.tar.xz 458360 BLAKE2B 
2a4202939ac6442c2119e102cc160981caa15abe4151bddd772f297c75a62d9f020701f69943023d81a7f7d2e659d670be31582c06035655b93285c9bff673f5
 SHA512 
55874f77ded1474eab6f84d3426c8cddd56a42b04b8b3e50e4294f396b8c10025a38bc925c0b74ba3e52022c696f07e7f69b75c443bbd0af0f9e0769b7c4555f
 DIST libgit2-glib-0.25.0.tar.xz 420500 BLAKE2B 
7522417cd9f5249e108c39c3bef820f19a806891dfe81ffd1851b1544f224d943b3bf96e8e824f852bdd181f60581879f84d48a2603263445c122de6cd393140
 SHA512 
f265d5da4bba28de2aa7254d36fa596b9e348c6543cd559cbb9c1f9610d4b63af00c82fb4138f345e15109503e0d61101d3344c68539348cb268403387a4418e
-DIST libgit2-glib-0.26.0.tar.xz 420404 BLAKE2B 
366da25b507838366bbe7bb86ffde77e1261b69ae198faf15c72008e70e50cbec49dbe891a6c4f83f6eadd81aa596f907d916eeaabeaf5f18b722df9c792fdf4
 SHA512 
322f99b6273f0e56fcccdccd3b1193e1b62ca9dd495144e7c5fc59520dd693b1ceea4bab7335de1201ab09ecd7e146daa86afd9256d16649c144adb0b6de97c6
 DIST libgit2-glib-0.26.2.tar.xz 421956 BLAKE2B 
d38698f00d85b484d17078e78ad051a4c068b87df73fcf4d7b852dc6966628580cc4e5b3899a6edd5dc29fb47ef97ebe2c458992701b7642549f3e411d917dc5
 SHA512 
35fb3ec7a3757212f53cc884760f69725beff8462018b8e716fad389ba57d1acba99ece0fcd148ff40dc63e1fc7e7d566fe84759bd88d3a0ff9fdf970b0a5563

diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
deleted file mode 100644
index 2a3ed8af6ae..000
--- a/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 python-r1 vala
-
-DESCRIPTION="Git library for GLib"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="python +ssh +vala"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
-# of changing their API in each release in ways that break libgit2-glib
-RDEPEND="
-   >=dev-libs/gobject-introspection-0.10.1:=
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/libgit2-0.26.0:0/26[ssh?]
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.11
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable python) \
-   $(use_enable ssh) \
-   $(use_enable vala)
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use python ; then
-   install_gi_override() {
-   python_moduleinto "$(python_get_sitedir)/gi/overrides"
-   python_domodule "${S}"/${PN}/Ggit.py
-   }
-   python_foreach_impl install_gi_override
-   fi
-}



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

2018-01-01 Thread Michał Górny
commit: 9f29990408e932c81be16145ea5276ed514b82c9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:06:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f299904

dev-util/abi-dumper: Clean old up

 dev-util/abi-dumper/Manifest  |  2 --
 dev-util/abi-dumper/abi-dumper-0.99.15.ebuild | 27 ---
 dev-util/abi-dumper/abi-dumper-0.99.19.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest
index e3f95b803c3..16c2e4bf8e4 100644
--- a/dev-util/abi-dumper/Manifest
+++ b/dev-util/abi-dumper/Manifest
@@ -1,3 +1 @@
-DIST abi-dumper-0.99.15.tar.gz 40265 BLAKE2B 
f890ede6fff57ba69155aa8d44021789730c40fa446d533e015e0d88f334388a8c76fa622a67da609a153da13c34833aaf725ed3acb92b5ed9b845f1804993d1
 SHA512 
695462c8972e7f5abcf3415652ef6bb52d9770ae5fc21aceb44b0eaadc087f23d6c1cd92d6e29961141cfa863b0bad7944cee826df2aa8c83f3be7e42d098e61
-DIST abi-dumper-0.99.19.tar.gz 44380 BLAKE2B 
2fb98ae3e7d41afc0bf9a3a949cc9c26d0920caf3e6e715b73f68c710c39964e6935e03e03a7d2cca93e7696a666a1bd6ee8f7903f7f620f8818aceca0b99817
 SHA512 
4afbaf1b15e61d67f25849ace34074fb21f09165cef04f2a554c8d0c6930912cd890384ce3949f6aeee60cddf6b100b5bbc34f8b21f1e5d611fb31c06849040b
 DIST abi-dumper-1.1.tar.gz 49012 BLAKE2B 
ec86c073bccef5022376acf10b7e0b13d34bac8394277ae53c5ea9b981c4008c5895d3137e3ca0a5cfd64f2d2425cb13a0912f6dada048adfa290dd144ab58ed
 SHA512 
28b791de74dafd0b3d78314c1c722d03bfeb0daa5cb702def9268e4c64f49c79b4fd92d4adf89a20f79c745ef70bc18d2b1143fbe0c7ad192b2f64cb1551b371

diff --git a/dev-util/abi-dumper/abi-dumper-0.99.15.ebuild 
b/dev-util/abi-dumper/abi-dumper-0.99.15.ebuild
deleted file mode 100644
index 1a4ff5dc50a..000
--- a/dev-util/abi-dumper/abi-dumper-0.99.15.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info"
-HOMEPAGE="https://github.com/lvc/abi-dumper;
-SRC_URI="https://github.com/lvc/abi-dumper/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-   dev-libs/elfutils
-   dev-util/vtable-dumper"
-
-src_compile() {
-   :
-}
-
-src_install() {
-   dodir /usr
-   perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || 
die
-   einstalldocs
-}

diff --git a/dev-util/abi-dumper/abi-dumper-0.99.19.ebuild 
b/dev-util/abi-dumper/abi-dumper-0.99.19.ebuild
deleted file mode 100644
index 1a4ff5dc50a..000
--- a/dev-util/abi-dumper/abi-dumper-0.99.19.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info"
-HOMEPAGE="https://github.com/lvc/abi-dumper;
-SRC_URI="https://github.com/lvc/abi-dumper/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-   dev-libs/elfutils
-   dev-util/vtable-dumper"
-
-src_compile() {
-   :
-}
-
-src_install() {
-   dodir /usr
-   perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || 
die
-   einstalldocs
-}



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

2018-01-01 Thread Michał Górny
commit: e6740e7bee8aa3af94def061b3ba234171a8ef27
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:08:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6740e7b

media-video/bashnapi: Clean old up

 media-video/bashnapi/Manifest  |  1 -
 media-video/bashnapi/bashnapi-1.1.5.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/media-video/bashnapi/Manifest b/media-video/bashnapi/Manifest
index befd0881bfb..a62bcd76beb 100644
--- a/media-video/bashnapi/Manifest
+++ b/media-video/bashnapi/Manifest
@@ -1,2 +1 @@
 DIST bashnapi_v1.3.5.tar.gz 98580 BLAKE2B 
4a7b42f91c14c7dc24cbf14535700a778d915db0dec31206cd7bb91519f33aa4eedced56aa4efa136e3eef23f6674d1a7dafe6c63686aca4dccf076952da762d
 SHA512 
7cf5abb009021a43261be863f320d6324b02ea25f1388c7cc99a4f695a3eb987971ada172f74d21e3a44deeec35e48c4424fa378de53749f994b6c0d0f76eec8
-DIST napi_v1.1.5_subotage_0.15.tgz 38080 BLAKE2B 
b8e15a91ebc026a74fb90d8ed81d8d0b1c9de31b4ab24a276258c05c844137a85afa7840b88abd5a52ff017e4792587919526c773987865a91b2e9f8dd9be09d
 SHA512 
a8f2b79a3d0767c99af448e7ec9fb8d9b2048876f966ab7ef07c17b7935066387dd20e9535f43947266810d66d28e5e2d02cffc5f033c65112c10744506e86f5

diff --git a/media-video/bashnapi/bashnapi-1.1.5.ebuild 
b/media-video/bashnapi/bashnapi-1.1.5.ebuild
deleted file mode 100644
index d4e2ad65a1a..000
--- a/media-video/bashnapi/bashnapi-1.1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SUB_VER=0.15
-MY_TAR=napi_v${PV}_subotage_${SUB_VER}
-
-DESCRIPTION="Napiprojekt.pl subtitle downloader in bash"
-HOMEPAGE="https://sourceforge.net/projects/bashnapi/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_TAR}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/napi
-
-src_install() {
-   default # for docs
-
-   dobin napi.sh
-}
-
-pkg_postinst() {
-   elog "Optional runtime dependencies:"
-   elog
-   elog "   \033[1mmedia-video/subotage\033[0m for subtitle format 
conversion"
-   elog
-   elog "   \033[1mmedia-video/mediainfo\033[0m"
-   elog "or \033[1mmedia-video/mplayer\033[0m for FPS detection (for 
conversion)"
-}



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

2018-01-01 Thread Michał Górny
commit: 432dd627ca2ea22e15fed71b177ef6c57173e305
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:04:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432dd627

dev-python/pyblake2: Clean old up

 dev-python/pyblake2/Manifest  |  1 -
 dev-python/pyblake2/pyblake2-1.0.1.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/pyblake2/Manifest b/dev-python/pyblake2/Manifest
index fc28c70727e..a4ccf78d2fb 100644
--- a/dev-python/pyblake2/Manifest
+++ b/dev-python/pyblake2/Manifest
@@ -1,3 +1,2 @@
 DIST pyblake2-0.9.3.tar.gz 130641 BLAKE2B 
5165f104b5d6bc10bf8b72177b4ad08db55e1a92ad1f04efae2c3d73b6f3f52a0962cfb23832a5f5c1ed9d75c7c3a04be9c37643e381abfc7a2f843fefb43151
 SHA512 
6336a7f7e79bd3e6ff7f8ff4d279ae170e86f1464b9fa9e7ea7f0dbbac6fcc044caf225111e065f9cd9cdeea0f81fae8d373e1f65be3e418929f53fad063205e
-DIST pyblake2-1.0.1.tar.gz 128037 BLAKE2B 
cdee6ea650b152ba8d41698b6c08e95a33b4ccf209df3829038f39845a8734f31810e5362b41519ce4196edc2daeea8656e7df414fb06dc52afdfea01f1f689b
 SHA512 
66311aa1cd60942d395c1cd8b996f66f1cb2380f36be471244152a885cee115a8e341a34309520d8b1254eb30d5e1b39b83f89d7eace9353c8ee9e919f4a3881
 DIST pyblake2-1.1.0.tar.gz 125855 BLAKE2B 
46af4c24882040bbdd221f90e06652918798e4555c0a7307a596ca4c9ed3147f00297269a44d174782c2b0402eac03ecf5387b1c5a16efb57d036730b58b2630
 SHA512 
e13c7e4f3a35155cbf531e337895349ec01f0ac36908a4e746cecec063601adfc8a73a7961a9c310d01d3231f44f08d2cc92e891e9cb87659bc7170b9fee6102

diff --git a/dev-python/pyblake2/pyblake2-1.0.1.ebuild 
b/dev-python/pyblake2/pyblake2-1.0.1.ebuild
deleted file mode 100644
index 6fa0b27728e..000
--- a/dev-python/pyblake2/pyblake2-1.0.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 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} pypy )
-inherit distutils-r1 flag-o-matic toolchain-funcs
-
-DESCRIPTION="BLAKE2 hash function extension module"
-HOMEPAGE="https://github.com/dchest/pyblake2 
https://pypi.python.org/pypi/pyblake2;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-# pyblake2 itself allows more licenses but blake2 allows the following three
-LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-blake2_impl() {
-   local code='
-#if defined(__XOP__)
-   HAVE_XOP
-#elif defined(__AVX__)
-   HAVE_AVX
-#elif defined(__SSSE3__)
-   HAVE_SSSE3
-#elif defined(__SSE2__)
-   HAVE_SSE2
-#endif
-'
-   local res=$($(tc-getCC) -E -P ${CFLAGS} - <<<"${code}")
-
-   case ${res} in
-   *HAVE_XOP*)echo XOP;;
-   # this does not actually do anything but implicitly enabled 
SSE4.1...
-   *HAVE_AVX*)echo AVX;;
-   *HAVE_SSSE3*)  echo SSSE3;;
-   # note: SSE2 is 2.5x slower than pure REGS, so we ignore it
-   #*HAVE_SSE2*)  echo SSE2;;
-   *) echo REGS;;
-   esac
-}
-
-python_prepare_all() {
-   # uncomment the implementation of choice
-   sed -i -e "/BLAKE2_COMPRESS_$(blake2_impl)/s:^#::" setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"
-}



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

2018-01-01 Thread Michał Górny
commit: 3bd3330fc83b5d72f5cffe1e8d9639f1821dc4d8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:09:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd3330f

net-misc/miniupnpd: Clean old up

 net-misc/miniupnpd/Manifest  |  1 -
 net-misc/miniupnpd/miniupnpd-2.0.20161216.ebuild | 62 
 2 files changed, 63 deletions(-)

diff --git a/net-misc/miniupnpd/Manifest b/net-misc/miniupnpd/Manifest
index affa5b2c967..61f1ab2d750 100644
--- a/net-misc/miniupnpd/Manifest
+++ b/net-misc/miniupnpd/Manifest
@@ -1,2 +1 @@
-DIST miniupnpd-2.0.20161216.tar.gz 218119 BLAKE2B 
9d09f4d2b19c4f808bf527c90a73739baa0eac924f461f6cbbf20866ee851f85248efa920bd6a770173d4a3a8f9e8d771ffacdb17aa684d329295502278f7963
 SHA512 
af82f060d28033dd670fcc96c8e2895f92d249a8a79d991e0215159eeb57715d7a9152d7d751b836091f7a623ce8a194ea243d1a2fb639349e320c02ce187c27
 DIST miniupnpd-2.0.20171212.tar.gz 222617 BLAKE2B 
6ac33048b18d9f8aeb5103f57c9982fec956a61155f8592118c38dea70801597d9e867690ef2f1cdfaf848a25d7ddb4891b3ebf37cd391b33518d6b02e6f9b4a
 SHA512 
3ab81c840953736c662bcb6f074421052a846c7827768acd7a961a23906b9e3d3389f5b593fb6f8011c8e717dae6cd3907b6d34e7904d560378671a7fc1dd3b2

diff --git a/net-misc/miniupnpd/miniupnpd-2.0.20161216.ebuild 
b/net-misc/miniupnpd/miniupnpd-2.0.20161216.ebuild
deleted file mode 100644
index cbdc231611f..000
--- a/net-misc/miniupnpd/miniupnpd-2.0.20161216.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="MiniUPnP IGD Daemon"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+leasefile igd2 ipv6 pcp-peer portinuse strict"
-
-RDEPEND=">=net-firewall/iptables-1.4.6:0=[ipv6?]
-   net-libs/libnfnetlink:=
-   net-libs/libmnl:=
-   dev-libs/gmp:0=
-   sys-apps/util-linux
-   dev-libs/openssl:0="
-DEPEND="${RDEPEND}
-   sys-apps/lsb-release"
-
-src_prepare() {
-   default
-   mv Makefile.linux Makefile || die
-}
-
-src_configure() {
-   local -a opts
-   opts=(
-   --vendorcfg
-   $(use igd2 && printf -- '--igd2\n')
-   $(use ipv6 && printf -- '--ipv6\n')
-   $(use leasefile && printf -- '--leasefile\n')
-   $(use portinuse && printf -- '--portinuse\n')
-   $(use pcp-peer && printf -- '--pcp-peer\n')
-   $(use strict && printf -- '--strict\n')
-   )
-
-   emake CONFIG_OPTIONS="${opts[*]}" config.h
-}
-
-src_compile() {
-   # By default, it builds a bunch of unittests that are missing wrapper
-   # scripts in the tarball
-   emake CC="$(tc-getCC)" STRIP=true miniupnpd
-}
-
-src_install() {
-   emake PREFIX="${ED}" STRIP=true install
-
-   newinitd "${FILESDIR}"/${PN}-init.d-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}-conf.d-r1 ${PN}
-}
-
-pkg_postinst() {
-   elog "Please correct the external interface in the top of the two"
-   elog "scripts in /etc/miniupnpd and edit the config file in there too"
-}



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

2018-01-01 Thread Michał Górny
commit: 253e066472497d0e91d664e1e956bc4a573b0779
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:02:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253e0664

dev-libs/jsoncpp: Clean old up

 dev-libs/jsoncpp/Manifest |  1 -
 dev-libs/jsoncpp/jsoncpp-1.8.3.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest
index d01d9fbd106..dd2b0ca606a 100644
--- a/dev-libs/jsoncpp/Manifest
+++ b/dev-libs/jsoncpp/Manifest
@@ -1,5 +1,4 @@
 DIST jsoncpp-0.10.2.tar.gz 197188 BLAKE2B 
eeca1bbccab98f9da0d1158d19cab0079b9a025ea53494795531de53206256d083703e2d1f0ab68e68f5f6f7427a28b3ffe04078a9fb26a775fd086783e2997f
 SHA512 
8e451e3ba37094445ab098d5b9f7236ac84e2f15d98e2039c565e609b757c2383e91850bd86aca507ca5cd2f733fedc484bb7760e7fe9bace71d97ae0d2e
 DIST jsoncpp-0.10.6.tar.gz 200213 BLAKE2B 
3b643a4c672c150ab235473010894674d1577b33b23dbe3cb1e951ddfb5ed59574ddca750f38278afbcf74de44c62d09888ee61e0e756b2a406fe663292a3d7d
 SHA512 
9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa
 DIST jsoncpp-1.8.1.tar.gz 210629 BLAKE2B 
5f9a7f51b463784c5a74a78b7189800a37797f233b1d5a66d34edc0689c77a2b96b230c0ed4dfc749401087c551dd5659a6d152e09342ca92250ce9ea91a293e
 SHA512 
4203826fca4c366b51d28ffc928399c914ffaba8be1cada64ff118b5742e6b469d3fc3e59344587d851447857b479794c5697d4fd11a9a55b32a3a7a801b745b
-DIST jsoncpp-1.8.3.tar.gz 199061 BLAKE2B 
c56d0ee987185817ef92a3b9e5c7350943375aadb960ce0c6bdfa993febf8f1976f5a848c5fc8e6204c2e7f3789dca56071260d33ad3db9e62fe1334329d0fa9
 SHA512 
a5170ccbc440c1bd2b365e34f7367a55731d4fa86b2d323d11431cead771127364bad9d8e2e59dcbe41bc111d11a5da94988dec5e40b9119f793f43e487d7429
 DIST jsoncpp-1.8.4.tar.gz 200226 BLAKE2B 
bbfa8cf7b6cfa6af34762b54de2da0e919849c65b1093b29f7a7ac437524d8b3cf07b42926b250489e9a289105df971fad798f3e73f908fac3e2f52a4e5467b3
 SHA512 
f70361a3263dd8b9441374a9a409462be1426c0d6587c865171a80448ab73b3f69de2b4d70d2f0c541764e1e6727dd53178347901f625ec6fb54fb94f4f1

diff --git a/dev-libs/jsoncpp/jsoncpp-1.8.3.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.8.3.ebuild
deleted file mode 100644
index 96aefaacbe7..000
--- a/dev-libs/jsoncpp/jsoncpp-1.8.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="C++ JSON reader and writer"
-HOMEPAGE="https://github.com/open-source-parsers/jsoncpp;
-SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( public-domain MIT )"
-SLOT="0/19"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-   doc? (
-   app-doc/doxygen
-   ${PYTHON_DEPS}
-   )
-   test? (
-   ${PYTHON_DEPS}
-   )"
-RDEPEND=""
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-   if use doc || use test; then
-   python-any-r1_pkg_setup
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DJSONCPP_WITH_TESTS=$(usex test)
-   -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-   -DJSONCPP_WITH_CMAKE_PACKAGE=ON
-
-   -DBUILD_SHARED_LIBS=ON
-   -DBUILD_STATIC_LIBS=OFF
-
-   # Follow Debian, Ubuntu, Arch convention for headers location
-   # bug #452234
-   -DCMAKE_INSTALL_INCLUDEDIR=include/jsoncpp
-
-   # Disable implicit ccache use
-   -DCCACHE_FOUND=OFF
-   )
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   if use doc; then
-   "${EPYTHON}" doxybuild.py 
--doxygen="${EPREFIX}"/usr/bin/doxygen || die
-   HTML_DOCS=( dist/doxygen/jsoncpp*/. )
-   fi
-}
-
-src_test() {
-   cmake-utils_src_make jsoncpp_check
-}



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

2018-01-01 Thread Michał Górny
commit: 51e56b5d00203df37d5d8dbfe244cdc35402bf61
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 22:14:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 06:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e56b5d

sys-fs/duperemove: Clean old up

 sys-fs/duperemove/Manifest |  5 -
 sys-fs/duperemove/duperemove-0.09.1.ebuild | 25 -
 sys-fs/duperemove/duperemove-0.09.2.ebuild | 35 --
 sys-fs/duperemove/duperemove-0.09.3.ebuild | 30 -
 sys-fs/duperemove/duperemove-0.09.4.ebuild | 30 -
 sys-fs/duperemove/duperemove-0.09.5.ebuild | 30 -
 6 files changed, 155 deletions(-)

diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest
index 385b04a7dc3..ce2748b1020 100644
--- a/sys-fs/duperemove/Manifest
+++ b/sys-fs/duperemove/Manifest
@@ -1,7 +1,2 @@
-DIST duperemove-0.09.1.tar.gz 54978 BLAKE2B 
b1575dbd2720f4001f2a1f53637f171063b0195b2c7cc4c01597948e447991d3a13079d54f7a1133ac1a937a5ce82e14a3724909aa820da8ea06a4e78dcf8055
 SHA512 
49de99b64c8b0a71a47474480f33b07f2e6602c355621a9d0c6c92a3b7c2f2f5e6c03abc4e2459a1b96fa9543767c0abe48c5c63daf53962a3033a3b1984a037
-DIST duperemove-0.09.2.tar.gz 55715 BLAKE2B 
32232e9da10dd41dcc9bbabe8ddc0d147525310feabe362592ad2b2ad16c25b66110ab73d0d7fcb779fb2d27d3222b3fda0f89a438989ff3c67354a59b8fd0d1
 SHA512 
acc1c16ed3faf08e54d4adfcc9f852d2c967981bc461ab45b0673f46f2e86109020d56e641da9764d46f2cc53cbcad5d2aa014357a819ae170375d784b2c08c5
-DIST duperemove-0.09.3.tar.gz 55722 BLAKE2B 
fde83eb04fd531ac01d48bee2945fec73004b716cbbdcdb34047286daab3fe0f07d9941d4792f5c67a92407ac3688df21d0dce8e18e43690d1faf70c4225b090
 SHA512 
fe2a19088ec9ac3dda35da8b9580ddcc1c3b49e60824f2c1bbf8c013756c060b4c9663d1977bb6622c4de19754fd4a1011cc09ef3c785c2b4b218e0c9fb15b87
-DIST duperemove-0.09.4.tar.gz 55725 BLAKE2B 
92b91cd650be46da61b55c0b43e11f26f4861ef13f8703c3246b9610c66235effd05199740104f1903a237beaf5b726415fb72e4a49adbd696563b9db3d41d56
 SHA512 
dff728a34bdf8df71aa13b7f9c8ffae8ce643337f4dafacb3ceeb778d326b1885f63ae03215c6d714c4fcd7b2f26b03e47d7ad3a42eca3f2d5de5b596b653bf1
-DIST duperemove-0.09.5.tar.gz 56175 BLAKE2B 
0805503720434193e7929d8fa74283db459949648e9df1ddfeb7aead6ecf28f86f0e550a415173daaea0b73d8bc7c1a19394941344ca52d9f5e1e0ba1f43047d
 SHA512 
27d9ab7d5567de8393197cf5bc977db1f64b7405fd848e1ca5aaa5ca7a3057fa06b61b161d0dfc45e0c5ebcc2406218d9a834db519c7ca348cdc7a0fe2f2
 DIST duperemove-0.10.tar.gz 95656 BLAKE2B 
d52916f21f48a929db98a4cb132b41030b4f8b884851242690aad8b0b4faef12bb176aee51bb16cab940495d033b2467e0572e0b54d9533c920b8da4d3a1f719
 SHA512 
11bb1a9937b9ca7969b9176bb4cfc8fff91c257a8645baa0ca0ec6b634ae3c464712414f856d5a75ed16c6d13f0ae85ac3584df1f474575a975cb20ae0d7a9f1
 DIST duperemove-0.11.beta4.tar.gz 114532 BLAKE2B 
76301204c87c0978421ede7652dbb9cbc273f5ef4a99c709517b1421ec7bb94bafed9465a744c9a42c74c6ee936de1a1e5510a58ed36c7ec783436cefeacec69
 SHA512 
e3879f558026a11d34c996243eeeab267bebec508a0bafa76ad563fe81c3bf911650745f27bd449c4d788c302b08324bb780e4d86dc5996678e06a1df233a286

diff --git a/sys-fs/duperemove/duperemove-0.09.1.ebuild 
b/sys-fs/duperemove/duperemove-0.09.1.ebuild
deleted file mode 100644
index aea32e31e00..000
--- a/sys-fs/duperemove/duperemove-0.09.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-DESCRIPTION="Btrfs deduplication utility."
-
-HOMEPAGE="https://github.com/markfasheh/duperemove;
-
-SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-DEPEND="dev-libs/glib:2="
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-}

diff --git a/sys-fs/duperemove/duperemove-0.09.2.ebuild 
b/sys-fs/duperemove/duperemove-0.09.2.ebuild
deleted file mode 100644
index 36b1db08909..000
--- a/sys-fs/duperemove/duperemove-0.09.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Btrfs deduplication utility"
-HOMEPAGE="https://github.com/markfasheh/duperemove;
-SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2=
-   dev-libs/libgcrypt:0="
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   # 
https://github.com/markfasheh/duperemove/issues/53#issuecomment-89796552
-   sed -i -e '/glib2_mutex_unlock/s:mutex_lock:mutex_unlock:' duperemove.c 
|| die
-}
-
-src_compile() {
-   # CC & CFLAGS are set via = so need to override them
-   # LIBRARY_FLAGS are set via += so need to pass them via env
-   export 

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

2018-01-01 Thread Andrey Grozin
commit: 694c419b615baf24dab3dd53b66609bed7cc4618
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Jan  2 06:09:27 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Jan  2 06:09:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694c419b

app-text/fbreader: remove Qt4-based version

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/fbreader/fbreader-0.99.4-r2.ebuild | 88 -
 1 file changed, 88 deletions(-)

diff --git a/app-text/fbreader/fbreader-0.99.4-r2.ebuild 
b/app-text/fbreader/fbreader-0.99.4-r2.ebuild
deleted file mode 100644
index 347957b5302..000
--- a/app-text/fbreader/fbreader-0.99.4-r2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-DESCRIPTION="E-Book Reader. Supports many e-book formats"
-HOMEPAGE="http://www.fbreader.org/;
-SRC_URI="http://www.fbreader.org/files/desktop/${PN}-sources-${PV}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="debug"
-
-RDEPEND="
-   app-arch/bzip2
-   dev-libs/expat
-   dev-libs/liblinebreak
-   dev-libs/fribidi
-   dev-db/sqlite
-   net-misc/curl
-   sys-libs/zlib
-   dev-qt/qtcore:4[ssl]
-   dev-qt/qtgui:4
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Still use linebreak instead of new unibreak
-   sed -e "s:-lunibreak:-llinebreak:" \
-   -i makefiles/config.mk zlibrary/text/Makefile || die "fixing 
libunibreak failed"
-
-   # Let portage decide about the compiler
-   sed -e "/^CC = /d" \
-   -i makefiles/arch/desktop.mk || die "removing CC line failed"
-
-   # let portage strip the binary
-   sed -e '/@strip/d' \
-   -i fbreader/desktop/Makefile || die
-
-   # Respect *FLAGS
-   sed -e "s/^CFLAGS = -pipe/CFLAGS +=/" \
-   -i makefiles/arch/desktop.mk || die "CFLAGS sed failed"
-   sed -e "/^  CFLAGS +=/ d" \
-   -i makefiles/config.mk || die "CFLAGS sed failed"
-   sed -e "/^  LDFLAGS += -s$/ d" \
-   -i makefiles/config.mk || die "sed failed"
-   sed -e "/^LDFLAGS =$/ d" \
-   -i makefiles/arch/desktop.mk || die "sed failed"
-
-   echo "TARGET_ARCH = desktop" > makefiles/target.mk
-   echo "LIBDIR = /usr/$(get_libdir)" >> makefiles/target.mk
-
-   echo "UI_TYPE = qt4" >> makefiles/target.mk
-   sed -e 's:MOC = moc-qt4:MOC = /usr/bin/moc:' \
-   -i makefiles/arch/desktop.mk || die "updating desktop.mk failed"
-
-   if use debug; then
-   echo "TARGET_STATUS = debug" >> makefiles/target.mk
-   else
-   echo "TARGET_STATUS = release" >> makefiles/target.mk
-   fi
-
-   # bug #452636
-   epatch "${FILESDIR}"/${P}.patch
-   # bug #515698
-   epatch "${FILESDIR}"/${P}-qreal-cast.patch
-   # bug #516794
-   epatch "${FILESDIR}"/${P}-mimetypes.patch
-   # bug #437262
-   epatch "${FILESDIR}"/${P}-ld-bfd.patch
-   # bug #592588
-   epatch "${FILESDIR}"/${P}-gcc6.patch
-}
-
-src_compile() {
-   # bug #484516
-   emake -j1
-}
-
-src_install() {
-   default
-   dosym FBReader /usr/bin/fbreader
-}



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

2018-01-01 Thread Mike Gilbert
commit: 82ed7a06c1dd76692ff05b54edc9fdbf712659a0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Dec 31 15:10:41 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  2 02:44:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ed7a06

tmpfiles.eclass: allow EAPI 5 usage

 eclass/tmpfiles.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index 6a461d4df85..74622578412 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -55,7 +55,7 @@ if [[ -z ${TMPFILES_ECLASS} ]]; then
 TMPFILES_ECLASS=1
 
 case "${EAPI}" in
-6) ;;
+5|6) ;;
 *) die "API is undefined for EAPI ${EAPI}" ;;
 esac
 



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

2018-01-01 Thread Mike Gilbert
commit: e5f430619b1dbdce1d9ba7836db55fee065798dd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Dec 31 15:18:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  2 02:48:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f43061

sys-apps/portage: exclude /var/tmp/ccache from tmpfiles cleanup

By default, systemd-tmpfiles removes files older than 30 days from /var/tmp.
The default portage config sets CCACHE_DIR=/var/tmp/ccache.

Bug: https://bugs.gentoo.org/490676#c14
Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

 sys-apps/portage/files/portage-ccache.conf   | 2 ++
 sys-apps/portage/{portage-2.3.19.ebuild => portage-2.3.19-r1.ebuild} | 4 +++-
 sys-apps/portage/portage-.ebuild | 4 +++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/files/portage-ccache.conf 
b/sys-apps/portage/files/portage-ccache.conf
new file mode 100644
index 000..37857fde319
--- /dev/null
+++ b/sys-apps/portage/files/portage-ccache.conf
@@ -0,0 +1,2 @@
+# Prevent ccache files from being cleaned
+x /var/tmp/ccache

diff --git a/sys-apps/portage/portage-2.3.19.ebuild 
b/sys-apps/portage/portage-2.3.19-r1.ebuild
similarity index 99%
rename from sys-apps/portage/portage-2.3.19.ebuild
rename to sys-apps/portage/portage-2.3.19-r1.ebuild
index b4f03d91d2d..1c78b4a699f 100644
--- a/sys-apps/portage/portage-2.3.19.ebuild
+++ b/sys-apps/portage/portage-2.3.19-r1.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1
+inherit distutils-r1 tmpfiles
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
@@ -203,6 +203,8 @@ python_install_all() {
esetup.py "${targets[@]}"
fi
 
+   dotmpfiles "${FILESDIR}"/portage-ccache.conf
+
# Due to distutils/python-exec limitations
# these must be installed to /usr/bin.
local sbin_relocations='archive-conf dispatch-conf emaint env-update 
etc-update fixpackages regenworld'

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index adb4f2b5bde..e025371418a 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 git-r3
+inherit distutils-r1 git-r3 tmpfiles
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
@@ -202,6 +202,8 @@ python_install_all() {
esetup.py "${targets[@]}"
fi
 
+   dotmpfiles "${FILESDIR}"/portage-ccache.conf
+
# Due to distutils/python-exec limitations
# they must be installed to /usr/bin.
local sbin_relocations='archive-conf dispatch-conf emaint env-update 
etc-update fixpackages regenworld'



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

2018-01-01 Thread Mike Gilbert
commit: cf0d5030678f66888119fd14adba0aaed24fdb0f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  2 02:04:06 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  2 02:04:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0d5030

sys-libs/libcap: declare BUILD_CC as local

This prevents multilib CFLAGS from spilling over. This should probably
be fixed in multilib.eclass eventually.

Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

 sys-libs/libcap/libcap-2.24-r2.ebuild | 5 +++--
 sys-libs/libcap/libcap-2.25.ebuild| 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libcap/libcap-2.24-r2.ebuild 
b/sys-libs/libcap/libcap-2.24-r2.ebuild
index 5575faa355c..56d79e96f0e 100644
--- a/sys-libs/libcap/libcap-2.24-r2.ebuild
+++ b/sys-libs/libcap/libcap-2.24-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="4"
@@ -47,8 +47,9 @@ multilib_src_configure() {
 }
 
 multilib_src_compile() {
-   tc-export_build_env BUILD_CC
tc-export AR CC RANLIB
+   local BUILD_CC
+   tc-export_build_env BUILD_CC
 
default
 }

diff --git a/sys-libs/libcap/libcap-2.25.ebuild 
b/sys-libs/libcap/libcap-2.25.ebuild
index feb60b9a4b6..81fb56032a2 100644
--- a/sys-libs/libcap/libcap-2.25.ebuild
+++ b/sys-libs/libcap/libcap-2.25.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
@@ -52,8 +52,9 @@ multilib_src_configure() {
 }
 
 multilib_src_compile() {
-   tc-export_build_env BUILD_CC
tc-export AR CC RANLIB
+   local BUILD_CC
+   tc-export_build_env BUILD_CC
 
default
 }



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

2018-01-01 Thread Zac Medico
commit: 12418e70be9a9a6a44216b1741a51dfa82a89b22
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan  2 01:45:58 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan  2 01:51:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12418e70

dev-util/bcc: version bump to 0.5.0_p20171230

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

 dev-util/bcc/Manifest   |  1 +
 dev-util/bcc/bcc-0.5.0_p20171230.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index 8346a7fbce5..c368c0136da 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1 +1,2 @@
 DIST bcc-0.5.0.tar.gz 1764775 BLAKE2B 
e1e059b83846115347f225e968edd2823408c26f4f25a89e26c663147ca9c379222c4f1d97578f7cf981fbbb23307deab408bcb278cb26fde5399afbbceb1e39
 SHA512 
12de5ef04185dccd0847fc97ae855b386e0c81b545ae497af797667925ebedf97164c17fb99468abae3f87fb3ddfdba5200070f80b3bbcad63c2355497012f0e
+DIST bcc-0.5.0_p20171230.tar.gz 1773522 BLAKE2B 
bc5ec32570cf230f071c10d2925a8c8a777c60c22d31bbf72f3cad1718e59dacd604e45a326ff2a941aa519a2b3544bc7376dd40ceafe154c497b488e0ec1b9b
 SHA512 
d8e810768b5801c0beef98a13ee23eb8aa756f7f8a3e35f6a391958e30affc5a8622a9b75c785f66d86761105045cb2b1c7ce284f3ac3b482a4605987bea9f30

diff --git a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild 
b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
new file mode 100644
index 000..5062f45dfd8
--- /dev/null
+++ b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
@@ -0,0 +1,51 @@
+# 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} )
+
+inherit cmake-utils linux-info python-single-r1 python-utils-r1
+
+DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
+HOMEPAGE="https://iovisor.github.io/bcc/;
+EGIT_COMMIT="82ef5a0d999b687d26059e5adfdaac3e605f2339"
+SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=dev-libs/elfutils-0.166:=
+   sys-devel/clang:=
+   >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
+
+pkg_pretend() {
+   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
+   ~BPF_JIT ~BPF_EVENTS"
+
+   check_extra_config
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DREVISION=${PV%%_*}
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   python_fix_shebang "${ED}"
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mastergear-bin/

2018-01-01 Thread Ulrich Müller
commit: 881609f444644f19c7554a7d660428519d31ac8a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan  2 00:43:23 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jan  2 01:19:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881609f4

games-emulation/mastergear-bin: Update Manifest hashes.

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

 games-emulation/mastergear-bin/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/mastergear-bin/Manifest 
b/games-emulation/mastergear-bin/Manifest
index e3f0f93617d..c098ae1329e 100644
--- a/games-emulation/mastergear-bin/Manifest
+++ b/games-emulation/mastergear-bin/Manifest
@@ -1 +1 @@
-DIST MG20-Linux-80x86-bin.tar.Z 160293 SHA256 
51f0af3e1c865abd2ab236e25ff7923851f22bd23a25481a1de1201adea10f5d SHA512 
378d12d0977d773bf3aab0a4f138ea13b8ceff4db198849b8447e35ff1c43f9a997d7ee9b3bd2515fa40d4e462ea4dde3c0c8ef52a3680c67ea88db98889b7b4
 WHIRLPOOL 
e8a08a7e8853fcffe5f3a5fb397c29b61292c6923538d9adba74c36ec5898959743c452e01510f3b6d90a0528ff24055cbe289c4a27ff964b2bc2bed157c1b30
+DIST MG20-Linux-80x86-bin.tar.Z 160293 BLAKE2B 
5c93ac1536855cc9446888d85dc06a3cf4066d8db089affc123ee495b2c0886c341ff4063e7239275e928b0ba386191cc529f75996950e54e042c1f532d82e1b
 SHA512 
378d12d0977d773bf3aab0a4f138ea13b8ceff4db198849b8447e35ff1c43f9a997d7ee9b3bd2515fa40d4e462ea4dde3c0c8ef52a3680c67ea88db98889b7b4



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-cm/

2018-01-01 Thread Ulrich Müller
commit: ec36d542b1b700aa20d2ce4dbd557be313d638ee
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan  2 00:59:49 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jan  2 01:19:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec36d542

games-fps/ut2003-bonuspack-cm: Update Manifest hashes.

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

 games-fps/ut2003-bonuspack-cm/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/ut2003-bonuspack-cm/Manifest 
b/games-fps/ut2003-bonuspack-cm/Manifest
index 5b2d72e2bcf..c79a67927b0 100644
--- a/games-fps/ut2003-bonuspack-cm/Manifest
+++ b/games-fps/ut2003-bonuspack-cm/Manifest
@@ -1 +1 @@
-DIST cbp2003.zip 149198671 SHA256 
fae9e78492cbf24102bba076225463b3bb8cd124a18e47162d429f77101836ba SHA512 
92e136c03f1385a28163718cc6ef1c36e46fbad14c74d0f266dfe3d9f4a5093e1bd02dde54e68f70539ba2c4ee163b1e886529f7e734059a85223ab6f853a474
 WHIRLPOOL 
f5ef466296413cc298d4a5b78826dba0b776f72476378dc449cc0a7f2b3d6e0224f2f7ae4f342a56189c1f7623f2e63633636162e56d0ca707face5d80796487
+DIST cbp2003.zip 149198671 BLAKE2B 
c5f7352b7fb1e0e6a18c99a6212cd5cb4e5e6144988534f91aed93bf33b031d437e86eebf239f0a49fa20b90ca0ded09e912a96b798bc855d527423f2a299ba7
 SHA512 
92e136c03f1385a28163718cc6ef1c36e46fbad14c74d0f266dfe3d9f4a5093e1bd02dde54e68f70539ba2c4ee163b1e886529f7e734059a85223ab6f853a474



[gentoo-commits] repo/gentoo:master commit in: games-emulation/xe/

2018-01-01 Thread Ulrich Müller
commit: 2f4a1ca46df2cde5014824828255a5ae4ec33212
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan  2 00:49:24 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jan  2 01:19:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4a1ca4

games-emulation/xe: Update Manifest hashes.

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

 games-emulation/xe/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/xe/Manifest b/games-emulation/xe/Manifest
index c9dab135cb2..f80d4034672 100644
--- a/games-emulation/xe/Manifest
+++ b/games-emulation/xe/Manifest
@@ -1,2 +1,2 @@
-DIST xe-x86-32-bin.2.16.2.tar.bz2 1610395 SHA256 
fff82a9e56d8f03d14395eeebb9306de7b3a03df6af12b0acc11b0206d1212f0 SHA512 
b73f79854f860f7e7060c8b09e0a038b787762d3bd440b5b2825b5a702e4f32c788b883012728813e0a9dcee779f8b98b807c8af3f655fea21bd0ed1383e361c
 WHIRLPOOL 
0c6c18c53105859ec44767cbc21fdf82e14ea4532fe26ecf9dec2acc6917af2baa80df7d8050ce9206ad189a2d8ac5cad1b17c7daa86d69ebcc04b4e83d1cabf
-DIST xe-x86-64-bin.2.16.2.tar.bz2 2141614 SHA256 
73a035c20b56fe197529aeb034ce3b81c680e184d0acca7d48df7fedbbafb103 SHA512 
cf8a4be4f169660138018631b4a2b6c1a42850c7fc08bd9bd184ab054bffc6fe00197baaf9628cce87608628bb33db0dabac97debd7c53466b086cf0805cc5d8
 WHIRLPOOL 
49a8f159e34bb3a2c4e44130f6b2c68e3dc681f8795f776c9323c0e2d21180fa490dc810abab327f5573c0cfd71307c1c4d16abaf0775795949c5af244b8831c
+DIST xe-x86-32-bin.2.16.2.tar.bz2 1610395 BLAKE2B 
37db06d73f5d6e3e6192e69bb2786b979e5cb74554fce3f89fd752dba76ea223d2a7a3e90950cc0d64d69e132d5bbd9f55816f93481d752aba79aa72e5ab1e97
 SHA512 
b73f79854f860f7e7060c8b09e0a038b787762d3bd440b5b2825b5a702e4f32c788b883012728813e0a9dcee779f8b98b807c8af3f655fea21bd0ed1383e361c
+DIST xe-x86-64-bin.2.16.2.tar.bz2 2141614 BLAKE2B 
cfa386cd1a0614d21f7f32af44fe13eeaf0b2b8f65c605961b2768087788a9e9b950955ec1853a0d3302326199217b180aa448669a31f662f05c8e867e018bdc
 SHA512 
cf8a4be4f169660138018631b4a2b6c1a42850c7fc08bd9bd184ab054bffc6fe00197baaf9628cce87608628bb33db0dabac97debd7c53466b086cf0805cc5d8



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych-demo/

2018-01-01 Thread Ulrich Müller
commit: 86f18197bd66b1725690d37cd15af4c17e0d53c2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan  2 01:05:46 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jan  2 01:19:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f18197

games-puzzle/triptych-demo: Update Manifest hashes.

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

 games-puzzle/triptych-demo/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/triptych-demo/Manifest 
b/games-puzzle/triptych-demo/Manifest
index 00ce2a83a24..afa274c4ece 100644
--- a/games-puzzle/triptych-demo/Manifest
+++ b/games-puzzle/triptych-demo/Manifest
@@ -1 +1 @@
-DIST triptych.tar.gz 1748316 SHA256 
2d583edc1b974fc346087ab73adb24d476cee040fb59912e28fbf7a8467db5a8 SHA512 
614de78c9f90dd2145ff3dfa6f7a799a069c5add80bc8b0494a752346a163ab0eff7b707292b815adbffa34e4fec446035cfb65df4dd6cf284f270bb732b6daa
 WHIRLPOOL 
53fb746b02c91a4434042a21b5b36f27b17528ac51ea9a3dcf4339cdf75c3ff93db2ffe71fb0c3123e3fbe9720264a18e183558cfda14c0320440e010c21b78d
+DIST triptych.tar.gz 1748316 BLAKE2B 
0d66265df27f61ddee1e1777a1e749d3a8bbcebf0e2bfe64a054febb48def865b68ab59d9c25804ed725bb11d24af2bbd712cc2de88a7259db26aa6d7c3c8d1f
 SHA512 
614de78c9f90dd2145ff3dfa6f7a799a069c5add80bc8b0494a752346a163ab0eff7b707292b815adbffa34e4fec446035cfb65df4dd6cf284f270bb732b6daa



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

2018-01-01 Thread Mike Gilbert
commit: e7d5cc1ab845e516b70b7a3e4b2c5d6382eb6ecc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  2 01:14:16 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  2 01:14:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d5cc1a

www-client/chromium: depend on dev-libs/atk and app-accessibility/at-spi2-atk

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

 www-client/chromium/chromium-64.0.3282.39.ebuild | 4 +++-
 www-client/chromium/chromium-65.0.3298.3.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-64.0.3282.39.ebuild 
b/www-client/chromium/chromium-64.0.3282.39.ebuild
index a80dbf6b626..176c6981bdd 100644
--- a/www-client/chromium/chromium-64.0.3282.39.ebuild
+++ b/www-client/chromium/chromium-64.0.3282.39.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"
@@ -21,8 +21,10 @@ IUSE="component-build cups gnome-keyring +hangouts kerberos 
neon pic +proprietar
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
app-arch/bzip2:=
cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
dev-libs/expat:=
dev-libs/glib:2
system-icu? ( >=dev-libs/icu-59:= )

diff --git a/www-client/chromium/chromium-65.0.3298.3.ebuild 
b/www-client/chromium/chromium-65.0.3298.3.ebuild
index f125feec488..331308682ad 100644
--- a/www-client/chromium/chromium-65.0.3298.3.ebuild
+++ b/www-client/chromium/chromium-65.0.3298.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="6"
@@ -21,8 +21,10 @@ IUSE="component-build cups gnome-keyring +hangouts kerberos 
neon pic +proprietar
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
app-arch/bzip2:=
cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
dev-libs/expat:=
dev-libs/glib:2
system-icu? ( >=dev-libs/icu-59:= )



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

2018-01-01 Thread Mike Gilbert
commit: 3070389355eab91565f5de9a587cc60e8f29584c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  2 01:06:42 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  2 01:06:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30703893

www-client/google-chrome-beta: update dependencies

Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

 www-client/google-chrome-beta/google-chrome-beta-64.0.3282.39.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.39.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.39.ebuild
index ab556f06a5d..fed294475cd 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.39.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.39.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"
@@ -30,13 +30,14 @@ RESTRICT="bindist mirror strip"
 
 DEPEND=""
 RDEPEND="
+   app-accessibility/at-spi2-atk:2
app-arch/bzip2
app-misc/ca-certificates
+   dev-libs/atk
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
-   gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2



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

2018-01-01 Thread Zac Medico
commit: 0b06091646ccf0a81c452c5f4eddb8d919d1efb8
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan  2 01:02:53 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan  2 01:04:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b060916

dev-util/bcc: remove old versions

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/bcc/Manifest   |  2 --
 dev-util/bcc/bcc-0.3.0_p20170913.ebuild | 51 -
 dev-util/bcc/bcc-0.4.0.ebuild   | 51 -
 3 files changed, 104 deletions(-)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index 251c71adfd1..8346a7fbce5 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,3 +1 @@
-DIST bcc-0.3.0_p20170913.tar.gz 1736513 BLAKE2B 
1ed234f3c74e3cc9f47a26f97a8e296499eecc30442a59a3da7b4a5bdb0d628033f01c9ba038a0f2c2de13dd381a627590d387d0c77361e82c10e0a4f5d145b2
 SHA512 
8298d98fcadc95a2f5f27e1f656f392634c0940cf6ea03f432135477790e770f58dc3e3e0b434391eff8d4e3df6671c250252a29a7344c6adf7606251daef4dd
-DIST bcc-0.4.0.tar.gz 1752520 BLAKE2B 
3fdaafebc0ceadbdc5ab2ce0fc7e154ebe0242adb1fec912f517cbf14065a0e79d21794b47a82c4b29c8a618882f75b0d22a29799387c7c250ec54ac7ec5f89e
 SHA512 
d4bca6ab30ed2d398685a5e142bc55ebd70d29b494ce9fa28d85aceb1843111de8f1c61049712d8be9ab827b65866db07b6be27e82bd243e182b7bbe6fb2014f
 DIST bcc-0.5.0.tar.gz 1764775 BLAKE2B 
e1e059b83846115347f225e968edd2823408c26f4f25a89e26c663147ca9c379222c4f1d97578f7cf981fbbb23307deab408bcb278cb26fde5399afbbceb1e39
 SHA512 
12de5ef04185dccd0847fc97ae855b386e0c81b545ae497af797667925ebedf97164c17fb99468abae3f87fb3ddfdba5200070f80b3bbcad63c2355497012f0e

diff --git a/dev-util/bcc/bcc-0.3.0_p20170913.ebuild 
b/dev-util/bcc/bcc-0.3.0_p20170913.ebuild
deleted file mode 100644
index 1aaafa79153..000
--- a/dev-util/bcc/bcc-0.3.0_p20170913.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit cmake-utils linux-info python-single-r1 python-utils-r1
-
-DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
-HOMEPAGE="https://iovisor.github.io/bcc/;
-EGIT_COMMIT="488c119ee7aa7598c11be876acd6761342874e68"
-SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-libs/elfutils-0.166:=
-   sys-devel/clang:=
-   >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
-
-pkg_pretend() {
-   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
-   ~BPF_JIT ~BPF_EVENTS"
-
-   check_extra_config
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DREVISION=${PV%%_*}
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   python_fix_shebang "${ED}"
-}

diff --git a/dev-util/bcc/bcc-0.4.0.ebuild b/dev-util/bcc/bcc-0.4.0.ebuild
deleted file mode 100644
index 0e8e3282695..000
--- a/dev-util/bcc/bcc-0.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit cmake-utils linux-info python-single-r1 python-utils-r1
-
-DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
-HOMEPAGE="https://iovisor.github.io/bcc/;
-EGIT_COMMIT="v${PV}"
-SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-libs/elfutils-0.166:=
-   sys-devel/clang:=
-   >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
-
-pkg_pretend() {
-   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
-   ~BPF_JIT ~BPF_EVENTS"
-
-   check_extra_config
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DREVISION=${PV%%_*}
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   python_fix_shebang "${ED}"
-}



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

2018-01-01 Thread Mikle Kolyada
commit: f321357f1cf3848956b2ab519fe676f033a6fc1a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:39:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:39:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f321357f

media-radio/flrig: amd64 stable wrt bug #640346

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-radio/flrig/flrig-1.3.36.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/flrig/flrig-1.3.36.ebuild 
b/media-radio/flrig/flrig-1.3.36.ebuild
index f0f4e66200b..8b0982ab2c0 100644
--- a/media-radio/flrig/flrig-1.3.36.ebuild
+++ b/media-radio/flrig/flrig-1.3.36.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/fldigi/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND="x11-libs/libX11



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

2018-01-01 Thread Mikle Kolyada
commit: 0d6892abec8a809a324d88a4ad588a5bcae7e54b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:36:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:36:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6892ab

media-radio/xlog: amd64 stable wrt bug #641496

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-radio/xlog/xlog-2.0.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/xlog/xlog-2.0.15.ebuild 
b/media-radio/xlog/xlog-2.0.15.ebuild
index e8fc51e7b5c..b451488ef52 100644
--- a/media-radio/xlog/xlog-2.0.15.ebuild
+++ b/media-radio/xlog/xlog-2.0.15.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
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/hamlib



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

2018-01-01 Thread Mikle Kolyada
commit: 4cbc59fe9a92702d6f95047ad81a0a2b3a2fb5ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:34:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:34:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbc59fe

media-radio/fldigi: amd64 stable wrt bug #640344

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-radio/fldigi/fldigi-4.0.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/fldigi/fldigi-4.0.12.ebuild 
b/media-radio/fldigi/fldigi-4.0.12.ebuild
index a33b5ec2571..5f82ae98315 100644
--- a/media-radio/fldigi/fldigi-4.0.12.ebuild
+++ b/media-radio/fldigi/fldigi-4.0.12.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="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="hamlib nls pulseaudio"
 
 RDEPEND="x11-libs/fltk:1[threads,xft]



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

2018-01-01 Thread Mikle Kolyada
commit: ea11d69deed3648257d67f2792738549787ab8cf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:15:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:15:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea11d69d

dev-python/pyrsistent: amd64 stable wrt bug #641208

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pyrsistent/pyrsistent-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
index 4c543724f9c..a3ae27aee01 100644
--- a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.13.0.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2018-01-01 Thread Mikle Kolyada
commit: 42d28835c6295dfb0154bd01c5f719d1bb3f2901
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:12:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:12:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d28835

app-text/fbreader: amd64 stable wrt bug #639850

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/fbreader/fbreader-0.99.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/fbreader/fbreader-0.99.4-r3.ebuild 
b/app-text/fbreader/fbreader-0.99.4-r3.ebuild
index 82e032af33a..ab2f47419e7 100644
--- a/app-text/fbreader/fbreader-0.99.4-r3.ebuild
+++ b/app-text/fbreader/fbreader-0.99.4-r3.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
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.fbreader.org/files/desktop/${PN}-sources-${PV}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="debug"
 
 RDEPEND="



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

2018-01-01 Thread Mikle Kolyada
commit: 13e08a37ea9b7f73ae1f70ff7510f3c7b8cd0579
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:10:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:10:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e08a37

dev-db/pg_top: amd64 stable wrt bug #641156

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/pg_top/pg_top-3.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pg_top/pg_top-3.7.0.ebuild 
b/dev-db/pg_top/pg_top-3.7.0.ebuild
index d452275d840..5b311408477 100644
--- a/dev-db/pg_top/pg_top-3.7.0.ebuild
+++ b/dev-db/pg_top/pg_top-3.7.0.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"
@@ -12,7 +12,7 @@ 
SRC_URI="http://pgfoundry.org/frs/download.php/3504/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND="dev-db/postgresql"



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

2018-01-01 Thread Mikle Kolyada
commit: 54326e0dfe5a542b4d50e6a7a4c14d82bd5add8c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 00:02:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 00:02:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54326e0d

sys-kernel/linux-headers: amd64 stable wrt bug #640080

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/linux-headers/linux-headers-4.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.13.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.13.ebuild
index 3f45c46cb48..47a5d616564 100644
--- a/sys-kernel/linux-headers/linux-headers-4.13.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.13.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"
@@ -12,7 +12,7 @@ PATCH_VER="1"
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



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

2018-01-01 Thread Mikle Kolyada
commit: d23d74051935672e5f035a5c2b3fffc13ebd812a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan  1 23:59:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan  1 23:59:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23d7405

www-servers/nginx: amd64 stable wrt bug #642328

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-servers/nginx/nginx-1.12.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/nginx/nginx-1.12.2-r1.ebuild 
b/www-servers/nginx/nginx-1.12.2-r1.ebuild
index cacb3fe4c7f..40d650b17fe 100644
--- a/www-servers/nginx/nginx-1.12.2-r1.ebuild
+++ b/www-servers/nginx/nginx-1.12.2-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"
@@ -172,7 +172,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # Package doesn't provide a real test suite
 RESTRICT="test"



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

2018-01-01 Thread Mikle Kolyada
commit: e3e715a461c25886774cd1e27e17446fb2317f36
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan  1 23:51:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan  1 23:51:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e715a4

sys-apps/less: amd64 stable wrt bug #643008

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/sys-apps/less/less-529.ebuild b/sys-apps/less/less-529.ebuild
index bc9607271be..f2b37d77333 100644
--- a/sys-apps/less/less-529.ebuild
+++ b/sys-apps/less/less-529.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



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

2018-01-01 Thread Patrice Clement
commit: e64ce54652dcaa991bb18432b6aba9ba92a4025d
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan  1 23:35:51 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  1 23:36:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64ce546

dev-java/servletapi: EAPI 6 bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-java/servletapi/servletapi-2.2-r4.ebuild | 41 
 1 file changed, 41 insertions(+)

diff --git a/dev-java/servletapi/servletapi-2.2-r4.ebuild 
b/dev-java/servletapi/servletapi-2.2-r4.ebuild
new file mode 100644
index 000..0cbcbc06582
--- /dev/null
+++ b/dev-java/servletapi/servletapi-2.2-r4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Servlet API 2.2 from jakarta.apache.org"
+HOMEPAGE="http://jakarta.apache.org/;
+SRC_URI="mirror://gentoo/${P}-20021101.tar.gz"
+
+DEPEND="
+   >=virtual/jdk-1.6
+   dev-java/ant-core:0
+   source? ( app-arch/zip )"
+
+RDEPEND="
+   >=virtual/jre-1.6"
+
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+LICENSE="Apache-1.1"
+SLOT="2.2"
+IUSE="doc"
+
+S="${WORKDIR}/jakarta-servletapi-src"
+
+EANT_BUILD_TARGET="all"
+
+src_prepare() {
+   default
+   sed -i 's/compile,javadoc/compile/' build.xml || die "sed failed"
+}
+
+src_install() {
+   einstalldocs
+   java-pkg_dojar ../dist/servletapi/lib/servlet.jar
+   use doc && java-pkg_dojavadoc ../build/servletapi/docs/api
+   use source && java-pkg_dosrc src/share/javax
+}



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

2018-01-01 Thread Patrice Clement
commit: cd92c7d7e601563012d5c27b0f9eb256edba2705
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan  1 23:17:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  1 23:36:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd92c7d7

dev-java/servletapi: EAPI 6 bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-java/servletapi/servletapi-2.4-r6.ebuild | 52 
 1 file changed, 52 insertions(+)

diff --git a/dev-java/servletapi/servletapi-2.4-r6.ebuild 
b/dev-java/servletapi/servletapi-2.4-r6.ebuild
new file mode 100644
index 000..730650e3821
--- /dev/null
+++ b/dev-java/servletapi/servletapi-2.4-r6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils java-pkg-2 java-ant-2
+
+TC_VERSION="5.5.20"
+DESCRIPTION="Servlet API 2.4 from jakarta.apache.org"
+HOMEPAGE="https://jakarta.apache.org/;
+SRC_URI="https://archive.apache.org/dist/tomcat/tomcat-5/v${TC_VERSION}/src/apache-tomcat-${TC_VERSION}-src.tar.gz;
+
+SLOT="2.4"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+LICENSE="Apache-1.1"
+IUSE="doc source"
+
+DEPEND="
+   >=virtual/jdk-1.6
+   dev-java/ant-core:0
+   source? ( app-arch/zip )"
+
+RDEPEND="
+   >=virtual/jdk-1.4"
+
+S="${WORKDIR}/apache-tomcat-${TC_VERSION}-src/servletapi"
+
+src_compile() {
+   local antflags="jar $(use_doc javadoc examples)"
+   eant ${antflags} -f jsr154/build.xml
+   eant ${antflags} -f jsr152/build.xml
+}
+
+src_install() {
+   mv jsr{154,152}/dist/lib/*.jar "${S}" || die
+
+   if use doc; then
+   mkdir docs || die
+   cd "${S}"/jsr154/build || die
+   mv docs "${S}"/docs/servlet || die
+   mv examples "${S}"/docs/servlet/examples || die
+
+   cd "${S}"/jsr152/build || die
+   mv docs "${S}"/docs/jsp || die
+   mv examples "${S}"/docs/jsp/examples || die
+   fi
+
+   cd "${S}" || die
+   java-pkg_dojar *.jar
+   use doc && java-pkg_dohtml -r docs/*
+   use source && java-pkg_dosrc jsr{152,154}/src/share/javax
+}



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

2018-01-01 Thread Patrice Clement
commit: c229a26de4b625a3ca67774428aa79ea2ebb49aa
Author: Pierre-Olivier Mercier  nemunai  re>
AuthorDate: Sun Dec 24 13:32:31 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  1 23:36:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c229a26d

app-crypt/moolticute: version bump.

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

 app-crypt/moolticute/Manifest  |  1 +
 app-crypt/moolticute/moolticute-0.11.4_beta.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-crypt/moolticute/Manifest b/app-crypt/moolticute/Manifest
index 3a0bf3ff78b..ca47fbdbee3 100644
--- a/app-crypt/moolticute/Manifest
+++ b/app-crypt/moolticute/Manifest
@@ -1 +1,2 @@
 DIST moolticute-0.10.0_beta.tar.gz 4945663 BLAKE2B 
371ab382239d635251b3921cbae24ee8f0ccefdd2ca2a102e73ecf2eccdef5a86f1613d9cc051871b37ebe9936ffb5f95719f7e3c36c4d7fdc58a18ba9948b73
 SHA512 
febb828cc179cbbc40684b7c382babfe998d8e14c59358d985658dabc0c414de7b5bec3187336459b286fb85b79f8d781254c7dc55ecd6519fc4ea50952af9b4
+DIST moolticute-0.11.4_beta.tar.gz 5278216 BLAKE2B 
7d78549e9ea384669ea2fcea3f543e543ece87b9ce016fbb8675d0ea9065957c0d10bd6048a43c37715de3d1638fa75c518640feca22702713c7c7ab6c9e2ea1
 SHA512 
4c832b286784c4e8fbfc2eea498e4b7c57377ba745ba226c88001a3ab564d6e7c719dcdb849a409e367eaebc43a8b4c6e756b8a3e90a722f48554df4822e7a19

diff --git a/app-crypt/moolticute/moolticute-0.11.4_beta.ebuild 
b/app-crypt/moolticute/moolticute-0.11.4_beta.ebuild
new file mode 100644
index 000..6176b1bb867
--- /dev/null
+++ b/app-crypt/moolticute/moolticute-0.11.4_beta.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+inherit gnome2-utils qmake-utils udev
+
+DESCRIPTION="Mooltipass crossplatform daemon/tools"
+HOMEPAGE="https://github.com/mooltipass/moolticute;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/libusb-1.0.20
+   >=dev-qt/qtcore-5.6:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qttest:5
+   dev-qt/qtwebsockets:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_prepare() {
+   default
+
+   # Fill version.h with package version
+   if [[ ${PV} != * ]]; then
+   sed -i "s/\"git\"/\"v${PV/_/-}\"/" src/version.h || die
+   fi
+}
+
+src_configure() {
+   eqmake5 PREFIX="/usr" Moolticute.pro
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+
+   udev_dorules "${FILESDIR}/50-mooltipass.rule"
+   newinitd "${FILESDIR}/moolticuted.init" moolticuted
+}
+
+pkg_postinst() {
+   udev_reload
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-01-01 Thread Patrice Clement
commit: a16c7f010cbb00fe166b5653169a1487ef5be713
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan  1 23:25:17 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  1 23:36:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16c7f01

dev-java/servletapi: EAPI 6 bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-java/servletapi/servletapi-2.3-r4.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/dev-java/servletapi/servletapi-2.3-r4.ebuild 
b/dev-java/servletapi/servletapi-2.3-r4.ebuild
new file mode 100644
index 000..bb0d308808e
--- /dev/null
+++ b/dev-java/servletapi/servletapi-2.3-r4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Servlet API 2.3 from jakarta.apache.org"
+HOMEPAGE="https://jakarta.apache.org/;
+SRC_URI="mirror://gentoo/${P}-20021101.tar.gz"
+
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~x64-solaris"
+LICENSE="Apache-1.1"
+SLOT="2.3"
+IUSE="doc source"
+
+DEPEND="
+   >=virtual/jdk-1.6
+   >=dev-java/ant-core-1.4
+   source? ( app-arch/zip )"
+
+RDEPEND="
+   >=virtual/jre-1.6"
+
+S="${WORKDIR}/jakarta-servletapi-4"
+
+src_compile() {
+   eant all
+}
+
+src_install() {
+   java-pkg_dojar dist/lib/servlet.jar
+
+   use doc && java-pkg_dohtml -r dist/docs/*
+   use source && java-pkg_dosrc src/share/javax
+   dodoc dist/README.txt
+}



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

2018-01-01 Thread Bernard Cafarelli
commit: a5cef9acd12acb3a7b1307b53b1dfff6e4404f3d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Jan  1 23:14:15 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  1 23:14:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5cef9ac

media-gfx/geeqie: 1.4 version bump

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

 media-gfx/geeqie/Manifest  |  1 +
 media-gfx/geeqie/geeqie-1.4.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/media-gfx/geeqie/Manifest b/media-gfx/geeqie/Manifest
index 51c758b516d..67f91905245 100644
--- a/media-gfx/geeqie/Manifest
+++ b/media-gfx/geeqie/Manifest
@@ -1 +1,2 @@
 DIST geeqie-1.3.tar.xz 1141820 BLAKE2B 
7a8639a136797c85d1bf96567ed0cae74c5cd0dacb8fac4832ffcb31ead372ac100948f9b65332d749500327c6ec3e7cb195da15980eaf0771ca6b55879dd8e4
 SHA512 
b17c4174741acd60261af268f0e9290ee3d7766d18fc0d28ada5730bb50651a6261d0b04b9fbe810d323c8e6a1b5a21a4f1ebf0eb88daf95f123b77b8484e718
+DIST geeqie-1.4.tar.xz 35881152 BLAKE2B 
2932ac379abaee2b742b66daff544f29d7bf0aac82ff97f92e10ac7902ad874badcbb143f562c665d94f6297331090d0746373979a745f338a738078b72538a4
 SHA512 
a88b6dcf30847e38c109f5bc6436d93f6b4e1336a094c6b8a45db117830117120bf58f390afcd8a4b7aaf2934f995c3f75ac33a7faf56bfc2bcc9bd4eebfb205

diff --git a/media-gfx/geeqie/geeqie-1.4.ebuild 
b/media-gfx/geeqie/geeqie-1.4.ebuild
new file mode 100644
index 000..7da47a52843
--- /dev/null
+++ b/media-gfx/geeqie/geeqie-1.4.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools xdg-utils
+
+DESCRIPTION="A lightweight GTK image viewer forked from GQview"
+HOMEPAGE="http://www.geeqie.org;
+SRC_URI="http://www.geeqie.org/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug doc exif gpu-accel gtk3 jpeg lcms lirc lua map tiff xmp"
+
+RDEPEND="gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
+   virtual/libintl
+   doc? ( app-text/gnome-doc-utils )
+   gpu-accel? ( media-libs/clutter-gtk )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   lirc? ( app-misc/lirc )
+   lua? ( >=dev-lang/lua-5.1:= )
+   map? ( media-libs/libchamplain:0.12 )
+   xmp? ( >=media-gfx/exiv2-0.17:=[xmp] )
+   !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) )
+   tiff? ( media-libs/tiff:0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/gettext"
+
+REQUIRED_USE="gpu-accel? ( gtk3 )
+   map? ( gpu-accel )"
+
+src_prepare() {
+   default
+
+   # Missing from release tarball, and requires git tree to generate
+   sed -e "/readme_DATA/s/ChangeLog\(.html\)\?//g" -i Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf="--disable-dependency-tracking
+   --with-readmedir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable debug debug-log)
+   $(use_enable gpu-accel)
+   $(use_enable gtk3)
+   $(use_enable jpeg)
+   $(use_enable lcms)
+   $(use_enable lua)
+   $(use_enable lirc)
+   $(use_enable map)
+   $(use_enable tiff)"
+
+   if use exif || use xmp; then
+   myconf="${myconf} --enable-exiv2"
+   else
+   myconf="${myconf} --disable-exiv2"
+   fi
+
+   econf ${myconf}
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -f "${D}/usr/share/doc/${PF}/COPYING"
+   # Application needs access to the uncompressed file
+   docompress -x /usr/share/doc/${PF}/README.md
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   elog "Some plugins may require additional packages"
+   elog "- Image rotate plugin: media-gfx/fbida (JPEG), 
media-gfx/imagemagick (TIFF/PNG)"
+   elog "- RAW images plugin: media-gfx/ufraw"
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2018-01-01 Thread David Seifert
commit: 862b56a4dd325efc1ded6ea7566c9a0164041c5d
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan  1 22:44:33 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan  1 22:44:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862b56a4

x-modular.eclass: Mark @DEAD for removal

 eclass/x-modular.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 56d8a367990..7c5ea3fbd90 100644
--- a/eclass/x-modular.eclass
+++ b/eclass/x-modular.eclass
@@ -1,5 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
+# @DEAD
+# Removal on 2018-02-01.
 #
 # DEPRECATED
 # This eclass has been superseded by xorg-2



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-tseng/, x11-drivers/xf86-video-sunffb/files/, ...

2018-01-01 Thread David Seifert
commit: fd9be3c3ed4a8d9ed4ebeefa9515d3d5a9b88e4f
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan  1 22:40:50 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan  1 22:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9be3c3

package.mask: Treeclean ancient X.org packages

 profiles/package.mask  | 31 ---
 x11-drivers/afb-ucode/Manifest |  1 -
 x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild  | 23 
 x11-drivers/afb-ucode/metadata.xml |  8 ---
 x11-drivers/xf86-video-apm/Manifest|  2 -
 .../xf86-video-apm-1.2.5-remove-mibstore_h.patch   | 23 
 x11-drivers/xf86-video-apm/metadata.xml|  8 ---
 .../xf86-video-apm/xf86-video-apm-1.2.4.ebuild | 14 -
 .../xf86-video-apm/xf86-video-apm-1.2.5-r1.ebuild  | 18 ---
 .../xf86-video-apm/xf86-video-apm-1.2.5.ebuild | 14 -
 x11-drivers/xf86-video-ark/Manifest|  1 -
 .../xf86-video-ark-0.7.5-remove-mibstore_h.patch   | 35 
 x11-drivers/xf86-video-ark/metadata.xml|  8 ---
 .../xf86-video-ark/xf86-video-ark-0.7.5.ebuild | 18 ---
 x11-drivers/xf86-video-chips/Manifest  |  1 -
 x11-drivers/xf86-video-chips/metadata.xml  |  8 ---
 .../xf86-video-chips/xf86-video-chips-1.2.7.ebuild | 11 
 x11-drivers/xf86-video-cirrus/Manifest |  3 --
 x11-drivers/xf86-video-cirrus/metadata.xml |  8 ---
 .../xf86-video-cirrus-1.5.1.ebuild | 12 -
 .../xf86-video-cirrus-1.5.2.ebuild | 12 -
 .../xf86-video-cirrus-1.5.3.ebuild | 12 -
 x11-drivers/xf86-video-freedreno/Manifest  |  4 --
 x11-drivers/xf86-video-freedreno/metadata.xml  |  8 ---
 .../xf86-video-freedreno-1.0.0.ebuild  | 20 ---
 .../xf86-video-freedreno-1.1.0.ebuild  | 16 --
 .../xf86-video-freedreno-1.3.0.ebuild  | 16 --
 .../xf86-video-freedreno-1.4.0.ebuild  | 16 --
 x11-drivers/xf86-video-i128/Manifest   |  2 -
 .../xf86-video-i128-1.3.6-remove-mibstore_h.patch  | 30 ---
 x11-drivers/xf86-video-i128/metadata.xml   |  8 ---
 .../xf86-video-i128/xf86-video-i128-1.3.5.ebuild   | 14 -
 .../xf86-video-i128-1.3.6-r1.ebuild| 18 ---
 .../xf86-video-i128/xf86-video-i128-1.3.6.ebuild   | 14 -
 x11-drivers/xf86-video-i740/Manifest   |  1 -
 x11-drivers/xf86-video-i740/metadata.xml   |  8 ---
 .../xf86-video-i740/xf86-video-i740-1.3.6.ebuild   | 13 -
 x11-drivers/xf86-video-mach64/Manifest |  1 -
 x11-drivers/xf86-video-mach64/metadata.xml |  8 ---
 .../xf86-video-mach64-6.9.5.ebuild | 24 -
 x11-drivers/xf86-video-neomagic/Manifest   |  1 -
 x11-drivers/xf86-video-neomagic/metadata.xml   |  8 ---
 .../xf86-video-neomagic-1.2.9.ebuild   |  9 
 x11-drivers/xf86-video-opentegra/Manifest  |  1 -
 x11-drivers/xf86-video-opentegra/metadata.xml  |  8 ---
 .../xf86-video-opentegra-0.7.0.ebuild  | 16 --
 x11-drivers/xf86-video-rendition/Manifest  |  1 -
 x11-drivers/xf86-video-rendition/metadata.xml  |  8 ---
 .../xf86-video-rendition-4.2.6.ebuild  | 12 -
 x11-drivers/xf86-video-s3/Manifest |  1 -
 .../files/xf86-video-s3-0.6.5-mibstore_h.patch | 32 ---
 x11-drivers/xf86-video-s3/metadata.xml |  8 ---
 .../xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild| 17 --
 .../xf86-video-s3/xf86-video-s3-0.6.5.ebuild   | 13 -
 x11-drivers/xf86-video-s3virge/Manifest|  1 -
 x11-drivers/xf86-video-s3virge/metadata.xml|  8 ---
 .../xf86-video-s3virge-1.10.7.ebuild   | 13 -
 x11-drivers/xf86-video-savage/Manifest |  1 -
 x11-drivers/xf86-video-savage/metadata.xml |  8 ---
 .../xf86-video-savage-2.3.9.ebuild | 29 --
 x11-drivers/xf86-video-sis/Manifest|  1 -
 x11-drivers/xf86-video-sis/metadata.xml|  8 ---
 .../xf86-video-sis/xf86-video-sis-0.10.9.ebuild| 10 
 x11-drivers/xf86-video-sisusb/Manifest |  1 -
 x11-drivers/xf86-video-sisusb/metadata.xml |  8 ---
 .../xf86-video-sisusb-0.9.7.ebuild | 13 -
 x11-drivers/xf86-video-suncg14/Manifest|  2 -
 x11-drivers/xf86-video-suncg14/metadata.xml|  8 ---
 .../xf86-video-suncg14-1.1.1.ebuild| 17 --
 .../xf86-video-suncg14-1.1.2.ebuild| 17 --
 x11-drivers/xf86-video-suncg3/Manifest |  2 -
 x11-drivers/xf86-video-suncg3/metadata.xml |  8 ---
 .../xf86-video-suncg3-1.1.1.ebuild | 17 --
 .../xf86-video-suncg3-1.1.2.ebuild | 17 --
 x11-drivers/xf86-video-suncg6/Manifest 

[gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/

2018-01-01 Thread David Seifert
commit: e72e45e4d390cbdcfd2cc67a1746ef0b3756de5a
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan  1 22:40:47 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan  1 22:40:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72e45e4

sci-misc/nco: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-misc/nco/Manifest |  1 -
 sci-misc/nco/nco-3.9.9.ebuild | 70 ---
 2 files changed, 71 deletions(-)

diff --git a/sci-misc/nco/Manifest b/sci-misc/nco/Manifest
index f265a13c299..5d9f8e4e9e0 100644
--- a/sci-misc/nco/Manifest
+++ b/sci-misc/nco/Manifest
@@ -1,2 +1 @@
-DIST nco-3.9.9.tar.gz 4109201 BLAKE2B 
1249963c2f884326811502b01d02b2ef9c19c4bd0e6e61ddd823661a43e53a895f16f2870d00c02f732a44d7f93b0b4794efe591c95ed4fca1bc168ac13ecb9c
 SHA512 
883d77413aed29982df3be531c458bbbc8c46201783593a71745b993287356aec4c664a080f05da1f2d550d32d2553d55eff7372807d20b4e6dba7bdff282400
 DIST nco-4.5.1.tar.gz 4406757 BLAKE2B 
f2e203f1c38f5575fe4affb9122c91c61db8a2c2604cbcf9cd1eec6330e4771b8ff4325fcc19cfa292508e9b7a3107ae20e6230397f1269441e4efb883f8e4e9
 SHA512 
69c19cc9502272adada329dae669fc1c263a360789963253315e81ce1534647b9172b39a0fd3c0f0f453bf903c8a8a4b0e3f0eb778390e43b64eede3a0478485

diff --git a/sci-misc/nco/nco-3.9.9.ebuild b/sci-misc/nco/nco-3.9.9.ebuild
deleted file mode 100644
index 17372725724..000
--- a/sci-misc/nco/nco-3.9.9.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils flag-o-matic
-
-DESCRIPTION="Command line utilities for operating on netCDF files"
-SRC_URI="http://dust.ess.uci.edu/nco/src/${P}.tar.gz;
-HOMEPAGE="http://nco.sourceforge.net/;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="doc mpi ncap2 udunits"
-
-RDEPEND="sci-libs/netcdf
-   mpi? ( virtual/mpi )
-   udunits? ( >=sci-libs/udunits-2 )"
-
-DEPEND="${RDEPEND}
-   ncap2? ( !mpi? ( dev-java/antlr:0 ) )
-   doc? ( virtual/latex-base )"
-
-pkg_setup() {
-   if use mpi && use ncap2; then
-   elog
-   elog "mpi and ncap2 are still incompatible flags"
-   elog "nco configure will automatically disables ncap2"
-   elog
-   fi
-}
-
-src_configure() {
-   local myconf
-   if has_version ">=sci-libs/netcdf-4" && built_with_use sci-libs/netcdf 
hdf5; then
-   append-cppflags -DHAVE_NETCDF4_H
-   myconf="--enable-netcdf4"
-   else
-   myconf="--disable-netcdf4"
-   fi
-   econf \
-   ${myconf} \
-   --disable-udunits \
-   $(use_enable ncap2) \
-   $(use_enable udunits udunits2) \
-   $(use_enable mpi)
-}
-
-src_compile() {
-   emake || die "emake failed"
-   cd doc
-   emake clean info
-   if use doc; then
-   VARTEXFONTS="${T}/fonts" emake html pdf || die "emake doc 
failed"
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   cd doc
-   dodoc ANNOUNCE ChangeLog MANIFEST NEWS README TAG TODO VERSION *.txt \
-   || die "dodoc failed"
-   doinfo *.info* || die "doinfo failed"
-   if use doc; then
-   dohtml nco.html/* || die "dohtml failed"
-   insinto /usr/share/doc/${PF}
-   doins nco.pdf || die "pdf install failed"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/

2018-01-01 Thread David Seifert
commit: 906d6a3933fcfe30c68f701d021d50be5dde48e7
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan  1 22:40:44 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan  1 22:40:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906d6a39

sci-misc/nco: Port to EAPI 6

* Remove use of `built_with_use` function

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-misc/nco/nco-4.5.1-r2.ebuild | 51 ++--
 1 file changed, 28 insertions(+), 23 deletions(-)

diff --git a/sci-misc/nco/nco-4.5.1-r2.ebuild b/sci-misc/nco/nco-4.5.1-r2.ebuild
index 850672c5b05..a1cd22244bb 100644
--- a/sci-misc/nco/nco-4.5.1-r2.ebuild
+++ b/sci-misc/nco/nco-4.5.1-r2.ebuild
@@ -1,10 +1,9 @@
-# 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
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils eutils flag-o-matic
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Command line utilities for operating on netCDF files"
 HOMEPAGE="http://nco.sourceforge.net/;
@@ -13,37 +12,43 @@ SRC_URI="http://nco.sf.net/src/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0/${PV}"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="dap doc gsl ncap2 openmp static-libs test udunits"
+IUSE="dap gsl hdf5 ncap2 openmp static-libs test udunits"
 
 RDEPEND="
-   >=sci-libs/netcdf-4:=[dap=,tools]
+   >=sci-libs/netcdf-4:=[dap=,hdf5?,tools]
gsl? ( sci-libs/gsl:= )
ncap2? ( dev-cpp/antlr-cpp:2= )
udunits? ( >=sci-libs/udunits-2 )"
-
 DEPEND="${RDEPEND}
test? ( >=sci-libs/netcdf-4[tools] )"
 
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
 src_configure() {
-   local myeconfargs=(
-   --disable-udunits
-   $(use_enable dap dap-netcdf)
-   $(use_enable gsl)
-   $(use_enable ncap2)
-   $(use_enable openmp)
+   use hdf5 && append-cppflags -DHAVE_NETCDF4_H
+
+   econf \
+   --disable-udunits \
+   $(use_enable dap) \
+   $(use_enable gsl) \
+   $(use_enable hdf5 netcdf4) \
+   $(use_enable ncap2) \
+   $(use_enable openmp) \
+   $(use_enable static-libs static) \
$(use_enable udunits udunits2)
-   )
-   if has_version '>=sci-libs/netcdf-4[hdf5]'; then
-   myeconfargs+=( --enable-netcdf4 )
-   append-cppflags -DHAVE_NETCDF4_H
-   else
-   myeconfargs+=( --disable-netcdf4 )
-   fi
-   autotools-utils_src_configure
 }
 
 src_install() {
-   use doc && DOCS=( doc/nco.pdf ) && HTML_DOCS=( doc/nco.html )
-   autotools-utils_src_install
+   default
doinfo doc/*.info*
+
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -delete || die
+   fi
 }



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

2018-01-01 Thread Sergei Trofimovich
commit: 47fdb3554be8764c8adfc03782dcdf41a4448191
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  1 22:37:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 22:37:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fdb355

sys-boot/silo: fix build failure against gcc-6, bug #639224

It's a commit similar to d534bffc051980f5bca96ae8fbad3f7f1a70297c
("sys-boot/aboot: fix link failure on recent gcc (force gnu90)")

c99 and gnu90 have slightly different semantics
WRT symbol definition: http://www.greenend.org.uk/rjk/tech/inline.html

Reported-by: Rolf Eike Beer
Closes: https://bugs.gentoo.org/639224
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/silo-1.4.14_p20120819-gnu90-inline.patch | 20 +++
 sys-boot/silo/silo-1.4.14_p20120819-r1.ebuild  | 69 ++
 2 files changed, 89 insertions(+)

diff --git a/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch 
b/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch
new file mode 100644
index 000..bf6add0ce10
--- /dev/null
+++ b/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch
@@ -0,0 +1,20 @@
+--- a/Rules.make
 b/Rules.make
+@@ -26,2 +26,7 @@ CFLAGS += -fno-stack-protector
+ endif
++ifeq ($(call cc-option-yn, -std=gnu90),y)
++# In gcc-5+ c99 changed inline rules by forbidding
++# multiple extern definitions. Fall back to gnu90
++CFLAGS += -std=gnu90
++endif
+ 
+--- a/silo/Makefile
 b/silo/Makefile
+@@ -6,2 +6,7 @@ UFSDEPS=
+ CFLAGS=-O2 -Wall -I. -I../include
++ifeq ($(call cc-option-yn, -std=gnu90),y)
++# In gcc-5+ c99 changed inline rules by forbidding
++# multiple extern definitions. Fall back to gnu90
++CFLAGS += -std=gnu90
++endif
+ 

diff --git a/sys-boot/silo/silo-1.4.14_p20120819-r1.ebuild 
b/sys-boot/silo/silo-1.4.14_p20120819-r1.ebuild
new file mode 100644
index 000..8cb43a1287e
--- /dev/null
+++ b/sys-boot/silo/silo-1.4.14_p20120819-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mount-boot flag-o-matic toolchain-funcs eutils
+
+DEB_PL="1"
+MY_PV="${PV##*_p}"
+MY_GIT="git${MY_PV%%_*}"
+MY_PV="${PV%%_*}"
+MY_P="${PN}_${MY_PV}+${MY_GIT}"
+
+DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
+SRC_URI="mirror://debian/pool/main/s/${PN}/${MY_P}.orig.tar.gz
+   mirror://debian/pool/main/s/${PN}/${MY_P}-${DEB_PL}.diff.gz"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/davem/silo.git;a=summary;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="-* ~sparc"
+IUSE=""
+
+DEPEND="sys-fs/e2fsprogs
+   sys-apps/sparc-utils"
+RDEPEND=""
+
+ABI_ALLOW="sparc32"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gnu90-inline.patch
+)
+
+src_prepare() {
+   default
+
+   #Set the correct version
+   sed -i -e "s/1.4.14/1.4.14_git20120819_p1/g" Rules.make || die
+
+   # Fix build failure
+   sed -i -e "s/-fno-strict-aliasing/-fno-strict-aliasing 
-U_FORTIFY_SOURCE -mcpu=v9/g" Rules.make || die
+}
+
+src_compile() {
+   filter-flags "-fstack-protector"
+
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   default
+
+   dodoc first-isofs/README.SILO_ISOFS docs/README*
+
+   # Fix maketilo manpage
+   rm "${D}"/usr/share/man/man1/maketilo.1
+   dosym tilo.1 /usr/share/man/man1/maketilo.1
+}
+
+pkg_postinst() {
+   mount-boot_pkg_postinst
+   ewarn "NOTE: If this is an upgrade to an existing SILO install,"
+   ewarn "  you will need to re-run silo as the /boot/second.b"
+   ewarn "  file has changed, else the system will fail to load"
+   ewarn "  SILO at the next boot."
+   ewarn
+}



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

2018-01-01 Thread Sergei Trofimovich
commit: fafa1f52eed56332560117c3c70b306d3c4e3dfb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  1 22:13:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 22:14:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafa1f52

net-misc/iputils: stable 20171016_pre for hppa/ia64/ppc/ppc64, bug #643026

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"

 net-misc/iputils/iputils-20171016_pre.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/iputils/iputils-20171016_pre.ebuild 
b/net-misc/iputils/iputils-20171016_pre.ebuild
index fb555325457..a3055155569 100644
--- a/net-misc/iputils/iputils-20171016_pre.ebuild
+++ b/net-misc/iputils/iputils-20171016_pre.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
 
 # For released versions, we precompile the man/html pages and store
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2018-01-01 Thread Sergei Trofimovich
commit: 8f6b944b94658290b95762d0e049d61d4c2e194e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  1 22:13:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 22:14:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6b944b

app-arch/unzip: stable 6.0_p21-r2 for hppa/ia64/ppc/ppc64, bug #643018

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"

 app-arch/unzip/unzip-6.0_p21-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unzip/unzip-6.0_p21-r2.ebuild 
b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
index bdc9d03e278..9a6c5e1fb7c 100644
--- a/app-arch/unzip/unzip-6.0_p21-r2.ebuild
+++ b/app-arch/unzip/unzip-6.0_p21-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="6"
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



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

2018-01-01 Thread Sergei Trofimovich
commit: 6be46898538e29a0ffc7689e9b3f929c4d59c444
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  1 22:13:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 22:14:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be46898

sys-fs/xfsprogs: stable 4.14.0 for hppa/ia64/ppc/ppc64, bug #643020

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"

 sys-fs/xfsprogs/xfsprogs-4.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-4.14.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.14.0.ebuild
index a77ca48cb15..07b9803cbf8 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.14.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.14.0.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="libedit nls readline static static-libs"
 REQUIRED_USE="static? ( static-libs )"
 



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

2018-01-01 Thread Andreas Hüttel
commit: b189900db0f38736c36898054584b2eb3ee0bbc2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  1 21:56:10 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  1 22:11:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b189900d

app-arch/zip: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-arch/zip/Manifest   |  1 -
 app-arch/zip/zip-2.32-r1.ebuild | 42 -
 app-arch/zip/zip-3.0-r1.ebuild  | 51 -
 app-arch/zip/zip-3.0.ebuild | 50 
 4 files changed, 144 deletions(-)

diff --git a/app-arch/zip/Manifest b/app-arch/zip/Manifest
index 922570b17fb..37fcc7a2f5f 100644
--- a/app-arch/zip/Manifest
+++ b/app-arch/zip/Manifest
@@ -1,2 +1 @@
-DIST zip232.tar.gz 807180 BLAKE2B 
d2dac8024df8f04eff26ea5a9d74bae6a7bdf3ccc5d6d8d74bbe3c35d79d85c87eae9ca941072164ed305794f3ea596e124b657314f2475138109c12a6d5dd2f
 SHA512 
706646115440597f361b77569ef0301a72c4c990ace5053d4c3b730f20ba0f08af2a8c4fe27c4df5808649cad52d477a6e36e731e82057d6b426a3983836fde2
 DIST zip30.zip 1287223 BLAKE2B 
d29a3e3ddbaa3ce50c80b2dd058b39c35791bf2079879b61dab0be4f011ccd3331d1768ebda5a69aa150c651713eb7a99b02833bb727eee75a3e0bbdc8504cbc
 SHA512 
642ea6768d79adc1499251a3fb7bfc7ddc8d708699cbf9e0cfe849deda94165cb93e21dc2606bea1166ae5d8531e1e2cb056a7246bf2ab86ea7587bd4712d8d8

diff --git a/app-arch/zip/zip-2.32-r1.ebuild b/app-arch/zip/zip-2.32-r1.ebuild
deleted file mode 100644
index 7d5eb0a7321..000
--- a/app-arch/zip/zip-2.32-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs eutils flag-o-matic
-
-DESCRIPTION="Info ZIP (encryption support)"
-HOMEPAGE="http://www.info-zip.org/;
-SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/zip${PV//.}.tar.gz;
-
-LICENSE="Info-ZIP"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
-IUSE="crypt"
-
-DEPEND=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/zip-2.3-unix_configure-pic.patch
-   epatch "${FILESDIR}"/${PN}-2.31-exec-stack.patch
-   epatch "${FILESDIR}"/${PN}-2.32-build.patch
-}
-
-src_compile() {
-   tc-export CC CPP
-   use crypt || append-flags -DNO_CRYPT
-   append-lfs-flags
-   emake -f unix/Makefile generic || die
-}
-
-src_install() {
-   dobin zip zipnote zipsplit || die
-   doman man/zip.1
-   dosym zip.1 /usr/share/man/man1/zipnote.1
-   dosym zip.1 /usr/share/man/man1/zipsplit.1
-   if use crypt ; then
-   dobin zipcloak || die
-   dosym zip.1 /usr/share/man/man1/zipcloak.1
-   fi
-   dodoc BUGS CHANGES MANUAL README TODO WHATSNEW WHERE proginfo/*.txt
-}

diff --git a/app-arch/zip/zip-3.0-r1.ebuild b/app-arch/zip/zip-3.0-r1.ebuild
deleted file mode 100644
index 739f4b6aafd..000
--- a/app-arch/zip/zip-3.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit toolchain-funcs eutils flag-o-matic
-
-MY_P="${PN}${PV//.}"
-DESCRIPTION="Info ZIP (encryption support)"
-HOMEPAGE="http://www.info-zip.org/;
-SRC_URI="mirror://sourceforge/infozip/${MY_P}.zip"
-
-LICENSE="Info-ZIP"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~arm-linux"
-IUSE="bzip2 crypt natspec unicode"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
-   natspec? ( dev-libs/libnatspec )"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.0-no-crypt.patch #238398
-   epatch "${FILESDIR}"/${PN}-3.0-pic.patch
-   epatch "${FILESDIR}"/${PN}-3.0-exec-stack.patch
-   epatch "${FILESDIR}"/${PN}-3.0-build.patch
-   use natspec && epatch "${FILESDIR}"/${PN}-3.0-natspec.patch #275244
-}
-
-src_compile() {
-   use bzip2 || append-flags -DNO_BZIP2_SUPPORT
-   use crypt || append-flags -DNO_CRYPT
-   use unicode || append-flags -DNO_UNICODE_SUPPORT
-   emake \
-   CC="$(tc-getCC)" \
-   LOCAL_ZIP="${CFLAGS} ${CPPFLAGS}" \
-   -f unix/Makefile generic \
-   || die
-}
-
-src_install() {
-   dobin zip zipnote zipsplit || die
-   doman man/zip{,note,split}.1
-   if use crypt ; then
-   dobin zipcloak || die
-   doman man/zipcloak.1
-   fi
-   dodoc BUGS CHANGES README* TODO WHATSNEW WHERE proginfo/*.txt
-}

diff --git a/app-arch/zip/zip-3.0.ebuild b/app-arch/zip/zip-3.0.ebuild
deleted file mode 100644
index 24708dc8314..000
--- a/app-arch/zip/zip-3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General 

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

2018-01-01 Thread Sergei Trofimovich
commit: 0960caf64d3951ca92be17e764ee74902156016e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  1 21:52:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 22:09:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0960caf6

sys-apps/less: stable 529 for sparc, bug #643008

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/sys-apps/less/less-529.ebuild b/sys-apps/less/less-529.ebuild
index 643a59bc2b7..bc9607271be 100644
--- a/sys-apps/less/less-529.ebuild
+++ b/sys-apps/less/less-529.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
@@ -9,7 +9,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



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

2018-01-01 Thread Sergei Trofimovich
commit: ff33869dcb7866c99548a6826ede98494146605b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  1 21:51:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 22:09:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff33869d

sys-apps/mawk: stable 1.3.4_p20161120 for sparc, bug #643006

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/sys-apps/mawk/mawk-1.3.4_p20161120.ebuild 
b/sys-apps/mawk/mawk-1.3.4_p20161120.ebuild
index 5db9517c412..e70a4f0b2ee 100644
--- a/sys-apps/mawk/mawk-1.3.4_p20161120.ebuild
+++ b/sys-apps/mawk/mawk-1.3.4_p20161120.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
@@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/mawk/${MY_P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 
 RDEPEND="app-eselect/eselect-awk"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcpuwatch/, x11-plugins/wmcpuwatch/files/

2018-01-01 Thread Bernard Cafarelli
commit: c7e9f1efa3b4a85d175084e550677cffc56cd3da
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Jan  1 21:45:14 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  1 21:45:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e9f1ef

x11-plugins/wmcpuwatch: add documentation handling

Add missing app-doc/doxygen[dot] dependency
Handle documentation installation in the ebuild
Skip documentation build with USE=-doc
Add PROJECT_BINARY_DIR in include directories (to find config.h)

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

 .../wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch| 33 ++
 ...puwatch-0.2.ebuild => wmcpuwatch-0.2-r1.ebuild} | 20 +++--
 2 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch 
b/x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch
new file mode 100644
index 000..bd3ddac6240
--- /dev/null
+++ b/x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch
@@ -0,0 +1,33 @@
+diff -Naur wmcpuwatch-0.2.orig/CMakeLists.txt wmcpuwatch-0.2/CMakeLists.txt
+--- wmcpuwatch-0.2.orig/CMakeLists.txt 2017-09-03 13:58:43.0 +0200
 wmcpuwatch-0.2/CMakeLists.txt  2018-01-01 22:28:19.108393247 +0100
+@@ -26,6 +26,7 @@
+ #
+ # Define include directories
+ include_directories(
++  "${PROJECT_BINARY_DIR}"
+ ${DOCKAPP_INCLUDE_DIR}
+ ${X11_X11_INCLUDE_PATH})
+ 
+@@ -56,8 +57,6 @@
+ install(TARGETS wmcpuwatch RUNTIME DESTINATION bin)
+ install(FILES wmcpuwatch.1 DESTINATION share/man/man1)
+ install(FILES wmcpuwatch.desktop DESTINATION share/applications)
+-install(FILES README.md DESTINATION share/doc/${CMAKE_PROJECT_NAME})
+-install(FILES ChangeLog DESTINATION share/doc/${CMAKE_PROJECT_NAME} RENAME 
changelog)
+ 
+ #
+ # Create a source tarball using CPack
+diff -Naur wmcpuwatch-0.2.orig/doc/CMakeLists.txt 
wmcpuwatch-0.2/doc/CMakeLists.txt
+--- wmcpuwatch-0.2.orig/doc/CMakeLists.txt 2017-09-03 12:00:37.0 
+0200
 wmcpuwatch-0.2/doc/CMakeLists.txt  2018-01-01 22:33:00.690614708 +0100
+@@ -20,9 +20,6 @@
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+ COMMENT "Generating code documentation"
+ VERBATIM)
+-
+-# Install the documentation
+-install(DIRECTORY html DESTINATION share/doc/${CMAKE_PROJECT_NAME})
+ else (DOXYGEN_FOUND)
+ message("doxygen not installed: Not creating code documentation")
+ endif (DOXYGEN_FOUND)

diff --git a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild 
b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r1.ebuild
similarity index 50%
rename from x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild
rename to x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r1.ebuild
index d475e3e240e..e758ba522ee 100644
--- a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild
+++ b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-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
@@ -11,7 +11,21 @@ 
SRC_URI="https://bitbucket.org/StarFire/${PN}/downloads/${P}.tar.bz2;
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="doc"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen[dot] )"
+
+DOCS=( ChangeLog README.md )
+PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   use doc || sed -e "s/add_subdirectory(doc)//" -i CMakeLists.txt || die
+}
+
+src_install() {
+   cmake-utils_src_install
+   use doc && dodoc -r "${BUILD_DIR}"/doc/html
+}



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

2018-01-01 Thread Thomas Deutschmann
commit: a2612ca3396dd27bef67877af0751e56da2dc53c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 21:30:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 21:30:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2612ca3

dev-util/strace: Cleanup old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/strace/Manifest   |  1 -
 dev-util/strace/strace-4.19.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index eb8caeadbd7..80918095f95 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,3 +1,2 @@
 DIST strace-4.16.tar.xz 98 BLAKE2B 
b3c593b2fc17d540ca04a05886fc0d37b3445a4e88f5e93035bc9dbeb6fe21678b9018f052ba8e356a51d0a5013ec8863a50f8fcd5dcfd1d8b9ac4a6363f2d71
 SHA512 
d1a7b782cb8196eb95b431b66f9b0eff7886869a7e3a4618d985f73b2eed7590ba73150b9c33e55ee5c65fc8f863588b64c5611dca7b5d7a4183110eaf4451d5
-DIST strace-4.19.tar.xz 1113124 BLAKE2B 
7018df9a1efd5e732cbef9eb3907e9cff8eafcee0b69853c54627d244ab55bae1ed295ac06a36314f3e88ce9e623fbe147a59f3519352e8d4d3a0d552d0bc884
 SHA512 
91d57f58ac0e70ff4dcd69fda3cb835de7f40a9152817427e9c264773f99015badbad7bab047ce7f69001b689b1ce54af9522a9738060823de8873bee1e0c629
 DIST strace-4.20.tar.xz 1132460 BLAKE2B 
2e0e3080008ed1d5fd87572df740af8c62ebba44e0ece3c6b5ab581f246e79d8074a7fc2d0857abe158a055042fccbd880e11c9567beca1aeddc23f92d763c2d
 SHA512 
869b3b9c48401619073a021e20e80cce37d8884f615bdb52dac9e6a2903df11507d7a0cb0ccad75bcc03d8dfafead0e68d14267e663503e94849079c9a2ebd4c

diff --git a/dev-util/strace/strace-4.19.ebuild 
b/dev-util/strace/strace-4.19.ebuild
deleted file mode 100644
index 24bc92be859..000
--- a/dev-util/strace/strace-4.19.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic eutils toolchain-funcs
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
-   EGIT_PROJECT="${PN}"
-   inherit git-2 autotools
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-fi
-
-DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
-HOMEPAGE="https://sourceforge.net/projects/strace/;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="aio perl static unwind"
-
-LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )"
-# strace only uses the header from libaio to decode structs
-DEPEND="
-   static? ( ${LIB_DEPEND} )
-   aio? ( >=dev-libs/libaio-0.3.106 )
-   sys-kernel/linux-headers
-"
-RDEPEND="
-   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   perl? ( dev-lang/perl )
-"
-
-src_prepare() {
-   epatch_user
-
-   if [[ ! -e configure ]] ; then
-   # git generation
-   ./xlat/gen.sh || die
-   ./generate_mpers_am.sh || die
-   eautoreconf
-   [[ ! -e CREDITS ]] && cp CREDITS{.in,}
-   fi
-
-   filter-lfs-flags # configure handles this sanely
-   use static && append-ldflags -static
-
-   export ac_cv_header_libaio_h=$(usex aio)
-   use elibc_musl && export ac_cv_header_stdc=no
-
-   # Stub out the -k test since it's known to be flaky. #545812
-   sed -i '1iexit 77' tests*/strace-k.test || die
-}
-
-src_configure() {
-   # Set up the default build settings, and then use the names strace 
expects.
-   tc-export_build_env BUILD_{CC,CPP}
-   local v bv
-   for v in CC CPP {C,CPP,LD}FLAGS ; do
-   bv="BUILD_${v}"
-   export "${v}_FOR_BUILD=${!bv}"
-   done
-
-   econf $(use_with unwind libunwind)
-}
-
-src_install() {
-   default
-   use perl || rm "${ED}"/usr/bin/strace-graph
-   dodoc CREDITS
-}



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

2018-01-01 Thread Thomas Deutschmann
commit: 949e621be5d29535c5429211d940c9a6703da074
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 21:39:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 21:39:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949e621b

dev-util/strace: Disable test suite when FEATURES=usersandbox is set

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

 dev-util/strace/strace-4.20.ebuild | 11 ++-
 dev-util/strace/strace-.ebuild | 12 +++-
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/dev-util/strace/strace-4.20.ebuild 
b/dev-util/strace/strace-4.20.ebuild
index 458e7d64d80..e445febc786 100644
--- a/dev-util/strace/strace-4.20.ebuild
+++ b/dev-util/strace/strace-4.20.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
@@ -66,6 +66,15 @@ src_configure() {
econf $(use_with unwind libunwind)
 }
 
+src_test() {
+   if has usersandbox $FEATURES ; then
+   ewarn "Test suite is known to fail with FEATURES=usersandbox -- 
skipping ..." #643044
+   return 0
+   fi
+
+   default
+}
+
 src_install() {
default
use perl || rm "${ED}"/usr/bin/strace-graph

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-.ebuild
index 458e7d64d80..cfa22a181d7 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-.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
@@ -66,6 +66,16 @@ src_configure() {
econf $(use_with unwind libunwind)
 }
 
+src_test() {
+   if has usersandbox $FEATURES ; then
+   ewarn "Test suite is known to fail with FEATURES=usersandbox -- 
skipping ..." #643044
+   return 0
+   fi
+
+   default
+}
+
+
 src_install() {
default
use perl || rm "${ED}"/usr/bin/strace-graph



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

2018-01-01 Thread Thomas Deutschmann
commit: 81d1473f58fd5b5505a032c5b011147557ba5fa5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 21:14:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 21:15:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d1473f

net-firewall/shorewall: Bump to v5.1.10.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-firewall/shorewall/Manifest  |   7 +
 net-firewall/shorewall/shorewall-5.1.10.2.ebuild | 456 +++
 2 files changed, 463 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 0342886e190..199db4ed828 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,14 +1,21 @@
 DIST shorewall-5.1.10.1.tar.bz2 535652 BLAKE2B 
afeb0c79e5e191e923f0e44f9925ec32f2d97a5962dd6fcc75e28ded1b3b13f33ddcbd4f60f261b2b7b4cf2112ff9074545d88c8dfc02bf2147c3c0c2b941c97
 SHA512 
75b63b418bfacf3151f1833547ca187a9d87e1657bf02f9225d5067bc05a137cabb74709cf6d64c37e2f8fd8d5304154f265968e8b707ba08167d91be93f4ef5
+DIST shorewall-5.1.10.2.tar.bz2 535735 BLAKE2B 
49594b997e90859db4fd94f3017ea47696579791cca881460fd916eba1c477d62f9ed2fbc25b22a3ff425084a169260cf6a6d00f1f59e574c996b97dfccb7232
 SHA512 
6f0d88ecef130be4283103ebf2c31ddad6791caf113448fcf29664a951067a070a7becf495e4a5cbe96aff81aff7d2028011421208e6d0dbbfa4608f3350f401
 DIST shorewall-5.1.9.tar.bz2 529237 BLAKE2B 
abf9b54ef6083d322bd2e4fc00f98c2058759b2bf0e30f4aeebbc3cbb0e943543c7c304c8fb3b00ed7fd60391d1afa7d713cb88040a76eb8db549426ba3450e3
 SHA512 
a29155d8d92e21b7fc6d3fb3ec0be5ff4a648237317ff83aac523ce6d04c863c2ff48a14d368130431c41897e15068a54a2c0d3d0d9867017c11ba50a14e02b5
 DIST shorewall-core-5.1.10.1.tar.bz2 83398 BLAKE2B 
4c0f2321cecd35f7590cdb533e7ae08616f9f9c2a1e125382d568f681e0459dd9bf027c1f2a23531830ca9dbed181f5b57e0c688c6eb0eff5653fc199a78d4d2
 SHA512 
5f7b924505f3c78df2602c3dc637983f21b0f15383bf1b346205cb54ddf129c04a7a7e10617aeb624a2b1fc770d23b0f5e844db5ec639eab7af468942e3eda3e
+DIST shorewall-core-5.1.10.2.tar.bz2 83729 BLAKE2B 
774aab1eb21c73f5d1ad116b2fdbc91d7fe692124aad527c59fb2f88cfb38529d43fbf8a20e95d9b3679f8c5690a6d31bc3b474f0f9ccc65b2d160d809754021
 SHA512 
3977ee81d37107889c51a1d68c450073e16558ef84518a083932134abdbce195ca00f3149691dd42f224bea5f87d4d18a4456d440ac7759ab1418ebf54c76bef
 DIST shorewall-core-5.1.9.tar.bz2 81533 BLAKE2B 
5c47197c6dc6d43c63efef4806707948c0edfb39b237a214249522200a6b0429b0a2a0e8350af5cf448f28ca2b07a9258f91a88d8e9fb7112b2f265100fdc666
 SHA512 
633ac2f5bd25946f90d6351ea510976b01a61292616856f119602813510e1c24b55e8d86531a854fdbca03572d9eb2865a8e94a1566d36bf286c411e92182877
 DIST shorewall-docs-html-5.1.10.1.tar.bz2 4279932 BLAKE2B 
64ec2a5b544e3f8ded23271022599799190cce0653b35e7183f9e56ae94f6ecec1fd8633a7c5ccef4b5dafcef0cdfe59e317f2aab46e8dce6bec433545f2241f
 SHA512 
22bbf18fabd63edc605b1f25c8a3a34e3677554beafa0b3e698d73675a566a134b8a6d1389fca4e2d98fe984ec92a3540ab1fc720ecd78a4b75587c53ce59cb0
+DIST shorewall-docs-html-5.1.10.2.tar.bz2 4280287 BLAKE2B 
7db8c9d9f2f8793ab9c318f3d2a4983792b72e84d6b81f7509ce36143c8540aec805733e428d507d3effe43928f7b83404b59530aae99092e240db4b57b6df96
 SHA512 
8991d41c22d7c1771a328fa94cd76069a6e6d54c0db48866e3b5638f96ea9eeb91df96caff266a437017802fd2f85b09fbca89baa161eb8677b3035e41907234
 DIST shorewall-docs-html-5.1.9.tar.bz2 4279854 BLAKE2B 
49a5285b19fd14a739090ebda718b936fe4be5222d32a23600c8acceb598ed7539c471ba02464c8c5e7aeb8944277d740dd05c99a09486b8d4933c8676e0f724
 SHA512 
38bfb3aa680c3e8eb2916aed63800396cd1ae1bac3e084e0d9aecf89ba457f10b578e1122a36d486095028a39f17bfaa1bc85e92fdf324e7d53b10fb5f3b61fe
 DIST shorewall-init-5.1.10.1.tar.bz2 38560 BLAKE2B 
0f3e40914509814ed274840ce5effaa0c6fdc61d15ac94a15182adbece5a553e537191660f05aa5edb8443a89ee49f0ca98cc271bd56dc7b0a052ffbcd13029c
 SHA512 
fa1ebdfd852e556a1e9bb3b550ad1e6fa9d256db39e8515d515f1d8a133c5956beb4e7fcc24da0dc776f1d418d2ca607232bbd2c6cc2585d00f858eb649af1fa
+DIST shorewall-init-5.1.10.2.tar.bz2 38857 BLAKE2B 
e82d22fd232a3990cb62548a7a637557326e2d6895516e41d9cc87d5b6ab9cc102a07e7590ab105ee8d12ab235db2e4a7e78f03220cbf3c03590b204f0c25867
 SHA512 
c18267d920033540169c7b02f1c09450e3dce6a6bbadc88c82897703f5706003ac59e766bd8cf09ff22ad47116028873cb6fc35d1d601e1e57e9175f8069a128
 DIST shorewall-init-5.1.9.tar.bz2 36834 BLAKE2B 
6e8ebdda40e547e528df1faec4174f757b7922f7f06fae07dcc4a5c11005d2da5df387c900a9aa07715c9d99940b62f4fef28aed6b845b93f3172eca88e091fa
 SHA512 
b7dd4394e4b48d225acff6f81d559b4020bca0f80447a179ad0a87536ce6a4c75af2f0bd9eca313bcede14c73d29c3a18a2c48cd230103b3ab656ed76747a95b
 DIST shorewall-lite-5.1.10.1.tar.bz2 44231 BLAKE2B 
46cec387c7f7ccc862dba3575c272dbab038ada62aae32617d53262aff9751ebe95c6ba32ea365ee4a8d28e4775f3802282fe08fa07eeb7036e1064a1eaa3260
 SHA512 
8d25ca48fdf8a5f96060a3510b475144935ed15625847542f879e4cd1d6b5e7c9e7b333f299c59920f8cccb32685e9dd8f118942e0f8224c1c5debaad146
+DIST shorewall-lite-5.1.10.2.tar.bz2 44515 BLAKE2B 

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

2018-01-01 Thread Sergei Trofimovich
commit: 28c5dc0f9fc2bd2a2cbe8db0d398a3407f350ec4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  1 21:03:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 21:06:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c5dc0f

sys-apps/sparc-utils: bump debian patchset, refresh EAPI=6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/sparc-utils/Manifest  |  1 +
 .../files/sparc-utils-1.9-no-implicit.patch| 21 
 sys-apps/sparc-utils/sparc-utils-1.9-r5.ebuild | 61 ++
 3 files changed, 83 insertions(+)

diff --git a/sys-apps/sparc-utils/Manifest b/sys-apps/sparc-utils/Manifest
index 4611687355c..c796e304cd2 100644
--- a/sys-apps/sparc-utils/Manifest
+++ b/sys-apps/sparc-utils/Manifest
@@ -1,2 +1,3 @@
 DIST sparc-utils_1.9-3.diff.gz 10337 BLAKE2B 
03ee7ca15c4e736955fa08c66bbd1db2ec39764b4334fbec3838f5bcea3945d22c7a3148c00ab43a67324827af473739d014d7a6a895dbbd58c43ba13cbb1efe
 SHA512 
c6eba75261ffee55cc49e3da71ad3a2f12e04574158975c69db0bbd94d7c22ca4dec50f3140cf0bf9f35bb547865deca3cfd3e28e76c70b9173926bc0b8f34ee
+DIST sparc-utils_1.9-4.diff.gz 9083 BLAKE2B 
e4b16c26fe67be73d0fd3ad8e1e80b19356d5961abac344f28650e4d355cac9c557999591947391c41be88d819ebb703ae1ff177b4fbe0d9bea7a411a791821f
 SHA512 
ef79dc480471117da3a778450b3a122eaf64fdee69d35ff30b301f2360ff5d76c6343ce37c25cc188891c1619809daa0595d01c6e85781ddd7ddf1713c8378b7
 DIST sparc-utils_1.9.orig.tar.gz 110080 BLAKE2B 
52f47c130fb8e24b0340589c846292fb2e4e9b211a10cddf52a7a63edd70673e2b7d05c2415e558c5f2d1235f33f4ae65b777d3f8b2cf2c50a601d1f0a7a941a
 SHA512 
bde05f1a98211aaf502be6dfd757ddfb21c136cedbb46ca84a4539706c71901815c9d8bedfebc3800c7340634b32276197c75f92f9cc829e4f50c37d203e9358

diff --git a/sys-apps/sparc-utils/files/sparc-utils-1.9-no-implicit.patch 
b/sys-apps/sparc-utils/files/sparc-utils-1.9-no-implicit.patch
new file mode 100644
index 000..567edd3c611
--- /dev/null
+++ b/sys-apps/sparc-utils/files/sparc-utils-1.9-no-implicit.patch
@@ -0,0 +1,21 @@
+diff --git a/prtconf-1.3/eeprom.c b/prtconf-1.3/eeprom.c
+index b801f95..b15e74c 100644
+--- a/prtconf-1.3/eeprom.c
 b/prtconf-1.3/eeprom.c
+@@ -33,4 +33,6 @@
+ #include 
+ #include 
++#include  /* isdigit() */
++#include  /* ioctl() */
+ 
+ #include 
+diff --git a/prtconf-1.3/prtconf.c b/prtconf-1.3/prtconf.c
+index b9d8c89..c9b54be 100644
+--- a/prtconf-1.3/prtconf.c
 b/prtconf-1.3/prtconf.c
+@@ -30,4 +30,5 @@
+ #include 
+ #include 
++#include  /* ioctl() */
+ 
+ #include 

diff --git a/sys-apps/sparc-utils/sparc-utils-1.9-r5.ebuild 
b/sys-apps/sparc-utils/sparc-utils-1.9-r5.ebuild
new file mode 100644
index 000..80f6a939f0d
--- /dev/null
+++ b/sys-apps/sparc-utils/sparc-utils-1.9-r5.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Various sparc utilities from Debian GNU/Linux"
+HOMEPAGE="https://packages.debian.org/sparc-utils;
+SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz
+   mirror://debian/pool/main/s/${PN}/${PN}_${PV}-4.diff.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~sparc"
+IUSE=""
+
+DEPEND="virtual/os-headers"
+RDEPEND=">=sys-apps/util-linux-2.13-r1"
+
+S=${WORKDIR}/${P}.orig
+
+PATCHES=(
+   "${WORKDIR}/${PN}_${PV}-4.diff"
+   "${FILESDIR}"/${P}-no-implicit.patch
+)
+
+src_compile() {
+   emake -C elftoaout-2.3 \
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+   emake -C src piggyback piggyback64 \
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+   emake -C prtconf-1.3 all \
+   CC="$(tc-getCC)"
+}
+
+src_install() {
+   # since the debian/piggyback64.1 manpage is a pointer to the
+   # debian/piggyback.1 manpage, copy debian/piggyback.1 to
+   # debian/piggyback64.1
+
+   cp "${S}"/debian/piggyback.1 "${S}"/debian/piggyback64.1 || die
+
+   dobin elftoaout-2.3/elftoaout
+   dobin src/piggyback
+   dobin src/piggyback64
+   dosbin prtconf-1.3/prtconf
+   dosbin prtconf-1.3/eeprom
+
+   doman elftoaout-2.3/elftoaout.1
+   doman prtconf-1.3/prtconf.8
+   doman prtconf-1.3/eeprom.8
+   doman debian/piggyback.1
+   doman debian/piggyback64.1
+}
+
+pkg_postinst() {
+   ewarn "In order to have /usr/sbin/eeprom, make sure you build 
/dev/openprom"
+   ewarn "device support (CONFIG_SUN_OPENPROMIO) into the kernel, or as a"
+   ewarn "module (and that the module is loaded)."
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/files/

2018-01-01 Thread Bernard Cafarelli
commit: 3d1d5958cda6402aa6a51fd070938e1fc42c0e19
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Dec 28 07:41:17 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  1 21:01:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1d5958

x11-plugins/wmcube: remove unused patch

 x11-plugins/wmcube/files/wmcube-0.98-list.patch | 127 
 1 file changed, 127 deletions(-)

diff --git a/x11-plugins/wmcube/files/wmcube-0.98-list.patch 
b/x11-plugins/wmcube/files/wmcube-0.98-list.patch
deleted file mode 100644
index 1b1ac317669..000
--- a/x11-plugins/wmcube/files/wmcube-0.98-list.patch
+++ /dev/null
@@ -1,127 +0,0 @@
-diff -Naur wmgeneral.orig/list.c wmgeneral/list.c
 wmgeneral.orig/list.c  2016-01-04 13:28:36.583339716 +0100
-+++ wmgeneral/list.c   2016-01-04 13:28:48.694343645 +0100
-@@ -38,7 +38,7 @@
- 
- /* Return a cons cell produced from (head . tail)
- 
--INLINE LinkedList* 
-+LinkedList* 
- list_cons(void* head, LinkedList* tail)
- {
-   LinkedList* cell;
-@@ -51,7 +51,7 @@
- 
- /* Return the length of a list, list_length(NULL) returns zero
- 
--INLINE int
-+int
- list_length(LinkedList* list)
- {
-   int i = 0;
-@@ -66,7 +66,7 @@
- /* Return the Nth element of LIST, where N count from zero.  If N 
-larger than the list length, NULL is returned 
- 
--INLINE void*
-+void*
- list_nth(int index, LinkedList* list)
- {
-   while(index-- != 0)
-@@ -81,7 +81,7 @@
- 
- /* Remove the element at the head by replacing it by its successor
- 
--INLINE void
-+void
- list_remove_head(LinkedList** list)
- {
-   if (!*list) return;  
-@@ -101,7 +101,7 @@
- 
- /* Remove the element with `car' set to ELEMENT
- /*
--INLINE void
-+void
- list_remove_elem(LinkedList** list, void* elem)
- {
-   while (*list)
-@@ -112,7 +112,7 @@
- }
- 
- 
--INLINE LinkedList *
-+LinkedList *
- list_remove_elem(LinkedList* list, void* elem)
- {
- LinkedList *tmp;
-@@ -132,7 +132,7 @@
- 
- /* Return element that has ELEM as car
- 
--INLINE LinkedList*
-+LinkedList*
- list_find(LinkedList* list, void* elem)
- {
-   while(list)
-@@ -146,7 +146,7 @@
- 
- /* Free list (backwards recursive)
- 
--INLINE void
-+void
- list_free(LinkedList* list)
- {
-   if(list)
-@@ -158,7 +158,7 @@
- 
- /* Map FUNCTION over all elements in LIST
- 
--INLINE void
-+void
- list_mapcar(LinkedList* list, void(*function)(void*))
- {
-   while(list)
-diff -Naur wmgeneral.orig/list.h wmgeneral/list.h
 wmgeneral.orig/list.h  2016-01-04 13:28:36.583339716 +0100
-+++ wmgeneral/list.h   2016-01-04 13:28:39.471340654 +0100
-@@ -29,31 +29,25 @@
- #ifndef __LIST_H_
- #define __LIST_H_
- 
--#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
--# define INLINE inline
--#else
--# define INLINE
--#endif
--
- typedef struct LinkedList {
-   void *head;
-   struct LinkedList *tail;
- } LinkedList;
- 
--INLINE LinkedList* list_cons(void* head, LinkedList* tail);
-+LinkedList* list_cons(void* head, LinkedList* tail);
- 
--INLINE int list_length(LinkedList* list);
-+int list_length(LinkedList* list);
- 
--INLINE void* list_nth(int index, LinkedList* list);
-+void* list_nth(int index, LinkedList* list);
- 
--INLINE void list_remove_head(LinkedList** list);
-+void list_remove_head(LinkedList** list);
- 
--INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem);
-+LinkedList *list_remove_elem(LinkedList* list, void* elem);
- 
--INLINE void list_mapcar(LinkedList* list, void(*function)(void*));
-+void list_mapcar(LinkedList* list, void(*function)(void*));
- 
--INLINE LinkedList*list_find(LinkedList* list, void* elem);
-+LinkedList*list_find(LinkedList* list, void* elem);
- 
--INLINE void list_free(LinkedList* list);
-+void list_free(LinkedList* list);
- 
- #endif



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmload/files/

2018-01-01 Thread Bernard Cafarelli
commit: d26214d02b1ee9ee5a6782ff0dbe010ba332e806
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Dec 28 07:46:52 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  1 21:01:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26214d0

x11-plugins/wmload: remove unused patches

 x11-plugins/wmload/files/wmload-0.9.2-prefix.patch |  11 --
 .../files/wmload-ComplexProgramTargetNoMan.patch   |   8 --
 x11-plugins/wmload/files/wmload.solaris.patch  | 141 -
 3 files changed, 160 deletions(-)

diff --git a/x11-plugins/wmload/files/wmload-0.9.2-prefix.patch 
b/x11-plugins/wmload/files/wmload-0.9.2-prefix.patch
deleted file mode 100644
index 3ec43c570df..000
--- a/x11-plugins/wmload/files/wmload-0.9.2-prefix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 Imakefile
-+++ Imakefile
-@@ -2,7 +2,7 @@
- DESTDIR = /usr/local
- BINDIR = /bin
- 
--XPMLIB = -L/usr/lib/X11 -lXpm -lm  
-+XPMLIB = `pkg-config xpm --libs` -lm
- DEPLIBS = $(DEPXLIB) 
- 
- LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)  

diff --git a/x11-plugins/wmload/files/wmload-ComplexProgramTargetNoMan.patch 
b/x11-plugins/wmload/files/wmload-ComplexProgramTargetNoMan.patch
deleted file mode 100644
index 8d3d25d6fa3..000
--- a/x11-plugins/wmload/files/wmload-ComplexProgramTargetNoMan.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 wmload-0.9.2/Imakefile~Sat Dec  1 21:53:52 2001
-+++ wmload-0.9.2/Imakefile Sat Dec  1 21:53:52 2001
-@@ -14,4 +14,4 @@
- SRCS = wmload.c
- OBJS = wmload.o
- 
--ComplexProgramTarget(wmload)
-+ComplexProgramTargetNoMan(wmload)

diff --git a/x11-plugins/wmload/files/wmload.solaris.patch 
b/x11-plugins/wmload/files/wmload.solaris.patch
deleted file mode 100644
index 788d4190aba..000
--- a/x11-plugins/wmload/files/wmload.solaris.patch
+++ /dev/null
@@ -1,141 +0,0 @@
-* original: http://www.rampant.org/~dp/software/wmload.solaris.patch
-
 wmload.c
-+++ wmload.c
-@@ -6,6 +6,11 @@
- #include 
- #include 
- #include 
-+#ifdef sun
-+#include 
-+#include 
-+#include 
-+#endif
- 
- #include "back.xpm"
- #include "mask2.xbm"
-@@ -214,7 +219,7 @@
-   NormalGC = XCreateGC(dpy, Root, gcm, );  
- 
-   if (ONLYSHAPE) { /* try to make shaped window here */
--pixmask = XCreateBitmapFromData(dpy, win, mask2_bits, mask2_width, 
-+pixmask = XCreateBitmapFromData(dpy, win, (char *)mask2_bits, 
mask2_width, 
-   mask2_height);
- XShapeCombineMask(dpy, win, ShapeBounding, 0, 0, pixmask, ShapeSet);
- XShapeCombineMask(dpy, iconwin, ShapeBounding, 0, 0, pixmask, ShapeSet);
-@@ -410,6 +415,107 @@
- return (char *)p;
- }
- 
-+#ifdef sun
-+
-+static kstat_ctl_t *kc;
-+static kstat_t **cpu_ksp_list;
-+static int ncpus;
-+
-+void
-+cpu_stats_init()
-+{
-+  int i = 0;
-+  kstat_t *ksp;
-+  static int kstats_ready = 0;
-+
-+  if (!kstats_ready) {
-+  if ((kc = kstat_open()) == NULL) {
-+fprintf(stderr,"wmload: can't open /dev/kstat\n");
-+exit (1);
-+  }
-+  kstats_ready = 1;
-+  }
-+
-+  for (ksp = kc->kc_chain; ksp; ksp = ksp->ks_next) {
-+if (strcmp(ksp->ks_module, "cpu_stat") == 0)
-+  i++;
-+  }
-+
-+  if (cpu_ksp_list) {
-+  free(cpu_ksp_list);
-+  }
-+  cpu_ksp_list = (kstat_t **) calloc(i * sizeof (kstat_t *), 1); 
-+  ncpus = i;
-+
-+  /*
-+   * stash the ksp for each CPU.
-+   */
-+  i = 0;
-+  for (ksp = kc->kc_chain; ksp; ksp = ksp->ks_next) {
-+if (strcmp(ksp->ks_module, "cpu_stat") == 0) {
-+  cpu_ksp_list[i] = ksp;
-+  i++;
-+  }
-+  }
-+}
-+
-+int
-+get_cpu_stats()
-+{
-+  int i;
-+  cpu_stat_t stat;
-+  static int firsttime = 1;
-+
-+  if (firsttime) {
-+  firsttime = 0;
-+  return (1); /* force code to go initialize kstat stuff */
-+  }
-+
-+  /*
-+   * Read each cpu's data.  If the chain has changed (a state change
-+   * has happened, maybe a new cpu was added to the system), then
-+   * return 1.  This will cause the code to reinitialize the cpu_ksp_list
-+   * array.  word.
-+   */
-+  cp_time[0] = cp_time[1] = cp_time[2] = cp_time[3] = 0;
-+  for (i = 0; i < ncpus; i++) {
-+  if (kstat_read(kc, cpu_ksp_list[i], (void *) ) == -1)
-+  return (1);
-+  cp_time[0] += stat.cpu_sysinfo.cpu[CPU_USER]; /* user */
-+  cp_time[1] += stat.cpu_sysinfo.cpu[CPU_WAIT]; /* "nice" */
-+  cp_time[2] += stat.cpu_sysinfo.cpu[CPU_KERNEL]; /* sys */
-+  cp_time[3] += stat.cpu_sysinfo.cpu[CPU_IDLE]; /* idle ("free")*/
-+  }
-+  return (0);
-+}
-+
-+void GetLoad(int Maximum, int *usr, int *nice, int *sys, int *free)
-+{
-+  int total;
-+
-+  while (get_cpu_stats() != 0) {
-+

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/files/

2018-01-01 Thread Bernard Cafarelli
commit: 67d8e6ab960a4756354b4b1593648287585529f5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Dec 28 07:47:03 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  1 21:01:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d8e6ab

x11-plugins/wmtz: remove unused patches

 x11-plugins/wmtz/files/wmtz-0.7-list.patch | 127 -
 x11-plugins/wmtz/files/wmtz-0.7.patch  |  48 ---
 2 files changed, 175 deletions(-)

diff --git a/x11-plugins/wmtz/files/wmtz-0.7-list.patch 
b/x11-plugins/wmtz/files/wmtz-0.7-list.patch
deleted file mode 100644
index 1b1ac317669..000
--- a/x11-plugins/wmtz/files/wmtz-0.7-list.patch
+++ /dev/null
@@ -1,127 +0,0 @@
-diff -Naur wmgeneral.orig/list.c wmgeneral/list.c
 wmgeneral.orig/list.c  2016-01-04 13:28:36.583339716 +0100
-+++ wmgeneral/list.c   2016-01-04 13:28:48.694343645 +0100
-@@ -38,7 +38,7 @@
- 
- /* Return a cons cell produced from (head . tail)
- 
--INLINE LinkedList* 
-+LinkedList* 
- list_cons(void* head, LinkedList* tail)
- {
-   LinkedList* cell;
-@@ -51,7 +51,7 @@
- 
- /* Return the length of a list, list_length(NULL) returns zero
- 
--INLINE int
-+int
- list_length(LinkedList* list)
- {
-   int i = 0;
-@@ -66,7 +66,7 @@
- /* Return the Nth element of LIST, where N count from zero.  If N 
-larger than the list length, NULL is returned 
- 
--INLINE void*
-+void*
- list_nth(int index, LinkedList* list)
- {
-   while(index-- != 0)
-@@ -81,7 +81,7 @@
- 
- /* Remove the element at the head by replacing it by its successor
- 
--INLINE void
-+void
- list_remove_head(LinkedList** list)
- {
-   if (!*list) return;  
-@@ -101,7 +101,7 @@
- 
- /* Remove the element with `car' set to ELEMENT
- /*
--INLINE void
-+void
- list_remove_elem(LinkedList** list, void* elem)
- {
-   while (*list)
-@@ -112,7 +112,7 @@
- }
- 
- 
--INLINE LinkedList *
-+LinkedList *
- list_remove_elem(LinkedList* list, void* elem)
- {
- LinkedList *tmp;
-@@ -132,7 +132,7 @@
- 
- /* Return element that has ELEM as car
- 
--INLINE LinkedList*
-+LinkedList*
- list_find(LinkedList* list, void* elem)
- {
-   while(list)
-@@ -146,7 +146,7 @@
- 
- /* Free list (backwards recursive)
- 
--INLINE void
-+void
- list_free(LinkedList* list)
- {
-   if(list)
-@@ -158,7 +158,7 @@
- 
- /* Map FUNCTION over all elements in LIST
- 
--INLINE void
-+void
- list_mapcar(LinkedList* list, void(*function)(void*))
- {
-   while(list)
-diff -Naur wmgeneral.orig/list.h wmgeneral/list.h
 wmgeneral.orig/list.h  2016-01-04 13:28:36.583339716 +0100
-+++ wmgeneral/list.h   2016-01-04 13:28:39.471340654 +0100
-@@ -29,31 +29,25 @@
- #ifndef __LIST_H_
- #define __LIST_H_
- 
--#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
--# define INLINE inline
--#else
--# define INLINE
--#endif
--
- typedef struct LinkedList {
-   void *head;
-   struct LinkedList *tail;
- } LinkedList;
- 
--INLINE LinkedList* list_cons(void* head, LinkedList* tail);
-+LinkedList* list_cons(void* head, LinkedList* tail);
- 
--INLINE int list_length(LinkedList* list);
-+int list_length(LinkedList* list);
- 
--INLINE void* list_nth(int index, LinkedList* list);
-+void* list_nth(int index, LinkedList* list);
- 
--INLINE void list_remove_head(LinkedList** list);
-+void list_remove_head(LinkedList** list);
- 
--INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem);
-+LinkedList *list_remove_elem(LinkedList* list, void* elem);
- 
--INLINE void list_mapcar(LinkedList* list, void(*function)(void*));
-+void list_mapcar(LinkedList* list, void(*function)(void*));
- 
--INLINE LinkedList*list_find(LinkedList* list, void* elem);
-+LinkedList*list_find(LinkedList* list, void* elem);
- 
--INLINE void list_free(LinkedList* list);
-+void list_free(LinkedList* list);
- 
- #endif

diff --git a/x11-plugins/wmtz/files/wmtz-0.7.patch 
b/x11-plugins/wmtz/files/wmtz-0.7.patch
deleted file mode 100644
index adb5c68f1b6..000
--- a/x11-plugins/wmtz/files/wmtz-0.7.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -ur wmtz-0.7.orig/wmtz/Makefile wmtz-0.7/wmtz/Makefile
 wmtz-0.7.orig/wmtz/Makefile2001-03-11 15:57:59.0 +0200
-+++ wmtz-0.7/wmtz/Makefile 2008-01-12 15:24:29.0 +0200
-@@ -1,5 +1,5 @@
- CC = gcc
--LIBDIR = -L/usr/X11R6/lib
-+LIBDIR = -L/usr/lib
- LIBS   = -lXpm -lXext -lX11 -lm
- FLAGS = -O2
- DESTDIR = /usr/local
-@@ -10,7 +10,7 @@
- 
- 
- .c.o:
--  $(CC) -I/usr/X11R6/include $(FLAGS) -c -Wall $< -o $*.o
-+  $(CC) -I/usr/include $(FLAGS) -c -Wall $< -o $*.o
- 
- wmtz: $(OBJS)
-   $(CC) $(FLAGS) -o wmtz $^ -lXext $(LIBDIR) $(LIBS)
-diff -ur wmtz-0.7.orig/wmtz/wmtz.c wmtz-0.7/wmtz/wmtz.c
 wmtz-0.7.orig/wmtz/wmtz.c  2001-04-16 22:26:34.0 +0300
-+++ wmtz-0.7/wmtz/wmtz.c   2008-01-12 15:17:37.0 +0200
-@@ -51,8 +51,7 @@
- #define STRSIZE 10
- #define LMST 1
- #define GMST 0
--#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time 
Zone dockapp 

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

2018-01-01 Thread Matt Thode
commit: ba9f8d1092b915ae446bf382e6ff7dfda4015990
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan  1 20:57:04 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jan  1 20:57:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9f8d10

app-crypt/acme: disallowing the install of dev-python/josepy

acme has a built in version of dev-python/josepy

Fixes: Bug-642954
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-crypt/acme/acme-0.18.2.ebuild | 5 +++--
 app-crypt/acme/acme-0.19.0.ebuild | 5 +++--
 app-crypt/acme/acme-0.20.0.ebuild | 3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-crypt/acme/acme-0.18.2.ebuild 
b/app-crypt/acme/acme-0.18.2.ebuild
index 135b289d3d8..88225e3b4f4 100644
--- a/app-crypt/acme/acme-0.18.2.ebuild
+++ b/app-crypt/acme/acme-0.18.2.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
@@ -29,7 +29,8 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/requests-2.10[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
+   dev-python/six[${PYTHON_USEDEP}]
+   !dev-python/josepy[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 

diff --git a/app-crypt/acme/acme-0.19.0.ebuild 
b/app-crypt/acme/acme-0.19.0.ebuild
index 13f5e31382c..39d761d8800 100644
--- a/app-crypt/acme/acme-0.19.0.ebuild
+++ b/app-crypt/acme/acme-0.19.0.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
@@ -29,7 +29,8 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/requests-2.10[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   !dev-python/josepy[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 

diff --git a/app-crypt/acme/acme-0.20.0.ebuild 
b/app-crypt/acme/acme-0.20.0.ebuild
index b02dbde82a9..81cab6d823e 100644
--- a/app-crypt/acme/acme-0.20.0.ebuild
+++ b/app-crypt/acme/acme-0.20.0.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
@@ -31,6 +31,7 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/requests-2.10[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   !dev-python/josepy[${PYTHON_USEDEP}]
 "
 DEPEND="
test? (



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

2018-01-01 Thread Christoph Junghans
commit: 7560dc07e6745acb68aa584bd402c02c0e2a14d1
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan  1 20:46:38 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan  1 20:47:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560dc07

sci-libs/fftw: live ebuild update (bug #642726)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sci-libs/fftw/fftw-.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sci-libs/fftw/fftw-.ebuild b/sci-libs/fftw/fftw-.ebuild
index 53961f54350..af34cba8616 100644
--- a/sci-libs/fftw/fftw-.ebuild
+++ b/sci-libs/fftw/fftw-.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=6
@@ -59,10 +59,6 @@ src_prepare() {
 
# fix info file for category directory
if [[ ${PV} = * ]]; then
-   sed -i -e
-   's/Texinfo documentation system/Libraries/' \
-   doc/fftw3."info" || die "failed to fix info file"
-
eautoreconf
fi
 }



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libstdc++-v3/files/, sys-libs/libstdc++-v3/

2018-01-01 Thread Andreas Hüttel
commit: 58ab932cf383aefaab66263f659429889152d569
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  1 20:44:53 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  1 20:45:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ab932c

sys-libs/libstdc++-v3: Fix build with glibc-2.26, bug 637608

We need to patch conditionally since the patch breaks the build with
glibc-2.25.

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

 .../files/libstdc++-v3-3.3.6-glibc226.patch| 33 ++
 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild |  6 +++-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libstdc++-v3/files/libstdc++-v3-3.3.6-glibc226.patch 
b/sys-libs/libstdc++-v3/files/libstdc++-v3-3.3.6-glibc226.patch
new file mode 100644
index 000..a444da2d2bf
--- /dev/null
+++ b/sys-libs/libstdc++-v3/files/libstdc++-v3-3.3.6-glibc226.patch
@@ -0,0 +1,33 @@
+diff -ruN gcc-3.3.6.orig/gcc/config/i386/linux.h 
gcc-3.3.6/gcc/config/i386/linux.h
+--- gcc-3.3.6.orig/gcc/config/i386/linux.h 2018-01-01 20:14:36.311860098 
+0100
 gcc-3.3.6/gcc/config/i386/linux.h  2018-01-01 20:16:05.912287579 +0100
+@@ -261,7 +261,7 @@
+ siginfo_t *pinfo; \
+ void *puc;\
+ siginfo_t info;   \
+-struct ucontext uc;   \
++struct ucontext_t uc; \
+   } *rt_ = (CONTEXT)->cfa;\
+   sc_ = (struct sigcontext *) _->uc.uc_mcontext;   \
+   }   
\
+diff -ruN gcc-3.3.6.orig/gcc/config/i386/linux64.h 
gcc-3.3.6/gcc/config/i386/linux64.h
+--- gcc-3.3.6.orig/gcc/config/i386/linux64.h   2018-01-01 20:14:36.271859907 
+0100
 gcc-3.3.6/gcc/config/i386/linux64.h2018-01-01 20:16:05.912287579 
+0100
+@@ -112,7 +112,7 @@
+ if (*(unsigned char *)(pc_+0) == 0x48 \
+   && *(unsigned long *)(pc_+1) == 0x050f000fc0c7) \
+   {   
\
+-  struct ucontext *uc_ = (CONTEXT)->cfa;  \
++  struct ucontext_t *uc_ = (CONTEXT)->cfa;
\
+   sc_ = (struct sigcontext *) _->uc_mcontext;  \
+   }   
\
+ else  \
+@@ -182,7 +182,7 @@
+ siginfo_t *pinfo; \
+ void *puc;\
+ siginfo_t info;   \
+-struct ucontext uc;   \
++struct ucontext_t uc; \
+   } *rt_ = (CONTEXT)->cfa;\
+   sc_ = (struct sigcontext *) _->uc.uc_mcontext;   \
+   }   
\

diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild 
b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
index 53ec501f081..c90cf870b49 100644
--- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild
+++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-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
 
 inherit eutils flag-o-matic libtool multilib
@@ -130,6 +130,10 @@ src_unpack() {
unpack ${A}
cd "${S}"
EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
+
+   # bug 637608
+   has_version '>=sys-libs/glibc-2.26' && epatch 
"${FILESDIR}/${P}-glibc226.patch"
+
elibtoolize --portage --shallow
./contrib/gcc_update --touch
mkdir -p "${WORKDIR}"/build



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

2018-01-01 Thread Anthony G. Basile
commit: 94e3e55ce33d771cd7c69c453acad2ae800bd55f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jan  1 20:26:32 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 20:26:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e3e55c

mail-client/mailx: use https to make repoman happy

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild 
b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
index 2ab7139e503..22d1c99a2fe 100644
--- a/mail-client/mailx/mailx-8.1.2.20160123.ebuild
+++ b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
@@ -10,7 +10,7 @@ DPT="${DP}.orig.tar.bz2"
 DPP="${DP}-4.debian.tar.xz"
 
 DESCRIPTION="The $ mail program, which is used to send mail via shell scripts"
-HOMEPAGE="http://www.debian.org/;
+HOMEPAGE="https://www.debian.org/;
 SRC_URI="http://http.debian.net/debian/pool/main/b/bsd-${PN}/${DPT}
http://http.debian.net/debian/pool/main/b/bsd-${PN}/${DPP};
 



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

2018-01-01 Thread Anthony G. Basile
commit: 09fdb4c2479ee46d08db92ebb909fce218f1f0db
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jan  1 20:21:44 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 20:26:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fdb4c2

mail-client/mailx: depend on dev-libs/libbsd for 

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 mail-client/mailx/mailx-8.1.2.20160123.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild 
b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
index c900c0745c8..2ab7139e503 100644
--- a/mail-client/mailx/mailx-8.1.2.20160123.ebuild
+++ b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
@@ -22,6 +22,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
 IUSE=""
 
 DEPEND=">=net-libs/liblockfile-1.03
+   dev-libs/libbsd
virtual/mta
mail-client/mailx-support"
 



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

2018-01-01 Thread Anthony G. Basile
commit: e17c69ea1f27ab5da8d09fcf35cc9b4e66085771
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jan  1 20:23:20 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 20:26:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17c69ea

mail-client/mailx: remove old patch

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../mailx/files/mailx-8.1.2.20050715-musl.patch   | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch 
b/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch
deleted file mode 100644
index a2e03ec9753..000
--- a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 a/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
-+++ b/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
-@@ -70,9 +70,6 @@
-  */
- #define   UNVIS_END   1   /* no more characters */
- 
--#include 
--
--__BEGIN_DECLS
- char  *vis(char *, int, int, int);
- int   strvis(char *, const char *, int);
- int   strnvis(char *, const char *, size_t, int)
-@@ -84,6 +81,4 @@ int  unvis(char *, char, int *, int);
- ssize_t strnunvis(char *, const char *, size_t)
- /*__attribute__ ((__bounded__(__string__,1,3)))*/;
- 
--__END_DECLS
--
- #endif /* !_VIS_H_ */



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

2018-01-01 Thread Sergei Trofimovich
commit: c3d1448a5dd7dd4d65cdc8ec1fec5034eee7fad0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  1 19:14:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 20:07:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d1448a

media-libs/libmypaint: keyworded 1.3.0 for sparc, bug #589098

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 media-libs/libmypaint/libmypaint-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmypaint/libmypaint-1.3.0.ebuild 
b/media-libs/libmypaint/libmypaint-1.3.0.ebuild
index a1c25ca7349..b0b54c6a355 100644
--- a/media-libs/libmypaint/libmypaint-1.3.0.ebuild
+++ b/media-libs/libmypaint/libmypaint-1.3.0.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
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_
 
 LICENSE="ISC"
 SLOT="0/0"  # first soname component for subslot
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 IUSE="+gegl introspection nls openmp"
 
 CDEPEND="



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

2018-01-01 Thread Sergei Trofimovich
commit: 4b355de4b699bb233fd14a626e70e8ad7eef8d6c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  1 17:54:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 20:07:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b355de4

dev-php/PEAR-Exception: keyworded 1.0.0 for sparc, bug #613380

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild 
b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
index 42a77744cb2..9c988e1d146 100644
--- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
+++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.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
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RDEPEND="dev-lang/php:*
!<=dev-php/PEAR-PEAR-1.10.3-r1"



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

2018-01-01 Thread Sergei Trofimovich
commit: 5282151beab93fb6df36fb6717386a355979d8d7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan  1 17:54:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  1 20:07:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5282151b

dev-php/PEAR-PEAR: keyworded 1.10.5 for sparc, bug #613380

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild
index 277099941f1..de6fe9d4ee3 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.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
@@ -10,7 +10,7 @@ DESCRIPTION="PEAR Base System"
 HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://pear.php.net/get/${MY_P}.tgz;
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE=""
 



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

2018-01-01 Thread Anthony G. Basile
commit: e5b1059c8e1dec352bf549be349bd8082623e8db
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  1 18:47:56 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 19:58:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b1059c

mail-client/mailx: version bump to 8.1.2.20160123

Closes: https://bugs.gentoo.org/485432
Closes: https://bugs.gentoo.org/554354
Bug: https://bugs.gentoo.org/533208
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mail-client/mailx/Manifest|  2 +
 mail-client/mailx/mailx-8.1.2.20160123.ebuild | 55 +++
 2 files changed, 57 insertions(+)

diff --git a/mail-client/mailx/Manifest b/mail-client/mailx/Manifest
index 9ab15c5c5fd..3e92f4376e6 100644
--- a/mail-client/mailx/Manifest
+++ b/mail-client/mailx/Manifest
@@ -1,2 +1,4 @@
+DIST bsd-mailx_8.1.2-0.20160123cvs-4.debian.tar.xz 45768 BLAKE2B 
7e5ae62dee742502ea86c55803615f67b2be082b0fe3e6dbf5f64ca7b63fa79014195f4c2262ffaba23624677227df4a94d3966611e9de4bf491f52e050c88b9
 SHA512 
79d822b4e0e9796970e96f656814cf835fe522d2e33b79484257af50e631a264f6fae99e225d96fa37f50d7ce9f3b9e9577ddb361a27c6e59af8db4736250c19
+DIST bsd-mailx_8.1.2-0.20160123cvs.orig.tar.bz2 76715 BLAKE2B 
c6491cd88e99b62184da60cc6f8a42aac5f7f5a828c80c05d3dc4493c77727e553b916cb646dade38214d3a6738c084559764abb812a1dfe1fcce2e4d6a04960
 SHA512 
b66dd0fc5a150c0e1068b9aedda8425c73be7ac7e22d91f2c52de3f2d416016886f46dd54ec5024c0cd4c7e736aee7bdb68d9117f9b2b455fc42d05e1a677373
 DIST mailx_8.1.2-0.20050715cvs-1.diff.gz 36758 BLAKE2B 
825e4a62fa2d33e29c25092ec466e07be6be2abed0f1da5623f37be179cbb1212baade400a621fa838eced88a84393078c67c3126774ff08030680f4f0dbdd54
 SHA512 
6506261f24d5a022fd9cee596a78488a279a0b39b7281cdad9c3e52b5c7f6c2506a1b24970c28cf7b4ffa4ce2d71fec650f42d22959b53aeca0f160b2885b2fe
 DIST mailx_8.1.2-0.20050715cvs.orig.tar.gz 94664 BLAKE2B 
0b0b9f4db18bda8b6572c97c33784f7e29c16d500b3658b79f31fb80947035e2bfc7eaf6e8bc50e621ee13ae5e61d7760aa882c29f0b082ce8974f7b1aa8416f
 SHA512 
1c1d991a0e522b2e78a49b9c78eed80b1f6d4f68ca0427ef720ebe77a3a2881bcd3d63967ab04f5d6f75fbf2212e260e4a841152f8a69d300c46acd90bb48d68

diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild 
b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
new file mode 100644
index 000..c900c0745c8
--- /dev/null
+++ b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DP="bsd-${PN}_${PV%.*}-0.${PV##*.}cvs"
+DPT="${DP}.orig.tar.bz2"
+DPP="${DP}-4.debian.tar.xz"
+
+DESCRIPTION="The $ mail program, which is used to send mail via shell scripts"
+HOMEPAGE="http://www.debian.org/;
+SRC_URI="http://http.debian.net/debian/pool/main/b/bsd-${PN}/${DPT}
+   http://http.debian.net/debian/pool/main/b/bsd-${PN}/${DPP};
+
+S="${WORKDIR}/${DP/_/-}.orig"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+DEPEND=">=net-libs/liblockfile-1.03
+   virtual/mta
+   mail-client/mailx-support"
+
+RDEPEND="${DEPEND}
+   !mail-client/nail
+   !net-mail/mailutils"
+
+src_prepare() {
+   eapply "${WORKDIR}/debian/patches"
+   eapply "${FILESDIR}/${PN}-8.1.2.20050715-offsetof.patch"
+   eapply_user
+}
+
+src_compile() {
+   emake CC=$(tc-getCC) EXTRAFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dobin mail
+
+   doman mail.1
+
+   dosym mail /usr/bin/Mail
+   dosym mail /usr/bin/mailx
+   dosym mail.1 /usr/share/man/man1/Mail.1
+
+   insinto /usr/share/mailx/
+   doins misc/mail.help misc/mail.tildehelp
+   insinto /etc
+   doins misc/mail.rc
+}



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

2018-01-01 Thread Anthony G. Basile
commit: 660d273f56e614c8d601d001dcfc72527b7a530f
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  1 18:49:00 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 19:58:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660d273f

mail-client/mailx: drop vulnerable

Bug: https://bugs.gentoo.org/533208
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild | 58 
 1 file changed, 58 deletions(-)

diff --git a/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild 
b/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild
deleted file mode 100644
index 073036d05b6..000
--- a/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-MX_MAJ_VER=${PV%.*}
-MX_MIN_VER=${PV##*.}
-MY_PV=${MX_MAJ_VER}-0.${MX_MIN_VER}cvs
-S=${WORKDIR}/${PN}-${MY_PV}.orig
-debian_patch=${PN}_${MY_PV}-1.diff.gz
-
-DESCRIPTION="The /bin/mail program, which is used to send mail via shell 
scripts"
-HOMEPAGE="http://www.debian.org/;
-SRC_URI="mirror://gentoo/mailx_${MY_PV}.orig.tar.gz
-   mirror://gentoo/${debian_patch}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=">=net-libs/liblockfile-1.03
-   virtual/mta
-   mail-client/mailx-support"
-
-RDEPEND="${DEPEND}
-   !mail-client/nail
-   !net-mail/mailutils"
-
-src_prepare() {
-   epatch "${DISTDIR}/${debian_patch}"
-   epatch "${FILESDIR}/${P}-musl.patch"
-   epatch "${FILESDIR}/${P}-nostrip.patch"
-   sed -i -e "s: -O2: \$(EXTRAFLAGS):g" Makefile || die
-   epatch "${FILESDIR}/${P}-offsetof.patch"
-   eapply_user
-}
-
-src_compile() {
-   emake CC=$(tc-getCC) EXTRAFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin mail
-
-   doman mail.1
-
-   dosym mail /usr/bin/Mail
-   dosym mail /usr/bin/mailx
-   dosym mail.1 /usr/share/man/man1/Mail.1
-
-   insinto /usr/share/mailx/
-   doins misc/mail.help misc/mail.tildehelp
-   insinto /etc
-   doins misc/mail.rc
-}



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

2018-01-01 Thread Thomas Deutschmann
commit: d39fcf17361eb617c2007ed48acae880826092cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 19:53:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 19:53:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39fcf17

media-gfx/imagemagick: Bump to v6.9.9-31 / v7.0.7-19

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/imagemagick/Manifest|   2 +
 media-gfx/imagemagick/imagemagick-6.9.9.31.ebuild | 185 ++
 media-gfx/imagemagick/imagemagick-7.0.7.19.ebuild | 185 ++
 3 files changed, 372 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index eb751b04125..1107b7b1987 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -3,9 +3,11 @@ DIST ImageMagick-6.9.9-18.tar.xz 8797460 BLAKE2B 
dc5fc072a5419cbf9b4f3ff9bc70932
 DIST ImageMagick-6.9.9-20.tar.xz 8994128 BLAKE2B 
fb52396956b6e34320e82f34f83273550af3a55f0d23af87a791b3a8ae4002d27d3726e1caae1822bfe2f697de6ec76a975156a305eef5233cdb60006e32314f
 SHA512 
36c241490ee41de5cd72e5bc297ac2353a0d4574337776445798b0c5823f491304c3f3a728d420d03f66b652eafcdb68ec2992347321ac3919c1d72c0afdb849
 DIST ImageMagick-6.9.9-23.tar.xz 8795632 BLAKE2B 
c3a2ece7897961b191b1090384c0872422af80903d0447a0b67f06d45062d60f12903a30a00d28bedc33a6c0b74f38bfe043a113613f0bfb5b1608b972ce8e2a
 SHA512 
9160e0f6606c6ea011e9e47a11f092735456be60d6d039b9cf73c055c046ce89f05d096bdc3d37f87e2d6e36cd8dc9adf233b42bb9ad7d14aa03f13c7a1b6c03
 DIST ImageMagick-6.9.9-26.tar.xz 8799740 BLAKE2B 
6d781ef8b0285390cfef0544b26c8b4779a7bfdfb18ba9064eaa1b47edc19e98080e53ea073fe95f11dde52b910ecdff7c3a27efe6163a4b4855cc8db358a66c
 SHA512 
e132deae4d14ccc179300841681c1ec83f90fe9ac8e2ce1f07af5642497be44ce017ec1e007964d307c32ecb733081bd2172e4f3113e5acea31c5783b1126e89
+DIST ImageMagick-6.9.9-31.tar.xz 8819864 BLAKE2B 
f6cdb19bff58a0b318a9af78f3fa429137cc4e79bbe075f9c6444204ce8a4324dde5792ab7232e6898a4993ad558c514a143c14469370de822038d1d669fdffa
 SHA512 
85cbe4e4991a08a5c11c01b4276525fa1d63bcef9a9814fee1f8ede3a5ed432da8d3d84965ed75105723948d07ad879f7cf07d5121f0d624df9275dd4e41cb8f
 DIST ImageMagick-6.9.9-9.tar.xz 8797832 BLAKE2B 
453102e0db6bf51c10e43b54d6fc35acaac4de193cdb0cc1f8448f70708739628e9e97ef310e9deb8d3967318d17f29344c1b9c6dc1c7437e39b4f42f23b5dd3
 SHA512 
d024f753e1bf234e38736935f38a9bf82969ca77130059383f9d1871a39f68d7678a546d2786d57d602744e2008909df3f2ab08e1207b4c97c0952e7b03876d8
 DIST ImageMagick-7.0.6-9.tar.xz 8550004 BLAKE2B 
2ca6cb995bdbdb16188c8cfa1fe328cccfe604341331413dc35950bc115f8a76af21f2f07cc3384da460a03d3de97484e1293507d30fea4571ee8f064f536757
 SHA512 
5756d2605cbfbd876765372e954aeefdcdf60f1ee364ce40c3302f8958c510e6f0ecf47a3ee3c264eaaade1504bdae068118eb2cb96d418237f7f53da94a6c11
 DIST ImageMagick-7.0.7-11.tar.xz 8626180 BLAKE2B 
cb43c167227632dbcb96575d2f4845cb80a40f4490be240aa8020993033e23f42ba9f600ba37751cce66dc51237b209be965115fbed20329f046a8ca014accdf
 SHA512 
089c8516ca66845c6b8e6b365815ef1806fc97c785f75c06ed62241d7b6255387ee8f9004b1bcc0a6d03b7aa397d8e25131ca2aadc9255cc1e2368d73f774551
 DIST ImageMagick-7.0.7-14.tar.xz 8617500 BLAKE2B 
72d6a1319ec299e9717b68cef29c08817999dd9f2fffa5ee80aded6cb03c87c17859dc6d74cc48a63205c28f27ae5781cf55589a07bdda3b54528b489141f05f
 SHA512 
c4b15ffe64bddb8da8e1ab04e6c41c46c9120d224a09225e76f5624250b31aea84bff37c712ad5cdea3faa8f2242054bfa3f33456468d68e14e7f4d85a88de6f
+DIST ImageMagick-7.0.7-19.tar.xz 8546416 BLAKE2B 
6750dba45f7971f7a7e74ac7ae3ec94732a2bd31f638afac8a91abd595e81aadca1372ddb46dcc3bf2dcb258ececfa69a8e8ad5ff753930462d46804863c0f4e
 SHA512 
656520f719a375c837b2ddebb7e5920e9c06a9f81f3529b8a7c405958ca75f7464790ff931b7a32e104ef500570e71ff80d3dfb7c5cf777b2a5ad8207fde7928
 DIST ImageMagick-7.0.7-6.tar.xz 8556160 BLAKE2B 
3450c4c7e3804b0dcf7659a7ca0f11f6d1225c577b33216e10f6feeaa817412839ce613fdcae2175beace4cf844f880379899c1ad4914ff6df25fe2817fd0572
 SHA512 
9dff09a29b94f0de8ede82473820860f812edf3fc8edb0d1f8daa21c127d3e7831047f33ab22c407f2803a03561b690a52525672da837bbab1a1255156b4e6ff
 DIST ImageMagick-7.0.7-8.tar.xz 8797060 BLAKE2B 
a1a4278c375047fed7e59fdb9fa2a9526e2fc14136a669a0d148f78e5b308244de0ddd5c4b79e8e2214e4c91d39ae25531581868a2832ad91189a34460b5b5ad
 SHA512 
0852df3bc996032a713ce6dc274cc36c3818c1c8304223de391e58bce8230aa12ac9778b4b28278c0ab4e42f2a7b4094052a5e4e6e4208329848948237fb41d2

diff --git a/media-gfx/imagemagick/imagemagick-6.9.9.31.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.9.31.ebuild
new file mode 100644
index 000..cee94bf466d
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.9.31.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator
+
+MY_P=ImageMagick-$(replace_version_separator 3 '-')
+
+DESCRIPTION="A collection of tools and 

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

2018-01-01 Thread Thomas Deutschmann
commit: a82ed1401311281ac33d6589a64a6cc6269a28e8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 19:31:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 19:31:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82ed140

sys-fs/xfsprogs: s390/sh stable (bug #612908)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild
index 8e905636af1..0d581fec662 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.9.0.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="ftp://ftp.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="libedit nls readline static static-libs"
 REQUIRED_USE="static? ( static-libs )"
 



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

2018-01-01 Thread Miroslav Šulc
commit: 549e9f4e1565ec00b8c6f9fbe3a2e9d595638ba3
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan  1 19:28:13 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan  1 19:28:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549e9f4e

media-libs/stk: bumped eapi and switched from 
media-sound/jack-audio-connection-kit to virtual/jack

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/stk/stk-4.5.1-r1.ebuild | 70 ++
 1 file changed, 70 insertions(+)

diff --git a/media-libs/stk/stk-4.5.1-r1.ebuild 
b/media-libs/stk/stk-4.5.1-r1.ebuild
new file mode 100644
index 000..71f85aada4b
--- /dev/null
+++ b/media-libs/stk/stk-4.5.1-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils autotools
+
+DESCRIPTION="Synthesis ToolKit in C++"
+HOMEPAGE="http://ccrma.stanford.edu/software/stk/;
+SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug doc jack oss static-libs"
+
+RDEPEND="alsa? ( media-libs/alsa-lib )
+   jack? ( virtual/jack )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-lang/perl"
+
+src_prepare() {
+   EPATCH_SUFFIX="patch" epatch "${FILESDIR}/${P}"
+   eapply_user
+
+   eautoreconf
+}
+
+src_configure() {
+   #breaks with --disable-foo...uses as --enable-foo
+   local myconf
+   if use debug; then
+   myconf="${myconf} --enable-debug"
+   fi
+   if use oss; then
+   myconf="${myconf} --with-oss"
+   fi
+   if use alsa; then
+   myconf="${myconf} --with-alsa"
+   fi
+   if use jack; then
+   myconf="${myconf} --with-jack"
+   fi
+
+   econf ${myconf} \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   RAWWAVE_PATH=/usr/share/stk/rawwaves/
+}
+
+src_install() {
+   dodoc README.md
+
+   # install the lib
+   dolib src/libstk*
+
+   # install headers
+   insinto /usr/include/stk
+   doins include/*.h
+
+   # install rawwaves
+   insinto /usr/share/stk/rawwaves
+   doins rawwaves/*.raw
+
+   # install docs
+   if use doc; then
+   dohtml -r doc/html/*
+   fi
+}



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

2018-01-01 Thread Miroslav Šulc
commit: cde254c5c165e44474a078d0405114bc6bbfa2d4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan  1 19:18:02 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan  1 19:19:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde254c5

media-libs/bio2jack: bumped to eapi 6 and switched from 
media-sound/jack-audio-connection-kit to virtual/jack

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/bio2jack/bio2jack-0.9-r2.ebuild | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild 
b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
new file mode 100644
index 000..fd38ec0396d
--- /dev/null
+++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to 
JACK"
+HOMEPAGE="http://bio2jack.sourceforge.net/;
+SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="static-libs"
+
+RDEPEND="media-libs/libsamplerate
+   virtual/jack"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   eapply_user
+
+   # upstream does not provide a real release, it releases a tarball
+   # with a _prebuilt_ copy of bio2jack. Drop all of the built stuff
+   # and recreate autotools from scratch, then build.
+   rm -rf *.a *.o *.la *.lo .libs .deps Makefile config.{log,status} 
stamp-h1 stamp || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dobin bio2jack-config
+   dodoc AUTHORS ChangeLog NEWS README
+   rm -f "${ED}"usr/lib*/lib*.la
+}



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

2018-01-01 Thread Thomas Deutschmann
commit: 1d20ff6ca2a746f96b668c1b1d5c22ee5b742965
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 19:00:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 19:07:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d20ff6c

sys-apps/microcode-ctl: Rev bump for EAPI bump

HOMEPAGE and SRC_URI changed from Fedorahosted pagure.io. [Bug 618058]

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

 .../microcode-ctl/microcode-ctl-1.28-r2.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.28-r2.ebuild 
b/sys-apps/microcode-ctl/microcode-ctl-1.28-r2.ebuild
new file mode 100644
index 000..4ca58a10661
--- /dev/null
+++ b/sys-apps/microcode-ctl/microcode-ctl-1.28-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs versionator
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Intel processor microcode update utility"
+HOMEPAGE="https://pagure.io/microcode_ctl;
+SRC_URI="https://releases.pagure.org/${PN/-/_}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="selinux"
+
+DEPEND=""
+RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)]
+   selinux? ( sec-policy/selinux-cpucontrol )"
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+   dosbin microcode_ctl
+   doman microcode_ctl.8
+   dodoc Changelog README
+}
+
+pkg_preinst() {
+   local _v
+   for _v in ${REPLACING_VERSIONS}; do
+   if ! version_is_at_least 1.28-r1 ${_v}; then
+   # This is an upgrade
+   elog "The init scripts have been removed as they are 
unsafe.  If you want to update"
+   elog "the microcode in your system, please use an 
initramfs.  See bug #528712#41 for"
+   elog "details (and bug #557278 for genkernel users)."
+   fi
+
+   # Show this elog only once
+   break
+   done
+}



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

2018-01-01 Thread Fabian Groffen
commit: 56d30f30691c40e606d848ffbafac8029750bb99
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan  1 19:04:48 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan  1 19:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d30f30

sys-apps/darwin-miscutils: version bump to High Sierra version

Add compilation fixes/patch by Michael Weiser from bug #642666.

Closes: https://bugs.gentoo.org/642666
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/darwin-miscutils/Manifest |   3 +
 .../darwin-miscutils/darwin-miscutils-12.ebuild| 156 +
 2 files changed, 159 insertions(+)

diff --git a/sys-apps/darwin-miscutils/Manifest 
b/sys-apps/darwin-miscutils/Manifest
index 065c7ad0c71..2bc123dcefa 100644
--- a/sys-apps/darwin-miscutils/Manifest
+++ b/sys-apps/darwin-miscutils/Manifest
@@ -1,3 +1,4 @@
+DIST adv_cmds-md-147-compile.patch 5423 BLAKE2B 
f548fcecb81fd8e628bcb384f537e572095b8210612c0748017f033e7bb6f9c5b1bd2c544fec23e8002a2ac7b99d840c85a8ca6faadac3b4da2edb77b459
 SHA512 
951e981b57e7d3d6ef51d638759559581dd4995ce66ec17bb2658f8a298683feb0842d10fd834b713ec39b2a0f671df56049b876d55f17bf1e988d76839fead1
 DIST adv_cmds-md-147.1 3623 BLAKE2B 
18b856770f0490ef241e19cc6f1661f6521bcc7f363bff41fbec548388d8f1e2d9e6aea879064cd3d7e7d16f8e0b2ff17ead990051a068a66f520a5ff504afa3
 SHA512 
459beb2b7c92b8718c76d744bbabf631bf8c329feb65c9434ce8a023c73ceac2d207c95e39c4b90b095a4724a74096a3d1bed9122883eb54e5311dfc64ffc718
 DIST adv_cmds-md-147.c 25945 BLAKE2B 
38af9e06e18a15cc74a81464a4c1ecdf98b800eb34f33f6ab6203b60540e693d459805432e51bae1008661aa566830c87357432428f62d8cbea9973b1e5fc59a
 SHA512 
93e70f7d8697652b5a3c661975d21b51545d2eb07de64fd40524fcf0d5016dae9ae1dc63c4a85cb5ad455c8d1c246b7f5f2eac38226dcefbf4cab12b0b1c7592
 DIST developer_cmds-49.tar.gz 307753 BLAKE2B 
774259d7b82efc85bf487111e5a3c4c0d4aa3f8a788463b503e4d108c684837327b97882114d3646dfba5f60a1a1a2671e0e574d92e159b5ea014fc9e2c61015
 SHA512 
3750374c891f6d681829986291d887cacf2c5b1c7a5de94f12c92ded0b3456157b85e57653c6061526d1f6626a7be8a9e6db9c1df09e2bb3e40c7fa20b9b4103
@@ -8,8 +9,10 @@ DIST misc_cmds-23.tar.gz 114747 BLAKE2B 
9c4a1376555775a6999437e0712f62200d10be97
 DIST misc_cmds-27.tar.gz 116351 BLAKE2B 
00aece4bc8679d9a7a1e114db65bca97e8f855ead64ee0672ac598c28069c56355f4a763fef0e56784ee9d2de9a081ef6f7e6d9390fc79cb0dec25dbe40ec881
 SHA512 
594560b179f7dafc651d3a336d33bcb7075f2199cf4964e95d63164faf19bd50ef3a6095124f0e4f91c50d1bceeb831fcd81ceecf740e2696a8e7445c1a690d2
 DIST misc_cmds-31.tar.gz 121187 BLAKE2B 
3d12a13cbdc7c541b98596ab5ea675d27a0da93a913ee94945dc5b68b3238a85c3fd13472c3ead30219ae3317a6111ba8d22a6e702fe07f927318f5174870a70
 SHA512 
d49bb8a49c23aa7efaa7db1958676390b4d5ef1b2e57f80b0bea0f10b8b29a6c3ec6d2d7a1248d3af77d382c5113fb3cbf9d3632ca92bb51c01d8c286fd9f25f
 DIST misc_cmds-33.tar.gz 123114 BLAKE2B 
fb86518067b36de536503df521f1dc5e4f20fa1da74cfee4679dd728862b9ca4c1c272fd0ba39107d058f992acc04c2c98f3f44d6b2fc57386d3c458cfedd68f
 SHA512 
34957adaebe4ce1569464a466e136a567c582b784b99dd260c891a417d37a0297bf11acc9eb16dfabed18f42480058ae726e0a56b7d98ed93b59f75a5644
+DIST misc_cmds-34.tar.gz 124023 BLAKE2B 
3c634ab540f4b1046e6abe05476a399ea00fd6d35d2d450f68cd7c3f52c8b9321039221659647b6623d5621af1789dba3798ec9f5cff8677653fbb3f295d1d1c
 SHA512 
5e4040c49cc6aed8d4b471cc5d26d978717c9ad29315d40098090d0f7fee5a78289f2092fd6e8c7b7adea31b766cfefdef0da957b86ffb4e0781c13f4b5e4dbe
 DIST shell_cmds-118.tar.gz 162145 BLAKE2B 
5f6a2264bcbd9322cb50e39ac6594f083f9d0c0ffa68d67fccc6e4979c59edfab617bb7ffefb4ef647111a1abc7b855a19a1f3b309ad50a6a1f92900305ece6d
 SHA512 
efce064b76087451293a6992b7946fb0811856275796efa9e1e30459edf9eb0462929a1f0d28d189bf7e85fdde4d9e80b8637d042497b1e6e9216cd0d57b
 DIST shell_cmds-149.tar.gz 173740 BLAKE2B 
d1cc69f204925628f812acf0f69704c8c0f5b94ee9b3bd8898ec773657ee6c8a617f1666a9ce9e63898eff1cfbc915b7dfd7a91c51eebe642affa41c14f0f828
 SHA512 
e0f87db828c994bad73e4340f1957378ce5c84419172ed1d6b9d63809b90edfa447cce658e715565c5c2a7d2eaf0a9ee75e24fdb6d86080063621e0f83eb2a77
 DIST shell_cmds-162.tar.gz 179189 BLAKE2B 
975728cbfe262072c9fcc3aee457d3814ceffbd4f3f87a25e5f30d3b581c4ce05c112b2e023e1c132bc836e337e9edf74f699dc3e6cb797be5b589a3cb5eed82
 SHA512 
784b6b8b3a90967d79f5a60a23e7f31f7bc92712dac9cdb625770f92b58bd6902669aa19bb59997cc654fcc0e27ddd45f60b1990e7da95d0e6c90fd7f2434f95
 DIST shell_cmds-170.tar.gz 212954 BLAKE2B 
a9616f7604bb73c0d88f8a065441c2f4769747d407458b3844e3e9126c224b42501bf546b1bc82ab6cdfc318861b43318a8a8877e7a054209cbbc7bdaaec0e24
 SHA512 
b267a9b5e922c9952451ca05e5f9e328504dc46b5776e1a8405f8e41a604d7f184d70742cb6fa6646875bc1789082097c74eabcc151ac5568ba26ed858269ce7
 DIST shell_cmds-198.tar.gz 411088 BLAKE2B 
074efebfdc0fb408df54ce763018c74370049d7c977c912c69bc399f3b3551280f1ea76fbd7205ad54ce676422c642431e297f269cafd2ee5fcb4cd916c91548
 SHA512 

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

2018-01-01 Thread Miroslav Šulc
commit: 748599346a9bc94369d5051846081988c1081fc4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan  1 18:58:13 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan  1 18:58:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74859934

media-sound/alsaplayer: switched from media-sound/jack-audio-connection-kit to 
virtual/jack

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../alsaplayer/alsaplayer-0.99.81-r1.ebuild| 83 ++
 1 file changed, 83 insertions(+)

diff --git a/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild 
b/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
new file mode 100644
index 000..f1d448e8b1d
--- /dev/null
+++ b/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools desktop
+
+DESCRIPTION="A heavily multi-threaded pluggable audio player"
+HOMEPAGE="http://www.alsaplayer.org/;
+SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+IUSE="+alsa audiofile doc flac gtk id3tag jack mad mikmod nas nls ogg opengl 
oss vorbis xosd"
+
+RDEPEND="
+   media-libs/libsndfile:=
+   sys-libs/zlib:=
+   alsa? ( media-libs/alsa-lib )
+   audiofile? ( media-libs/audiofile )
+   flac? ( media-libs/flac )
+   gtk? ( >=x11-libs/gtk+-2.10:2 )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   nas? ( media-libs/nas )
+   ogg? ( media-libs/libogg )
+   opengl? ( virtual/opengl )
+   vorbis? ( media-libs/libvorbis )
+   xosd? ( x11-libs/xosd )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   nls? ( sys-devel/gettext )
+   oss? ( virtual/os-headers )"
+REQUIRED_USE="|| ( alsa jack nas oss )"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's:AM_CFLAGS = $(AM_CXXFLAGS)::' \
+   output/jack/Makefile.am || die
+
+   sed -i \
+   -e 's:-O2 -funroll-loops -finline-functions -ffast-math::' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   export ac_cv_prog_HAVE_DOXYGEN=$(usex doc true false)
+   export ac_cv_lib_xosd_xosd_create=$(usex xosd)
+
+   econf \
+   --disable-esd \
+   $(use_enable nls) \
+   $(use_enable opengl) \
+   $(use_enable mikmod) \
+   $(use_enable vorbis oggvorbis) \
+   $(use_enable audiofile) \
+   $(use_enable flac) \
+   $(use_enable mad) \
+   $(use_enable id3tag) \
+   $(use_enable gtk systray) \
+   $(use_enable jack) \
+   $(use_enable alsa) \
+   $(use_enable oss) \
+   $(use_enable gtk gtk2) \
+   $(use_enable nas)
+}
+
+src_install() {
+   default
+   dodoc docs/*.txt
+
+   newicon interface/gtk2/pixmaps/logo.xpm ${PN}.xpm
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-01-01 Thread Anthony G. Basile
commit: fd08a155e473234cac54d7107165fa2546f1c519
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jan  1 18:55:59 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 18:56:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd08a155

dev-python/pytest-qt: fix metadata.xml

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pytest-qt/metadata.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-qt/metadata.xml 
b/dev-python/pytest-qt/metadata.xml
index b90dc9952a1..2b11b948e3b 100644
--- a/dev-python/pytest-qt/metadata.xml
+++ b/dev-python/pytest-qt/metadata.xml
@@ -6,8 +6,7 @@
 Anthony G. Basile
   
   
-pytest-cov
-memedough/pytest-cov
-pytest-dev/pytest-cov
+pytest-qt
+pytest-dev/pytest-qt
   
 



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2018-01-01 Thread Sebastian Pipping
commit: 2aafff398a8779a06b75fb47ea2ff2e31d08e54a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jan  1 18:48:23 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jan  1 18:48:23 2018 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2aafff39

media-sound/sayonara-player: 1.0.0_p1_p20171231

 .../sayonara-player-1.0.0_p1_p20171231.ebuild  | 55 ++
 1 file changed, 55 insertions(+)

diff --git 
a/media-sound/sayonara-player/sayonara-player-1.0.0_p1_p20171231.ebuild 
b/media-sound/sayonara-player/sayonara-player-1.0.0_p1_p20171231.ebuild
new file mode 100644
index 000..7183b7a
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-1.0.0_p1_p20171231.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=None
+inherit gnome2-utils xdg-utils eutils cmake-utils
+
+MY_PV=${PV/_p/-git}; MY_PV=${MY_PV/_p/-}
+DESCRIPTION="Small, clear and fast audio player for Linux"
+HOMEPAGE="https://sayonara-player.com/;
+SRC_URI="https://sayonara-player.com/sw/${PN}-${MY_PV}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+MIN_QT_VERSION=5.3
+
+RDEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtcore-${MIN_QT_VERSION}:5
+   >=dev-qt/qtdbus-${MIN_QT_VERSION}:5
+   >=dev-qt/qtgui-${MIN_QT_VERSION}:5
+   >=dev-qt/qtnetwork-${MIN_QT_VERSION}:5
+   >=dev-qt/qtsql-${MIN_QT_VERSION}:5[sqlite]
+   >=dev-qt/qtwidgets-${MIN_QT_VERSION}:5
+   >=dev-qt/qtxml-${MIN_QT_VERSION}:5
+   >=media-libs/taglib-1.6
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   media-plugins/gst-plugins-soundtouch:1.0
+   sys-libs/zlib
+   "
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   "
+
+S="${WORKDIR}"/${PN}
+
+pkg_postinst() {
+   elog "Optionally, install as well:"
+   elog "  media-sound/lame"
+   elog "  media-libs/gst-plugins-good:1.0"
+   elog "  media-libs/gst-plugins-bad:1.0"
+
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2018-01-01 Thread Thomas Deutschmann
commit: 046b86b0c101fb04d24a89b99116105d97912442
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  1 18:40:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  1 18:40:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046b86b0

sys-apps/mawk: Bump v1.3.4 snapshot release to 2017-10-17

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

 sys-apps/mawk/Manifest|  1 +
 sys-apps/mawk/mawk-1.3.4_p20171017.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/sys-apps/mawk/Manifest b/sys-apps/mawk/Manifest
index 34652607799..f2f962f427c 100644
--- a/sys-apps/mawk/Manifest
+++ b/sys-apps/mawk/Manifest
@@ -1,3 +1,4 @@
 DIST mawk-1.3.4-20150503.tgz 468794 BLAKE2B 
10a2942f990d67ebea3cf75c83beefbc58f6ad4ffc560260f8206a8fc79b03d1e4cb8bb4ad23b256a547b10e4885c1a0813f054aa60ab5cb1b20c8d974a508d8
 SHA512 
ac9dde6948328d8db94458448abdf7389f8862ae6093315dd19ed9d1cbeab60fca1fc7b084cda4ce09505010f7108612585e3c4ba9663ddf3adb869bf1d9d7b6
 DIST mawk-1.3.4-20160615.tgz 466312 BLAKE2B 
ad8077e44a069b4ba19d1c1051d488ee7234b834aa0a04be6bda72cd5726c84185d4bb7de564e1a862c43de1de81d36ff8d2b11ee001ebbcaf624de6aabe19ab
 SHA512 
97062fe278f1ec30db2233f9bd5a2f60557e2362a2c785bce94a7b9eec9065138cf1349bc145c18194b5af56c8e943e63c95baea839282a65ba09062bdcca2ae
 DIST mawk-1.3.4-20161120.tgz 461464 BLAKE2B 
7481345b391198cc9ec47f6ad84f0f07e31c931a40d59bde401d00ea7bc74b728c8149f80187e5d73923496e2eef1ec70bc097aedf0b68630f73264d45d96ebd
 SHA512 
c5edcbff4ab1e40eb9b178a045fcd426a5f3c93a3ab5bc1ca1fa85a0977b8c9060967fcbda4e4a6e9e68628f50a2814e22939676008dced529377d2cf9bda5b2
+DIST mawk-1.3.4-20171017.tgz 460819 BLAKE2B 
91cb4cd039ea7773b788db87389f8ec34914afc8b299fecfdd579fe89fc4e6d731bfdc9c06a2c6c3d75ab9e1022bf5dbe1c662962d6ccd8a8f6fe4f8589927ca
 SHA512 
4ed6ca0ecca12e7409d3d364b72dc6a2b411c61bf53fe8aa0b0cac65a3bdb941921c0b81d94f34c8ac9f4922c8c7566d347b5e6b5c74518ae3a88904f9e20f27

diff --git a/sys-apps/mawk/mawk-1.3.4_p20171017.ebuild 
b/sys-apps/mawk/mawk-1.3.4_p20171017.ebuild
new file mode 100644
index 000..d90cc49f5a3
--- /dev/null
+++ b/sys-apps/mawk/mawk-1.3.4_p20171017.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P=${P/_p/-}
+DESCRIPTION="an (often faster than gawk) awk-interpreter"
+HOMEPAGE="https://invisible-island.net/mawk/mawk.html;
+SRC_URI="ftp://ftp.invisible-island.net/mawk/${MY_P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+
+RDEPEND="app-eselect/eselect-awk"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( ACKNOWLEDGMENT CHANGES README )
+
+src_prepare() {
+   default
+   tc-export BUILD_CC
+}
+
+src_install() {
+   default
+
+   exeinto /usr/share/doc/${PF}/examples
+   doexe examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+}
+
+pkg_postinst() {
+   eselect awk update ifunset
+}
+
+pkg_postrm() {
+   eselect awk update ifunset
+}



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

2018-01-01 Thread Miroslav Šulc
commit: 3fa90d1593ae4bab3cc33a1567972549970b5bff
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan  1 18:38:04 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan  1 18:38:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa90d15

media-sound/timidity++: switched media-sound/jack-audio-connection-kit to 
virtual/jack per bug #632594

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/timidity++/timidity++-2.14.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/timidity++/timidity++-2.14.0-r2.ebuild 
b/media-sound/timidity++/timidity++-2.14.0-r2.ebuild
index fe45d20fa48..355ec9f0d00 100644
--- a/media-sound/timidity++/timidity++-2.14.0-r2.ebuild
+++ b/media-sound/timidity++/timidity++-2.14.0-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
@@ -24,7 +24,7 @@ DEPEND="ncurses? ( >=sys-libs/ncurses-5 )
nas? ( >=media-libs/nas-1.4 )
alsa? ( media-libs/alsa-lib )
slang? ( sys-libs/slang )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
vorbis? ( media-libs/libvorbis )
flac? ( media-libs/flac )
speex? ( media-libs/speex )



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

2018-01-01 Thread Ulrich Müller
commit: 0fb8df3a57b8c89f8d3871b05a32caf1df915a5b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan  1 18:21:11 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan  1 18:32:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb8df3a

dev-tex/feynmf: Bump EAPI to 6.

Straight to stable, since the installed image has not changed.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../feynmf/{feynmf-1.08-r5.ebuild => feynmf-1.08-r6.ebuild} | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-tex/feynmf/feynmf-1.08-r5.ebuild 
b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
similarity index 91%
rename from dev-tex/feynmf/feynmf-1.08-r5.ebuild
rename to dev-tex/feynmf/feynmf-1.08-r6.ebuild
index 5656bfc5a5c..a88c7c445f4 100644
--- a/dev-tex/feynmf/feynmf-1.08-r5.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r6.ebuild
@@ -1,9 +1,9 @@
-# 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
 
-inherit eutils latex-package
+inherit latex-package
 
 DESCRIPTION="Combined LaTeX/Metafont package for drawing of Feynman diagrams"
 HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/;
@@ -22,11 +22,14 @@ DEPEND="${RDEPEND}
doc? ( dev-texlive/texlive-bibtexextra )"
 
 S="${WORKDIR}/${PN}"
+PATCHES=(
+   "${FILESDIR}"/${P}.patch
+   "${FILESDIR}"/${P}-tempfile.patch
+)
 
 src_prepare() {
rm -f phaip.bst # use style from bibtexextra
-   epatch "${FILESDIR}/${P}.patch"
-   epatch "${FILESDIR}/${P}-tempfile.patch"
+   default
 }
 
 src_compile() {



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

2018-01-01 Thread Anthony G. Basile
commit: 0c1858a2fd801a0a84f7ab04bf6d2ff52acbf1c1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jan  1 18:26:06 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jan  1 18:26:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1858a2

dev-python/pytest-qt: add RESTRICT=test and fix minor white space

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pytest-qt/pytest-qt-2.3.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild 
b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
index 631c78f70ae..f99801f9628 100644
--- a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="pytest plugin for PyQt4 or PyQt5 applications"
 HOMEPAGE="https://pypi.python.org/pypi/pytest-qt;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-LICENSE=" MIT"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
@@ -31,6 +31,9 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
 "
 
+# Test make assumptions about Qt environment
+RESTRICT="test"
+
 python_compile_all() {
use doc && sphinx-build -b html docs _build/html
 }



  1   2   >