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

2019-11-01 Thread Hans de Graaff
commit: dcba02b8ed6eacd4b392327693ee028f905a7f7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:52:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:52:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcba02b8

dev-ruby/test-unit: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/test-unit/Manifest   |  1 -
 dev-ruby/test-unit/test-unit-3.3.1.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index c1b9dce474a..ee4aee94420 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -1,5 +1,4 @@
 DIST test-unit-3.2.7.gem 129024 BLAKE2B 
31565510d5a16cf75706810a551dca40129edb0fc1528b9f55c862b23db1986640f42a72432028f47d052bb1aab3600c90c4ed19388ba11f2221a5d1e0619aaf
 SHA512 
a55a5abee0d602b23af34ee8a9a7e26effc95ce9dd8ce98da28c49caf883d47c86bd2d0979176b0d1e239861ea73a4c5a9a280a1ceda7fbfbbd98c888ca6b01e
-DIST test-unit-3.3.1.gem 132096 BLAKE2B 
ac1220ed2dd762c1bd37b1e10dc3cb7047b6dafbd24812126f22d6fd5ce8ce5353f93048d85a45e38de031380e6b506e2e626778c925e0dad54344b53b255afc
 SHA512 
4275346f7e4c398b0999634636b3386f054f5c7018f06ddf53b488ebeb6eee8aed7d59e84993a32163d79463601a4b65d3e4115612e0a88c654da342a548d44a
 DIST test-unit-3.3.2.gem 133120 BLAKE2B 
a1945604327935b784b2286c4a714561a05f2db766723cdcad47a18b3be34ff803d4a257e808d48ef650ab2cdc97b7b1e24e035e356ddb0a4f658de289a327ab
 SHA512 
523b0902133a67949a3e88697ee8d9919bc4a1da3844acd4289ccf202b8037cc255f299b6b66d8b3c90d23d5ac4d75453c029914ec45900bb041a3fd7fbbb8c7
 DIST test-unit-3.3.3.gem 133120 BLAKE2B 
37fc200b121e84046d1ee483277fc1274dc3bbcdce95ecb5c88a71a77ca9c164faa8364f68d777896bceb3dd1857fc7146ca464f039c0f30ce5baa466f38ede5
 SHA512 
ddb40e2ec1f15405cc396a9008912fd41ecdf67a0c02bc7ad4bf7725ee68cdaeec6f171f1786469ed55c1154ce094c5f0dd75103c1989a694bff412c9cc86934
 DIST test-unit-3.3.4.gem 133120 BLAKE2B 
1f0122ddfd6337a6dcf16c09f294b3632aff6b20491a6d6dd6ebead18570f4db42fcbc656aada7b11a46c0d04c4a1134356db3d101138739973687695221d819
 SHA512 
f8fb546ab764cc01f374fd387b26c0d49b5a572b4a428be9b7a583c449fcb73d4aa755fd16c7a62e24f263f91329e9e9f997646923b38a1e30af1bb3d168

diff --git a/dev-ruby/test-unit/test-unit-3.3.1.ebuild 
b/dev-ruby/test-unit/test-unit-3.3.1.ebuild
deleted file mode 100644
index 5249d1cfb57..000
--- a/dev-ruby/test-unit/test-unit-3.3.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An xUnit family unit testing framework for Ruby"
-HOMEPAGE="https://rubygems.org/gems/test-unit;
-
-LICENSE="|| ( Ruby GPL-2 ) PSF-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/power_assert"
-
-all_ruby_prepare() {
-   mv doc doc-install || die "moving doc directory out of the way failed"
-}
-
-each_ruby_test() {
-   ${RUBY} test/run-test.rb || die "testsuite failed"
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   newbin "${FILESDIR}"/testrb-3 testrb-2
-}



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

2019-11-01 Thread Hans de Graaff
commit: 0e89b8e06a96abddaa474b2dcd95db5fad2a1558
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:48:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:48:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e89b8e0

dev-ruby/yajl-ruby: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/yajl-ruby/Manifest   |  1 -
 dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/yajl-ruby/Manifest b/dev-ruby/yajl-ruby/Manifest
index 5966c4c7424..6d82f211216 100644
--- a/dev-ruby/yajl-ruby/Manifest
+++ b/dev-ruby/yajl-ruby/Manifest
@@ -1,3 +1,2 @@
 DIST yajl-ruby-1.3.1.gem 550912 BLAKE2B 
809608b5c767c560cf40a0a8d4160f17092762788af9c66e729762ade50fbb0cccd266f1bbd411076ef4b2dc7a4cdfcdeeb552b6d86a58a0d9a38ebf1bad638c
 SHA512 
f18b47f1fd0b039bfec01db0ee298296199fbf91b22a00042e1220a1d8471f72424c082b696829e48ce7dee7514510dd731c2bc36fe29bd08ba7246c820621f4
-DIST yajl-ruby-1.4.0.gem 556544 BLAKE2B 
8eea447ef98cdd9b48fe6c91f2a385740339e78e6395b2f63add8757fe437dfd4ae721b604ca5b381c59e36412e1807c930730bcc1a7c7f921c50ccd7f03857b
 SHA512 
63407542a58231305d1cf326de09e8fdb0f4f5bbf28d3b83a3d8f4099db2a425b7a310fc23c62a37681cb24b50d2ce9d10a6641e07be16b52783ea7401ec7ca5
 DIST yajl-ruby-1.4.1.gem 557056 BLAKE2B 
ade1c18bff1d95a733a1981f7898f1ebaecaed6e9a0354af2a6b4d0190a37e613830f77d5e57178b622c32e2d8688aaa11a7edd543c17a30a16f9045d21ea4aa
 SHA512 
24cd82380658d784bbf0a7a16d4048125cc5a856b0e0b4d3bdec29a550a9131d3959f9a75eba0d18d5db8d0a23158fb7ef6ea6f60d221a7bc3d8efc437d52df5

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild 
b/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild
deleted file mode 100644
index a0212b69b6e..000
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library"
-HOMEPAGE="https://github.com/brianmario/yajl-ruby;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND} dev-libs/yajl"
-DEPEND="${DEPEND} dev-libs/yajl"
-
-each_ruby_prepare() {
-   # Make sure the right ruby interpreter is used
-   sed -e '/capture/ s:ruby:'${RUBY}':' -i 
spec/parsing/large_number_spec.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/yajl extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -Cext/yajl CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-   cp ext/yajl/yajl$(get_modname) lib/yajl/ || die
-}
-
-each_ruby_test() {
-   # Set RUBYLIB to pass search path on to additional interpreters that
-   # are started.
-   RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
-}



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

2019-11-01 Thread Hans de Graaff
commit: e3eb1fa7c6f4cdcc8cb4fb9d73bbd2f6127bea28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:50:15 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:50:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eb1fa7

dev-ruby/totoridipjp: add ruby26

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/totoridipjp/totoridipjp-0.1.0.ebuild 
b/dev-ruby/totoridipjp/totoridipjp-0.1.0.ebuild
index fa62433f97d..b088e625b2c 100644
--- a/dev-ruby/totoridipjp/totoridipjp-0.1.0.ebuild
+++ b/dev-ruby/totoridipjp/totoridipjp-0.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2019-11-01 Thread Hans de Graaff
commit: 37d9986a826f047d7427192a15e36ff8980e6529
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:54:02 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:54:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d9986a

dev-ruby/serverengine: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serverengine/Manifest  |  3 ---
 dev-ruby/serverengine/serverengine-2.0.6.ebuild | 35 -
 dev-ruby/serverengine/serverengine-2.0.7.ebuild | 35 -
 dev-ruby/serverengine/serverengine-2.1.0.ebuild | 35 -
 4 files changed, 108 deletions(-)

diff --git a/dev-ruby/serverengine/Manifest b/dev-ruby/serverengine/Manifest
index 87ca3edf003..93f348fc214 100644
--- a/dev-ruby/serverengine/Manifest
+++ b/dev-ruby/serverengine/Manifest
@@ -1,4 +1 @@
-DIST serverengine-2.0.6.gem 38400 BLAKE2B 
51722d222bfcb9c0063f64ceed666be147bcb4dce9947fd60b723507c5f3e2479b445902bd2a2e985d0a8216462b91b1545ccc458e36e7134fa11a4a746302a7
 SHA512 
ffb35eb51226793181a5266e3ddaf3255ce38e7fda90c2257fa16044829199dc5ee30cb9c38925f1820cb20fd36d01a47af0a8cbee96edc0ecb5206e2ab17da3
-DIST serverengine-2.0.7.gem 38400 BLAKE2B 
b457925fae394ede56e9d866ebc0ebe02262b1ec799cc03090eb8b037b5e617836dd96860bf1e23a7c62fd09139f007dbf561f378d839cd07d3da70e11b5983b
 SHA512 
5e4dee38ab00641d5f47c29cf765220a327aee3fdd3dface4e1996f7b12abd65de8ac03278e528467d0a508921aa3e504d7a34a7ebf2ddae419618262faf6616
-DIST serverengine-2.1.0.gem 38912 BLAKE2B 
d89298a8f7a985a8daad8604c88e63c7f534fe1b9020141ba704e34b48ea0b78f6da855d6253bec29abb449c58b51d6c7d83a97add36abf962b7fb478b6c68a6
 SHA512 
57231afbf28d8e54c90c99adc4c9443d865592a6fdaed85c66dd8e123af06d8b72567f6d0f3b058af388293c25fb52ff954d37517c21ae518314b3f5c307c8da
 DIST serverengine-2.1.1.gem 38912 BLAKE2B 
110adef1bfc4538dcbd9cddc5aabcda00f0e6276f3092cccd54bdd92d644bc6121300c1963276d3bbb810fc2be44c9c833d1d74b524b3d7faae8424b98e45e3f
 SHA512 
627ba0ad0235536009ed22cca017d23d76ad7863b9ed83e90504d374bb3c1b887c73ed0b120378327485ba7c68a18bf354228529da84e134ac4d3b6dd96d14e1

diff --git a/dev-ruby/serverengine/serverengine-2.0.6.ebuild 
b/dev-ruby/serverengine/serverengine-2.0.6.ebuild
deleted file mode 100644
index c09a6a09cb0..000
--- a/dev-ruby/serverengine/serverengine-2.0.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Changelog README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A framework to implement robust multiprocess servers"
-HOMEPAGE="https://github.com/fluent/serverengine;
-LICENSE="Apache-2.0"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/sigdump-0.2.2:0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-   sed -i -e '/rake/ s/~>/>=/' \
-   -e '/rspec/ s/2.13.0/2.13/' \
-   -e '/rake-compiler/ s:^:#:' serverengine.gemspec || die
-}
-
-each_ruby_test() {
-   # The specs spawn ruby processes with bundler support
-   ${RUBY} -S bundle exec rspec-2 spec || die
-}

diff --git a/dev-ruby/serverengine/serverengine-2.0.7.ebuild 
b/dev-ruby/serverengine/serverengine-2.0.7.ebuild
deleted file mode 100644
index 484ceb4b1d4..000
--- a/dev-ruby/serverengine/serverengine-2.0.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Changelog README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A framework to implement robust multiprocess servers"
-HOMEPAGE="https://github.com/fluent/serverengine;
-LICENSE="Apache-2.0"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/sigdump-0.2.2:0"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-   sed -i -e '/rake/ s/~>/>=/' \
-   -e '/rspec/ s/2.13.0/2.13/' \
-   -e '/rake-compiler/ s:^:#:' serverengine.gemspec || die
-}
-
-each_ruby_test() {
-   # The specs spawn ruby processes with bundler support
-   ${RUBY} -S bundle exec rspec-2 spec || die
-}

diff --git a/dev-ruby/serverengine/serverengine-2.1.0.ebuild 
b/dev-ruby/serverengine/serverengine-2.1.0.ebuild
deleted file mode 100644
index e8f5ed8ba5a..000
--- a/dev-ruby/serverengine/serverengine-2.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Changelog README.md"
-

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

2019-11-01 Thread Hans de Graaff
commit: 2beee81a4b86da6e3bd64d496f711df70c6cc156
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:47:35 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:47:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2beee81a

dev-ruby/zentest: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zentest/Manifest  |  1 -
 dev-ruby/zentest/zentest-4.11.2.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/zentest/Manifest b/dev-ruby/zentest/Manifest
index aeca13b..d479770cd19 100644
--- a/dev-ruby/zentest/Manifest
+++ b/dev-ruby/zentest/Manifest
@@ -1,3 +1,2 @@
 DIST ZenTest-4.11.1.gem 71680 BLAKE2B 
27bd94ca98a6739829526c06689ee5a890aa254bef3cb7b7b02d79d82a4fa96faa1853d36069aa801983b4927d44b2af2c852c111ece3b64459c99d63a7a072d
 SHA512 
6f3b5dfb8cc8154856e94f20134e9a6bd2d54e052d05d3e7a250f831ee0a3d3196b497cf118322c51201fb8dd30a05b8a0a0462c58a8852354c4dee2a10d867b
-DIST ZenTest-4.11.2.gem 71680 BLAKE2B 
a5d608bb789d1f0932bf823166fe6ddef7565e7f6c68fdcec1be47dbffd2e026fdf20ba8be64bee46e932a6542e3d45cc6fe7cccfb0257020f9ace7d59767960
 SHA512 
6596d49fe3f3a05db69fe81ff0825b3158a30a54c63e2794e0c09a4abb51b60fc612765dd811a9ad99db0390904ca59f4afd4fe780dfaeddb3cb6623184228e8
 DIST ZenTest-4.12.0.gem 48128 BLAKE2B 
32d2d5cdd95b8355b31ce81957cad823c1d5209f0c24cbdf920fe1276d952df4995484af7e576e498273c01fbfb70eb5ed99271405977820f68cd8feac08d388
 SHA512 
cbce7059ed48fba1a265c9a4360d032492cbc3a67131480e11bc06c1cc7fadcd82139231f16c5ff4fd2a9b771a574f834a71eae21392ee5fdbf335366748150c

diff --git a/dev-ruby/zentest/zentest-4.11.2.ebuild 
b/dev-ruby/zentest/zentest-4.11.2.ebuild
deleted file mode 100644
index 5691149a3ef..000
--- a/dev-ruby/zentest/zentest-4.11.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_NAME=ZenTest
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb 
example2.rb example_dot_autotest.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and 
Test::Rails"
-HOMEPAGE="https://github.com/seattlerb/zentest;
-LICENSE="Ruby"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/minitest:5
-   )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}



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

2019-11-01 Thread Hans de Graaff
commit: 9cfb717e06b44883fce20ac94c629054ea6239d5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:09:21 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:09:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfb717e

dev-ruby/hocon: add 1.3.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest
index 3af01bf85da..91d77df2b3a 100644
--- a/dev-ruby/hocon/Manifest
+++ b/dev-ruby/hocon/Manifest
@@ -1,2 +1,3 @@
 DIST hocon-1.2.5.gem 147968 BLAKE2B 
9fe004d59cc3e66d770c7c8069ff2934a17befa120ccfb2e382f36f632a186095c3a94eb25e77ba3fff42239ae85cf3adde2ed045d50f0ac99871c6dd909
 SHA512 
7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd
 DIST hocon-1.2.6.tar.gz 145888 BLAKE2B 
743b58d156e046e8226aec7d616bc4a8f6a044687270d50c7e618dde890927293bf750e6d4cbc0f394d1bd9b089c751f30aa08685026dab658efad1313b54d1c
 SHA512 
dbc48fc1c895ee3278431e4dd6bb6b8a84f50bb630a768cc1fa295440d7d057c0eb72ab54d9ed35d397bbeb0febf110586a7d641d91b6898100ab7bf7b2a9001
+DIST hocon-1.3.0.tar.gz 146291 BLAKE2B 
c7104cd7fa2621ef5e39148de6e67c1b272153ae1b39dc5558b38202b5315f600f2933c19b6e075a5344bb215ba7ddaf95a73e0980cd3ff006dc67437b10823d
 SHA512 
67a69b516197b4a0e64c275fe4b930a3b1128ef1949c47263ba9a20bd8397152a2a5dce0c64ce54dbcf7bd3c81d77aa2fb450e12f5aa7bacb0c85e61083904f6

diff --git a/dev-ruby/hocon/hocon-1.3.0.ebuild 
b/dev-ruby/hocon/hocon-1.3.0.ebuild
new file mode 100644
index 000..c9a3580f249
--- /dev/null
+++ b/dev-ruby/hocon/hocon-1.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_BINWRAP="hocon"
+
+RUBY_FAKEGEM_GEMSPEC="hocon.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This is a port of the Typesafe Config library to Ruby."
+HOMEPAGE="https://github.com/puppetlabs/ruby-hocon;
+SRC_URI="https://github.com/puppetlabs/ruby-hocon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="ruby-hocon-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"



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

2019-11-01 Thread Hans de Graaff
commit: 96014dbe6345d51f19117c78dfa268588e39ae11
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:40:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:40:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96014dbe

dev-ruby/zeitwerk: add 2.2.1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index caa94f2a9ae..2a9f131cd23 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -3,3 +3,4 @@ DIST zeitwerk-2.1.10.tar.gz 92514 BLAKE2B 
509cdaeecb8d7d369282a5fc9e8632a19eb203
 DIST zeitwerk-2.1.8.tar.gz 90774 BLAKE2B 
b42c56937b5f9709ce05125ab9358012f4132a49f23a3a56f464aed0c20ba7582e77e7d6cb65d2607d75eed089140827efcec14a2ffe8dd1adb3ead3c10fc882
 SHA512 
14db7e467b45536cb796f7dae4ca96e8167be023a562cc723843b1a63586ec6678ed23cb3307c3389ce5dba099c70dbdd257d23f5ce649af676aea795fa36243
 DIST zeitwerk-2.1.9.tar.gz 92046 BLAKE2B 
e4b48c9de3ee575d6b82427211e129478c9839d5716472896f2d6056ba42b7aaf861e644f92329af5034d92092bf02789f04cf6e5d6390151601eb138d7dfa58
 SHA512 
15de54c5e5b4042e99109707240627aaf5b76f4bf21a1a94d1230c1973404fdeecdc5f64ab16f75158608f64865ff8cc55f4841091c76e2731cc274b0109f677
 DIST zeitwerk-2.2.0.tar.gz 94494 BLAKE2B 
7000628d230c6f65ced2202a924afdbed9092e4f9520cb49f41323c36ace441e1e4e37aa914fed9ff25498f246ef09dff835540624ce4eeacfe26e6c37106d1c
 SHA512 
cebe2f3169cd7a3a3a477f24eaa81048fd5988d7e846bf95bfe6e06da54ade0cf22808319defa1b7a9603550f2a4c075cc5284cf7b53b1899555c3cb5d756e05
+DIST zeitwerk-2.2.1.tar.gz 94726 BLAKE2B 
6fb5fe08cc6a3845598ee70bcce5a6546b7fea8de547dc821c337ef3bd02983061edffb0d2ce1e1ab446b38ff282dc042a26532cff7604a9cdb9922d333deee4
 SHA512 
984740b981448edc539db06b268e16256ef4302f0d8d56b31c69a8f0324ded8eb1d77c3720b9e2e49723e4e0b4b5e4db538ecf5f24690930d336d7b0f0d246bc

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.2.1.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.2.1.ebuild
new file mode 100644
index 000..71326b63c15
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk;
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2019-11-01 Thread Hans de Graaff
commit: 4ff1eb73775ccff64f36f6f60f64545d67b01a2c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:33:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:33:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff1eb73

dev-ruby/roadie: add 4.0.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/roadie/Manifest|  1 +
 dev-ruby/roadie/roadie-4.0.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/roadie/Manifest b/dev-ruby/roadie/Manifest
index ced557352a7..47e11bd3509 100644
--- a/dev-ruby/roadie/Manifest
+++ b/dev-ruby/roadie/Manifest
@@ -1,3 +1,4 @@
 DIST roadie-3.4.0.tar.gz 50719 BLAKE2B 
7e3948e1c9c052ac72ef462a6a4452d6831d99d0134a9716adcf8cd67d261f2c330a6309e7c8a6e00c7489f62cd2b7253f4db48f7daadee4bf57fb1c40cd181c
 SHA512 
cc25986dbe054b18189dad46f2dbde4f325c7391f5cb8ba598f504a465b99cb84339b2fdad3ef663d50275a186620dd60753df3fccfd5bcada52b74ee4c7c55e
 DIST roadie-3.5.0.tar.gz 50687 BLAKE2B 
4d48c7989798977e74ebfb3959c5d1b52ff5aa91c1e81075b7b631a70893f344965ffc838f1debe0dbcc807c588e7e4da93937beb4fcef8f4bd9f3eaf7b81407
 SHA512 
d0602ccee1b642dcda0644afb762a56c97715472e7dfdd63115fc595e1ccbbf3192114e32e25b3c0e6c8c9db37bfc57b75f66bf9ac1e4656b27972f0d4fcd98b
 DIST roadie-3.5.1.tar.gz 50873 BLAKE2B 
478dc7bba6424b953d4c32aeb793f0212fe0ecef5526ec4a28e3b05ff5f29fbbeaaf2022b7277cb20993b99fa7bfc5d03db57c12b589c727239e944e78da2d9f
 SHA512 
b61cc8c1ddcc4819d496489578eb7157cdd7716e99ff675af37b9b650504315120238889d72dd617f37588e005cbba62e1912f4c02ba0e4ba0d111784219ed5c
+DIST roadie-4.0.0.tar.gz 50727 BLAKE2B 
671c5260f4a181e4a50d136e4c6e96e96a3bb51adc7cd88d070b558af0d1d858e712a8f6d586aaea5c72b735db41a54ecb1833b74b3e76f7838a3323a69fb5f3
 SHA512 
ad42ff83c7983e8cce1506f6b72d66e47a860251749eebd3cd65c2114859d3d8a8103d309964aa53875cb07a83393b086fb6c58db88d95a84059abb514d12665

diff --git a/dev-ruby/roadie/roadie-4.0.0.ebuild 
b/dev-ruby/roadie/roadie-4.0.0.ebuild
new file mode 100644
index 000..cd17893e250
--- /dev/null
+++ b/dev-ruby/roadie/roadie-4.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Making HTML emails comfortable for the Rails rockstars"
+HOMEPAGE="https://github.com/Mange/roadie;
+SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0
+   >=dev-ruby/css_parser-1.4.5 =dev-ruby/css_parser-1*"
+ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers dev-ruby/webmock 
)"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e 's/git ls-files/find . -type f -print/' \
+   -e '/test_files/d' \
+   -e '/css_parser/ s/~>/>=/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2019-11-01 Thread Hans de Graaff
commit: 91f816c722c78fcb38a341ed09d94e77f291dad8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:38:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:38:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f816c7

dev-ruby/tins: add 1.22.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tins/Manifest   |  1 +
 dev-ruby/tins/tins-1.22.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 5d52f0a3f9c..12651ddb376 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -2,3 +2,4 @@ DIST tins-1.20.2.gem 305664 BLAKE2B 
37d206664077aa1ba8bac395e076b448797c9d73f469
 DIST tins-1.20.3.gem 305664 BLAKE2B 
26c78cf94acba6651c631b274a98cc7e19d3e215a450d255886d201c5bf94c343141edeb03456a178943cf70efbc9b75ea12cc2ccaec5c929fe5b2c08e918d2c
 SHA512 
f5f723402096e869a8e44e64db9dcd0be4620812f0b5cc291df79010fcb87774ad56298de328242c96ce9dca64f7313271b9fec8cff758a6b3b689bec17c965d
 DIST tins-1.21.0.gem 305664 BLAKE2B 
843b19b1208c3db8b9c21be6d249ca334bb3e8eb172a54623a7f6c6c1d6c62c2891e08cce5ec9a86fbc55637d7d8e2012925efe57fa23e68976bbd83c7f8cbda
 SHA512 
88de2c493ad4ded353d58fa9647844fc14043233e0baa33180218cc068ab34d6a86e8841f41106ffa67215af26ccf3207ac9ef58f7db80f14c59c96591bd4a85
 DIST tins-1.21.1.gem 305664 BLAKE2B 
1a86b55f0334d4e28fe4d4e67c12103ab4ed53056fb00d9d375ffc9b8213419bf277c37d23970e99c6bd7d3a2035cdde661dd63524b81082739d01271370be9c
 SHA512 
