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

2018-09-03 Thread Jeroen Roovers
commit: 8ac851e20e2123a289bf5801084a64e1986e32fe
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep  4 05:44:10 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Sep  4 05:44:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac851e2

net-misc/youtube-dl: Version 2018.09.01.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-misc/youtube-dl/Manifest |   1 +
 net-misc/youtube-dl/youtube-dl-2018.09.01.ebuild | 115 +++
 2 files changed, 116 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 10aa5faa92d..b4b8946d7db 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.11.15.tar.gz 2834012 BLAKE2B 
fd93e3923f99874be58681a886c09e31ac10063975ab636badf27e59b44743c72cddf05e3a431c49ffd0f7b40f9b005f4d90feff85d4ca889dee80833300b076
 SHA512 
e10c0d53db7fdfb02610b53f54046c0a9354b305ba05c5d00a43649a283a6449263f66ff56171d52cf18f906c6aeccc25dc48ea708b4b1bb2b8323b937abca96
 DIST youtube-dl-2018.08.22.tar.gz 3025389 BLAKE2B 
e8d2d8bccab8c169d08de35544e5efb05c65799c26894807e075edfe090d36de30fea787f54d59e4fc8b671356ce2e1d9002627948fb05becc9d2e3bc634164c
 SHA512 
ef17c744ac27b3bf547124f18a155908a66ee75f3f6fb5d7dd8a1d8da61a5a598bbade6cf0362e8c93c337dcf47750db5f56357919226430f02d0b764011ffb5
 DIST youtube-dl-2018.08.28.tar.gz 3027906 BLAKE2B 
dde156395f40aa91247341ab46e909536b3a4f53acea071b543ab8a548608655f2072280c9d927e7845ef79e4b0d7a0c150bafa477fb46df9ff11979cf344c5e
 SHA512 
311abf4410a4e59df9b6941ee7cf03afda1c2e959eac8c1be182a31854d2f4dac9cd016a5103828d4860dce3db0671a8937c296eac2f24364acc67271f8ffd14
+DIST youtube-dl-2018.09.01.tar.gz 3032563 BLAKE2B 
c1535f1311b03ea5f3b20aba3a14487515427aad7d16e52ddca9d974050fe955405ba05fbac5c91e6e3ac830176b537d44d039a1d1e13fedc32a665610cc2af7
 SHA512 
172f65f48e81f335e959c119ca13f40f32cca7fc57c123d17e7be836aef2fa072cc20a1255bb5d9584c8cd1d8f8fa4c88d3f2ed5b3fa94075d3f97e7285f30af

diff --git a/net-misc/youtube-dl/youtube-dl-2018.09.01.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.09.01.ebuild
new file mode 100644
index 000..1c433fb38ec
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2018.09.01.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
+   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
+   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
+   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
+   xbef xnxx xtube xvideos xxxymovies youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
+   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
+   test/test_age_restriction.py \
+   || die
+   fi
+
+   eapply_user
+
+   

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

2018-09-03 Thread Hans de Graaff
commit: f0e334bad40649f3d2aaf8c862eaa117a3e661c3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:28:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:28:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e334ba

dev-ruby/subexec: add ruby25, use rspec3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/subexec/subexec-0.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/subexec/subexec-0.2.3-r1.ebuild 
b/dev-ruby/subexec/subexec-0.2.3-r1.ebuild
index 0154b8bee65..e2020c1f886 100644
--- a/dev-ruby/subexec/subexec-0.2.3-r1.ebuild
+++ b/dev-ruby/subexec/subexec-0.2.3-r1.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 inherit ruby-fakegem eutils
 



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

2018-09-03 Thread Hans de Graaff
commit: ed2338f37a2284e624730f87adb74c7a7751e7e8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:41:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:41:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2338f3

dev-ruby/sinatra-partial: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/sinatra-partial/sinatra-partial-1.0.1.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/sinatra-partial/sinatra-partial-1.0.1.ebuild 
b/dev-ruby/sinatra-partial/sinatra-partial-1.0.1.ebuild
index 6810f7aa2f5..44346f7ba08 100644
--- a/dev-ruby/sinatra-partial/sinatra-partial-1.0.1.ebuild
+++ b/dev-ruby/sinatra-partial/sinatra-partial-1.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -24,7 +24,5 @@ ruby_add_rdepend ">=dev-ruby/sinatra-1.4"
 ruby_add_bdepend "test? ( dev-ruby/haml dev-ruby/rack-test dev-ruby/rspec-its 
dev-ruby/timecop )"
 
 all_ruby_prepare() {
-   # Use a rack version consistent with sinatra
-   sed -i -e '2igem "rack", "~>1.0"' \
-   -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
 }



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

2018-09-03 Thread Hans de Graaff
commit: 62e8247597921cf5463c1b88010e784372b537da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:31:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:31:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e82475

dev-ruby/six: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index beb43f942e7..92a38686592 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""



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

2018-09-03 Thread Hans de Graaff
commit: f368c99152b54c1ccac6abf2577fe3af293c94a7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 04:52:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 04:52:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f368c991

dev-ruby/tidy_table: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild 
b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
index d676c249fc0..1b47836e391 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-09-03 Thread Hans de Graaff
commit: 3e2225455dc2590691ff0b21a576d8d65c899095
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 04:32:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 04:32:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e222545

dev-ruby/ultraviolet: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/ultraviolet/ultraviolet-1.0.1.ebuild 
b/dev-ruby/ultraviolet/ultraviolet-1.0.1.ebuild
index d51c2a60206..1a22074b10b 100644
--- a/dev-ruby/ultraviolet/ultraviolet-1.0.1.ebuild
+++ b/dev-ruby/ultraviolet/ultraviolet-1.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2018-09-03 Thread Hans de Graaff
commit: 51d438ec5f14af3c940cdf9c44f16ddcdbedfae2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:09:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:09:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d438ec

dev-ruby/syslogger: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/syslogger/syslogger-1.6.5.ebuild 
b/dev-ruby/syslogger/syslogger-1.6.5.ebuild
index 308f7310704..f97cce32978 100644
--- a/dev-ruby/syslogger/syslogger-1.6.5.ebuild
+++ b/dev-ruby/syslogger/syslogger-1.6.5.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="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-09-03 Thread Hans de Graaff
commit: f2d424f8188192048f7fd225ccb7ff8eaef49df3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:04:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:04:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d424f8

dev-ruby/typed-array: add ruby25, use rspec3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild 
b/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild
index b325d29339c..c74a7193d92 100644
--- a/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild
+++ b/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild
@@ -6,9 +6,9 @@ EAPI=5
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 inherit ruby-fakegem
 DESCRIPTION="Gem provides enforced-type functionality to Arrays"



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

2018-09-03 Thread Hans de Graaff
commit: 742f19bd7d29bfeffe34270bb2bd5422cc80493b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:30:21 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:30:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742f19bd

dev-ruby/stamp: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/stamp/stamp-0.6.0.ebuild 
b/dev-ruby/stamp/stamp-0.6.0.ebuild
index 42f25e85d6a..6eee587d06d 100644
--- a/dev-ruby/stamp/stamp-0.6.0.ebuild
+++ b/dev-ruby/stamp/stamp-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="cucumber"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-09-03 Thread Hans de Graaff
commit: b8f7e7dea064235d982650260e5c413dea0f630d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 04:27:25 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 04:27:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f7e7de

dev-ruby/ox: add 2.10.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ox/Manifest |  1 +
 dev-ruby/ox/ox-2.10.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 994880b1e04..62b4f319a7f 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,3 +1,4 @@
+DIST ox-2.10.0.tar.gz 199144 BLAKE2B 
e2d175c379e4c860d540313642ab4ea39cca1eed7d5a0a896f6eb09786d0c421f5a2a0e4af5880c07b757a1604a8ede47ef4737739eaf53f9ba733b67b3e0091
 SHA512 
0fc7809f86528c745cc6719fd92bb51fe7c895c62b2cd27c02f2b596c19078f04aacfee90e489bede0ecd47876e36280e6852509f6d34f9b4a6292441745763a
 DIST ox-2.8.2.tar.gz 193670 BLAKE2B 
70e38754594a40ed35aa43aad32806d5c9eec7d3f60ee18a846a99f28b558173ea99b554f7f3a4f2b848686536d194035fd345ab33b9d7b5e12a246a472463d4
 SHA512 
18a887db70962a1dd1c6ea18461eca0efbcffdb231f934c3603e63537e9911e820465ce5e4ab86cbedd65b396a9a12b0ad7e60ea7ae687c4ebe8436e0c37988c
 DIST ox-2.9.3.tar.gz 198296 BLAKE2B 
90f3e3b159caf8aede8233d49dc67a42bf9d5d7348769f50ad042fdb54e01f2672fb3f04d6062663e35cc1819389a16457905c80891846fca859334e0f6d0863
 SHA512 
fb342376c5d01029ee6ec18deb10561e7e4e123707bda7f1ab4c8782beee7493a7dd3f7745c179ec04d868c9787899715edd2f74b26ad4f769b14d1e6b54da1f
 DIST ox-2.9.4.tar.gz 198547 BLAKE2B 
4a088fb9d8ff0aa89c6496f8d1228ca33445e34fd66476de288c4373401421b27fceced671d4754b23ddc4da0b49b1ddba1ce060c5468723a146e4d5d10b7a0f
 SHA512 
babb1e4a88596553ddba79afeaa2bad0221e90e08cc0505c8297b61b6a1acb7c9e458ee71da420ee49378c4ac8d3b8545d1ab7e05710da556c452f3f7bb133f1

diff --git a/dev-ruby/ox/ox-2.10.0.ebuild b/dev-ruby/ox/ox-2.10.0.ebuild
new file mode 100644
index 000..f03cb3bed81
--- /dev/null
+++ b/dev-ruby/ox/ox-2.10.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
+SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ox extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ox
+   cp ext/ox/ox$(get_modname) lib/ox/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/tests.rb || die
+}



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

2018-09-03 Thread Matt Thode
commit: 4e794798189d1485966e98f1e8df2b4cca01607b
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Sep  4 02:02:41 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep  4 02:04:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e794798

dev-python/kombu: 4.2.1 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/kombu/Manifest   |  1 +
 dev-python/kombu/kombu-4.2.1.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest
index a7d0a649e57..b251c59dafe 100644
--- a/dev-python/kombu/Manifest
+++ b/dev-python/kombu/Manifest
@@ -1 +1,2 @@
 DIST kombu-4.1.0.tar.gz 421875 BLAKE2B 
636dab025883bc9465b28e7a6ab4249ae7d079cc57d33b1af8ce8633e12b85027ace9601475f9e2db1782d197f888476ce6006a2d5429e040ee8de0d1c86266c
 SHA512 
fc104a3f974fabf090cc257b1a7623af6048f4630c6c2a9bb693fe69d77b6cdab36135a290a41056c1f854f61cce8fc2aa6b7880e9273581bfdfa162b5724861
+DIST kombu-4.2.1.tar.gz 423926 BLAKE2B 
8566e3d81bd77c93982f54300e837e2aaac1d1fbfc716c87607fb83b86bc80148afc37b11145ee33ff3a6cef9fadb6178c370dc5b47c0774a56e6b08b6bf951e
 SHA512 
a480444199aeee4e0048803a49ee85f2b348734eccf0e746189ea7db3787cb27baa89765a71cf88288ec7171252d55e13bc787641a543d3f91d6eb3d30c6a90c

diff --git a/dev-python/kombu/kombu-4.2.1.ebuild 
b/dev-python/kombu/kombu-4.2.1.ebuild
new file mode 100644
index 000..3a30c9fc6ba
--- /dev/null
+++ b/dev-python/kombu/kombu-4.2.1.ebuild
@@ -0,0 +1,79 @@
+# 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 distutils-r1
+
+DESCRIPTION="AMQP Messaging Framework for Python"
+HOMEPAGE="https://pypi.org/project/kombu/ https://github.com/celery/kombu;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc examples mongodb msgpack redis sqs test yaml"
+
+# couchdb backend support possible via dev-python/couchdb-python
+# ditto dev-python/kazoo(>=1.3.1)
+RDEPEND="
+   >=dev-python/py-amqp-2.1.4[${PYTHON_USEDEP}]
+   =dev-python/boto3-1.4.4[${PYTHON_USEDEP}] )
+   msgpack? ( >=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}] )
+   mongodb? ( >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}] )
+   redis? ( >=dev-python/redis-py-2.10.5[${PYTHON_USEDEP}] )
+   yaml? ( >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] )"
+# Fix to https://github.com/celery/kombu/issues/474 obliges dev-python/pymongo 
to >=-3.0.2
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-20.6.7[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/case-1.5.2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/couchdb-python[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_celery-1.1[${PYTHON_USEDEP}] )"
+
+# kazoo is optional for tests.
+# Refrain for now, no established demand for it from users
+
+# Req'd for test phase
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+)
+
+python_prepare_all() {
+   # AttributeError: test_Etcd instance has no attribute 'patch'
+   rm t/unit/transport/test_etcd.py || die
+   # allow use of new (renamed) msgpack
+   sed -i '/msgpack/d' requirements/extras/msgpack.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # Doc build misses and skips only content re librabbitmq which is not 
in portage
+   if use doc; then
+   emake -C docs html || die "kombu docs failed installation"
+   fi
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   docinto examples
+   dodoc -r examples/.
+   fi
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/, dev-lang/julia/files/

2018-09-03 Thread Matthias Maier
commit: f5e9b648beabb30f0eefb2bf9ce72e3a8e89a927
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  3 22:21:33 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Sep  4 01:19:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e9b648

dev-lang/julia: Update ebuild

Closes: https://github.com/gentoo/gentoo/pull/9553
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-lang/julia/Manifest|  5 +-
 ...em.patch => julia-0.7.0-fix_build_system.patch} | 27 --
 .../julia/files/julia-1.0.0-fix_build_system.patch | 27 --
 dev-lang/julia/julia-1.0.0.ebuild  | 96 +++---
 4 files changed, 90 insertions(+), 65 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 88b87cdcf4b..04afe500355 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,4 +1,7 @@
 DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c4b350496f9d2b344cd7e2c2043ae30b4dd26b567803a2cb96d1ec4dbe2ba514fb08b925c695589746691887334330dd2
 SHA512 
d04cd55ba0dde08f253db3a388cf5ebe87cec8ae321a5af4c1c92f2680aa6e6ef2ebfa771ec74f8f1ff96409e2c0645476acf577859e8718eac4a581f097639d
 DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8
-DIST julia-1.0.0-bundled.tar.gz 3740215 BLAKE2B 
1d230d9f2ba47a1ee3221d1a4c94648bd02a80c30205dd9d438f78261e005ab7ed2173a3c7673489b17ee50050a4cbc0563ce90f16202b8cea65e4c65155cf2c
 SHA512 
be89442366e0ebc789c16485b790368ef8702375bc1c1520d33bda152c8eda988a87f0a389d9b060f51b00ad0c249a95149468ab296811cd7050e110368d256a
 DIST julia-1.0.0.tar.gz 7378753 BLAKE2B 
1fcf3a63b00b6a49a86ca69b6ee809a28c828287c739405ae180e96645d565de0941b049d319f82f60e1ee63ee89629be213ecb22ab1ea901b306d1e149fa861
 SHA512 
5a53b16a1ab57cdffa5dadf11e78c413ed9f18af23ae90b64dee8323c2fc9bd6e6918b341f48accbcb7a6eab559811c80d72ac3ac0576c7cf6c9c9057356f6ba
+DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
+DIST julia-libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e.tar.gz 1492695 
BLAKE2B 
ad03512dd1db2c7066b46b5a3a314645b925481d8ace09ac0a0ae23cf5b8a64338ad457f8df229aa82f1d45605b5366883f563f2e22756ce28bb6fb7607d7124
 SHA512 
1305035b1372bdf234e3c5e673ee4c8ab5bda83ff06bc27704786def52667c3143fe587fca8f6e0855ba0c8b6d4dd90b2faefd33736224173f459d751885683e
+DIST julia-libwhich-81e9723c0273d78493dc8c8ed570f68d9ce7e89e.tar.gz 4183 
BLAKE2B 
c932e23b1b476d3fd16cf6f451efd5fc6d9c1ec2c53e8ac086340a100817d9b30dae3eff50b284a42c09b2bbae30b9e2fd38b2881f8cbf4974a89f3bd0c87599
 SHA512 
6fb77b715d70d9bc95a8546c3bf97bd3677c7ea344b88bb5bc3bbfac9dceabe8a8cde7a0f64dec884cde802e4a3000e30837d3f824b5a9242348c4fe061526a3
+DIST julia-utf8proc-97ef668b312b96382714dbb8eaac4affce0816e6.tar.gz 156361 
BLAKE2B 
e5e1485b758e959ed78f7fde8b211376da2365e5835708042de57c091b10b59755e1203a9f88c0d761687bf3d166207410de6ec203d80fef4dbdf06a50404cd1
 SHA512 
1c80dc6e71fdad187b142d02e561dfe1880857baaec08d36240ecb2f275d1bc5467aace84eebe5a10fd3f4c40b0035e65a5db3ec2a9ee6940920b0aad6221c55

diff --git a/dev-lang/julia/files/julia-1.0.0-fix_build_system.patch 
b/dev-lang/julia/files/julia-0.7.0-fix_build_system.patch
similarity index 80%
copy from dev-lang/julia/files/julia-1.0.0-fix_build_system.patch
copy to dev-lang/julia/files/julia-0.7.0-fix_build_system.patch
index 1ed19d6e06e..028a2f7e08c 100644
--- a/dev-lang/julia/files/julia-1.0.0-fix_build_system.patch
+++ b/dev-lang/julia/files/julia-0.7.0-fix_build_system.patch
@@ -1,8 +1,8 @@
 diff --git a/Make.inc b/Make.inc
-index 8e0df61..5747a1c 100644
+index 8cb2c1014..d3be9de8e 100644
 --- a/Make.inc
 +++ b/Make.inc
-@@ -181,7 +181,7 @@ USE_GPL_LIBS ?= 1
+@@ -178,7 +178,7 @@ USE_GPL_LIBS ?= 1
  # Directories where said libraries get installed to
  prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
  bindir := $(prefix)/bin
@@ -11,7 +11,7 @@ index 8e0df61..5747a1c 100644
  libexecdir := $(prefix)/libexec
  datarootdir := $(prefix)/share
  docdir := $(datarootdir)/doc/julia
-@@ -413,7 +413,7 @@ ifneq ($(OS), WINNT)
+@@ -410,7 +410,7 @@ ifneq ($(OS), WINNT)
  JCXXFLAGS += -pedantic
  endif
  DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
@@ -20,7 +20,7 @@ index 8e0df61..5747a1c 100644
  endif
  
  ifeq ($(USECLANG),1)
-@@ -424,7 +424,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+@@ -421,7 +421,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS := -fasynchronous-unwind-tables
  JCXXFLAGS := 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/

2018-09-03 Thread Matthias Maier
commit: 87a7f9cd57989309e905c9767e3769a550777924
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  3 22:37:40 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Sep  4 01:19:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a7f9cd

dev-lang/julia: Update live ebuild

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-lang/julia/julia-.ebuild | 47 
 1 file changed, 23 insertions(+), 24 deletions(-)

diff --git a/dev-lang/julia/julia-.ebuild b/dev-lang/julia/julia-.ebuild
index c8aa3e8ec86..5a1d916e206 100644
--- a/dev-lang/julia/julia-.ebuild
+++ b/dev-lang/julia/julia-.ebuild
@@ -18,8 +18,8 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
-   >=sys-devel/llvm-4.0.0:=
-   >=sys-devel/clang-4.0.0:="
+   >=sys-devel/llvm-6.0.0:=
+   >=sys-devel/clang-6.0.0:="
 
 RDEPEND+="
dev-libs/double-conversion:0=
@@ -99,28 +99,27 @@ src_configure() {
 
# USE_SYSTEM_LIBM=0 implies using external openlibm
cat <<-EOF > Make.user
-   USE_SYSTEM_DSFMT=0
-   USE_SYSTEM_LIBUV=0
-   USE_SYSTEM_PCRE=1
-   USE_SYSTEM_RMATH=0
-   USE_SYSTEM_UTF8PROC=0
-   USE_LLVM_SHLIB=0
-   USE_SYSTEM_ARPACK=1
-   USE_SYSTEM_BLAS=1
-   USE_SYSTEM_FFTW=1
-   USE_SYSTEM_GMP=1
-   USE_SYSTEM_GRISU=1
-   USE_SYSTEM_LAPACK=1
-   USE_SYSTEM_LIBGIT2=1
-   USE_SYSTEM_LIBM=0
-   USE_SYSTEM_LIBUNWIND=1
-   USE_SYSTEM_LLVM=1
-   USE_SYSTEM_MPFR=1
-   USE_SYSTEM_OPENLIBM=1
-   USE_SYSTEM_OPENSPECFUN=1
-   USE_SYSTEM_PATCHELF=1
-   USE_SYSTEM_READLINE=1
-   USE_SYSTEM_SUITESPARSE=1
+   USE_SYSTEM_ARPACK:=1
+   USE_SYSTEM_BLAS:=1
+   USE_SYSTEM_DSFMT:=0
+   USE_SYSTEM_GMP:=1
+   USE_SYSTEM_GRISU:=1
+   USE_SYSTEM_LAPACK:=1
+   USE_SYSTEM_LIBGIT2:=1
+   USE_SYSTEM_LIBM:=0
+   USE_SYSTEM_LIBUNWIND:=1
+   USE_SYSTEM_LIBUV:=0
+   USE_SYSTEM_LLVM:=1
+   USE_LLVM_SHLIB:=1
+   USE_SYSTEM_MPFR:=1
+   USE_SYSTEM_OPENLIBM:=1
+   USE_SYSTEM_OPENSPECFUN:=1
+   USE_SYSTEM_PATCHELF:=1
+   USE_SYSTEM_PCRE:=1
+   USE_SYSTEM_READLINE:=1
+   USE_SYSTEM_RMATH:=0
+   USE_SYSTEM_SUITESPARSE:=1
+   USE_SYSTEM_UTF8PROC:=0
USE_SYSTEM_ZLIB=1
VERBOSE=1
libdir="${EROOT}/usr/$(get_libdir)"



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

2018-09-03 Thread Matthias Maier
commit: f56d6fe72de4bc8231517f7ae33b9572a9c30780
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Sep  4 01:09:23 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Sep  4 01:19:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56d6fe7

profiles: Update julia-0.7.0 and julia-1.0.0 masks

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 16cb39c63c3..355c89d52f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -78,8 +78,9 @@ media-plugins/vdr-xvdr
 media-plugins/vdr-autosort
 
 # Matthias Maier  (1 Sep 2018)
-# Mask 1.0.0 for the time being until a compatible LLVM version made it
-# into the tree.
+# Mask 0.7.0 and  1.0.0 for the time being until a compatible LLVM version
+# made it into the tree, bug #665192
+~dev-lang/julia-0.7.0
 ~dev-lang/julia-1.0.0
 
 # Michał Górny  (31 Aug 2018)



[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/

2018-09-03 Thread Matthias Maier
commit: 996ebaf4e9cd229aca6d46af7f2ea8a01322e3d9
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Sep  4 01:03:45 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Sep  4 01:19:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996ebaf4

dev-lang/julia: add version 0.7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-lang/julia/Manifest   |   1 +
 dev-lang/julia/julia-0.7.0.ebuild | 201 ++
 2 files changed, 202 insertions(+)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 04afe500355..7b1c97da219 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,5 +1,6 @@
 DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c4b350496f9d2b344cd7e2c2043ae30b4dd26b567803a2cb96d1ec4dbe2ba514fb08b925c695589746691887334330dd2
 SHA512 
d04cd55ba0dde08f253db3a388cf5ebe87cec8ae321a5af4c1c92f2680aa6e6ef2ebfa771ec74f8f1ff96409e2c0645476acf577859e8718eac4a581f097639d
 DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8
+DIST julia-0.7.0.tar.gz 7547849 BLAKE2B 
6721e980a5fd84f1a28838a91acdd95e8562dd971903e30776dfb90a6cc0ac1ffbedd22c2bfee45bd2fa616adead82680ebe30f9b86a1d968db2353233b32bc2
 SHA512 
296dbc71fe5238b0cbdc5c67f7002fbf05abea85dc4298784d74fbfef1c96890ab9cc1bbe874337c01f39ca08a6022f6abcde3a5e2ff1cdc25f2f7493ead1804
 DIST julia-1.0.0.tar.gz 7378753 BLAKE2B 
1fcf3a63b00b6a49a86ca69b6ee809a28c828287c739405ae180e96645d565de0941b049d319f82f60e1ee63ee89629be213ecb22ab1ea901b306d1e149fa861
 SHA512 
5a53b16a1ab57cdffa5dadf11e78c413ed9f18af23ae90b64dee8323c2fc9bd6e6918b341f48accbcb7a6eab559811c80d72ac3ac0576c7cf6c9c9057356f6ba
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
 DIST julia-libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e.tar.gz 1492695 
BLAKE2B 
ad03512dd1db2c7066b46b5a3a314645b925481d8ace09ac0a0ae23cf5b8a64338ad457f8df229aa82f1d45605b5366883f563f2e22756ce28bb6fb7607d7124
 SHA512 
1305035b1372bdf234e3c5e673ee4c8ab5bda83ff06bc27704786def52667c3143fe587fca8f6e0855ba0c8b6d4dd90b2faefd33736224173f459d751885683e

diff --git a/dev-lang/julia/julia-0.7.0.ebuild 
b/dev-lang/julia/julia-0.7.0.ebuild
new file mode 100644
index 000..f7b451ce750
--- /dev/null
+++ b/dev-lang/julia/julia-0.7.0.ebuild
@@ -0,0 +1,201 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+RESTRICT="test"
+
+inherit llvm pax-utils toolchain-funcs
+
+MY_LIBUV_V="ed3700c849289ed01fe04273a7bf865340b2bd7e"
+MY_UTF8PROC_V="97ef668b312b96382714dbb8eaac4affce0816e6"
+MY_LIBWHICH_V="81e9723c0273d78493dc8c8ed570f68d9ce7e89e"
+MY_DSFMT_V="2.2.3"
+
+DESCRIPTION="High-performance programming language for technical computing"
+HOMEPAGE="https://julialang.org/;
+SRC_URI="
+   https://github.com/JuliaLang/${PN}/releases/download/v${PV}/${P}.tar.gz
+   https://api.github.com/repos/JuliaLang/libuv/tarball/${MY_LIBUV_V} -> 
${PN}-libuv-${MY_LIBUV_V}.tar.gz
+   
https://api.github.com/repos/JuliaLang/utf8proc/tarball/${MY_UTF8PROC_V} -> 
${PN}-utf8proc-${MY_UTF8PROC_V}.tar.gz
+   https://api.github.com/repos/vtjnash/libwhich/tarball/${MY_LIBWHICH_V} 
-> ${PN}-libwhich-${MY_LIBWHICH_V}.tar.gz
+   
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-${MY_DSFMT_V}.tar.gz
 -> ${PN}-dsfmt-${MY_DSFMT_V}.tar.gz
+"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# julia 0.7* needs a patched llvm-6
+RDEPEND="
+   =sys-devel/llvm-6*:=
+   =sys-devel/clang-6*:="
+LLVM_MAX_SLOT=6
+
+RDEPEND+="
+   dev-libs/double-conversion:0=
+   dev-libs/gmp:0=
+   dev-libs/libgit2:0=
+   >=dev-libs/libpcre2-10.23:0=[jit]
+   dev-libs/mpfr:0=
+   dev-libs/openspecfun
+   sci-libs/amd:0=
+   sci-libs/arpack:0=
+   sci-libs/camd:0=
+   sci-libs/ccolamd:0=
+   sci-libs/cholmod:0=
+   sci-libs/colamd:0=
+   sci-libs/fftw:3.0=[threads]
+   sci-libs/openlibm:0=
+   sci-libs/spqr:0=
+   sci-libs/umfpack:0=
+   sci-mathematics/glpk:0=
+   >=sys-libs/libunwind-1.1:7=
+   sys-libs/readline:0=
+   sys-libs/zlib:0=
+   >=virtual/blas-3.6
+   virtual/lapack"
+
+DEPEND="${RDEPEND}
+   dev-vcs/git
+   dev-util/patchelf
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.0-fix_build_system.patch
+)
+
+src_unpack() {
+   tounpack=(${A})

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

2018-09-03 Thread Matt Thode
commit: 6315448d4d8ab99fc8ded9f40f99d34a876bf458
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Sep  4 01:18:30 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep  4 01:18:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6315448d

net-analyzer/icinga2: add missing dep

Fixes: https://bugs.gentoo.org/652384
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/icinga2/{icinga2-.ebuild => icinga2-2.9.1-r1.ebuild} | 3 ++-
 net-analyzer/icinga2/icinga2-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-.ebuild 
b/net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild
similarity index 98%
copy from net-analyzer/icinga2/icinga2-.ebuild
copy to net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild
index cedd09e7dce..635111837e4 100644
--- a/net-analyzer/icinga2/icinga2-.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild
@@ -27,7 +27,8 @@ CDEPEND="
>=dev-libs/boost-1.58-r1
console? ( dev-libs/libedit )
mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )"
+   postgres? ( dev-db/postgresql:= )
+   dev-libs/yajl"
 
 DEPEND="
${CDEPEND}

diff --git a/net-analyzer/icinga2/icinga2-.ebuild 
b/net-analyzer/icinga2/icinga2-.ebuild
index cedd09e7dce..635111837e4 100644
--- a/net-analyzer/icinga2/icinga2-.ebuild
+++ b/net-analyzer/icinga2/icinga2-.ebuild
@@ -27,7 +27,8 @@ CDEPEND="
>=dev-libs/boost-1.58-r1
console? ( dev-libs/libedit )
mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )"
+   postgres? ( dev-db/postgresql:= )
+   dev-libs/yajl"
 
 DEPEND="
${CDEPEND}



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

2018-09-03 Thread Brian Evans
commit: a97f793050faa0bb5a9c9fe6e843545382d4b405
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Sep  4 00:25:05 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Sep  4 00:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97f7930

dev-php/adodb: Version bump for 5.20.13

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-php/adodb/Manifest |  1 +
 dev-php/adodb/adodb-5.20.13.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/adodb/Manifest b/dev-php/adodb/Manifest
index 7ac84d8d56f..022744eec1a 100644
--- a/dev-php/adodb/Manifest
+++ b/dev-php/adodb/Manifest
@@ -1,2 +1,3 @@
 DIST adodb-5.20.12.tar.gz 464962 BLAKE2B 
51b1bec4c9bda427988848cd0ff810058e159c75946ea4d14d1ab639545f0c95a8a1a2b8193c8c0403e37fc2e3b858f97b255b9b615b65786d1593269e9da731
 SHA512 
ac8f36dba459bac15f16ecfd1ece69edc922e67b6aec3641a0c8ffc50c6b1c437ecce2e5652c31f2e472f7abefb3ac5a8a2bef188959007442799784ab764c1e
+DIST adodb-5.20.13.tar.gz 465568 BLAKE2B 
7acfe36586fcf0e0291ce9dd6446c6f0922b9c7144b86d8eb0d78db98247fc9ac6aa9b1623822628096c2be0e0e9c554e9c3acbc05d9ddcda1b5c598b8b3652b
 SHA512 
0824de6abf73a8e3fbdde30ca1455264a49e3b711e81c8232bd82c082c0d3f255aea35a167685cd01e80216622db1167c17a518d57b1ed260eaa498cab0b9fca
 DIST adodb-5.20.9.tar.gz 464257 BLAKE2B 
38a37e4a5b1ac86b37cbd164c79e2112c78fb22530a225d2cac4f916703d4c2bd300a47a214344d8ae9e5c94467ec34cab96ab36a10ad8dad581ec74c73ae111
 SHA512 
bc40113012c27b759ff35e7395404d1756720e9daef7df4d33147b9950e9ffd032274ccd8808fe303ba75feeaf727e2deb50fc6d79826db96ce568a70007f30f