25288e3c8e633bc9cef11b988bf778e75a304a52146a4501cd3ebbeee4c845a6be795d4ce7d01b24ff4a9a122fc16afbc20d9d88f7b1559c9b433d8f9282e29d
+DIST tins-1.22.0.gem 306688 BLAKE2B 
d5a3549f8ce89b14df18e2affc70291af07323d63fc42feddc6d70fccf8ea1a032c851639e509c35dadf0cf5c6b9fdb28c6258e263142461b15f81959227a6d7
 SHA512 
4dc695a252cdc6d65514906de557ad21d5a4dfb0e8a7c6650d94a2a4e6da5f34f6c7ce6c48124bebb79268a4c2b840f63ef5421ef4ba3d847de42d17f459241b

diff --git a/dev-ruby/tins/tins-1.22.0.ebuild b/dev-ruby/tins/tins-1.22.0.ebuild
new file mode 100644
index 000..074a4469878
--- /dev/null
+++ b/dev-ruby/tins/tins-1.22.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}



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

2019-11-01 Thread Hans de Graaff
commit: e1bfd0ef4dbfafee77cc952109c46e137ef74439
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:01:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:01:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bfd0ef

dev-ruby/bson: add 4.6.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bson/Manifest  |  1 +
 dev-ruby/bson/bson-4.6.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 05507223c09..f431e3b1cbb 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,2 +1,3 @@
 DIST bson-4.4.2.tar.gz 107429 BLAKE2B 
94b3f694d79a3219a6e7b13f4dfa5935a1fec5ac99883918d61052786b2e033d8cd335013155b4b9069a730a3a87a0c0ec00b8b5ee5b89bb8c357909e8f67fe4
 SHA512 
a27a82fab17f596df986a3c81f1e73146a8d283bb16e8a7dba1921215e8f0e863b6996dbc107ede44546e750e4b19cc2dd934d290e25712472efd6cc075b9984
 DIST bson-4.5.0.tar.gz 107547 BLAKE2B 
fddbb84ee74c3b6bb50a79141e583b300deeaa85b7b39b4e26985fa1cd0c741813eb4b3192fffe97d8bb238430087e4726004e8d3c50d39f17f8b270b8635dc4
 SHA512 
093a4906961d765bdd49febbe9c3123a34d3f80adc5e1309abb2b5fc1380bff37c9d8df475bfb29fc9359cf440813e716ff359e461f5e7f6d5e1e02009bc24bd
+DIST bson-4.6.0.tar.gz 115899 BLAKE2B 
cae63b799cba6a464988937b26bc47533e8ca5089c3a1f5e4bc8cf01e11eaa1f5bd82b79f144b2bafd7cae8478743c3ccedfe8c839ff45db907c77b5e1c6d1a4
 SHA512 
9661b394d6d45caef7d10df439ca5a65869fa4dcde49158f818e7c2764a31976c615bacf09a09a8bcf2bab2e2d78a64be1a7fdad68e796facd071f972b1f5635

diff --git a/dev-ruby/bson/bson-4.6.0.ebuild b/dev-ruby/bson/bson-4.6.0.ebuild
new file mode 100644
index 000..1a5d0fd00b1
--- /dev/null
+++ b/dev-ruby/bson/bson-4.6.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="mongodb"
+GITHUB_PROJECT="bson-ruby"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
+HOMEPAGE="https://www.mongodb.org/;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="bson-ruby-${PV}"
+
+LICENSE="APSL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="test doc"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove project-specific rspec options
+   rm .rspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp ext/bson/*$(get_modname) lib/ || die
+}



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

2019-11-01 Thread Hans de Graaff
commit: 3842de3b96eef3c9a442cb226cde19967ac5d59a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:31:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:31:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3842de3b

dev-ruby/rjb: add 1.6.1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rjb/Manifest |  1 +
 dev-ruby/rjb/rjb-1.6.1.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/dev-ruby/rjb/Manifest b/dev-ruby/rjb/Manifest
index 9f89d8afbb0..b602888506b 100644
--- a/dev-ruby/rjb/Manifest
+++ b/dev-ruby/rjb/Manifest
@@ -1,2 +1,3 @@
 DIST rjb-1.5.5.gem 73216 BLAKE2B 
3bee34d033e5d85150740df1e30d93d54a3078824c76535e1300d2be0a2ecfc6aac2b30762a6b85fd1449df45b49550c0627f6cd588af712d0dfdaab2ca4e68c
 SHA512 
a1a8f6e6b7ce228fe8d58b467f783e55ddb12371485d45ad32597ea7ec60d30e3870671455e4e22fd680b5aa21bd952b8abfa36531c030747573e5d43cea
 DIST rjb-1.5.7.gem 72704 BLAKE2B 
9a4f2b304c05f65c0d78ca4909814da366de717f518017c73d23cfcf188d653141d6c4549200c4bd3e55421f59cf8442cf2d01c1c5c1be813964ee7fb4a7b501
 SHA512 
0ccdbb5bc6f9f5d914d5b117c96310d709965b81a4bd2d0d7c428aabf4e32672572d4187660bc1b509fa3c92ac4cbe97cbd98412253d4ec9a7e4981f3b7a3131
+DIST rjb-1.6.1.gem 74240 BLAKE2B 
103e3885634be9c7dd842c2737c420511fea04e4e2d18f77dba7689c47da996fa37af5d08827de21ec38effd3fd99407e99491c8b99d134dded219ccf3880b79
 SHA512 
5b78fc4eabceddeb901145af39b1fc76e9a44801596ea4bacf9ce601cc109107cf042b1aa4c27049abd766ffca3206364079866ce7b88d25657fa75e7593adc3

diff --git a/dev-ruby/rjb/rjb-1.6.1.ebuild b/dev-ruby/rjb/rjb-1.6.1.ebuild
new file mode 100644
index 000..b8cfe20bb7c
--- /dev/null
+++ b/dev-ruby/rjb/rjb-1.6.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="readme.txt ChangeLog"
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit java-pkg-2 ruby-ng ruby-fakegem
+
+DESCRIPTION="Rjb is a Ruby-Java software bridge"
+HOMEPAGE="https://github.com/arton/rjb;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples hardened"
+
+DEPEND=">=virtual/jdk-1.5
+   hardened? ( sys-apps/paxctl )"
+RDEPEND="virtual/jre"
+
+pkg_setup() {
+   ruby-ng_pkg_setup
+   java-pkg-2_pkg_setup
+}
+
+all_ruby_prepare() {
+   # The console is not available for testing.
+   sed -i -e '/test_noarg_sinvoke/,/end/ s:^:#:' test/test.rb || die
+
+   # Avoid encoding tests since not all locales may be available.
+   sed -i -e '/test_kjconv/,/^  end/ s:^:#:' test/test.rb || die
+}
+
+each_ruby_prepare() {
+   #dev-lang/ruby might need the "hardened" flag to enforce the following:
+   if use hardened; then
+   paxctl -v /usr/bin/ruby 2>/dev/null | grep MPROTECT | grep 
disabled || ewarn '!!! rjb will only work if ruby is MPROTECT disabled\n  
please disable it if required using paxctl -m /usr/bin/ruby'
+   fi
+   # force compilation of class file for our JVM
+   rm -rf data
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake V=1 -C ext CFLAGS="${CFLAGS} -fPIC" archflags="${LDFLAGS}"
+}
+
+each_ruby_install() {
+   each_fakegem_install
+
+   # currently no elegant way to do this (bug #352765)
+   ruby_fakegem_newins ext/rjbcore.so lib/rjbcore.so
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r samples
+   fi
+}
+
+each_ruby_test() {
+   if use hardened; then
+   paxctl -v ${RUBY} 2>/dev/null | grep MPROTECT | grep -q disabled
+   if [ $? = 0 ]; then
+   ${RUBY} -C test -I../lib:.:../ext test.rb || die
+   else
+   ewarn "${RUBY} has MPROTECT enabled, rjb will not work 
until it is disabled, skipping tests."
+   fi
+   else
+   ${RUBY} -C test -I../lib:.:../ext test.rb || die
+   fi
+}



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

2019-11-01 Thread Hans de Graaff
commit: 3be5f0262d7b07c7744f383670871b1206300106
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:07:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:07:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be5f026

dev-ruby/hashie: add 4.0.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/hashie/Manifest|  1 +
 dev-ruby/hashie/hashie-4.0.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
index 6a2b81c20dc..c92bfaf3793 100644
--- a/dev-ruby/hashie/Manifest
+++ b/dev-ruby/hashie/Manifest
@@ -1,3 +1,4 @@
 DIST hashie-2.1.2.gem 34816 BLAKE2B 
7406fece6c731f62ab8b73095b6c61d4d79cc3811ba20db68d2d6c54a780e8b37ce92ffa97ddc6c9ae2b802fbdbb04cc0d9c752761c9032739f3548f05696757
 SHA512 
6f72998710da58a2584939b4e74a114ae54168902020dc16ec5ea0422a91316b84aa6835fffb36a2985634f24ff5b0d01bcdb50134a414a269a4881ebcd728ac
 DIST hashie-3.5.7.gem 71680 BLAKE2B 
8f03e190cf299f3597e0fe1b991fd07e00af0ecff757ef56648f97e8a3091a1445441d4e00f59c9b93d5db0d21636d9e5352175e49692f7b28a5612c87da9163
 SHA512 
c7ae610de5fe9b19a724068c26c184b44f951b29b56e3c5240074a372ad24d0ea70e39541812cbd82d5516d9e00e86a33d935b90e086b7db305b9b34b8f44f23
 DIST hashie-3.6.0.gem 74752 BLAKE2B 
b689843d30001dd7eaa09d62ab908d60e76128df66055283ccf0770830e5901b4e792c4bebd2cad8bb6d5e97a23016aee0d0114f2fb0f7ace8ebd722b8941020
 SHA512 
7b5355a2b93267d6b7c63608aeac4bb7d21f32a982e2c59771d5a791f9a0c921d11e1b4a185067447917315ce98f8cc5f2b48a31efec3068fb1f1ec0e4386e15
+DIST hashie-4.0.0.tar.gz 82096 BLAKE2B 
d2fa4f208e4bb08a15c7c14208fef368ea5653e556045378ead94b7002250a798637fede4f8438238111946a4393794828f88d19b7f8c733500d745a361049cf
 SHA512 
b26b80a0b981fa534d17b20a7a2dfad82487950f94bf38d62129aa7af4de7875e1fd9519fae30c13d16a92e041033fe6f80978fd30014a571503650ee73ca549

diff --git a/dev-ruby/hashie/hashie-4.0.0.ebuild 
b/dev-ruby/hashie/hashie-4.0.0.ebuild
new file mode 100644
index 000..d39bc3582f2
--- /dev/null
+++ b/dev-ruby/hashie/hashie-4.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="hashie.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hashie is a small collection of tools that make hashes more 
powerful"
+HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/;
+SRC_URI="https://github.com/intridea/hashie/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+   # Remove bundler and fix one spec that depends on its requires
+   #rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -e '/pry/ s:^:#:' \
+   -e '1irequire "pathname"; require "tempfile"' -i 
spec/spec_helper.rb || die
+
+   # Avoid dependency on rspec-pending_for and its dependencies
+   sed -i -e '/pending_for/ s:^:#:' \
+   spec/spec_helper.rb \
+   spec/hashie/mash_spec.rb \
+   spec/hashie/extensions/strict_key_access_spec.rb || die
+
+   # Avoid integration specs to avoid complicated dependencies
+   rm spec/integration/{elasticsearch,omniauth*,rails}/integration_spec.rb 
|| die
+}



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

2019-11-01 Thread Hans de Graaff
commit: f867b16b93ba1f1afc603ed6ca8b36d50a08f5e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 05:24:51 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 05:24:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f867b16b

dev-ruby/rack-attack: add 6.2.1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-attack/Manifest |  1 +
 dev-ruby/rack-attack/rack-attack-6.2.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/rack-attack/Manifest b/dev-ruby/rack-attack/Manifest
index 688051aeaf3..8bccaea793e 100644
--- a/dev-ruby/rack-attack/Manifest
+++ b/dev-ruby/rack-attack/Manifest
@@ -2,3 +2,4 @@ DIST rack-attack-5.4.2.gem 23040 BLAKE2B 
7af950339f03139e6a3ac9e8349e6d2af5182a2
 DIST rack-attack-6.0.0.gem 23552 BLAKE2B 
ffd558e6a8b4b03fb332ef84f74c77f3f6dbfbaa8ce819c9522c02791ae35acc177b07a5f52f1888ccf25feb068e1812d1d61ddb7ebc9ea34da7ae1fe6275c27
 SHA512 
dca8ab20a3c4e5ac1214b232674fbf164a4c05f7ebb219193608b235583cdea5367d402d32a60d6a92c534a04d328714c673a7c93c50423a038e653561023f87
 DIST rack-attack-6.1.0.gem 23552 BLAKE2B 
91f1c83659ea906732c6ab39904a5b01710fba3bf82e6c9b5bf88d9c992bd1f5d69c71e6487e85874f9c4527ac0f053bb648d600e8ac17569f0b6331089f0fc0
 SHA512 
b03050f15f05a27ee9a4f997c9de0c34a548f9fbd8e46d52f071c138f31c4bfc65196873a0bebce3c8d3862809b75295ab0f30c97afb128051cfa9b161d3dbe2
 DIST rack-attack-6.2.0.gem 24576 BLAKE2B 
7836dd0c8a56bfa6337cc0bfa8ec2a4224873108d73bf1cb225c07a7720fba239bc7eeb75467c098c890050338f60420874c27529568b93c3bec9ed04926300a
 SHA512 
df5de90d976dbd357780a5ab4a012ea1e528e5b608bad57ab8c59ee39ad36a1cf4490b3ec663d7f8ca6b788118ae7b256feb1cc475f8644c29883080e9c8b9dd
+DIST rack-attack-6.2.1.gem 24576 BLAKE2B 
4a40486a457b5568045b4311a8eb1f4c54f2e04f68c92a643f4e6523ad32aed6253ce4faa830f0fe36d21ae89137908aab90cb07fe1f1f7307d4ac486de00263
 SHA512 
aefc9f2b56f5345e45f90b2a90619922fbc4459e95db5b324a58ce05d15b749f5fe93033fb5b7a8e312c10cd076a3e47033ff34a71712ec2923158cecfbcd0c7

diff --git a/dev-ruby/rack-attack/rack-attack-6.2.1.ebuild 
b/dev-ruby/rack-attack/rack-attack-6.2.1.ebuild
new file mode 100644
index 000..3c7630016e9
--- /dev/null
+++ b/dev-ruby/rack-attack/rack-attack-6.2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# Skip integration tests since they require additional unpackaged
+# dependencies and running daemons.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A DSL for blocking & throttling abusive clients"
+HOMEPAGE="https://github.com/kickstarter/rack-attack;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rack:*"
+ruby_add_bdepend "test? (
+   dev-ruby/actionpack
+   dev-ruby/activesupport
+   dev-ruby/rack-test
+   dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|byebug\)/ s:^:#:' Rakefile spec/spec_helper.rb 
|| die
+   sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+}



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

2019-11-01 Thread Robin H. Johnson
commit: e13f9e7ace62bfea1c548e6a1881e52ebc887609
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Sun Oct 20 21:33:39 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:45:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13f9e7a

dev-python/pyxattr: add pypy3 to PYTHON_COMPAT

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jeffrey Lin  icurse.nl>
(cherry picked from commit 61a15e5955cc63fcc94598977ebfa26780459ea1)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13363

 dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild | 66 ++
 1 file changed, 66 insertions(+)

diff --git a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild 
b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
new file mode 100644
index 000..5ce00c43a28
--- /dev/null
+++ b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python interface to xattr"
+HOMEPAGE="https://pyxattr.k1024.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   https://pyxattr.k1024.org/downloads/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/attr"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i -e 's:, "-Werror"::' setup.py || die
+   # Bug 548486
+   sed -e "s:html_theme = 'default':html_theme = 'classic':" \
+   -i doc/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake doc
+}
+
+src_test() {
+   # Perform the tests in /var/tmp; that location is more likely
+   # to have xattr support than /tmp which is often tmpfs.
+   local -x TEST_DIR="${TEST_DIR:-/var/tmp}"
+   # Ignore selinux attributes by default, bug #503946.
+   local -x TEST_IGNORE_XATTRS="${TEST_IGNORE_XATTRS:-security.selinux}"
+
+   einfo "Please note that the tests fail if xattrs are not supported"
+   einfo "by the filesystem used for ${TEST_DIR}."
+   einfo
+   einfo "The location for tests can be overriden using TEST_DIR variable:"
+   einfo "  $ export TEST_DIR=/my/test/place"
+   einfo
+   einfo "Additionally, TEST_IGNORE_XATTRS can be set to control which"
+   einfo "external attributes are ignored by the tests."
+   einfo "See https://bugs.gentoo.org/503946 for details."
+   einfo
+   distutils-r1_src_test
+}
+
+python_test() {
+   nosetests -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/

2019-11-01 Thread Robin H. Johnson
commit: f0a3953541287e81312ada56c09b13e17ab35088
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Oct 20 08:31:54 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:44:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a39535

net-mail/autorespond: EAPI=7, update HOMEPAGE, SRC_URI

Closes: https://bugs.gentoo.org/680400
Bug: https://bugs.gentoo.org/697246
Signed-off-by: Wim Muskee  gmail.com>
(cherry picked from commit c48af03e838a343654ed4196e30747de3ba033e9)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13357

 net-mail/autorespond/autorespond-2.0.4.ebuild | 26 +-
 net-mail/autorespond/autorespond-2.0.5.ebuild | 24 +---
 2 files changed, 18 insertions(+), 32 deletions(-)

diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild 
b/net-mail/autorespond/autorespond-2.0.4.ebuild
index 2baa30b392b..94509c8a81b 100644
--- a/net-mail/autorespond/autorespond-2.0.4.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit eutils
-
-DEBIAN_PV="1"
-DEBIAN_P="${P/-/_}-${DEBIAN_PV}"
 DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://inter7.com/devel/;
+HOMEPAGE="http://inter7.com/software/;
 SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
-   mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz"
+   mirror://gentoo/${PN}_${PV}-1.diff.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86"
-IUSE=""
 
 RDEPEND="virtual/qmail"
-DEPEND=""
-
-src_unpack() {
-   unpack ${P}.tar.gz
-   epatch "${DISTDIR}"/${DEBIAN_P}.diff.gz
-}
+PATCHES=(
+   "${WORKDIR}/autorespond_2.0.4-1.diff"
+)
+DOCS=( README help_message qmail-auto ChangeLog )
 
 src_compile() {
emake CFLAGS="${CFLAGS}" || die
@@ -32,7 +25,6 @@ src_compile() {
 src_install () {
into /var/qmail
dobin autorespond || die "dobin failed"
-   into /usr
-   dodoc README help_message qmail-auto ChangeLog
doman *.1
+   einstalldocs
 }

diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild 
b/net-mail/autorespond/autorespond-2.0.5.ebuild
index e9589cc91b5..813522f4365 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://inter7.com/devel/;
-SRC_URI="http://inter7.com/devel/${P}.tar.gz;
+HOMEPAGE="http://www.inter7.com/software/;
+SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE=""
 
 RDEPEND="virtual/qmail"
-DEPEND=""
-
-src_unpack() {
-   unpack ${A}
-   epatch "${FILESDIR}"/${P}-no-include-bounce.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-no-include-bounce.patch"
+)
+DOCS=( README help_message qmail-auto )
 
 src_compile() {
emake CFLAGS="${CFLAGS}" || die
@@ -29,9 +24,8 @@ src_compile() {
 src_install () {
into /var/qmail
dobin autorespond || die "dobin failed"
-   into /usr
-   dodoc README help_message qmail-auto #ChangeLog
doman *.1
+   einstalldocs
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/

2019-11-01 Thread Robin H. Johnson
commit: 6f5323b49f2e5980218b7b8663234cff6b213cf0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct 31 20:50:52 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:43:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5323b4

net-mail/checkpassword: remove old

Signed-off-by: Rolf Eike Beer  sf-mail.de>
(cherry picked from commit 2b8b1cffbaf782c6a07b91b05a27b3105c0eb968)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13332

 .../checkpassword/checkpassword-0.90-r3.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild 
b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
deleted file mode 100644
index 75a2f74c558..000
--- a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils fixheadtails flag-o-matic qmail
-
-DESCRIPTION="A uniform password checking interface for root applications"
-HOMEPAGE="https://cr.yp.to/checkpwd.html;
-SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz;
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="static"
-RESTRICT="mirror bindist"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   epatch "${FILESDIR}"/${PV}-errno.patch
-   epatch "${FILESDIR}"/${PV}-exit.patch
-
-   ht_fix_file Makefile print-cc.sh
-
-   use static && append-ldflags -static
-}
-
-src_compile() {
-   qmail_set_cc
-   make || die
-}
-
-src_install() {
-   into /
-   dobin checkpassword || die
-   dodoc CHANGES README TODO VERSION FILES SYSDEPS TARGETS
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/

2019-11-01 Thread Robin H. Johnson
commit: 428dff8bfb361a98bd44aad14a81611828861e05
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Oct 18 06:58:35 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:42:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428dff8b

net-mail/checkpassword: use https

Signed-off-by: Rolf Eike Beer  sf-mail.de>
(cherry picked from commit 0b092033838b1e705e05604aff1b9cc2c7766e2b)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13332

 net-mail/checkpassword/checkpassword-0.90-r2.ebuild | 4 ++--
 net-mail/checkpassword/checkpassword-0.90-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild 
b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
index 8efb8a03c5c..7c7a9b94f12 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
@@ -6,8 +6,8 @@ EAPI=0
 inherit eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION="A uniform password checking interface for root applications"
-HOMEPAGE="http://cr.yp.to/checkpwd.html;
-SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz;
+HOMEPAGE="https://cr.yp.to/checkpwd.html;
+SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz;
 
 LICENSE="all-rights-reserved"
 SLOT="0"

diff --git a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild 
b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
index 7ed02b16fe9..75a2f74c558 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
@@ -6,8 +6,8 @@ EAPI=0
 inherit eutils fixheadtails flag-o-matic qmail
 
 DESCRIPTION="A uniform password checking interface for root applications"
-HOMEPAGE="http://cr.yp.to/checkpwd.html;
-SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz;
+HOMEPAGE="https://cr.yp.to/checkpwd.html;
+SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz;
 
 LICENSE="all-rights-reserved"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/, net-mail/checkpassword/files/

2019-11-01 Thread Robin H. Johnson
commit: eb69fc34f003b38035037daf7f9e322110fb2769
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Oct 18 06:59:13 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb69fc34

net-mail/checkpassword: bump to EAPI7

Signed-off-by: Rolf Eike Beer  sf-mail.de>
(cherry picked from commit d538de140833170bf5da393ae38b136a6c924c65)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13332

 .../checkpassword/checkpassword-0.90-r4.ebuild | 38 +
 ...-errno.patch => checkpassword-0.90-errno.patch} |  4 +-
 ...90-exit.patch => checkpassword-0.90-exit.patch} |  0
 .../files/checkpassword-0.90-headers.patch | 98 ++
 4 files changed, 138 insertions(+), 2 deletions(-)

diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild 
b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
new file mode 100644
index 000..5029a6bdbee
--- /dev/null
+++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fixheadtails toolchain-funcs
+
+DESCRIPTION="A uniform password checking interface for root applications"
+HOMEPAGE="https://cr.yp.to/checkpwd.html;
+SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz;
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="static"
+RESTRICT="mirror bindist"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-errno.patch
+   "${FILESDIR}"/${P}-exit.patch
+   "${FILESDIR}"/${P}-headers.diff
+)
+
+src_prepare() {
+   default
+
+   ht_fix_file Makefile print-cc.sh
+
+   use static && append-ldflags -static
+
+   echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS}" > ./conf-cc || die 'Patching 
conf-cc failed.'
+   echo "$(tc-getCC) ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld 
failed.'
+}
+
+src_install() {
+   dobin checkpassword
+   einstalldocs
+}

diff --git a/net-mail/checkpassword/files/0.90-errno.patch 
b/net-mail/checkpassword/files/checkpassword-0.90-errno.patch
similarity index 58%
rename from net-mail/checkpassword/files/0.90-errno.patch
rename to net-mail/checkpassword/files/checkpassword-0.90-errno.patch
index 9cf40c689c1..0e152b4aee7 100644
--- a/net-mail/checkpassword/files/0.90-errno.patch
+++ b/net-mail/checkpassword/files/checkpassword-0.90-errno.patch
@@ -1,5 +1,5 @@
 error.h.orig   2003-03-05 15:48:54.0 -0500
-+++ error.h2003-03-05 15:49:08.0 -0500
+--- a/error.h  2003-03-05 15:48:54.0 -0500
 b/error.h  2003-03-05 15:49:08.0 -0500
 @@ -1,7 +1,7 @@
  #ifndef ERROR_H
  #define ERROR_H

diff --git a/net-mail/checkpassword/files/0.90-exit.patch 
b/net-mail/checkpassword/files/checkpassword-0.90-exit.patch
similarity index 100%
rename from net-mail/checkpassword/files/0.90-exit.patch
rename to net-mail/checkpassword/files/checkpassword-0.90-exit.patch

diff --git a/net-mail/checkpassword/files/checkpassword-0.90-headers.patch 
b/net-mail/checkpassword/files/checkpassword-0.90-headers.patch
new file mode 100644
index 000..4644542204b
--- /dev/null
+++ b/net-mail/checkpassword/files/checkpassword-0.90-headers.patch
@@ -0,0 +1,98 @@
+diff -aurp checkpassword-0.90-orig/alloc.c checkpassword-0.90/alloc.c
+--- checkpassword-0.90-orig/alloc.c2019-10-18 18:32:45.88800 +0200
 checkpassword-0.90/alloc.c 2019-10-18 18:39:41.82000 +0200
+@@ -1,7 +1,6 @@
++#include 
+ #include "alloc.h"
+ #include "error.h"
+-extern char *malloc();
+-extern void free();
+ 
+ #define ALIGNMENT 16 /* XXX: assuming that this alignment is enough */
+ #define SPACE 2048 /* must be multiple of ALIGNMENT */
+diff -aurp checkpassword-0.90-orig/checkpassword.c 
checkpassword-0.90/checkpassword.c
+--- checkpassword-0.90-orig/checkpassword.c2019-10-18 18:32:45.88800 
+0200
 checkpassword-0.90/checkpassword.c 2019-10-18 18:42:00.35200 +0200
+@@ -1,3 +1,4 @@
++#include 
+ #include 
+ 
+ #include "error.h"
+@@ -23,6 +24,7 @@ static struct userpw *upw;
+ static char up[513];
+ static int uplen;
+ 
++int
+ main(int argc,char **argv)
+ {
+   char *login;
+diff -aurp checkpassword-0.90-orig/chkshsgr.c checkpassword-0.90/chkshsgr.c
+--- checkpassword-0.90-orig/chkshsgr.c 2019-10-18 18:32:45.88800 +0200
 checkpassword-0.90/chkshsgr.c  2019-10-18 18:38:29.43600 +0200
+@@ -1,5 +1,8 @@
++#include 
++#include 
+ #include "exit.h"
+ 
++int
+ main()
+ {
+   short x[4];
+diff -aurp checkpassword-0.90-orig/install.c checkpassword-0.90/install.c
+--- checkpassword-0.90-orig/install.c  2019-10-18 18:32:45.88800 +0200
 checkpassword-0.90/install.c   2019-10-18 18:43:52.96800 +0200
+@@ -1,3 +1,6 @@
++#include 
++#include 
++#include 
+ #include "buffer.h"
+ #include 

[gentoo-commits] repo/gentoo:master commit in: dev-lua/lgi/

2019-11-01 Thread Robin H. Johnson
commit: a9b645ada9f98ac46bd4123f026014e6be82aea2
Author: David Heidelberg  ixit  cz>
AuthorDate: Thu Oct 17 13:12:58 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:40:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b645ad

dev-lua/lgi: bump to 0.9.2

Closes: https://bugs.gentoo.org/664696
Signed-off-by: David Heidelberg  ixit.cz>
(cherry picked from commit fed3c8e568a0711d3383c769ce6e4002ba630a5b)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13327

 dev-lua/lgi/Manifest |  1 +
 dev-lua/lgi/lgi-0.9.2.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-lua/lgi/Manifest b/dev-lua/lgi/Manifest
index 6b2058d953c..d524219d4cf 100644
--- a/dev-lua/lgi/Manifest
+++ b/dev-lua/lgi/Manifest
@@ -1,3 +1,4 @@
 DIST lgi-0.6.2.tar.gz 257541 BLAKE2B 
61d58b1b03fe01d43384693b21336149b06a04e638a32f46e685e0f6f1e7ad693ec3074af3ffcc789f053a2a085a58b41b81023f3b023625309f0f4ed6ae6cff
 SHA512 
02b75f17f98d7f7240c335384a85cdb0bb1c1b117b4ea8baa065715c4e5ecac946618ef83f92ef476a87db3a17a29a0e21d71f4f79db3bc4e519cf795ae181f5
 DIST lgi-0.7.2.tar.gz 270767 BLAKE2B 
491fafccbf4d8c5086b48baad0022a76a1f829e0c9a55acbfbd4eaa283c2713ef3f4863a2abf12d24bae0ccb2284506da66578c2d26ab6bda3f6d891c39a8ff4
 SHA512 
e661e13d6f539c2c434a6b0db9e622ee4af3c039a6488617954643f0b46a908068a14e6d37ff44437fbe5b4cb62863699107ab533aca121d4b8d584ca83c35fc
 DIST lgi-0.9.0.tar.gz 285248 BLAKE2B 
e5e6fe79899b70f46338827296b921c04c31ac1edc82e5c7a1d443c54c409aea65a766f3666b0ff9fca63a17cb50fe9727d0722007b16a1d4a6c77c48b9f3828
 SHA512 
1a486a40f504740224b1d277368df65e0a30708c02422390517c2fbf961b5fec264bdbc695d306e2f5fb2aa8ad4539212ef5314b18f45e3b488fd5f492a19f9e
+DIST lgi-0.9.2.tar.gz 291463 BLAKE2B 
d89752e7c56f9a695f97f90680515fd9acab57991121ec3455fcd88aa0b64828f060d9bf222fb1ab14bdfc956ec3ad296af848168532d09694a0cacbb55dac71
 SHA512 
755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335

diff --git a/dev-lua/lgi/lgi-0.9.2.ebuild b/dev-lua/lgi/lgi-0.9.2.ebuild
new file mode 100644
index 000..fdd136c1aeb
--- /dev/null
+++ b/dev-lua/lgi/lgi-0.9.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VIRTUALX_REQUIRED="manual"
+
+inherit eutils toolchain-funcs flag-o-matic virtualx
+
+DESCRIPTION="Lua bindings using gobject-introspection"
+HOMEPAGE="https://github.com/pavouk/lgi;
+SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples test"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-lang/lua-5.1:=
+   dev-libs/gobject-introspection
+   dev-libs/glib
+   virtual/libffi:0="
+DEPEND="${RDEPEND}
+   test? (
+   x11-libs/cairo[glib]
+   x11-libs/gtk+[introspection]
+   ${VIRTUALX_DEPEND}
+   )"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s:^LUA_LIBDIR.*$:LUA_LIBDIR = $($(tc-getPKG_CONFIG) 
--variable INSTALL_CMOD lua):" \
+   -e "s:^LUA_SHAREDIR.*$:LUA_SHAREDIR = $($(tc-getPKG_CONFIG) 
--variable INSTALL_LMOD lua):" \
+   "${S}"/lgi/Makefile || die "sed failed"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" COPTFLAGS="-Wall -Wextra ${CFLAGS}" 
LIBFLAG="-shared ${LDFLAGS}"
+}
+
+src_test() {
+   virtx emake CC="$(tc-getCC)" COPTFLAGS="-Wall -Wextra ${CFLAGS}" 
LIBFLAG="-shared ${LDFLAGS}" check
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   docompress -x /usr/share/doc/${PF}
+   dodoc README.md
+   dodoc -r docs/*
+   if use examples; then
+   dodoc -r samples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/queue-fix/files/, net-mail/queue-fix/

2019-11-01 Thread Robin H. Johnson
commit: 805e4d2c2d6946e593f5901679cc41e97462e68b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct  5 08:50:40 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Nov  2 04:39:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805e4d2c

net-mail/queue-fix: bump to EAPI 7

Signed-off-by: Rolf Eike Beer  sf-mail.de>
(cherry picked from commit 42cff3a3eb45b12ff77be1cad5db5ae3776c7e2c)
Signed-off-by: Robin H. Johnson  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13151

 net-mail/queue-fix/files/queue-fix-1.4-errno.patch | 25 +
 .../queue-fix/files/queue-fix-1.4-stdlib.patch | 39 
 net-mail/queue-fix/queue-fix-1.4-r3.ebuild | 41 ++
 3 files changed, 105 insertions(+)

diff --git a/net-mail/queue-fix/files/queue-fix-1.4-errno.patch 
b/net-mail/queue-fix/files/queue-fix-1.4-errno.patch
new file mode 100644
index 000..d11716bcd73
--- /dev/null
+++ b/net-mail/queue-fix/files/queue-fix-1.4-errno.patch
@@ -0,0 +1,25 @@
+From d741f95ed6c983919a7ed3080c15064f6fb44e61 Mon Sep 17 00:00:00 2001
+From: Rolf Eike Beer 
+Date: Sat, 5 Oct 2019 10:39:59 +0200
+Subject: [PATCH 2/2] fix declaration of errno
+
+---
+ error.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/error.h b/error.h
+index 01bd3dc..5d98c6b 100644
+--- a/error.h
 b/error.h
+@@ -1,7 +1,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+ 
+-extern int errno;
++#include 
+ 
+ extern int error_intr;
+ extern int error_nomem;
+-- 
+2.16.4
+

diff --git a/net-mail/queue-fix/files/queue-fix-1.4-stdlib.patch 
b/net-mail/queue-fix/files/queue-fix-1.4-stdlib.patch
new file mode 100644
index 000..02842a3bfdb
--- /dev/null
+++ b/net-mail/queue-fix/files/queue-fix-1.4-stdlib.patch
@@ -0,0 +1,39 @@
+From 29dd8f91cf83441aba074dae5af10fe09d095f6b Mon Sep 17 00:00:00 2001
+From: Rolf Eike Beer 
+Date: Sat, 5 Oct 2019 10:39:21 +0200
+Subject: [PATCH 1/2] include stdlib.h for exit() and malloc()
+
+---
+ alloc.c | 4 ++--
+ queue-fix.c | 1 +
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/alloc.c b/alloc.c
+index c661453..0ed63b5 100644
+--- a/alloc.c
 b/alloc.c
+@@ -1,7 +1,7 @@
+ #include "alloc.h"
+ #include "error.h"
+-extern char *malloc();
+-extern void free();
++
++#include 
+ 
+ #define ALIGNMENT 16 /* XXX: assuming that this alignment is enough */
+ #define SPACE 4096 /* must be multiple of ALIGNMENT */
+diff --git a/queue-fix.c b/queue-fix.c
+index be9b080..b164dfb 100644
+--- a/queue-fix.c
 b/queue-fix.c
+@@ -9,6 +9,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "stralloc.h"
+ #include "direntry.h"
+ #include "fmt.h"
+-- 
+2.16.4
+

diff --git a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild 
b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild
new file mode 100644
index 000..3b3b852d844
--- /dev/null
+++ b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fixheadtails toolchain-funcs
+
+DESCRIPTION="Qmail Queue Repair Application with support for big-todo"
+HOMEPAGE="http://www.netmeridian.com/e-huss/;
+SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz
+   mirror://qmail/queue-fix-todo.patch"
+
+LICENSE="all-rights-reserved public-domain" # includes code from qmail
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh ~sparc 
~x86"
+RESTRICT="mirror bindist"
+
+PDEPEND="virtual/qmail"
+
+PATCHES=(
+   "${DISTDIR}"/queue-fix-todo.patch
+   "${FILESDIR}"/${P}-stdlib.patch
+   "${FILESDIR}"/${P}-errno.patch
+)
+
+src_unpack() {
+   default
+   ht_fix_file "${S}"/Makefile*
+}
+
+src_configure() {
+   echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+   echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
+   sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i 
make-makelib.sh || die
+}
+
+src_install () {
+   dobin queue-fix
+
+   einstalldocs
+}



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

2019-11-01 Thread Matt Turner
commit: 1dd270756cd8da59db03ffc58ac1d6b9a49d0c0f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov  2 00:41:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov  2 00:41:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd27075

virtual/libudev-232-r3: ppc stable, bug 698770

Signed-off-by: Matt Turner  gentoo.org>

 virtual/libudev/libudev-232-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libudev/libudev-232-r3.ebuild 
b/virtual/libudev/libudev-232-r3.ebuild
index 2d4e82e4083..da59a92f06b 100644
--- a/virtual/libudev/libudev-232-r3.ebuild
+++ b/virtual/libudev/libudev-232-r3.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE="static-libs systemd"
 
 RDEPEND="



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

2019-11-01 Thread Matt Turner
commit: a901790d89a4601bf3a78e6ef0ea1aae928ec88c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov  2 00:41:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov  2 00:41:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a901790d

virtual/libudev-232-r3: ppc64 stable, bug 698770

Signed-off-by: Matt Turner  gentoo.org>

 virtual/libudev/libudev-232-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libudev/libudev-232-r3.ebuild 
b/virtual/libudev/libudev-232-r3.ebuild
index da59a92f06b..e99a592f5af 100644
--- a/virtual/libudev/libudev-232-r3.ebuild
+++ b/virtual/libudev/libudev-232-r3.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE="static-libs systemd"
 
 RDEPEND="



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

2019-11-01 Thread Sergei Trofimovich
commit: 6f74661683df37c6777494142461f657974a81ba
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Nov  2 00:14:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov  2 00:22:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f746616

sys-apps/keyutils: stable 1.6.1 for hppa, bug #693240

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-apps/keyutils/keyutils-1.6.1.ebuild 
b/sys-apps/keyutils/keyutils-1.6.1.ebuild
index d68746b5022..d6bea1f56a1 100644
--- a/sys-apps/keyutils/keyutils-1.6.1.ebuild
+++ b/sys-apps/keyutils/keyutils-1.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/s
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/1.9"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static static-libs test"
 
 RDEPEND=""



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

2019-11-01 Thread Sergei Trofimovich
commit: dba99ffb4467d61a0b63afc0a87b130e91366d38
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Nov  2 00:17:06 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov  2 00:22:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba99ffb

media-libs/faad2: stable 2.9.0 for sparc, bug #695540

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/faad2/faad2-2.9.0.ebuild 
b/media-libs/faad2/faad2-2.9.0.ebuild
index 5b3c3a3f0ef..4a198441f88 100644
--- a/media-libs/faad2/faad2-2.9.0.ebuild
+++ b/media-libs/faad2/faad2-2.9.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/knik0/faad2/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="digitalradio static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2019-11-01 Thread Erik Mackdanz
commit: ee55466cb1e36bc5a8dd9eff8c86ba08f879501d
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Nov  2 00:07:17 2019 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sat Nov  2 00:07:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee55466c

games-roguelike/stone-soup: Remove old

Signed-off-by: Erik Mackdanz  gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup/stone-soup-0.23.0.ebuild| 143 -
 2 files changed, 144 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 38495e024f3..a428119bdb6 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -1,5 +1,4 @@
 DIST stone-soup.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
-DIST stone_soup-0.23.0.tar.xz 29899848 BLAKE2B 
138f3c9fe1ad395d05d0654ea42788c6312e92839c6b92edfa538123b8b566f62d263862b05c6da64d589938c820b876e12475b0eeb16af7dd2e3f62c441eecb
 SHA512 
6b53b5d670130aac451d09fe842e7654f61c131d126b34ed729d4542e9d2cbe2beaa6cd5f0b2bb78744ae6c643040996e39db8b0b3840c8946e442aaff54ff58
 DIST stone_soup-0.23.2.tar.xz 30157732 BLAKE2B 
5d264fa33abeb2254efbdef461774c987f65ef28160d43d90848b77d46a8f0e63c4e59a9cb7257257551a08c509e53758d72acbb0edf5a0e8b70e5d3ca09ea14
 SHA512 
61ccb0ac262a798e7c06fdb5e821c9885a690e082c33f6255358561929d6800b272106632279d27320e8ae240d903e2002f59d908d5db4841065a5cfa97bbee8
 DIST stone_soup-0.24.0.tar.xz 29746940 BLAKE2B 
429fd9bb5a5bcd36d11f66ac93a96c4d378a50bb9197edcd92d9bd7d7c463ace60c5c59c4bb762fb61555e6612ecca2267b6d68b6bba8afa79861d7b8d4ea6a1
 SHA512 
d43d3c43551394c0730427a1adf561bc29ac679c13475292908f942aa8b6e077861245536ff3c932c7478f1ec1c72cf51c9aca8b8ce30f3a99c311c292765194

diff --git a/games-roguelike/stone-soup/stone-soup-0.23.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.23.0.ebuild
deleted file mode 100644
index 92ce93f41ce..000
--- a/games-roguelike/stone-soup/stone-soup-0.23.0.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-## TODO
-# add sound support (no sound files)
-
-EAPI=6
-VIRTUALX_REQUIRED="manual"
-inherit eutils gnome2-utils toolchain-funcs eapi7-ver
-
-MY_P="stone_soup-${PV}"
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="http://crawl.develz.org/wordpress/;
-SRC_URI="
-   https://crawl.develz.org/release/$(ver_cut 1-2)/${PN/-/_}-${PV}.tar.xz
-   https://dev.gentoo.org/~hasufell/distfiles/${PN}.png
-   https://dev.gentoo.org/~hasufell/distfiles/${PN}.svg
-"
-
-# 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
-# 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
-# Public Domain|CC0: most of tiles
-# MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
-LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug luajit ncurses test +tiles"
-# test is broken
-# see https://crawl.develz.org/mantis/view.php?id=6121
-RESTRICT="test"
-
-RDEPEND="
-   dev-db/sqlite:3
-   luajit? ( >=dev-lang/luajit-2.0.0 )
-   sys-libs/zlib
-   !ncurses? ( !tiles? ( sys-libs/ncurses:0 ) )
-   ncurses? ( sys-libs/ncurses:0 )
-   tiles? (
-   media-fonts/dejavu
-   media-libs/freetype:2
-   media-libs/libpng:0
-   media-libs/libsdl2[X,opengl,video]
-   media-libs/sdl2-image[png]
-   virtual/glu
-   virtual/opengl
-   )"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   sys-devel/flex
-   virtual/pkgconfig
-   virtual/yacc
-   tiles? (
-   sys-libs/ncurses:0
-   )"
-
-S=${WORKDIR}/${MY_P}/source
-S_TEST=${WORKDIR}/${MY_P}_test/source
-PATCHES=(
-   "${FILESDIR}"/rltiles-ldflags-libs.patch
-)
-
-pkg_setup() {
-   if use !ncurses && use !tiles ; then
-   ewarn "Neither ncurses nor tiles frontend"
-   ewarn "selected, choosing ncurses only."
-   ewarn "Note that you can also enable both."
-   fi
-}
-
-src_prepare() {
-   default
-
-   rm -r 
contrib/{fonts,freetype,libpng,pcre,sdl2,sdl2-image,sdl2-mixer,sqlite,zlib} || 
die
-}
-
-src_compile() {
-   export HOSTCXX=$(tc-getBUILD_CXX)
-
-   # leave DATADIR at 

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2019-11-01 Thread Erik Mackdanz
commit: 5112a5c18b976cb722a18dc9b2f969a7b89c995e
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Nov  2 00:04:38 2019 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sat Nov  2 00:04:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5112a5c1

games-roguelike/stone-soup: Bump to 0.24.0

Signed-off-by: Erik Mackdanz  gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

 games-roguelike/stone-soup/Manifest|   1 +
 .../stone-soup/stone-soup-0.24.0.ebuild| 153 +
 2 files changed, 154 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index ca086346f8d..38495e024f3 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -2,3 +2,4 @@ DIST stone-soup.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2
 DIST stone-soup.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.23.0.tar.xz 29899848 BLAKE2B 
138f3c9fe1ad395d05d0654ea42788c6312e92839c6b92edfa538123b8b566f62d263862b05c6da64d589938c820b876e12475b0eeb16af7dd2e3f62c441eecb
 SHA512 
6b53b5d670130aac451d09fe842e7654f61c131d126b34ed729d4542e9d2cbe2beaa6cd5f0b2bb78744ae6c643040996e39db8b0b3840c8946e442aaff54ff58
 DIST stone_soup-0.23.2.tar.xz 30157732 BLAKE2B 
5d264fa33abeb2254efbdef461774c987f65ef28160d43d90848b77d46a8f0e63c4e59a9cb7257257551a08c509e53758d72acbb0edf5a0e8b70e5d3ca09ea14
 SHA512 
61ccb0ac262a798e7c06fdb5e821c9885a690e082c33f6255358561929d6800b272106632279d27320e8ae240d903e2002f59d908d5db4841065a5cfa97bbee8
+DIST stone_soup-0.24.0.tar.xz 29746940 BLAKE2B 
429fd9bb5a5bcd36d11f66ac93a96c4d378a50bb9197edcd92d9bd7d7c463ace60c5c59c4bb762fb61555e6612ecca2267b6d68b6bba8afa79861d7b8d4ea6a1
 SHA512 
d43d3c43551394c0730427a1adf561bc29ac679c13475292908f942aa8b6e077861245536ff3c932c7478f1ec1c72cf51c9aca8b8ce30f3a99c311c292765194

diff --git a/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild
new file mode 100644
index 000..54a9c6ff5a3
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.24.0.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# TODO
+# - attempt +test, linked bug claims to be fixed
+
+EAPI=7
+VIRTUALX_REQUIRED="manual"
+inherit desktop eutils xdg-utils toolchain-funcs
+
+MY_P="stone_soup-${PV}"
+DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
+HOMEPAGE="http://crawl.develz.org/wordpress/;
+SRC_URI="
+   https://crawl.develz.org/release/$(ver_cut 1-2)/${PN/-/_}-${PV}.tar.xz
+   https://dev.gentoo.org/~hasufell/distfiles/${PN}.png
+   https://dev.gentoo.org/~hasufell/distfiles/${PN}.svg
+"
+
+# 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
+# 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
+# Public Domain|CC0: most of tiles
+# MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
+LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug ncurses sound test +tiles"
+# test is broken
+# see https://crawl.develz.org/mantis/view.php?id=6121
+RESTRICT="test"
+
+RDEPEND="
+   dev-db/sqlite:3
+   =dev-lang/lua-5.1*:0=
+   sys-libs/zlib
+   !ncurses? ( !tiles? ( sys-libs/ncurses:0 ) )
+   ncurses? ( sys-libs/ncurses:0 )
+   tiles? (
+   media-fonts/dejavu
+   media-libs/freetype:2
+   media-libs/libpng:0
+   sound? (
+  media-libs/libsdl2[X,opengl,sound,video]
+  media-libs/sdl2-mixer
+   )
+   !sound? ( media-libs/libsdl2[X,opengl,video] )
+   media-libs/sdl2-image[png]
+   virtual/glu
+   virtual/opengl
+   )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   dev-python/pyyaml
+   sys-devel/flex
+   tiles? (
+   sys-libs/ncurses:0
+   )
+   virtual/pkgconfig
+   virtual/yacc
+   "
+
+S=${WORKDIR}/${MY_P}/source
+S_TEST=${WORKDIR}/${MY_P}_test/source
+PATCHES=(
+   "${FILESDIR}"/gitless.patch
+   "${FILESDIR}"/pyyaml-safe-load.patch
+   "${FILESDIR}"/rltiles-ldflags-libs.patch
+)
+
+pkg_setup() {
+   if use !ncurses && use !tiles ; then
+   ewarn "Neither ncurses nor tiles frontend"
+   ewarn "selected, choosing ncurses only."
+   ewarn "Note that you can also enable both."
+   fi
+
+   if use sound && use !tiles ; then
+   ewarn "Sound support is only available with tiles."
+   fi
+}
+
+src_compile() {
+
+   # Insurance that 

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

2019-11-01 Thread Sergei Trofimovich
commit: a4ecaf6c89b94775d6ac31e69d3370de959f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:52:08 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:52:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ecaf6c

x11-plugins/enigmail: stable 2.1.2 for ppc64, bug #698760

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-plugins/enigmail/enigmail-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/enigmail/enigmail-2.1.2.ebuild 
b/x11-plugins/enigmail/enigmail-2.1.2.ebuild
index caf0184db3f..873f9b8581c 100644
--- a/x11-plugins/enigmail/enigmail-2.1.2.ebuild
+++ b/x11-plugins/enigmail/enigmail-2.1.2.ebuild
@@ -21,7 +21,7 @@ else
SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz;
else
SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 x86 ~amd64-linux 
~x86-linux"
fi
S="${WORKDIR}/${PN}"
 fi



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

2019-11-01 Thread Sergei Trofimovich
commit: 87d6c6befd49bdc9b982b81b6d050eb3d0f35de2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:50:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:50:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d6c6be

dev-lang/erlang: stable 22.1.1 for ppc, bug #698194

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/erlang/erlang-22.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/erlang/erlang-22.1.1.ebuild 
b/dev-lang/erlang/erlang-22.1.1.ebuild
index 5d0790bde8e..05e4be9a872 100644
--- a/dev-lang/erlang/erlang-22.1.1.ebuild
+++ b/dev-lang/erlang/erlang-22.1.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2019-11-01 Thread Thomas Deutschmann
commit: c20f670118629ffd6b1ce1e421ccc824df26099e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 23:48:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 23:51:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20f6701

sys-fs/cryfs: x86 stable (bug #689034)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-fs/cryfs/cryfs-0.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.10.2.ebuild b/sys-fs/cryfs/cryfs-0.10.2.ebuild
index b305bf454db..54a1c3c354d 100644
--- a/sys-fs/cryfs/cryfs-0.10.2.ebuild
+++ b/sys-fs/cryfs/cryfs-0.10.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/cryfs/cryfs;
 else

SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
S="${WORKDIR}"
 fi
 



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

2019-11-01 Thread Thomas Deutschmann
commit: 8a8309ef0fdf50729fa5ebdebc16fe8ef8ebe8ef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 23:50:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 23:51:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8309ef

app-emulation/xen-tools: x86 stable (bug #699048)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild 
b/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild
index 11c24dede0c..91b8fff3371 100644
--- a/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild
@@ -16,7 +16,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
UPSTREAM_VER=1
SECURITY_VER=
# xen-tools's gentoo patches tarball



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

2019-11-01 Thread Sergei Trofimovich
commit: ef2248251c3371ccdf338c5da2aa7c8926c1b61b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:42:41 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:42:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef224825

x11-libs/libfm-extra: stable 1.3.1 for ppc, bug #690898

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild 
b/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild
index 50f21fd6119..b283f140ca1 100644
--- a/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild
+++ b/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A library for file management"
 HOMEPAGE="https://wiki.lxde.org/en/PCManFM;
 SRC_URI="https://github.com/lxde/libfm/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-2"
 SLOT="0/5.2.1" #copy ABI_VERSION because it seems upstream change it randomly
 IUSE=""



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

2019-11-01 Thread Sergei Trofimovich
commit: 070bf0043430d54b95823397262b2e88412978fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:44:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:44:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070bf004

x11-libs/libfm: stable 1.3.1 for ppc, bug #690898

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/x11-libs/libfm/libfm-1.3.1.ebuild 
b/x11-libs/libfm/libfm-1.3.1.ebuild
index 5cf75a253e2..043aed0bea8 100644
--- a/x11-libs/libfm/libfm-1.3.1.ebuild
+++ b/x11-libs/libfm/libfm-1.3.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A library for file management"
 HOMEPAGE="https://wiki.lxde.org/en/PCManFM;
 SRC_URI="https://github.com/lxde/libfm/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-2"
 SLOT="0/5.2.1" #copy ABI_VERSION because it seems upstream change it randomly
 IUSE="+automount debug doc examples exif gtk udisks vala"



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

2019-11-01 Thread Sergei Trofimovich
commit: c6ad73718d36b7f5dde866f317970ba5e9d5088b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:42:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:42:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ad7371

x11-misc/pcmanfm: stable 1.3.1 for ppc, bug #690898

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/pcmanfm/pcmanfm-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/pcmanfm/pcmanfm-1.3.1.ebuild 
b/x11-misc/pcmanfm/pcmanfm-1.3.1.ebuild
index da90e3a4db6..235920582b5 100644
--- a/x11-misc/pcmanfm/pcmanfm-1.3.1.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-1.3.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.18:2



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

2019-11-01 Thread Sergei Trofimovich
commit: 8fbe27c6cb0e678dab188e367e6a7bb55d54b78c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:29:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbe27c6

media-libs/libextractor: stable 1.9 for ppc/ppc64, bug #695538

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/libextractor/libextractor-1.9.ebuild 
b/media-libs/libextractor/libextractor-1.9.ebuild
index 4667224262c..6e14cb63b61 100644
--- a/media-libs/libextractor/libextractor-1.9.ebuild
+++ b/media-libs/libextractor/libextractor-1.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="apparmor +archive +bzip2 ffmpeg flac gif gsf gstreamer gtk jpeg +magic 
midi mp4 mpeg tidy tiff vorbis +zlib" # test
 
 RESTRICT="test"



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

2019-11-01 Thread Sergei Trofimovich
commit: 2f5cb61e6eb30ef364495eafba7c785aa1a70bd4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Nov  1 23:25:08 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 23:25:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5cb61e

app-arch/lrzip: stable 0.631_p20190619 for ppc/ppc64, bug #624462

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.78, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild 
b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
index 07c6bec045e..b7daf42db13 100644
--- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
+++ b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



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

2019-11-01 Thread Andreas Sturmlechner
commit: f82cff92de9476887036bb2648966b0b56f1e1ac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 19:51:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 19:51:14 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f82cff92

app-office/calligraplan: 3.1.90 (3.2 beta1) version bump

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/calligraplan/calligraplan-3.1.90.ebuild | 87 ++
 1 file changed, 87 insertions(+)

diff --git a/app-office/calligraplan/calligraplan-3.1.90.ebuild 
b/app-office/calligraplan/calligraplan-3.1.90.ebuild
new file mode 100644
index 00..4d4fc9ecbe
--- /dev/null
+++ b/app-office/calligraplan/calligraplan-3.1.90.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_APPS_MINIMAL="19.08.0"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Project management application"
+HOMEPAGE="https://www.calligra.org/;
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+   SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE="activities +holidays kwallet X"
+
+# FIXME: Disabled by upstream for good reason
+# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
+# $(add_kdeapps_dep akonadi)
+# $(add_kdeapps_dep akonadi-contacts)
+# Currently upstream-disabled:
+# =dev-libs/kproperty-3.0*:5
+# =dev-libs/kreport-3.0*:5
+DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep khtml)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep designer)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-lang/perl
+   dev-libs/kdiagram:5
+   sys-libs/zlib
+   activities? ( $(add_frameworks_dep kactivities) )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   kwallet? (
+   $(add_frameworks_dep kwallet)
+   app-crypt/qca:2[qt5(+)]
+   )
+   X? (
+   $(add_qt_dep qtx11extras)
+   x11-libs/libX11
+   )
+"
+RDEPEND="${DEPEND}
+   !app-office/calligra[calligra_features_plan(-)]
+   $(add_qt_dep qtsvg)
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package holidays KF5Holidays)
+   $(cmake-utils_use_find_package kwallet Qca-qt5)
+   $(cmake-utils_use_find_package kwallet KF5Wallet)
+   )
+   # Qt5DBus can't be disabled because of KF5DBusAddons dependency
+
+   kde5_src_configure
+}



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