diff --git a/dev-php/adodb/adodb-5.20.13.ebuild 
b/dev-php/adodb/adodb-5.20.13.ebuild
new file mode 100644
index 000..f6b55b30633
--- /dev/null
+++ b/dev-php/adodb/adodb-5.20.13.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="ADOdb"
+DESCRIPTION="Database abstraction layer for PHP"
+HOMEPAGE="https://github.com/ADOdb;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# If you want to be picky, we should require that PHP be built with at
+# least one database driver enabled; otherwise adodb isn't going to be
+# able to do anything. But, the database USE flags for dev-lang/php are
+# a mess. What we would *like* to do is have a set of USE flags for
+# adodb that then propagate to PHP itself... for example, adodb[mysql]
+# could require php[mysql]. To do that would require that we duplicate
+# the database USE flag mess for adodb -- not desirable. Instead we punt
+# and let the user install adodb unconditionally. If he doesn't have
+# database support in PHP, it just won't work.
+RDEPEND="dev-lang/php:*"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+   DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
+   DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
+   DOCS+=" pear/readme.Auth.txt"
+
+   dodoc $DOCS
+   rm -f $DOCS || die "failed to remove docs before installation"
+
+   insinto "/usr/share/php/${PN}"
+   doins *.php
+   doins -r contrib datadict drivers lang pear perf replicate session xsl
+}



[gentoo-commits] proj/gcc-patches:master commit in: 2.95.3/gentoo/

2018-09-03 Thread Sergei Trofimovich
commit: 5c628ecf524dda00af2707c58f431ae6437ddc12
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  3 22:02:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  3 22:02:33 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=5c628ecf

2.95.3: cut new 1.5 patchset

Signed-off-by: Sergei Trofimovich  gentoo.org>

 2.95.3/gentoo/45_all_libexec-gcc-as.patch | 12 ++--
 2.95.3/gentoo/README.history  |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/2.95.3/gentoo/45_all_libexec-gcc-as.patch 
b/2.95.3/gentoo/45_all_libexec-gcc-as.patch
index e857363..0442313 100644
--- a/2.95.3/gentoo/45_all_libexec-gcc-as.patch
+++ b/2.95.3/gentoo/45_all_libexec-gcc-as.patch
@@ -2,9 +2,9 @@ Before gcc-3.4 assembler was supposed to be in 
/usr/lib/gcc-lib/
 After gcc-3.4 assembler location moved to /usr/libexec/gcc/
 
 Add gcc-3.4-style path.
 a/gcc/configure
-+++ b/gcc/configure
-@@ -8161,3 +8161,7 @@ elif test x$host = x$target; then
+--- a/gcc/configure.in
 b/gcc/configure.in
+@@ -4010,3 +4010,7 @@ elif test x$host = x$target; then
  
 -  test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
 +  test_dirs="$test_prefix/libexec/gcc/$target/$gcc_version \
@@ -13,9 +13,9 @@ Add gcc-3.4-style path.
 + /usr/libexec/gcc/$target \
 + $test_prefix/lib/gcc-lib/$target/$gcc_version \
   $test_prefix/lib/gcc-lib/$target \
 a/gcc/configure.in
-+++ b/gcc/configure.in
-@@ -4010,3 +4010,7 @@ elif test x$host = x$target; then
+--- a/gcc/configure
 b/gcc/configure
+@@ -8161,3 +8161,7 @@ elif test x$host = x$target; then
  
 -  test_dirs="$test_prefix/lib/gcc-lib/$target/$gcc_version \
 +  test_dirs="$test_prefix/libexec/gcc/$target/$gcc_version \

diff --git a/2.95.3/gentoo/README.history b/2.95.3/gentoo/README.history
index 403f128..a45bbcc 100644
--- a/2.95.3/gentoo/README.history
+++ b/2.95.3/gentoo/README.history
@@ -1,4 +1,4 @@
-1.5TODO
+1.53 Sep 2018
+ 44_all_gcc-texi.patch
+ 45_all_libexec-gcc-as.patch
+ 46_all_libexec-gcc-binutils.patch



[gentoo-commits] repo/gentoo:master commit in: sys-process/glances/

2018-09-03 Thread Georgy Yakovlev
commit: cb42d4054f6d3531ef4a9956764ddd249ba5b610
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep  3 21:51:28 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep  3 21:53:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb42d405

sys-process/glances: version bump to 3.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-process/glances/Manifest   |  1 +
 sys-process/glances/glances-3.0.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
index 6a6608bae6f..06bd290d732 100644
--- a/sys-process/glances/Manifest
+++ b/sys-process/glances/Manifest
@@ -1 +1,2 @@
 DIST Glances-2.11.1.tar.gz 5665685 BLAKE2B 
5de75e7770cc01a0ddd6fcb0583e5d23c02e5188c7d6cbd55d2999be9321a1affda351094b8614d206e640e5a1338266b5c77629ec53bb280b9166f7b6a996e2
 SHA512 
99adccff7d1531760834b76f9a9525df0bf9a8f6f57dbd1f7c3c0515ba3b5c94f26172e19bbc7c93cecbe4bdebcca87ab3a11dd592259509eff85346780ef43a
+DIST Glances-3.0.tar.gz 6247724 BLAKE2B 
0481782c7ad69459ae7a3b2d01f08c1ef45715c8a272ad78283c49c13bd9d7465f1a0ee96284b539b132f9cbc01e8432cf49239f0737da1858895f83b0b47cfe
 SHA512 
8d77d429b553fcb603c627f0fd0a8998791d5bf86be3d89cd35b37e46e1b0546787607ba4f92d5a4981565db54a8b55d314cd3b9e7824a353324cd9d404f3c0b

diff --git a/sys-process/glances/glances-3.0.ebuild 
b/sys-process/glances/glances-3.0.ebuild
new file mode 100644
index 000..8f7a7c3865d
--- /dev/null
+++ b/sys-process/glances/glances-3.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1 eutils linux-info
+
+DESCRIPTION="CLI curses based monitoring tool"
+HOMEPAGE="https://github.com/nicolargo/glances;
+SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}
+   >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
+
+CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
+
+S="${WORKDIR}/${P^}"
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+python_prepare_all() {
+   # Remove duplicate entries of a prebuilt doc build and
+   # ensure install of the file glances.conf in /etc/${PN}
+   sed \
+   -e '/share\/doc\/glances/d' \
+   -e "s/'CONTRIBUTING.md',//" \
+   -e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', 
['conf/glances.conf':g" \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   # add an intended file from original data set from setup.py to DOCS
+   local DOCS=( README.rst CONTRIBUTING.md conf/glances.conf )
+   # build docs
+   if use doc; then
+   pushd docs
+   make html
+   popd
+   local HTML_DOCS=( docs/_build/html/. )
+   fi
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Action script feature" dev-python/pystache
+   optfeature "Autodiscover mode" dev-python/zeroconf
+   optfeature "Battery monitoring support" dev-python/batinfo
+   optfeature "Docker monitoring support" dev-python/docker-py
+   optfeature "Graphical/chart support" dev-python/matplotlib
+   # https://bitbucket.org/gleb_zhulik/py3sensors
+   # optfeature "Hardware monitoring support" dev-python/py3sensors
+   optfeature "IP plugin" dev-python/netifaces
+   optfeature "InfluxDB export module" dev-python/influxdb
+   optfeature "Hard drive temperature monitoring" app-admin/hddtemp
+   optfeature "Quicklook CPU info" dev-python/py-cpuinfo
+   optfeature "RAID support" dev-python/pymdstat
+   optfeature "RabbitMQ/ActiveMQ export module" dev-python/pika
+   # https://github.com/banjiewen/bernhard
+   # optfeature "Riemann export" dev-python/bernhard
+   optfeature "SNMP support" dev-python/pysnmp
+   optfeature "StatsD export module" dev-python/statsd
+   optfeature "Web server mode" dev-python/bottle
+}



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

2018-09-03 Thread Alexey Shvetsov
commit: 051c279c1ca909520702dad0446b786bc302e9bd
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Sep  3 21:49:32 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Sep  3 21:49:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051c279c

sci-libs/xdrfile: Version bump

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sci-libs/xdrfile/Manifest |  1 +
 sci-libs/xdrfile/xdrfile-1.1.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/sci-libs/xdrfile/Manifest b/sci-libs/xdrfile/Manifest
index 58e3704b681..e271caaafe4 100644
--- a/sci-libs/xdrfile/Manifest
+++ b/sci-libs/xdrfile/Manifest
@@ -1 +1,2 @@
 DIST xdrfile-1.1.1.tar.gz 378942 BLAKE2B 
21b1524a7c31e957b28b93dab4b83b88c183528e534864b06ff76e3f31422129c22ac4bc24a054749dd1b5b80d93a82d873cae82571f0b89c16d55ef0de267c7
 SHA512 
bff06b08e547b956825f9b16a55fe93d07ff0c529426b892fd4b39be538774aa06facffc68994215e22e36edfa5642674653022da0762ca7cd1b7bc654112868
+DIST xdrfile-1.1.4.tar.gz 815342 BLAKE2B 
9f2703cdd67dd6cb3156ab96e496dd4fa37d3a60d660da0a6129562ed295bb52ed5d5acb54aab1bd8b682e31f6155e96541dd47fee7226ae058d62f6efe3937a
 SHA512 
70352efcce989172893e34855edd17990c80f3b5f956b2d8b03a5e75593280e981a56b00616adb950a7da5713729029aecb5dd2cd4c52a658a77eca43aa290df

diff --git a/sci-libs/xdrfile/xdrfile-1.1.4.ebuild 
b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild
new file mode 100644
index 000..9789dad9d61
--- /dev/null
+++ b/sci-libs/xdrfile/xdrfile-1.1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FORTRAN_NEEDED="fortran"
+
+inherit fortran-2 multilib
+
+DESCRIPTION="Library to read gromacs trajectory and topology files"
+HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library;
+SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="fortran static-libs"
+
+src_configure() {
+   local myeconfargs=( $(use_enable fortran) )
+
+   default
+}



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

2018-09-03 Thread Alexey Shvetsov
commit: 8a1cece78a3c0fc73419b30e8e7e69cd6af28bea
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Sep  3 21:35:28 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Sep  3 21:35:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1cece7

sci-chemistry/ParmEd: Version bump

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sci-chemistry/ParmEd/Manifest|  1 +
 sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/sci-chemistry/ParmEd/Manifest b/sci-chemistry/ParmEd/Manifest
index aae813414d8..54276dd03b0 100644
--- a/sci-chemistry/ParmEd/Manifest
+++ b/sci-chemistry/ParmEd/Manifest
@@ -1 +1,2 @@
 DIST ParmEd-2.7.3.tar.gz 34494858 BLAKE2B 
8e3ac8776f30ac73b06fd2241e5d73ba54517805ffcef7cb2f71281248df4f8afdaa05c2186ff50ba0df45df313ebdecd69a4482c8339d41baf804c37069affe
 SHA512 
a3444f915e188bcc924f28b6b4235246e2c063ae98881c48f6e13ebc685d085d6a1bcb61b29509a343cbe58369bc6233acc20ee620c6f1d42da2033772a12e07
+DIST ParmEd-3.0.3.tar.gz 35159355 BLAKE2B 
76b4655905276fe498f38c6a3bd483e89e95d3a339fbcd9ceb90d16f68d417b62e0aacaf18143d0b57167ee7acdc726c44324c844462af4d2385872210daef2a
 SHA512 
60b8ee100a301fbddec8323a3dba550c96ffa09624f41e457d4b3941a4e4a15e903c3da6de24a5183731406f19f9e6436a2111d654bc902c0f06ac8b643acf09

diff --git a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild 
b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
new file mode 100644
index 000..6ea7bdee606
--- /dev/null
+++ b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+if [[ $PV = ** ]]; then
+   scm_eclass=git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+   SRC_URI=""
+   KEYWORDS=""
+else
+   scm_eclass=vcs-snapshot
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="Parameter/topology editor and molecular simulator"
+HOMEPAGE="https://parmed.github.io/ParmEd/html/index.html;
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed \
+   -e "/delfile/d" \
+   -e "/deldir/d" \
+   -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2018-09-03 Thread Ettore Di Giacinto
commit: c42abec6d4f553e0c9a42698926a400a1c0562f3
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Mon Sep  3 21:21:13 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Sep  3 21:26:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42abec6

dev-util/molecule-plugins: Bump to 1.0.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/molecule-plugins/Manifest  | 2 +-
 .../{molecule-plugins-1.0.2-r1.ebuild => molecule-plugins-1.0.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/molecule-plugins/Manifest 
b/dev-util/molecule-plugins/Manifest
index f65a3121f1c..14f5e024b04 100644
--- a/dev-util/molecule-plugins/Manifest
+++ b/dev-util/molecule-plugins/Manifest
@@ -1 +1 @@
-DIST molecule-plugins-1.0.2.tar.bz2 17428 BLAKE2B 
60fac83a501bd8f0c05588dcace522c59093cd0fcebcc87d86c8b8301f775d4cb6367e2d83c3146b1514e53f800dd2a34185d48575636c401724dc4e471b230a
 SHA512 
65b75c23f3c662812be2ab4fe0c92bd99aba48da6e05aad6175ba3fe1cd8106d9085ed53f27c738ef6af1b327ac8ac872ef7c3c48728366b510b7a82bb90c866
+DIST molecule-plugins-1.0.3.tar.bz2 17662 BLAKE2B 
6bbbd484ec7fc8441bfccc8c716475e9bf831804a79a0add1dedd428f2dadbbd1a3025966db25619c34364f2a0b6873946c121f1df6fd3a2dc041a3a7341565a
 SHA512 
e00bb7ed9a19452f0363e3453b56a86c22b2f96b843798ad20c6c61a87acf72a389158bb7c8b1b09cbcdfbcbb4b081996c47b6327d790b72c98a13270ce4cb6c

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
similarity index 94%
rename from dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
rename to dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
index 746d3b7fc28..c06bd99700c 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.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"



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

2018-09-03 Thread Sergei Trofimovich
commit: 6d2b939162a4786c282d20c29016e78388be63b6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  3 21:17:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  3 21:22:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2b9391

dev-util/ccache: bump up to 3.4.3

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-util/ccache/Manifest|  1 +
 dev-util/ccache/ccache-3.4.3.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index 040b0e26bd3..2d725c18ca8 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -1,3 +1,4 @@
 DIST ccache-3.2.4.tar.xz 302548 BLAKE2B 
7d642dc3f944183660e79cfdfd68948528aa3ea4ef8162a4d04837c85ccace35107e663ec81a15438dab133fca2e8bf100fecd483f33c9b0aa52c68989ae8122
 SHA512 
d048b70804c81dece97f3ba511b3c109ec0d14e7dca69bc68faeeb61a4a7b5639c03e3e5ad7dad4e42b4bd198d7a7fffa4e3b7ef99590dfd4df0805db6c25db7
 DIST ccache-3.3.4.tar.xz 314468 BLAKE2B 
6e465598df428979a2c821a698afef25c05d09045cbb54ec54cc3b65b8ce6416b6eb46fae0cf5d60f766129cef11eb01410b522318c67416fdf47f6e8fceae66
 SHA512 
891bcf11b27fa20a250bc86d182663e46af450a3a807b6cab502f202cd57123ce93bcb1fe5e48866feecda76912a5f742efa5869df9117d81624ba185dd4e02c
 DIST ccache-3.4.2.tar.xz 324340 BLAKE2B 
e49582b4ff254dd4cd210634342d7b21d5c099892d4c7f3240122a3b9de013477f6c440eaf73d06fc0445020e225562528babfb41d10ca1fab68052c1e726531
 SHA512 
9bf07269df6785bb92758093f46f3be4df45de532e431e0bc3a68a7170d1782376a9b4495acf77569549062c84f61621c21c5d200e271cd064dbda4a73276f8e
+DIST ccache-3.4.3.tar.xz 328824 BLAKE2B 
f2ff3276cbadde642a362400b32291f59f60c274861c4c706f0bced801aec7aeeafeeb611331bc23e96fc8790a1d1ffd39df58f24f6a5384d8ddda0da54c9339
 SHA512 
8a92ef3f3b3688bb4c0b39106bea387ec3065a074327c1fa793e511192acd5cf9aeb5c0065ee8868a944ec63463c2b59fb84edd952102468cd12fcbb1ee16c49

diff --git a/dev-util/ccache/ccache-3.4.3.ebuild 
b/dev-util/ccache/ccache-3.4.3.ebuild
new file mode 100644
index 000..25d07d629e1
--- /dev/null
+++ b/dev-util/ccache/ccache-3.4.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="fast compiler cache"
+HOMEPAGE="https://ccache.samba.org/;
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+DEPEND="app-arch/xz-utils
+   sys-libs/zlib"
+RDEPEND="${DEPEND}
+   dev-util/shadowman
+   sys-apps/gentoo-functions"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.4-size-on-disk.patch #456178
+)
+
+src_prepare() {
+   default
+
+   # make sure we always use system zlib
+   rm -rf src/zlib || die
+   sed \
+   -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
+   "${FILESDIR}"/ccache-config-3 > ccache-config || die
+}
+
+src_install() {
+   DOCS=( doc/{AUTHORS,MANUAL,NEWS}.adoc CONTRIBUTING.md README.md )
+   default
+
+   dobin ccache-config
+   insinto /usr/share/shadowman/tools
+   newins - ccache <<<'/usr/lib/ccache/bin'
+
+   DOC_CONTENTS="
+To use ccache with **non-Portage** C compiling, add
+${EPREFIX}/usr/lib/ccache/bin to the beginning of your path, before 
${EPREFIX}/usr/bin.
+Portage 2.0.46-r11+ will automatically take advantage of ccache with
+no additional steps.  If this is your first install of ccache, type
+something like this to set a maximum cache size of 2GB:\\n
+# ccache -M 2G\\n
+If you are upgrading from an older version than 3.x you should clear all of 
your caches like so:\\n
+# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C\\n
+ccache now supports sys-devel/clang and dev-lang/icc, too!"
+
+   readme.gentoo_create_doc
+}
+
+pkg_prerm() {
+   if [[ -z ${REPLACED_BY_VERSION} && ${ROOT} == / ]] ; then
+   eselect compiler-shadow remove ccache
+   fi
+}
+
+pkg_postinst() {
+   if [[ ${ROOT} == / ]]; then
+   eselect compiler-shadow update ccache
+   fi
+
+   # nuke broken symlinks from previous versions that shouldn't exist
+   rm -rf "${EROOT}"/usr/lib/ccache.backup || die
+
+   readme.gentoo_print_elog
+}



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

2018-09-03 Thread Sergei Trofimovich
commit: 3789274e48ccf3258f99968a49fb06b588e6f47c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  3 21:21:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  3 21:22:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3789274e

dev-util/ccache: drop old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-util/ccache/Manifest|  1 -
 dev-util/ccache/ccache-3.3.4.ebuild | 67 -
 dev-util/ccache/ccache-3.4.2.ebuild | 74 -
 3 files changed, 142 deletions(-)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index 2d725c18ca8..538e0523710 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -1,4 +1,3 @@
 DIST ccache-3.2.4.tar.xz 302548 BLAKE2B 
7d642dc3f944183660e79cfdfd68948528aa3ea4ef8162a4d04837c85ccace35107e663ec81a15438dab133fca2e8bf100fecd483f33c9b0aa52c68989ae8122
 SHA512 
d048b70804c81dece97f3ba511b3c109ec0d14e7dca69bc68faeeb61a4a7b5639c03e3e5ad7dad4e42b4bd198d7a7fffa4e3b7ef99590dfd4df0805db6c25db7
 DIST ccache-3.3.4.tar.xz 314468 BLAKE2B 
6e465598df428979a2c821a698afef25c05d09045cbb54ec54cc3b65b8ce6416b6eb46fae0cf5d60f766129cef11eb01410b522318c67416fdf47f6e8fceae66
 SHA512 
891bcf11b27fa20a250bc86d182663e46af450a3a807b6cab502f202cd57123ce93bcb1fe5e48866feecda76912a5f742efa5869df9117d81624ba185dd4e02c
-DIST ccache-3.4.2.tar.xz 324340 BLAKE2B 
e49582b4ff254dd4cd210634342d7b21d5c099892d4c7f3240122a3b9de013477f6c440eaf73d06fc0445020e225562528babfb41d10ca1fab68052c1e726531
 SHA512 
9bf07269df6785bb92758093f46f3be4df45de532e431e0bc3a68a7170d1782376a9b4495acf77569549062c84f61621c21c5d200e271cd064dbda4a73276f8e
 DIST ccache-3.4.3.tar.xz 328824 BLAKE2B 
f2ff3276cbadde642a362400b32291f59f60c274861c4c706f0bced801aec7aeeafeeb611331bc23e96fc8790a1d1ffd39df58f24f6a5384d8ddda0da54c9339
 SHA512 
8a92ef3f3b3688bb4c0b39106bea387ec3065a074327c1fa793e511192acd5cf9aeb5c0065ee8868a944ec63463c2b59fb84edd952102468cd12fcbb1ee16c49

diff --git a/dev-util/ccache/ccache-3.3.4.ebuild 
b/dev-util/ccache/ccache-3.3.4.ebuild
deleted file mode 100644
index e320f86f1d0..000
--- a/dev-util/ccache/ccache-3.3.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="https://ccache.samba.org/;
-SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="app-arch/xz-utils
-   sys-libs/zlib"
-RDEPEND="${DEPEND}
-   sys-apps/gentoo-functions"
-
-src_prepare() {
-   # make sure we always use system zlib
-   rm -rf zlib || die
-   epatch "${FILESDIR}"/${PN}-3.3-size-on-disk.patch #456178
-   sed \
-   -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
-   "${FILESDIR}"/ccache-config-3 > ccache-config || die
-}
-
-src_install() {
-   DOCS=( AUTHORS.txt MANUAL.txt NEWS.txt README.md )
-   default
-
-   dobin ccache-config
-
-   DOC_CONTENTS="
-To use ccache with **non-Portage** C compiling, add
-${EPREFIX}/usr/lib/ccache/bin to the beginning of your path, before 
${EPREFIX}/usr/bin.
-Portage 2.0.46-r11+ will automatically take advantage of ccache with
-no additional steps.  If this is your first install of ccache, type
-something like this to set a maximum cache size of 2GB:\\n
-# ccache -M 2G\\n
-If you are upgrading from an older version than 3.x you should clear all of 
your caches like so:\\n
-# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C\\n
-ccache now supports sys-devel/clang and dev-lang/icc, too!"
-
-   readme.gentoo_create_doc
-}
-
-pkg_prerm() {
-   if [[ -z ${REPLACED_BY_VERSION} ]] ; then
-   "${EROOT}"/usr/bin/ccache-config --remove-links
-   "${EROOT}"/usr/bin/ccache-config --remove-links ${CHOST}
-   fi
-}
-
-pkg_postinst() {
-   "${EROOT}"/usr/bin/ccache-config --install-links
-   "${EROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
-   # nuke broken symlinks from previous versions that shouldn't exist
-   rm -f "${EROOT}"/usr/lib/ccache/bin/${CHOST}-cc || die
-   rm -rf "${EROOT}"/usr/lib/ccache.backup || die
-
-   readme.gentoo_print_elog
-}

diff --git a/dev-util/ccache/ccache-3.4.2.ebuild 
b/dev-util/ccache/ccache-3.4.2.ebuild
deleted file mode 100644
index 25d07d629e1..000
--- a/dev-util/ccache/ccache-3.4.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1
-
-DESCRIPTION="fast compiler cache"

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

2018-09-03 Thread Alexey Shvetsov
commit: 5bfc612fcf6f0fa77efd007f02ccbbcd5a199d63
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Sep  3 21:20:07 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Sep  3 21:20:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfc612f

sci-chemistry/GromacsWrapper: Version bump

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 .../GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 38 --
 .../GromacsWrapper/GromacsWrapper-0.3.2.ebuild | 38 --
 ...er-0.5.1.ebuild => GromacsWrapper-0.7.0.ebuild} | 15 -
 sci-chemistry/GromacsWrapper/Manifest  |  4 +--
 4 files changed, 8 insertions(+), 87 deletions(-)

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

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

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild 
b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.7.0.ebuild
similarity index 57%
rename from sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
rename to sci-chemistry/GromacsWrapper/GromacsWrapper-0.7.0.ebuild
index 3e946ea31dd..55ff025bcf6 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.7.0.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 
 if [[ $PV = ** ]]; then
-   scm_eclass=git-2
-   EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git;
+   scm_eclass=git-r3
+   EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git;
EGIT_BRANCH="develop"
SRC_URI=""
KEYWORDS=""
 else
scm_eclass=vcs-snapshot
-   SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz 
-> ${P}.tar.gz"
+   
SRC_URI="https://github.com/Becksteinlab/${PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
 inherit eutils distutils-r1 ${scm_eclass}
 
 DESCRIPTION="Python framework for Gromacs"
-HOMEPAGE="https://orbeckst.github.com/GromacsWrapper/;
+HOMEPAGE="https://gromacswrapper.readthedocs.io;
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
@@ -28,7 +28,6 @@ IUSE=""
 
 DEPEND="