2019-11-01 Thread Andreas Sturmlechner
commit: c8dba270f06134a2f3ed9e857296b1096487f18b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 22:58:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 22:58:17 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8dba270

kde-apps/libksieve: Drop obsolete DEPEND

Upstream commit 41df18749251eb7f1170de27f3be7129432e01d8

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/libksieve/libksieve-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/libksieve/libksieve-.ebuild 
b/kde-apps/libksieve/libksieve-.ebuild
index fc4cf14ecf..753f76414f 100644
--- a/kde-apps/libksieve/libksieve-.ebuild
+++ b/kde-apps/libksieve/libksieve-.ebuild
@@ -24,7 +24,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep sonnet)
$(add_frameworks_dep syntax-highlighting)
$(add_kdeapps_dep kidentitymanagement)



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

2019-11-01 Thread Zac Medico
commit: c6796eae37ac69fd211efb7d888b556f3a2f2a35
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Nov  1 23:08:26 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov  1 23:08:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6796eae

app-emulation/conmon: Bump to version 2.0.2

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/conmon/Manifest|  1 +
 app-emulation/conmon/conmon-2.0.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
index 6d3b3d7119c..7f6f08d2af0 100644
--- a/app-emulation/conmon/Manifest
+++ b/app-emulation/conmon/Manifest
@@ -1 +1,2 @@
 DIST conmon-2.0.1.tar.gz 52250 BLAKE2B 
59d0786975d0332ce2eb68024bbfe4c3275388d1e12561a279918fb4d2fdc2c8fd24d5872b724ccbc32722b50debf2de5c9e904aa26e25c3363f0418f5f74f8d
 SHA512 
ba7ccdb61b6092987a3fe0fbcf76c11edaf4e15e4af4d831a8e5fdd58202a81be4d9ddf5c1d71eba5824b284f3b4416a65864e19d65dec4dfd511210c75480b1
+DIST conmon-2.0.2.tar.gz 52364 BLAKE2B 
6acf8265c28da6fedf43ea585a773a213bf7405fcd0b53a1b91c6eca314dde19e59e5883994d1d90a68b5cdc267d97587b7461d3f71da65055e52896a444cfc0
 SHA512 
f325906b0a9d884e84cb899e4eb2843f1f6a08fa03d255c7ebd4c1c47f7192defc98698c09c5ef428c31d1ccf21dc813f86fd3213e73ceb4d4ee8b2cbc4e7e89

diff --git a/app-emulation/conmon/conmon-2.0.2.ebuild 
b/app-emulation/conmon/conmon-2.0.2.ebuild
new file mode 100644
index 000..9a58b4847e7
--- /dev/null
+++ b/app-emulation/conmon/conmon-2.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="65fe0226d85b69fc9e527e376795c9791199153d"
+DESCRIPTION="An OCI container runtime monitor"
+HOMEPAGE="https://github.com/containers/conmon;
+SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="systemd"
+
+RDEPEND="dev-libs/glib:=
+   systemd? ( sys-apps/systemd:= )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   if ! use systemd; then
+   sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' 
\
+   -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
+   -i Makefile || die
+   fi
+}
+
+src_compile() {
+   emake GIT_COMMIT="${EGIT_COMMIT}" \
+   all
+}
+
+src_install() {
+   emake DESTDIR="${D}" \
+   PREFIX="/usr" \
+   install
+   dodir /usr/libexec/podman
+   ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
+   dodoc README.md
+}



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

2019-11-01 Thread Zac Medico
commit: e7b222791c9c08ba1f0b797aa98a1ea06948746c
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Nov  1 23:01:34 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov  1 23:02:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b22279

app-emulation/conmon: Remove old versions

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/conmon/Manifest|  3 ---
 app-emulation/conmon/conmon-0.3.0.ebuild | 42 
 app-emulation/conmon/conmon-0.4.0.ebuild | 42 
 app-emulation/conmon/conmon-2.0.0.ebuild | 42 
 4 files changed, 129 deletions(-)

diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
index 957c323f730..6d3b3d7119c 100644
--- a/app-emulation/conmon/Manifest
+++ b/app-emulation/conmon/Manifest
@@ -1,4 +1 @@
-DIST conmon-0.3.0.tar.gz 49021 BLAKE2B 
ca753f8fe0801cef4e392e2f60e58c51100628f0576c46d139c9c9827a927970ec63bb0aaebce6ac6ffaedae75b141730833b8adcafc8d9777900d96319edff3
 SHA512 
9a60f3eace596a8d12dc950597a9e3619a6728bf4555bb1636da3ac8ed8a6bc2ae28471cba9c7c3ad04b61a24aa4bbd28242a22940240bf27babb834031deea4
-DIST conmon-0.4.0.tar.gz 48889 BLAKE2B 
50bfa534d04428b422902ab3cd4feec5cb1cf7a6411eb35fc2420680eccc95dd17d7cd1ed8af904f6d246f10511b23b69ff112fee70d3a734098fcd7f5d7d7e7
 SHA512 
6aa9e0f72231bd890df4f4fe96b8831ad0fcb3e1f0edef74af8471aa227aefc3d8ea20d8bf0d50a6c06913c6360970464ea1b44fb68c77dbcc2da55073704bdd
-DIST conmon-2.0.0.tar.gz 51805 BLAKE2B 
4c9e89c7d2339c82eda41b35f014ef392e185a28e93e81770bb1b9c629709c9b20ce0e7d78a0a1e2a68193e791ec45e70d427d8f4533adf5817bf806e919b524
 SHA512 
0d903f1b83248a130fa6a5c212f96a5bcc37113cfb93c73847a3744b9da8ca355f93f16ca57f4bfb50bcba13b272f23970fdec8ab7ac1862e93b3057512e572b
 DIST conmon-2.0.1.tar.gz 52250 BLAKE2B 
59d0786975d0332ce2eb68024bbfe4c3275388d1e12561a279918fb4d2fdc2c8fd24d5872b724ccbc32722b50debf2de5c9e904aa26e25c3363f0418f5f74f8d
 SHA512 
ba7ccdb61b6092987a3fe0fbcf76c11edaf4e15e4af4d831a8e5fdd58202a81be4d9ddf5c1d71eba5824b284f3b4416a65864e19d65dec4dfd511210c75480b1

diff --git a/app-emulation/conmon/conmon-0.3.0.ebuild 
b/app-emulation/conmon/conmon-0.3.0.ebuild
deleted file mode 100644
index 0946d32bf2f..000
--- a/app-emulation/conmon/conmon-0.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="8455ce1ef385120deb827d0f0588c04357bad4c4"
-DESCRIPTION="An OCI container runtime monitor"
-HOMEPAGE="https://github.com/containers/conmon;
-SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-RDEPEND="dev-libs/glib:=
-   systemd? ( sys-apps/systemd:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   if ! use systemd; then
-   sed -e 's| pkg-config --exists libsystemd-journal | false |' \
-   -e 's| pkg-config --exists libsystemd | false |' \
-   -i Makefile || die
-   fi
-}
-
-src_compile() {
-   emake GIT_COMMIT="${EGIT_COMMIT}" \
-   all
-}
-
-src_install() {
-   emake DESTDIR="${D}" \
-   PREFIX="/usr" \
-   install
-   dodir /usr/libexec/podman
-   ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
-   dodoc README.md
-}

diff --git a/app-emulation/conmon/conmon-0.4.0.ebuild 
b/app-emulation/conmon/conmon-0.4.0.ebuild
deleted file mode 100644
index 65866c0ffe7..000
--- a/app-emulation/conmon/conmon-0.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="ba305505e9621fc0b4429287bfc2c2a7057af51a"
-DESCRIPTION="An OCI container runtime monitor"
-HOMEPAGE="https://github.com/containers/conmon;
-SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-RDEPEND="dev-libs/glib:=
-   systemd? ( sys-apps/systemd:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   if ! use systemd; then
-   sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' 
\
-   -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
-   -i Makefile || die
-   fi
-}
-
-src_compile() {
-   emake GIT_COMMIT="${EGIT_COMMIT}" \
-   all
-}
-
-src_install() {
-   emake DESTDIR="${D}" \
-   PREFIX="/usr" \
-   install
-   dodir /usr/libexec/podman
-   ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
-   dodoc README.md
-}

diff --git a/app-emulation/conmon/conmon-2.0.0.ebuild 
b/app-emulation/conmon/conmon-2.0.0.ebuild
deleted file mode 100644
index 

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

2019-11-01 Thread Piotr Karbowski
commit: de0ba787c97d21116b8ccb2dc11a544bd8fe49bc
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Fri Nov  1 22:06:38 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Fri Nov  1 22:06:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0ba787

app-office/libreoffice: 6.2.8.2 amd64 stable (Bug 695536)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Piotr Karbowski  gentoo.org>

 app-office/libreoffice/libreoffice-6.2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-6.2.8.2.ebuild 
b/app-office/libreoffice/libreoffice-6.2.8.2.ebuild
index 97acd86ab3a..35c6bfb 100644
--- a/app-office/libreoffice/libreoffice-6.2.8.2.ebuild
+++ b/app-office/libreoffice/libreoffice-6.2.8.2.ebuild
@@ -77,7 +77,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-util/intltool



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

2019-11-01 Thread Piotr Karbowski
commit: f2be511021be35450a418dc312be17ecb8147eec
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Fri Nov  1 22:08:12 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Fri Nov  1 22:08:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2be5110

app-office/libreoffice-l10n: 6.2.8.2 amd64 stable (Bug 695536)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Piotr Karbowski  gentoo.org>

 app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild
index cdc1b7e8362..8712656dd28 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="offlinehelp"
 
 #



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

2019-11-01 Thread Piotr Karbowski
commit: 60ec81380c31736e5002f1d4db6a9cdc23afe516
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Fri Nov  1 22:24:48 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Fri Nov  1 22:24:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ec8138

app-office/libreoffice-bin-debug: 6.2.8.2 amd64 stable (Bug 695536)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Piotr Karbowski  gentoo.org>

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild 
b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild
index 782ce8ef47d..481a1678f46 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
 



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

2019-11-01 Thread Piotr Karbowski
commit: 2d0d5779dd230298a05b5e13d17bd31faaacf0cc
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Fri Nov  1 22:23:00 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Fri Nov  1 22:23:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0d5779

app-office/libreoffice-bin: 6.2.8.2 amd64 stable (Bug 695536)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Piotr Karbowski  gentoo.org>

 app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild
index 8320036d322..aed33d71ac8 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 BIN_COMMON_DEPEND="
app-text/hunspell:0/1.7



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/hey/

2019-11-01 Thread Zac Medico
commit: 7ceb5329d410f058e0fbcb2b31ce76c24baf044d
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Nov  1 21:37:47 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov  1 21:44:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceb5329

app-benchmarks/hey: Bump to version 0.1.2

Reported-by: Jesse Adelman  boldandbusted.com>
Closes: https://bugs.gentoo.org/699108
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-benchmarks/hey/Manifest |  1 +
 app-benchmarks/hey/hey-0.1.2.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-benchmarks/hey/Manifest b/app-benchmarks/hey/Manifest
index 172bb7655bc..837a02f5ca1 100644
--- a/app-benchmarks/hey/Manifest
+++ b/app-benchmarks/hey/Manifest
@@ -1 +1,2 @@
 DIST hey-0.1.1_p20181017.tar.gz 446212 BLAKE2B 
b8d55e4f7efb34634b81b5301617c84aea66cb1fdbe973d45317a309b845d4503331618688feeaef2bb9effa82f6d155b68b813a4b5b4f17149245cb7f15b2ec
 SHA512 
ccaf4ca2025ce4cbe10cbeb5d7a43903d7e15fdc20ed9623795bd3c11b0df510c3b51749c5e63502fb0fd3153f18a7d1b65297b11631b5889f719d0619602604
+DIST hey-0.1.2.tar.gz 446073 BLAKE2B 
5c5933f54f5895100ea0f5b08c84143d30fb02f1b2a5cf1209a41b271d18dbf41ce24bf35fdc9846d04173e620e584e1afd8f0b3e8e7a9cd8d6d8e2aa85fac67
 SHA512 
21b7b2ddee84c2dd144a7bca44ea2c24dcfe5a6e41f8ad388a1099ec42b83789748906c2d405b774aefbdffd5cb90e045219f6ee39a9837adef5b57c5f0b2e3a

diff --git a/app-benchmarks/hey/hey-0.1.2.ebuild 
b/app-benchmarks/hey/hey-0.1.2.ebuild
new file mode 100644
index 000..639ee500ec4
--- /dev/null
+++ b/app-benchmarks/hey/hey-0.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+
+DESCRIPTION="HTTP load generator, ApacheBench (ab) replacement, formerly known 
as rakyll/boom"
+HOMEPAGE="https://github.com/rakyll/hey;
+SRC_URI="https://github.com/rakyll/hey/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME
+   go build -o ./bin/${PN} || die
+}
+
+src_install() {
+   dobin ./bin/${PN}
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/

2019-11-01 Thread Thomas Deutschmann
commit: e709c43c27bfa4230e402ae3fef17a9341cf1f90
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 20:54:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 20:54:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e709c43c

net-dns/c-ares: x86 stable (bug #699024)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/c-ares/c-ares-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/c-ares/c-ares-1.15.0.ebuild 
b/net-dns/c-ares/c-ares-1.15.0.ebuild
index de95a52611a..bd776993900 100644
--- a/net-dns/c-ares/c-ares-1.15.0.ebuild
+++ b/net-dns/c-ares/c-ares-1.15.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://c-ares.haxx.se/;
 SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz;
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
 IUSE="static-libs"
 
 # Subslot = SONAME of libcares.so.2



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

2019-11-01 Thread Thomas Deutschmann
commit: e79678fc8d4b3e6a8b7166c1c216ed484cd6a5b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 20:56:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 20:56:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79678fc

net-libs/nodejs: x86 stable (bug #679132)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/nodejs/nodejs-12.13.0.ebuild | 2 +-
 net-libs/nodejs/nodejs-8.16.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/nodejs/nodejs-12.13.0.ebuild 
b/net-libs/nodejs/nodejs-12.13.0.ebuild
index daf2b625adc..e76d005fd0b 100644
--- a/net-libs/nodejs/nodejs-12.13.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
 REQUIRED_USE="
inspector? ( icu ssl )

diff --git a/net-libs/nodejs/nodejs-8.16.2.ebuild 
b/net-libs/nodejs/nodejs-8.16.2.ebuild
index 20fc7ed484c..a0f60063098 100644
--- a/net-libs/nodejs/nodejs-8.16.2.ebuild
+++ b/net-libs/nodejs/nodejs-8.16.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
 REQUIRED_USE="
inspector? ( icu ssl )



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

2019-11-01 Thread Thomas Deutschmann
commit: b5265c9b6030c2201d2d95e6f158b9e9ed39196f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 20:56:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 20:56:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5265c9b

net-libs/http-parser: x86 stable (bug #679132)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/http-parser/http-parser-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/http-parser/http-parser-2.9.2.ebuild 
b/net-libs/http-parser/http-parser-2.9.2.ebuild
index 2abe7cff69f..c09ea2bb8b0 100644
--- a/net-libs/http-parser/http-parser-2.9.2.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/2.9.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
 src_prepare() {



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

2019-11-01 Thread Thomas Deutschmann
commit: 08edc512143c64ed838fb423da0ea606842d7288
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 20:55:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 20:55:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08edc512

dev-libs/libuv: x86 stable (bug #699026)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-libs/libuv/libuv-1.33.1.ebuild 
b/dev-libs/libuv/libuv-1.33.1.ebuild
index 09d783aae75..8bd2f33ba0e 100644
--- a/dev-libs/libuv/libuv-1.33.1.ebuild
+++ b/dev-libs/libuv/libuv-1.33.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD BSD-2 ISC MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2019-11-01 Thread Thomas Deutschmann
commit: 9dd205c8c4015f23243d2a4f3d7911b179eb5d05
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 20:57:22 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 20:57:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd205c8

dev-libs/libpcre2: x86 stable (bug #699052)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild
index 89e528f7300..77f5ed188a7 100644
--- a/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/portage/, ...

2019-11-01 Thread Miroslav Šulc
commit: c0c86c63b7847b9d10d53c51e182df3c53263e4f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 20:21:00 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 20:21:00 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=c0c86c63

enhanced maven cache so that it also contains main java eclass + added java 
eclass stats

Signed-off-by: Miroslav Šulc  gentoo.org>

 .../org/gentoo/java/ebuilder/maven/MavenCache.java |  5 +-
 .../gentoo/java/ebuilder/portage/CacheItem.java| 29 ++--
 .../java/ebuilder/portage/PortageParser.java   | 84 +-
 3 files changed, 96 insertions(+), 22 deletions(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenCache.java 
b/src/main/java/org/gentoo/java/ebuilder/maven/MavenCache.java
index 0aa33c5..4e8767e 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenCache.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenCache.java
@@ -102,7 +102,10 @@ public class MavenCache {
 new FileReader(config.getCacheFile().toFile( {
 String line = reader.readLine();
 
-if (!PortageParser.CACHE_VERSION.equals(line)) {
+if ("1.0".equals(line)) {
+config.getStdoutWriter().print("(warning: format is not "
++ "up-to-date, consider refreshing the cache)...");
+} else if (!PortageParser.CACHE_VERSION.equals(line)) {
 config.getErrorWriter().println("ERROR: Unsupported version of 
"
 + "cache. Please refresh the cache using command line "
 + "switch --refresh-cache.");

diff --git a/src/main/java/org/gentoo/java/ebuilder/portage/CacheItem.java 
b/src/main/java/org/gentoo/java/ebuilder/portage/CacheItem.java
index 17bce6b..feff43d 100644
--- a/src/main/java/org/gentoo/java/ebuilder/portage/CacheItem.java
+++ b/src/main/java/org/gentoo/java/ebuilder/portage/CacheItem.java
@@ -19,6 +19,10 @@ public class CacheItem {
  * Maven group id.
  */
 private final String groupId;
+/**
+ * Main Java eclass inherited.
+ */
+private final String javaEclass;
 /**
  * Maven version (of package jar).
  */
@@ -56,11 +60,12 @@ public class CacheItem {
  * @param groupId  {@link #groupId}
  * @param artifactId   {@link #artifactId}
  * @param mavenVersion {@link #mavenVersion}
+ * @param javaEclass   {@link #javaEclass}
  */
 public CacheItem(final String category, final String pkg,
 final String version, final String slot, final String useFlag,
 final String groupId, final String artifactId,
-final String mavenVersion) {
+final String mavenVersion, final String javaEclass) {
 this.category = category;
 this.pkg = pkg;
 this.version = version;
@@ -69,6 +74,7 @@ public class CacheItem {
 this.groupId = groupId;
 this.artifactId = artifactId;
 this.mavenVersion = mavenVersion;
+this.javaEclass = javaEclass;
 
 parsedMavenVersion = mavenVersion == null
 ? null : new MavenVersion(mavenVersion);
@@ -95,14 +101,20 @@ public class CacheItem {
 }
 
 if (parts.length > 5) {
-groupId = parts[5];
-artifactId = parts[6];
-mavenVersion = parts[7];
+groupId = parts[5].isEmpty() ? null : parts[5];
+artifactId = parts[6].isEmpty() ? null : parts[6];
+mavenVersion = parts[7].isEmpty() ? null : parts[7];
 } else {
 groupId = null;
 artifactId = null;
 mavenVersion = null;
 }
+
+if (parts.length > 8) {
+javaEclass = parts[8].isEmpty() ? null : parts[8];
+} else {
+javaEclass = null;
+}
 } catch (final ArrayIndexOutOfBoundsException ex) {
 throw new RuntimeException("Failed to parse cache line: " + line,
 ex);
@@ -139,6 +151,15 @@ public class CacheItem {
 return groupId;
 }
 
+/**
+ * Getter for {@link #javaEclass}.
+ *
+ * @return {@link #javaEclass}
+ */
+public String getJavaEclass() {
+return javaEclass;
+}
+
 /**
  * Getter for {@link #mavenVersion}.
  *

diff --git a/src/main/java/org/gentoo/java/ebuilder/portage/PortageParser.java 
b/src/main/java/org/gentoo/java/ebuilder/portage/PortageParser.java
index a85fe6c..8d49411 100644
--- a/src/main/java/org/gentoo/java/ebuilder/portage/PortageParser.java
+++ b/src/main/java/org/gentoo/java/ebuilder/portage/PortageParser.java
@@ -28,7 +28,7 @@ public class PortageParser {
 /**
  * Cache version.
  */
-public static final String CACHE_VERSION = "1.0";
+public static final String CACHE_VERSION = "1.1";
 /**
  * Current 

[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/

2019-11-01 Thread Miroslav Šulc
commit: b9eb365fa9ba4541ec10ec6ae7ccd724dca3411f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 20:19:20 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 20:19:20 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=b9eb365f

improved ebuild parsing output info format

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/Main.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/Main.java 
b/src/main/java/org/gentoo/java/ebuilder/Main.java
index 5328eb7..bb6fbd7 100644
--- a/src/main/java/org/gentoo/java/ebuilder/Main.java
+++ b/src/main/java/org/gentoo/java/ebuilder/Main.java
@@ -274,7 +274,8 @@ public class Main {
 config.setEbuildVersionSuffix(result.get("suffix"));
 
 config.getStdoutWriter().println(MessageFormat.format("Parsed "
-+ "ebuild file name - name: {0} version: {1} suffix: {2}",
++ "ebuild file name: name = {0}, version = {1}, "
++ "suffix = {2}",
 config.getEbuildName(), config.getEbuildVersion(),
 config.getEbuildVersionSuffix()));
 } catch (final IllegalArgumentException ex) {



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

2019-11-01 Thread Matt Turner
commit: 2f09c16c31ded375b61588fc9346864b8a3b5c0f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:24 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f09c16c

sys-fs/eudev-3.2.9: ppc stable, bug 698698

Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/eudev/eudev-3.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/eudev/eudev-3.2.9.ebuild b/sys-fs/eudev/eudev-3.2.9.ebuild
index 0503a5912d3..c8980bfa8d5 100644
--- a/sys-fs/eudev/eudev-3.2.9.ebuild
+++ b/sys-fs/eudev/eudev-3.2.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2019-11-01 Thread Matt Turner
commit: 493c3a936d5fe34a91b680ecd5b3c8d94cac2037
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:27 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493c3a93

virtual/libudev-232-r2: ppc64 stable, bug 698698

Signed-off-by: Matt Turner  gentoo.org>

 virtual/libudev/libudev-232-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libudev/libudev-232-r2.ebuild 
b/virtual/libudev/libudev-232-r2.ebuild
index 4ed8e4961aa..8d2fb576313 100644
--- a/virtual/libudev/libudev-232-r2.ebuild
+++ b/virtual/libudev/libudev-232-r2.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE="static-libs systemd"
 
 RDEPEND="



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

2019-11-01 Thread Matt Turner
commit: 33131bea13de01df5c100666c2f37807b206d155
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:27 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33131bea

sys-fs/eudev-3.2.9: ppc64 stable, bug 698698

Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/eudev/eudev-3.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/eudev/eudev-3.2.9.ebuild b/sys-fs/eudev/eudev-3.2.9.ebuild
index c8980bfa8d5..d7c517b3cd2 100644
--- a/sys-fs/eudev/eudev-3.2.9.ebuild
+++ b/sys-fs/eudev/eudev-3.2.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2019-11-01 Thread Matt Turner
commit: d66ab8ac50ba2cc307a306027c1093d2b790
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:29 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66ab8ac

sys-apps/systemd-243-r2: ppc64 stable, bug 698766

Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/systemd/systemd-243-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-243-r2.ebuild 
b/sys-apps/systemd/systemd-243-r2.ebuild
index f49e4106c61..dbc8966b5a2 100644
--- a/sys-apps/systemd/systemd-243-r2.ebuild
+++ b/sys-apps/systemd/systemd-243-r2.ebuild
@@ -11,7 +11,7 @@ else
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc 
x86"
 fi
 
 PYTHON_COMPAT=( python{3_5,3_6,3_7} )



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

2019-11-01 Thread Matt Turner
commit: 3e2561129874eefe1ae754ca60b8cb3452c80fd1
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e256112

sys-fs/udev-243-r2: ppc stable, bug 698768

Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/udev/udev-243-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-243-r2.ebuild b/sys-fs/udev/udev-243-r2.ebuild
index ba4eaa98269..13946dec935 100644
--- a/sys-fs/udev/udev-243-r2.ebuild
+++ b/sys-fs/udev/udev-243-r2.ebuild
@@ -13,7 +13,7 @@ else
MY_P=systemd-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2019-11-01 Thread Matt Turner
commit: 74c5b9b94aa75f1a5b62affe9eb36d4903047c9f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:28 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c5b9b9

sys-fs/udev-243-r2: ppc64 stable, bug 698768

Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/udev/udev-243-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-243-r2.ebuild b/sys-fs/udev/udev-243-r2.ebuild
index 13946dec935..44fb2b07b2e 100644
--- a/sys-fs/udev/udev-243-r2.ebuild
+++ b/sys-fs/udev/udev-243-r2.ebuild
@@ -13,7 +13,7 @@ else
MY_P=systemd-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2019-11-01 Thread Matt Turner
commit: 12f56a1dcc957933949aa42055cda12f5cd6aa25
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:25 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f56a1d

virtual/libudev-232-r2: ppc stable, bug 698698

Signed-off-by: Matt Turner  gentoo.org>

 virtual/libudev/libudev-232-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libudev/libudev-232-r2.ebuild 
b/virtual/libudev/libudev-232-r2.ebuild
index 74daef58820..4ed8e4961aa 100644
--- a/virtual/libudev/libudev-232-r2.ebuild
+++ b/virtual/libudev/libudev-232-r2.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE="static-libs systemd"
 
 RDEPEND="



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

2019-11-01 Thread Matt Turner
commit: ec0212bf208a0ca44fd76d584f4ddee4674edd51
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 20:08:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 20:08:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0212bf

sys-apps/systemd-243-r2: ppc stable, bug 698766

Signed-off-by: Matt Turner  gentoo.org>

 sys-apps/systemd/systemd-243-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-243-r2.ebuild 
b/sys-apps/systemd/systemd-243-r2.ebuild
index 4f053131d8b..f49e4106c61 100644
--- a/sys-apps/systemd/systemd-243-r2.ebuild
+++ b/sys-apps/systemd/systemd-243-r2.ebuild
@@ -11,7 +11,7 @@ else
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc 
x86"
 fi
 
 PYTHON_COMPAT=( python{3_5,3_6,3_7} )



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/

2019-11-01 Thread Miroslav Šulc
commit: d380ae7497646faa26912e34f2b747ae553c87b4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 20:06:19 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 20:06:19 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=d380ae74

using message formatter for ebuild name parsing info

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/Main.java | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/Main.java 
b/src/main/java/org/gentoo/java/ebuilder/Main.java
index 6c5cd13..5328eb7 100644
--- a/src/main/java/org/gentoo/java/ebuilder/Main.java
+++ b/src/main/java/org/gentoo/java/ebuilder/Main.java
@@ -8,6 +8,7 @@ import java.io.PrintWriter;
 import java.net.URI;
 import java.net.URISyntaxException;
 import java.nio.file.Paths;
+import java.text.MessageFormat;
 import java.util.List;
 import java.util.Map;
 import org.gentoo.java.ebuilder.maven.MavenCache;
@@ -272,10 +273,10 @@ public class Main {
 config.setEbuildVersion(result.get("version"));
 config.setEbuildVersionSuffix(result.get("suffix"));
 
-config.getStdoutWriter().println("Parsed ebuild file name - name: "
-+ config.getEbuildName() + " version: "
-+ config.getEbuildVersion() + " suffix: "
-+ config.getEbuildVersionSuffix());
+config.getStdoutWriter().println(MessageFormat.format("Parsed "
++ "ebuild file name - name: {0} version: {1} suffix: {2}",
+config.getEbuildName(), config.getEbuildVersion(),
+config.getEbuildVersionSuffix()));
 } catch (final IllegalArgumentException ex) {
 config.getStdoutWriter().println("Cannot parse ebuild file name");
 



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

2019-11-01 Thread Sergei Trofimovich
commit: c02405ede45688e31643d8321a9395f5caec06a3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 16:15:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:01:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02405ed

dev-python/pytest: keyworded 4.5.0 for hppa, bug #686042

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pytest/pytest-4.5.0.ebuild 
b/dev-python/pytest/pytest-4.5.0.ebuild
index 4777368331e..fbee5f5f537 100644
--- a/dev-python/pytest/pytest-4.5.0.ebuild
+++ b/dev-python/pytest/pytest-4.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 # When bumping, please check setup.py for the proper py version



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

2019-11-01 Thread Sergei Trofimovich
commit: afc6b1cc9bed04f872b4ee5c742b881ddd34ea12
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 16:12:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:01:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc6b1cc

dev-python/wcwidth: keyworded 0.1.7-r2 for hppa, bug #686042

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild 
b/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild
index a7352c66497..0cfa10b56e1 100644
--- a/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



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

2019-11-01 Thread Sergei Trofimovich
commit: 608d0f920ab473d726b044dbca8433ed270e78a0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 19:04:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:02:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608d0f92

net-misc/curl: stable 7.66.0 for hppa, bug #694020

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/curl/curl-7.66.0.ebuild b/net-misc/curl/curl-7.66.0.ebuild
index f24a2185a05..9cdc8db5485 100644
--- a/net-misc/curl/curl-7.66.0.ebuild
+++ b/net-misc/curl/curl-7.66.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="adns alt-svc brotli http2 idn ipv6 kerberos ldap metalink 
+progress-meter rtmp samba ssh ssl static-libs test threads"
 IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"



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

2019-11-01 Thread Sergei Trofimovich
commit: a222ec1c3beecd470a7667e0d71fa6ccd9186de2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 19:01:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:02:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a222ec1c

media-gfx/graphviz: stable 2.42.1 for hppa, bug #682522

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-gfx/graphviz/graphviz-2.42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphviz/graphviz-2.42.1.ebuild 
b/media-gfx/graphviz/graphviz-2.42.1.ebuild
index 2ae5ea877e3..ddd69f3e377 100644
--- a/media-gfx/graphviz/graphviz-2.42.1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.42.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www2.graphviz.org/Packages/stable/portable_source/${P}.tar.gz;
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="+cairo devil doc examples gdk-pixbuf gtk gts guile java lasi nls pdf 
perl postscript python qt5 ruby static-libs svg tcl X elibc_FreeBSD"
 
 REQUIRED_USE="



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

2019-11-01 Thread Sergei Trofimovich
commit: 14f371303591998b49552908d3d2d69fe164727f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 19:04:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:02:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f37130

media-libs/faad2: stable 2.9.0 for hppa, bug #695540

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/faad2/faad2-2.9.0.ebuild 
b/media-libs/faad2/faad2-2.9.0.ebuild
index d7f0389bddc..5b3c3a3f0ef 100644
--- a/media-libs/faad2/faad2-2.9.0.ebuild
+++ b/media-libs/faad2/faad2-2.9.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/knik0/faad2/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="digitalradio static-libs"
 
 RDEPEND=""



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

2019-11-01 Thread Sergei Trofimovich
commit: 9d13cb97340d262160e22e47f6188e1a8ea48ba3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 19:17:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:02:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d13cb97

dev-libs/libuv: stable 1.33.1 for sparc, bug #699026

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libuv/libuv-1.33.1.ebuild 
b/dev-libs/libuv/libuv-1.33.1.ebuild
index 7c0554f3524..09d783aae75 100644
--- a/dev-libs/libuv/libuv-1.33.1.ebuild
+++ b/dev-libs/libuv/libuv-1.33.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD BSD-2 ISC MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/

2019-11-01 Thread Sergei Trofimovich
commit: 31405c8bdf31d178f1fb19588a78ce4110470dcb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  1 19:43:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov  1 20:02:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31405c8b

net-dns/c-ares: stable 1.15.0 for sparc, bug #699024

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-dns/c-ares/c-ares-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/c-ares/c-ares-1.15.0.ebuild 
b/net-dns/c-ares/c-ares-1.15.0.ebuild
index bce7a7005a2..de95a52611a 100644
--- a/net-dns/c-ares/c-ares-1.15.0.ebuild
+++ b/net-dns/c-ares/c-ares-1.15.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://c-ares.haxx.se/;
 SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz;
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
 IUSE="static-libs"
 
 # Subslot = SONAME of libcares.so.2



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

2019-11-01 Thread Matt Turner
commit: 8524eff5dcce396a217456dd2cd18b182484de66
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 19:58:22 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8524eff5

app-misc/mosquitto: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/mosquitto/Manifest   |   1 -
 app-misc/mosquitto/mosquitto-1.5.6.ebuild | 106 --
 2 files changed, 107 deletions(-)

diff --git a/app-misc/mosquitto/Manifest b/app-misc/mosquitto/Manifest
index 84e48c74f07..ae2670ea268 100644
--- a/app-misc/mosquitto/Manifest
+++ b/app-misc/mosquitto/Manifest
@@ -1,2 +1 @@
-DIST mosquitto-1.5.6.tar.gz 439402 BLAKE2B 
7d887d7d2e02d9891613d441c76705c40744cd8c7acae330648e5a00560b4ba1fbc28b92ac84bf85d423c84de875c5309f364d04fca72516ab2276fe42512b0c
 SHA512 
99bd935f93ae25f0c7992870780cce4748b35ffd58fd0d39e20ee69f34c28d3eac289cf0c7dec078dbdced3bda12da4569d4b5e84ebdaa5514640f331ca3238b
 DIST mosquitto-1.6.7.tar.gz 591062 BLAKE2B 
a215e311197fd84f1fa1ff0b681c8d1157db1a3e538a5a16afa1f11d17a08a720d44ae16b306cb08d6b585c8c4d4b2e38df972ceebc4634c727f4c8e0994c170
 SHA512 
0a75cf192483053ce78c6d9e3be158bdf66366d7731a68cf29e24731f6936027af1d86045c2b973f642e42e58efa033dbfd17842e3e95550bac4c1f44ab346e9

diff --git a/app-misc/mosquitto/mosquitto-1.5.6.ebuild 
b/app-misc/mosquitto/mosquitto-1.5.6.ebuild
deleted file mode 100644
index 6f319fe32b3..000
--- a/app-misc/mosquitto/mosquitto-1.5.6.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit systemd user toolchain-funcs python-any-r1
-
-DESCRIPTION="An Open Source MQTT v3 Broker"
-HOMEPAGE="https://mosquitto.org/;
-SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz;
-
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
-
-REQUIRED_USE="
-   test? ( bridge )
-"
-
-RDEPEND="tcpd? ( sys-apps/tcp-wrappers )
-   srv? ( net-dns/c-ares )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   websockets? ( net-libs/libwebsockets )"
-
-_emake() {
-   LIBDIR=$(get_libdir)
-   emake \
-   CC="$(tc-getCC)" \
-   LIB_SUFFIX="${LIBDIR:3}" \
-   WITH_BRIDGE="$(usex bridge)" \
-   WITH_PERSISTENCE="$(usex persistence)" \
-   WITH_SRV="$(usex srv)" \
-   WITH_TLS="$(usex ssl)" \
-   WITH_WEBSOCKETS="$(usex websockets)" \
-   WITH_WRAP="$(usex tcpd)" \
-   "$@"
-}
-
-pkg_setup() {
-   enewgroup mosquitto
-   enewuser mosquitto -1 -1 -1 mosquitto
-}
-
-src_prepare() {
-   default
-   if use persistence; then
-   sed -i -e "/^#autosave_interval/s|^#||" \
-   -e "s|^#persistence false$|persistence true|" \
-   -e "/^#persistence_file/s|^#||" \
-   -e "s|#persistence_location|persistence_location 
/var/lib/mosquitto/|" \
-   mosquitto.conf || die
-   fi
-
-   # Remove prestripping
-   sed -i -e 's/-s --strip-program=${CROSS_COMPILE}${STRIP}//'\
-   client/Makefile lib/cpp/Makefile src/Makefile lib/Makefile || 
die
-
-   python_setup
-   rm test/{broker,lib}/ptest.py || die
-   python_fix_shebang test
-}
-
-src_compile() {
-   _emake
-}
-
-src_test() {
-   _emake test
-}
-
-src_install() {
-   _emake DESTDIR="${D}" prefix=/usr install
-   keepdir /var/lib/mosquitto
-   fowners mosquitto:mosquitto /var/lib/mosquitto
-   dodoc readme.md CONTRIBUTING.md ChangeLog.txt
-   doinitd "${FILESDIR}"/mosquitto
-   insinto /etc/mosquitto
-   doins mosquitto.conf
-   systemd_dounit "${FILESDIR}/mosquitto.service"
-
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   docinto "/usr/share/doc/${PF}"
-   doins -r examples
-   fi
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "The Python module has been moved out of mosquitto."
-   elog "See https://mosquitto.org/documentation/python/;
-   else
-   elog "To start the mosquitto daemon at boot, add it to the 
default runlevel with:"
-   elog ""
-   elog "rc-update add mosquitto default"
-   elog "or"
-   elog "systemctl enable mosquitto"
-   fi
-}



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

2019-11-01 Thread Matt Turner
commit: 3f1c99dbbb920187db8f0d66ce6cf7c019c2f901
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov  1 19:57:52 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov  1 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1c99db

dev-python/paho-mqtt: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/paho-mqtt/Manifest   |  2 --
 dev-python/paho-mqtt/paho-mqtt-1.1.ebuild   | 16 -
 dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild | 37 -
 3 files changed, 55 deletions(-)

diff --git a/dev-python/paho-mqtt/Manifest b/dev-python/paho-mqtt/Manifest
index e99383d9cbf..221aa29a562 100644
--- a/dev-python/paho-mqtt/Manifest
+++ b/dev-python/paho-mqtt/Manifest
@@ -1,3 +1 @@
-DIST paho-mqtt-1.1.zip 159529 BLAKE2B 
ca3a39628c9cab8c4f3606587a5c853e79535b37a92991ecc32903967952cc00f6a9b967af0d343c4619f3e46ace1330baebc7c2e9dc231673f51775e4e1de25
 SHA512 
ef6d1a29480671413dbb655bd8f668b99f8587c14589d2180a37142b368e0ce058f8ed967dbfaa82f239c86e295338bc35c9f28a3ea39d21a6034cd8787a63ce
-DIST paho-mqtt-1.3.1.tar.gz 102133 BLAKE2B 
905a51824d487cb125e06114bcba6b1ba862de4ab816db16aadb6ff761145fd4724dc6523a0c6837b8a16ced6730c5558612deb138bd95721f15054f5d6851a4
 SHA512 
95adeeaffbbd4b39d19fbd46feb39ec4a2ac923addd3c754a474b7a91d620bfca1678645c1a09c925e38a33995575944b873e3b2300d7bc2f3c5be3005c74d4c
 DIST paho-mqtt-1.4.0.tar.gz 108278 BLAKE2B 
0569f3cb5d262b3b7f6ae68261fe138d839afcc6fe91f880e29de24d5cf8e2491af81a30eb82c27fe63eee90114326eb75b06a32e05ec2fffed27b92d9601902
 SHA512 
2e49f0f146207ab4fbc8c346b10d3e2b50869b2d9db7c999b6645f7213fb635b64cff01c5405e7833a8b25334d24685ce6ed734a6e4b6b0660b48f65cf4a941c

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.1.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.1.ebuild
deleted file mode 100644
index 6ebebfea970..000
--- a/dev-python/paho-mqtt/paho-mqtt-1.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1 on 
Python 2.7 or 3.x."
-HOMEPAGE="https://www.eclipse.org/paho/clients/python/;
-SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/${PV}.zip -> 
${P}.zip"
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/paho.mqtt.python-${PV}"

diff --git a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild 
b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
deleted file mode 100644
index 2f64e09df75..000
--- a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client class with support for both MQTT v3.1 and v3.1.1"
-HOMEPAGE="https://www.eclipse.org/paho/clients/python/;
-SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   ) "
-
-S="${WORKDIR}/paho.mqtt.python-${PV}"
-
-RESTRICT="test" #659106
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-strip-test-dependency.patch"
-   default
-}
-
-python_test() {
-   esetup.py test
-}



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

2019-11-01 Thread Agostino Sarubbo
commit: b03eb00c0d027efc945c09fdf73dca25477a7cf8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov  1 19:57:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov  1 19:57:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03eb00c

net-analyzer/ettercap: remove old

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/ettercap/Manifest |   1 -
 net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild |  73 --
 net-analyzer/ettercap/files/cve-2017-6430.patch|  68 --
 .../files/ettercap-0.8.2-openssl-1.1.patch | 254 -
 4 files changed, 396 deletions(-)

diff --git a/net-analyzer/ettercap/Manifest b/net-analyzer/ettercap/Manifest
index dccca758f86..fb40201464a 100644
--- a/net-analyzer/ettercap/Manifest
+++ b/net-analyzer/ettercap/Manifest
@@ -1,2 +1 @@
-DIST ettercap-0.8.2.tar.gz 8082561 BLAKE2B 
851df0a8700de45ce0e3427f7fdbdcd13feb2f75c0d1136563449db634b1f02276bade0d82a1a51bf8de726d6faddf05ff537e397c2e56cfc3e3181d25566fe9
 SHA512 
18137b1cc518c9db3c9650157a5cbf09dbb665b79876a24875d6c5125e8923ebde543464adb61cf1d1244101242f4d66b80d94ef3b36aa265cefca7646aa6415
 DIST ettercap-0.8.3.tar.gz 8381943 BLAKE2B 
f49098d61f60877d3f979d7861f36dad6ec3fbfca7ed89d8f9826867145ea36daec65a1076c893f81391218688448515ef020a9cdf9a16ffddc830bacec8eb1c
 SHA512 
1929c986d3a17ebc693ffe8531e01c66379c0ee6ea71305ea49b6a9eece84b6da1923135311db458bdb6035feb593e525786e6cf4c465ced5a7683384d4a4ae7

diff --git a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
deleted file mode 100644
index ae48afb1a7e..000
--- a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A suite for man in the middle attacks"
-HOMEPAGE="https://github.com/Ettercap/ettercap;
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git;
-else
-   SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz" #mirror does not work
-   KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
-fi
-
-IUSE="doc gtk ipv6 libressl ncurses +plugins test"
-
-RDEPEND="dev-libs/libbsd
-   dev-libs/libpcre
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-libs/libnet:1.1
-   >=net-libs/libpcap-0.8.1
-   sys-libs/zlib
-   gtk? (
-   >=dev-libs/atk-1.2.4
-   >=dev-libs/glib-2.2.2:2
-   media-libs/freetype
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.2.2:2
-   >=x11-libs/pango-1.2.3
-   )
-   ncurses? ( >=sys-libs/ncurses-5.3:= )
-   plugins? ( >=net-misc/curl-7.26.0 )"
-DEPEND="${RDEPEND}
-   doc? ( app-text/ghostscript-gpl
-   sys-apps/groff )
-   test? ( dev-libs/check )
-   sys-devel/flex
-   virtual/yacc"
-PATCHES=(
-   "${FILESDIR}"/cve-2017-6430.patch
-   "${FILESDIR}"/${P}-openssl-1.1.patch
-)
-
-src_prepare() {
-   sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_CURSES="$(usex ncurses)"
-   -DENABLE_GTK="$(usex gtk)"
-   -DENABLE_PLUGINS="$(usex plugins)"
-   -DENABLE_IPV6="$(usex ipv6)"
-   -DENABLE_TESTS="$(usex test)"
-   -DENABLE_PDF_DOCS="$(usex doc)"
-   -DBUNDLED_LIBS=OFF
-   -DSYSTEM_LIBS=ON
-   -DINSTALL_SYSCONFDIR="${EROOT}"etc
-   )
-   #right now we only support gtk2, but ettercap also supports gtk3
-   #do we care? do we want to support both?
-   cmake-utils_src_configure
-}

diff --git a/net-analyzer/ettercap/files/cve-2017-6430.patch 
b/net-analyzer/ettercap/files/cve-2017-6430.patch
deleted file mode 100644
index 67483dcc024..000
--- a/net-analyzer/ettercap/files/cve-2017-6430.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From 4ad7f85dc01202e363659aa473c99470b3f4e1f4 Mon Sep 17 00:00:00 2001
-From: Gianfranco Costamagna 
-Date: Tue, 7 Mar 2017 22:05:31 +0100
-Subject: [PATCH] Fix issue #782
-

- utils/etterfilter/ef_compiler.c |  4 +++-
- utils/etterfilter/ef_main.c | 10 +++---
- utils/etterfilter/ef_output.c   |  3 +++
- 3 files changed, 13 insertions(+), 4 deletions(-)
-
-diff --git a/utils/etterfilter/ef_compiler.c b/utils/etterfilter/ef_compiler.c
-index db876636e..ddb73bd30 100644
 a/utils/etterfilter/ef_compiler.c
-+++ b/utils/etterfilter/ef_compiler.c
-@@ -239,7 +239,9 @@ size_t compile_tree(struct filter_op **fop)
-struct filter_op *array = NULL;
-struct 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2019-11-01 Thread Ben Kohler
commit: bba175a2ce817e84cd02575961f78f60c6627227
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Nov  1 19:42:39 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Nov  1 19:43:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba175a2

net-wireless/iwd: stop using private systemd.eclass function

Just hardcode the modules-load.d dir instead of abusing a private eclass
function.

Closes: https://bugs.gentoo.org/699042
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-.ebuild
index 3a599ccce34..bef22a92049 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-.ebuild
@@ -130,7 +130,7 @@ src_configure() {
$(use_enable wired) \
--enable-systemd-service \
--with-systemd-unitdir="$(systemd_get_systemunitdir)" \
-   --with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir 
/usr/lib/modules-load.d) \
+   --with-systemd-modloaddir="${EPREFIX}/usr/lib/modules-load.d" \
--with-systemd-networkdir="$(systemd_get_utildir)/network"
)
[[ ${PV} == ** ]] || myeconfargs+=(--enable-external-ell)



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/portage/, ...

2019-11-01 Thread Miroslav Šulc
commit: 889bcaf2504570a64c9b0a8e1f22b092a83e0c0c
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 19:41:43 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 19:41:43 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=889bcaf2

added parsing of ebuild file name components

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/Config.java | 66 ++
 src/main/java/org/gentoo/java/ebuilder/Main.java   | 30 ++
 .../java/ebuilder/portage/PortageParser.java   | 45 +++
 3 files changed, 141 insertions(+)

diff --git a/src/main/java/org/gentoo/java/ebuilder/Config.java 
b/src/main/java/org/gentoo/java/ebuilder/Config.java
index 4127266..9bc98f8 100644
--- a/src/main/java/org/gentoo/java/ebuilder/Config.java
+++ b/src/main/java/org/gentoo/java/ebuilder/Config.java
@@ -28,6 +28,18 @@ public class Config {
  * Path to ebuild file that should be generated.
  */
 private Path ebuild;
+/**
+ * Ebuild name.
+ */
+private String ebuildName;
+/**
+ * Ebuild version excluding suffix.
+ */
+private String ebuildVersion;
+/**
+ * Ebuild version suffix (-r).
+ */
+private String ebuildVersionSuffix;
 /**
  * Writer for errors.
  */
@@ -144,6 +156,60 @@ public class Config {
 this.ebuild = ebuild;
 }
 
+/**
+ * Getter for {@link #ebuildName}.
+ *
+ * @return {@link #ebuildName}
+ */
+public String getEbuildName() {
+return ebuildName;
+}
+
+/**
+ * Setter for {@link #ebuildName}.
+ *
+ * @param ebuildName {@link #ebuildName}
+ */
+public void setEbuildName(final String ebuildName) {
+this.ebuildName = ebuildName;
+}
+
+/**
+ * Getter for {@link #ebuildVersion}.
+ *
+ * @return {@link #ebuildVersion}
+ */
+public String getEbuildVersion() {
+return ebuildVersion;
+}
+
+/**
+ * Setter for {@link #ebuildVersion}.
+ *
+ * @param ebuildVersion {@link #ebuildVersion}
+ */
+public void setEbuildVersion(final String ebuildVersion) {
+this.ebuildVersion = ebuildVersion;
+}
+
+/**
+ * Getter for {@link #ebuildVersionSuffix}.
+ *
+ * @return {@link #ebuildVersionSuffix}
+ */
+public String getEbuildVersionSuffix() {
+return ebuildVersionSuffix;
+}
+
+/**
+ * Setter for {@link #ebuildVersionSuffix}.
+ *
+ * @param ebuildVersionSuffix {@link #ebuildVersionSuffix}
+ */
+public void setEbuildVersionSuffix(final String ebuildVersionSuffix) {
+this.ebuildVersionSuffix = ebuildVersionSuffix;
+}
+
 /**
  * Getter for {@link #errorWriter}.
  *

diff --git a/src/main/java/org/gentoo/java/ebuilder/Main.java 
b/src/main/java/org/gentoo/java/ebuilder/Main.java
index 5921ea1..6c5cd13 100644
--- a/src/main/java/org/gentoo/java/ebuilder/Main.java
+++ b/src/main/java/org/gentoo/java/ebuilder/Main.java
@@ -9,6 +9,7 @@ import java.net.URI;
 import java.net.URISyntaxException;
 import java.nio.file.Paths;
 import java.util.List;
+import java.util.Map;
 import org.gentoo.java.ebuilder.maven.MavenCache;
 import org.gentoo.java.ebuilder.maven.MavenEbuilder;
 import org.gentoo.java.ebuilder.maven.MavenParser;
@@ -159,6 +160,8 @@ public class Main {
  * @param config application configuration
  */
 private static void generateEbuild(final Config config) {
+parseEbuildName(config);
+
 final MavenCache mavenCache = new MavenCache();
 mavenCache.loadCache(config);
 
@@ -253,6 +256,33 @@ public class Main {
 }
 }
 
+/**
+ * Parses ebuild file name into its components.
+ *
+ * @param config app configuration containing ebuild information
+ */
+private static void parseEbuildName(final Config config) {
+final Map result;
+
+try {
+result = PortageParser.parseEbuildName(
+config.getEbuild().getFileName().toString());
+
+config.setEbuildName(result.get("name"));
+config.setEbuildVersion(result.get("version"));
+config.setEbuildVersionSuffix(result.get("suffix"));
+
+config.getStdoutWriter().println("Parsed ebuild file name - name: "
++ config.getEbuildName() + " version: "
++ config.getEbuildVersion() + " suffix: "
++ config.getEbuildVersionSuffix());
+} catch (final IllegalArgumentException ex) {
+config.getStdoutWriter().println("Cannot parse ebuild file name");
+
+Runtime.getRuntime().exit(1);
+}
+}
+
 /**
  * Prints application usage information.
  */

diff --git a/src/main/java/org/gentoo/java/ebuilder/portage/PortageParser.java 
b/src/main/java/org/gentoo/java/ebuilder/portage/PortageParser.java
index d504b2c..a85fe6c 100644
--- 

[gentoo-commits] proj/java-ebuilder:master commit in: /

2019-11-01 Thread Miroslav Šulc
commit: 005ac61b0661256c5a05f2e684c8e3bd2b522c89
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 19:41:08 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 19:41:08 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=005ac61b

version updated

Signed-off-by: Miroslav Šulc  gentoo.org>

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4c069e2..0f7729f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 4.0.0
 org.gentoo
 java-ebuilder
-0.3.1-SNAPSHOT
+0.4.0-SNAPSHOT
 jar
 Gentoo Java ebuild Builder
 Java team tool for semi-automatic creation of ebuilds from 
pom.xml.



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/files/, kde-frameworks/ktexteditor/

2019-11-01 Thread Andreas Sturmlechner
commit: 30c5f7e692e0bd2022e60263cb0b878f375ed5dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 19:37:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 19:39:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c5f7e6

kde-frameworks/ktexteditor: Fix runtime crash

See also: 
https://mail.kde.org/pipermail/kde-distro-packagers/2019-October/000389.html
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=413474
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/ktexteditor-5.63.0-crashfix.patch| 27 ++
 .../ktexteditor/ktexteditor-5.63.0-r1.ebuild   | 58 ++
 2 files changed, 85 insertions(+)

diff --git a/kde-frameworks/ktexteditor/files/ktexteditor-5.63.0-crashfix.patch 
b/kde-frameworks/ktexteditor/files/ktexteditor-5.63.0-crashfix.patch
new file mode 100644
index 000..f6c867cad65
--- /dev/null
+++ b/kde-frameworks/ktexteditor/files/ktexteditor-5.63.0-crashfix.patch
@@ -0,0 +1,27 @@
+From f6e72a23052339253daa79095391625cf01c96f1 Mon Sep 17 00:00:00 2001
+From: Christoph Cullmann 
+Date: Mon, 28 Oct 2019 20:32:13 +0100
+Subject: fix crash
+
+BUG: 413474
+---
+ src/utils/katevariableexpansionhelpers.cpp | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/utils/katevariableexpansionhelpers.cpp 
b/src/utils/katevariableexpansionhelpers.cpp
+index db71d0f..89aab3d 100644
+--- a/src/utils/katevariableexpansionhelpers.cpp
 b/src/utils/katevariableexpansionhelpers.cpp
+@@ -278,7 +278,9 @@ 
KateVariableExpansionDialog::KateVariableExpansionDialog(QWidget *parent)
+ connect(m_listView, ::activated, [this, lblDescription, 
lblCurrentValue](const QModelIndex ) {
+ if (index.isValid()) {
+ const auto  = 
m_variables[m_filterModel->mapToSource(index).row()];
+-const auto name = QStringLiteral("%{") + var.name() + 
QLatin1Char('}');
++
++// not auto, don't fall for string builder, see bug 413474
++const QString name = QStringLiteral("%{") + var.name() + 
QLatin1Char('}');
+ 
+ if (parentWidget() && parentWidget()->window()) {
+ auto currentWidget = parentWidget()->window()->focusWidget();
+-- 
+cgit v1.1

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.63.0-r1.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.63.0-r1.ebuild
new file mode 100644
index 000..371a1c9b8ec
--- /dev/null
+++ b/kde-frameworks/ktexteditor/ktexteditor-5.63.0-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing a full text editor component"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="editorconfig git"
+
+BDEPEND="
+   test? ( $(add_frameworks_dep kservice) )
+"
+DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_frameworks_dep syntax-highlighting)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   editorconfig? ( app-text/editorconfig-core-c )
+   git? ( dev-libs/libgit2:= )
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${P}-crashfix.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package editorconfig EditorConfig)
+   $(cmake-utils_use_find_package git LibGit2)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2019-11-01 Thread Andreas Sturmlechner
commit: 3b8388af57e6837e6752e220d9c865b250697f23
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 19:38:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 19:39:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8388af

kde-frameworks/ktexteditor: Drop 5.63.0 (r0)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../ktexteditor/ktexteditor-5.63.0.ebuild  | 56 --
 1 file changed, 56 deletions(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild
deleted file mode 100644
index 4413fff5064..000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.63.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing a full text editor component"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="editorconfig git"
-
-BDEPEND="
-   test? ( $(add_frameworks_dep kservice) )
-"
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_frameworks_dep syntax-highlighting)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   editorconfig? ( app-text/editorconfig-core-c )
-   git? ( dev-libs/libgit2:= )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package editorconfig EditorConfig)
-   $(cmake-utils_use_find_package git LibGit2)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/quilt-el/, app-emacs/quilt-el/files/

2019-11-01 Thread Ulrich Müller
commit: d35984458ab7ff72ca82cbb7549e9982982029de
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov  1 19:35:40 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov  1 19:35:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3598445

app-emacs/quilt-el: Remove old.

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/quilt-el/Manifest |  1 -
 .../files/quilt-el-0.48.0-tramp-recursion.patch | 11 ---
 app-emacs/quilt-el/quilt-el-0.48.0.ebuild   | 21 -
 3 files changed, 33 deletions(-)

diff --git a/app-emacs/quilt-el/Manifest b/app-emacs/quilt-el/Manifest
index 7856ee28685..380e0647ab0 100644
--- a/app-emacs/quilt-el/Manifest
+++ b/app-emacs/quilt-el/Manifest
@@ -1,2 +1 @@
 DIST quilt-0.66.tar.gz 413069 BLAKE2B 
41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2
 SHA512 
c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4
-DIST quilt-el-0.48.0.tar.gz 13147 BLAKE2B 
595e7d12c24095df3c0d12de607b4e43e36345b53f9d89e6ea6ea781ed25f893d5100e3a023b4f5bc0aee11dcf93a7ef3862fabe28c8eda98a43dce634969444
 SHA512 
0a198ef0f8354c927c4527bb7a3e99fd6d12f17cbe65c736341c527de440d144581205337163912ce04f83749c31833221cc4153d5736ffec060ad4ade73c694

diff --git a/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch 
b/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch
deleted file mode 100644
index aa1bf5c97e8..000
--- a/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 quilt-el-0.48.0-orig/quilt.el
-+++ quilt-el-0.48.0/quilt.el
-@@ -49,7 +49,7 @@
- 
- (defun quilt-find-dir (fn)
-   "Return the top level dir of quilt from FN."
--  (if (or (not fn) (equal fn "/"))
-+  (if (or (not fn) (equal fn (file-name-directory fn)))
-   nil
- (let ((d (file-name-directory fn)))
-   (if (file-accessible-directory-p (concat d "/.pc"))

diff --git a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild 
b/app-emacs/quilt-el/quilt-el-0.48.0.ebuild
deleted file mode 100644
index 3cbadd1d144..000
--- a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp eutils
-
-DESCRIPTION="Quilt mode for Emacs"
-HOMEPAGE="http://satoru-takeuchi.org/dev/quilt-el/;
-SRC_URI="http://satoru-takeuchi.org/dev/${PN}/download/${P}.tar.gz;
-
-LICENSE="GPL-1+"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
-
-RDEPEND="dev-util/quilt"
-
-ELISP_PATCHES="${P}-tramp-recursion.patch
-   ${PN}-0.45.4-header-window.patch"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README changelog"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/auctex/

2019-11-01 Thread Ulrich Müller
commit: de9c6483524eab471e6ffe963e9abd08c72e1bbb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov  1 19:33:31 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov  1 19:35:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9c6483

app-emacs/auctex: Remove old.

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/auctex/auctex-12.1.ebuild | 61 -
 1 file changed, 61 deletions(-)

diff --git a/app-emacs/auctex/auctex-12.1.ebuild 
b/app-emacs/auctex/auctex-12.1.ebuild
deleted file mode 100644
index ad2a784723d..000
--- a/app-emacs/auctex/auctex-12.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs"
-HOMEPAGE="https://www.gnu.org/software/auctex/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.3+"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
-IUSE="preview-latex"
-
-DEPEND="virtual/latex-base
-   preview-latex? (
-   app-text/dvipng
-   app-text/ghostscript-gpl
-   )"
-RDEPEND="${DEPEND}"
-
-TEXMF="/usr/share/texmf-site"
-
-src_configure() {
-   econf --with-emacs \
-   --with-auto-dir="${EPREFIX}/var/lib/auctex" \
-   --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
-   --with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \
-   --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
-   --with-texmf-dir="${EPREFIX}${TEXMF}" \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --disable-build-dir-test \
-   $(use_enable preview-latex preview)
-}
-
-src_compile() {
-   export VARTEXFONTS="${T}"/fonts
-   emake
-}
-
-src_install() {
-   emake -j1 DESTDIR="${D}" install
-   elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
-   if use preview-latex; then
-   elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el"
-   fi
-   dodoc ChangeLog* CHANGES FAQ INSTALL PROBLEMS.preview README RELEASE 
TODO
-}
-
-pkg_postinst() {
-   use preview-latex && texmf-update
-   elisp-site-regen
-}
-
-pkg_postrm(){
-   use preview-latex && texmf-update
-   elisp-site-regen
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/python-mode/

2019-11-01 Thread Ulrich Müller
commit: ced13778c972afff511960e8cd97cd09f69924c4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov  1 19:31:53 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Nov  1 19:35:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced13778

app-emacs/python-mode: Remove old.

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/python-mode/Manifest |  1 -
 app-emacs/python-mode/python-mode-6.1.2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest
index 3ad69105776..667050dfd76 100644
--- a/app-emacs/python-mode/Manifest
+++ b/app-emacs/python-mode/Manifest
@@ -1,2 +1 @@
-DIST python-mode.el-6.1.2.tar.gz 330107 BLAKE2B 
f04df366ee3e47921f5635472ac22412066d3d97e0f4d2627993b1b6173321687a575abc8700907a9c63829704792505681196e0786e7dc39b9ecbab7562ef9e
 SHA512 
967ad7fdb3503c2dc37df79ba9f45ed7627a5b8e287cae9e8963a259a6568282c16d509e873c7d8b97e4acaafbd71dcec00e5ac71ed695b20ecddca5da20ba96
 DIST python-mode.el-6.2.3.tar.gz 314461 BLAKE2B 
3bd71b47de1284d59db61f829e3419f2fb10e226900392d903256f31ad90f47317b7bde4cde1cf7d86518f9c706d9c844b208a9e2469a41037252a63f7bc1ba6
 SHA512 
4aeb33d4054d582cd2a3f4834472c7d0cb3fe5e12e10f5117dcbcd90ec2ca490964c774918c83697f283c68e57766c3c67d3853ddbaa3408777fdafc7f2674f2

diff --git a/app-emacs/python-mode/python-mode-6.1.2.ebuild 
b/app-emacs/python-mode/python-mode-6.1.2.ebuild
deleted file mode 100644
index 47f3492c621..000
--- a/app-emacs/python-mode/python-mode-6.1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-MY_P="${PN}.el-${PV}"
-DESCRIPTION="An Emacs major mode for editing Python source"
-HOMEPAGE="https://launchpad.net/python-mode;
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="NEWS README"
-DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
-   app-emacs/doctest-mode and app-emacs/pymacs, respectively."



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

2019-11-01 Thread Mike Gilbert
commit: 37a3b27b48eaefe22d9ae3c2d3fb8bc052ab5891
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Nov  1 19:29:50 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Nov  1 19:29:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a3b27b

virtual/libudev: 232-r3 stable on amd64

Package-Manager: Portage-2.3.78_p4, Repoman-2.3.17_p100
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/libudev/libudev-232-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libudev/libudev-232-r3.ebuild 
b/virtual/libudev/libudev-232-r3.ebuild
index d00246ac71a..2d4e82e4083 100644
--- a/virtual/libudev/libudev-232-r3.ebuild
+++ b/virtual/libudev/libudev-232-r3.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86"
 IUSE="static-libs systemd"
 
 RDEPEND="



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

2019-11-01 Thread Agostino Sarubbo
commit: 3a51016706121b588e428c02a87dd52ec035470a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov  1 19:17:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov  1 19:17:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a510167

sys-kernel/vanilla-sources: Automated version bump to 3.16.76 - remove old.

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-3.16.75.ebuild => vanilla-sources-3.16.76.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e139d14f317..4f1a36092e5 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,7 +4,7 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.3.tar.xz 108558876 BLAKE2B 
0d08eed879d05734e4542f0c93823d43f8dc042a54ba5268064c4bbebd7a9d59c03abf3ad5dee8280e784ae148a3b0c56181eaf2d5b3c079b6fe9f5191544df6
 SHA512 
6b5edef47c319a3fa7f6c20a3e0903a5acd89ec75e32dc5f99adcb60c9fe118ea312722d9c3d27e2e3900afa2455afb86e83a8b6bb131009bc79ddbe6fb0595d
-DIST patch-3.16.75.xz 2522584 BLAKE2B 
2a4aa459ac0a95855c19f2bfdbbefed0032b481dcea94101065ce92caf799d8fff83bf4730eed87dd34ea8ea7fd3a25137e8014747310007c83db633163c7354
 SHA512 
6092f339139aa39eab8dff2e19266febd0820dde611f90536bee908618bc57c46855b471d98380082f2fcc497e573c75526a91c03280bd663a1c463299e7852d
+DIST patch-3.16.76.xz 2534128 BLAKE2B 
2ea518e78e2566fd2f4d6390891b2f2669a32277b7c247b6e28882f70ea19db0c92b6d14b62719db97aa1be920be566eeded51ccb680aab08d4725ab32f635d6
 SHA512 
b16fbeaaf62dc63f56a15d2df840c40081a6d03da2308b1b4b035700c2791feafbc964d877650d996116316b29e8df714a426c9456b70d75808d10782d411e45
 DIST patch-4.14.151.xz 2966676 BLAKE2B 
0e1902735c2f69d46d1dd40ab609a2e710163d3ee58ce0751dd59f9438c81240ab1cc53425e2cde502cd9899fa08b74520bb4a7dd40f6f3e701951244d429e8d
 SHA512 
5dc2d5aeda3e57fb9520114d667c048dbd497caba6e7192f468c0e9a0c311f8f54810fc0d3db45413281321fdafda1c30140bd6bd9368c0550a4e7678f86576b
 DIST patch-4.19.81.xz 1958892 BLAKE2B 
a1c635c05ea88a4f065ce4a583540cf73456a1936487b4facccaf3da145ee42318f62b87ed4047c65620b2b4fc2c27e6382489274099d8126f2b055c9d466d4e
 SHA512 
1ef9fc35699779dd86b9f98de32b1ef8e7b5eb48563370301ccffc2403028c8dacdb9003e83677e35ae3d59d823e3a966bb22fada5997a381fd2485b53d1b847
 DIST patch-4.4.198.xz 2755172 BLAKE2B 
89de6d8c6b0ad16b8cfb3eef87be5ed2d1f9e62b08566afa3215eaeaa616d123f448126dbfebdd6ca8ee99bc4f854b183129af845b71b9259e14c818f2a4bbad
 SHA512 
98d0e5900eb9ed3595ef954367fab80a2afaaadcbb5612c42253ce89e5d20666f4473d39f74247d84498dfe0de1c9dd22c5ea923d4a511d0e9f1bfacb119e166

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.16.75.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-3.16.76.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-3.16.75.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-3.16.76.ebuild



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/resources/

2019-11-01 Thread Miroslav Šulc
commit: 74183b4fabbf629ade1ba60b66c4f81db854af07
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 19:04:38 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 19:04:38 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=74183b4f

updated usage

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/resources/usage.txt | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/usage.txt b/src/main/resources/usage.txt
index c874ace..4ad06d7 100644
--- a/src/main/resources/usage.txt
+++ b/src/main/resources/usage.txt
@@ -1,4 +1,6 @@
 Usage: java-ebuilder 
+
+Generating ebuild:
 --download-uri|-u  uri that goes to SRC_URI
 --ebuild|-e   path to ebuild that should be created
 --generate-ebuild|-ggenerates ebuild from pom.xml
@@ -7,9 +9,15 @@ Usage: java-ebuilder 
 --pom|-p  path to pom.xml that should be parsed, the path 
must
 be relative to workdir (can be specified multiple
 times)
+--slot|-s SLOT number
+--workdir|-w   path to ebuild workdir (${WORKDIR}, default is
+current directory)
+
+Refreshing cache:
 --portage-tree|-t   path to portage tree that should be parsed when
 refreshing cache (default is /usr/portage)
---cache-file   location of output cache file (default is 
~/.java-ebuilder/cache)
 --refresh-cache|-c  refreshes java ebuild cache
---slot|-s SLOT number
---workdir|-w   path to workdir (default is current directory)
+
+Common:
+--cache-file   location of cache file (default is
+~/.java-ebuilder/cache)



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

2019-11-01 Thread Andreas Sturmlechner
commit: d5dc8e78ddcb7293d31bd54eef052aed39b3be7b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 19:01:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 19:01:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc8e78

media-libs/libfreehand: Fix build against ICU-65

Closes: https://bugs.gentoo.org/699096
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libfreehand-0.1.2-icu-65.patch   | 26 ++
 media-libs/libfreehand/libfreehand-0.1.2.ebuild|  2 ++
 2 files changed, 28 insertions(+)

diff --git a/media-libs/libfreehand/files/libfreehand-0.1.2-icu-65.patch 
b/media-libs/libfreehand/files/libfreehand-0.1.2-icu-65.patch
new file mode 100644
index 000..a2466495225
--- /dev/null
+++ b/media-libs/libfreehand/files/libfreehand-0.1.2-icu-65.patch
@@ -0,0 +1,26 @@
+From af3197f795625f5188602073205a34369698b6df Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Fri, 4 Oct 2019 01:46:12 +0200
+Subject: [PATCH] Add missing semicolon to fix build with icu 65.1
+
+Change-Id: I7a0b0d600e9f7770245a7485813a944bfac4f088
+Reviewed-on: https://gerrit.libreoffice.org/80224
+Reviewed-by: Miklos Vajna 
+Tested-by: Miklos Vajna 
+---
+ src/lib/libfreehand_utils.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/lib/libfreehand_utils.cpp b/src/lib/libfreehand_utils.cpp
+index 439c457..32f23e0 100644
+--- a/src/lib/libfreehand_utils.cpp
 b/src/lib/libfreehand_utils.cpp
+@@ -162,7 +162,7 @@ void libfreehand::_appendUTF16(librevenge::RVNGString 
, std::vector

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

2019-11-01 Thread Andreas Sturmlechner
commit: 069b69a6097d8e2e6e9f62cd93efd9edcad725f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 18:52:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 18:52:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069b69a6

sci-libs/gdal: Fix build with poppler-0.82.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/gdal/files/gdal-2.4.1-poppler-0.82.patch | 53 +++
 sci-libs/gdal/gdal-2.4.1-r1.ebuild|  1 +
 2 files changed, 54 insertions(+)

diff --git a/sci-libs/gdal/files/gdal-2.4.1-poppler-0.82.patch 
b/sci-libs/gdal/files/gdal-2.4.1-poppler-0.82.patch
new file mode 100644
index 000..740856814f8
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-2.4.1-poppler-0.82.patch
@@ -0,0 +1,53 @@
+From 20c3fc7cb4a4ec2a67642bd83ddb6e403488b0fe Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Tue, 22 Oct 2019 13:11:57 +0200
+Subject: [PATCH] PDF: fix build against Poppler 0.82.0dev
+
+---
+ gdal/frmts/pdf/pdfdataset.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/frmts/pdf/pdfdataset.cpp b/frmts/pdf/pdfdataset.cpp
+index 15537ca7fd7..8f944c40d30 100644
+--- a/frmts/pdf/pdfdataset.cpp
 b/frmts/pdf/pdfdataset.cpp
+@@ -205,7 +205,11 @@ class GDALPDFOutputDev : public SplashOutputDev
+ virtual void drawChar(GfxState *state, double x, double y,
+   double dx, double dy,
+   double originX, double originY,
+-  CharCode code, int nBytes, Unicode *u, int 
uLen) override
++  CharCode code, int nBytes,
++#if POPPLER_MAJOR_VERSION >= 1 || POPPLER_MINOR_VERSION >= 82
++  const
++#endif
++  Unicode *u, int uLen) override
+ {
+ if (bEnableText)
+ SplashOutputDev::drawChar(state, x, y, dx, dy,
+From 94daceefebd46485ddc85170c1a8c4bd50d7 Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Sun, 29 Sep 2019 23:55:18 +0200
+Subject: [PATCH] PDF: fix build against Poppler 0.82.0dev
+
+---
+ gdal/frmts/pdf/pdfdataset.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/frmts/pdf/pdfdataset.cpp b/frmts/pdf/pdfdataset.cpp
+index 3d68f92abe8..b3db5374227 100644
+--- a/frmts/pdf/pdfdataset.cpp
 b/frmts/pdf/pdfdataset.cpp
+@@ -265,7 +265,12 @@ class GDALPDFOutputDev : public SplashOutputDev
+ 
+ virtual void drawImage(GfxState *state, Object *ref, Stream *str,
+int width, int height, GfxImageColorMap 
*colorMap,
+-   GBool interpolate, int *maskColors, GBool 
inlineImg) override
++   GBool interpolate,
++#if POPPLER_MAJOR_VERSION >= 1 || POPPLER_MINOR_VERSION >= 82
++   const
++#endif
++   int *maskColors,
++   GBool inlineImg) override
+ {
+ if (bEnableBitmap)
+ SplashOutputDev::drawImage(state, ref, str,

diff --git a/sci-libs/gdal/gdal-2.4.1-r1.ebuild 
b/sci-libs/gdal/gdal-2.4.1-r1.ebuild
index 2c9beae3deb..db767c561b7 100644
--- a/sci-libs/gdal/gdal-2.4.1-r1.ebuild
+++ b/sci-libs/gdal/gdal-2.4.1-r1.ebuild
@@ -85,6 +85,7 @@ PATCHES=(
"${FILESDIR}/${P}-poppler-0.75.patch"
"${FILESDIR}/${P}-poppler-0.76.patch"
"${FILESDIR}/${P}-swig-4.patch" # bug 689110
+   "${FILESDIR}/${P}-poppler-0.82.patch"
 )
 
 src_prepare() {



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/maven/

2019-11-01 Thread Miroslav Šulc
commit: 7b10390839585c4bf129814380bb2f099678b7d0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 18:40:28 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 18:42:45 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=7b103908

updated eapi to 7

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java 
b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
index 50c5992..796bd9c 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
@@ -19,7 +19,7 @@ public class MavenEbuilder {
 /**
  * EAPI version.
  */
-private static final String EAPI = "5";
+private static final String EAPI = "7";
 
 /**
  * Generates ebuild from the collected information at the specified path.



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/maven/

2019-11-01 Thread Miroslav Šulc
commit: ea70051f2d5c72b2712f2a12942c8f0346b15019
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 18:41:40 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 18:43:08 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=ea70051f

reformatted

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java 
b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
index f4f380a..ffb6e66 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
@@ -484,9 +484,11 @@ public class MavenEbuilder {
   final PrintWriter writer) {
 writer.println();
 writer.print("IUSE=\"doc source");
+
 if (mavenProject.hasTests()) {
 writer.print(" test");
 }
+
 writer.println('"');
 writer.println();
 writer.println("inherit java-pkg-2 java-pkg-simple");



[gentoo-commits] proj/java-ebuilder:master commit in: /

2019-11-01 Thread Miroslav Šulc
commit: 3994507547810914a68d20677a5006370db11910
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 18:39:57 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 18:42:35 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=39945075

added project homepage

Signed-off-by: Miroslav Šulc  gentoo.org>

 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 921c3ef..4c069e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
 jar
 Gentoo Java ebuild Builder
 Java team tool for semi-automatic creation of ebuilds from 
pom.xml.
+https://gitweb.gentoo.org/proj/java-ebuilder.git/
 
 UTF-8
 1.8



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/maven/

2019-11-01 Thread Miroslav Šulc
commit: fa9dcf8c73d4e65f11fb0b1caf130b85f6493fc7
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 18:40:45 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 18:42:52 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=fa9dcf8c

updated ebuild header

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java 
b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
index 796bd9c..8e0780d 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
@@ -473,7 +473,6 @@ public class MavenEbuilder {
 LocalDate.now().getYear());
 writer.println("# Distributed under the terms of the GNU General "
 + "Public License v2");
-writer.println("# $Id$");
 }
 
 /**



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/maven/

2019-11-01 Thread Miroslav Šulc
commit: e7cc54b0e4a218d494333ab027d6c35aa49301de
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 18:41:29 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 18:43:03 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=e7cc54b0

updated default ebuild jdk version to 1.8

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/maven/MavenProject.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenProject.java 
b/src/main/java/org/gentoo/java/ebuilder/maven/MavenProject.java
index af05c7c..ba575b1 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenProject.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenProject.java
@@ -67,11 +67,11 @@ public class MavenProject {
 /**
  * Source compile version.
  */
-private String sourceVersion = "1.7";
+private String sourceVersion = "1.8";
 /**
  * Target compile version.
  */
-private String targetVersion = "1.7";
+private String targetVersion = "1.8";
 /**
  * Test resource directories.
  */



[gentoo-commits] proj/java-ebuilder:master commit in: src/main/java/org/gentoo/java/ebuilder/maven/

2019-11-01 Thread Miroslav Šulc
commit: 3d0f19ba3367571b88ab40332b3d8245bcbc0209
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov  1 18:41:12 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov  1 18:42:58 2019 +
URL:https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=3d0f19ba

removed redundant IUSE

Signed-off-by: Miroslav Šulc  gentoo.org>

 src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java | 4 
 1 file changed, 4 deletions(-)

diff --git a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java 
b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
index 8e0780d..f4f380a 100644
--- a/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
+++ b/src/main/java/org/gentoo/java/ebuilder/maven/MavenEbuilder.java
@@ -568,10 +568,6 @@ public class MavenEbuilder {
 writer.print(config.getKeywords());
 writer.println('"');
 
-writer.print("IUSE=\"");
-
-writer.println('"');
-
 writer.print("MAVEN_ID=\"");
 writer.print(mavenProject.getGroupId());
 writer.print(':');



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kitinerary/files/, kde-apps/kitinerary/

2019-11-01 Thread Andreas Sturmlechner
commit: 7341b195af4dee435c8a27ed0a8601b474362292
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 17:55:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 18:39:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7341b195

kde-apps/kitinerary: Fix build with poppler-0.82.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/kitinerary-19.08.2-poppler-0.82.patch| 127 +
 kde-apps/kitinerary/kitinerary-19.08.2.ebuild  |   2 +
 2 files changed, 129 insertions(+)

diff --git a/kde-apps/kitinerary/files/kitinerary-19.08.2-poppler-0.82.patch 
b/kde-apps/kitinerary/files/kitinerary-19.08.2-poppler-0.82.patch
new file mode 100644
index 000..be2152dafef
--- /dev/null
+++ b/kde-apps/kitinerary/files/kitinerary-19.08.2-poppler-0.82.patch
@@ -0,0 +1,127 @@
+From 0f8b2babcc69c490ae6548bda7ceeb1ffd27a9e3 Mon Sep 17 00:00:00 2001
+From: Volker Krause 
+Date: Sun, 29 Sep 2019 12:51:57 +0200
+Subject: Fix compatibility with Poppler 0.82
+
+---
+ CMakeLists.txt   | 17 ++---
+ src/config-kitinerary.h.cmake|  1 +
+ src/pdf/pdfextractoroutputdevice.cpp |  2 +-
+ src/pdf/pdfextractoroutputdevice_p.h |  3 ++-
+ src/pdf/popplertypes_p.h | 30 ++
+ 5 files changed, 40 insertions(+), 13 deletions(-)
+ create mode 100644 src/pdf/popplertypes_p.h
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index cb222d9..1d66d3b 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -62,17 +62,12 @@ if(TARGET Poppler::Core)
+ if (${Poppler_VERSION} VERSION_GREATER 0.68)
+ set(HAVE_POPPLER_0_69 ON)
+ endif()
+-set(CMAKE_REQUIRED_LIBRARIES Poppler::Core Qt5::Core)
+-check_cxx_source_compiles("
+-#include 
+-#include 
+-int main()
+-{
+-GooString s;
+-QString val = QString::fromUtf8(s.c_str());
+-return 0;
+-}
+-" HAVE_POPPLER_0_72)
++if (${Poppler_VERSION} VERSION_GREATER 0.71)
++set(HAVE_POPPLER_0_72 ON)
++endif()
++if (${Poppler_VERSION} VERSION_GREATER 0.81)
++set(HAVE_POPPLER_0_82 ON)
++endif()
+ endif()
+ 
+ if (TARGET ZXing::Core)
+diff --git a/src/config-kitinerary.h.cmake b/src/config-kitinerary.h.cmake
+index b0bda20..6d3b156 100644
+--- a/src/config-kitinerary.h.cmake
 b/src/config-kitinerary.h.cmake
+@@ -24,6 +24,7 @@
+ #cmakedefine HAVE_POPPLER_0_58
+ #cmakedefine HAVE_POPPLER_0_69
+ #cmakedefine HAVE_POPPLER_0_72
++#cmakedefine HAVE_POPPLER_0_82
+ 
+ #cmakedefine HAVE_ZXING
+ 
+diff --git a/src/pdf/pdfextractoroutputdevice.cpp 
b/src/pdf/pdfextractoroutputdevice.cpp
+index 2a06c82..0027cad 100644
+--- a/src/pdf/pdfextractoroutputdevice.cpp
 b/src/pdf/pdfextractoroutputdevice.cpp
+@@ -30,7 +30,7 @@ PdfExtractorOutputDevice::PdfExtractorOutputDevice()
+ {
+ }
+ 
+-void PdfExtractorOutputDevice::drawImage(GfxState* state, Object* ref, 
Stream* str, int width, int height, GfxImageColorMap* colorMap, bool 
interpolate, int* maskColors, bool inlineImg)
++void PdfExtractorOutputDevice::drawImage(GfxState* state, Object* ref, 
Stream* str, int width, int height, GfxImageColorMap* colorMap, bool 
interpolate, PopplerMaskColors* maskColors, bool inlineImg)
+ {
+ Q_UNUSED(str);
+ Q_UNUSED(interpolate);
+diff --git a/src/pdf/pdfextractoroutputdevice_p.h 
b/src/pdf/pdfextractoroutputdevice_p.h
+index 9241f9f..5d448d3 100644
+--- a/src/pdf/pdfextractoroutputdevice_p.h
 b/src/pdf/pdfextractoroutputdevice_p.h
+@@ -21,6 +21,7 @@
+ #include 
+ 
+ #include "pdfvectorpicture_p.h"
++#include "popplertypes_p.h"
+ 
+ #ifdef HAVE_POPPLER
+ #include 
+@@ -43,7 +44,7 @@ public:
+ void finalize();
+ 
+ bool needNonText() override { return true; }
+-void drawImage(GfxState *state, Object *ref, Stream *str, int width, int 
height, GfxImageColorMap *colorMap, bool interpolate, int *maskColors, bool 
inlineImg) override;
++void drawImage(GfxState *state, Object *ref, Stream *str, int width, int 
height, GfxImageColorMap *colorMap, bool interpolate, PopplerMaskColors 
*maskColors, bool inlineImg) override;
+ 
+ // operations used to detect vector barcodes
+ void saveState(GfxState *state) override;
+diff --git a/src/pdf/popplertypes_p.h b/src/pdf/popplertypes_p.h
+new file mode 100644
+index 000..f9d844a
+--- /dev/null
 b/src/pdf/popplertypes_p.h
+@@ -0,0 +1,30 @@
++/*
++Copyright (C) 2019 Volker Krause 
++
++This program is free software; you can redistribute it and/or modify it
++under the terms of the GNU Library General Public License as published by
++the Free Software Foundation; either version 2 of the License, or (at your
++option) any later version.
++
++This program is distributed in the hope that it will be useful, but 
WITHOUT
++ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
++FITNESS FOR A 

[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/, app-office/scribus/files/

2019-11-01 Thread Andreas Sturmlechner
commit: 5883a4d0b2e598d4b4543d68f650e9503ccbebbc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 15:52:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 18:39:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5883a4d0

app-office/scribus: Fix build with poppler-0.82.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../scribus/files/scribus-1.5.5-poppler-0.82.patch | 89 ++
 app-office/scribus/scribus-1.5.5.ebuild|  3 +
 2 files changed, 92 insertions(+)

diff --git a/app-office/scribus/files/scribus-1.5.5-poppler-0.82.patch 
b/app-office/scribus/files/scribus-1.5.5-poppler-0.82.patch
new file mode 100644
index 000..f1eb1e887da
--- /dev/null
+++ b/app-office/scribus/files/scribus-1.5.5-poppler-0.82.patch
@@ -0,0 +1,89 @@
+From 615b6185c70c70928cab1aab6e1340ba5f80c174 Mon Sep 17 00:00:00 2001
+From: Craig Bradney 
+Date: Mon, 28 Oct 2019 22:11:56 +
+Subject: [PATCH] Work around poppler 0.82 signature changes
+
+git-svn-id: svn://scribus.net/trunk/Scribus@23287 
11d20701-8431-0410-a711-e3c959e3b870
+
+Use same mechanism as with previous poppler versions to support change of 
constness in function signatures
+
+git-svn-id: svn://scribus.net/trunk/Scribus@23289 
11d20701-8431-0410-a711-e3c959e3b870
+---
+ scribus/plugins/import/pdf/importpdfconfig.h | 6 ++
+ scribus/plugins/import/pdf/slaoutput.cpp | 6 +++---
+ scribus/plugins/import/pdf/slaoutput.h   | 6 +++---
+ 3 files changed, 12 insertions(+), 6 deletions(-)
+
+diff --git a/scribus/plugins/import/pdf/importpdfconfig.h 
b/scribus/plugins/import/pdf/importpdfconfig.h
+index 2a13b0d10..9913ee382 100644
+--- a/scribus/plugins/import/pdf/importpdfconfig.h
 b/scribus/plugins/import/pdf/importpdfconfig.h
+@@ -52,4 +52,10 @@ for which a new license (GPL+exception) is in place.
+ #define POPPLER_REF
+ #endif
+ 
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(0, 82, 0)
++#define POPPLER_CONST_082 const
++#else
++#define POPPLER_CONST_082
++#endif
++
+ #endif
+diff --git a/scribus/plugins/import/pdf/slaoutput.cpp 
b/scribus/plugins/import/pdf/slaoutput.cpp
+index 6094f3d9e..520474f65 100644
+--- a/scribus/plugins/import/pdf/slaoutput.cpp
 b/scribus/plugins/import/pdf/slaoutput.cpp
+@@ -2784,7 +2784,7 @@ void SlaOutputDev::drawMaskedImage(GfxState *state, 
Object *ref, Stream *str,  i
+   delete[] mbuffer;
+ }
+ 
+-void SlaOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int 
width, int height, GfxImageColorMap *colorMap, GBool interpolate, int 
*maskColors, GBool inlineImg)
++void SlaOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int 
width, int height, GfxImageColorMap *colorMap, GBool interpolate, 
POPPLER_CONST_082 int* maskColors, GBool inlineImg)
+ {
+   ImageStream * imgStr = new ImageStream(str, width, 
colorMap->getNumPixelComps(), colorMap->getBits());
+ //qDebug() << "Image Components" << colorMap->getNumPixelComps() << 
"Mask" << maskColors;
+@@ -3365,7 +3365,7 @@ err1:
+   fontsrc->unref();
+ }
+ 
+-void SlaOutputDev::drawChar(GfxState *state, double x, double y, double dx, 
double dy, double originX, double originY, CharCode code, int nBytes, Unicode 
*u, int uLen)
++void SlaOutputDev::drawChar(GfxState *state, double x, double y, double dx, 
double dy, double originX, double originY, CharCode code, int nBytes, 
POPPLER_CONST_082 Unicode *u, int uLen)
+ {
+   double x1, y1, x2, y2;
+   int render;
+@@ -3452,7 +3452,7 @@ void SlaOutputDev::drawChar(GfxState *state, double x, 
double y, double dx, doub
+   }
+ }
+ 
+-GBool SlaOutputDev::beginType3Char(GfxState *state, double x, double y, 
double dx, double dy, CharCode code, Unicode *u, int uLen)
++GBool SlaOutputDev::beginType3Char(GfxState *state, double x, double y, 
double dx, double dy, CharCode code, POPPLER_CONST_082 Unicode *u, int uLen)
+ {
+ //qDebug() << "beginType3Char";
+   GfxFont *gfxFont;
+diff --git a/scribus/plugins/import/pdf/slaoutput.h 
b/scribus/plugins/import/pdf/slaoutput.h
+index bc4350a03..14a590d55 100644
+--- a/scribus/plugins/import/pdf/slaoutput.h
 b/scribus/plugins/import/pdf/slaoutput.h
+@@ -229,7 +229,7 @@ public:
+ 
+   //- image drawing
+   void drawImageMask(GfxState *state, Object *ref, Stream *str, int 
width, int height, GBool invert, GBool interpolate, GBool inlineImg) override;
+-  void drawImage(GfxState *state, Object *ref, Stream *str, int width, 
int height, GfxImageColorMap *colorMap, GBool interpolate, int *maskColors, 
GBool inlineImg) override;
++  void drawImage(GfxState *state, Object *ref, Stream *str, int width, 
int height, GfxImageColorMap *colorMap, GBool interpolate, POPPLER_CONST_082 
int *maskColors, GBool inlineImg) override;
+   void drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str,
+  int 

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

2019-11-01 Thread Andreas Sturmlechner
commit: dfa6d688436719d87a518dc7405675734e9591d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  1 15:54:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  1 18:39:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa6d688

app-office/libreoffice: Fix build with poppler-0.82.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libreoffice-6.2.8.2-poppler-0.82.patch   | 123 +
 app-office/libreoffice/libreoffice-6.2.8.2.ebuild  |   1 +
 app-office/libreoffice/libreoffice-6.3.3.2.ebuild  |   6 +-
 3 files changed, 127 insertions(+), 3 deletions(-)

diff --git 
a/app-office/libreoffice/files/libreoffice-6.2.8.2-poppler-0.82.patch 
b/app-office/libreoffice/files/libreoffice-6.2.8.2-poppler-0.82.patch
new file mode 100644
index 000..b6c30cd92a1
--- /dev/null
+++ b/app-office/libreoffice/files/libreoffice-6.2.8.2-poppler-0.82.patch
@@ -0,0 +1,123 @@
+From 2eadd46ab81058087af95bdfc1fea28fcdb65998 Mon Sep 17 00:00:00 2001
+From: Rasmus Thomsen 
+Date: Sat, 26 Oct 2019 14:11:35 +0200
+Subject: Fix build with poppler-0.82
+
+Change-Id: I3b6b3faea7986f3e5a6ae4790580d03bc9c955fc
+Reviewed-on: https://gerrit.libreoffice.org/81545
+Tested-by: Jenkins
+Reviewed-by: Michael Stahl 
+---
+ .../pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx   | 25 ++
+ .../pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx   | 16 +-
+ 2 files changed, 40 insertions(+), 1 deletion(-)
+
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+index ce32a41..3ae3bdc 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -863,11 +863,20 @@ void PDFOutDev::eoClip(GfxState *state)
+ local offset of character (zero for horizontal writing mode). not
+ taken into account for output pos updates. Used for vertical writing.
+  */
++
++#if POPPLER_CHECK_VERSION(0, 82, 0)
++void PDFOutDev::drawChar(GfxState *state, double x, double y,
++ double dx, double dy,
++ double originX, double originY,
++ CharCode, int /*nBytes*/, const Unicode *u, int uLen)
++{
++#else
+ void PDFOutDev::drawChar(GfxState *state, double x, double y,
+  double dx, double dy,
+  double originX, double originY,
+  CharCode, int /*nBytes*/, Unicode *u, int uLen)
+ {
++#endif
+ assert(state);
+ 
+ if( u == nullptr )
+@@ -979,11 +988,19 @@ void PDFOutDev::drawImageMask(GfxState* pState, Object*, 
Stream* str,
+ writeBinaryBuffer(aBuf);
+ }
+ 
++#if POPPLER_CHECK_VERSION(0, 82, 0)
++void PDFOutDev::drawImage(GfxState*, Object*, Stream* str,
++  int width, int height, GfxImageColorMap* colorMap,
++  poppler_bool /*interpolate*/,
++  const int* maskColors, poppler_bool /*inlineImg*/ )
++{
++#else
+ void PDFOutDev::drawImage(GfxState*, Object*, Stream* str,
+   int width, int height, GfxImageColorMap* colorMap,
+   poppler_bool /*interpolate*/,
+   int* maskColors, poppler_bool /*inlineImg*/ )
+ {
++#endif
+ if (m_bSkipImages)
+ return;
+ OutputBuffer aBuf; initBuf(aBuf);
+@@ -1004,12 +1021,20 @@ void PDFOutDev::drawImage(GfxState*, Object*, Stream* 
str,
+ {
+ GfxRGB aMinRGB;
+ colorMap->getColorSpace()->getRGB(
++#if POPPLER_CHECK_VERSION(0, 82, 0)
++reinterpret_cast(maskColors),
++#else
+ reinterpret_cast(maskColors),
++#endif
+  );
+ 
+ GfxRGB aMaxRGB;
+ colorMap->getColorSpace()->getRGB(
++#if POPPLER_CHECK_VERSION(0, 82, 0)
++reinterpret_cast(maskColors)+gfxColorMaxComps,
++#else
+ reinterpret_cast(maskColors)+gfxColorMaxComps,
++#endif
+  );
+ 
+ aMaskBuf.push_back( colToByte(aMinRGB.r) );
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+index 1a0c3f0..02f6b59 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+@@ -232,10 +232,17 @@ namespace pdfi
+ virtual void eoClip(GfxState *state) override;
+ 
+ //- text drawing
++#if POPPLER_CHECK_VERSION(0, 82, 0)
++virtual void drawChar(GfxState *state, double x, double y,
++  double dx, double dy,
++  double originX, double originY,
++  CharCode code, int nBytes, const Unicode *u, 
int uLen) override;
++#else
+ virtual void drawChar(GfxState *state, double 

[gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/

2019-11-01 Thread Göktürk Yüksek
commit: d81ee2f236dc123b9f7dba45c28309b4a5e2348f
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Nov  1 18:35:27 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Nov  1 18:37:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81ee2f2

app-laptop/mbpfan: bump to 2.2.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-laptop/mbpfan/Manifest|  1 +
 app-laptop/mbpfan/mbpfan-2.2.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/app-laptop/mbpfan/Manifest b/app-laptop/mbpfan/Manifest
index 0af7c168aa4..86ba4a5265d 100644
--- a/app-laptop/mbpfan/Manifest
+++ b/app-laptop/mbpfan/Manifest
@@ -3,3 +3,4 @@ DIST mbpfan-2.0.0.tar.gz 37912 BLAKE2B 
8d2ce41d8f6a724e28ace0c23047dde4a0a60ae10
 DIST mbpfan-2.0.1.tar.gz 37805 BLAKE2B 
0988a9b5cd359b4e64fdb1e63322dea7582fdc9a9dda0760550945282ef6142dbcab8aeb78ec1a725b5f9aebcda72386e3fa4b8b5f7ecdf078106d229fb7e2af
 SHA512 
8fd2e37b9b81720ff7efa490d285da5980ef5dcc858fef4b0c24166a8f0df46aa230ea18fca5775b71918e5ca6df1bfbbdced068182c20eeb86192ed2019
 DIST mbpfan-2.1.0.tar.gz 39303 BLAKE2B 
b51b7df8c24cc49561f45614a655c698b85f149367f888aceb90b90e27e2da03ede7beed58e552e163e9f625d950290198f6d56a545c10989a8d0e27909556a7
 SHA512 
8750ac47419e84f8692a478e3977b56b98be9e255d5be9876094eef0f86bc587510959cc4cff0d681fb9e1ecaf98f90d9d0b63a1a6ddd25e8de4ccfda747b54a
 DIST mbpfan-2.1.1.tar.gz 40637 BLAKE2B 
bdd17a9a883cc9af3cb7d55a2c8594c435fb367f0c6b5dec2b3da85747e2c2af591ed1dabf082cbbc31ac92ce5b2dc5194d8a50836c87cd784f238322ab09d9f
 SHA512 
c1bf81c5e2f2f4f710a8455c65f10dc2dc2255319a7dbf4367c31884eece8d9909d28f3a00e5fc4d964d65254b36202a2a2b666d0ef04ea04153baded6039449
+DIST mbpfan-2.2.0.tar.gz 40435 BLAKE2B 
6fd9e6e7c480faa8c0ea432404ec5fcbe8bc8b17efba5dcce28dae96b8c8c434bbf712208e4d7a2f5b12e6d5d1535e3bf32b4661a78c69f496d9c43c3c232bb8
 SHA512 
f45eb3965100dbc88ba7bf15a15fee261b0f5f29174b7d7d1c1a6d6752ded3ba909586d9131d325d40826a38005ecb3a33008192565b9bb802ffe49c37274690

diff --git a/app-laptop/mbpfan/mbpfan-2.2.0.ebuild 
b/app-laptop/mbpfan/mbpfan-2.2.0.ebuild
new file mode 100644
index 000..b530d9569fa
--- /dev/null
+++ b/app-laptop/mbpfan/mbpfan-2.2.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info systemd toolchain-funcs
+
+DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
+HOMEPAGE="https://github.com/dgraziotin/mbpfan;
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test" # will fail if the hardware is unavailable, not useful
+
+if [[ "${PV}" =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake DESTDIR="${ED}" install
+
+   # Decompress the man page to enable PM auto compression
+   gzip -d "${ED}"/usr/share/man/man8/mbpfan.8.gz || die
+
+   # Remove the empty systemd unit directory
+   # It doesn't actually install the unit file
+   rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
+   # Actually install the sytstemd unit file
+   systemd_dounit ${PN}.service
+   # Install openrc init file
+   newinitd ${PN}.init.gentoo ${PN}
+
+   # make install doesn't install the docs in the right place
+   rm -rf "${ED%/}/usr/share/doc/${PN}" || die
+
+   einstalldocs
+}



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

2019-11-01 Thread Thomas Deutschmann
commit: b647fe94dcff8de9eb1c1be2a75bec8ea50d70e3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov  1 18:36:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov  1 18:38:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b647fe94

virtual/mysql: allow mysql 8.x to satisfy virtual

-DDISABLE_SHARED has no effect in 8.x and was removed in >=8.0.18.

Link: 
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_disable_shared
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 virtual/mysql/{mysql-5.6-r12.ebuild => mysql-5.6-r13.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/mysql/mysql-5.6-r12.ebuild 
b/virtual/mysql/mysql-5.6-r13.ebuild
similarity index 73%
rename from virtual/mysql/mysql-5.6-r12.ebuild
rename to virtual/mysql/mysql-5.6-r13.ebuild
index b29ac85fa75..66624bb8d81 100644
--- a/virtual/mysql/mysql-5.6-r12.ebuild
+++ b/virtual/mysql/mysql-5.6-r13.ebuild
@@ -10,9 +10,9 @@ IUSE="embedded +server static"
 
 RDEPEND="|| (
>=dev-db/mariadb-10.0[embedded(-)?,server?,static?]
-   >=dev-db/mysql-${PV}[embedded(-)?,server?,static?]
-   >=dev-db/percona-server-${PV}[embedded(-)?,server?,static?]
+   >=dev-db/mysql-${PV}[embedded(-)?,server?,static(-)?]
+   >=dev-db/percona-server-${PV}[embedded(-)?,server?,static(-)?]
dev-db/mariadb-galera[embedded(-)?,server?,static?]
-   >=dev-db/mysql-cluster-7.3[embedded(-)?,server?,static?]
+   >=dev-db/mysql-cluster-7.3[embedded(-)?,server?,static(-)?]
)
 "



[gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/

2019-11-01 Thread Göktürk Yüksek
commit: e720258f0191e8c95ccda4ae2e573383e7a68504
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Nov  1 18:37:09 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Nov  1 18:37:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e720258f

app-laptop/mbpfan: remove old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-laptop/mbpfan/Manifest|  4 
 app-laptop/mbpfan/mbpfan-1.9.1.ebuild | 33 -
 app-laptop/mbpfan/mbpfan-2.0.0.ebuild | 45 ---
 app-laptop/mbpfan/mbpfan-2.0.1.ebuild | 44 --
 app-laptop/mbpfan/mbpfan-2.1.0.ebuild | 44 --
 5 files changed, 170 deletions(-)

diff --git a/app-laptop/mbpfan/Manifest b/app-laptop/mbpfan/Manifest
index 86ba4a5265d..22821d3567c 100644
--- a/app-laptop/mbpfan/Manifest
+++ b/app-laptop/mbpfan/Manifest
@@ -1,6 +1,2 @@
-DIST mbpfan-1.9.1.tar.gz 24393 BLAKE2B 
9fd96f6903aa360a86e2813d9bf3e57fe28dacc7bbfb25c94eba90a41de1bbf48adb840ec664e9ab3dccafcb361a8799d14ccc258fa377fac88a510c1063a92d
 SHA512 
04f1f70697ccd182c329588623c6664979e1cc25db8a39a2ea9f6d1ec49f3914172c3ada392fabc9ac51a811f36087dc600426c34c201d02a5d7b791b04f0f3b
-DIST mbpfan-2.0.0.tar.gz 37912 BLAKE2B 
8d2ce41d8f6a724e28ace0c23047dde4a0a60ae10beeec3e3d7194bbd6b87ae0c340cf025deca896208e225083e0bb67043c6b00135544f2d78e39fbf55b3fcd
 SHA512 
9a7f930afe0a151fe50bf3ef1a06a5cecaced0c47f7088a83b91e25dff85d4b0d53494eac5eb1b624bde6ff1d3307a0d9fe6ba392fdacbe58e241d93d11cda6d
-DIST mbpfan-2.0.1.tar.gz 37805 BLAKE2B 
0988a9b5cd359b4e64fdb1e63322dea7582fdc9a9dda0760550945282ef6142dbcab8aeb78ec1a725b5f9aebcda72386e3fa4b8b5f7ecdf078106d229fb7e2af
 SHA512 
8fd2e37b9b81720ff7efa490d285da5980ef5dcc858fef4b0c24166a8f0df46aa230ea18fca5775b71918e5ca6df1bfbbdced068182c20eeb86192ed2019
-DIST mbpfan-2.1.0.tar.gz 39303 BLAKE2B 
b51b7df8c24cc49561f45614a655c698b85f149367f888aceb90b90e27e2da03ede7beed58e552e163e9f625d950290198f6d56a545c10989a8d0e27909556a7
 SHA512 
8750ac47419e84f8692a478e3977b56b98be9e255d5be9876094eef0f86bc587510959cc4cff0d681fb9e1ecaf98f90d9d0b63a1a6ddd25e8de4ccfda747b54a
 DIST mbpfan-2.1.1.tar.gz 40637 BLAKE2B 
bdd17a9a883cc9af3cb7d55a2c8594c435fb367f0c6b5dec2b3da85747e2c2af591ed1dabf082cbbc31ac92ce5b2dc5194d8a50836c87cd784f238322ab09d9f
 SHA512 
c1bf81c5e2f2f4f710a8455c65f10dc2dc2255319a7dbf4367c31884eece8d9909d28f3a00e5fc4d964d65254b36202a2a2b666d0ef04ea04153baded6039449
 DIST mbpfan-2.2.0.tar.gz 40435 BLAKE2B 
6fd9e6e7c480faa8c0ea432404ec5fcbe8bc8b17efba5dcce28dae96b8c8c434bbf712208e4d7a2f5b12e6d5d1535e3bf32b4661a78c69f496d9c43c3c232bb8
 SHA512 
f45eb3965100dbc88ba7bf15a15fee261b0f5f29174b7d7d1c1a6d6752ded3ba909586d9131d325d40826a38005ecb3a33008192565b9bb802ffe49c37274690

diff --git a/app-laptop/mbpfan/mbpfan-1.9.1.ebuild 
b/app-laptop/mbpfan/mbpfan-1.9.1.ebuild
deleted file mode 100644
index 58ae75eb0cb..000
--- a/app-laptop/mbpfan/mbpfan-1.9.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd toolchain-funcs
-
-DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
-HOMEPAGE="https://github.com/dgraziotin/mbpfan;
-SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test" # will fail if the hardware is unavailable, not useful
-
-CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
-
-src_prepare() {
-   sed -i -e "s:g++:$(tc-getCXX):g" Makefile || die
-   default
-}
-
-src_install() {
-   dosbin bin/mbpfan
-
-   insinto /etc
-   doins ${PN}.conf
-
-   newinitd ${PN}.init.gentoo ${PN}
-   systemd_dounit ${PN}.service
-
-   einstalldocs
-}

diff --git a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild 
b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild
deleted file mode 100644
index fb1fc7c3f9d..000
--- a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd toolchain-funcs
-
-DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
-HOMEPAGE="https://github.com/dgraziotin/mbpfan;
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test" # will fail if the hardware is unavailable, not useful
-
-if [[ "${PV}" =  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git;
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   # There's a double linking problem in install
-   

[gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/

2019-11-01 Thread Göktürk Yüksek
commit: 5c63dccb51041660ebc49d1839a9c4c180f211c2
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Nov  1 18:36:28 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Nov  1 18:37:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c63dccb

app-laptop/mbpfan: update the live ebuild

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-laptop/mbpfan/mbpfan-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-laptop/mbpfan/mbpfan-.ebuild 
b/app-laptop/mbpfan/mbpfan-.ebuild
index 357bf95cf28..b530d9569fa 100644
--- a/app-laptop/mbpfan/mbpfan-.ebuild
+++ b/app-laptop/mbpfan/mbpfan-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,6 +29,9 @@ src_compile() {
 src_install() {
emake DESTDIR="${ED}" install
 
+   # Decompress the man page to enable PM auto compression
+   gzip -d "${ED}"/usr/share/man/man8/mbpfan.8.gz || die
+
# Remove the empty systemd unit directory
# It doesn't actually install the unit file
rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die



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

2019-11-01 Thread Mike Gilbert
commit: cce08631bf3bc34a49bdf8e2402ab41e6915be58
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Fri Nov  1 15:43:06 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Nov  1 18:09:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce08631

www-client/chromium: stable channel bump to 78.0.3904.87

Bug: https://bugs.gentoo.org/699068
Closes: https://github.com/gentoo/gentoo/pull/13519
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-78.0.3904.87.ebuild | 742 +++
 2 files changed, 743 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 6cab752dd46..4bb3400bd48 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
 DIST chromium-78-revert-noexcept-r1.patch.gz 12094 BLAKE2B 
1fd0c939af773ed398c9ab14fa80b042b4237cabdbcb06425e4d1c72200ec49c3c1383cfc95013cce4df411b0a2397b79030d41a0379ae80a0c60bae1fbb5ffa
 SHA512 
dcb62b82b34d5d6982762cacfe3ab7d3538d908b3befe7666f5d70d98ba4f979b5bf056e5c5343ed76aa744a643318fc5a75ddedfcb1b7de3e7c28eb2587439f
 DIST chromium-78.0.3904.70.tar.xz 742787108 BLAKE2B 
623a0359f461672d8d6c97b4703f5b50c6ac423350ba96b7f37582be38d9cc66674e441b506405bc5f136df19df886036ef5abae4b8c2e4e953ec296e2a25bb4
 SHA512 
95d926ea92a0e744284a4c5fca619e3a067dd0fdfaa7c05b5a069d2a8d1159bf849335e21e5803bd28175c1994bd4ff15337ad0a3063445fab74eef113275545
+DIST chromium-78.0.3904.87.tar.xz 742861696 BLAKE2B 
f8e99207876d879dc74873950e3647d41f0c687a9cd6285f44d54a4c39ceac68d455a79c38f0c9c4815ad025b2b6fae95305f0bc47e2d4c0f2937810068ffe1e
 SHA512 
9c59c01c7224771dd1db648a8cea6cda646062b4b172eb7bf0767a0b5ebead038697a8c0ec2c4ef758b876bb7a1c862223b8ef3c23308fd0c99752444305a713
 DIST chromium-79.0.3945.8.tar.xz 777902956 BLAKE2B 
eba9e94c9305a5fe9aaf8848456a69427219a29b139217d9b5409a35cb4a508d217fe82c08e3bc9325675180bfe7d7c93d583adf9d8ad6c04de1209b2305a1d3
 SHA512 
78358d0dbb8bd574c450f5443b7dfc888ea89ad9fa9da156106d260f1b3921deb6f5a50931c689c1855c9ffdef5e001d8636e8a00d416c9e9efe8bea2a8dfc6d

diff --git a/www-client/chromium/chromium-78.0.3904.87.ebuild 
b/www-client/chromium/chromium-78.0.3904.87.ebuild
new file mode 100644
index 000..5223f4fccff
--- /dev/null
+++ b/www-client/chromium/chromium-78.0.3904.87.ebuild
@@ -0,0 +1,742 @@
+# Copyright 2009-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
+   
https://dev.gentoo.org/~floppym/dist/chromium-78-revert-noexcept-r1.patch.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+closure-compile component-build cups cpu_flags_arm_neon gnome-keyring 
+hangouts jumbo-build kerberos pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+REQUIRED_USE="component-build? ( !suid )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-64:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.11.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-2.4.0:0=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12-r0
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   

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

2019-11-01 Thread Brian Evans
commit: cc0cc430854ac3b5e03c7b37afc8cf35042a415e
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Nov  1 17:28:45 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Nov  1 17:28:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0cc430

dev-lang/php: Version bump for 7.4.0_rc5

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Brian Evans  gentoo.org>

 dev-lang/php/Manifest |   1 +
 dev-lang/php/php-7.4.0_rc5.ebuild | 724 ++
 2 files changed, 725 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 98993e40aac..907a11e612a 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -12,4 +12,5 @@ DIST php-7.3.8.tar.xz 12064620 BLAKE2B 
cfe2fde5e48080e13bd21cb2e2ca0c0ae38da03c9
 DIST php-7.3.9.tar.xz 12064244 BLAKE2B 
2837463a74a0ccffc1a2193f9fbce78c98c15dd60214cb5d5d704aed7d74449696c3a516e86f440aed9ff3dc2ed8e7bbebcaf0a1268afa55aca2b642e958abf1
 SHA512 
017d2ae3cd499a7f6ee30111baf0a119e2f404919575acc5ae91fa6e53a303c9d1b5d165205eec3943c3547ff8759e21fbccc62845e3269176f6fc0f2ba88490
 DIST php-7.4.0RC3.tar.xz 10220844 BLAKE2B 
dc3912533dc52234c5733c89e9353391ddffebe0f08e0de4b9155707d49db43700bfffb91d27391f56fbb2663752742346d7b2947ea77c4175322003b53d1bb4
 SHA512 
433f5bdafe753948f9ea837205988ae3c779a03c23505795f4c7c71a6cc62354cf61a2f30aa3480a588b9b44faa184664322616025af74627784d5b64b1e8dfb
 DIST php-7.4.0RC4.tar.xz 10223780 BLAKE2B 
03c19129fbe6e7326144660321769a31b832afbf9c468a4502e8e055be049bc39407003799f1c86bc96141d112571f3f12efb7c8d1d65acf96baae21c8a17423
 SHA512 
473bd7dd021d2377957799b36b410b29b6650c4813431ff27884e6b0511d4af32ed0500f241b449fefeb562538b0db81df76c14d84654c1d6faaee6e4c560a70
+DIST php-7.4.0RC5.tar.xz 10229964 BLAKE2B 
0525553bbcd948ea76177b433a9ab56f9e5f62866a9e8065a2c061aad54bc962515aa0ff77cce8f38ec799c07cda53f8d23acabf62bd218e4ffe3bda41b270e1
 SHA512 
a95c1c786ccaa4aac5d1cabc3831775a10b69e806031ddd495d271fafab54c54c3013f2193b4dabedde05047bb18f7d8491e7dee44afcb9a045c049df7ade5ee
 DIST php-patches-7.1.31bp.tar.bz2 37219 BLAKE2B 
4f3ead2f69adf00ac1317371172c8adbb823f597cd8e3cafe7044d6a46671437fd2e5eaef4309a6fd5825123394044543284d3cbe892c918353a5b07c12b7401
 SHA512 
eb52679d035ceb4124c8e9175024f4f753e20d139479af4a57e01de941991716b2ce37f6190242c1bec46fd5305bad1f91613b04ee849a0d94f4a33ce013781e

diff --git a/dev-lang/php/php-7.4.0_rc5.ebuild 
b/dev-lang/php/php-7.4.0_rc5.ebuild
new file mode 100644
index 000..ececc5cc430
--- /dev/null
+++ b/dev-lang/php/php-7.4.0_rc5.ebuild
@@ -0,0 +1,724 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+WANT_AUTOMAKE="none"
+
+inherit flag-o-matic systemd autotools
+
+MY_PV=${PV/_rc/RC}
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://php.net/;
+SRC_URI="https://downloads.php.net/~derick/${PN}-${MY_PV}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif ffi +fileinfo +filter firebird
+   +flatfile ftp gd gdbm gmp +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre2-10.30[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] )
+   argon2? ( app-crypt/argon2:= )
+   berkdb? ( || (  sys-libs/db:5.3
+   sys-libs/db:5.1
+   sys-libs/db:4.8
+   sys-libs/db:4.7
+   sys-libs/db:4.6
+   sys-libs/db:4.5 ) )
+  

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

2019-11-01 Thread Matthew Thode
commit: 650b8df443387201e4a43b0a8d0f1df61349083b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov  1 16:37:25 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov  1 17:03:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650b8df4

app-admin/ansible: remove manifest.in removal

Fixes: https://bugs.gentoo.org/699086
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-2.9.0.ebuild | 5 -
 app-admin/ansible/ansible-.ebuild  | 5 -
 2 files changed, 10 deletions(-)

diff --git a/app-admin/ansible/ansible-2.9.0.ebuild 
b/app-admin/ansible/ansible-2.9.0.ebuild
index ed9cfd72741..29be3eba4da 100644
--- a/app-admin/ansible/ansible-2.9.0.ebuild
+++ b/app-admin/ansible/ansible-2.9.0.ebuild
@@ -56,11 +56,6 @@ python_compile_all() {
fi
 }
 
-python_prepare_all() {
-   rm -fv MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
 python_test() {
nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
 }

diff --git a/app-admin/ansible/ansible-.ebuild 
b/app-admin/ansible/ansible-.ebuild
index 64bfd803760..fbd68a46834 100644
--- a/app-admin/ansible/ansible-.ebuild
+++ b/app-admin/ansible/ansible-.ebuild
@@ -57,11 +57,6 @@ python_compile_all() {
fi
 }
 
-python_prepare_all() {
-   rm -fv MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
 python_test() {
nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
 }



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2019-11-01 Thread Ben Kohler
commit: a6d9d4fb599177e4e935a0b935d525c512d1c418
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Nov  1 15:15:50 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Nov  1 16:22:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d9d4fb

net-wireless/iwd: fetch ell.git using git-r3

Bug: https://bugs.gentoo.org/699042
Package-Manager: Portage-2.3.78_p4, Repoman-2.3.17_p100
Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/iwd/iwd-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-wireless/iwd/iwd-.ebuild b/net-wireless/iwd/iwd-.ebuild
index bcf7602ab7a..32c1b7fd134 100644
--- a/net-wireless/iwd/iwd-.ebuild
+++ b/net-wireless/iwd/iwd-.ebuild
@@ -5,8 +5,9 @@ EAPI=6
 inherit flag-o-matic linux-info systemd
 
 if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git;
inherit autotools git-r3
+   
IWD_EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git;
+   ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
@@ -101,8 +102,8 @@ pkg_pretend() {
 
 src_unpack() {
if [[ ${PV} == ** ]] ; then
-   git-r3_src_unpack
-   git clone git://git.kernel.org/pub/scm/libs/ell/ell.git 
"${WORKDIR}"/ell
+   EGIT_REPO_URI=${IWD_EGIT_REPO_URI} git-r3_src_unpack
+   EGIT_REPO_URI=${ELL_EGIT_REPO_URI} EGIT_CHECKOUT_DIR=${S}/ell 
git-r3_src_unpack
else
default
fi



  1   2   3   >