>=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}]
-   >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}]
>=sci-libs/scipy-0.9[${PYTHON_USEDEP}]
-   "
+   dev-python/six[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"


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

2018-09-03 Thread Alexey Shvetsov
commit: b0e7d5bda510a2ad9ec49a6d52e75e60075e6596
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Sep  3 21:09:01 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Sep  3 21:09:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e7d5bd

dev-python/RecSQL: Version bump

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 dev-python/RecSQL/Manifest | 2 +-
 dev-python/RecSQL/{RecSQL-0.7.8.ebuild => RecSQL-0.7.9.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/RecSQL/Manifest b/dev-python/RecSQL/Manifest
index 4686431ab49..3b0f9d45fcb 100644
--- a/dev-python/RecSQL/Manifest
+++ b/dev-python/RecSQL/Manifest
@@ -1 +1 @@
-DIST RecSQL-0.7.8.tar.gz 140025 BLAKE2B 
03070c77765476b4907c53519fc5e54096d8e7dcbbf6771c8524fec18996993a5e6d9d48044d8da6a4267f84733165ea9c3907f7e49cb0d28ae5ded994af322a
 SHA512 
bbe5dc547d8e254eac2513c66cdcbf564e491212ee549cafd5051caf545c4b8b7c6d9f728807ab1fff98a55a5c617f4736dd67b1c5a2ab882408d9289340c33c
+DIST RecSQL-0.7.9.tar.gz 137487 BLAKE2B 
99c7c7a942fda1082f33264d4a18a61a22358bc70b50370841d5dd20fa5e4f55fdb63add03c1861ead4b844e1abb558cacb97c6c7a916e4e20dd27845608301d
 SHA512 
5873e80637c0a18faf6293849b325cea8aa0e44ca2f76cf57fcc34da3586f47075ff1ae49eed14994b5fd40ae766cc34265a4e9c7b1ec1afbe95d366f57e45b9

diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild 
b/dev-python/RecSQL/RecSQL-0.7.9.ebuild
similarity index 90%
rename from dev-python/RecSQL/RecSQL-0.7.8.ebuild
rename to dev-python/RecSQL/RecSQL-0.7.9.ebuild
index 6df5fe8e285..b40dfd020df 100644
--- a/dev-python/RecSQL/RecSQL-0.7.8.ebuild
+++ b/dev-python/RecSQL/RecSQL-0.7.9.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 
 if [[ $PV = ** ]]; then
-   scm_eclass=git-2
+   scm_eclass=git-r3
EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git;
SRC_URI=""
KEYWORDS=""



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

2018-09-03 Thread Alexey Shvetsov
commit: 768341030da4acb06798dc0d444ba8ca9dfea5f8
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Sep  3 21:04:46 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Sep  3 21:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76834103

sys-cluster/knem: Version bump

Closes: https://bugs.gentoo.org/555148
Closes: https://bugs.gentoo.org/560558
Closes: https://bugs.gentoo.org/625688
Closes: https://bugs.gentoo.org/638356
Closes: https://bugs.gentoo.org/649494
Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sys-cluster/knem/Manifest  |  2 +-
 .../knem/files/knem-1.1.3-setup_timer.patch| 58 ++
 .../knem/{knem-1.1.1.ebuild => knem-1.1.3.ebuild}  | 11 ++--
 sys-cluster/knem/knem-.ebuild  |  7 +--
 4 files changed, 71 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/knem/Manifest b/sys-cluster/knem/Manifest
index a4736fb6353..b258d70ac67 100644
--- a/sys-cluster/knem/Manifest
+++ b/sys-cluster/knem/Manifest
@@ -1 +1 @@
-DIST knem-1.1.1.tar.gz 321401 BLAKE2B 
bb3f2bd553aa1aad5b7ede61723aaea625b811564f43efaf395425449e2b61631432ab3f9ceed2f3f104f638a93705919e595436fdbe8e64b4782ce1c98629fc
 SHA512 
6b53748df8ffcfa400870657d5c121f51e132d2b724bca832b00d7c16c546299d1dd29739fe1d4b00cc33010558ae584e7c0078de2c56d8ea92ce7880b4bfedc
+DIST knem-1.1.3.tar.gz 330109 BLAKE2B 
0aa5a2b5cd329e7183800b8b4e6b76297c85325cef218dc0ae27293ffb3aaf8a6896bc237ca745bb8df97a446c2ecc5542b96fc9eb4bbead6a1c9b894dd38f51
 SHA512 
ab72b3a803898c8de1bb775857da346e16ade285cdf17b9339eef3dc939c5d50ef5b3442e96418e414d64cd3e1e1a922b5e8c74462c5d6866b842ee9749db3eb

diff --git a/sys-cluster/knem/files/knem-1.1.3-setup_timer.patch 
b/sys-cluster/knem/files/knem-1.1.3-setup_timer.patch
new file mode 100644
index 000..eb418ccc957
--- /dev/null
+++ b/sys-cluster/knem/files/knem-1.1.3-setup_timer.patch
@@ -0,0 +1,58 @@
+diff --git a/driver/linux/check_kernel_headers.sh 
b/driver/linux/check_kernel_headers.sh
+index b0b9b851c0a1..7afec9fae138 100755
+--- a/driver/linux/check_kernel_headers.sh
 b/driver/linux/check_kernel_headers.sh
+@@ -330,6 +330,19 @@ else
+   echo no
+ fi
+ 
++# timer_setup() added in v4.14-rc3
++echo -n "  checking (in kernel headers) timer_setup() availability ... "
++if test -e ${LINUX_HDR}/include/linux/timer.h > /dev/null ; then
++  if grep timer_setup ${LINUX_HDR}/include/linux/timer.h > /dev/null ; then
++echo "#define HAVE_TIMER_SETUP 1" >> ${TMP_CHECKS_NAME}
++echo yes
++  else
++echo no
++  fi
++else
++  echo no
++fi
++
+ # add the footer
+ echo "" >> ${TMP_CHECKS_NAME}
+ echo "#endif /* __knem_checks_h__ */" >> ${TMP_CHECKS_NAME}
+diff --git a/driver/linux/knem_main.c b/driver/linux/knem_main.c
+index e12aad3c0ea5..ddae2af14449 100644
+--- a/driver/linux/knem_main.c
 b/driver/linux/knem_main.c
+@@ -2610,9 +2610,17 @@ knem_kthread_func(void *data)
+ 
+ #ifdef KNEM_HAVE_DMA_ENGINE
+ static void
++#ifdef HAVE_TIMER_SETUP
++knem_dmacpy_cleanup_timer_handler(struct timer_list *t)
++#else
+ knem_dmacpy_cleanup_timer_handler(unsigned long data)
++#endif
+ {
++#ifdef HAVE_TIMER_SETUP
++  struct knem_context * ctx = from_timer(ctx, t, dmacpy_cleanup_timer);
++#else
+   struct knem_context * ctx = (void *) data;
++#endif
+ 
+   wake_up(>kthread_work_wq);
+   knem_counter_inc(DMACPY_CLEANUP_TIMEOUT);
+@@ -2665,7 +2673,11 @@ knem_miscdev_open(struct inode * inode, struct file * 
file)
+   if (ctx->dmacpy_chan) {
+   INIT_LIST_HEAD(>dmacpy_cleanup_work_list);
+   spin_lock_init(>dmacpy_cleanup_work_lock);
++#ifdef HAVE_TIMER_SETUP
++  timer_setup(>dmacpy_cleanup_timer, 
knem_dmacpy_cleanup_timer_handler, 0);
++#else
+   setup_timer(>dmacpy_cleanup_timer, 
knem_dmacpy_cleanup_timer_handler, (unsigned long) ctx);
++#endif
+ #if (defined CONFIG_NUMA) && (defined KNEM_HAVE_CPUMASK_OF_NODE)
+   {
+   int node = dev_to_node(ctx->dmacpy_chan->device->dev);

diff --git a/sys-cluster/knem/knem-1.1.1.ebuild 
b/sys-cluster/knem/knem-1.1.3.ebuild
similarity index 86%
rename from sys-cluster/knem/knem-1.1.1.ebuild
rename to sys-cluster/knem/knem-1.1.3.ebuild
index 5de621a022f..ed55d7b088e 100644
--- a/sys-cluster/knem/knem-1.1.1.ebuild
+++ b/sys-cluster/knem/knem-1.1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit autotools linux-mod linux-info toolchain-funcs udev multilib
 
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
KEYWORDS=""
 else
-   SRC_URI="http://runtime.bordeaux.inria.fr/knem/download/${P}.tar.gz;
+   SRC_URI="http://gforge.inria.fr/frs/download.php/37186/${P}.tar.gz;
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -31,8 +31,12 @@ MODULE_NAMES="knem(misc:${S}/driver/linux)"
 

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

2018-09-03 Thread Andreas Sturmlechner
commit: 440760ba33c5090a70acc9f676affc3b80f96112
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 20:25:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 20:25:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440760ba

media-libs/libqaccessibilityclient: Fix build with GCC-8

Closes: https://bugs.gentoo.org/665180
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/libqaccessibilityclient-0.2.0-gcc8.patch | 100 +
 .../libqaccessibilityclient-0.2.0.ebuild   |   4 +-
 2 files changed, 103 insertions(+), 1 deletion(-)

diff --git 
a/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.2.0-gcc8.patch
 
b/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.2.0-gcc8.patch
new file mode 100644
index 000..74c97982e4c
--- /dev/null
+++ 
b/media-libs/libqaccessibilityclient/files/libqaccessibilityclient-0.2.0-gcc8.patch
@@ -0,0 +1,100 @@
+From 34f6084ff3ba1dd025cae17e5d114caff1d7fa6f Mon Sep 17 00:00:00 2001
+From: Frederik Gladhorn 
+Date: Tue, 25 Jul 2017 16:27:12 +0200
+Subject: Compile with clang and make sure qHash works with AccessibleObject
+
+Clang didn't like the complicated friend declaration. To make sure it's
+not broken again, add one test to verify that we can use AO in hashes,
+since apps might want to do that.
+---
+ src/qaccessibilityclient/accessibleobject.cpp |  4 
+ src/qaccessibilityclient/accessibleobject.h   | 17 ++---
+ tests/auto/tst_accessibilityclient.cpp|  9 +
+ 3 files changed, 19 insertions(+), 11 deletions(-)
+
+diff --git a/src/qaccessibilityclient/accessibleobject.cpp 
b/src/qaccessibilityclient/accessibleobject.cpp
+index b2b005b..b8c9d33 100644
+--- a/src/qaccessibilityclient/accessibleobject.cpp
 b/src/qaccessibilityclient/accessibleobject.cpp
+@@ -534,7 +534,3 @@ QACCESSIBILITYCLIENT_EXPORT QDebug 
QAccessibleClient::operator<<(QDebug d, const
+ return d.space();
+ }
+ #endif
+-
+-uint qHash(const QAccessibleClient::AccessibleObject& object) {
+-return qHash(object.d);
+-}
+diff --git a/src/qaccessibilityclient/accessibleobject.h 
b/src/qaccessibilityclient/accessibleobject.h
+index a0d0db4..ee2e5ad 100644
+--- a/src/qaccessibilityclient/accessibleobject.h
 b/src/qaccessibilityclient/accessibleobject.h
+@@ -27,8 +27,6 @@ namespace QAccessibleClient {
+ class AccessibleObject;
+ }
+ 
+-uint qHash(const QAccessibleClient::AccessibleObject& object);
+-
+ #include 
+ #include 
+ #include 
+@@ -40,6 +38,11 @@ namespace QAccessibleClient {
+ class AccessibleObjectPrivate;
+ class RegistryPrivate;
+ 
++
++#ifndef QT_NO_DEBUG_STREAM
++QACCESSIBILITYCLIENT_EXPORT QDebug operator<<(QDebug, const 
AccessibleObject &);
++#endif
++
+ /**
+ This class represents an accessible object.
+ 
+@@ -746,13 +749,13 @@ private:
+ friend class RegistryPrivate;
+ friend class CacheWeakStrategy;
+ friend class CacheStrongStrategy;
+-friend QDebug QAccessibleClient::operator<<(QDebug, const 
AccessibleObject &);
+-friend uint ::qHash(const AccessibleObject& object);
+-};
+-
+ #ifndef QT_NO_DEBUG_STREAM
+-QACCESSIBILITYCLIENT_EXPORT QDebug operator<<(QDebug, const AccessibleObject 
&);
++friend QDebug QAccessibleClient::operator<<(QDebug, const 
AccessibleObject &);
+ #endif
++friend uint qHash(const QAccessibleClient::AccessibleObject& object) {
++return qHash(object.d);
++}
++};
+ 
+ }
+ 
+diff --git a/tests/auto/tst_accessibilityclient.cpp 
b/tests/auto/tst_accessibilityclient.cpp
+index ad98c0e..c377982 100644
+--- a/tests/auto/tst_accessibilityclient.cpp
 b/tests/auto/tst_accessibilityclient.cpp
+@@ -75,6 +75,7 @@ private Q_SLOTS:
+ 
+ void tst_registry();
+ void tst_accessibleObject();
++void tst_hashable();
+ void tst_application();
+ void tst_navigation();
+ void tst_focus();
+@@ -145,6 +146,14 @@ void AccessibilityClientTest::tst_accessibleObject()
+ QVERIFY(!invalid2.isValid());
+ }
+ 
++void AccessibilityClientTest::tst_hashable()
++{
++AccessibleObject testObject;
++QHash testHash;
++testHash[testObject] = 1;
++QCOMPARE(testHash[testObject], 1);
++}
++
+ void AccessibilityClientTest::tst_application()
+ {
+ QString appName = QLatin1String("Lib QAccessibleClient test");
+-- 
+cgit v0.11.2
+

diff --git 
a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.2.0.ebuild 
b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.2.0.ebuild
index de1d15f27a1..e18e8169c11 100644
--- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.2.0.ebuild
+++ b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.2.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
@@ -22,6 +22,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( 

[gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/futures/, lib/portage/util/futures/

2018-09-03 Thread Zac Medico
commit: b37256a524a0fbf88ffad20c9f01aaf37409ec66
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep  3 20:16:37 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep  3 20:20:40 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b37256a5

compat_coroutine: CancelledError cancels coroutine's future

 lib/portage/tests/util/futures/test_compat_coroutine.py | 8 ++--
 lib/portage/util/futures/compat_coroutine.py| 2 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/lib/portage/tests/util/futures/test_compat_coroutine.py 
b/lib/portage/tests/util/futures/test_compat_coroutine.py
index cbc070869..b6f75b1a2 100644
--- a/lib/portage/tests/util/futures/test_compat_coroutine.py
+++ b/lib/portage/tests/util/futures/test_compat_coroutine.py
@@ -71,6 +71,10 @@ class CompatCoroutineTestCase(TestCase):
loop.run_until_complete, future)
 
def test_cancelled_future(self):
+   """
+   When a coroutine raises CancelledError, the coroutine's
+   future is cancelled.
+   """
 
@coroutine
def cancelled_future_coroutine(loop=None):
@@ -81,8 +85,8 @@ class CompatCoroutineTestCase(TestCase):
yield future
 
loop = asyncio.get_event_loop()
-   self.assertRaises(asyncio.CancelledError,
-   loop.run_until_complete, 
cancelled_future_coroutine(loop=loop))
+   future = 
loop.run_until_complete(asyncio.wait([cancelled_future_coroutine()]))[0].pop()
+   self.assertTrue(future.cancelled())
 
def test_yield_expression_result(self):
@coroutine

diff --git a/lib/portage/util/futures/compat_coroutine.py 
b/lib/portage/util/futures/compat_coroutine.py
index 59fdc31b6..3edfa6bee 100644
--- a/lib/portage/util/futures/compat_coroutine.py
+++ b/lib/portage/util/futures/compat_coroutine.py
@@ -102,6 +102,8 @@ class _GeneratorTask(object):
self._generator.throw(previous.exception())
future = next(self._generator)
 
+   except asyncio.CancelledError:
+   self._result.cancel()
except _CoroutineReturnValue as e:
if not self._result.cancelled():
self._result.set_result(e.result)



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

2018-09-03 Thread Andreas Sturmlechner
commit: 7d434c0351d4a9b48f353a5d89eb13bd46735be9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 20:04:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 20:04:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d434c03

media-sound/cantata: 2.3.2 version bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/cantata/Manifest   |   1 +
 media-sound/cantata/cantata-2.3.2.ebuild   | 125 +
 .../cantata/files/cantata-2.3.2-opusfile.patch |  22 
 3 files changed, 148 insertions(+)

diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index 28f944978e8..cef8831345c 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1,2 +1,3 @@
 DIST cantata-2.2.0.tar.bz2 2251649 BLAKE2B 
9b28a4e3a77245fcf00f81780adecdc51e066f068798f92300ef8527872313f5fb56d4b90a6f5511caf951ba9fcd5c094dd5e9062fe3d314b75412b3e8e03d37
 SHA512 
519a2e24c8b2a1c98a2006a1f590945e1bd5e98a2c3a1b5da23e40f2297f1477d48d69b48ec669219f5ab8fdc955486fe29db6914abeef1fba2a47377f694ecd
 DIST cantata-2.3.1.tar.bz2 2414702 BLAKE2B 
c44f7e95091dd4f84e630236e7f681d2ea47cd90705cdeeb17d3e892d4e0b978f88d4cb648841543494670c5dbc1a00ba9e2377dfd684b2fdee9223d4b6b28e3
 SHA512 
8199b08b1f3d2111fc50fbc4e5b1edced6ac480fd213a11eee569deeebf3a3f1167c2b53c3117bb90b2b81b46792c56b99b65eae5d2b290c0f3b3f90736108e5
+DIST cantata-2.3.2.tar.bz2 2440595 BLAKE2B 
d77a41752ff9660f27da11748497b394667f456edf52d785b3ebf31446045a4de2bcc9b22ac2d68dfd4e0f00d10a53ae9e79643e116783879eb68bab48b59589
 SHA512 
d55ee5f2194626db3465d8c499459bac82656e12bdb5f771581eef9d6a42ee25fc9b31e8bb5cea8913cbd47a967141f990efddb353797f81e722b7b99a73b1a4

diff --git a/media-sound/cantata/cantata-2.3.2.ebuild 
b/media-sound/cantata/cantata-2.3.2.ebuild
new file mode 100644
index 000..db85ccf2fbc
--- /dev/null
+++ b/media-sound/cantata/cantata-2.3.2.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="cs da de en_GB es fr hu it ja ko pl pt_BR ru zh_CN"
+inherit cmake-utils gnome2-utils l10n qmake-utils xdg-utils
+
+DESCRIPTION="Featureful and configurable Qt client for the music player daemon 
(MPD)"
+HOMEPAGE="https://github.com/CDrummond/cantata;
+SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib 
udisks zeroconf"
+REQUIRED_USE="
+   ?? ( cdda cdio )
+   cdda? ( udisks || ( cddb musicbrainz ) )
+   cddb? ( || ( cdio cdda ) taglib )
+   cdio? ( udisks || ( cddb musicbrainz ) )
+   mtp? ( taglib udisks )
+   musicbrainz? ( || ( cdio cdda ) taglib )
+   replaygain? ( taglib )
+"
+
+COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   || ( kde-frameworks/breeze-icons:5 kde-frameworks/oxygen-icons:* )
+   sys-libs/zlib
+   virtual/libudev:=
+   cdda? ( media-sound/cdparanoia )
+   cddb? ( media-libs/libcddb )
+   cdio? ( dev-libs/libcdio-paranoia )
+   mtp? ( media-libs/libmtp )
+   musicbrainz? ( media-libs/musicbrainz:5= )
+   replaygain? (
+   media-libs/libebur128
+   media-sound/mpg123
+   virtual/ffmpeg
+   )
+   streaming? ( dev-qt/qtmultimedia:5 )
+   taglib? (
+   media-libs/taglib[asf(+),mp4(+)]
+   udisks? ( sys-fs/udisks:2 )
+   )
+   zeroconf? ( net-dns/avahi )
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-lang/perl[ithreads]
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/qtconcurrent:5
+   dev-qt/linguist-tools:5
+"
+
+# cantata has no tests
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.0-headers.patch"
+   "${FILESDIR}/${P}-opusfile.patch"
+)
+
+src_prepare() {
+   remove_locale() {
+   rm "translations/${PN}_${1}".ts || die
+   }
+
+   cmake-utils_src_prepare
+
+   # Unbundle 3rd party libs
+   rm -r 3rdparty/{ebur128,qtsingleapplication} || die
+
+   l10n_find_plocales_changes "translations" "${PN}_" ".ts"
+   l10n_for_each_disabled_locale_do remove_locale
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCANTATA_HELPERS_LIB_DIR="$(get_libdir)"
+   -DENABLE_CDPARANOIA=$(usex cdda)
+   -DENABLE_CDDB=$(usex cddb)
+   -DENABLE_CDIOPARANOIA=$(usex cdio)
+   -DENABLE_HTTP_SERVER=$(usex http-server)
+   -DENABLE_MTP=$(usex mtp)
+   -DENABLE_MUSICBRAINZ=$(usex musicbrainz)
+   -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease"
+   -DENABLE_FFMPEG=$(usex replaygain)

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

2018-09-03 Thread Andreas Sturmlechner
commit: 87766f4f5741763d21be52b3cbb0ff48085c4a9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 20:05:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 20:05:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87766f4f

media-sound/cantata: Drop old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/cantata/Manifest   |   1 -
 media-sound/cantata/cantata-2.2.0-r2.ebuild| 125 -
 media-sound/cantata/cantata-2.3.1.ebuild   | 124 
 .../cantata/files/cantata-2.2.0-qtsql-5.10.patch   |  23 
 4 files changed, 273 deletions(-)

diff --git a/media-sound/cantata/Manifest b/media-sound/cantata/Manifest
index cef8831345c..3104e3b1882 100644
--- a/media-sound/cantata/Manifest
+++ b/media-sound/cantata/Manifest
@@ -1,3 +1,2 @@
 DIST cantata-2.2.0.tar.bz2 2251649 BLAKE2B 
9b28a4e3a77245fcf00f81780adecdc51e066f068798f92300ef8527872313f5fb56d4b90a6f5511caf951ba9fcd5c094dd5e9062fe3d314b75412b3e8e03d37
 SHA512 
519a2e24c8b2a1c98a2006a1f590945e1bd5e98a2c3a1b5da23e40f2297f1477d48d69b48ec669219f5ab8fdc955486fe29db6914abeef1fba2a47377f694ecd
-DIST cantata-2.3.1.tar.bz2 2414702 BLAKE2B 
c44f7e95091dd4f84e630236e7f681d2ea47cd90705cdeeb17d3e892d4e0b978f88d4cb648841543494670c5dbc1a00ba9e2377dfd684b2fdee9223d4b6b28e3
 SHA512 
8199b08b1f3d2111fc50fbc4e5b1edced6ac480fd213a11eee569deeebf3a3f1167c2b53c3117bb90b2b81b46792c56b99b65eae5d2b290c0f3b3f90736108e5
 DIST cantata-2.3.2.tar.bz2 2440595 BLAKE2B 
d77a41752ff9660f27da11748497b394667f456edf52d785b3ebf31446045a4de2bcc9b22ac2d68dfd4e0f00d10a53ae9e79643e116783879eb68bab48b59589
 SHA512 
d55ee5f2194626db3465d8c499459bac82656e12bdb5f771581eef9d6a42ee25fc9b31e8bb5cea8913cbd47a967141f990efddb353797f81e722b7b99a73b1a4

diff --git a/media-sound/cantata/cantata-2.2.0-r2.ebuild 
b/media-sound/cantata/cantata-2.2.0-r2.ebuild
deleted file mode 100644
index c9cd47b8623..000
--- a/media-sound/cantata/cantata-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="cs de en_GB es fr hu it ja ko pl ru zh_CN"
-inherit cmake-utils gnome2-utils l10n qmake-utils xdg
-
-DESCRIPTION="Featureful and configurable Qt client for the music player daemon 
(MPD)"
-HOMEPAGE="https://github.com/CDrummond/cantata;
-SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib 
udisks"
-REQUIRED_USE="
-   ?? ( cdda cdio )
-   cdda? ( udisks || ( cddb musicbrainz ) )
-   cddb? ( || ( cdio cdda ) taglib )
-   cdio? ( udisks || ( cddb musicbrainz ) )
-   mtp? ( taglib udisks )
-   musicbrainz? ( || ( cdio cdda ) taglib )
-   replaygain? ( taglib )
-"
-
-COMMON_DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   || ( kde-frameworks/breeze-icons:5 kde-frameworks/oxygen-icons:* )
-   sys-libs/zlib
-   virtual/libudev:=
-   cdda? ( media-sound/cdparanoia )
-   cddb? ( media-libs/libcddb )
-   cdio? ( dev-libs/libcdio-paranoia )
-   mtp? ( media-libs/libmtp )
-   musicbrainz? ( media-libs/musicbrainz:5= )
-   replaygain? (
-   media-libs/libebur128
-   media-sound/mpg123
-   virtual/ffmpeg
-   )
-   streaming? ( media-video/vlc:0= )
-   taglib? (
-   media-libs/taglib[asf(+),mp4(+)]
-   media-libs/taglib-extras
-   udisks? ( sys-fs/udisks:2 )
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-lang/perl[ithreads]
-"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/qtconcurrent:5
-   dev-qt/linguist-tools:5
-"
-
-# cantata has no tests
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}/${P}-headers.patch"
-   "${FILESDIR}/${P}-qtsql-5.10.patch" # bug 642196
-)
-
-src_prepare() {
-   remove_locale() {
-   rm "translations/${PN}_${1}".ts || die
-   }
-
-   cmake-utils_src_prepare
-
-   # Unbundle 3rd party libs
-   rm -r 3rdparty/{ebur128,qtsingleapplication} || die
-
-   l10n_find_plocales_changes "translations" "${PN}_" ".ts"
-   l10n_for_each_disabled_locale_do remove_locale
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCANTATA_HELPERS_LIB_DIR="$(get_libdir)"
-   -DENABLE_CDPARANOIA=$(usex cdda)
-   -DENABLE_CDDB=$(usex cddb)
-   -DENABLE_CDIOPARANOIA=$(usex cdio)
-   -DENABLE_HTTP_SERVER=$(usex http-server)
-   -DENABLE_MTP=$(usex mtp)
-   -DENABLE_MUSICBRAINZ=$(usex musicbrainz)
-   

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

2018-09-03 Thread Andreas Sturmlechner
commit: 334d8beebabf651ab23569c862cfb7fbe9449468
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 19:32:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 19:38:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334d8bee

net-misc/smb4k: Drop outdated bugs-to metadata

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-misc/smb4k/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/smb4k/metadata.xml b/net-misc/smb4k/metadata.xml
index fbe6764bb1d..95bfeb8f1e1 100644
--- a/net-misc/smb4k/metadata.xml
+++ b/net-misc/smb4k/metadata.xml
@@ -7,6 +7,5 @@


smb4k
-   https://sourceforge.net/p/smb4k/tickets/

 



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

2018-09-03 Thread Andreas Sturmlechner
commit: 1c2fedee19f2c875a5720af86d529c67626aefb7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 19:35:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 19:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2fedee

net-misc/smb4k: 2.1.1 version bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-misc/smb4k/Manifest   |  1 +
 net-misc/smb4k/smb4k-2.1.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index b828cbc1ced..c5b9992753e 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1 +1,2 @@
 DIST smb4k-2.1.0.tar.xz 3714936 BLAKE2B 
c105909034acbdb3c8593bb06d787a6602290dadc87982ff45703e574bf978ea8a93d88cd91d062a87683559cda020d4971a7784687a74901e97c0c4a6d66d90
 SHA512 
632d916d6a9cf08c883d4a17747cf036d8d6e285ee149c487cc305d036977e86a7ef4d3ba4630b3b8f29ca9123d894418348e687b0c009653297d77059fb535c
+DIST smb4k-2.1.1.tar.xz 3718220 BLAKE2B 
99258ac57d3b8ff2861b8635b6a0799a347f3934c8d070d41c09f49b69caa7b59f502db9041d1bc4f875ae15544254faaafaae6429200ddf5526a06812983e1f
 SHA512 
d69cb9f4c22e2afdd111e73c3d99d6868f959aa5476ffe10620862d3659b5a4f3b814856b17a9dced7bf6dde524f5bcf224e62d413d2aa92b0bcc2272ddf22b7

diff --git a/net-misc/smb4k/smb4k-2.1.1.ebuild 
b/net-misc/smb4k/smb4k-2.1.1.ebuild
new file mode 100644
index 000..74eb7914f02
--- /dev/null
+++ b/net-misc/smb4k/smb4k-2.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Advanced network neighborhood browser"
+HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE="plasma"
+
+DEPEND="
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qttest)
+   $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+   net-fs/samba[cups]
+   plasma? ( $(add_frameworks_dep plasma) )
+"
+
+src_configure(){
+   local mycmakeargs=(
+   -DINSTALL_PLASMOID=$(usex plasma)
+   )
+   kde5_src_configure
+}



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

2018-09-03 Thread Andreas Sturmlechner
commit: 6b4e9951392e4d588f5511cd175ff1d680218084
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 19:12:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 19:12:30 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b4e9951

kde-misc/krename: Add missing slot op

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/kde-misc/krename/krename-.ebuild 
b/kde-misc/krename/krename-.ebuild
index eb3c9ee918..4cf1ae0767 100644
--- a/kde-misc/krename/krename-.ebuild
+++ b/kde-misc/krename/krename-.ebuild
@@ -32,7 +32,7 @@ COMMON_DEPEND="
$(add_qt_dep qtxml)
exif? ( media-gfx/exiv2:= )
office? ( $(add_frameworks_dep karchive) )
-   pdf? ( app-text/podofo )
+   pdf? ( app-text/podofo:= )
taglib? ( media-libs/taglib )
truetype? ( media-libs/freetype:2 )
 "



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

2018-09-03 Thread Andreas Sturmlechner
commit: 0b7383b87a9e2d55e2cfa544e192401332d0cbc9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 18:29:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:29:56 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b7383b8

kde5-functions.eclass: QT_MINIMAL=5.11.1 is default for kde-plasma/*

KDE Plasma 5.14 has this as minimum dependency and 5.13 effectively already,
only 5.12 LTS can build with old Qt.

 eclass/kde5-functions.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 118011b524..37fbdae238 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -38,11 +38,11 @@ case ${CATEGORY} in
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=}
;;
kde-plasma)
-   [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
+   [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4}
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
: ${FRAMEWORKS_MINIMAL:=}
-   : ${QT_MINIMAL:=5.11.1}
fi
+   : ${QT_MINIMAL:=5.11.1}
;;
kde-apps)
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then



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

2018-09-03 Thread Sergei Trofimovich
commit: b019d1acd2401caea4a9566ecbca8391e763d613
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  3 19:11:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  3 19:13:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b019d1ac

games-emulation/dolphin: sort mycmakeargs alphabetically

Patch by  Samuel Bauer.

Bug: https://bugs.gentoo.org/561914
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 games-emulation/dolphin/dolphin-.ebuild | 25 +++--
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-.ebuild 
b/games-emulation/dolphin/dolphin-.ebuild
index 2d4a8a1079c..b22a98646b7 100644
--- a/games-emulation/dolphin/dolphin-.ebuild
+++ b/games-emulation/dolphin/dolphin-.ebuild
@@ -115,27 +115,24 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DUSE_SHARED_ENET=ON
-   -DUSE_DISCORD_PRESENCE=$(usex discord-presence)
-   -DENCODE_FRAMEDUMPS=$(usex ffmpeg)
-   -DFASTLOG=$(usex log)
-   -DOPROFILING=$(usex profile)
-
+   # Use ccache only when user did set FEATURES=ccache (or similar)
+   # not when ccache binary is present in system (automagic).
+   -DCCACHE_BIN=CCACHE_BIN-NOTFOUND
+   -DENABLE_ALSA=$(usex alsa)
+   -DENABLE_BLUEZ=$(usex bluetooth)
-DENABLE_EVDEV=$(usex evdev)
+   -DENCODE_FRAMEDUMPS=$(usex ffmpeg)
-DENABLE_LLVM=OFF
-DENABLE_LTO=$(usex lto)
+   -DENABLE_PULSEAUDIO=$(usex pulseaudio)
-DENABLE_QT=$(usex qt5)
-DENABLE_SDL=$(usex sdl)
-
+   -DFASTLOG=$(usex log)
+   -DOPROFILING=$(usex profile)
+   -DUSE_DISCORD_PRESENCE=$(usex discord-presence)
-DUSE_EGL=$(usex egl)
+   -DUSE_SHARED_ENET=ON
-DUSE_UPNP=$(usex upnp)
-
-   -DENABLE_ALSA=$(usex alsa)
-   -DENABLE_BLUEZ=$(usex bluetooth)
-   # Use ccache only when user did set FEATURES=ccache (or similar)
-   # not when ccache binary is present in system (automagic).
-   -DCCACHE_BIN=CCACHE_BIN-NOTFOUND
-   -DENABLE_PULSEAUDIO=$(usex pulseaudio)
)
 
cmake-utils_src_configure



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

2018-09-03 Thread Sergei Trofimovich
commit: 7a5765256c9a8cf089c304f1dc4b2fe8fc663842
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  3 19:07:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  3 19:13:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a576525

games-emulation/dolphin: update live ebuild

Changes by Samuel Bauer and by Anthony Parsons:
- drop disappeared dependencies and flags: USE="ao openal portaudio"
- drop 'sed' calls and use cmake options instead
- disable automagic ccache autodetection

Bug: https://bugs.gentoo.org/561914
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 games-emulation/dolphin/dolphin-.ebuild | 49 +++--
 1 file changed, 12 insertions(+), 37 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-.ebuild 
b/games-emulation/dolphin/dolphin-.ebuild
index b8b2dd91a85..2d4a8a1079c 100644
--- a/games-emulation/dolphin/dolphin-.ebuild
+++ b/games-emulation/dolphin/dolphin-.ebuild
@@ -22,16 +22,16 @@ HOMEPAGE="https://www.dolphin-emu.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa ao bluetooth discord-presence doc egl +evdev ffmpeg libav log lto 
openal portaudio profile pulseaudio +qt5 sdl systemd upnp"
+IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto 
profile pulseaudio +qt5 sdl systemd upnp"
 
 RDEPEND="
-   >=media-libs/libsfml-2.1
-   >net-libs/enet-1.3.7
-   >=net-libs/mbedtls-2.1.1:=
dev-libs/hidapi:0=
dev-libs/lzo:2=
dev-libs/pugixml:0=
media-libs/libpng:0=
+   media-libs/libsfml
+   net-libs/enet:1.3
+   net-libs/mbedtls
net-misc/curl:0=
sys-libs/readline:0=
sys-libs/zlib:0=
@@ -41,7 +41,6 @@ RDEPEND="
virtual/libusb:1
virtual/opengl
alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
egl? ( media-libs/mesa[egl] )
evdev? (
@@ -52,11 +51,6 @@ RDEPEND="
libav? ( media-video/libav:= )
!libav? ( media-video/ffmpeg:= )
)
-   openal? (
-   media-libs/openal
-   media-libs/libsoundtouch
-   )
-   portaudio? ( media-libs/portaudio )
profile? ( dev-util/oprofile )
pulseaudio? ( media-sound/pulseaudio )
qt5? (
@@ -66,7 +60,7 @@ RDEPEND="
)
sdl? ( media-libs/libsdl2[haptic,joystick] )
systemd? ( sys-apps/systemd:0= )
-   upnp? ( >=net-libs/miniupnpc-1.7 )
+   upnp? ( net-libs/miniupnpc )
 "
 DEPEND="${RDEPEND}
app-arch/zip
@@ -78,26 +72,6 @@ DEPEND="${RDEPEND}
 src_prepare() {
cmake-utils_src_prepare
 
-   # Remove automatic dependencies to prevent building without flags 
enabled.
-   if use !alsa; then
-   sed -i -e '/include(FindALSA/d' CMakeLists.txt || die
-   fi
-   if use !ao; then
-   sed -i -e '/check_lib(AO/d' CMakeLists.txt || die
-   fi
-   if use !bluetooth; then
-   sed -i -e '/check_lib(BLUEZ/d' CMakeLists.txt || die
-   fi
-   if use !openal; then
-   sed -i -e '/include(FindOpenAL/d' CMakeLists.txt || die
-   fi
-   if use !portaudio; then
-   sed -i -e '/CMAKE_REQUIRED_LIBRARIES portaudio/d' 
CMakeLists.txt || die
-   fi
-   if use !pulseaudio; then
-   sed -i -e '/check_lib(PULSEAUDIO/d' CMakeLists.txt || die
-   fi
-
# Remove all the bundled libraries that support system-installed
# preference. See CMakeLists.txt for conditional 'add_subdirectory' 
calls.
local KEEP_SOURCES=(
@@ -155,6 +129,13 @@ src_configure() {
 
-DUSE_EGL=$(usex egl)
-DUSE_UPNP=$(usex upnp)
+
+   -DENABLE_ALSA=$(usex alsa)
+   -DENABLE_BLUEZ=$(usex bluetooth)
+   # Use ccache only when user did set FEATURES=ccache (or similar)
+   # not when ccache binary is present in system (automagic).
+   -DCCACHE_BIN=CCACHE_BIN-NOTFOUND
+   -DENABLE_PULSEAUDIO=$(usex pulseaudio)
)
 
cmake-utils_src_configure
@@ -176,12 +157,6 @@ src_install() {
 pkg_postinst() {
# Add pax markings for hardened systems
pax-mark -m "${EPREFIX}"/usr/games/bin/"${PN}"-emu
-
-   if ! use portaudio; then
-   ewarn "If you want microphone capabilities in dolphin-emu, 
rebuild with"
-   ewarn "USE=\"portaudio\""
-   fi
-
gnome2_icon_cache_update
 }
 



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

2018-09-03 Thread Matt Thode
commit: 1c01f9690d113db1b31bdd50c0679f0d344d384a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep  3 19:09:19 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep  3 19:09:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c01f969

dev-python/oslo-db: 4.40.0 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/oslo-db/Manifest  |  1 +
 dev-python/oslo-db/oslo-db-4.40.0.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/dev-python/oslo-db/Manifest b/dev-python/oslo-db/Manifest
index c1defd78376..b040ec0ea91 100644
--- a/dev-python/oslo-db/Manifest
+++ b/dev-python/oslo-db/Manifest
@@ -1 +1,2 @@
 DIST oslo.db-4.33.1.tar.gz 169088 BLAKE2B 
e386d8c71669569256d88e2ad654e017dfae5cfc0635fa7c7f9e41a11d7114f6f7d0e826a6855113f8e672d5e57ed8b645e8c6d3a54c30aa78d45e53894fe8bf
 SHA512 
b627bef035c13aa32afded20ff1e5198bc94d5ce96384c7eff44992d7f5c7178bb5e9ae398c53a04be6f280f433c688ae28fa72d6c617fc7c9299bd7c6a02eff
+DIST oslo.db-4.40.0.tar.gz 171545 BLAKE2B 
34172325f99938595b36cbbabea421f8e51f8c5916a908ade56a2cd072ea532ec08b884c2ee74481f3651855f9c1432be145df3689569b06a6597e9eb9bdd6d2
 SHA512 
b1a0db1d3624ffc86eb41b49f76a4afe3737d943b6465a1b66a2aed18524c463e52130f1d6fe27cd382f04633df327bba07254b6d4bfb300cdaeb51b608745f0

diff --git a/dev-python/oslo-db/oslo-db-4.40.0.ebuild 
b/dev-python/oslo-db/oslo-db-4.40.0.ebuild
new file mode 100644
index 000..0655daf7242
--- /dev/null
+++ b/dev-python/oslo-db/oslo-db-4.40.0.ebuild
@@ -0,0 +1,68 @@
+# 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 distutils-r1
+
+DESCRIPTION="OpenStack Common DB Code"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.db/oslo.db-${PV}.tar.gz"
+S="${WORKDIR}/oslo.db-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+sqlite mysql postgres"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/alembic-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
+   )
+   mysql? (
+   || (
+   dev-python/pymysql[${PYTHON_USEDEP}]
+   dev-python/mysql-python[$(python_gen_usedep 
'python2_7')]
+   )
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+   )
+   postgres? (
+   dev-python/psycopg:2[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+   )
+   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^testresources/d' requirements.txt || die
+   sed -i '/^testscenarios/d' requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2018-09-03 Thread Matt Thode
commit: 34bfa90425c07a6266025deccd5e5bc1565c47af
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep  3 19:03:06 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep  3 19:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bfa904

dev-python/oslo-service: 1.31.3 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/oslo-service/Manifest   |  1 +
 dev-python/oslo-service/oslo-service-1.31.3.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index 7796f632bda..7c26ab5ba2f 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1 +1,2 @@
 DIST oslo.service-1.29.0.tar.gz 74957 BLAKE2B 
b56869cb28704718952c5e151eaf0442b1a4295b8e25a422d91baa241a990d031cd408474e44bd5ea2af2b7451e0c13ec491ed4c2ccf0b07c78b65a81bec4527
 SHA512 
84f1b8e6abc7c8c95433da53b1a1992570695b80e182f5cb7d87ab394857d8d47c0ef0528b7a45221c897eb4c5c13112d86b8a929efc2988d22844a4c712a340
+DIST oslo.service-1.31.3.tar.gz 71511 BLAKE2B 
80cd0824b4e07fe834a41d3918dab2361d9c317a8eec143cf1e3831dbc2fb352c803c7f99fef5047960fc90e3826dbeff7e5f0fc642bc2b58bdfe656bd74925e
 SHA512 
8ddff8c52a3b0eba83c420476d7a420f071d5770b7a9b9e0744a4b9ba216304d81d38268ac0aff889b08572d69d992d883b21df8de6739cba6ddf43ea1563263

diff --git a/dev-python/oslo-service/oslo-service-1.31.3.ebuild 
b/dev-python/oslo-service/oslo-service-1.31.3.ebuild
new file mode 100644
index 000..71fb414d08f
--- /dev/null
+++ b/dev-python/oslo-service/oslo-service-1.31.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for running OpenStack services"
+HOMEPAGE="https://pypi.org/project/oslo.service/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
+S="${WORKDIR}/oslo.service-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2018-09-03 Thread Virgil Dupras
commit: c3215fd488ecdcf6768aeb92880054b4a03c8ae7
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 19:05:47 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 19:05:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3215fd4

dev-python/django: bump to 2.1.1

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/django/Manifest   | 2 +-
 dev-python/django/{django-2.1.ebuild => django-2.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index f7d578ab5c1..b811f76a821 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,3 +1,3 @@
 DIST Django-1.11.15.tar.gz 7843843 BLAKE2B 
b7713de8136302d8d95929ed449ab01173e28c0d5d20529eaae9d6bd6d323f53b674a4fb6e8398da4b57a223f10ef63e7961accc8fd777313f18b4e2b0f225ed
 SHA512 
4ea18c59f7c74d0b6deb9d292d5de068c6dcc53d9596f321f5a7e823ff5fe423cc8d69c88bf53e3acd9c36c4ecc4447148243a127d5114a4894b0fd4d449f37e
 DIST Django-2.0.8.tar.gz 7987343 BLAKE2B 
ab35f50ce1911cb9603c7ac85e7ab01e6019ce9a2dac4cd733b11f35722368946ff3a130c3c791da4d49cf609b5747b4c5de64e29e27a8e12abb7f9e29cd363b
 SHA512 
ac3cc3f58cb977518c6f549834beb35677c2d5541cfb5723045b98165926e826178cb33737c52a0f999be24bc38b84dde489a5f91d1c8d51b8338aa611acb518
-DIST Django-2.1.tar.gz 8583964 BLAKE2B 
92a48bbdd45fa94c7b43961bf22bd5521019bf0c9f37f6685c8916d9d1886b77522fb58d7db27989a713445b51e15858161e5b99e636cdadc23860d2d0a8ef56
 SHA512 
1c75f0ad8ef353fb38d245034f108df5554cc27073f44ef920576b5dba3d2dd685d8905c0bde1701d43cb01b4c9dbb2bfa7c38c57fae3208af5be616d26d39cb
+DIST Django-2.1.1.tar.gz 8595422 BLAKE2B 
b4d46162b8a48ada2e1321e6731afdfac8c6acbc394991178c33a374ea2d61d0b1f91ede6a56f9e88d20ba2ddbe6910fe452f79fc6cfb342fddc6222c454dad1
 SHA512 
e29180097cda0de35eb3dac77b7f7f3f31771257b9bfcd6d3fd37d421c572e1226bb1760635ccedee357cee7ca3dcb302de6126a771007a2cdef82970a596813

diff --git a/dev-python/django/django-2.1.ebuild 
b/dev-python/django/django-2.1.1.ebuild
similarity index 100%
rename from dev-python/django/django-2.1.ebuild
rename to dev-python/django/django-2.1.1.ebuild



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

2018-09-03 Thread Andreas Sturmlechner
commit: 37edf4f0336cfb799eb12410b8e45bd8825cbd87
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 18:53:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:57:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37edf4f0

media-sound/timidity++: USE=tk depends on X

Closes: https://bugs.gentoo.org/557072
Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild 
b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
index b743418df1e..5565b49da38 100644
--- a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
+++ b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
@@ -18,6 +18,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex 
flac ncurses"
 
+REQUIRED_USE="tk? ( X )"
+
 DEPEND="
alsa? ( media-libs/alsa-lib )
ao? ( >=media-libs/libao-0.8.5 )



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

2018-09-03 Thread Andreas Sturmlechner
commit: bcff8d088d5998baa9fcf857a0faa348a2d9e552
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 18:56:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:57:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcff8d08

media-sound/timidity++: Sort IUSE while at it

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/timidity++/timidity++-2.14.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild 
b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
index 5565b49da38..dabcdf61ba8 100644
--- a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
+++ b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/timidity/${MY_P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex 
flac ncurses"
+IUSE="alsa ao emacs flac gtk jack motif nas ncurses oss selinux slang speex tk 
vorbis X"
 
 REQUIRED_USE="tk? ( X )"
 



[gentoo-commits] proj/portage: New tag: portage-2.3.49

2018-09-03 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep  3 18:25:23 2018 +

New tag: portage-2.3.49




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

2018-09-03 Thread Zac Medico
commit: 75664b9ef583886eaa2cf7bdb760aff5c3af50c4
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep  3 18:21:51 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep  3 18:24:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75664b9e

sys-apps/portage: version bump to 2.3.49

  #665038 - enable has/best_version -b in any phase for prefix

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.3.49.ebuild | 264 +
 2 files changed, 265 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 92793a2079a..d584ea36e1b 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -3,4 +3,5 @@ DIST portage-2.3.40-bug-656942-bug-657436-937d0156aa06.patch 
15214 BLAKE2B 0351f
 DIST portage-2.3.40-bug-657436-937d0156aa06-1fc628eead43.patch 4131 BLAKE2B 
1b051097ef4fb073d22b9ef3472077b4845190ec3839886f462cacbee0996dc4c036549c4beab09025e1bb42f421e5032144e90197e3aa5de08dd7d8d1c50fbb
 SHA512 
5910469816b69afb7a0078dd3b35a5304e2c806ac03ff3949603cf4162900fd9dd1df15661b91a2181528e8406679e525308822a0f6ddf4799c79fa9652c27a9
 DIST portage-2.3.40.tar.bz2 995122 BLAKE2B 
3bfadee6cf57dace32bb4a365850650e13664202f3b16bf75821ff6226e85da823785ac87875fa82bd5cf1b953d638773819495f73f471c06ffd6926518df1ac
 SHA512 
ded128c1941664fab6bc95f05115ec08900fddaedd1b6f12afa48da024531ee8939134d49759e09995c76a95e41beafdbf5528a5b62d3bf21c826ab1ac0cd1c5
 DIST portage-2.3.48.tar.bz2 1010013 BLAKE2B 
caa314508dc54255e4829b31cd9b943f901458a9521a1270cfd559f624f39b16e7e8dd9ca8e8c0d8ff387c1322cdf896df0f69f55f693fdbfd3817ed3bea9835
 SHA512 
255132364daafd47462efa5fea2fa5cb87df3458f2e5da025e5fee35531d78b9581bc9daaa9e78e01730f271e7e8844405a963bbaf739a532699d68760184498
+DIST portage-2.3.49.tar.bz2 1010414 BLAKE2B 
be8e0194855eda8e8a617ee4415d702199e10772bab9539ff27cb165b6749090be887b6f48d449f4e7650e618d43be1b0d26ba59597996a9d3d3ecd0caea166a
 SHA512 
d3daee0075eee61c354ad1d4865b1cf433d9afe5ed56101758219694325c7c5ad62a0d9ce41bf2205934b6e073d0eba3ef3f7c8b6633b5a3448e469783c5329a
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
new file mode 100644
index 000..9963e46ec94
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.49.ebuild
@@ -0,0 +1,264 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_4 python3_5 python3_6 python3_7
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1 systemd
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+SLOT="0"
+IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_4,3_5} pypy)
+   rsync-verify? (
+   >=app-portage/gemato-14[${PYTHON_USEDEP}]
+   >=app-crypt/openpgp-keys-gentoo-release-20180706
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
+   

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

2018-09-03 Thread Zac Medico
commit: afd0eb8b4b926f6bbb92a2a20c799ec7b528f706
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep  3 17:50:24 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep  3 17:50:24 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=afd0eb8b

Updates for portage-2.3.49 release

 RELEASE-NOTES | 6 ++
 setup.py  | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 53b622780..0725ce218 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.49
+==
+* Bug Fixes:
+- Bug 665038 enable has/best_version -b in any phase for prefix
+
+
 portage-2.3.48
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 670886c4d..8c4515470 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright 1998-2014 Gentoo Foundation
+# Copyright 1998-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.48',
+   version = '2.3.49',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



[gentoo-commits] proj/portage:master commit in: bin/

2018-09-03 Thread Zac Medico
commit: 102220e1f71341e9bc85236074813f191bb389a4
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep  2 21:55:56 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep  3 17:38:15 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=102220e1

phase-helpers.sh: has/best_version -b in any phase (bug 665038)

Since BROOT is only defined in src_* phases, make has/best_version -b
use the equivalent /${PORTAGE_OVERRIDE_EPREFIX#/} value that is defined
in all phases. This makes has/best_version -b in EAPI 7 behave exactly
the same as --host-root behaves in EAPI 6, allowing python ebuilds to
call python_setup in any ebuild phase.

Bug: https://bugs.gentoo.org/665038
Reviewed-by: Brian Dolbec  gentoo.org>

 bin/phase-helpers.sh | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 5c9f957e9..ba3f27930 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -916,7 +916,12 @@ ___best_version_and_has_version_common() {
case ${root_arg} in
-r) root=${ROOT%/}/${EPREFIX#/} ;;
-d) root=${ESYSROOT} ;;
-   -b) root=${BROOT:-/} ;;
+   -b)
+   # Use 
/${PORTAGE_OVERRIDE_EPREFIX#/} which is equivalent
+   # to BROOT, except BROOT is 
only defined in src_* phases.
+   
root=/${PORTAGE_OVERRIDE_EPREFIX#/}
+   cmd+=(env 
EPREFIX="${PORTAGE_OVERRIDE_EPREFIX}")
+   ;;
esac
else
case ${root_arg} in



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

2018-09-03 Thread Brian Evans
commit: de5cb23e4bf402ff46fb7400cbb0808d37832f20
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Sep  3 18:09:52 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Sep  3 18:10:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5cb23e

dev-db/mariadb: Drop old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-db/mariadb/Manifest   |1 -
 dev-db/mariadb/mariadb-10.2.16.ebuild | 1015 -
 2 files changed, 1016 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 38779fdf2c9..a93c46ab802 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -7,7 +7,6 @@ DIST mariadb-10.1.31.tar.gz 67982786 BLAKE2B 
1fabbea67345024157be4be34a50c4e9c73
 DIST mariadb-10.1.33.tar.gz 65292094 BLAKE2B 
3223f9476e946112f7c1d23cc82ff52636801244136343413ae00336173ec58bb4af8dc36e065f6cd27e9aa3f9f999b1d19f9257b928bd92555b34b614b9cf76
 SHA512 
1d30e06d0c19e338bfbbe6815cf5eee8e1b839b525950f7f54c7cf8f89034658a284df4756f54719ab0f55875546d4713b03bab7dd094ec13291732b069f737e
 DIST mariadb-10.1.34.tar.gz 65298561 BLAKE2B 
3f3af7b8bad68a08f69befd3f3e7bd88b8cf058feb20309dc2cdbd16bf5d015c2cb0d1d9d2fdf831f6183c0b9bb25405124c24b2940467489e05d42c57f7b0a6
 SHA512 
3c18359006b340dcf724d1fce36dcc19916c42492269a7545e0726172b8f7b84860e10725c74e4458dae34572395f1650bf17838e9058544e0a6cfcbffd54f6d
 DIST mariadb-10.1.35.tar.gz 65324620 BLAKE2B 
659ad232a1f2f1cfd74ba8aa9b9f67adc6f4a5dc82e5d8b16011dba83155b1223138df273c935c71021f05068cd8fd14538e935847a36640fc4218b86155698c
 SHA512 
88e6049f3bbc3aa047e108f91a2c4f335758e80f25bfa2974b5f8c2e13f5758824d7835dece021b515c531e5641b9998e4de92256ad4b47b7f694da99bd471aa
-DIST mariadb-10.2.16.tar.gz 73363798 BLAKE2B 
31b4d21612f72ff2784b038479ccb866f8d870019c1ff86ff8fa11256e56e659203c83ba52294cc16d0d73531f1d30f5e4ab218a1daadd02223cda3e4c984590
 SHA512 
3ee476987580c9105645936bbbf29e5614753120247d8909833221c66d68bd507c99643b8b17f23e99644825ad03e03c841309731915e9101f3b5cf47c14e902
 DIST mariadb-10.2.17.tar.gz 73409162 BLAKE2B 
f13d359a4a061ae2ef2fb4dde53ed07dac1735f9577ef67e396a51ac74acec71acf7a0ab07b4e0f84d70c8f7bcacbdc61933957c4936c99d5038f433296af8a3
 SHA512 
9714f786abde43b418d8b5accbbd485de213b90db18c879625ce30777526d28fdafd3bdb43922ab6872b300cfa06895b5b3fad5eb0c0e804ad66a1fd1793a141
 DIST mariadb-10.3.7.tar.gz 71816160 BLAKE2B 
213cfe2999b48c088e08e8289a6243d79b91e465fce51850a253a121896f69df03f935940f25ac290e15e29f97b3a16f75711044b8986f6ec3841ef8beafa0b4
 SHA512 
b1b3ad9ddc45bdfd3d03888ba160f9991b23187341deac402d5dc4b735511e29767a5dc64ca557bea9bf3d3b413b941ef2e1f5fa30be056dfaec4542a43895f1
 DIST mariadb-10.3.8.tar.gz 72152953 BLAKE2B 
4742be1d533c7958b61efd430411a1e7390faffc25ceccc09c736647fb263dc3797064725335abf17f9362c7a92293ea5fc72bc2ddd70636f83c25e35c4c83aa
 SHA512 
e1b61900a06fa57992a2f8516771f5fb98799ed5a4bbe74f858c0fe87b907cc6b600942d6fe97b6064cb39b610a7213cb3bc9634a336f9ebffe11dfe67746422

diff --git a/dev-db/mariadb/mariadb-10.2.16.ebuild 
b/dev-db/mariadb/mariadb-10.2.16.ebuild
deleted file mode 100644
index cd2563db8cc..000
--- a/dev-db/mariadb/mariadb-10.2.16.ebuild
+++ /dev/null
@@ -1,1015 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-MY_EXTRAS_VER="20180809-1700Z"
-SUBSLOT="18"
-
-JAVA_PKG_OPT_USE="jdbc"
-
-# Keeping eutils in EAPI=6 for emktemp in pkg_config
-
-inherit eutils systemd flag-o-matic prefix toolchain-funcs \
-   java-pkg-opt-2 user cmake-utils multilib-minimal
-
-SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
-
-# Gentoo patches to MySQL
-if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
-   SRC_URI="${SRC_URI}
-   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
-   
https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2;
-fi
-
-HOMEPAGE="https://mariadb.org/;
-DESCRIPTION="An enhanced, drop-in replacement for MySQL"
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0/${SUBSLOT:-0}"
-IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
-   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
-   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
-   sst-rsync sst-mariabackup sst-xtrabackup static static-libs systemd 
systemtap tcmalloc
-   test tokudb xml yassl"
-
-# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
-RESTRICT="!bindist? ( bindist ) libressl? ( test )"
-
-REQUIRED_USE="jdbc? ( extraengine server !static )
-   server? 

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

2018-09-03 Thread Brian Evans
commit: f361bc44fee3f996f71087d4d8358fe68d988c52
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Sep  3 18:00:44 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Sep  3 18:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f361bc44

dev-db/mariadb: Version bump for 10.2.17

Closes: https://bugs.gentoo.org/664694
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-db/mariadb/Manifest   |1 +
 dev-db/mariadb/mariadb-10.2.17.ebuild | 1015 +
 2 files changed, 1016 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 8c206311b69..38779fdf2c9 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -8,6 +8,7 @@ DIST mariadb-10.1.33.tar.gz 65292094 BLAKE2B 
3223f9476e946112f7c1d23cc82ff526368
 DIST mariadb-10.1.34.tar.gz 65298561 BLAKE2B 
3f3af7b8bad68a08f69befd3f3e7bd88b8cf058feb20309dc2cdbd16bf5d015c2cb0d1d9d2fdf831f6183c0b9bb25405124c24b2940467489e05d42c57f7b0a6
 SHA512 
3c18359006b340dcf724d1fce36dcc19916c42492269a7545e0726172b8f7b84860e10725c74e4458dae34572395f1650bf17838e9058544e0a6cfcbffd54f6d
 DIST mariadb-10.1.35.tar.gz 65324620 BLAKE2B 
659ad232a1f2f1cfd74ba8aa9b9f67adc6f4a5dc82e5d8b16011dba83155b1223138df273c935c71021f05068cd8fd14538e935847a36640fc4218b86155698c
 SHA512 
88e6049f3bbc3aa047e108f91a2c4f335758e80f25bfa2974b5f8c2e13f5758824d7835dece021b515c531e5641b9998e4de92256ad4b47b7f694da99bd471aa
 DIST mariadb-10.2.16.tar.gz 73363798 BLAKE2B 
31b4d21612f72ff2784b038479ccb866f8d870019c1ff86ff8fa11256e56e659203c83ba52294cc16d0d73531f1d30f5e4ab218a1daadd02223cda3e4c984590
 SHA512 
3ee476987580c9105645936bbbf29e5614753120247d8909833221c66d68bd507c99643b8b17f23e99644825ad03e03c841309731915e9101f3b5cf47c14e902
+DIST mariadb-10.2.17.tar.gz 73409162 BLAKE2B 
f13d359a4a061ae2ef2fb4dde53ed07dac1735f9577ef67e396a51ac74acec71acf7a0ab07b4e0f84d70c8f7bcacbdc61933957c4936c99d5038f433296af8a3
 SHA512 
9714f786abde43b418d8b5accbbd485de213b90db18c879625ce30777526d28fdafd3bdb43922ab6872b300cfa06895b5b3fad5eb0c0e804ad66a1fd1793a141
 DIST mariadb-10.3.7.tar.gz 71816160 BLAKE2B 
213cfe2999b48c088e08e8289a6243d79b91e465fce51850a253a121896f69df03f935940f25ac290e15e29f97b3a16f75711044b8986f6ec3841ef8beafa0b4
 SHA512 
b1b3ad9ddc45bdfd3d03888ba160f9991b23187341deac402d5dc4b735511e29767a5dc64ca557bea9bf3d3b413b941ef2e1f5fa30be056dfaec4542a43895f1
 DIST mariadb-10.3.8.tar.gz 72152953 BLAKE2B 
4742be1d533c7958b61efd430411a1e7390faffc25ceccc09c736647fb263dc3797064725335abf17f9362c7a92293ea5fc72bc2ddd70636f83c25e35c4c83aa
 SHA512 
e1b61900a06fa57992a2f8516771f5fb98799ed5a4bbe74f858c0fe87b907cc6b600942d6fe97b6064cb39b610a7213cb3bc9634a336f9ebffe11dfe67746422
 DIST mariadb-5.5.61.tar.gz 45839038 BLAKE2B 
2755963d51aee3b9b560531e00b9df6f5637c90a44ad181cf826234d27c15e9fd1b61ae4faf4d9a4ff06779e605c6a5757192407e6e402ad68dfb3ae45a94088
 SHA512 
a2bebb47ec62eb6cd15e003dea7708948cd96fd7f0fc631a85cfc4691b55e220ed78f3e3b16542b5152ad5bcc61e50a831c71cf8f29481f7de86816ec0bae594

diff --git a/dev-db/mariadb/mariadb-10.2.17.ebuild 
b/dev-db/mariadb/mariadb-10.2.17.ebuild
new file mode 100644
index 000..774277f87d3
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.2.17.ebuild
@@ -0,0 +1,1015 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20180809-1700Z"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   java-pkg-opt-2 user cmake-utils multilib-minimal
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
+
+# Gentoo patches to MySQL
+if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
+   SRC_URI="${SRC_URI}
+   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2;
+fi
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup sst-xtrabackup static static-libs systemd 
systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test )"
+

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

2018-09-03 Thread Andreas Sturmlechner
commit: 9e17361169ac96e94e95ccc7159bbb258af41f52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 16:51:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e173611

sci-visualization/labplot: Drop unused DEPENDs

Upstream commits
027bdb46520f096b85f74ee87dfab53d55be2d9b
2f1152d318109e667e59dfeb1569c67c65ba1ce4

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/labplot-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index a9e3d53b012..29a2451cf3f 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -22,10 +22,8 @@ COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)



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

2018-09-03 Thread Andreas Sturmlechner
commit: 73003a1280021d235c196605b0d6380151cc1bce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 17:44:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73003a12

sci-visualization/labplot: 2.5.0 version bump

Closes: https://bugs.gentoo.org/665176
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/Manifest |  1 +
 .../{labplot-.ebuild => labplot-2.5.0.ebuild}  | 29 +-
 sci-visualization/labplot/labplot-.ebuild  | 12 +
 3 files changed, 8 insertions(+), 34 deletions(-)

diff --git a/sci-visualization/labplot/Manifest 
b/sci-visualization/labplot/Manifest
index eb9705e4b00..146e34d4dfa 100644
--- a/sci-visualization/labplot/Manifest
+++ b/sci-visualization/labplot/Manifest
@@ -1 +1,2 @@
 DIST labplot-2.4.0-kf5.tar.xz 6038072 BLAKE2B 
b1116a516f3d94d331584f22aefe4e9e54c0c96e98c08a90929bea1aaf379f04437d39a8644afc7cc7feda3f43881ba552d310ca263ae3fc6db24dbc8fb5
 SHA512 
5d29dd7d63d484359e73c8d82d8dbc25a069e1f33829cf75c2a2009ebae2027353ecf578b51806b5f35ae17ec472f5cbfdb4caed2637dc1ecc9229d33033d21b
+DIST labplot-2.5.0.tar.xz 11831656 BLAKE2B 
b6c122509874f1f7a554814b7ac9889b416d36f750ff831773aed313f9eff23abc0809f40f6f591051b287bd1a875af455f5d500ce54130c4d8ddfe5fcfa0870
 SHA512 
a4b285917e30b0ac00cb8c8ad6827ba3884d95fccc0511a0a317bb2d637e48e6579929c45cfb8bba737bb5a01472a2baa9d812a688730ac4fa40b23cc6625eba

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-2.5.0.ebuild
similarity index 76%
copy from sci-visualization/labplot/labplot-.ebuild
copy to sci-visualization/labplot/labplot-2.5.0.ebuild
index 25cd79c868c..40f32162ebc 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-2.5.0.ebuild
@@ -9,13 +9,11 @@ inherit kde5
 
 DESCRIPTION="Scientific data analysis and visualisation based on KDE 
Frameworks"
 HOMEPAGE="https://www.kde.org/applications/education/labplot/;
-[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}-kf5.tar.xz"
+[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="cantor fftw fits hdf5 libcerf netcdf root"
-
-[[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5"
+IUSE="cantor fftw fits hdf5 libcerf netcdf"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -23,8 +21,10 @@ COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
@@ -37,20 +37,12 @@ COMMON_DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
>=sci-libs/gsl-1.15:=
-   cantor? (
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_kdeapps_dep cantor)
-   )
+   cantor? ( $(add_kdeapps_dep cantor) )
fftw? ( sci-libs/fftw:3.0= )
fits? ( sci-libs/cfitsio:= )
hdf5? ( sci-libs/hdf5:= )
libcerf? ( sci-libs/libcerf )
netcdf? ( sci-libs/netcdf:= )
-   root? (
-   app-arch/lz4
-   sys-libs/zlib
-   )
 "
 DEPEND="${COMMON_DEPEND}
sys-devel/bison
@@ -61,14 +53,6 @@ RDEPEND="${COMMON_DEPEND}
!sci-visualization/labplot:4
 "
 
-src_prepare() {
-   kde5_src_prepare
-
-   if ! use handbook && [[ ${KDE_BUILD_TYPE} != live ]]; then
-   cmake_comment_add_subdirectory doc-translations
-   fi
-}
-
 src_configure() {
local mycmakeargs=(
-DENABLE_CANTOR=$(usex cantor)
@@ -77,8 +61,7 @@ src_configure() {
-DENABLE_HDF5=$(usex hdf5)
-DENABLE_LIBCERF=$(usex libcerf)
-DENABLE_NETCDF=$(usex netcdf)
-   -DENABLE_ROOT=$(usex root)
-   -DENABLE_TEST=$(usex test)
+   -DENABLE_TESTS=$(usex test)
)
 
kde5_src_configure

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 25cd79c868c..b6d50918c31 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -9,14 +9,12 @@ inherit kde5
 
 DESCRIPTION="Scientific data analysis and visualisation based on KDE 
Frameworks"
 HOMEPAGE="https://www.kde.org/applications/education/labplot/;
-[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}-kf5.tar.xz"
+[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 

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

2018-09-03 Thread Andreas Sturmlechner
commit: 8f0bd171d4d37ed88457a8e420f33f0906aa54f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 17:32:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0bd171

sci-visualization/labplot: Add missing DEPENDs

Upstream commits
ace4d68cd5619485f7368883677e0a51c94d2364
bb3b0fa22a99f2542a3e0baaa7a7e07c5a32593b

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/labplot-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 30110089d94..25cd79c868c 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -29,6 +29,7 @@ COMMON_DEPEND="
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep syntax-highlighting)
$(add_qt_dep qtconcurrent)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
@@ -52,6 +53,7 @@ COMMON_DEPEND="
)
 "
 DEPEND="${COMMON_DEPEND}
+   sys-devel/bison
sys-devel/gettext
x11-misc/shared-mime-info
 "



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

2018-09-03 Thread Andreas Sturmlechner
commit: 3fddbf9c3596381be6d1e7b55d8e31c68c04b55b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 16:56:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fddbf9c

sci-visualization/labplot: Add USE root

Upstream commit 62e9b7c253d1d4927ce210609236741f4ea1aa47

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/labplot-.ebuild | 7 ++-
 sci-visualization/labplot/metadata.xml| 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 29a2451cf3f..0adc14acbe2 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="cantor fftw fits hdf5 netcdf"
+IUSE="cantor fftw fits hdf5 netcdf root"
 
 [[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5"
 
@@ -44,6 +44,10 @@ COMMON_DEPEND="
fits? ( sci-libs/cfitsio:= )
hdf5? ( sci-libs/hdf5:= )
netcdf? ( sci-libs/netcdf:= )
+   root? (
+   app-arch/lz4
+   sys-libs/zlib
+   )
 "
 DEPEND="${COMMON_DEPEND}
sys-devel/gettext
@@ -68,6 +72,7 @@ src_configure() {
-DENABLE_FITS=$(usex fits)
-DENABLE_HDF5=$(usex hdf5)
-DENABLE_NETCDF=$(usex netcdf)
+   -DENABLE_ROOT=$(usex root)
)
 
kde5_src_configure

diff --git a/sci-visualization/labplot/metadata.xml 
b/sci-visualization/labplot/metadata.xml
index 9e450bf9332..e2c5300fb86 100644
--- a/sci-visualization/labplot/metadata.xml
+++ b/sci-visualization/labplot/metadata.xml
@@ -16,5 +16,6 @@

Enable support for different open-source 
computer algebra systems via kde-apps/cantor
Enable support for NASA's 
sci-libs/cfitsio library
+   Enable support for CERN's ROOT file 
type

 



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

2018-09-03 Thread Andreas Sturmlechner
commit: 3a5ba26d8e28ce85546da944690675dab45d8b43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 17:11:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ba26d

sci-visualization/labplot: Add USE libcerf

Upstream commit 03f2cec7c69a2ad35ebbf405d1e3cc3ec86479d3

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/labplot-.ebuild | 4 +++-
 sci-visualization/labplot/metadata.xml| 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 5073f218bae..30110089d94 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="cantor fftw fits hdf5 netcdf root"
+IUSE="cantor fftw fits hdf5 libcerf netcdf root"
 
 [[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5"
 
@@ -44,6 +44,7 @@ COMMON_DEPEND="
fftw? ( sci-libs/fftw:3.0= )
fits? ( sci-libs/cfitsio:= )
hdf5? ( sci-libs/hdf5:= )
+   libcerf? ( sci-libs/libcerf )
netcdf? ( sci-libs/netcdf:= )
root? (
app-arch/lz4
@@ -72,6 +73,7 @@ src_configure() {
-DENABLE_FFTW=$(usex fftw)
-DENABLE_FITS=$(usex fits)
-DENABLE_HDF5=$(usex hdf5)
+   -DENABLE_LIBCERF=$(usex libcerf)
-DENABLE_NETCDF=$(usex netcdf)
-DENABLE_ROOT=$(usex root)
-DENABLE_TEST=$(usex test)

diff --git a/sci-visualization/labplot/metadata.xml 
b/sci-visualization/labplot/metadata.xml
index e2c5300fb86..150390b1984 100644
--- a/sci-visualization/labplot/metadata.xml
+++ b/sci-visualization/labplot/metadata.xml
@@ -16,6 +16,7 @@

Enable support for different open-source 
computer algebra systems via kde-apps/cantor
Enable support for NASA's 
sci-libs/cfitsio library
+   Enable special functions from 
sci-libs/libcerf
Enable support for CERN's ROOT file 
type

 



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

2018-09-03 Thread Andreas Sturmlechner
commit: 0d1acfee34b8d91994a972fd4a75cb8b802386df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 17:03:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1acfee

sci-visualization/labplot: Add tests handling

Upstream commit 5d22491b4ee1191d0760b1ebfd7126eb203d98e7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/labplot-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 0adc14acbe2..5073f218bae 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Scientific data analysis and visualisation based on KDE 
Frameworks"
@@ -73,6 +74,7 @@ src_configure() {
-DENABLE_HDF5=$(usex hdf5)
-DENABLE_NETCDF=$(usex netcdf)
-DENABLE_ROOT=$(usex root)
+   -DENABLE_TEST=$(usex test)
)
 
kde5_src_configure



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

2018-09-03 Thread Andreas Sturmlechner
commit: 07e409a10af3210c91968ce214f1559764d9c9a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 16:47:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 18:03:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e409a1

sci-visualization/labplot: Add missing USE=cantor DEPENDs

Upstream commits
0aa0baedb15256a24858149d8e1489db8581368b
9a05732bf3678dfccd200224d1b4a9ef98357526

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-visualization/labplot/labplot-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 0fa0b2d7ce0..a9e3d53b012 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -37,7 +37,11 @@ COMMON_DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
>=sci-libs/gsl-1.15:=
-   cantor? ( $(add_kdeapps_dep cantor) )
+   cantor? (
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_kdeapps_dep cantor)
+   )
fftw? ( sci-libs/fftw:3.0= )
fits? ( sci-libs/cfitsio:= )
hdf5? ( sci-libs/hdf5:= )



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

2018-09-03 Thread Jeroen Roovers
commit: 91df9288863bc95046632457cc5573f2bf764913
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep  3 17:58:29 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep  3 17:58:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91df9288

www-client/opera-developer: Version 57.0.3065.0.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 www-client/opera-developer/Manifest|  1 +
 .../opera-developer-57.0.3065.0.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index a13755838e1..953908735ae 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1 +1,2 @@
 DIST opera-developer_57.0.3058.0_amd64.deb 56780964 BLAKE2B 
a592b4e15216c21029a67194299d3145bc77b4ca3e9300cdf4f6a54463cbedf2b8d1f8aed30639ee655d4c5ef8893616d4f25e57271c88ec2b6e2875bf6d0f41
 SHA512 
67866275e57496d8af529fcced5967b13226a462c30fef2eb69e83d321c066bdd9be58c32c3cd541d4e418b51cec55f640b2cfab174819194ae56ceeb27e2999
+DIST opera-developer_57.0.3065.0_amd64.rpm 55367540 BLAKE2B 
62809c5b986c11517bbac2f941964df07dba2feae16cb974b189fad6fdd29d92c3f198c09ae58aba751c8abb3e3301b87a6c8aca8c1eca0fc6d3f04ca402b489
 SHA512 
c328381fe9f303e35fae3e3d995c5a186fe885edeb7e86c6de4542133793e7885dbd579e2451a21d95cbdf0941f7a891523486d0b410b9d2b740c3589083ef28

diff --git a/www-client/opera-developer/opera-developer-57.0.3065.0.ebuild 
b/www-client/opera-developer/opera-developer-57.0.3065.0.ebuild
new file mode 100644
index 000..6fcc60aa4c6
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-57.0.3065.0.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 gnome2-utils multilib rpm xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.rpm"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   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
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_prepare() {
+   rm usr/bin/${PN} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2018-09-03 Thread Jeroen Roovers
commit: ab535db63e1d3bee7025f8ef97f992c0beb19ebf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep  3 17:29:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep  3 17:42:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab535db6

net-analyzer/sec: Old.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/sec/Manifest  |  1 -
 net-analyzer/sec/sec-2.7.11.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/net-analyzer/sec/Manifest b/net-analyzer/sec/Manifest
index c2437101f5e..f8b92529c90 100644
--- a/net-analyzer/sec/Manifest
+++ b/net-analyzer/sec/Manifest
@@ -1,4 +1,3 @@
-DIST sec-2.7.11.tar.gz 134533 BLAKE2B 
ec50f1d4c930f17aa64f1de57a1af54867da6e189b3a36a979e87502ba4366d419a8f8e8d03df799a278833667294890357d9a6a92b41c0b8e975b1b5ab8928f
 SHA512 
2de3c131f85029a91e7db1405be236b8ef31454bdffa28d5a2f912af73a2d0b0fbfb37a2f1548f7899ae3c43248e9c20084b7cb55a6b309c00d103d8b8019e80
 DIST sec-2.7.12.tar.gz 134197 BLAKE2B 
9997788c61a35c87036e6347c93782aacdd34e4cd3f6ec5d457a571237d5594b3f7860ab7be4ef37638c2dc1b22f7de666bdd287ae634d8ab259e0c0dd04d8bf
 SHA512 
927ce602057c58993d7abd0aca0a7cde7ce6f77af01f72a414d165b93326a8e0a12bb5bc8c1f8d7737416beb16de92911db5ea20a8109e343e2e26e8efc649bd
 DIST sec-2.7.6.tar.gz 121621 BLAKE2B 
43dbccd05aa274459ba8746c8aba33bae0307929524a9ad77087a6c28305b2f0b7d34f9cb79b7503d2269b84524687b24441263ee99a7061c0e033e15e4b9f01
 SHA512 
9c050b89970663784f5c149d46c6c6ab941590ef4300ca09ea35b347b2eaa3bad12083bd6e619f25d5024a35de69e020c354b507ac49e3faef1013336ea2d5f5
 DIST sec-2.8.0.tar.gz 143621 BLAKE2B 
f547635ee42860b6e9caa2d2a0604e91d3ae5c0846e10d5c9352650d822d9e2d884892c455b9cef3b39e649258720f4761055dd78d74ec6c6be4455438a4fb60
 SHA512 
e0a4bdc07c80ef6b061b20d4b444ff8dc406a63cf48a77defa3563d6980f5b5bc9f6ff8d70b2ff51e9f40955655ad3c750be5a01726a848b80a84aec0d6d1bad

diff --git a/net-analyzer/sec/sec-2.7.11.ebuild 
b/net-analyzer/sec/sec-2.7.11.ebuild
deleted file mode 100644
index e109badd5d2..000
--- a/net-analyzer/sec/sec-2.7.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="https://github.com/simple-evcorr/sec;
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-   dobin sec
-
-   dodoc ChangeLog README
-   docinto contrib
-   dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-   newman sec.man sec.1
-
-   newinitd "${FILESDIR}"/sec.init.d sec
-   newconfd "${FILESDIR}"/sec.conf.d sec
-}



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

2018-09-03 Thread Jeroen Roovers
commit: 7e42cd64ec619a8a16d5e2e2dd200952154cf5f3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep  3 17:27:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep  3 17:41:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e42cd64

net-analyzer/sec: Version 2.8.0.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-analyzer/sec/Manifest |  1 +
 net-analyzer/sec/sec-2.8.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/sec/Manifest b/net-analyzer/sec/Manifest
index 27043d2fdab..c2437101f5e 100644
--- a/net-analyzer/sec/Manifest
+++ b/net-analyzer/sec/Manifest
@@ -1,3 +1,4 @@
 DIST sec-2.7.11.tar.gz 134533 BLAKE2B 
ec50f1d4c930f17aa64f1de57a1af54867da6e189b3a36a979e87502ba4366d419a8f8e8d03df799a278833667294890357d9a6a92b41c0b8e975b1b5ab8928f
 SHA512 
2de3c131f85029a91e7db1405be236b8ef31454bdffa28d5a2f912af73a2d0b0fbfb37a2f1548f7899ae3c43248e9c20084b7cb55a6b309c00d103d8b8019e80
 DIST sec-2.7.12.tar.gz 134197 BLAKE2B 
9997788c61a35c87036e6347c93782aacdd34e4cd3f6ec5d457a571237d5594b3f7860ab7be4ef37638c2dc1b22f7de666bdd287ae634d8ab259e0c0dd04d8bf
 SHA512 
927ce602057c58993d7abd0aca0a7cde7ce6f77af01f72a414d165b93326a8e0a12bb5bc8c1f8d7737416beb16de92911db5ea20a8109e343e2e26e8efc649bd
 DIST sec-2.7.6.tar.gz 121621 BLAKE2B 
43dbccd05aa274459ba8746c8aba33bae0307929524a9ad77087a6c28305b2f0b7d34f9cb79b7503d2269b84524687b24441263ee99a7061c0e033e15e4b9f01
 SHA512 
9c050b89970663784f5c149d46c6c6ab941590ef4300ca09ea35b347b2eaa3bad12083bd6e619f25d5024a35de69e020c354b507ac49e3faef1013336ea2d5f5
+DIST sec-2.8.0.tar.gz 143621 BLAKE2B 
f547635ee42860b6e9caa2d2a0604e91d3ae5c0846e10d5c9352650d822d9e2d884892c455b9cef3b39e649258720f4761055dd78d74ec6c6be4455438a4fb60
 SHA512 
e0a4bdc07c80ef6b061b20d4b444ff8dc406a63cf48a77defa3563d6980f5b5bc9f6ff8d70b2ff51e9f40955655ad3c750be5a01726a848b80a84aec0d6d1bad

diff --git a/net-analyzer/sec/sec-2.8.0.ebuild 
b/net-analyzer/sec/sec-2.8.0.ebuild
new file mode 100644
index 000..e7f3b225461
--- /dev/null
+++ b/net-analyzer/sec/sec-2.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple Event Correlator"
+HOMEPAGE="https://github.com/simple-evcorr/sec;
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
+
+RDEPEND=">=dev-lang/perl-5.8.0"
+
+src_install() {
+   dobin sec
+
+   dodoc ChangeLog README
+   docinto contrib
+   dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
+
+   newman sec.man sec.1
+
+   newinitd "${FILESDIR}"/sec.init.d sec
+   newconfd "${FILESDIR}"/sec.conf.d sec
+}



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

2018-09-03 Thread Markus Meier
commit: bdd2bfc7e0c1f0fbbe5cb0b0b73a330a81f927bc
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Sep  3 17:38:24 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Sep  3 17:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd2bfc7

media-libs/chromaprint: arm stable, bug #663628

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/chromaprint/chromaprint-1.4.3.ebuild 
b/media-libs/chromaprint/chromaprint-1.4.3.ebuild
index 2d24d62657e..47c4df6743e 100644
--- a/media-libs/chromaprint/chromaprint-1.4.3.ebuild
+++ b/media-libs/chromaprint/chromaprint-1.4.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="libav test tools"
 
 # note: use ffmpeg or libav instead of fftw because it's recommended and 
required for tools



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

2018-09-03 Thread Markus Meier
commit: 2994e56857e5c1d9ecc412f4f056ff9c5eabf433
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Sep  3 17:39:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Sep  3 17:39:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2994e568

media-libs/openjpeg: arm stable, bug #663970

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild 
b/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild
index 57e4e38805e..5d368bee1fc 100644
--- a/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild
+++ b/media-libs/openjpeg/openjpeg-1.5.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}.mirror/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/5" # based on SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2018-09-03 Thread Markus Meier
commit: fac05c1de4b4e11caa4622e6d223e6f7771a657a
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Sep  3 17:39:30 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Sep  3 17:39:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac05c1d

dev-python/pytest-relaxed: arm stable, bug #663988

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild 
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index 662fa344e14..35574a62ce0 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-mi/

2018-09-03 Thread Markus Meier
commit: c57b6668dfd513df0309164630c127e3e48d246d
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Sep  3 17:38:52 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Sep  3 17:38:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57b6668

app-dicts/myspell-mi: arm stable, bug #663866

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild 
b/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild
index c2d30f6292c..d75350ea8bc 100644
--- a/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild
+++ b/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild
@@ -22,5 +22,5 @@ HOMEPAGE="http://lingucomponent.openoffice.org/;
 SRC_URI="https://dev.gentoo.org/~jstein/dist/myspell-mi_NZ-${PV}.zip;
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/, sys-fs/zfs-kmod/, media-tv/plex-media-server/, ...

2018-09-03 Thread Michał Górny
commit: 92650f5c73851e2b9263a9b9790a3bdf898abdaa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  3 16:36:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  3 16:36:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92650f5c

*/*: reassign packages of fearedbliss  g.o due to retirement

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

 media-tv/plex-media-server/metadata.xml | 5 +
 sys-fs/zfs-kmod/metadata.xml| 4 
 sys-fs/zfs/metadata.xml | 4 
 sys-kernel/bliss-initramfs/metadata.xml | 5 +
 sys-kernel/spl/metadata.xml | 4 
 5 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/media-tv/plex-media-server/metadata.xml 
b/media-tv/plex-media-server/metadata.xml
index 68319c2b587..bca0744b282 100644
--- a/media-tv/plex-media-server/metadata.xml
+++ b/media-tv/plex-media-server/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-fearedbl...@gentoo.org
-Jonathan Vasquez
-
+
 

diff --git a/sys-fs/zfs-kmod/metadata.xml b/sys-fs/zfs-kmod/metadata.xml
index bbbcb3977c7..f47155ec64d 100644
--- a/sys-fs/zfs-kmod/metadata.xml
+++ b/sys-fs/zfs-kmod/metadata.xml
@@ -5,10 +5,6 @@
r...@gentoo.org
Richard Yao

-   
-   fearedbl...@gentoo.org
-   Jonathan Vasquez
-   

gyakov...@gentoo.org
Georgy Yakovlev

diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml
index d3167065338..0b1da3a015b 100644
--- a/sys-fs/zfs/metadata.xml
+++ b/sys-fs/zfs/metadata.xml
@@ -5,10 +5,6 @@
r...@gentoo.org
Richard Yao

-   
-   fearedbl...@gentoo.org
-   Jonathan Vasquez
-   

gyakov...@gentoo.org
Georgy Yakovlev

diff --git a/sys-kernel/bliss-initramfs/metadata.xml 
b/sys-kernel/bliss-initramfs/metadata.xml
index b09c5a9a69b..b328d87537e 100644
--- a/sys-kernel/bliss-initramfs/metadata.xml
+++ b/sys-kernel/bliss-initramfs/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-fearedbl...@gentoo.org
-Jonathan Vasquez
-
+
 
 fearedbliss/bliss-initramfs
 

diff --git a/sys-kernel/spl/metadata.xml b/sys-kernel/spl/metadata.xml
index 74c883804eb..b51664dca13 100644
--- a/sys-kernel/spl/metadata.xml
+++ b/sys-kernel/spl/metadata.xml
@@ -5,10 +5,6 @@
r...@gentoo.org
Richard Yao

-   
-   fearedbl...@gentoo.org
-   Jonathan Vasquez
-   

gyakov...@gentoo.org
Georgy Yakovlev



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

2018-09-03 Thread Andrey Grozin
commit: 96ddbd15a100fb1fb9c026e6f37c786dd7fa8055
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Sep  3 15:53:38 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Sep  3 15:53:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ddbd15

sci-geosciences/gpxsee: bump to 5.17

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/gpxsee/Manifest   |  1 +
 sci-geosciences/gpxsee/gpxsee-5.17.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index 5cc44ca5e09..1b22752082d 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1 +1,2 @@
 DIST gpxsee-5.14.tar.gz 3155455 BLAKE2B 
6180efa345532c99a655b80b6052e6646d4b8bcf5b7feda1eec6f0c73ca63a21cf6ab7efd29e297d35e2cd5ab8cd73204864f1db0e9417107b59bc29f8982d3e
 SHA512 
0fa666b999bb6990a3e78087053f9647c023a21b2bbec870fffc4fe1df3982e06beb294231340c4a0a006d06a1c136f94a09724ffa76758c1246d79f3077b075
+DIST gpxsee-5.17.tar.gz 3831253 BLAKE2B 
297dc940a373a302e93b647b386813d1d0d96ac3d01937f84d8bb79239be492b358351b498743981c046a86349b5036d4448288e7cb113eae42383b1f3ed64ed
 SHA512 
260af8d80df5d4239a4ad6c32154871f663c167f6dc697a4cbc7127d29e8752c401720697ba463647852d4179cd484e871645385baad277f3512e74159a2016e

diff --git a/sci-geosciences/gpxsee/gpxsee-5.17.ebuild 
b/sci-geosciences/gpxsee/gpxsee-5.17.ebuild
new file mode 100644
index 000..50bccd2c2d4
--- /dev/null
+++ b/sci-geosciences/gpxsee/gpxsee-5.17.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="cs de fi fr pl ru sv"
+inherit qmake-utils l10n xdg-utils gnome2-utils
+
+MY_PN="GPXSee"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and 
nmea files"
+HOMEPAGE="http://www.gpxsee.org/;
+SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtcore:5"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   l10n_find_plocales_changes lang "${PN}_" '.ts'
+
+   rm_ts() {
+   sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
+   }
+
+   l10n_for_each_disabled_locale_do rm_ts
+}
+
+src_compile() {
+   lrelease gpxsee.pro
+   eqmake5 gpxsee.pro
+   emake
+}
+
+src_install() {
+   local lang
+   newbin ${MY_PN} ${PN}
+   dodoc README.md
+   insinto /usr/share/${PN}
+   doins -r pkg/maps pkg/csv
+
+   insinto /usr/share/${PN}/translations
+   for lang in lang/*.qm; do
+   [ -f "${lang}" ] && doins "${lang}"
+   done
+
+   insinto /usr/share/applications
+   doins pkg/${PN}.desktop
+   insinto /usr/share/mime/packages
+   doins pkg/${PN}.xml
+   insinto /usr/share/pixmaps
+   doins icons/${PN}.png
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2018-09-03 Thread Andrey Grozin
commit: b27e20ff22667556e85c704d6579fb20ae206897
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Sep  3 15:50:54 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Sep  3 15:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27e20ff

sci-geosciences/gpxsee: cleaning old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/gpxsee/Manifest   |  1 -
 sci-geosciences/gpxsee/gpxsee-5.13.ebuild | 72 ---
 2 files changed, 73 deletions(-)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index 8bbaaf25bee..5cc44ca5e09 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1,2 +1 @@
-DIST GPXSee-5.13.tar.gz 3058493 BLAKE2B 
3c262d1e78380f8cc0a4a989dd721cfb6eef72f2285f9f5d88f8d521c6d0b24b3c5e8a3b3b7a3a87b7a0e11ca350540a78d826e62afe3c82ad614899c5663f79
 SHA512 
7cffbf5d3e928cfc14074c62c046be9b2e7546c1cc59716c52c5f43b8a1ffabe04585cff5b4eccbfd6a756c6d635443af610bb3e8c82834f21bb768a93f7bbb6
 DIST gpxsee-5.14.tar.gz 3155455 BLAKE2B 
6180efa345532c99a655b80b6052e6646d4b8bcf5b7feda1eec6f0c73ca63a21cf6ab7efd29e297d35e2cd5ab8cd73204864f1db0e9417107b59bc29f8982d3e
 SHA512 
0fa666b999bb6990a3e78087053f9647c023a21b2bbec870fffc4fe1df3982e06beb294231340c4a0a006d06a1c136f94a09724ffa76758c1246d79f3077b075

diff --git a/sci-geosciences/gpxsee/gpxsee-5.13.ebuild 
b/sci-geosciences/gpxsee/gpxsee-5.13.ebuild
deleted file mode 100644
index eac7527636d..000
--- a/sci-geosciences/gpxsee/gpxsee-5.13.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="cs de fi fr pl ru sv"
-inherit qmake-utils l10n xdg-utils gnome2-utils
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and 
nmea files"
-HOMEPAGE="http://www.gpxsee.org/;
-SRC_URI="mirror://sourceforge/${PN}/Source/${MY_P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwidgets:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtcore:5"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   l10n_find_plocales_changes lang "${PN}_" '.ts'
-
-   rm_ts() {
-   sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-   }
-
-   l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_compile() {
-   lrelease gpxsee.pro
-   eqmake5 gpxsee.pro
-   emake
-}
-
-src_install() {
-   newbin ${MY_PN} ${PN}
-   dodoc README.md
-   insinto /usr/share/${PN}
-   doins -r pkg/maps pkg/csv
-   insinto /usr/share/${PN}/translations
-   doins lang/*.qm
-   insinto /usr/share/applications
-   doins pkg/${PN}.desktop
-   insinto /usr/share/mime/packages
-   doins pkg/${PN}.xml
-   insinto /usr/share/pixmaps
-   doins icons/${PN}.png
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/

2018-09-03 Thread Denis Dupeyron
commit: 6ba183ca9c29048274662ddf00bff4c781069551
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Mon Sep  3 15:10:22 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Mon Sep  3 15:11:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba183ca

xfce-base/xfwm4

Make the xpresent USE flag default to enabled (bug #664710)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild 
b/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
index c44da6e62c0..45a8b26c189 100644
--- a/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.13.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="opengl startup-notification +xcomposite xpresent"
+IUSE="opengl startup-notification +xcomposite +xpresent"
 
 RDEPEND="dev-libs/dbus-glib:=
>=dev-libs/glib-2.20:=



[gentoo-commits] data/glep:glep-0076 commit in: /

2018-09-03 Thread Ulrich Müller
commit: c2869b90c4697a2aa9fec5567b51eef0da272e10
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Sep  3 14:44:34 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Sep  3 14:44:34 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=c2869b90

glep-0076: Add another reference to the Linux DCO.

Explicitly refer to https://developercertificate.org/, because
different wordings of DCO version 1.1 exist.

Slightly reword the last paragraph in the "Certificate of Origin"
section, as discussed with K_F.

 glep-0076.rst | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/glep-0076.rst b/glep-0076.rst
index 0604b43..5bb66ad 100644
--- a/glep-0076.rst
+++ b/glep-0076.rst
@@ -10,7 +10,7 @@ Type: Informational
 Status: Draft
 Version: 1
 Created: 2013-04-23
-Last-Modified: 2018-08-31
+Last-Modified: 2018-09-03
 Post-History: 2018-06-10, 2018-06-19, 2018-08-31
 Content-Type: text/x-rst
 ---
@@ -170,11 +170,10 @@ Attribution-ShareAlike 3.0 Unported License 
[#CC-BY-SA-3.0]_.
 It is based on the Linux Kernel DCO [#OSDL-DCO]_, released by Open
 Source Development Labs, Inc. in 2005 under a CC-BY-SA-2.5 License.
 
-Alternatively, and if it is applicable, committers are allowed to
-certify their commits with the Linux Kernel DCO 1.1.  This shall be
-clearly indicated by adding ``(Linux DCO 1.1)`` at the end of the
-``Signed-off-by`` line.  Using the Gentoo Certificate of Origin is
-strongly preferred, though.
+Alternatively, and if it is applicable, committers can certify their
+commits with the Linux Kernel DCO 1.1 [#DCO-1.1]_.  This shall be
+indicated by adding ``(DCO-1.1)`` at the end of the ``Signed-off-by``
+line.  Using the Gentoo Certificate of Origin is strongly preferred.
 
 
 Copyright Attribution
@@ -360,6 +359,9 @@ References
Developer's Certificate of Origin 1.1,

https://web.archive.org/web/20060524185355/http://www.osdlab.org/newsroom/press_releases/2004/2004_05_24_dco.html
 
+.. [#DCO-1.1] Developer's Certificate of Origin 1.1,
+   https://developercertificate.org/
+
 .. [#FLA] FSFE Legal: Fiduciary Licence Agreement (FLA),
https://fsfe.org/activities/ftf/fla.en.html
 



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

2018-09-03 Thread Richard Yao
commit: 5ca765e6532606bc3569bcf8b7c474bdf508460e
Author: Richard Yao  gentoo  org>
AuthorDate: Mon Sep  3 14:43:00 2018 +
Commit: Richard Yao  gentoo  org>
CommitDate: Mon Sep  3 14:44:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca765e6

app-emulation/crossover-bin: Bump to 17.5.1

This also includes a fix for the install process breaking when a recent
version of konqueror is installed. Crossover relies on it for KDE
version detection while Konqueror in its infinite wisdom decided to open
things with write permissions, which are sandbox violations. Right now,
the fix is only in 17.5.1. I need to talk to upstream and think about
this some more before I decide the proper course of action.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/crossover-bin/Manifest   |   1 +
 .../crossover-bin/crossover-bin-17.5.1.ebuild  | 157 +
 2 files changed, 158 insertions(+)

diff --git a/app-emulation/crossover-bin/Manifest 
b/app-emulation/crossover-bin/Manifest
index 20040fb6fa2..c94cbc9afa0 100644
--- a/app-emulation/crossover-bin/Manifest
+++ b/app-emulation/crossover-bin/Manifest
@@ -17,3 +17,4 @@ DIST install-crossover-15.3.1.bin 80774288 BLAKE2B 
3d3fd83ee426a66ead3c88f4ca584
 DIST install-crossover-16.0.0.bin 197872657 BLAKE2B 
d500ed4f6a426154b376ead6c2b50eb21a403303561078dc51982a5147af23261dda9892717c16c6e2f3b2a30ffc84e73070cd330bea70ba89c79180c4933297
 SHA512 
184533679ddf3918ab5fc00b01452d868c694fbc7ccb5484c88822cc52da067fd1a0be0387e4050e40d9b367052158faec27dc06f6a371a044b5a1782950e780
 DIST install-crossover-16.2.5.bin 198336730 BLAKE2B 
a11252dab552846fe0a1527cd59cd62907142385062b744591cef6707213d03945879fc5da6bcfaaa315967c51ae15159ad14d8519407542b82f0eb53c5fd02e
 SHA512 
17cb711e7257f094e9ccf939edc1ca6be362f18b86078fe307b7e1337850e182d02fde087789f13ea2bf96ca89736f941c1a7bd93ff1b37a78fe8f846a1d5e22
 DIST install-crossover-17.5.0.bin 198287744 BLAKE2B 
c594192927874e5a80626ad110f0089f2bf8b7385a16ff7755923d63ebb0559b1aa505ec4e8b6f85253ac13736b7f9af178c64ed042a515d31cd4565295db163
 SHA512 
8592d2c91c437d62d1fd5fecf6230eeabfe56c38f49ea795bf4d3b51d8ae4399f1b01801d60dcccb94caeb4dd662675c2739f730f39ef178db32dd4f72182197
+DIST install-crossover-17.5.1.bin 198278549 BLAKE2B 
e53504177eb4a4030a31ae73baf26144375dd559bcd58af3ef05364cfb7a00b8cd68d879e6ef31e92b165876e4c3f85ebcb823dd6585c3edcb8e4cafb76d8e59
 SHA512 
d1e41c5290c56bbb23a6317e91800d7c23d2b4389ebf08ef4416718103aa06b05b33c655d3ef413fe76773dd3599d8fe3d4ea64274fcc18518923990f980bf2a

diff --git a/app-emulation/crossover-bin/crossover-bin-17.5.1.ebuild 
b/app-emulation/crossover-bin/crossover-bin-17.5.1.ebuild
new file mode 100644
index 000..1d2e3bb9952
--- /dev/null
+++ b/app-emulation/crossover-bin/crossover-bin-17.5.1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit python-single-r1 unpacker
+
+DESCRIPTION="Commercial version of app-emulation/wine with paid support."
+HOMEPAGE="http://www.codeweavers.com/products/crossover/;
+SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-${PV}.bin;
+
+LICENSE="CROSSOVER-3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal 
+opencl +opengl +png +scanner +ssl +v4l"
+RESTRICT="bindist test"
+QA_FLAGS_IGNORED="opt/cxoffice/.*"
+QA_PRESTRIPPED="opt/cxoffice/lib/.*
+   opt/cxoffice/bin/cxburner
+   opt/cxoffice/bin/cxntlm_auth
+   opt/cxoffice/bin/wineserver
+   opt/cxoffice/bin/unrar
+   opt/cxoffice/bin/wine-preloader
+   opt/cxoffice/bin/cxdiag
+   opt/cxoffice/bin/cxgettext
+   opt/cxoffice/bin/wineloader
+   "
+S="${WORKDIR}"
+
+DEPEND="dev-lang/perl
+   app-arch/unzip
+   ${PYTHON_DEPS}"
+
+RDEPEND="${DEPEND}
+   !prefix? ( sys-libs/glibc )
+   >=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-util/desktop-file-utils
+   !app-emulation/crossover-office-pro-bin
+   !app-emulation/crossover-office-bin
+   capi? ( net-libs/libcapi[abi_x86_32(-)] )
+   cups? ( net-print/cups[abi_x86_32(-)] )
+   gsm? ( media-sound/gsm[abi_x86_32(-)] )
+   jpeg? ( virtual/jpeg[abi_x86_32(-)] )
+   lcms? ( media-libs/lcms:2 )
+   ldap? ( net-nds/openldap[abi_x86_32(-)] )
+   gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] )
+   mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] )
+   nls? ( sys-devel/gettext[abi_x86_32(-)] )
+   openal? ( media-libs/openal[abi_x86_32(-)] )
+   opencl? ( virtual/opencl[abi_x86_32(-)] )
+   opengl? (
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   )
+   png? ( media-libs/libpng:0[abi_x86_32(-)] )
+   scanner? ( 

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

2018-09-03 Thread Thomas Deutschmann
commit: ed7230d4486049fdd155ac6b86e07578d624aeb0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep  3 14:37:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep  3 14:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7230d4

dev-libs/openssl: fix race condition in install phase

Closes: https://bugs.gentoo.org/665130
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-libs/openssl/openssl-1.0.2p.ebuild | 18 --
 dev-libs/openssl/openssl-1.1.1_pre9.ebuild | 16 +++-
 2 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/dev-libs/openssl/openssl-1.0.2p.ebuild 
b/dev-libs/openssl/openssl-1.0.2p.ebuild
index 74788708e98..ddc45aa8700 100644
--- a/dev-libs/openssl/openssl-1.0.2p.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2p.ebuild
@@ -106,7 +106,7 @@ src_prepare() {
-e '/^MAKEDEPPROG/s:=.*:=$(CC):' \
-e $(has noman FEATURES \
&& echo '/^install:/s:install_docs::' \
-   || echo '/^MANDIR=/s:=.*:='${EPREFIX}'/usr/share/man:') 
\
+   || echo 
'/^MANDIR=/s:=.*:='${EPREFIX%/}'/usr/share/man:') \
Makefile.org \
|| die
# show the actual commands in the log
@@ -131,7 +131,7 @@ src_prepare() {
append-flags $(test-flags-CC -Wa,--noexecstack)
append-cppflags -DOPENSSL_NO_BUF_FREELISTS
 
-   sed -i '1s,^:$,#!'${EPREFIX}'/usr/bin/perl,' Configure #141906
+   sed -i '1s,^:$,#!'${EPREFIX%/}'/usr/bin/perl,' Configure #141906
# The config script does stupid stuff to prompt the user.  Kill it.
sed -i '/stty -icanon min 0 time 50; read waste/d' config || die
./config --test-sanity || die "I AM NOT SANE"
@@ -203,8 +203,8 @@ multilib_src_configure() {
$(use_ssl sslv3 ssl3) \
$(use_ssl tls-heartbeat heartbeats) \
$(use_ssl zlib) \
-   --prefix="${EPREFIX}"/usr \
-   --openssldir="${EPREFIX}"${SSL_CNF_DIR} \
+   --prefix="${EPREFIX%/}"/usr \
+   --openssldir="${EPREFIX%/}"${SSL_CNF_DIR} \
--libdir=$(get_libdir) \
shared threads \
|| die
@@ -239,13 +239,19 @@ multilib_src_test() {
 }
 
 multilib_src_install() {
-   emake INSTALL_PREFIX="${D}" install
+   # We need to create $D/usr on our own to avoid a race condition #665130
+   if [[ ! -d "${D%/}/usr" ]]; then
+   # We can only create this directory once
+   mkdir "${D%/}"/usr || die
+   fi
+
+   emake INSTALL_PREFIX="${D%/}" install
 }
 
 multilib_src_install_all() {
# openssl installs perl version of c_rehash by default, but
# we provide a shell version via app-misc/c_rehash
-   rm "${ED}"/usr/bin/c_rehash || die
+   rm "${ED%/}"/usr/bin/c_rehash || die
 
local -a DOCS=( CHANGES* FAQ NEWS README doc/*.txt doc/c-indentation.el 
)
einstalldocs

diff --git a/dev-libs/openssl/openssl-1.1.1_pre9.ebuild 
b/dev-libs/openssl/openssl-1.1.1_pre9.ebuild
index e16b92f76ff..e694ab91d16 100644
--- a/dev-libs/openssl/openssl-1.1.1_pre9.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1_pre9.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
-e '/^MAKEDEPPROG/s:=.*:=$(CC):' \
-e $(has noman FEATURES \
&& echo '/^install:/s:install_docs::' \
-   || echo '/^MANDIR=/s:=.*:='${EPREFIX}'/usr/share/man:') 
\
+   || echo 
'/^MANDIR=/s:=.*:='${EPREFIX%/}'/usr/share/man:') \
-e "/^DOCDIR/s@\$(BASENAME)@&-${PF}@" \
Configurations/unix-Makefile.tmpl \
|| die
@@ -78,7 +78,7 @@ src_prepare() {
 
# Prefixify Configure shebang (#141906)
sed \
-   -e "1s,/usr/bin/env,${EPREFIX}&," \
+   -e "1s,/usr/bin/env,${EPREFIX%/}&," \
-i Configure || die
# Remove test target when FEATURES=test isn't set
if ! use test ; then
@@ -150,8 +150,8 @@ multilib_src_configure() {
$(use_ssl sctp) \
$(use_ssl tls-heartbeat heartbeats) \
$(use_ssl zlib) \
-   --prefix="${EPREFIX}"/usr \
-   --openssldir="${EPREFIX}"${SSL_CNF_DIR} \
+   --prefix="${EPREFIX%/}"/usr \
+   --openssldir="${EPREFIX%/}"${SSL_CNF_DIR} \
--libdir=$(get_libdir) \
shared threads \
|| die
@@ -185,7 +185,13 @@ multilib_src_test() {
 }
 
 multilib_src_install() {
-   emake DESTDIR="${D}" install
+   # We need to create $D/usr on our own to avoid a race condition #665130
+   if [[ ! -d "${D%/}/usr" ]]; then
+   # We can only create this directory once
+   mkdir "${D%/}"/usr || die
+   fi
+
+   emake DESTDIR="${D%}" install
 }
 
 multilib_src_install_all() {



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

2018-09-03 Thread Thomas Deutschmann
commit: 0dcdf482cd292d53a4cb213c9d76e74dd310385e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep  3 14:38:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep  3 14:39:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcdf482

Revert "media-video/vdr: cleanup old"

This reverts commit 99d096c75cc5a13e96a8a3438df6fd93412ce06a.

media-video/vdr-2* still required by media-plugins/vdr-pvr350.

 media-video/vdr/Manifest   |   3 +
 media-video/vdr/files/vdr-2.0.6_gentoo.patch   |  68 
 .../vdr/files/vdr-2.0.7_systemd_argsdir.patch  | 438 +
 .../files/vdr-2.0.7_systemd_argsdir_vanilla.patch  | 438 +
 media-video/vdr/metadata.xml   |   9 +
 media-video/vdr/vdr-2.0.6-r1.ebuild| 277 +
 media-video/vdr/vdr-2.0.7.ebuild   | 288 ++
 7 files changed, 1521 insertions(+)

diff --git a/media-video/vdr/Manifest b/media-video/vdr/Manifest
index dac0f69a4e8..671820be372 100644
--- a/media-video/vdr/Manifest
+++ b/media-video/vdr/Manifest
@@ -1,2 +1,5 @@
+DIST extpng-vdr-2.0.6-gentoo-edition-v6.patch.bz2 69472 BLAKE2B 
60669e9c20b2bd573eb05733bbf9548d2e643b36693be8b15a377b38470708a71b29e2a16baf7ed378132265f814ec9d35dae749ccf6ae204cd9beb787dc8f57
 SHA512 
f4ecb786ec5a026fa75fcf539518e80273bf43fc325c13a380c70eb85351910efa991b3ee71ca477e597bc2b4598a18620b6cf00fc02714acfcc4e6112d84b6c
 DIST extpng-vdr-2.2.0-gentoo-edition-v1.patch.bz2 34664 BLAKE2B 
81b68ebe0ef4588c3676f0b7a2c766d8d4d4f754a987b3be5868f3c6eff9158d4cea8e492ca81df535e637dbdc5baff638d1fafb4163e9d9a2d0125aba17e2e1
 SHA512 
16d6fbb8201f003dfe653b6a49424b794d7e697e27ad6f2383dbe17b76712ea5a3da88a676900b84d75ff7425bf3eb9084d60a89a4598758f482dc1f013f7b3e
+DIST vdr-2.0.6.tar.bz2 839575 BLAKE2B 
40de46d8465b7008bc29c7e2c1c241d4114aa3d62aa6a0acd81636133c295cd87c2fc618e725885c98f47445220e897c23188373457a96b51cf832ca417c9842
 SHA512 
070ebbfb85478887088567872a71744305dbf9c75de8b095a8fe46d883b0b4fe140539caeb2243715f42793a45790a127542655f549f7ea3cb71c4f9912fa07d
+DIST vdr-2.0.7.tar.bz2 841511 BLAKE2B 
bde06dd038ea2ebfa8768742c02bc7046448ade29032a90130f721af1c4c5d2301ff52065a04c51b31f14250d8ae252d796d93e3012ea1057f2359b1ef9c327c
 SHA512 
cba35f62162cd681179872915023890f492e95cc94d65aadd3cb4d03d7e3c7e2f197e7f35149cdf872169af35c2b841e1042e054f28164860b7cea8367793ce0
 DIST vdr-2.2.0.tar.bz2 922708 BLAKE2B 
975e07d6d4c5bd13ee92be5d6a1826d6404b0c59e20fa2e30689b185a61e02d54782ad528e6a4f15e0d36806b30bcf48aa336d63adb3604e78056ff318e0fd2c
 SHA512 
183f58133915c6c0fe8ec2b88becbcb2a36418210e6dcf7931053d3771d727c3581593f9eb5c9693abf39e22e728f7b41c42079cd704610c3636ec05134ea93d

diff --git a/media-video/vdr/files/vdr-2.0.6_gentoo.patch 
b/media-video/vdr/files/vdr-2.0.6_gentoo.patch
new file mode 100644
index 000..1641fc8e2ee
--- /dev/null
+++ b/media-video/vdr/files/vdr-2.0.6_gentoo.patch
@@ -0,0 +1,68 @@
+diff -Naur vdr-2.0.6.orig/Makefile vdr-2.0.6/Makefile
+--- vdr-2.0.6.orig/Makefile2014-09-22 22:17:23.0 +0200
 vdr-2.0.6/Makefile 2014-09-24 15:22:43.0 +0200
+@@ -109,7 +109,7 @@
+ VDRVERSION = $(shell sed -ne '/define VDRVERSION/s/^.*"\(.*\)".*$$/\1/p' 
config.h)
+ APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' 
config.h)
+ 
+-all: vdr i18n plugins
++all: vdr i18n
+ 
+ # Implicit rules:
+ 
+@@ -162,7 +162,7 @@
+ 
+ PODIR = po
+ LOCALEDIR = locale
+-I18Npo= $(wildcard $(PODIR)/*.po)
++I18Npo= $(foreach dir,$(LINGUAS),$(wildcard $(PODIR)/$(dir)*.po))
+ I18Nmo= $(addsuffix .mo, $(foreach file, $(I18Npo), $(basename $(file
+ I18Nmsgs  = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr.mo, 
$(notdir $(foreach file, $(I18Npo), $(basename $(file))
+ I18Npot   = $(PODIR)/vdr.pot
+@@ -185,7 +185,7 @@
+ 
+ install-i18n: i18n
+   @mkdir -p $(DESTDIR)$(LOCDIR)
+-  cp -r $(LOCALEDIR)/* $(DESTDIR)$(LOCDIR)
++  @(cd $(LOCALEDIR); for linguas in $(LINGUAS); do [ "$$linguas" = "en" ] 
&& continue; cp -r --parents $$linguas* $(DESTDIR)$(LOCDIR); done)
+ 
+ # The 'include' directory (for plugins):
+ 
+@@ -247,7 +247,7 @@
+ 
+ # Install the files (note that 'install-pc' must be first!):
+ 
+-install: install-pc install-bin install-dirs install-conf install-doc 
install-plugins install-i18n install-includes
++install: install-pc install-bin install-dirs install-conf install-doc 
install-i18n install-includes
+ 
+ # VDR binary:
+ 
+@@ -259,11 +259,12 @@
+ 
+ install-dirs:
+   @mkdir -p $(DESTDIR)$(VIDEODIR)
+-  @mkdir -p $(DESTDIR)$(CONFDIR)
+-  @mkdir -p $(DESTDIR)$(CACHEDIR)
++# @mkdir -p $(DESTDIR)$(CONFDIR)
++# @mkdir -p $(DESTDIR)$(CACHEDIR)
+   @mkdir -p $(DESTDIR)$(RESDIR)
+ 
+ install-conf:
++  @mkdir -p $(DESTDIR)$(CONFDIR)
+   @cp -pn *.conf $(DESTDIR)$(CONFDIR)
+ 
+ # Documentation:
+@@ -290,8 +291,11 @@
+ # Includes:
+ 
+ install-includes: 

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

2018-09-03 Thread Mikle Kolyada
commit: 78ab850f154e3bb3abe3066e9213bf6d3c83dfe6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  3 14:31:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  3 14:31:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ab850f

sys-apps/pciutils: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/pciutils/Manifest  |   1 -
 sys-apps/pciutils/pciutils-3.4.1.ebuild | 108 
 2 files changed, 109 deletions(-)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index fbed82c3ed3..1194244e3fd 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,4 +1,3 @@
-DIST pciutils-3.4.1.tar.gz 404166 BLAKE2B 
75c50e7b4469fe4fc3719ee3b58f94be98f113ce4cb36be3d3fb8e57aaefef039866d31a6acc90e6136b21883239c1c7db2b497776e0db8ce05f19c6336b55e1
 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 DIST pciutils-3.5.6.tar.gz 442190 BLAKE2B 
9f1237828436f0566caa13e49a154b40fcc41ddd165268011012e55a33ea401e3b78ddffecc6f0ec36efb24b6d9338a691167ac094d0d26f855e42cd055701bb
 SHA512 
dcdca7e0bce69d1bee1fa5ea480a9f38534d66da576fdc710aefd8eeb0c18bf6ec5b39e63019d29d6bae0ec2d3881f5d07a4a105ca04c320d84c17821f7297e4
 DIST pciutils-3.6.1.tar.gz 455061 BLAKE2B 
a9dcce9a79aa66101a77d9299aa7c4f2ae3ab9d7ec597790de7396d65e9c700e4e866b5702412972abbf9ffc2996ebad52782a26d9206cc8d33d96566072fb90
 SHA512 
2a9c86d826932ac6242677bdd0c5288c264b964aa14314aa7eda5379e687822656081883a2a1c5f846037db9bdba616381f84104d0b3b62cd34acf653faf3990
 DIST pciutils-3.6.2.tar.gz 473699 BLAKE2B 
ae7563f2d17334f54e6b055d135138e21d105fa5f5b71061a6de638ecf26c35d9de79cb67a691f936f42fcedb9a1f300e046dd892429195a9f54f9536e313110
 SHA512 
ab2bab26dd11f941286593135b751b811fa6199d4b5fb8a18e74f72709ea598ab0c0efa31ad6ca70949966dcf80cdfb16d53e5d339b773c69e0a12f132bb8577

diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild 
b/sys-apps/pciutils/pciutils-3.4.1.ebuild
deleted file mode 100644
index 5856f602feb..000
--- a/sys-apps/pciutils/pciutils-3.4.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic
-
-DESCRIPTION="Various utilities dealing with the PCI bus"
-HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git;
-SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="dns +kmod static-libs +udev zlib"
-
-# Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libssl.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )"
-DEPEND="kmod? ( sys-apps/kmod )
-   static-libs? ( ${LIB_DEPEND} )
-   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )
-   udev? ( >=virtual/libudev-208[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}
-   sys-apps/hwids"
-DEPEND="${DEPEND}
-   kmod? ( virtual/pkgconfig )"
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
-
-switch_config() {
-   [[ $# -ne 2 ]] && return 1
-   local opt=$1 val=$2
-
-   sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
-   return 0
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-
-   if use static-libs ; then
-   cp -pPR "${S}" "${S}.static" || die
-   mv "${S}.static" "${S}/static" || die
-   fi
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   append-lfs-flags #471102
-}
-
-pemake() {
-   emake \
-   HOST="${CHOST}" \
-   CROSS_COMPILE="${CHOST}-" \
-   CC="$(tc-getCC)" \
-   AR="$(tc-getAR)" \
-   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-   RANLIB="$(tc-getRANLIB)" \
-   DNS=$(usex dns) \
-   IDSDIR='$(SHAREDIR)/misc' \
-   MANDIR='$(SHAREDIR)/man' \
-   PREFIX="${EPREFIX}/usr" \
-   SHARED="yes" \
-   STRIP="" \
-   ZLIB=$(usex zlib) \
-   PCI_COMPRESSED_IDS=0 \
-   PCI_IDS=pci.ids \
-   LIBDIR="\${PREFIX}/$(get_libdir)" \
-   LIBKMOD=$(multilib_native_usex kmod) \
-   HWDB=$(usex udev) \
-   "$@"
-}
-
-multilib_src_compile() {
-   pemake OPT="${CFLAGS}" all
-   if use static-libs ; then
-   pemake \
-   -C "${BUILD_DIR}/static" \
-   OPT="${CFLAGS}" \
-   SHARED="no" \
-   lib/libpci.a
-   fi
-}
-
-multilib_src_install() {
-   pemake 

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

2018-09-03 Thread Mikle Kolyada
commit: fe4bc5d2cdee4410e2fd9da472f90d007aff24d9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  3 14:30:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  3 14:31:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4bc5d2

sys-apps/pciutils: alpha/m68k/sh stable wrt bug #663486

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/pciutils/pciutils-3.5.6.ebuild 
b/sys-apps/pciutils/pciutils-3.5.6.ebuild
index f12172aef94..e9b3c34b429 100644
--- a/sys-apps/pciutils/pciutils-3.5.6.ebuild
+++ b/sys-apps/pciutils/pciutils-3.5.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="dns +kmod static-libs +udev zlib"
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



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

2018-09-03 Thread Michael Orlitzky
commit: 56e365a929aedd2af9efe846365dfbf721b4c6c5
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Sep  3 05:33:55 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Sep  3 14:19:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e365a9

net-analyzer/nagios-core: bump to 4.4.2

Package-Manager: Portage-2.3.48, Repoman-2.3.10
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios-core/Manifest  |   1 +
 .../nagios-core/files/nagios-4.4.3-pre.patch   |  42 
 net-analyzer/nagios-core/nagios-core-4.4.2.ebuild  | 218 +
 3 files changed, 261 insertions(+)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 11a8055082a..bb184319683 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -2,4 +2,5 @@ DIST nagios-4.3.3.tar.gz 11101531 BLAKE2B 
537d49ecf28b457fbc1e24eaaa9c5d9e8c4db5
 DIST nagios-4.3.4.tar.gz 11101966 BLAKE2B 
6cb8182f40a4f83875c94df040bb1c62ce078d4130e10fa8595ea0b14cf715fc2a237ffb34199da9c1528e4789f3ce8deae3d993b5b795ad712d48b1e5fdb820
 SHA512 
f4e92aa98151739442a225a245871d93b5560d89510bdacb1a615959b9687f7a92675f10fcba71078b104ca8f237b0155a9261d67ec66f80aec7f033b4b3e316
 DIST nagios-4.4.0.tar.gz 11295727 BLAKE2B 
f89e7934b13814ec8c0ae7a19f14eed8842c7b0044fb2812f1399f27a82e5a639b63cc53f04b58ae99aa87bf595b2e25642ad3eb134a041e39f744919bd46d2f
 SHA512 
8c136463133cf26c756ccd39b158ed417297e30f8a0b12d063a4dba6a43f126b27bb5f7ea962c8cde9fb9c1fd8d3439d7cfeaab833045315a9800c993fa0676f
 DIST nagios-4.4.1.tar.gz 11296403 BLAKE2B 
fdbaec5f913d18d5591f44cd1e0622b9741d7415b591f24f1521f2897b8a1bdbff00e9378ef6b3a6a99ab8d639960abd3d734fd66b665ea88ea1de169b552ace
 SHA512 
d84f22a8fd21a573b4162f232c3a6bb2ba0b7d3a470e5fd80183a1862d2ae666956cfc2dd4c7fe6319ee7ccedb9f8a6920ba39a6b499ed9ff5b8be60a9779fa9
+DIST nagios-4.4.2.tar.gz 11301454 BLAKE2B 
1b5ffa775bbf147e96d07edd36a387db271802d58cc1a1d1eb867645955aec0044e757785578a60c12549bd4e66e4c95ef06dd0f3f8be3599187d0ef0bcc8a4b
 SHA512 
a6ddb2d8ca1c523d02659a2af0b9c67a3802893c946279bb15be53645dc64c997cd5562b77eab9dae03e756ec6622a9a641f7bd68269aba4ddd56ee21f50959e
 DIST nagios-core-gentoo-icons-20141125.tar 40960 BLAKE2B 
31c1953e1160c7c7b89606b72b1a80407e4c1b7a7938b40bd1c577cd0c309dd88ca6b775d692a9b846dbf67736537fa9c91e56aa15fdd447769608ca525bff09
 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766

diff --git a/net-analyzer/nagios-core/files/nagios-4.4.3-pre.patch 
b/net-analyzer/nagios-core/files/nagios-4.4.3-pre.patch
new file mode 100644
index 000..3c5eb030547
--- /dev/null
+++ b/net-analyzer/nagios-core/files/nagios-4.4.3-pre.patch
@@ -0,0 +1,42 @@
+diff --git a/Changelog b/Changelog
+index c695bd54..4c348894 100644
+--- a/Changelog
 b/Changelog
+@@ -2,6 +2,11 @@
+ Nagios Core 4 Change Log
+ 
+ 
++4.4.3 - 2018-XX-XX
++--
++FIXES
++* Fixed services sending recovery emails when they recover if host in down 
state (#572) (Scott Wilkerson)
++
+ 4.4.2 - 2018-08-16
+ --
+ FIXES
+diff --git a/base/notifications.c b/base/notifications.c
+index d4574c41..58ad140f 100644
+--- a/base/notifications.c
 b/base/notifications.c
+@@ -591,10 +591,6 @@ int check_service_notification_viability(service *svc, 
int type, int options) {
+   return ERROR;
+   }
+ 
+-  /* RECOVERY NOTIFICATIONS ARE GOOD TO GO AT THIS POINT */
+-  if(svc->current_state == STATE_OK)
+-  return OK;
+-
+   /* don't notify contacts about this service problem again if the 
notification interval is set to 0 */
+   if(svc->no_more_notifications == TRUE) {
+   log_debug_info(DEBUGL_NOTIFICATIONS, 1, "We shouldn't re-notify 
contacts about this service problem.\n");
+@@ -1501,10 +1497,6 @@ int check_host_notification_viability(host *hst, int 
type, int options) {
+   return ERROR;
+   }
+ 
+-  /* RECOVERY NOTIFICATIONS ARE GOOD TO GO AT THIS POINT */
+-  if(hst->current_state == HOST_UP)
+-  return OK;
+-
+   /* check if we shouldn't renotify contacts about the host problem */
+   if(hst->no_more_notifications == TRUE) {
+   log_debug_info(DEBUGL_NOTIFICATIONS, 1, "We shouldn't re-notify 
contacts about this host problem.\n");

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.2.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.2.ebuild
new file mode 100644
index 000..cb47956dba4
--- /dev/null
+++ b/net-analyzer/nagios-core/nagios-core-4.4.2.ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs user
+
+MY_P=${PN/-core}-${PV}
+DESCRIPTION="Nagios core - monitoring daemon, web GUI, and documentation"

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

2018-09-03 Thread Michael Orlitzky
commit: 28384f8adc00d3823be04cee59a3c75da302d7e3
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Sep  3 05:36:44 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Sep  3 14:19:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28384f8a

net-analyzer/nagios: bump to 4.4.2

Package-Manager: Portage-2.3.48, Repoman-2.3.10
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios/nagios-4.4.2.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.2.ebuild 
b/net-analyzer/nagios/nagios-4.4.2.ebuild
new file mode 100644
index 000..a29da55bee7
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+   || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2018-09-03 Thread Mikle Kolyada
commit: f3eceecd5b5840cfe53db147acb9b25cef3a7e54
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  3 14:13:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  3 14:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3eceecd

dev-embedded/u-boot-tools: mark stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild
index 1a32e2433fa..76939bc8bba 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2018.05.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://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



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

2018-09-03 Thread Lars Wendler
commit: bd2899fea70178f1743a2bf96545fbfe8204341a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep  3 13:41:27 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep  3 14:06:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2899fe

dev-libs/nss: Bump to version 3.39

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-libs/nss/Manifest|   1 +
 dev-libs/nss/nss-3.39.ebuild | 371 +++
 2 files changed, 372 insertions(+)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index a423681b571..0bb0afac0fc 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -2,5 +2,6 @@ DIST nss-3.29.5.tar.gz 7480246 BLAKE2B 
9ab16cbbd95aa31358b5b686bee64cd81c8343524
 DIST nss-3.36.1.tar.gz 23026430 BLAKE2B 
76eaf5b24f8954a4e14cf556912250a3ddb7b333054a2ea4ee3d218493a8f12c77a37455aae354ef6ddd9bd55c33a269dad515806d70ef38727fa8a382d47fd4
 SHA512 
096fe4360b6d584a746ac6156830f8cff821fd173bd889d7a396238919328a227fa4ebb46f738970a4001773046f3dd4f4675b85ff6de8420a4a7657b3ba0c65
 DIST nss-3.37.3.tar.gz 23034239 BLAKE2B 
3e30b0fe14501ca0e6b9d14322af73f191164989e6857b9ba46572b7363cdc65c88b672285982f2764ed44fcaf615cb249eea2f45b98050dfc6675003dc74a3b
 SHA512 
11b21818f9fcff11d0e7f4c066ae9fbce0052a30a6b30df9a20022792039b5348554834a472e1b1195e467b9902067f9719678d5ca32efb4e60f1df161feed6f
 DIST nss-3.38.tar.gz 23023474 BLAKE2B 
72500827955a25c53124ca6054850beef91868019ba155b70f8268fe79261b71e4f11ab42382241c2855478be7e6def57378cda5f398bf5e25f7fa5c035d630e
 SHA512 
06804163daa08f1f65cfe0e9546ddf066ec7f773aa615431a5952f6c04956dd62425fec38d11037ff7fb02b709de03e5a7637c6ba13de5b7686db4f9ecda52ab
+DIST nss-3.39.tar.gz 23048561 BLAKE2B 
74214b6ed23a44a0b6e0d52b9a327f908668079413ee637d172e4f0c7769f252a6c6ecca33215c1865606eaebe4630f31b435f2d40cf1a24ab373874508531b9
 SHA512 
16358c2d8660ca301410b1d39b2eae64fe2ebbbfab797872410e5fcc67f802ef48f4e362edeecb0591626c77013537019094a6a5dfc8d24487b6b6e54564da8f
 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 
9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68
 SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0
 DIST nss-pem-20160329.tar.xz 27732 BLAKE2B 
7c23133a7bfb969d8eac98fb6311e76ab60c5d6601c7329f3c492da30c017e66d64a1f8bc827dd36e52e65c1a1ec02b58816442aaf410345c5ed759a02264b84
 SHA512 
5834b06e4c64205447573d4f4c8989e20986ae67ee00eebce3817eb73794a6355a404143ba1c676ec302ceefaf9df103cb879b1d4ff14ba4e3790dbee3e40eb2

diff --git a/dev-libs/nss/nss-3.39.ebuild b/dev-libs/nss/nss-3.39.ebuild
new file mode 100644
index 000..dce724d6b8d
--- /dev/null
+++ b/dev-libs/nss/nss-3.39.ebuild
@@ -0,0 +1,371 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
+
+NSPR_VER="4.16"
+RTM_NAME="NSS_${PV//./_}_RTM"
+# Rev of https://git.fedorahosted.org/cgit/nss-pem.git
+PEM_GIT_REV="429b0222759d8ad8e6dcd29e62875ae3efd69116"
+PEM_P="${PN}-pem-20160329"
+
+DESCRIPTION="Mozilla's Network Security Services library that implements PKI 
support"
+HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/;
+SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
+   cacert? ( 
https://dev.gentoo.org/~axs/distfiles/${PN}-cacert-class1-class3.patch )
+   nss-pem? ( https://dev.gentoo.org/~polynomial-c/${PEM_P}.tar.xz )"
+
+LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="cacert +nss-pem utils"
+CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
+DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   ${CDEPEND}"
+RDEPEND=">=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   ${CDEPEND}
+"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${P}/${PN}"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/nss-config
+)
+
+PATCHES=(
+   # Custom changes for gentoo
+   "${FILESDIR}/${PN}-3.32-gentoo-fixups.patch"
+   "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch"
+   "${FILESDIR}/${PN}-3.23-hppa-byte_order.patch"
+)
+
+src_unpack() {
+   unpack ${A}
+   if use nss-pem ; then
+   mv "${PN}"/lib/ckfw/pem/ "${S}"/lib/ckfw/ || die
+   fi
+}
+
+src_prepare() {
+   if use nss-pem ; then
+   PATCHES+=(
+   "${FILESDIR}/${PN}-3.21-enable-pem.patch"
+   )
+   fi
+   if use cacert ; then #521462
+   PATCHES+=(
+   

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

2018-09-03 Thread Lars Wendler
commit: 92bd4b6d35414c3e3e0bf9fccc95359be5241b9e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep  3 13:42:02 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep  3 14:06:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bd4b6d

dev-libs/nss: Removed old.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-libs/nss/Manifest  |   1 -
 dev-libs/nss/nss-3.36.1.ebuild | 371 -
 2 files changed, 372 deletions(-)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index 0bb0afac0fc..c08c9560ae5 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -1,5 +1,4 @@
 DIST nss-3.29.5.tar.gz 7480246 BLAKE2B 
9ab16cbbd95aa31358b5b686bee64cd81c8343524dad8aac084f7c86883f1eaead78912dc1021b0461d027b0085356c4b7156f1d80010c3a0ece29d542deef50
 SHA512 
ce18bc7e793d2b3698db412b2e5fcabbfd9862eca3def120d5e44bc67276526bff6b33ffa84b8128f8af6d35101000e6f7bb24194f63a55461b3c245fac11faa
-DIST nss-3.36.1.tar.gz 23026430 BLAKE2B 
76eaf5b24f8954a4e14cf556912250a3ddb7b333054a2ea4ee3d218493a8f12c77a37455aae354ef6ddd9bd55c33a269dad515806d70ef38727fa8a382d47fd4
 SHA512 
096fe4360b6d584a746ac6156830f8cff821fd173bd889d7a396238919328a227fa4ebb46f738970a4001773046f3dd4f4675b85ff6de8420a4a7657b3ba0c65
 DIST nss-3.37.3.tar.gz 23034239 BLAKE2B 
3e30b0fe14501ca0e6b9d14322af73f191164989e6857b9ba46572b7363cdc65c88b672285982f2764ed44fcaf615cb249eea2f45b98050dfc6675003dc74a3b
 SHA512 
11b21818f9fcff11d0e7f4c066ae9fbce0052a30a6b30df9a20022792039b5348554834a472e1b1195e467b9902067f9719678d5ca32efb4e60f1df161feed6f
 DIST nss-3.38.tar.gz 23023474 BLAKE2B 
72500827955a25c53124ca6054850beef91868019ba155b70f8268fe79261b71e4f11ab42382241c2855478be7e6def57378cda5f398bf5e25f7fa5c035d630e
 SHA512 
06804163daa08f1f65cfe0e9546ddf066ec7f773aa615431a5952f6c04956dd62425fec38d11037ff7fb02b709de03e5a7637c6ba13de5b7686db4f9ecda52ab
 DIST nss-3.39.tar.gz 23048561 BLAKE2B 
74214b6ed23a44a0b6e0d52b9a327f908668079413ee637d172e4f0c7769f252a6c6ecca33215c1865606eaebe4630f31b435f2d40cf1a24ab373874508531b9
 SHA512 
16358c2d8660ca301410b1d39b2eae64fe2ebbbfab797872410e5fcc67f802ef48f4e362edeecb0591626c77013537019094a6a5dfc8d24487b6b6e54564da8f

diff --git a/dev-libs/nss/nss-3.36.1.ebuild b/dev-libs/nss/nss-3.36.1.ebuild
deleted file mode 100644
index 3a343d29931..000
--- a/dev-libs/nss/nss-3.36.1.ebuild
+++ /dev/null
@@ -1,371 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
-
-NSPR_VER="4.16"
-RTM_NAME="NSS_${PV//./_}_RTM"
-# Rev of https://git.fedorahosted.org/cgit/nss-pem.git
-PEM_GIT_REV="429b0222759d8ad8e6dcd29e62875ae3efd69116"
-PEM_P="${PN}-pem-20160329"
-
-DESCRIPTION="Mozilla's Network Security Services library that implements PKI 
support"
-HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/;
-SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
-   cacert? ( 
https://dev.gentoo.org/~axs/distfiles/${PN}-cacert-class1-class3.patch )
-   nss-pem? ( https://dev.gentoo.org/~polynomial-c/${PEM_P}.tar.xz )"
-
-LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="cacert +nss-pem utils"
-CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
-DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
-   ${CDEPEND}"
-RDEPEND=">=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
-   ${CDEPEND}
-"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${P}/${PN}"
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/nss-config
-)
-
-PATCHES=(
-   # Custom changes for gentoo
-   "${FILESDIR}/${PN}-3.32-gentoo-fixups.patch"
-   "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch"
-   "${FILESDIR}/${PN}-3.23-hppa-byte_order.patch"
-)
-
-src_unpack() {
-   unpack ${A}
-   if use nss-pem ; then
-   mv "${PN}"/lib/ckfw/pem/ "${S}"/lib/ckfw/ || die
-   fi
-}
-
-src_prepare() {
-   if use nss-pem ; then
-   PATCHES+=(
-   "${FILESDIR}/${PN}-3.21-enable-pem.patch"
-   )
-   fi
-   if use cacert ; then #521462
-   PATCHES+=(
-   "${DISTDIR}/${PN}-cacert-class1-class3.patch"
-   )
-   fi
-
-   default
-
-   pushd coreconf >/dev/null || die
-   # hack nspr paths
-   echo 'INCLUDES += -I$(DIST)/include/dbm' \
-   >> headers.mk || die "failed to append include"
-
-   # modify install path
-   sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = 
$(CORE_DEPTH)/dist:' \
-   -i source.mk || die
-
-   

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

2018-09-03 Thread Mikle Kolyada
commit: 2698d51cced70ccf918332a851b1c4b1a75d4b5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  3 13:52:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  3 13:52:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2698d51c

sys-apps/busybox: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/busybox/Manifest  |   1 -
 sys-apps/busybox/busybox-1.28.0.ebuild | 323 -
 2 files changed, 324 deletions(-)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 7e9079eb0de..6fca0718871 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,4 +1,3 @@
-DIST busybox-1.28.0.tar.bz2 2261831 BLAKE2B 
9cbb133d59711dde90ef5b20bfd4b892e34565103eaa64b2000b042bd2b9b234df14b5e8b74f7cf8f9071b907e1b9eff556e852bb921088d81548473430d3acf
 SHA512 
346a71d44e6c4e1889ac12ae52320cb0c3d0c45c2b4b49fc4e3c0bb25f427707d8075150d545906f414b9f4e5b6d8f1a3afe8cdc31f6a64e06c62b400d7d129b
 DIST busybox-1.29.0.tar.bz2 2303680 BLAKE2B 
2b3082952a3dc17c4a65ee6de24276d0c9dca9082bc75df23e67855d9667508ba146ff2210f6c548628341fae7bbd1ff16f4ef445b4297cd2a1a05be2b4fb591
 SHA512 
49afcb0bfcea881b37cb740cd17b144cb46596d456e72702884a835eee5e4b0b681c3a21ee7095a927a2fe4cd2bb691890aa8f3f32dbd98c4da20c2fa4e7edf9
 DIST busybox-1.29.1.tar.bz2 2304866 BLAKE2B 
b8fb576507b952c241f733b76980a246fc0fad0bb5c97fe39a63d7e780e9934fae325d27e997641250248d1c7dc9f480ed42a09fdfc9b0bedc9eb909137c6ca9
 SHA512 
4506c149abb9ce0d98c75ee1f73d2915b124b8d1975cd9d20b9cd894b47226ea492c4fa802b28cfaae3082991fb7ab127f2376713401545ce4aea8810c36da76
 DIST busybox-1.29.2.tar.bz2 2305093 BLAKE2B 
04344bab3dbce6ff01746ce60c7966a883af42987cbc3ef43c9a4c831872aaf5c2727e3ed89e2c8f71f547a7f2cb87b31a302367546cb5149c6f65cd9023a663
 SHA512 
16191a0773f51fb53ba54765813754982621e0ab391a1d07f66a3fb52d28c567ebff019e39f151cdf29f3c878d691f0fb7cdb4cb67e29b732d45224953c5d70f

diff --git a/sys-apps/busybox/busybox-1.28.0.ebuild 
b/sys-apps/busybox/busybox-1.28.0.ebuild
deleted file mode 100644
index d4f066a7e3d..000
--- a/sys-apps/busybox/busybox-1.28.0.ebuild
+++ /dev/null
@@ -1,323 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# See `man savedconfig.eclass` for info on how to use USE=savedconfig.
-
-EAPI="5"
-inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
-
-DESCRIPTION="Utilities for rescue and embedded systems"
-HOMEPAGE="https://www.busybox.net/;
-if [[ ${PV} == "" ]] ; then
-   MY_P=${P}
-   EGIT_REPO_URI="https://git.busybox.net/busybox;
-   inherit git-r3
-else
-   MY_P=${PN}-${PV/_/-}
-   SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2" # GPL-2 only
-SLOT="0"
-IUSE="debug ipv6 livecd make-symlinks math mdev pam selinux sep-usr static 
syslog systemd"
-REQUIRED_USE="pam? ( !static )"
-RESTRICT="test"
-
-COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) )
-   pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}
-   static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) )
-   >=sys-kernel/linux-headers-2.6.39"
-RDEPEND="${COMMON_DEPEND}
-   mdev? ( !::g'
 \
-   Makefile.flags || die
-   #sed -i '/bbsh/s:^//::' include/applets.h
-   sed -i '/^#error Aborting compilation./d' applets/applets.c || die
-   use elibc_glibc && sed -i 's:-Wl,--gc-sections::' Makefile
-   sed -i \
-   -e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \
-   -e "/^AR\>/s:=.*:= $(tc-getAR):" \
-   -e "/^CC\>/s:=.*:= $(tc-getCC):" \
-   -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
-   -e "/^PKG_CONFIG\>/s:=.*:= $(tc-getPKG_CONFIG):" \
-   Makefile || die
-   sed -i \
-   -e 's:-static-libgcc::' \
-   Makefile.flags || die
-}
-
-src_configure() {
-   # check for a busybox config before making one of our own.
-   # if one exist lets return and use it.
-
-   restore_config .config
-   if [ -f .config ]; then
-   yes "" | emake -j1 -s oldconfig >/dev/null
-   return 0
-   else
-   ewarn "Could not locate user configfile, so we will save a 
default one"
-   fi
-
-   # setup the config file
-   emake -j1 -s allyesconfig >/dev/null
-   # nommu forces a bunch of things off which we want on #387555
-   busybox_config_option n NOMMU
-   sed -i '/^#/d' .config
-   yes "" | emake -j1 -s oldconfig >/dev/null
-
-   # now turn off stuff we really don't want
-   busybox_config_option n DMALLOC
-   busybox_config_option n FEATURE_2_4_MODULES #607548
-   busybox_config_option n FEATURE_SUID_CONFIG
-   busybox_config_option n BUILD_AT_ONCE
-   busybox_config_option n 

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2018-09-03 Thread Andreas Sturmlechner
commit: dbbc56ad21474a359d0f31577618fff4d3f8623b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  2 20:56:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  2 20:56:28 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbbc56ad

profiles: Add kde-frameworks-5.50 package.mask

 profiles/package.mask/kde-frameworks-5.50 | 83 +++
 1 file changed, 83 insertions(+)

diff --git a/profiles/package.mask/kde-frameworks-5.50 
b/profiles/package.mask/kde-frameworks-5.50
new file mode 100644
index 00..438236235b
--- /dev/null
+++ b/profiles/package.mask/kde-frameworks-5.50
@@ -0,0 +1,83 @@
+# Andreas Sturmlechner  (02 Sep 2018)
+# KDE Frameworks 5.50.0 mask
+# Not released yet.
+~kde-frameworks/attica-5.50.0:5
+~kde-frameworks/baloo-5.50.0:5
+~kde-frameworks/bluez-qt-5.50.0:5
+~kde-frameworks/breeze-icons-5.50.0:5
+~kde-frameworks/breeze-icons-rcc-5.50.0:5
+~kde-frameworks/extra-cmake-modules-5.50.0:5
+~kde-frameworks/frameworkintegration-5.50.0:5
+~kde-frameworks/kactivities-5.50.0:5
+~kde-frameworks/kactivities-stats-5.50.0:5
+~kde-frameworks/kapidox-5.50.0:5
+~kde-frameworks/karchive-5.50.0:5
+~kde-frameworks/kauth-5.50.0:5
+~kde-frameworks/kbookmarks-5.50.0:5
+~kde-frameworks/kcmutils-5.50.0:5
+~kde-frameworks/kcodecs-5.50.0:5
+~kde-frameworks/kcompletion-5.50.0:5
+~kde-frameworks/kconfig-5.50.0:5
+~kde-frameworks/kconfigwidgets-5.50.0:5
+~kde-frameworks/kcoreaddons-5.50.0:5
+~kde-frameworks/kcrash-5.50.0:5
+~kde-frameworks/kdbusaddons-5.50.0:5
+~kde-frameworks/kdeclarative-5.50.0:5
+~kde-frameworks/kded-5.50.0:5
+~kde-frameworks/kdelibs4support-5.50.0:5
+~kde-frameworks/kdesignerplugin-5.50.0:5
+~kde-frameworks/kdesu-5.50.0:5
+~kde-frameworks/kdewebkit-5.50.0:5
+~kde-frameworks/kdnssd-5.50.0:5
+~kde-frameworks/kdoctools-5.50.0:5
+~kde-frameworks/kemoticons-5.50.0:5
+~kde-frameworks/kfilemetadata-5.50.0:5
+~kde-frameworks/kglobalaccel-5.50.0:5
+~kde-frameworks/kguiaddons-5.50.0:5
+~kde-frameworks/kholidays-5.50.0:5
+~kde-frameworks/khtml-5.50.0:5
+~kde-frameworks/ki18n-5.50.0:5
+~kde-frameworks/kiconthemes-5.50.0:5
+~kde-frameworks/kidletime-5.50.0:5
+~kde-frameworks/kimageformats-5.50.0:5
+~kde-frameworks/kinit-5.50.0:5
+~kde-frameworks/kio-5.50.0:5
+~kde-frameworks/kirigami-5.50.0:5
+~kde-frameworks/kitemmodels-5.50.0:5
+~kde-frameworks/kitemviews-5.50.0:5
+~kde-frameworks/kjobwidgets-5.50.0:5
+~kde-frameworks/kjs-5.50.0:5
+~kde-frameworks/kjsembed-5.50.0:5
+~kde-frameworks/kmediaplayer-5.50.0:5
+~kde-frameworks/knewstuff-5.50.0:5
+~kde-frameworks/knotifications-5.50.0:5
+~kde-frameworks/knotifyconfig-5.50.0:5
+~kde-frameworks/kpackage-5.50.0:5
+~kde-frameworks/kparts-5.50.0:5
+~kde-frameworks/kpeople-5.50.0:5
+~kde-frameworks/kplotting-5.50.0:5
+~kde-frameworks/kpty-5.50.0:5
+~kde-frameworks/kross-5.50.0:5
+~kde-frameworks/krunner-5.50.0:5
+~kde-frameworks/kservice-5.50.0:5
+~kde-frameworks/ktexteditor-5.50.0:5
+~kde-frameworks/ktextwidgets-5.50.0:5
+~kde-frameworks/kunitconversion-5.50.0:5
+~kde-frameworks/kwallet-5.50.0:5
+~kde-frameworks/kwayland-5.50.0:5
+~kde-frameworks/kwidgetsaddons-5.50.0:5
+~kde-frameworks/kwindowsystem-5.50.0:5
+~kde-frameworks/kxmlgui-5.50.0:5
+~kde-frameworks/kxmlrpcclient-5.50.0:5
+~kde-frameworks/modemmanager-qt-5.50.0:5
+~kde-frameworks/networkmanager-qt-5.50.0:5
+~kde-frameworks/oxygen-icons-5.50.0:5
+~kde-frameworks/plasma-5.50.0:5
+~kde-frameworks/prison-5.50.0:5
+~kde-frameworks/purpose-5.50.0:5
+~kde-frameworks/qqc2-desktop-style-5.50.0:5
+~kde-frameworks/solid-5.50.0:5
+~kde-frameworks/sonnet-5.50.0:5
+~kde-frameworks/syndication-5.50.0:5
+~kde-frameworks/syntax-highlighting-5.50.0:5
+~kde-frameworks/threadweaver-5.50.0:5



[gentoo-commits] proj/kde:master commit in: kde-frameworks/prison/, kde-frameworks/khtml/, kde-frameworks/kdewebkit/, ...

2018-09-03 Thread Andreas Sturmlechner
commit: 1d7f867597c8f147d8300a9436ef367f301227cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 13:20:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 13:20:44 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d7f8675

kde-frameworks: Add KDE Frameworks 5.50.0

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 kde-frameworks/attica/attica-5.50.0.ebuild | 25 +++
 kde-frameworks/baloo/baloo-5.50.0.ebuild   | 34 +
 kde-frameworks/bluez-qt/bluez-qt-5.50.0.ebuild | 34 +
 .../breeze-icons-rcc-5.50.0.ebuild | 42 +++
 .../breeze-icons/breeze-icons-5.50.0.ebuild| 41 +++
 .../extra-cmake-modules-5.50.0.ebuild  | 63 
 .../frameworkintegration-5.50.0.ebuild | 53 ++
 .../kactivities-stats-5.50.0.ebuild| 21 ++
 .../kactivities/kactivities-5.50.0.ebuild  | 26 +++
 kde-frameworks/kapidox/kapidox-5.50.0.ebuild   | 28 
 kde-frameworks/karchive/karchive-5.50.0.ebuild | 27 +++
 kde-frameworks/kauth/kauth-5.50.0.ebuild   | 32 +
 kde-frameworks/kbookmarks/kbookmarks-5.50.0.ebuild | 29 
 kde-frameworks/kcmutils/kcmutils-5.50.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.50.0.ebuild   | 16 +
 .../kcompletion/kcompletion-5.50.0.ebuild  | 21 ++
 kde-frameworks/kconfig/kconfig-5.50.0.ebuild   | 26 +++
 .../kconfigwidgets/kconfigwidgets-5.50.0.ebuild| 36 ++
 .../kcoreaddons/kcoreaddons-5.50.0.ebuild  | 39 ++
 kde-frameworks/kcrash/kcrash-5.50.0.ebuild | 28 
 .../kdbusaddons/kdbusaddons-5.50.0.ebuild  | 28 
 .../kdeclarative/kdeclarative-5.50.0.ebuild| 32 +
 kde-frameworks/kded/kded-5.50.0.ebuild | 36 ++
 .../kdelibs4support/kdelibs4support-5.50.0.ebuild  | 84 ++
 .../kdesignerplugin/kdesignerplugin-5.50.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.50.0.ebuild   | 32 +
 kde-frameworks/kdewebkit/kdewebkit-5.50.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.50.0.ebuild | 31 
 kde-frameworks/kdoctools/kdoctools-5.50.0.ebuild   | 25 +++
 kde-frameworks/kemoticons/kemoticons-5.50.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.50.0.ebuild  | 63 
 .../kglobalaccel/kglobalaccel-5.50.0.ebuild| 29 
 kde-frameworks/kguiaddons/kguiaddons-5.50.0.ebuild | 22 ++
 kde-frameworks/kholidays/kholidays-5.50.0.ebuild   | 30 
 kde-frameworks/khtml/khtml-5.50.0.ebuild   | 68 ++
 kde-frameworks/ki18n/ki18n-5.50.0.ebuild   | 35 +
 .../kiconthemes/kiconthemes-5.50.0.ebuild  | 29 
 kde-frameworks/kidletime/kidletime-5.50.0.ebuild   | 46 
 .../kimageformats/kimageformats-5.50.0.ebuild  | 42 +++
 kde-frameworks/kinit/kinit-5.50.0.ebuild   | 45 
 kde-frameworks/kio/kio-5.50.0.ebuild   | 79 
 kde-frameworks/kirigami/kirigami-5.50.0.ebuild | 43 +++
 .../kitemmodels/kitemmodels-5.50.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.50.0.ebuild | 20 ++
 .../kjobwidgets/kjobwidgets-5.50.0.ebuild  | 35 +
 kde-frameworks/kjs/kjs-5.50.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.50.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.50.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.50.0.ebuild   | 36 ++
 .../knotifications/knotifications-5.50.0.ebuild| 46 
 .../knotifyconfig/knotifyconfig-5.50.0.ebuild  | 24 +++
 kde-frameworks/kpackage/kpackage-5.50.0.ebuild | 34 +
 kde-frameworks/kparts/kparts-5.50.0.ebuild | 30 
 kde-frameworks/kpeople/kpeople-5.50.0.ebuild   | 38 ++
 kde-frameworks/kplotting/kplotting-5.50.0.ebuild   | 18 +
 kde-frameworks/kpty/kpty-5.50.0.ebuild | 26 +++
 kde-frameworks/kross/kross-5.50.0.ebuild   | 32 +
 kde-frameworks/krunner/krunner-5.50.0.ebuild   | 36 ++
 kde-frameworks/kservice/kservice-5.50.0.ebuild | 46 
 .../ktexteditor/ktexteditor-5.50.0.ebuild  | 56 +++
 .../ktextwidgets/ktextwidgets-5.50.0.ebuild| 37 ++
 .../kunitconversion/kunitconversion-5.50.0.ebuild  | 26 +++
 kde-frameworks/kwallet/kwallet-5.50.0.ebuild   | 56 +++
 kde-frameworks/kwayland/kwayland-5.50.0.ebuild | 27 +++
 .../kwidgetsaddons/kwidgetsaddons-5.50.0.ebuild| 26 +++
 .../kwindowsystem/kwindowsystem-5.50.0.ebuild  | 40 +++
 kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild   | 52 ++
 .../kxmlrpcclient/kxmlrpcclient-5.50.0.ebuild  | 20 ++
 

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2018-09-03 Thread Andreas Sturmlechner
commit: 53db9329cae9e969500a401200483ddc8fcf28bd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  2 20:58:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  2 20:58:21 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=53db9329

Documentation: Add KDE Frameworks 5.50

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.50/_HEADER_  |  2 +
 .../.kde-frameworks-5.50/kde-frameworks-5.50   |  1 +
 .../.kde-frameworks-5.50/more-deps |  0
 .../kde-frameworks-5.50.keywords   | 83 ++
 Documentation/package.mask/kde-frameworks-5.50 | 83 ++
 .../package.unmask/.kde-frameworks-5.50/_HEADER_   |  2 +
 .../.kde-frameworks-5.50/kde-frameworks-5.50   |  1 +
 Documentation/package.unmask/kde-frameworks-5.50   | 83 ++
 9 files changed, 256 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index c71aa7ecc0..e3d05a7df4 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.46 5.49"
+KF_RELEASES="5.46 5.49 5.50"
 KF_RELEASE=${KF_RELEASE:-5.46}
 
 PLASMA_RELEASES="5.12 5.13"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.50/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.50/_HEADER_
new file mode 100644
index 00..28bfcc5975
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.50/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.50 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.50/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.50/kde-frameworks-5.50
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.50/kde-frameworks-5.50
new file mode 12
index 00..22d6da0234
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.50/kde-frameworks-5.50
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.50
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.50/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.50/more-deps
new file mode 100644
index 00..e69de29bb2

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.50.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.50.keywords
new file mode 100644
index 00..8bcd908b4d
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.50.keywords
@@ -0,0 +1,83 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.50 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.50/ files 
instead.
+

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

2018-09-03 Thread Andreas Sturmlechner
commit: 6a869bcf5204762584d622e2449821d620fc9c7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  2 20:50:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  2 20:50:29 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6a869bcf

sets: Add kde-frameworks-5.50

 sets/kde-frameworks-5.50 | 80 
 1 file changed, 80 insertions(+)

diff --git a/sets/kde-frameworks-5.50 b/sets/kde-frameworks-5.50
new file mode 100644
index 00..7aafff5c79
--- /dev/null
+++ b/sets/kde-frameworks-5.50
@@ -0,0 +1,80 @@
+

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

2018-09-03 Thread Andreas Sturmlechner
commit: 0ec1d95505ee3408f4bc49eabd34559c1323a44e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  3 13:00:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep  3 13:00:05 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ec1d955

kde5.eclass: Mark KDE Frameworks 5.50.0 unreleased

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 3f2d1b1823..8fd572796b 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -165,7 +165,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-frameworks-5.50.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2018-09-03 Thread Virgil Dupras
commit: fcd692152c63b8ef506ed11be72f3ae18159408e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:27:33 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd69215

dev-python/django-openstack-auth: remove last-rited package

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

 dev-python/django-openstack-auth/Manifest  |  1 -
 .../django-openstack-auth-3.2.0-r1.ebuild  | 75 --
 dev-python/django-openstack-auth/metadata.xml  | 18 --
 3 files changed, 94 deletions(-)

diff --git a/dev-python/django-openstack-auth/Manifest 
b/dev-python/django-openstack-auth/Manifest
deleted file mode 100644
index d9d4e6d6616..000
--- a/dev-python/django-openstack-auth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django_openstack_auth-3.2.0.tar.gz 69837 BLAKE2B 
4ff5fdf15731668d91a5d0693f57c41ac3c373e45a1fcecc619d621bcbfda53a11e48a3de6afeae276d7320daf8e7eb9fc05e63f60f2b7c79d536b8f9c358f99
 SHA512 
43e8d19d73c934935f73b6dcb5a5ffbb0ca49c2c7dc892cadd9a04af94091e39bf35f1833d33474f7aeee9a94040424f6ee43c5fd355d8ad971c0b4ff971d4de

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
deleted file mode 100644
index 5f7292f8f79..000
--- a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/_}
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"
-HOMEPAGE="https://django-openstack-auth.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/hacking-0.12.0[${PYTHON_USEDEP}]
-   =dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0[${PYTHON_USEDEP}]
-   >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] )
-   ${CDEPEND}
-   doc? ( ${CDEPEND} )
-   "
-RDEPEND="
-   >=dev-python/django-1.8[${PYTHON_USEDEP}]
-   =dev-python/oslo-config-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   # Avoid warning in doc build due to missed file
-   if use doc; then
-   mkdir doc/source/_static || die
-   fi
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   # under sphinx-1.3.1 the build outputs a harmless warning about change 
of
-   # html_theme setting in conf.py. priot versions will have the right 
setting
-   if use doc; then
-   sphinx-build -b html -c doc/source/ doc/source/ doc/source/html 
|| die
-   fi
-}
-
-python_test() {
-   "${PYTHON}" -m openstack_auth.tests.run_tests || die "Testsuite failed"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/source/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-openstack-auth/metadata.xml 
b/dev-python/django-openstack-auth/metadata.xml
deleted file mode 100644
index a15856976eb..000
--- a/dev-python/django-openstack-auth/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-prometheanf...@gentoo.org
-Matthew Thode
-  
-  
-pyt...@gentoo.org
-Python
-  
-  
-A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
-  
-  
-django_openstack_auth
-  
-



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

2018-09-03 Thread Virgil Dupras
commit: 10271e0994c3c04c5e85b765e65311f4955e01fd
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:26:53 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10271e09

dev-python/django-tastypie: remove last-rited package

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

 dev-python/django-tastypie/Manifest|  1 -
 .../django-tastypie-0.13.3-r1.ebuild   | 81 --
 dev-python/django-tastypie/metadata.xml| 15 
 3 files changed, 97 deletions(-)

diff --git a/dev-python/django-tastypie/Manifest 
b/dev-python/django-tastypie/Manifest
deleted file mode 100644
index d1f64b28fb7..000
--- a/dev-python/django-tastypie/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-tastypie-0.13.3.tar.gz 231373 BLAKE2B 
a966e7d9f36b3399799afd00f92b4d0bc4041226d7aa3d55fc204c60eb7fd757d1c56ed985f79017754b16b4af92281004b968c75fce69862da8584a78e058bf
 SHA512 
a4497c2212e1ca6614d69c8c847aedd9b9bb88c7c9083c3eae8bd163e9f61f4402c6adc0a3b2a5632e9d2d7e14b2158bce66d8e62257493edfbd9ca9be9355fb

diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3-r1.ebuild 
b/dev-python/django-tastypie/django-tastypie-0.13.3-r1.ebuild
deleted file mode 100644
index 901a7ba4a76..000
--- a/dev-python/django-tastypie/django-tastypie-0.13.3-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A flexible and capable API layer for django utilising serialisers"
-HOMEPAGE="https://pypi.org/project/django-tastypie/ 
https://github.com/toastdriven/django-tastypie;
-SRC_URI="https://github.com/toastdriven/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-IUSE="bip doc test"
-
-LICENSE="BSD"
-SLOT="0"
-
-COMMON_DEPEND=">=dev-python/mimeparse-0.1.4[${PYTHON_USEDEP}]
-   !~dev-python/mimeparse-1.5[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-   !~dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
-   >=dev-python/django-1.7[${PYTHON_USEDEP}]
-   
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-An optional serialiser dev-python/biplist
-  
-  
-toastdriven/django-tastypie
-  
-  
-



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

2018-09-03 Thread Virgil Dupras
commit: 69d02f6e52052f119543f7b48af9e7a44167fb24
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:22:21 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d02f6e

dev-python/jsonfield: remove last-rited package

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

 dev-python/jsonfield/Manifest   |  2 --
 dev-python/jsonfield/jsonfield-1.0.3.ebuild | 24 
 dev-python/jsonfield/jsonfield-2.0.2.ebuild | 23 ---
 dev-python/jsonfield/metadata.xml   | 12 
 4 files changed, 61 deletions(-)

diff --git a/dev-python/jsonfield/Manifest b/dev-python/jsonfield/Manifest
deleted file mode 100644
index ae288af7f36..000
--- a/dev-python/jsonfield/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jsonfield-1.0.3.tar.gz 7950 BLAKE2B 
fefaa4f2d3b6abbcb291394baf6147444a6829b15303795856156668a4dc86d4df7a31f7d684783c81467f30de6ca3313b5a86845d088cbbf0ed00bb1cb5a30e
 SHA512 
b69b783266f593d40b588f8deb42828b36fe31f62aba0a80286a24fd788bbea543c74b0566a70fb336fb80105f488a16932bab417a01d3730fa89201f542deb0
-DIST jsonfield-2.0.2.tar.gz 10806 BLAKE2B 
67638b380f3356390d93a10b2bd432016ca46d525cbac17c4cc4d1ec901b92d7de00e7ddb6610a97e547728e2c60ddab757e705348b8a8f66ff443b34550f0d5
 SHA512 
9d4a8a483ea7be4c13c272a959666ca73fdf662ca91373ca5787fc86c0366d074e90fccd61d371898f85e5bf6a1a265820bd9b971e5056c800a27c099835eebf

diff --git a/dev-python/jsonfield/jsonfield-1.0.3.ebuild 
b/dev-python/jsonfield/jsonfield-1.0.3.ebuild
deleted file mode 100644
index e95f545cfbd..000
--- a/dev-python/jsonfield/jsonfield-1.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Reusable Django field that allows you to store validated JSON in 
your model"
-HOMEPAGE="https://pypi.org/project/jsonfield/ 
https://github.com/bradjasper/django-jsonfield;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-python/django[${PYTHON_USEDEP}] )"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/jsonfield/jsonfield-2.0.2.ebuild 
b/dev-python/jsonfield/jsonfield-2.0.2.ebuild
deleted file mode 100644
index 4ea2a180e0b..000
--- a/dev-python/jsonfield/jsonfield-2.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 distutils-r1
-
-DESCRIPTION="Reusable Django field that allows you to store validated JSON in 
your model"
-HOMEPAGE="https://pypi.org/project/jsonfield/ 
https://github.com/bradjasper/django-jsonfield;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="test? ( dev-python/django[${PYTHON_USEDEP}] )"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/jsonfield/metadata.xml 
b/dev-python/jsonfield/metadata.xml
deleted file mode 100644
index 71182d9ff27..000
--- a/dev-python/jsonfield/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-jsonfield
-bradjasper/django-jsonfield
-  
-



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

2018-09-03 Thread Virgil Dupras
commit: 77e79a429c95e05559c0c7ae0b477fec28c6d6f6
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:30:46 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e79a42

dev-python/django: remove old and vulnerable

Bug: https://bugs.gentoo.org/662632
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/django/Manifest |   1 -
 dev-python/django/django-1.8.19.ebuild | 106 -
 .../django/files/django-1.7.6-bashcomp.patch   |  34 ---
 3 files changed, 141 deletions(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 8a8b1f942ed..f7d578ab5c1 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,4 +1,3 @@
 DIST Django-1.11.15.tar.gz 7843843 BLAKE2B 
b7713de8136302d8d95929ed449ab01173e28c0d5d20529eaae9d6bd6d323f53b674a4fb6e8398da4b57a223f10ef63e7961accc8fd777313f18b4e2b0f225ed
 SHA512 
4ea18c59f7c74d0b6deb9d292d5de068c6dcc53d9596f321f5a7e823ff5fe423cc8d69c88bf53e3acd9c36c4ecc4447148243a127d5114a4894b0fd4d449f37e
-DIST Django-1.8.19.tar.gz 7359244 BLAKE2B 
1c7b857f864527cf5b9cac8e08599e1f4f3306a828bcc253e0e59755da6d464592e627eb3743687b0410d308b3d089359dd79af0146b02e6db7f5eca43f04401
 SHA512 
cec71f4a1aaa3fcfc43a035e9fcd8d6fabde7aade43491f9205942cbeb251ae394e49ec6b5b2403b74c24b069064d44ae6070b151c0c949b940f2d46aa87774e
 DIST Django-2.0.8.tar.gz 7987343 BLAKE2B 
ab35f50ce1911cb9603c7ac85e7ab01e6019ce9a2dac4cd733b11f35722368946ff3a130c3c791da4d49cf609b5747b4c5de64e29e27a8e12abb7f9e29cd363b
 SHA512 
ac3cc3f58cb977518c6f549834beb35677c2d5541cfb5723045b98165926e826178cb33737c52a0f999be24bc38b84dde489a5f91d1c8d51b8338aa611acb518
 DIST Django-2.1.tar.gz 8583964 BLAKE2B 
92a48bbdd45fa94c7b43961bf22bd5521019bf0c9f37f6685c8916d9d1886b77522fb58d7db27989a713445b51e15858161e5b99e636cdadc23860d2d0a8ef56
 SHA512 
1c75f0ad8ef353fb38d245034f108df5554cc27073f44ef920576b5dba3d2dd685d8905c0bde1701d43cb01b4c9dbb2bfa7c38c57fae3208af5be616d26d39cb

diff --git a/dev-python/django/django-1.8.19.ebuild 
b/dev-python/django/django-1.8.19.ebuild
deleted file mode 100644
index 1dda1fe2a77..000
--- a/dev-python/django/django-1.8.19.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# 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} pypy )
-PYTHON_REQ_USE='sqlite?,threads(+)'
-WEBAPP_NO_AUTO_INSTALL="yes"
-
-inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
-
-MY_PN="Django"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="High-level Python web framework"
-HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/;
-SRC_URI="
-   https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
-   mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
-   "
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc sqlite test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/numpy[$(python_gen_usedep 'python*')]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-WEBAPP_MANUAL_SLOT="yes"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.7.6-bashcomp.patch
-)
-
-pkg_setup() {
-   webapp_pkg_setup
-}
-
-python_prepare_all() {
-   # Prevent d'loading in the doc build
-   sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   # Tests have non-standard assumptions about PYTHONPATH,
-   # and don't work with ${BUILD_DIR}/lib.
-   PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
-   || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   newbashcomp extras/django_bash_completion ${PN}-admin
-   bashcomp_alias ${PN}-admin django-admin.py
-
-   if use doc; then
-   rm -fr docs/_build/html/_sources || die
-   local HTML_DOCS=( docs/_build/html/. )
-   fi
-
-   insinto "${MY_HTDOCSDIR#${EPREFIX}}"
-   doins -r django/contrib/admin/static/admin/.
-   distutils-r1_python_install_all
-}
-
-src_install() {
-   distutils-r1_src_install
-   webapp_src_install
-}
-
-pkg_postinst() {
-   elog "Additional Backend support can be enabled via"
-   optfeature "MySQL backend support in python 2.7 only" 
dev-python/mysql-python
-   

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

2018-09-03 Thread Virgil Dupras
commit: 4f742f9bd625ae128620f9ebdcf91849da76f1b3
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:31:15 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f742f9b

profiles: remove dev-python/django-1.8 mask

It has been purged from the tree along with revdeps.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 744d313f266..16cb39c63c3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,17 +205,6 @@ sys-apps/microcode-ctl
 # experimental features and accept a more unstable release.
 >=www-client/chromium-70
 
-# Virgil Dupras  (02 Aug 2018)
-# Django 1.8 is unsupported and insecure. These packages haven't been updated
-# to work with up-to-date django. Removal in 30 days. Bug #662632
- (01 Aug 2018)
 # Multiprocessing versions of gemato.  They are known to hang on some
 # users, so let's keep them masked until somebody figures out what's



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

2018-09-03 Thread Virgil Dupras
commit: 672f79ed8c47e65ce59dcd330437ba2d700b6761
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:25:09 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672f79ed

dev-python/Coffin: remove last-rited package

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

 dev-python/Coffin/Coffin-2.0.1.ebuild | 27 ---
 dev-python/Coffin/Manifest|  1 -
 dev-python/Coffin/metadata.xml|  9 -
 3 files changed, 37 deletions(-)

diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild 
b/dev-python/Coffin/Coffin-2.0.1.ebuild
deleted file mode 100644
index eecd59328f9..000
--- a/dev-python/Coffin/Coffin-2.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Jinja2 adapter for Django"
-HOMEPAGE="https://pypi.org/project/Coffin/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_prepare_all() {
-   # Req'd to avoid file collisions
-   sed -e s":find_packages():find_packages(exclude=['tests']):" -i 
setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-# Tests attempt to import an abandoned module

diff --git a/dev-python/Coffin/Manifest b/dev-python/Coffin/Manifest
deleted file mode 100644
index c498b6b40fb..000
--- a/dev-python/Coffin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Coffin-2.0.1.tar.gz 9858 BLAKE2B 
9ea2e80cff1edfb4b40d69831184c116bb83c710bdf9234ae1df56d7a4255d8d8c57013f8e97ea4a5b8f4fb4ea02ecbe32f30e0b3bb4164ea56904c6e96fdbab
 SHA512 
e618c74a91f84e7f41411c8e34b2c97fad1a59bc5124f0f5b3439abf1b0c2972d5f59d4b71f49393e843cd588ec143c08d659e90d2cfd006d55b5244b5727ccc

diff --git a/dev-python/Coffin/metadata.xml b/dev-python/Coffin/metadata.xml
deleted file mode 100644
index 24ceccaaf4d..000
--- a/dev-python/Coffin/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-Coffin
-coffin/coffin
-  
-



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

2018-09-03 Thread Virgil Dupras
commit: 630c0c57527ac4e3e0aac96eec0f26738a43d98a
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:25:58 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630c0c57

dev-python/jingo: remove last-rited package

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

 dev-python/jingo/Manifest   |  1 -
 dev-python/jingo/jingo-0.9.0.ebuild | 19 ---
 dev-python/jingo/metadata.xml   |  9 -
 3 files changed, 29 deletions(-)

diff --git a/dev-python/jingo/Manifest b/dev-python/jingo/Manifest
deleted file mode 100644
index 139a1719fb1..000
--- a/dev-python/jingo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jingo-0.9.0.tar.gz 10536 BLAKE2B 
b7cf8cf544c44dc74d750f85e5abf43a0d58bbb13a814610b7dd970995ec8e2c4b94d6b46f20be7031a1755fa47e9c28aa98f17d08bacdb967373924302c7739
 SHA512 
ec064df61639a96dcd0f0b8383d93a650928035e8744f600bd55e42e2ca4b2436db9cff3d75780d2803e9a326fa17308c424c693e14553c9b9a3b45e4132989a

diff --git a/dev-python/jingo/jingo-0.9.0.ebuild 
b/dev-python/jingo/jingo-0.9.0.ebuild
deleted file mode 100644
index 77618d3706d..000
--- a/dev-python/jingo/jingo-0.9.0.ebuild
+++ /dev/null
@@ -1,19 +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
-
-DESCRIPTION="An adapter for using Jinja2 templates with Django"
-HOMEPAGE="https://github.com/jbalogh/jingo/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"

diff --git a/dev-python/jingo/metadata.xml b/dev-python/jingo/metadata.xml
deleted file mode 100644
index a798b91934e..000
--- a/dev-python/jingo/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-jingo
-jbalogh/jingo
-  
-



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

2018-09-03 Thread Virgil Dupras
commit: b82b9c9189034fc72b04887ef04c67a7f0bc9f1d
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Sep  3 13:27:56 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82b9c91

dev-python/django-compressor: remove last-rited package

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

 dev-python/django-compressor/Manifest  |  1 -
 .../django-compressor/django-compressor-1.5.ebuild | 61 --
 dev-python/django-compressor/metadata.xml  |  8 ---
 3 files changed, 70 deletions(-)

diff --git a/dev-python/django-compressor/Manifest 
b/dev-python/django-compressor/Manifest
deleted file mode 100644
index 33a69120e34..000
--- a/dev-python/django-compressor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-compressor-1.5.tar.gz 105855 BLAKE2B 
18cd7d664a683c44674d89f714e36dc4c7c8f9412567c12b31bc563a16340a11ffc3c4e686fa8d360a40553989ed41aa208e71aa31d0bb2c5fe31f5d7c3261e7
 SHA512 
d6c7a04263895a4195754a49bd4831053186c99d6fdd07977c26059eb931c982bd3b60848311e8469ad0e0298204a5fc3f0e63697a5af5608abf0b76e521c797

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild 
b/dev-python/django-compressor/django-compressor-1.5.ebuild
deleted file mode 100644
index df8a9a524ca..000
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-
-DESCRIPTION="Compresses linked and inline javascript or CSS into a single 
cached file"
-HOMEPAGE="https://github.com/django-compressor/django-compressor;
-SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   =dev-python/django-appconf-0.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/versiontools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/django-discover-runner[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/Coffin[${PYTHON_USEDEP}]
-   dev-python/jingo[${PYTHON_USEDEP}]
-   )"
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   # https://github.com/django-compressor/django-compressor/issues/531 532
-   pushd "${BUILD_DIR}/lib" > /dev/null || die
-   if python_is_python3; then
-   sed -e s':test_cachekey:_&:' -e s':test_css:_&:g' \
--i compressor/tests/test_base.py || die
-   fi
-   set -- django-admin.py test compressor 
--settings=compressor.test_settings
-   echo "$@"
-   "$@" || die "Tests failed with ${EPYTHON}"
-   popd > /dev/null || die
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-compressor/metadata.xml 
b/dev-python/django-compressor/metadata.xml
deleted file mode 100644
index 52740466c04..000
--- a/dev-python/django-compressor/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-jezdez/django_compressor
-  
-



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

2018-09-03 Thread Michael Palimaka
commit: 10b03fc2a6842970423f1e22ceae078054029863
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep  3 13:20:54 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep  3 13:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b03fc2

dev-util/gource: remove 0.48

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-util/gource/Manifest   |  1 -
 dev-util/gource/gource-0.48.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-util/gource/Manifest b/dev-util/gource/Manifest
index 8b1de61bf44..1ed66d04d7a 100644
--- a/dev-util/gource/Manifest
+++ b/dev-util/gource/Manifest
@@ -1,2 +1 @@
-DIST gource-0.48.tar.gz 87 BLAKE2B 
95b876b486f0215f7516cb2bb940dd00771f67659cb2d10ad23e9da0732a51e3f2030d8f7599a8be901f0211bf1c484964f1fb66696be01c990a7b99d1123084
 SHA512 
5b638cac9b464c0d8f0df87ae0115c36d314cce9cd0ce269b05e0a635ff6f23e62d06d0def484b796267299041e4de675cb13a0381b19d9144bbdc1d3b7f1b16
 DIST gource-0.49.tar.gz 874349 BLAKE2B 
b7d24f415944921deb7df33be4e9918291f5df6dd4813bf98727894e0192b881a583a1dacec2d6e8f2d1a0d6b644bc3b735ef8d7c0b7882d77bcd80913fe08c5
 SHA512 
cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e

diff --git a/dev-util/gource/gource-0.48.ebuild 
b/dev-util/gource/gource-0.48.ebuild
deleted file mode 100644
index 34639205e93..000
--- a/dev-util/gource/gource-0.48.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="A software version control visualization tool"
-HOMEPAGE="http://gource.io/;
-SRC_URI="https://github.com/acaudwell/Gource/releases/download/${P}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/boost-1.46:=[threads(+)]
-   >=media-libs/glew-1.5:0=
-   >=media-libs/libpng-1.2:0=
-   media-libs/libsdl2[video,opengl,X]
-   media-libs/sdl2-image[jpeg,png]
-   dev-libs/libpcre:3
-   dev-libs/tinyxml
-   media-libs/freetype:2
-   media-libs/mesa
-   virtual/glu:0
-"
-RDEPEND="${COMMON_DEPEND}
-   media-fonts/freefont
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   >=media-libs/glm-0.9.3
-"
-
-DOCS=( README ChangeLog THANKS )
-
-src_configure() {
-   # fix bug #386525
-   # this enables gource to be compiled against dev-libs/tinyxml[stl]
-   if has_version dev-libs/tinyxml[stl]; then
-   append-cppflags -DTIXML_USE_STL;
-   fi
-
-   econf \
-   --enable-ttf-font-dir=/usr/share/fonts/freefont/ \
-   --with-tinyxml
-}



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

2018-09-03 Thread Michael Palimaka
commit: 26cffb6785be4901e04966c08dd6160d21c949cc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep  3 13:20:39 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep  3 13:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cffb67

dev-util/gource: stabilise 0.49 for amd64/x86

Package-Manager: Portage-2.3.44, Repoman-2.3.10

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

diff --git a/dev-util/gource/gource-0.49.ebuild 
b/dev-util/gource/gource-0.49.ebuild
index cd54b4eb226..34639205e93 100644
--- a/dev-util/gource/gource-0.49.ebuild
+++ b/dev-util/gource/gource-0.49.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/acaudwell/Gource/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2018-09-03 Thread Virgil Dupras
commit: 3ea75177ee68a0dfdf9a31357deaccdc34ab4d97
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Sep  1 17:37:22 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Sep  3 13:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea75177

dev-python/odfpy: fix broken "examples" USE flag

Closes: https://bugs.gentoo.org/665018
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/odfpy/odfpy-1.3.6.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/odfpy/odfpy-1.3.6.ebuild 
b/dev-python/odfpy/odfpy-1.3.6.ebuild
index 9db00a80e47..b982da4bc02 100644
--- a/dev-python/odfpy/odfpy-1.3.6.ebuild
+++ b/dev-python/odfpy/odfpy-1.3.6.ebuild
@@ -28,6 +28,9 @@ python_test() {
 }
 
 python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
+   if use examples; then
+   docinto examples
+   dodoc -r examples/.
+   fi
distutils-r1_python_install_all
 }



[gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/

2018-09-03 Thread Michael Palimaka
commit: 0d7e7ff7f0bb0456daa2a6a9e7b094c6becc9b53
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep  3 13:03:03 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep  3 13:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7e7ff7

dev-games/tiled: remove old

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-games/tiled/Manifest   |  3 --
 dev-games/tiled/tiled-1.0.3.ebuild | 63 --
 dev-games/tiled/tiled-1.1.4.ebuild | 63 --
 dev-games/tiled/tiled-1.1.5.ebuild | 63 --
 4 files changed, 192 deletions(-)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index 900b2875521..3e2b1fc1cf5 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1,4 +1 @@
-DIST tiled-1.0.3.tar.gz 6601791 BLAKE2B 
86bca36994b8596931b68dace6db61443bfa488444d06d7bae616a1c095da2d8fd476fd7a466d6b7e95b2291a977e4893125fd09091e96733973bfbc5f66a651
 SHA512 
4f3c97a91794f86f04965a2332e04f51bc588f7bcfef402edb1092c4e58bb6ace9c90ea522a5fa15a46ca39c8249f62818b80be6d65c11a8d41092ead31cd4f7
-DIST tiled-1.1.4.tar.gz 16029257 BLAKE2B 
622afd39623af2b713accca5d6ae989224547833e566d1506c90ea846159481f438a484f4a923e9040949bac2d3903e97e23e57f311eb235c68cdad3ee2335f0
 SHA512 
861f4916968d88bfbf0359db3972994d98608fe9aa4e405a2e89f1c7a11e2521c8c5e18796809db5597b123706dcad0d120221f1e3143dd6e310111487d1aec3
-DIST tiled-1.1.5.tar.gz 16034738 BLAKE2B 
7486d6267780ad0ab4bc0e7bb6da9e1e48b9e35e0a22a1c6a534cb21227554cba7ce40c5013db88fe9f3547bdfe9723a14c500f2e55164f684d8a5426e632018
 SHA512 
4c1d03825c76ba14b0469af564fe5eb78fa51790b41ddc51f3f72a8247b0aba1118142144453f4cbdaeedb54ac23812086eeac91bf61457887f1d9635508dbe7
 DIST tiled-1.1.6.tar.gz 16051699 BLAKE2B 
61e33682cbd0d3045c12b20fc852ec8ae81103fc1d9818a7e17222615676dd2d3889033d6d6ba536e63e069a44aaeebeaaffb96b94a2cbcb8f1793553a466703
 SHA512 
d1083a938bbbd87897c5897fe79d424706e719a4319680ed907be481773daea656fc5b3230ba6b674e5ea044e22ee0044df2a07a7c91c56f9521e32b86847830

diff --git a/dev-games/tiled/tiled-1.0.3.ebuild 
b/dev-games/tiled/tiled-1.0.3.ebuild
deleted file mode 100644
index a0ce9f7613a..000
--- a/dev-games/tiled/tiled-1.0.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/;
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-qt/qtcore-5.7:5
-   >=dev-qt/qtgui-5.7:5
-   >=dev-qt/qtnetwork-5.7:5
-   >=dev-qt/qtwidgets-5.7:5
-   sys-libs/zlib
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
DISABLE_PYTHON_PLUGIN="$(usex !python)"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-
-   einstalldocs
-
-   if use examples ; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples
-   fi
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}

diff --git a/dev-games/tiled/tiled-1.1.4.ebuild 
b/dev-games/tiled/tiled-1.1.4.ebuild
deleted file mode 100644
index a78bd8eb920..000
--- a/dev-games/tiled/tiled-1.1.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils multilib python-single-r1 qmake-utils xdg
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/;
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-qt/qtcore-5.7:5
-   >=dev-qt/qtgui-5.7:5
-   >=dev-qt/qtnetwork-5.7:5
-   >=dev-qt/qtwidgets-5.7:5
-   sys-libs/zlib
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 

[gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/

2018-09-03 Thread Michael Palimaka
commit: ab44d00d50feea6f504d6843faadbc748848c07c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep  3 13:02:24 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep  3 13:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab44d00d

dev-games/tiled: stabilise 1.1.6 for amd64

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-games/tiled/tiled-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/tiled/tiled-1.1.6.ebuild 
b/dev-games/tiled/tiled-1.1.6.ebuild
index a78bd8eb920..a0ce9f7613a 100644
--- a/dev-games/tiled/tiled-1.1.6.ebuild
+++ b/dev-games/tiled/tiled-1.1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-09-03 Thread Lars Wendler
commit: 576fb212a9d3797df07a7492f3f89a60e83d490e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep  3 12:53:37 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep  3 12:54:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576fb212

x11-misc/lightdm: Bump to version 1.28.0

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 x11-misc/lightdm/Manifest  |   1 +
 x11-misc/lightdm/lightdm-1.28.0.ebuild | 143 +
 2 files changed, 144 insertions(+)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index a1f23fa0d0b..25267789efa 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -2,3 +2,4 @@ DIST introspection-20110205.m4.tar.bz2 1220 BLAKE2B 
01483c1a7b73568e01cc4d84b43c
 DIST lightdm-1.18.3.tar.xz 503968 BLAKE2B 
ec1fa0a62880708d223da972b3d9c2f2961e3e8f8baf6da9012de98818b27e0bc0e37cb6f460a25821779d83e9da1cd632484ad75ba95cb26cb9d23254600024
 SHA512 
dde34e4969d2f04e6729eb1b30d38bac9a89ff42c46f8a21e94b76beadbde450ffaa377201bd3a56e0d8d95d0640eb312ed11ecf94efb9a5a66777b944d4f234
 DIST lightdm-1.24.0.tar.xz 517552 BLAKE2B 
b4ab92b313bbb3a7bcc48a1d02b7bfb978bbc5041dbb81ceaa59c4296b2e4b069f90d9f09a4289376cb34e11331c39740f4e5370273d1315c75a9a35bd01cbb0
 SHA512 
30bad8887928f22bf2cc7ce8d7a323637dec669d47d69fb326cfcf1bb5ee9e52c1232cf680af94a25cf90a9de13d9b5ff73307c1dc8829422600d350401555b8
 DIST lightdm-1.26.0.tar.xz 516092 BLAKE2B 
0bbbe11959a2ea0c21e723d10e8831fc0d9e15475a415869634cfb41c6d576b77fd87720be33dae8456063947dd1b551e88c263ed76ef9b120c43df8c42513f3
 SHA512 
67c0671753587493ed064b66f94be58853028287c914d1101e66499bebf1408e14d33245887ce89d1c4931960225ea3984e5e625b22dc4e3020be34a3087d8e7
+DIST lightdm-1.28.0.tar.xz 517460 BLAKE2B 
98a0b60623dcac07bbb6bff95fa20da9425b714fe5da0d7d86c788362e40604bea2b46675c57e70c70356f71a542adbd6431723e40b815db8565d67ddecc20a1
 SHA512 
e1e8a952e723bbcc106043d33a64278b228a5a47a7e54235375817b08483594cc5e46ec52f5cbb9d258266e44b045785bca1d4c62daf83071c0f668b3c480071

diff --git a/x11-misc/lightdm/lightdm-1.28.0.ebuild 
b/x11-misc/lightdm/lightdm-1.28.0.ebuild
new file mode 100644
index 000..772bf25fca7
--- /dev/null
+++ b/x11-misc/lightdm/lightdm-1.28.0.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic pam qmake-utils readme.gentoo-r1 systemd vala 
xdg-utils
+
+DESCRIPTION="A lightweight display manager"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/LightDM;
+SRC_URI="https://github.com/CanonicalLtd/lightdm/releases/download/${PV}/${P}.tar.xz
+   mirror://gentoo/introspection-20110205.m4.tar.bz2"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="audit +gnome +gtk +introspection qt5 vala"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.44.0:2
+   dev-libs/libxml2
+   virtual/pam
+   x11-libs/libX11
+   >=x11-libs/libxklavier-5
+   audit? ( sys-process/audit )
+   gnome? ( sys-apps/accountsservice )
+   introspection? ( >=dev-libs/gobject-introspection-1 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=sys-auth/pambase-20101024-r2"
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   gnome? ( gnome-base/gnome-common )
+   vala? ( $(vala_depend) )
+"
+PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )"
+
+DOCS=( NEWS )
+RESTRICT="test"
+
+src_prepare() {
+   xdg_environment_reset
+
+   sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369
+   sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die
+
+   einfo "Fixing the session-wrapper variable in lightdm.conf"
+   sed -i -e \
+   "/^#session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" 
\
+   data/lightdm.conf || die "Failed to fix lightdm.conf"
+
+   # use correct version of qmake. bug #566950
+   sed \
+   -e "/AC_CHECK_TOOLS(MOC5/a 
AC_SUBST(MOC5,$(qt5_get_bindir)/moc)" \
+   -i configure.ac || die
+
+   default
+
+   # Remove bogus Makefile statement. This needs to go upstream
+   sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
+   if has_version dev-libs/gobject-introspection; then
+   eautoreconf
+   else
+   AT_M4DIR=${WORKDIR} eautoreconf
+   fi
+
+   use vala && vala_src_prepare
+}
+
+src_configure() {
+   # Set default values if global vars unset
+   local _greeter _session _user
+   _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter}
+   _session=${LIGHTDM_SESSION:=gnome}
+   _user=${LIGHTDM_USER:=root}
+   # Let user know how lightdm is configured
+   einfo "Gentoo configuration"
+   einfo 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury-extras/

2018-09-03 Thread Keri Harris
commit: 647be130a3ea64f1e4b088862cc26a03b9355291
Author: Keri Harris  gentoo  org>
AuthorDate: Mon Sep  3 12:49:12 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Mon Sep  3 12:49:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647be130

dev-lang/mercury-extras: filter out csharp grades

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/mercury-extras/Manifest  | 2 +-
 dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/mercury-extras/Manifest b/dev-lang/mercury-extras/Manifest
index ccc794915f5..1934cb34492 100644
--- a/dev-lang/mercury-extras/Manifest
+++ b/dev-lang/mercury-extras/Manifest
@@ -1,6 +1,6 @@
 DIST mercury-extras-13.05.2-gentoo-patchset-3.tar.gz 3538 BLAKE2B 
b323347ce98ecbc412cbd8683f8236b38b048e331c2b41d74874acdf17cc8b132211c15a2d29f8b98b7238e0e4e7cc1492b8e0a5ade4d348eb679fd322a22b2d
 SHA512 
c151f876768c6b6ab7b46b4e2501569586249f5e185e534ebb5817206ac0844cd081ccae86a26ef85f27eab9d851017393c837728bd194520a549a0a60f738ef
 DIST mercury-extras-14.01-gentoo-patchset-1.tar.gz 3856 BLAKE2B 
8a0792150a30ee552d1877e8736e25b0554ac68aaa7074e296886ea445c31a4b1593a438220da7bca45f49b2e49b0e4848f1e4ab852502bd3865632d378439c8
 SHA512 
c584efd4c7af54d2e8d5af0a63acced118f356527a2bf692262e37366e1018247aac8c1bb8f700f08f8f0a2c95d979e215e3c949ec1dc2994ab40048eb5b253c
-DIST mercury-extras-14.01.1-gentoo-patchset-0.tar.gz 3688 BLAKE2B 
aa78c8390e783a3d6ac9fe47508c4f86918a98c0d27204e7a19cb0bdc6572e34f76167f428f777af9a42b9cb744d93023abd00a6b097724f8438e6622541765d
 SHA512 
02781ca23e72920c932067f7270d06e45909728133588c181b94f7b7580f841b4b0f1dd523e0c100350b191e5b28a7d1f10ad51fdffe2dcb02ff78cd5a906e3b
+DIST mercury-extras-14.01.1-gentoo-patchset-1.tar.gz 3847 BLAKE2B 
ce30b98c5cfe96ad67bd6fa5a8d03ebdfe6f4539e39a970ce48eb794b663d7164ae38a619beb4ce85d6cc3a1e3b5a5ee8fa59b6acd00dc6d23670fceac87734e
 SHA512 
2afad01fb778d0e84e8d83a507b37080974840c81408827559df455d8082552131cdbfdae59c77f2f7bc3a643a087f1563c6c67d527f7b0bdef3412385bf4818
 DIST mercury-srcdist-13.05.2.tar.gz 53847394 BLAKE2B 
23d2f8de6e9a4a2803fca9f3dec73215f6636389fdf388ef950042eff2ee43671577120f8324b309786d463e30ba9360d2df07ee498d78800182096f8773697e
 SHA512 
2298804d3a04bca6be4bd3046643c7c0d0b22c447423017869cd9bf3a4fb6ec9fd29b5d8e1a386d5d52d07be5cad73608f1fcacf46732a7add93a01dcd199c08
 DIST mercury-srcdist-14.01.1.tar.gz 52658945 BLAKE2B 
6497921a0227b9a6fbcbabdd309ef3325f32dda14fc4ddb443368385b89be4011d677a24b30b3702147d1b782fe2597760ad66dd34503aa6aebaf79707466529
 SHA512 
a128ef0fd4955abadea32019ec59297ffe32537415f32e9e948cbc1c3439bb40eb09de77569690fb18dd7d6969a2b1141b3ae5baeb87f2627eaa65ad93add92c
 DIST mercury-srcdist-14.01.tar.gz 52683989 BLAKE2B 
32fa014f08ad6a7a4ca62dd08a460620f0c60d311021f3643a81868acdd1eb58150caca81b18612f760125c339a25ed908862e17e38b65dd56bde8c8bd0bffb0
 SHA512 
77f61df64fc150e08f191860f285b97d11a71a52eabc95f660b3c90d88f8ee71d1227f7ab4b8be78be9d4aa3d62a260a874020023e4795da4cfd2e6fefa9965f

diff --git a/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild 
b/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
index 9d5d603fcfe..55f9783589c 100644
--- a/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 inherit eutils multilib
 
-PATCHSET_VER="0"
+PATCHSET_VER="1"
 MY_P=mercury-srcdist-${PV}
 
 DESCRIPTION="Additional libraries and tools that are not part of the Mercury 
standard library"



[gentoo-commits] repo/gentoo:master commit in: sys-process/at/

2018-09-03 Thread Lars Wendler
commit: 253b83b334121939ee2017309356095d080935cf
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep  3 12:38:15 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep  3 12:39:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253b83b3

sys-process/at: Bump to version 3.1.23

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-process/at/Manifest |  1 +
 sys-process/at/at-3.1.23.ebuild | 89 +
 2 files changed, 90 insertions(+)

diff --git a/sys-process/at/Manifest b/sys-process/at/Manifest
index 1ffc8d52d87..2fa904fc7b1 100644
--- a/sys-process/at/Manifest
+++ b/sys-process/at/Manifest
@@ -1,2 +1,3 @@
 DIST at_3.1.18.orig.tar.gz 124499 BLAKE2B 
b7c65d33fea3d3345ec7d1eb82652c787cfa86520bdd8ac0329baad5cd19cf85ffefe695e86480d38833abe131da8e9c2ea8685699bcfe8baafb3e2cfa57502e
 SHA512 
5ec7512663461ffa1922cef0d99c3cc4882defbea7b1ab855b05bb83e9d3817535db73db74413bcc8af005c956032ec3dc7c83ac16fde96bb315094dae654042
 DIST at_3.1.20.orig.tar.gz 127666 BLAKE2B 
8fd0350859e59e61c72f6c67c174ce05bb9c6cffa77792ded11be43eb24d6d1cf2f9f32719657b937e5a11ba8eabefa0e94d5254f05ab79a3daa40c30af97bd8
 SHA512 
20a13512a86f988728f590712f5bf8a23f4dc44f4b42521a4dd4783dc1ba7ac2016ee87b4c2c14f2346a5839168a983d99c3195e947014aea3096a3db16d176f
+DIST at_3.1.23.orig.tar.gz 126284 BLAKE2B 
b2af9dfa4ed87ee93489b98acae6b7eb005d6db7e2401ec7d4d21353af636b232d57e92e4cd6e81f52115aa9d29fadf440809a9d77cb1eb5d40d42ec7fe640b0
 SHA512 
ee5cf5abf32cf1e89746e427d1cc20005ef49fad47db55512c90042a77e86b2c15f5de029c79573bc86ce4aead6ed2d561b89812510aadbc5763f9288b467cfd

diff --git a/sys-process/at/at-3.1.23.ebuild b/sys-process/at/at-3.1.23.ebuild
new file mode 100644
index 000..66481a8ffd5
--- /dev/null
+++ b/sys-process/at/at-3.1.23.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils flag-o-matic pam user systemd
+
+DESCRIPTION="Queues jobs for later execution"
+HOMEPAGE="https://packages.qa.debian.org/a/at.html;
+SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam selinux"
+
+DEPEND="virtual/mta
+   >=sys-devel/autoconf-2.64
+   sys-devel/bison
+   >=sys-devel/flex-2.5.4a
+   pam? ( virtual/pam )"
+RDEPEND="virtual/mta
+   virtual/logger
+   selinux? ( sec-policy/selinux-at )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.8-more-deny.patch
+   "${FILESDIR}"/${PN}-3.1.14-Makefile.patch
+   # fix parallel make issues, bug #244884
+   "${FILESDIR}"/${PN}-3.1.10.2-Makefile.in-parallel-make-fix.patch
+   "${FILESDIR}"/${PN}-3.1.13-configure.in-fix-PAM-automagick-dep.patch
+   # Fix parallel make issue (bug #408375)
+   "${FILESDIR}"/${PN}-3.1.13-parallel-make-fix.patch
+   "${FILESDIR}"/${PN}-3.1.13-getloadavg.patch
+)
+
+pkg_setup() {
+   # Cannot be moved into pkg_preinst!
+   enewgroup at 25
+   enewuser at 25 -1 /var/spool/at/atjobs at
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local my_conf=(
+   --sysconfdir=/etc/at
+   --with-jobdir=/var/spool/at/atjobs
+   --with-atspool=/var/spool/at/atspool
+   --with-etcdir=/etc/at
+   --with-daemon_username=at
+   --with-daemon_groupname=at
+   $(usex pam '' --without-pam)
+   $(use_with selinux)
+   )
+   econf ${my_conf[@]}
+}
+
+src_install() {
+   emake install IROOT="${D}"
+
+   newinitd "${FILESDIR}"/atd.rc8 atd
+   newconfd "${FILESDIR}"/atd.confd atd
+   newpamd "${FILESDIR}"/at.pamd-3.1.13-r1 atd
+
+   # Preserve existing .SEQ files (bug #386625)
+   local seq_file="${EROOT}/var/spool/at/atjobs/.SEQ"
+   if [ -f "${seq_file}" ] ; then
+   einfo "Preserving existing .SEQ file (bug #386625)."
+   cp -p "${seq_file}" "${ED}"/var/spool/at/atjobs/ || die
+   fi
+
+   systemd_dounit "${FILESDIR}/atd.service"
+   keepdir /var/spool/at/atspool
+}
+
+pkg_postinst() {
+   einfo "Forcing correct permissions on /var/spool/at"
+   local atspooldir="${EROOT}/var/spool/at"
+   chown at:at "${atspooldir}/atjobs"
+   chmod 1770  "${atspooldir}/atjobs"
+   chown at:at "${atspooldir}/atjobs/.SEQ"
+   chmod 0600  "${atspooldir}/atjobs/.SEQ"
+   chown at:at "${atspooldir}/atspool"
+   chmod 1770  "${atspooldir}/atspool"
+}



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

2018-09-03 Thread Mikle Kolyada
commit: 82ff71541bfb1548bea04a35ab0876946a0d50a8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  3 12:31:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  3 12:31:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ff7154

media-libs/libmpdclient: Version bump (v2.15)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/libmpdclient/Manifest |  1 +
 media-libs/libmpdclient/libmpdclient-2.15.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/media-libs/libmpdclient/Manifest b/media-libs/libmpdclient/Manifest
index 9525c530fde..b4d05d7e6f0 100644
--- a/media-libs/libmpdclient/Manifest
+++ b/media-libs/libmpdclient/Manifest
@@ -2,3 +2,4 @@ DIST libmpdclient-2.10.tar.xz 261792 BLAKE2B 
e8200d1a8db0370417924a92a83cd7c51d7
 DIST libmpdclient-2.11.tar.xz 274836 BLAKE2B 
2a3cf2a5dddb6586edc9bf28752b8575dab51e37aa13aee138ef239ca741bba844c1ec6fdf09727f25be073b3909250bb22a34602a0bf8b0d61ab4bcf09a8566
 SHA512 
0503db31262acfb871578278d6526e12ee2ffbbe414425ab5ebac61f27da8ad4503d948b4d192421d301bd0a29b9b460f195e82a44608f984697a8aa47b2eb9b
 DIST libmpdclient-2.13.tar.xz 56964 BLAKE2B 
fdd393543ac3c15572a6f6d56ec0113dae301c90e852620ef4e17ac6bee1a26eb20580859ea59cb78d6ff7b5b9fc9e5374d407e017c35bf767a824fc7a6612df
 SHA512 
a2aa4e1e4fcb4ab390a0a38e745e59a9764c40bfcd07d449fdc7fef7b0c5fc0c2e795ef545b6fa6d62c00861d306cab41ea43011510ad1e3a60603873a3c1b28
 DIST libmpdclient-2.14.tar.xz 58268 BLAKE2B 
0152b34cc29e5c3c96136f00ea5ff3dc1d60f64ab6e8aab2b6ada0fa2d90742b32025be85e12703057a00014d72c035177de03345f9c16e151242a26eee9e314
 SHA512 
50bf27a739ca784d5f182cc90b24fad4dbc35752e455c1ce7c2fcda78342bac5480927af199c7f790feff136dc1fe16e4eb19803ba5760ec508ba65c9737e13a
+DIST libmpdclient-2.15.tar.xz 59212 BLAKE2B 
35ca605681c98d1aa97fb9ef11b8a29244cab7ccb3d5743b5f7e49e4dc3ef28b8c14534ee793af4a76ea5dcb01487804d9f08d6ecaf6d7b80c5b37bf157408db
 SHA512 
244b89f4976b62b41c95263479771162d9c059808aa143efc9fa0a092e110b9be98ce1ab2bb1ae100b15019df826b9a8e510e3819e3fd89f6d664deea3c6260a

diff --git a/media-libs/libmpdclient/libmpdclient-2.15.ebuild 
b/media-libs/libmpdclient/libmpdclient-2.15.ebuild
new file mode 100644
index 000..70d69fc459d
--- /dev/null
+++ b/media-libs/libmpdclient/libmpdclient-2.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson
+
+DESCRIPTION="A library for interfacing Music Player Daemon (media-sound/mpd)"
+HOMEPAGE="https://www.musicpd.org 
https://github.com/MusicPlayerDaemon/libmpdclient;
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc examples test"
+
+RDEPEND=""
+DEPEND="
+   doc? ( app-doc/doxygen )
+   test? ( dev-libs/check )
+"
+
+src_prepare() {
+   default
+
+   sed -i "s:@top_srcdir@:.:" doc/doxygen.conf.in || die
+
+   # meson doesn't support setting docdir
+   sed -e "/^docdir =/s/meson.project_name()/'${PF}'/" \
+   -e "/^install_data(/s/'COPYING', //" \
+   -i meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddocumentation=$(usex doc true false)
+   -Dtest=$(usex test true false)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   use examples && dodoc src/example.c
+   use doc || rm -rf "${ED}"/usr/share/doc/${PF}/html
+}



  1   2   >