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

2019-03-25 Thread Hans de Graaff
commit: b5c76d2df39af58410543ca92bfe79cf54b11fa5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 26 05:41:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 26 05:44:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c76d2d

dev-ruby/activestorage: remove vulnerable versions

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

 dev-ruby/activestorage/Manifest|  1 -
 .../activestorage/activestorage-5.2.2-r1.ebuild| 58 --
 dev-ruby/activestorage/activestorage-5.2.2.ebuild  | 56 -
 3 files changed, 115 deletions(-)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
index 37061766e2b..d4a6a66cb9f 100644
--- a/dev-ruby/activestorage/Manifest
+++ b/dev-ruby/activestorage/Manifest
@@ -1,2 +1 @@
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild
deleted file mode 100644
index 58cfcf6ca1b..000
--- a/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild
+++ /dev/null
@@ -1,58 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Attach cloud and local files in Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-DEPEND+=" test? ( app-text/mupdf ) "
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   ~dev-ruby/activerecord-${PV}:*
-   >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/railties-${PV}
-   dev-ruby/test-unit:2
-   dev-ruby/mini_magick
-   dev-ruby/mocha
-   dev-ruby/rake
-   dev-ruby/sqlite3
-   )"
-
-all_ruby_prepare() {
-  # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/
 s:^:#:" \
-   -e '/dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/:test/,/^end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-}

diff --git a/dev-ruby/activestorage/activestorage-5.2.2.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.2.ebuild
deleted file mode 100644
index fc1d90b6c73..000
--- a/dev-ruby/activestorage/activestorage-5.2.2.ebuild
+++ /dev/null
@@ -1,56 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Attach cloud and local files in Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-DEPEND+=" test? ( app-text/mupdf ) "
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   

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

2019-03-25 Thread Hans de Graaff
commit: 59a50b94fe3df4ae93e58aab6559949bd0a929bb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 26 05:41:11 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 26 05:44:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a50b94

Revert "dev-ruby/activestorage: remove vulnerable versions"

This reverts commit c01410a18138fff05784e9f3894bf0e32c628fd4.

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activestorage/Manifest|  2 +
 .../activestorage/activestorage-5.2.2-r1.ebuild| 58 ++
 .../activestorage/activestorage-5.2.2.1.ebuild | 58 ++
 dev-ruby/activestorage/activestorage-5.2.2.ebuild  | 56 +
 4 files changed, 174 insertions(+)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
new file mode 100644
index 000..37061766e2b
--- /dev/null
+++ b/dev-ruby/activestorage/Manifest
@@ -0,0 +1,2 @@
+DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
+DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild
new file mode 100644
index 000..58cfcf6ca1b
--- /dev/null
+++ b/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app config db"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Attach cloud and local files in Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+DEPEND+=" test? ( app-text/mupdf ) "
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}:*
+   ~dev-ruby/activerecord-${PV}:*
+   >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/railties-${PV}
+   dev-ruby/test-unit:2
+   dev-ruby/mini_magick
+   dev-ruby/mocha
+   dev-ruby/rake
+   dev-ruby/sqlite3
+   )"
+
+all_ruby_prepare() {
+  # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/
 s:^:#:" \
+   -e '/dalli/ s/2.7.7/2.7.9/' \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/:test/,/^end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}

diff --git a/dev-ruby/activestorage/activestorage-5.2.2.1.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.2.1.ebuild
new file mode 100644
index 000..58cfcf6ca1b
--- /dev/null
+++ b/dev-ruby/activestorage/activestorage-5.2.2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app config db"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Attach cloud and local files in Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+

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

2019-03-25 Thread Andrew John Hughes
commit: 09f1d181b82da98f0a66c78d9b1c076fd4b63806
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Tue Mar 26 04:19:08 2019 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Tue Mar 26 04:19:08 2019 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=09f1d181

dev-java/icedtea: Update to 2.6.17 (http://bitly.com/it20617)

Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-java/icedtea/ChangeLog   |  6 ++
 dev-java/icedtea/Manifest| 16 
 .../{icedtea-7.2.6.16.ebuild => icedtea-7.2.6.17.ebuild} | 16 
 3 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index ae2dab90..3071a505 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2019 Gentoo Authors; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-7.2.6.17 (26 Mar 2019)
+
+  26 Mar 2019; Andrew John Hughes 
+  +icedtea-7.2.6.17.ebuild, -icedtea-7.2.6.16.ebuild:
+  dev-java/icedtea: Update to 2.6.17 (http://bitly.com/it20617)
+
 *icedtea-3.11.0 (12 Mar 2019)
 *icedtea-3.12.0_pre00 (12 Mar 2019)
 

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 67d912f9..45b899cb 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -1,11 +1,11 @@
-DIST icedtea-2.6-corba-f6cd5cd93391.tar.bz2 1076816 BLAKE2B 
096ecfd2edfddd50c392bfab8a206e5be58977ef2d25c1927c55c3b1483d2d73017c02ffd5408217ee4fe38af8b2855fb98c12ab77fe57b46612f1307741d538
 SHA512 
3926a1c889d0ff5386dd78e8fb1ff71b553744fe574ab9655d9e1677da9aea3306d65e631866afcbb533b8e0fefbb34ae655400c9bc7c2058aaa34f8fb0a04d8
-DIST icedtea-2.6-hotspot-ae6068b02261.tar.bz2 8221209 BLAKE2B 
8b7e5a06da7a1ce57aefc2620c86185cd55dce25408c82015e80c896880097cde0a10e97d96660006e8c7c2da4be45eafa35d145e3d739c3fff2df98127d425d
 SHA512 
73b0338ec293d0d87cc7251f63ef453ec10c7de978c56d8ff455b16ee0506175aed681a9a95fbdcc8b747ba00ef6cf914f63d0c5d22268b40620d4dbc7390a98
-DIST icedtea-2.6-jaxp-f331098c637a.tar.bz2 2732135 BLAKE2B 
79191a3817152f1dc565f5fcd8a6187666cc3c2ee486c583487f1dddecfe1d8d2720afcc8fd495f2e82935c922476dc282c6ba228d9ad426b6f7ba3eb4526683
 SHA512 
2b37ba6f235b684682d9590c292b6af5fb6f41d4001f92dcf4945570e13fe760f91bbc7068d071e3e935829c9719936ae96940874ee211fd32cba187e05f0255
-DIST icedtea-2.6-jaxws-234f51a5ed7a.tar.bz2 2023507 BLAKE2B 
a4c53528352066f44953dc14c7c45afa2075abf2532dca94bde5eba9807dde33fbeaf59390c7801367ecfff88c3eca21ed4beb924bafb00e07f93eba9b9e7335
 SHA512 
41dc2b7a610cd5f4c9155c14670bb97f1c57924af2737faf6beb7b284c0ad7c0f0b33f4276cde5674a57db3f88ba4503f94f2dff7a52db3273ee53ed0b14be64
-DIST icedtea-2.6-jdk-b624599b602c.tar.bz2 33076585 BLAKE2B 
7b7162e7e54895ba9ded5c161e7c131c20be3d2e0a417eb1acb68a4afded3a260017bb4efbd11f9730bf9178e43e402c6a79a18b6f9f5047ae962ab92ede58de
 SHA512 
2703b7bf7455aa3997426f2ce3d4c2285ee44640a940d15c1c3434414c295d87b44e749fece5a7b91910c8768a79774fb03b43ab5605df9dc8965b600fd7
-DIST icedtea-2.6-langtools-1b532e3cc1da.tar.bz2 1712140 BLAKE2B 
fc4f91f97faa36bc10cafe03908b0c84b4aac8b398c7351af24ba4a0ab0a17b5ad8fab69115292e514aadf3cb25849ce62372c62b176711d8a93d812d880588a
 SHA512 
192dd5fac399c52bcb547617832428b40af493089b4bb63159cd9363c78af76c7acdc051d461eb4e4692b2090e05ed769b9fec460a328973b36b57bbb28cee39
-DIST icedtea-2.6-openjdk-d44eff7de671.tar.bz2 131107 BLAKE2B 
a8ad9e3743d958f2b2fe991d47ef2d59bbf74b522da2d66ba35dd6e823d641554b5932dced11825648cec5fa760cbf4b943677220b644a965cb8411cfdd3
 SHA512 
ee2443da63ab6b1a525d0633a577f28d28d3916cb47b312d61d71b4795ae3bde4a70478017b7639133fb65cfb63aa0fcbc397afbde18f20d605a50286163e4a2
-DIST icedtea-2.6.16.tar.xz 2147664 BLAKE2B 
3f2cb86426cbe63d7b8bb901481aebfabdda4dfbb442db4c1e6beed9cab245f173dc69d1faf0e99bfea28a3d6db74d9eb4892b92e74c26569e2f7397ac050e1f
 SHA512 
14b0d4013a1cb72b624730612674e085236714a98935de8b22191adf3d6d334d6bc1c623f6d84dc705d9b1a988e60e307beace9dd8274b0e920e35c8c6b07dbd
+DIST icedtea-2.6-corba-46169649285d.tar.bz2 1076038 BLAKE2B 
e6d50e8b3cff95a3efd1b6d848fd4e49ea3b14e1176c39fe927246ae0907e06131df2a9c84fe2784dfb28938067f866b2c447fd9a49eb4bf682ffd986500b070
 SHA512 
20336ab198e42d42c2f68d15b82fd25db523d68b65313df4c1233a13ccb286fc94e9941c84a2b2b18a196aa121109aedb0c2c6ca772b71c8e1721ebf04b702f6
+DIST icedtea-2.6-hotspot-d47e668978c8.tar.bz2 8223681 BLAKE2B 
f27fc0af6f54ee1044147778dfcca078a375930722c6fbd310d5457066c601cf555033155ef6f1b729e9f03fe93bf848042146c22e8b2370591817a20a340bc6
 SHA512 
2777299457b9f82736351a4c948431c1671a40bdc1315da66ba13f0f9930a40812da5385f7d8b10f4a847592cc4f253a36eb14b15bd6699fa5dcd7841718f821
+DIST icedtea-2.6-jaxp-c05c97839122.tar.bz2 2732357 BLAKE2B 
927bbc384a2bf5b063503cfa554245fd077d35b9c8cb3e7f0e53b5445fe7f9d6d59ac4f0d7cd10248ca03c9bfbfe7754f6352ea4e4f35c1ac384edff539963ac
 SHA512 

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

2019-03-25 Thread Matt Turner
commit: 0252795a66c95ae30819f0cdc26b89821794c07e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 26 04:11:30 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 26 04:13:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0252795a

dev-libs/wayland: Version bump to 1.17.0

Closes: https://bugs.gentoo.org/624190
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland/Manifest  |  1 +
 dev-libs/wayland/wayland-1.17.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
index 796b113aaa5..9d43aa8e6df 100644
--- a/dev-libs/wayland/Manifest
+++ b/dev-libs/wayland/Manifest
@@ -1 +1,2 @@
 DIST wayland-1.16.0.tar.xz 435216 BLAKE2B 
862cc8ca9da060f9b8345aa0a62a4af76a31562246b75d2679bcf30cc894cc94ec28f97951f766b6e5297b2e113cd8b08e5682dacbfc79544c0085995693ec55
 SHA512 
64eca2b1c0bc7913508a5499dae87e2723c712d8024acbb4c77c3c4a6c20de78c10704ae9827fd034116ca540a547aeec28c5a1e3bd382b23f85231424b0f49c
+DIST wayland-1.17.0.tar.xz 437680 BLAKE2B 
2f4eb54c5ded90453b4e2812f7b5086aa211196ec9f7333d316cdb829269d55db570ccb45a67ee07a039633245e630ab54da6403ff4754d59366f3c13fb87549
 SHA512 
c5051aab5ff078b368c196ecfedb33ccd961265bb914845d7ed81de361bb86ae18299575baa6c4eceb0d82cf8b495e8293f31b51d1cbc05d84af0a199ab3f946

diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild 
b/dev-libs/wayland/wayland-1.17.0.ebuild
new file mode 100644
index 000..7e909b19826
--- /dev/null
+++ b/dev-libs/wayland/wayland-1.17.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git;
+   inherit git-r3
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+inherit autotools libtool multilib-minimal toolchain-funcs
+
+DESCRIPTION="Wayland protocol libraries"
+HOMEPAGE="https://wayland.freedesktop.org/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="doc static-libs"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   >=app-doc/doxygen-1.6[dot]
+   app-text/xmlto
+   >=media-gfx/graphviz-2.26.0
+   sys-apps/grep[pcre]
+   )
+"
+DEPEND="
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   dev-libs/libxml2:=
+   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   !

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

2019-03-25 Thread Patrick McLean
commit: ecd2de45a1b36df1d95a6a078f0f99c4d20f4bf7
Author: Patrick McLean  sony  com>
AuthorDate: Tue Mar 26 02:57:24 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Mar 26 02:57:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd2de45

dev-python/PyUtilib: Remove longdescription from metadata.xml

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/PyUtilib/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/PyUtilib/metadata.xml b/dev-python/PyUtilib/metadata.xml
index 26c1b264f1f..2541628cf9a 100644
--- a/dev-python/PyUtilib/metadata.xml
+++ b/dev-python/PyUtilib/metadata.xml
@@ -8,6 +8,4 @@
 chutz...@gentoo.org
 Patrick McLean
   
-  
-  
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyUtilib/, dev-python/PyUtilib/files/, dev-util/gcovr/

2019-03-25 Thread Patrick McLean
commit: c7a0646691cc170758c473760ae4d53f1f443f90
Author: Patrick McLean  sony  com>
AuthorDate: Tue Mar 26 01:51:09 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Mar 26 02:32:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a06466

dev-python/PyUtilib: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/PyUtilib/Manifest   |  1 +
 dev-python/PyUtilib/PyUtilib-5.6.5.ebuild  | 51 ++
 .../PyUtilib/files/pyutilib-5.6.5-tests.patch  | 35 +++
 dev-python/PyUtilib/metadata.xml   | 13 ++
 dev-util/gcovr/Manifest|  1 +
 5 files changed, 101 insertions(+)

diff --git a/dev-python/PyUtilib/Manifest b/dev-python/PyUtilib/Manifest
new file mode 100644
index 000..23ea8a4b814
--- /dev/null
+++ b/dev-python/PyUtilib/Manifest
@@ -0,0 +1 @@
+DIST PyUtilib-5.6.5.tar.gz 1504220 BLAKE2B 
2d00b8b9a0a787413dce5dd4380382efa4c8788e9a8f5188eb0decf9e55bc07ce5ceb8e6f32ed2fa7cf58c331fe936ea07d9b599ff8e7e9593327d3c0f05d4e9
 SHA512 
5e7f86c29ff81cfffea5862d09ec8d026739f09b172606acd4d08dc4a9bde28c8b63b8e51634d17c3161b46e7e8c8881050044baa22bc07b0926efe46ed7331d

diff --git a/dev-python/PyUtilib/PyUtilib-5.6.5.ebuild 
b/dev-python/PyUtilib/PyUtilib-5.6.5.ebuild
new file mode 100644
index 000..0f3cc65d108
--- /dev/null
+++ b/dev-python/PyUtilib/PyUtilib-5.6.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_5 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A collection of Python utilities"
+HOMEPAGE="https://github.com/PyUtilib/pyutilib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}/pyutilib-5.6.5-tests.patch"
+)
+
+python_prepare() {
+   # shells out to run nosetests
+   rm pyutilib/dev/tests/test_runtests.py || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   if ! python_is_python3; then
+   printf "# Placeholder for python2\n" \
+   > "${D}$(python_get_sitedir)/${PN,,}/__init__.py"
+   fi
+}
+
+python_test() {
+   COLUMNS="80" "${EPYTHON}" -W ignore::DeprecationWarning \
+   -m unittest discover -v || die
+}

diff --git a/dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch 
b/dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch
new file mode 100644
index 000..780c586759a
--- /dev/null
+++ b/dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch
@@ -0,0 +1,35 @@
+diff --git a/pyutilib/dev/entry_point.py b/pyutilib/dev/entry_point.py
+index e571cc7..e0200e9 100644
+--- a/pyutilib/dev/entry_point.py
 b/pyutilib/dev/entry_point.py
+@@ -23,7 +23,8 @@ def run_entry_point(package, script, args=[], **kwds):
+ script = str(script)
+ assert type(args) is list
+ cmdLine \
+-= "import pkg_resources,sys; "\
++= "import pkg_resources,sys,os; "\
++
"pkg_resources.fixup_namespace_packages(os.path.join(os.getcwd(),'build')); "\
+ "sys.argv=%r; "\
+ "sys.exit(pkg_resources.load_entry_point(%r,'console_scripts',%r)())" 
\
+ % ( [script]+args, package, script ) 
+diff --git a/pyutilib/enum/tests/test_enum.py 
b/pyutilib/enum/tests/test_enum.py
+index 52451ef..66313f4 100755
+--- a/pyutilib/enum/tests/test_enum.py
 b/pyutilib/enum/tests/test_enum.py
+@@ -11,7 +11,7 @@
+ """ Unit test for ‘enum’ module.
+ """
+ 
+-import unittest
++import unittest, sys
+ 
+ import pyutilib.enum.enum as enum
+ 
+@@ -355,6 +355,7 @@ class Test_EnumValue(unittest.TestCase):
+ for other_value in self.other_values:
+ self.assertNotEqual(test_value, other_value)
+ 
++@unittest.skipIf(sys.hexversion > 0x0304, "can't compare int and 
tuple on python3")
+ def test_sequence_other_values(self):
+ # An EnumValue should compare sequentially to other values.
+ test_value = enum.EnumValue(self.SimpleEnum, 0, 'test')

diff --git a/dev-python/PyUtilib/metadata.xml b/dev-python/PyUtilib/metadata.xml
new file mode 100644
index 000..26c1b264f1f
--- /dev/null
+++ b/dev-python/PyUtilib/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+  
+  
+chutz...@gentoo.org
+Patrick McLean
+  
+  
+  
+

diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest
index ad48d4478c8..3b1af4f2f1c 

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

2019-03-25 Thread Patrick McLean
commit: 1d33d01a41e3db8ceab20c95ac5ae82368769c16
Author: Patrick McLean  sony  com>
AuthorDate: Tue Mar 26 00:09:59 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Mar 26 02:31:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d33d01a

dev-util/gcovr: Take maint, drop py3.4, drop old

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/gcovr/Manifest |  1 -
 dev-util/gcovr/gcovr-3.2.ebuild | 16 
 dev-util/gcovr/gcovr-3.3.ebuild |  4 ++--
 dev-util/gcovr/metadata.xml |  7 +--
 4 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest
index 28ce8581ac1..ad48d4478c8 100644
--- a/dev-util/gcovr/Manifest
+++ b/dev-util/gcovr/Manifest
@@ -1,2 +1 @@
-DIST gcovr-3.2.tar.gz 343748 BLAKE2B 
721643e837d6469546a3bc3a191dfebff032e17c9a843c56c16c4440ab09a9db35596bf3e92c46784077e164ea1a97bc8b43151f8bddceb8071596ceec42049f
 SHA512 
b8a810cb156acc1bbff108002f49b358c5b4044a6450c9b6a7a682c841e95f8159d42e4a8a1c4742fa82da1e99085ef4ede29a483291be4d79dcf09003829a45
 DIST gcovr-3.3.tar.gz 323226 BLAKE2B 
fe3d6ab4d24032f57ee17c3fc44b10e0b177aad01b072306a99abc7dbfee07b5f14ef34412d36938302bc279dffb2a25502981ba952339c1b4e896762defabb0
 SHA512 
e5046bc4e38c99691c3bcc58abdfbbe965c46d02c8c50dbf135bd5108bd9bba1fa450ab0b5e23157a178f7c1303ec9c285470e9be1a14274528e5d7051013a08

diff --git a/dev-util/gcovr/gcovr-3.2.ebuild b/dev-util/gcovr/gcovr-3.2.ebuild
deleted file mode 100644
index 51ca37e86b4..000
--- a/dev-util/gcovr/gcovr-3.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python script for summarizing gcov data"
-HOMEPAGE="https://github.com/gcovr/gcovr;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-util/gcovr/gcovr-3.3.ebuild b/dev-util/gcovr/gcovr-3.3.ebuild
index 457c4f4c641..4c9c447f802 100644
--- a/dev-util/gcovr/gcovr-3.3.ebuild
+++ b/dev-util/gcovr/gcovr-3.3.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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/dev-util/gcovr/metadata.xml b/dev-util/gcovr/metadata.xml
index f5957872efb..c35a878c81d 100644
--- a/dev-util/gcovr/metadata.xml
+++ b/dev-util/gcovr/metadata.xml
@@ -2,8 +2,11 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   jungh...@gentoo.org
-   Christoph Junghans
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   pyt...@gentoo.org


gcovr/gcovr



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

2019-03-25 Thread Patrick McLean
commit: 45730573642c5e9809c0109613636c14dff568ce
Author: Patrick McLean  sony  com>
AuthorDate: Tue Mar 26 02:30:49 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Mar 26 02:33:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45730573

dev-util/gcovr: Version bump to 4.1

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/gcovr/gcovr-4.1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-util/gcovr/gcovr-4.1.ebuild b/dev-util/gcovr/gcovr-4.1.ebuild
new file mode 100644
index 000..0c6dfe43305
--- /dev/null
+++ b/dev-util/gcovr/gcovr-4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python script for summarizing gcov data"
+HOMEPAGE="https://github.com/gcovr/gcovr;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# a bunch of "unknown module" failures
+RESTRICT="test"
+
+python_test() {
+   mkdir "${T}/bin" || die
+   printf -- "#!/bin/bash\nexec PYTHONPATH=\"%s\" python -c 'import 
gcovr.__main__; gcovr.__main__.main()' -- \"${@}\"" \
+   "${BUILD_DIR}/lib" \
+   > "${T}/bin/gcovr"
+
+   chmod 755 "${T}/bin/gcovr" || die
+
+   PATH="${T}/bin:${PATH}" ${EPYTHON} -m pytest -vv || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/

2019-03-25 Thread Lars Wendler
commit: 670e992caee6e94bc3cf5b7baac7f40e0108816c
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Mar 26 00:03:46 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Mar 26 00:04:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670e992c

net-ftp/pure-ftpd: Bump to version 1.0.48

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-ftp/pure-ftpd/Manifest|   1 +
 net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild | 143 ++
 2 files changed, 144 insertions(+)

diff --git a/net-ftp/pure-ftpd/Manifest b/net-ftp/pure-ftpd/Manifest
index 7be11d70d6b..4385a344f97 100644
--- a/net-ftp/pure-ftpd/Manifest
+++ b/net-ftp/pure-ftpd/Manifest
@@ -1 +1,2 @@
 DIST pure-ftpd-1.0.47.tar.bz2 489177 BLAKE2B 
06e71ead47b87dedf47a84e488b2de127fcd297c2e9ca7a617c2ee2760cf55b816884763721826c512558d016cbd38a87a11ca0e8c2334d93145edc6f88d9287
 SHA512 
c1920a3f67f04635fde600fe226a7730b801e7e64658b25f1d9f9c0b35a704664be4adfb0b291594f7e0f10beade25eae9a5e6cc3b6777a3b413f3c2d9574e63
+DIST pure-ftpd-1.0.48.tar.bz2 487653 BLAKE2B 
6edf1ae191fba657907121a0ff6d57cfaf1df2b237fcd66f8523cf84b9fbcb737752624c031f33ca16b8d0c8345391fa876556ccfb8027cfb3c7d36045e0649d
 SHA512 
eabcc8ba6d37e3aceb57871e80129a1db1a3ea7d2b9f57626a21f42b4978570a84006a941fe254b6af50b2432d1d391725ea512f7569fcaecfa7eb77179c2f54

diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild 
b/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild
new file mode 100644
index 000..30e10ab43e3
--- /dev/null
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.48.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Fast, production-quality, standard-conformant FTP server"
+HOMEPAGE="http://www.pureftpd.org/;
+if [[ "${PV}" ==  ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/jedisct1/pure-ftpd.git;
+else
+   SRC_URI="ftp://ftp.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2
+   http://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql 
noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
+
+REQUIRED_USE="implicittls? ( ssl )"
+
+DEPEND="caps? ( sys-libs/libcap )
+   ldap? ( >=net-nds/openldap-2.0.25 )
+   mysql? ( || (
+   dev-db/mariadb-connector-c
+   dev-db/mysql-connector-c
+   ) )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
+   libressl? ( dev-libs/libressl:= )
+   )
+   sysquota? ( sys-fs/quota[-rpc] )
+   xinetd? ( virtual/inetd )"
+
+RDEPEND="${DEPEND}
+   dev-libs/libsodium:=
+   net-ftp/ftpbase
+   selinux? ( sec-policy/selinux-ftp )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.28-pam.patch"
+)
+
+src_prepare() {
+   default
+   [[ "${PV}" ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # adjust max user length to something more appropriate
+   # for virtual hosts. See bug #62472 for details.
+   sed -e "s:# define MAX_USER_LENGTH 32U:# define MAX_USER_LENGTH 127U:" \
+   -i "${S}/src/ftpd.h" || die "sed failed"
+
+   # Those features are only configurable like this, see bug #179375.
+   use anondel && append-cppflags -DANON_CAN_DELETE
+   use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS
+   use anonren && append-cppflags -DANON_CAN_RENAME
+   use anonres && append-cppflags -DANON_CAN_RESUME
+   use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS
+
+   # Do not auto-use SSP -- let the user select this.
+   export ax_cv_check_cflags___fstack_protector_all=no
+
+   local myeconfargs=(
+   --enable-largefile
+   --with-altlog
+   --with-cookie
+   --with-diraliases
+   --with-extauth
+   --with-ftpwho
+   --with-language=${PUREFTPD_LANG:=english}
+   --with-peruserlimits
+   --with-privsep
+   --with-puredb
+   --with-quotas
+   --with-ratios
+   --with-throttling
+   --with-uploadscript
+   --with-virtualhosts
+   $(use_with ldap)
+   $(use_with mysql)
+   $(use_with pam)
+   $(use_with paranoidmsg)
+   $(use_with postgres pgsql)
+   $(use_with ssl tls)
+   $(use_with implicittls)
+   $(use_with vchroot virtualchroot)
+   $(use_with sysquota sysquotas)
+   $(usex caps '' '--without-capabilities')
+   $(usex 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/

2019-03-25 Thread Lars Wendler
commit: 4b1177c541366e90ee857c23e7ed7e7f9df058fa
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Mar 26 00:00:20 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Mar 26 00:04:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1177c5

net-ftp/pure-ftpd: Added live ebuild.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-ftp/pure-ftpd/pure-ftpd-.ebuild | 143 
 1 file changed, 143 insertions(+)

diff --git a/net-ftp/pure-ftpd/pure-ftpd-.ebuild 
b/net-ftp/pure-ftpd/pure-ftpd-.ebuild
new file mode 100644
index 000..30e10ab43e3
--- /dev/null
+++ b/net-ftp/pure-ftpd/pure-ftpd-.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Fast, production-quality, standard-conformant FTP server"
+HOMEPAGE="http://www.pureftpd.org/;
+if [[ "${PV}" ==  ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/jedisct1/pure-ftpd.git;
+else
+   SRC_URI="ftp://ftp.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2
+   http://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql 
noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
+
+REQUIRED_USE="implicittls? ( ssl )"
+
+DEPEND="caps? ( sys-libs/libcap )
+   ldap? ( >=net-nds/openldap-2.0.25 )
+   mysql? ( || (
+   dev-db/mariadb-connector-c
+   dev-db/mysql-connector-c
+   ) )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
+   libressl? ( dev-libs/libressl:= )
+   )
+   sysquota? ( sys-fs/quota[-rpc] )
+   xinetd? ( virtual/inetd )"
+
+RDEPEND="${DEPEND}
+   dev-libs/libsodium:=
+   net-ftp/ftpbase
+   selinux? ( sec-policy/selinux-ftp )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.28-pam.patch"
+)
+
+src_prepare() {
+   default
+   [[ "${PV}" ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # adjust max user length to something more appropriate
+   # for virtual hosts. See bug #62472 for details.
+   sed -e "s:# define MAX_USER_LENGTH 32U:# define MAX_USER_LENGTH 127U:" \
+   -i "${S}/src/ftpd.h" || die "sed failed"
+
+   # Those features are only configurable like this, see bug #179375.
+   use anondel && append-cppflags -DANON_CAN_DELETE
+   use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS
+   use anonren && append-cppflags -DANON_CAN_RENAME
+   use anonres && append-cppflags -DANON_CAN_RESUME
+   use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS
+
+   # Do not auto-use SSP -- let the user select this.
+   export ax_cv_check_cflags___fstack_protector_all=no
+
+   local myeconfargs=(
+   --enable-largefile
+   --with-altlog
+   --with-cookie
+   --with-diraliases
+   --with-extauth
+   --with-ftpwho
+   --with-language=${PUREFTPD_LANG:=english}
+   --with-peruserlimits
+   --with-privsep
+   --with-puredb
+   --with-quotas
+   --with-ratios
+   --with-throttling
+   --with-uploadscript
+   --with-virtualhosts
+   $(use_with ldap)
+   $(use_with mysql)
+   $(use_with pam)
+   $(use_with paranoidmsg)
+   $(use_with postgres pgsql)
+   $(use_with ssl tls)
+   $(use_with implicittls)
+   $(use_with vchroot virtualchroot)
+   $(use_with sysquota sysquotas)
+   $(usex caps '' '--without-capabilities')
+   $(usex noiplog '--without-iplogging' '')
+   $(usex xinetd '' '--without-inetd')
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   local DOCS=( AUTHORS ChangeLog FAQ HISTORY README* NEWS )
+
+   default
+
+   newinitd "${FILESDIR}/pure-ftpd.rc11" ${PN}
+   newconfd "${FILESDIR}/pure-ftpd.conf_d-3" ${PN}
+
+   if use implicittls ; then
+   sed -i '/^SERVER/s@21@990@' "${ED}"/etc/conf.d/${PN} \
+   || die "Adjusting default server port for implicittls 
usage failed!"
+   fi
+
+   keepdir /var/lib/run/${PN}
+
+   if use xinetd ; then
+   insinto /etc/xinetd.d
+   newins "${FILESDIR}/pure-ftpd.xinetd" ${PN}
+   fi
+
+   if use ldap ; then
+   insinto /etc/openldap/schema
+   doins pureftpd.schema
+   insinto 

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

2019-03-25 Thread Patrick McLean
commit: 0e8b3bbc6b59171c3dc6190ad4b54530b8768399
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 25 18:12:52 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Mar 25 23:59:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8b3bbc

sys-cluster/ceph: remove unused files

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11498
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/files/ceph.initd-r10| 108 ---
 sys-cluster/ceph/files/ceph.initd-r8 |  95 ---
 sys-cluster/ceph/files/ceph.logrotate-r1 |  18 --
 3 files changed, 221 deletions(-)

diff --git a/sys-cluster/ceph/files/ceph.initd-r10 
b/sys-cluster/ceph/files/ceph.initd-r10
deleted file mode 100644
index 2f5150fc340..000
--- a/sys-cluster/ceph/files/ceph.initd-r10
+++ /dev/null
@@ -1,108 +0,0 @@
-#!/sbin/openrc-run
-
-ceph_conf="${ceph_conf:-/etc/ceph/ceph.conf}"
-extra_commands="reload"
-daemon_type="${RC_SVCNAME#ceph-}"
-daemon_type="${daemon_type%%.*}"
-daemon_id="${RC_SVCNAME#ceph-*.}"
-daemon_id="${daemon_id:-0}"
-: ${rundir:=/run/ceph}
-: ${user:=ceph}
-: ${group:=ceph}
-: ${rc_ulimit:=-n 1048576 -u 1048576}
-
-pidfile="${rundir}/supervisor-${daemon_type}.${daemon_id}.pid"
-daemon_pidfile="${rundir}/${daemon_type}.${daemon_id}.pid"
-
-command="/usr/bin/${RC_SVCNAME%%.*}"
-command_args="-i ${daemon_id} --pid-file ${daemon_pidfile} -c ${ceph_conf}"
-command_args_foreground="--foreground"
-
-retry="${CEPH_TERMTIMEOUT:-TERM/120/KILL/5}"
-start_stop_daemon_args="--user ${user} --group ${group}"
-supervise_daemon_args="--user ${user} --group ${group}"
-
-: ${supervisor:=supervise-daemon}
-: ${stdout:=/var/log/ceph/ceph}
-: ${stderr:=/var/log/ceph/ceph}
-: ${respawn_delay:=10}
-: ${respawn_max:=5}
-: ${respawn_period:=1800}
-
-: ${osd_respawn_delay:=15}
-: ${osd_respawn_max:=10}
-
-: ${radosgw_respawn_max:=5}
-: ${radosgw_respawn_period:=30}
-
-depend() {
-   use dns logger
-   after net ntpd ntp-client chronyd
-   before netmount
-}
-
-is_type_valid() {
-   case ${daemon_type} in
-   mon|mds|osd|mgr|radosgw) return 0;;
-   *) return 1;;
-   esac
-}
-
-start_pre() {
-   local logdir
-   export CEPH_CONF="${ceph_conf}"
-
-   checkpath -d -q -o "${user}:${group}" "${rundir}"
-
-   if ! is_type_valid ;then
-   eerror "Please give valid Ceph Server Type: mds, mon, osd"
-   return 1
-
-   elif pgrep -f "[c]eph-${daemon_type} -i ${daemon_id} "; then
-   eerror "${daemon_type}.${daemon_id} is still running, refusing 
to start"
-   return 1
-   fi
-
-   if [ -n "${bluestore_osd_fsid}" ]; then
-   einfo "Mounting Bluestore"
-   ceph-volume lvm activate "${daemon_id}" "${bluestore_osd_fsid}" 
--no-systemd
-   fi
-
-   if [ ${daemon_type} = radosgw ] && [ ${RADOSGW_WANT_NAME_PARAM} = y ]; 
then
-   command_args="${command_args} --name client.${daemon_id}"
-   fi
-
-   local arg_name arg_val
-   for arg_name in std{out,err} respawn_{delay,max,period}; do
-   eval arg_val="\${${daemon_type}_${arg_name}}"
-
-   if [ -z "${arg_val}" ]; then
-   eval arg_val="\${${arg_name}}"
-   else
-   eval "${arg_name}=\"${arg_val}\""
-   fi
-
-   if [ "${arg_name}" = "stderr" ] || [ "${arg_name}" = "stdout" 
]; then
-   local log_file log_postfix
-   log_postfix=".${daemon_id}-${arg_name}.log"
-   log_file="${arg_val}"
-
-   if [ "${log_file}" != /dev/null ]; then
-   log_file="${log_file}${log_postfix}"
-   fi
-
-   log_dir="$(dirname "${log_file}")"
-   checkpath -m 0755 -o "${user}:${group}" -d "${log_dir}"
-
-   supervise_daemon_args="${supervise_daemon_args} 
--${arg_name//_/-}=${log_file}"
-   fi
-   done
-}
-
-reload() {
-   ebegin "Reloading Ceph ${daemon_type}.${daemon_id}"
-   start-stop-daemon --signal 1 "${start_stop_daemon_args}"
-   eend ${?}
-}
-
-# vim:ft=gentoo-init-d:ts=4:sts=4:sw=4:noet:

diff --git a/sys-cluster/ceph/files/ceph.initd-r8 
b/sys-cluster/ceph/files/ceph.initd-r8
deleted file mode 100644
index 2ef2ed1890d..000
--- a/sys-cluster/ceph/files/ceph.initd-r8
+++ /dev/null
@@ -1,95 +0,0 @@
-#!/sbin/openrc-run
-
-ceph_conf="${ceph_conf:-/etc/ceph/ceph.conf}"
-extra_commands="reload"
-daemon_type="${RC_SVCNAME#ceph-}"
-daemon_type="${daemon_type%%.*}"
-daemon_id="${RC_SVCNAME#ceph-*.}"
-daemon_id="${daemon_id:-0}"
-: ${rundir:=/run/ceph}
-: ${user:=ceph}
-: ${group:=ceph}
-: ${rc_ulimit:=-n 1048576 -u 1048576}
-

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

2019-03-25 Thread Martin Mokrejs
commit: f96c7ec91d0add7dfef7af06a4d81bc97cf0b7d9
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Mon Mar 25 23:56:31 2019 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 25 23:56:31 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f96c7ec9

sci-biology/bamql: switch to `$(use_enable ...)`

https://github.com/gentoo/sci/issues/907#issuecomment-476420962

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Martin Mokrejs  fold.natur.cuni.cz>

 sci-biology/bamql/bamql-1.6.1.ebuild | 6 ++
 sci-biology/bamql/bamql-.ebuild  | 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/sci-biology/bamql/bamql-1.6.1.ebuild 
b/sci-biology/bamql/bamql-1.6.1.ebuild
index dacad6029..f11a50278 100644
--- a/sci-biology/bamql/bamql-1.6.1.ebuild
+++ b/sci-biology/bamql/bamql-1.6.1.ebuild
@@ -30,8 +30,6 @@ src_prepare(){
 }
 
 src_configure(){
-   local myeconfargs=()
-   use static-libs && myeconfargs+=( "--enable-static=yes" ) || \
-   myeconfargs+=( "--enable-static=no" )
-   econf ${myeconfargs[@]}
+   econf \
+   $(use_enable static-libs static)
 }

diff --git a/sci-biology/bamql/bamql-.ebuild 
b/sci-biology/bamql/bamql-.ebuild
index cda5043a7..288aef6bc 100644
--- a/sci-biology/bamql/bamql-.ebuild
+++ b/sci-biology/bamql/bamql-.ebuild
@@ -30,8 +30,6 @@ src_prepare(){
 }
 
 src_configure(){
-   local myeconfargs=()
-   use static-libs && myeconfargs+=( "--enable-static=yes" ) || \
-   myeconfargs+=( "--enable-static=no" )
-   econf ${myeconfargs[@]}
+   econf \
+   $(use_enable static-libs static)
 }



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

2019-03-25 Thread Martin Mokrejs
commit: 732c892485ba23fb419d064b28cba2b0dd982f90
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Mon Mar 25 23:52:45 2019 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 25 23:52:45 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=732c8924

sci-biology/bamql: remove dependency on llvm static libs

Thanks for the patch and guidance to François Bissey:
https://github.com/gentoo/sci/issues/907

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Martin Mokrejs  fold.natur.cuni.cz>

 sci-biology/bamql/bamql-1.6.1.ebuild   | 12 ++-
 sci-biology/bamql/bamql-.ebuild| 12 ++-
 .../bamql-1.6.1_drop_enable_static_llvm.patch  | 23 ++
 3 files changed, 37 insertions(+), 10 deletions(-)

diff --git a/sci-biology/bamql/bamql-1.6.1.ebuild 
b/sci-biology/bamql/bamql-1.6.1.ebuild
index 146793318..dacad6029 100644
--- a/sci-biology/bamql/bamql-1.6.1.ebuild
+++ b/sci-biology/bamql/bamql-1.6.1.ebuild
@@ -22,14 +22,16 @@ DEPEND="
dev-libs/libpcre"
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}"/bamql-1.6.1_drop_enable_static_llvm.patch )
+
 src_prepare(){
-   eautoreconf
default
+   eautoreconf
 }
 
 src_configure(){
-   local mycmakeargs=()
-   use static-libs && mycmakeargs+=( "--enable-static=yes" 
"--enable-static-llvm=yes" ) || \
-   mycmakeargs+=( "--enable-static=no" "--enable-static-llvm=no" )
-   econf ${mycmakeargs[@]}
+   local myeconfargs=()
+   use static-libs && myeconfargs+=( "--enable-static=yes" ) || \
+   myeconfargs+=( "--enable-static=no" )
+   econf ${myeconfargs[@]}
 }

diff --git a/sci-biology/bamql/bamql-.ebuild 
b/sci-biology/bamql/bamql-.ebuild
index e9730e73b..cda5043a7 100644
--- a/sci-biology/bamql/bamql-.ebuild
+++ b/sci-biology/bamql/bamql-.ebuild
@@ -22,14 +22,16 @@ DEPEND="
dev-libs/libpcre"
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}"/bamql-1.6.1_drop_enable_static_llvm.patch )
+
 src_prepare(){
-   eautoreconf
default
+   eautoreconf
 }
 
 src_configure(){
-   local mycmakeargs=()
-   use static-libs && mycmakeargs+=( "--enable-static=yes" 
"--enable-static-llvm=yes" ) || \
-   mycmakeargs+=( "--enable-static=no" "--enable-static-llvm=no" )
-   econf ${mycmakeargs[@]}
+   local myeconfargs=()
+   use static-libs && myeconfargs+=( "--enable-static=yes" ) || \
+   myeconfargs+=( "--enable-static=no" )
+   econf ${myeconfargs[@]}
 }

diff --git a/sci-biology/bamql/files/bamql-1.6.1_drop_enable_static_llvm.patch 
b/sci-biology/bamql/files/bamql-1.6.1_drop_enable_static_llvm.patch
new file mode 100644
index 0..e76d245c8
--- /dev/null
+++ b/sci-biology/bamql/files/bamql-1.6.1_drop_enable_static_llvm.patch
@@ -0,0 +1,23 @@
+--- bamql-1.6.1/m4/ax_llvm.m4.old  2019-03-25 23:17:05.190272994 +0100
 bamql-1.6.1/m4/ax_llvm.m4  2019-03-25 23:16:10.698775171 +0100
+@@ -28,7 +28,6 @@
+ 
+ AC_DEFUN([AX_LLVM],
+ [
+-AC_ARG_ENABLE([static-llvm], AS_HELP_STRING([--enable-static-llvm], [compiled 
against the static LLVM libraries, instead of the shared library.]), 
[enable_static_llvm=yes])
+ AC_ARG_WITH([llvm-config],
+   AS_HELP_STRING([--with-llvm-config@<:@=FILE@:>@], [ the name or or 
complete path to the llvm-config script for llvm (optional)]),
+   [
+@@ -53,11 +52,7 @@
+   [$1]_LIBDIR="$($ac_llvm_config_path --libdir)"
+   LLVM_VERSION="$($ac_llvm_config_path --version | cut -f 1-2 -d 
.)"
+   LLVM_COMPONENTS="$2"
+-  if test "x$enable_static_llvm" != "xyes" ; then
+-  [$1]_LIBS="$($ac_llvm_config_path --libs --system-libs 
--link-static $LLVM_COMPONENTS | tr '\n' ' ')"
+-  else
+-  [$1]_LIBS="$($ac_llvm_config_path --libs --link-shared 
$LLVM_COMPONENTS | tr '\n' ' ')"
+-  fi
++  [$1]_LIBS="$($ac_llvm_config_path --libs $LLVM_COMPONENTS | tr 
'\n' ' ')"
+ 
+   AC_REQUIRE([AC_PROG_CXX])
+   CPPFLAGS_SAVED="$CPPFLAGS"



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

2019-03-25 Thread Patrick McLean
commit: e41f4958bbc57ecdbe35ad733169b33043bc7952
Author: Patrick McLean  sony  com>
AuthorDate: Mon Mar 25 23:18:02 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Mar 25 23:18:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41f4958

dev-util/lcov: Version bump to 1.14

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/lcov/Manifest |  1 +
 dev-util/lcov/lcov-1.14.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-util/lcov/Manifest b/dev-util/lcov/Manifest
index 981f3601eee..f10b4fc18ea 100644
--- a/dev-util/lcov/Manifest
+++ b/dev-util/lcov/Manifest
@@ -1,3 +1,4 @@
 DIST lcov-1.11.tar.gz 155906 BLAKE2B 
eb31119d9fa5b83a6671125c1899dbd10d26eecb0fd22a6ee52035115d84e7f05d7593168ffee9c5925937a509e3be64cebaad6e4694004ee2808817d6df19da
 SHA512 
db42256c7fbe00d17256ad4944b7e658e65f2dc2b9df1814e25d46a652e92a0ff8bacd4e68de743681df22f4352ffc82b3ccdc0a85723546d7eb64c92e28c0fe
 DIST lcov-1.13.tar.gz 156709 BLAKE2B 
d0f2635a6e6c29d29bd15d15c7f6c22ff80052b12deb4e88c77a9331d6d151aa2718ad4e4af1aa192757c1fc3189cc0d1688fc5086e5552c74078206cf27e1df
 SHA512 
54033c0f99dbf7b332fcd70730df8672713ffc36c010809353dfd83a73fcc4f504b6a68e3b5010002d6992da5fa940a7d5f4e03dc3fe6930ab713a7b980dff9e
+DIST lcov-1.14.tar.gz 177359 BLAKE2B 
17069d38bf607217b8ff59f573fc02badf56afe65965d2a359a14835af57e2b6c512bff06fac3dbf4e94cd35701216edb8026d333b2baa8772d0ef551de37af1
 SHA512 
2d60c3a63e300dda96171c432fe304840acc76bf6275f60934d08e80765f9f85671e8b77bfed758fc45842a80156586dc0d67c42c9f215f4f163840fc5cf65bc
 DIST lcov-1.9.tar.gz 140035 BLAKE2B 
5d432bcef695c0016f7d4bea57cd3c0caf8fda54eb4acac0f957c93bde714dc4dd221c3a9e98cff4a329fced75e658fd943d8db0c0fc4d32da15af158434287d
 SHA512 
518f068d5eb4a805985863e7b755ae16b1b2ebb9e42cc57c5cda20a60f22e170c1e2957692086e5eeabe12ddbcf39132494aa2ea7ce33411e8abeddc759852ee

diff --git a/dev-util/lcov/lcov-1.14.ebuild b/dev-util/lcov/lcov-1.14.ebuild
new file mode 100644
index 000..db891ffab22
--- /dev/null
+++ b/dev-util/lcov/lcov-1.14.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/linux-test-project/lcov.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-linux ~x64-macos"
+fi
+
+inherit prefix
+
+DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
+HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="png"
+
+RDEPEND="
+   dev-lang/perl
+   png? ( dev-perl/GD[png] )
+"
+
+src_prepare() {
+   default
+   if use prefix; then
+   hprefixify bin/*.{pl,sh}
+   fi
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake PREFIX="${ED}/usr" CFG_DIR="${ED}/etc" install
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/

2019-03-25 Thread Andrey Utkin
commit: be8fc2551faa2697740bb7cbc7db8f9df737fb33
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Mar 25 23:06:42 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Mar 25 23:06:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8fc255

sys-boot/raspberrypi-firmware: drop ~arm64 keyword

I have mistakingly added it recently.

And as neddyseagoon explained, the firmware repository contains files
exclusively for 32 bit mode. 64 bit mode is not currently officially
supported by Raspberry Pi Foundation even on capable software.

Suggested-by: Roy Bamford  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild | 2 +-
 sys-boot/raspberrypi-firmware/raspberrypi-firmware-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild 
b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
index 5eaa396afd0..4b06dfa4993 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" ==  ]]; then
EGIT_CLONE_TYPE="shallow"
 else
SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="-* ~arm ~arm64"
+   KEYWORDS="-* ~arm"
S="${WORKDIR}/firmware-${PV}"
 fi
 

diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-.ebuild 
b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-.ebuild
index 5eaa396afd0..4b06dfa4993 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" ==  ]]; then
EGIT_CLONE_TYPE="shallow"
 else
SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="-* ~arm ~arm64"
+   KEYWORDS="-* ~arm"
S="${WORKDIR}/firmware-${PV}"
 fi
 



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

2019-03-25 Thread Sergei Trofimovich
commit: 96edd201edafb4947da431087355cafa0d28d0e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96edd201

dev-libs/nettle: stable 3.4.1 for hppa, bug #681096

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/nettle/nettle-3.4.1.ebuild 
b/dev-libs/nettle/nettle-3.4.1.ebuild
index 31502d72303..79a0d4948d1 100644
--- a/dev-libs/nettle/nettle-3.4.1.ebuild
+++ b/dev-libs/nettle/nettle-3.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 
then fixed
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc 
~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc 
~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
 
 DEPEND="gmp? ( >=dev-libs/gmp-6.0:0=[${MULTILIB_USEDEP}] )"



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

2019-03-25 Thread Sergei Trofimovich
commit: f08c07b6af6057ebbf05003e561fa4a54c80562a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:18:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:18:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08c07b6

net-mail/qmail-autoresponder: stable 0.97-r3 for hppa, bug #679456

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild 
b/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild
index 6f70922eedd..a870147e083 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://untroubled.org/qmail-autoresponder/archive/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~mips ppc ~sparc x86"
 IUSE="mysql"
 
 DEPEND=">=dev-libs/bglibs-1.106



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

2019-03-25 Thread Sergei Trofimovich
commit: 463a972a016f70d265175c56a32eca8f798621cd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463a972a

media-libs/sbc: stable 1.4 for hppa, bug #681406

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index c040dbaee7d..c225bc6e8fe 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



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

2019-03-25 Thread Sergei Trofimovich
commit: baf9d11b84861437e28ec24f83fa68c53ba9705d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:43 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf9d11b

dev-lang/php: stable 7.1.27 for hppa, bug #681074

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-lang/php/php-7.1.27.ebuild b/dev-lang/php/php-7.1.27.ebuild
index 1490a76e4cd..d57c8531f1a 100644
--- a/dev-lang/php/php-7.1.27.ebuild
+++ b/dev-lang/php/php-7.1.27.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2019-03-25 Thread Sergei Trofimovich
commit: f027215e476ec6eca471e2f64ce8d1942cf5f364
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f027215e

dev-lang/php: stable 7.2.16 for hppa, bug #681074

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-lang/php/php-7.2.16.ebuild b/dev-lang/php/php-7.2.16.ebuild
index 7ddc45d940f..ba3c09127e9 100644
--- a/dev-lang/php/php-7.2.16.ebuild
+++ b/dev-lang/php/php-7.2.16.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2019-03-25 Thread Sergei Trofimovich
commit: dbb50ea512f429796d05ba4c91a0902dd12ccf4d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb50ea5

www-servers/apache: stable 2.4.38-r1 for hppa, bug #676064

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 www-servers/apache/apache-2.4.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.38-r1.ebuild 
b/www-servers/apache/apache-2.4.38-r1.ebuild
index eb9068bab91..66102cea3a0 100644
--- a/www-servers/apache/apache-2.4.38-r1.ebuild
+++ b/www-servers/apache/apache-2.4.38-r1.ebuild
@@ -130,7 +130,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2019-03-25 Thread Sergei Trofimovich
commit: da7f746acaa84e106b8c5a5d238921bb268e0334
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7f746a

sys-fs/squashfs-tools: stable 4.3_p7 for hppa, bug #677412

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild
index 5daa574dafb..c4d2013f74e 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-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"
 IUSE="debug lz4 lzma lzo static xattr +xz"
 
 LIB_DEPEND="



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

2019-03-25 Thread Sergei Trofimovich
commit: 3c2311624649ea3504d2f22719f1dbeb5b93f20a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c231162

dev-libs/libp11: stable 0.4.9 for hppa, bug #681094

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libp11/libp11-0.4.9.ebuild 
b/dev-libs/libp11/libp11-0.4.9.ebuild
index 4ddb8d14aea..dd2bb0daeef 100644
--- a/dev-libs/libp11/libp11-0.4.9.ebuild
+++ b/dev-libs/libp11/libp11-0.4.9.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc ~x86"
 IUSE="libressl bindist doc static-libs"
 
 RDEPEND="



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

2019-03-25 Thread Sergei Trofimovich
commit: d92d0930d9a000dcc3165b526cc4030c6b6818ea
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:15 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92d0930

app-admin/apache-tools: stable 2.4.38 for hppa, bug #676064

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.38.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.38.ebuild
index bd39b5df2a8..137c26414d5 100644
--- a/app-admin/apache-tools/apache-tools-2.4.38.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.38.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2019-03-25 Thread Sergei Trofimovich
commit: a169a549b22f21ec833247d6f52f5bc7b844cfde
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a169a549

dev-lang/php: stable 5.6.40-r1 for hppa, bug #681074

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/php/php-5.6.40-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.40-r1.ebuild 
b/dev-lang/php/php-5.6.40-r1.ebuild
index 9e80a3ab9ea..5c61838add8 100644
--- a/dev-lang/php/php-5.6.40-r1.ebuild
+++ b/dev-lang/php/php-5.6.40-r1.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/libmilter/

2019-03-25 Thread Sergei Trofimovich
commit: 48f814d298a9a4c0a7db115af33f70b0814af3ea
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:06 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f814d2

mail-filter/libmilter: stable 1.0.2 for hppa, bug #390947

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-filter/libmilter/libmilter-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libmilter/libmilter-1.0.2.ebuild 
b/mail-filter/libmilter/libmilter-1.0.2.ebuild
index 9374d7708a3..ab4dc7bac49 100644
--- a/mail-filter/libmilter/libmilter-1.0.2.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${SENDMAIL_VER}.tar.gz;
 
 LICENSE="Sendmail"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="ipv6 poll"
 
 DEPEND="!mail-mta/sendmail



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

2019-03-25 Thread Sergei Trofimovich
commit: 166bf1e9078ca3dab1883696bea93e382ecab0a6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:16:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:16:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166bf1e9

media-libs/aalib: stable 1.4_rc5-r8 for hppa, bug #681464

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/aalib/aalib-1.4_rc5-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild 
b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
index a159d3505b1..f63d6f452f2 100644
--- a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="X slang gpm static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-filter/procmail/

2019-03-25 Thread Sergei Trofimovich
commit: 93932a77b5d9f260ff247aa6a5fd8ab2414e39b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93932a77

mail-filter/procmail: stable 3.22-r12 for hppa, bug #638108

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-filter/procmail/procmail-3.22-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/procmail/procmail-3.22-r12.ebuild 
b/mail-filter/procmail/procmail-3.22-r12.ebuild
index ccdd9e763ab..1ed7a69e4a1 100644
--- a/mail-filter/procmail/procmail-3.22-r12.ebuild
+++ b/mail-filter/procmail/procmail-3.22-r12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.procmail.org/${P}.tar.gz;
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
 IUSE="mbox selinux"
 
 DEPEND="virtual/mta"



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

2019-03-25 Thread Sergei Trofimovich
commit: 815c4a7f4b2d0d6ebe0835a3bb45d21d91a547a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:17:57 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:17:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815c4a7f

net-libs/courier-authlib: stable 0.69.0-r1 for hppa, bug #677094

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
index 5889de2b12c..f7c5eb723d6 100644
--- a/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.69.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit flag-o-matic
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
 
 DESCRIPTION="Courier authentication library"
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"



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

2019-03-25 Thread Sergei Trofimovich
commit: 2b5b37cf3d568c5699f4c935f3d253852af23647
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5b37cf

media-libs/libexif: stable 0.6.21-r3 for hppa, bug #679418

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/libexif/libexif-0.6.21-r3.ebuild 
b/media-libs/libexif/libexif-0.6.21-r3.ebuild
index d2bb57d682a..0c6721fd583 100644
--- a/media-libs/libexif/libexif-0.6.21-r3.ebuild
+++ b/media-libs/libexif/libexif-0.6.21-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="doc nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



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

2019-03-25 Thread Sergei Trofimovich
commit: 3306805a169ceb9d530dcf2f70ed28847ed82efc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3306805a

media-libs/opus: stable 1.3 for hppa, bug #681402

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/opus/opus-1.3.ebuild b/media-libs/opus/opus-1.3.ebuild
index 744d63618c8..f8ec46c9660 100644
--- a/media-libs/opus/opus-1.3.ebuild
+++ b/media-libs/opus/opus-1.3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://archive.mozilla.org/pub/opus/${MY_P}.tar.gz;
if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 
sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 
sparc ~x86 ~amd64-fbsd"
fi
 fi
 



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

2019-03-25 Thread Sergei Trofimovich
commit: 0bdc9775d94b525bfb114084924893de961b8bba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:16:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:16:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdc9775

net-libs/liboauth: stable 1.0.3-r1 for hppa, bug #681610

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild 
b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
index d0fdc21d69e..b1b5f7ffcee 100644
--- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
+++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~sparc ~x86 ~x64-macos"
 IUSE="bindist curl doc libressl +nss"
 
 REQUIRED_USE="bindist? ( nss )"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/courier/

2019-03-25 Thread Sergei Trofimovich
commit: 05bfbc9d02bd2a520dc77e125463bb63dd640daf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:17:54 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:17:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bfbc9d

mail-mta/courier: stable 1.0.5 for hppa, bug #677094

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-mta/courier/courier-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/courier/courier-1.0.5.ebuild 
b/mail-mta/courier/courier-1.0.5.ebuild
index 14d7763dcf4..66a941947aa 100644
--- a/mail-mta/courier/courier-1.0.5.ebuild
+++ b/mail-mta/courier/courier-1.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 HOMEPAGE="http://www.courier-mta.org/;
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
 IUSE="postgres ldap libressl mysql pam nls ipv6 spell fax crypt norewrite \
fam web webmail gnutls"
 REQUIRED_USE="?? ( gnutls libressl )"



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

2019-03-25 Thread Sergei Trofimovich
commit: 265f66b96b2678fbefe0552a97fbaef0bb64af4f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:16:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:16:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265f66b9

app-editors/nano: stable 3.2 for hppa, bug #681686

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

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



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

2019-03-25 Thread Sergei Trofimovich
commit: cec9fca6c9354f4166e4ebf2a914ec7044b38094
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:02:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:04:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec9fca6

media-sound/alsa-tools: fix ALSA_CARDS=pcxhr build, bug #669808

Reported-by: Rolf Eike Beer
Fixed-by: Alexander Tsoy
Closes: https://bugs.gentoo.org/669808
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/alsa-tools/alsa-tools-1.1.6.ebuild | 2 +-
 media-sound/alsa-tools/alsa-tools-1.1.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild 
b/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild
index 23ac4f241bb..64011815ec4 100644
--- a/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild
+++ b/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild
@@ -43,7 +43,7 @@ pkg_setup() {
$(usex alsa_cards_mixart mixartloader '')
$(usex alsa_cards_vx222 vxloader '')
$(usex alsa_cards_usb-usx2y usx2yloader '')
-   $(usex alsa_cards_pcxhr pcxhr '')
+   $(usex alsa_cards_pcxhr pcxhrloader '')
$(usex alsa_cards_sscape sscape_ctl '')
)
 

diff --git a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild 
b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild
index 5748371bea4..90bcf068eaa 100644
--- a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild
+++ b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild
@@ -43,7 +43,7 @@ pkg_setup() {
$(usex alsa_cards_mixart mixartloader '')
$(usex alsa_cards_vx222 vxloader '')
$(usex alsa_cards_usb-usx2y usx2yloader '')
-   $(usex alsa_cards_pcxhr pcxhr '')
+   $(usex alsa_cards_pcxhr pcxhrloader '')
$(usex alsa_cards_sscape sscape_ctl '')
)
 



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

2019-03-25 Thread Matthew Thode
commit: d872f15a480e7072dbf2105bff3bdc4766b4a0c8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 22:01:23 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 22:01:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d872f15a

dev-python/sphinxcontrib-httpdomain: add arm64 under allarches

for python-heatclient

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
index 632c15f40f8..ae5b16a6f80 100644
--- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/files/, net-misc/endlessh/

2019-03-25 Thread Georgy Yakovlev
commit: d838e64623453aa3ec106d76b34509327d583066
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Mar 25 21:56:38 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Mar 25 21:57:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d838e646

net-misc/endlessh: new package, ssh tarpit service

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-misc/endlessh/Manifest |  1 +
 net-misc/endlessh/endlessh-0.1.ebuild  | 70 ++
 net-misc/endlessh/endlessh-.ebuild | 70 ++
 net-misc/endlessh/files/endlessh.confd | 22 +++
 net-misc/endlessh/files/endlessh.initd | 22 +++
 net-misc/endlessh/files/logrotated |  7 
 net-misc/endlessh/metadata.xml | 23 +++
 7 files changed, 215 insertions(+)

diff --git a/net-misc/endlessh/Manifest b/net-misc/endlessh/Manifest
new file mode 100644
index 000..997e300902a
--- /dev/null
+++ b/net-misc/endlessh/Manifest
@@ -0,0 +1 @@
+DIST endlessh-0.1.tar.gz 8566 BLAKE2B 
e8fefd6ef80d26c25f57ffe1cef502af05322e348d63ca17c0bb626e35d5c1d35cb98384b35c86c579f2876573f4c13468605c3f44325a48d19e27c499657853
 SHA512 
0d11c82a708a26bd77ca85f7f3bd0eda2807ded9de88e3e518da09a38b3e94fc2658ea6f210e4f1493d38ca5948968c5488c8f2f09ff2adf22b799622b4952b8

diff --git a/net-misc/endlessh/endlessh-0.1.ebuild 
b/net-misc/endlessh/endlessh-0.1.ebuild
new file mode 100644
index 000..105c786b101
--- /dev/null
+++ b/net-misc/endlessh/endlessh-0.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit python-single-r1 systemd toolchain-funcs
+
+DESCRIPTION="SSH tarpit that slowly sends and endless banner"
+HOMEPAGE="https://github.com/skeeto/endlessh;
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/skeeto/${PN}.git;
+else
+   SRC_URI="https://github.com/skeeto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Unlicense"
+SLOT="0"
+IUSE="tools"
+REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}
+   tools? (
+   ${PYTHON_DEPS}
+   dev-db/sqlite
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND=""
+
+pkg_setup() {
+   use tools && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   tc-export CC
+
+   sed -i \
+   -e 's/^CC/CC?/' \
+   -e 's/^CFLAGS  =/CFLAGS  +=/' \
+   -e 's/ -Os//' \
+   -e 's/^LDFLAGS/LDFLAGS?/' \
+   Makefile || die
+
+   sed -i -e "/^ExecStart=/ s:=/opt/endlessh:=${EPREFIX}/usr/bin:" \
+   util/endlessh.service || die
+}
+
+src_install() {
+   dobin endlessh
+
+   newinitd "${FILESDIR}"/endlessh.initd endlessh
+   newconfd "${FILESDIR}"/endlessh.confd endlessh
+
+   systemd_dounit util/endlessh.service
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotated" endlessh
+
+   einstalldocs
+}

diff --git a/net-misc/endlessh/endlessh-.ebuild 
b/net-misc/endlessh/endlessh-.ebuild
new file mode 100644
index 000..105c786b101
--- /dev/null
+++ b/net-misc/endlessh/endlessh-.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit python-single-r1 systemd toolchain-funcs
+
+DESCRIPTION="SSH tarpit that slowly sends and endless banner"
+HOMEPAGE="https://github.com/skeeto/endlessh;
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/skeeto/${PN}.git;
+else
+   SRC_URI="https://github.com/skeeto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Unlicense"
+SLOT="0"
+IUSE="tools"
+REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}
+   tools? (
+   ${PYTHON_DEPS}
+   dev-db/sqlite
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND=""
+
+pkg_setup() {
+   use tools && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   tc-export CC
+
+   sed -i \
+   -e 's/^CC/CC?/' \
+   -e 's/^CFLAGS  =/CFLAGS  +=/' \
+   -e 's/ -Os//' \
+   -e 's/^LDFLAGS/LDFLAGS?/' \
+   Makefile || die
+
+   sed -i -e "/^ExecStart=/ s:=/opt/endlessh:=${EPREFIX}/usr/bin:" \
+   util/endlessh.service || die
+}
+
+src_install() {
+   dobin endlessh
+
+   newinitd "${FILESDIR}"/endlessh.initd endlessh
+   newconfd "${FILESDIR}"/endlessh.confd endlessh
+
+   systemd_dounit util/endlessh.service
+
+   insinto /etc/logrotate.d
+   

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

2019-03-25 Thread Patrice Clement
commit: 1570c9f62d0046a9bdecc42cf1ef37c6c2214c27
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 25 21:44:10 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 25 21:44:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1570c9f6

app-editors/vim: apply #669306 fix to vim-.ebuild.

Bug: https://bugs.gentoo.org/669306
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-editors/vim/vim-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-.ebuild b/app-editors/vim/vim-.ebuild
index 53057996e0d..7f5fd67a23e 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -206,6 +206,8 @@ src_configure() {
$(use_enable perl perlinterp)
$(use_enable python pythoninterp)
$(use_enable python python3interp)
+   $(use_with python python-command $(type -P $(eselect 
python show --python2)))
+   $(use_with python python3-command $(type -P $(eselect 
python show --python3)))
$(use_enable racket mzschemeinterp)
$(use_enable ruby rubyinterp)
$(use_enable selinux)



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

2019-03-25 Thread Patrice Clement
commit: 402558f75d5bc0b68ebbbcbb4ba6787ddd56cd24
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 25 21:48:03 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 25 21:48:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402558f7

app-editors/gvim: apply #669306 fix to gvim ebuilds.

Bug: https://bugs.gentoo.org/669306
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-editors/gvim/{gvim-.ebuild => gvim-8.1.0648-r1.ebuild} | 7 +--
 app-editors/gvim/gvim-.ebuild  | 4 +++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-8.1.0648-r1.ebuild
similarity index 97%
copy from app-editors/gvim/gvim-.ebuild
copy to app-editors/gvim/gvim-8.1.0648-r1.ebuild
index f7f10ea790e..d72e8f30be7 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-8.1.0648-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,7 +31,6 @@ REQUIRED_USE="
 "
 
 RDEPEND="
-   ~app-editors/vim-core-${PV}
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2:0=
x11-libs/libICE
@@ -78,6 +77,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
 "
+# temporarily use PDEPEND to allow upgrades past icon file collision, bug 
#673880
+PDEPEND="~app-editors/vim-core-${PV}"
 
 S=${WORKDIR}/vim-${PV}
 
@@ -198,6 +199,8 @@ src_configure() {
$(use_enable perl perlinterp)
$(use_enable python pythoninterp)
$(use_enable python python3interp)
+   $(use_with python python-command $(type -P $(eselect python 
show --python2)))
+   $(use_with python python3-command $(type -P $(eselect python 
show --python3)))
$(use_enable racket mzschemeinterp)
$(use_enable ruby rubyinterp)
$(use_enable selinux)

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index f7f10ea790e..59218d3f5dc 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -198,6 +198,8 @@ src_configure() {
$(use_enable perl perlinterp)
$(use_enable python pythoninterp)
$(use_enable python python3interp)
+   $(use_with python python-command $(type -P $(eselect python 
show --python2)))
+   $(use_with python python3-command $(type -P $(eselect python 
show --python3)))
$(use_enable racket mzschemeinterp)
$(use_enable ruby rubyinterp)
$(use_enable selinux)



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

2019-03-25 Thread Patrice Clement
commit: c745f8e3a7e4c79f98602df7f3f96fb20065597f
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 25 21:40:22 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 25 21:41:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c745f8e3

sys-cluster/util-vserver: clear QA warnings.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild 
b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild
index 89d86a3cb0a..b64a51e5272 100644
--- a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild
+++ b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild
@@ -30,9 +30,10 @@ RDEPEND="
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES="
-   ${FILESDIR}/${P}-vserver-init-functions.patch
-   ${FILESDIR}/${P}-dietlibc.patch "
+PATCHES=(
+   "${FILESDIR}/${P}-vserver-init-functions.patch"
+   "${FILESDIR}/${P}-dietlibc.patch"
+)
 
 DOCS=( README ChangeLog NEWS AUTHORS THANKS util-vserver.spec )
 



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

2019-03-25 Thread Patrice Clement
commit: 7b3fe2e4f69b3fc950ecadc3eb10eb91d7a977a1
Author: Sandino Araico Sanchez  sandino  net>
AuthorDate: Mon Mar 25 10:12:13 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 25 21:40:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3fe2e4

sys-cluster/util-vserver: fix dietlibc headers patch.

This patch replaces the conflicting glibc headers with dietlibc's.

Closes: https://bugs.gentoo.org/650578
Closes: https://github.com/gentoo/gentoo/pull/11493
Signed-off-by: Sandino Araico Sanchez  sandino.net>
Signed-off-by: Patrice Clement  gentoo.org>

 .../util-vserver-0.30.216_pre3120-dietlibc.patch   | 23 ++
 .../util-vserver-0.30.216_pre3120-r1.ebuild|  6 +++---
 2 files changed, 26 insertions(+), 3 deletions(-)

diff --git 
a/sys-cluster/util-vserver/files/util-vserver-0.30.216_pre3120-dietlibc.patch 
b/sys-cluster/util-vserver/files/util-vserver-0.30.216_pre3120-dietlibc.patch
new file mode 100644
index 000..cde8ccc500a
--- /dev/null
+++ 
b/sys-cluster/util-vserver/files/util-vserver-0.30.216_pre3120-dietlibc.patch
@@ -0,0 +1,23 @@
+diff -puriN 
util-vserver-0.30.216-pre3120.orig/lib_internal/util-cleanupmount.c 
util-vserver-0.30.216-pre3120/lib_internal/util-cleanupmount.c
+--- util-vserver-0.30.216-pre3120.orig/lib_internal/util-cleanupmount.c
2015-05-30 10:18:50.0 -0500
 util-vserver-0.30.216-pre3120/lib_internal/util-cleanupmount.c 
2019-02-19 02:36:55.0 -0600
+@@ -22,7 +22,6 @@
+ 
+ #include 
+ #include 
+-#include 
+ 
+ #ifndef MS_REC
+ #define MS_REC0x4000
+diff -puriN util-vserver-0.30.216-pre3120.orig/src/secure-mount.c 
util-vserver-0.30.216-pre3120/src/secure-mount.c
+--- util-vserver-0.30.216-pre3120.orig/src/secure-mount.c  2015-05-30 
10:18:50.0 -0500
 util-vserver-0.30.216-pre3120/src/secure-mount.c   2019-02-19 
02:37:17.0 -0600
+@@ -46,7 +46,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild 
b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild
index d977cc1..89d86a3cb0a 100644
--- a/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild
+++ b/sys-cluster/util-vserver/util-vserver-0.30.216_pre3120-r1.ebuild
@@ -30,9 +30,9 @@ RDEPEND="
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=(
-   "${FILESDIR}/${P}-vserver-init-functions.patch"
-)
+PATCHES="
+   ${FILESDIR}/${P}-vserver-init-functions.patch
+   ${FILESDIR}/${P}-dietlibc.patch "
 
 DOCS=( README ChangeLog NEWS AUTHORS THANKS util-vserver.spec )
 



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

2019-03-25 Thread Thomas Deutschmann
commit: 279f32b6633d8c7b62ef23997387dbb0c61075bf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 25 21:34:01 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 25 21:34:01 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=279f32b6

Prepare for next release

Signed-off-by: Thomas Deutschmann  gentoo.org>

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index c8a9925..1cb9d2d 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.5.3.3'
+GK_V='3.6.0.0'
 
 # Set the default for TMPDIR. May be modified by genkernel.conf or the
 # --tempdir command line option.



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

2019-03-25 Thread Sergei Trofimovich
commit: a5c63ad024b9c48785ea2dc46e10f9c294e9b73e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 25 21:22:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 21:33:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c63ad0

app-arch/tar: stable 1.32 for sparc, bug #681728

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

 app-arch/tar/tar-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.32.ebuild b/app-arch/tar/tar-1.32.ebuild
index daf7a48c90c..e723c7fac99 100644
--- a/app-arch/tar/tar-1.32.ebuild
+++ b/app-arch/tar/tar-1.32.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )"



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

2019-03-25 Thread Thomas Deutschmann
commit: 90144963e0f58b4f507ee023809fb7197a047fcd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 25 21:29:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 25 21:29:15 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=90144963

determine_config_file(): reformat code

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_configkernel.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 5d4bf23..3b27f6c 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -24,7 +24,9 @@ determine_config_file() {
then
gen_die 'Error: No kernel .config specified, or file not found!'
fi
-KERNEL_CONFIG="$(readlink -f "${KERNEL_CONFIG}")"
+
+   KERNEL_CONFIG="$(readlink -f "${KERNEL_CONFIG}")"
+
# Validate the symlink result if any
if [ ! -f "${KERNEL_CONFIG}" ]
then



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

2019-03-25 Thread Matthew Thode
commit: c29879697b5e46778067d8cc7b3f8f56647c720f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 20:34:58 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 21:24:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2987969

dev-python/python-heatclient: 1.16.2 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-heatclient/Manifest  |  1 +
 .../python-heatclient-1.16.2.ebuild| 89 ++
 2 files changed, 90 insertions(+)

diff --git a/dev-python/python-heatclient/Manifest 
b/dev-python/python-heatclient/Manifest
index 3a7afff845e..f9b423dc71d 100644
--- a/dev-python/python-heatclient/Manifest
+++ b/dev-python/python-heatclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-heatclient-1.11.1.tar.gz 166963 BLAKE2B 
340c9f1ed054815176af8da9b3035d8e260730fdd389317190281314af7b3df60214dc780036b098a15485bf2cd5b02010eacaf474746a73d7d7ee94972c14da
 SHA512 
f4ffc4706a2630753c11423270ef18a344603ec6b1d5afc550fb8f3cfeca1bf4fbd0c32670318eded6b81a810fcdff68faf9039c6290c6a106bf8618502efe78
+DIST python-heatclient-1.16.2.tar.gz 173543 BLAKE2B 
f5b4016166bba804a2704b2cc3203438e7ebdae429f85b74e89ccc6d1b2db2de32d4acc6622138b211f5d8657876001b83977d55d56f0cd5906df99eb92a429e
 SHA512 
eb566e5c0270a0cdb8994194a757102febf88869a61bec65e345fd62f8ae9c0b3609bf27f758d37088d69d2227cbbe086960123feebfae7f543ba2bac2133b0e
 DIST python-heatclient-1.8.2.tar.gz 165073 BLAKE2B 
32f09850f2da3ae3235dd8a7f683529189db6a97712374bb2a387c87fe61a74b132d7b51c3fc77e0fffbfd6d8f2596ee097102f034d5fe029b8a08ceb0e31500
 SHA512 
38c27dff97c8bf9826e57c02fdd5edb4c0410ccc041b7b1f2e95aa16b22d46cfd9a8b728bbd371e1dee0664aa1f8e14b4eafc6bbaab92a038abbb821e3c8dd34

diff --git a/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild 
b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
new file mode 100644
index 000..089206d199f
--- /dev/null
+++ b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="OpenStack Orchestration API Client Library"
+HOMEPAGE="http://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mox3-0.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-httpdomain-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+   =dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   sed -i '/^tempest/d' test-requirements.txt || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use 

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

2019-03-25 Thread Matthew Thode
commit: d1930fc3d3086fac274fa8ec6c321cdc11d28845
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 20:21:55 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 21:24:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1930fc3

dev-python/keyring: 18.0.1 bump with cleanup of 18.0.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keyring/Manifest | 2 +-
 dev-python/keyring/{keyring-18.0.0.ebuild => keyring-18.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index d975b462ef6..20ffdf5950d 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,4 @@
 DIST keyring-12.2.1.tar.gz 42242 BLAKE2B 
b821f17a671e89a28bd2953456bd0406e4f7fd142f1abf2e1f752e8f74f072c8fa995b90de62ac34586dd50a4dab47dff3bbb19157d76bb2f93a61e176dc3188
 SHA512 
8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371
 DIST keyring-13.2.1.tar.gz 43140 BLAKE2B 
74272b93ff80a03615879a5f416ad6be1012f22862972a7f400609ea3fb984c45ed2ccb44eca30d253d0d39e0876f1ce25ab9aa6267a06a7c67a17aac27cd31e
 SHA512 
3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906
 DIST keyring-15.0.0.tar.gz 42547 BLAKE2B 
b9200f61fcf227ce82ed05db15b8a03754a2d2f0ee7a32afe4a99a6bb4c511e311d7c529d5173756173622e225ae4fa2fcef6409b21dc3d8735b5e8fab73bd1a
 SHA512 
58001d61bdd442196ec4891000cc532d1dd9b85b18d100d8dde38cf1cf733ef6d6541513d73435dfe41e9cd26c6e34332d518a06a7fbc498b1b8971df6640212
-DIST keyring-18.0.0.tar.gz 48509 BLAKE2B 
a83df471fd150c9a01dd3fe782b3ead54286c3913838951fd0beb2443d0fe5cfbc1cc2079ef46346346e4bfb0d62e1f782d75a89d85c281e8b3c53f9bf188eca
 SHA512 
3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2
+DIST keyring-18.0.1.tar.gz 48559 BLAKE2B 
fb9e8df5ae04b4c1d646b4129cf34d420fd05783724dc2d10fccfaf11ddf1a17048c2695477bc1f4cfcd6d08ed48b6d552d19862a0510d8e12fef4e17b13087b
 SHA512 
62091fc304ff0d4a1dd5db3e1fbae7e02edcb60442f19d7408ba2f115226a8282ff67df55334f019da3cccae858cd5e4b0c0ece22a7c66768bbb85018728be30

diff --git a/dev-python/keyring/keyring-18.0.0.ebuild 
b/dev-python/keyring/keyring-18.0.1.ebuild
similarity index 100%
rename from dev-python/keyring/keyring-18.0.0.ebuild
rename to dev-python/keyring/keyring-18.0.1.ebuild



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

2019-03-25 Thread Matthew Thode
commit: c79d1f4827a58119ea8a1191fe91212c7be4ed8f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 20:36:18 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 21:24:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79d1f48

sys-cluster/nova: 18.2.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/nova/Manifest   |   2 +
 sys-cluster/nova/nova-18.2.0.ebuild | 253 
 2 files changed, 255 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 39da8d29363..ac3eef688cd 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,3 +1,5 @@
 DIST nova-18.1.0.tar.gz 11391992 BLAKE2B 
5dd417661908cae6e12b4a0f3af5c620bd29d3a022661c6f852cd8954940a3a0a2e84d0cf72d43ff926a13836aeb8ed2ecfe0e9be39dc882d705ab0389297891
 SHA512 
d5112d2528a70338a9293423ede81b9a5dee10cf7872e3070c33d0e16d728d1a1612b8af45ba8424400fd67322238dec299bc85bb84c10989272496b684f8cbd
+DIST nova-18.2.0.tar.gz 11417157 BLAKE2B 
ec3480eeb7e9b6d41f20a473b639e5b71eea0c533d10748f62d5037a09af9ca1c056c2e0e36a7c6e34e207adb80f4ce3fd9478e1bb282cb83ff4dc9fda11fdcb
 SHA512 
3620e4aeb43cfefe8349e78355abd9d5c3537b52c0c6dee1ca14ebbed3eb20015c63f492c55cf1415a586ca96a97667cd90f562891c2a2be2d1805efa805aa17
 DIST nova.conf.sample-18.1.0 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
+DIST nova.conf.sample-18.2.0 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61

diff --git a/sys-cluster/nova/nova-18.2.0.ebuild 
b/sys-cluster/nova/nova-18.2.0.ebuild
new file mode 100644
index 000..15e36f5f487
--- /dev/null
+++ b/sys-cluster/nova/nova-18.2.0.ebuild
@@ -0,0 +1,253 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/nova.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND="
+   >=dev-python/setuptools-21.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-36.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   compute-only? (
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
+   )
+ 

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

2019-03-25 Thread Mikle Kolyada
commit: e29d6dc7006a2f0b0538302dc0847dbfe198ec55
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 25 21:21:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 25 21:21:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29d6dc7

dev-util/devhelp: Add ~arm keyword wrt bug #681322

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"

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

diff --git a/dev-util/devhelp/devhelp-3.30.1.ebuild 
b/dev-util/devhelp/devhelp-3.30.1.ebuild
index 57e8cb9fd40..478d603945e 100644
--- a/dev-util/devhelp/devhelp-3.30.1.ebuild
+++ b/dev-util/devhelp/devhelp-3.30.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
 
 LICENSE="GPL-3+"
 SLOT="0/3-6" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
 IUSE="gedit gtk-doc +introspection"
 REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/

2019-03-25 Thread Mikle Kolyada
commit: 9e2319aaf16d0688f1d78b0052f0fda399b5f207
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 25 21:21:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 25 21:21:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2319aa

gui-libs/amtk: Add ~arm keyword wrt bug #681322

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"

 gui-libs/amtk/amtk-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/amtk/amtk-5.0.0.ebuild b/gui-libs/amtk/amtk-5.0.0.ebuild
index 0135276eed5..3796fed7c4c 100644
--- a/gui-libs/amtk/amtk-5.0.0.ebuild
+++ b/gui-libs/amtk/amtk-5.0.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Amtk;
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
 IUSE="+introspection"
 
 RDEPEND="



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

2019-03-25 Thread Mikle Kolyada
commit: 70f52f25c79a19c5d65064ee1e63c6cadfffe6ae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 25 21:20:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 25 21:20:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f52f25

dev-db/mariadb: arm stable wrt bug #679024

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-db/mariadb/mariadb-10.0.38.ebuild| 2 +-
 dev-db/mariadb/mariadb-10.1.38-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.0.38.ebuild 
b/dev-db/mariadb/mariadb-10.0.38.ebuild
index 3032017eb1e..665a541fb0c 100644
--- a/dev-db/mariadb/mariadb-10.0.38.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.38.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild 
b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild
index a553eb0d1fb..3665b277a51 100644
--- a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2019-03-25 Thread Sergei Trofimovich
commit: 00a8e87b3afc16af56632d08884263623800bd99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 21:16:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 21:16:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a8e87b

sys-libs/glibc: avoid libidn2 in bootstrap, bug #681742

When bootstrapping a cross-toolchain don't pull in libidn2 into
the host as it's not stable yet everywhere (requires KEYWORDS
fiddling) and is not needed on host (it's cross-glibc).

Reported-by: Mahmoud Jaoune
Bug: https://bugs.gentoo.org/681742
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/glibc/glibc-2.28-r5.ebuild | 6 --
 sys-libs/glibc/glibc-2.29-r1.ebuild | 6 --
 sys-libs/glibc/glibc-2.29.ebuild| 6 --
 sys-libs/glibc/glibc-.ebuild| 6 --
 4 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.28-r5.ebuild 
b/sys-libs/glibc/glibc-2.28-r5.ebuild
index 2bdf8ec2bb5..b006cb19449 100644
--- a/sys-libs/glibc/glibc-2.28-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.28-r5.ebuild
@@ -82,7 +82,6 @@ DEPEND="${COMMON_DEPEND}
test? ( >=net-dns/libidn2-2.0.5 )
 "
 RDEPEND="${COMMON_DEPEND}
-   >=net-dns/libidn2-2.0.5
sys-apps/gentoo-functions
!sys-kernel/ps3-sources
!sys-libs/nss-db
@@ -100,7 +99,10 @@ else
>=sys-devel/gcc-6
virtual/os-headers
"
-   RDEPEND+=" vanilla? ( !sys-libs/timezone-data )"
+   RDEPEND+="
+   >=net-dns/libidn2-2.0.5
+   vanilla? ( !sys-libs/timezone-data )
+   "
PDEPEND+=" !vanilla? ( sys-libs/timezone-data )"
 fi
 

diff --git a/sys-libs/glibc/glibc-2.29-r1.ebuild 
b/sys-libs/glibc/glibc-2.29-r1.ebuild
index eba80bd41ff..1beb44e7ca9 100644
--- a/sys-libs/glibc/glibc-2.29-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.29-r1.ebuild
@@ -86,7 +86,6 @@ DEPEND="${COMMON_DEPEND}
test? ( >=net-dns/libidn2-2.0.5 )
 "
 RDEPEND="${COMMON_DEPEND}
-   >=net-dns/libidn2-2.0.5
sys-apps/gentoo-functions
!sys-kernel/ps3-sources
!sys-libs/nss-db
@@ -104,7 +103,10 @@ else
>=sys-devel/gcc-6
virtual/os-headers
"
-   RDEPEND+=" vanilla? ( !sys-libs/timezone-data )"
+   RDEPEND+="
+   >=net-dns/libidn2-2.0.5
+   vanilla? ( !sys-libs/timezone-data )
+   "
PDEPEND+=" !vanilla? ( sys-libs/timezone-data )"
 fi
 

diff --git a/sys-libs/glibc/glibc-2.29.ebuild b/sys-libs/glibc/glibc-2.29.ebuild
index 98113f0210b..e2028c49d8f 100644
--- a/sys-libs/glibc/glibc-2.29.ebuild
+++ b/sys-libs/glibc/glibc-2.29.ebuild
@@ -86,7 +86,6 @@ DEPEND="${COMMON_DEPEND}
test? ( >=net-dns/libidn2-2.0.5 )
 "
 RDEPEND="${COMMON_DEPEND}
-   >=net-dns/libidn2-2.0.5
sys-apps/gentoo-functions
!sys-kernel/ps3-sources
!sys-libs/nss-db
@@ -104,7 +103,10 @@ else
>=sys-devel/gcc-6
virtual/os-headers
"
-   RDEPEND+=" vanilla? ( !sys-libs/timezone-data )"
+   RDEPEND+="
+   >=net-dns/libidn2-2.0.5
+   vanilla? ( !sys-libs/timezone-data )
+   "
PDEPEND+=" !vanilla? ( sys-libs/timezone-data )"
 fi
 

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 417b38d3008..478b5e5c9dc 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -86,7 +86,6 @@ DEPEND="${COMMON_DEPEND}
test? ( >=net-dns/libidn2-2.0.5 )
 "
 RDEPEND="${COMMON_DEPEND}
-   >=net-dns/libidn2-2.0.5
sys-apps/gentoo-functions
!sys-kernel/ps3-sources
!sys-libs/nss-db
@@ -104,7 +103,10 @@ else
>=sys-devel/gcc-6
virtual/os-headers
"
-   RDEPEND+=" vanilla? ( !sys-libs/timezone-data )"
+   RDEPEND+="
+   >=net-dns/libidn2-2.0.5
+   vanilla? ( !sys-libs/timezone-data )
+   "
PDEPEND+=" !vanilla? ( sys-libs/timezone-data )"
 fi
 



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

2019-03-25 Thread Mikle Kolyada
commit: 973eb34f16600492d3cb99fad18cc001cc871dc2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 25 21:14:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 25 21:14:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973eb34f

net-firewall/firehol: amd64 stable wrt bug #681106

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-firewall/firehol/firehol-3.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild 
b/net-firewall/firehol/firehol-3.1.6.ebuild
index 8bddf14115b..8257506bfa3 100644
--- a/net-firewall/firehol/firehol-3.1.6.ebuild
+++ b/net-firewall/firehol/firehol-3.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="doc ipv6 ipset"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 
 RDEPEND="net-firewall/iptables
sys-apps/iproute2[-minimal,ipv6?]



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

2019-03-25 Thread Mikle Kolyada
commit: 6d905ef590ebaa350f972b042aeb0ae303f4da26
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 25 21:13:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 25 21:13:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d905ef5

app-arch/tar: amd64 stable wrt bug #681728

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-arch/tar/tar-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.32.ebuild b/app-arch/tar/tar-1.32.ebuild
index bfcea16fbe2..daf7a48c90c 100644
--- a/app-arch/tar/tar-1.32.ebuild
+++ b/app-arch/tar/tar-1.32.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/files/

2019-03-25 Thread Matt Turner
commit: 23c2514d4597809769300c80e6f275b7db4c9eb6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 25 18:19:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 25 20:29:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c2514d

x11-apps/mesa-progs: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11502
Signed-off-by: Matt Turner  gentoo.org>

 ...sa-progs-8.2.0-remove-EGL_SCREEN_BIT_MESA.patch | 33 --
 1 file changed, 33 deletions(-)

diff --git 
a/x11-apps/mesa-progs/files/mesa-progs-8.2.0-remove-EGL_SCREEN_BIT_MESA.patch 
b/x11-apps/mesa-progs/files/mesa-progs-8.2.0-remove-EGL_SCREEN_BIT_MESA.patch
deleted file mode 100644
index f0389cb8d9c..000
--- 
a/x11-apps/mesa-progs/files/mesa-progs-8.2.0-remove-EGL_SCREEN_BIT_MESA.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/src/egl/eglut/eglut.c b/src/egl/eglut/eglut.c
-index 2ee6f15..9921746 100644
 a/src/egl/eglut/eglut.c
-+++ b/src/egl/eglut/eglut.c
-@@ -76,8 +76,7 @@ _eglutNow(void)
- static void
- _eglutDestroyWindow(struct eglut_window *win)
- {
--   if (_eglut->surface_type != EGL_PBUFFER_BIT &&
--   _eglut->surface_type != EGL_SCREEN_BIT_MESA)
-+   if (_eglut->surface_type != EGL_PBUFFER_BIT)
-   eglDestroySurface(_eglut->dpy, win->surface);
- 
-_eglutNativeFiniWindow(win);
-@@ -175,7 +174,6 @@ _eglutCreateWindow(const char *title, int x, int y, int w, 
int h)
- win->config, win->native.u.pixmap, NULL);
-   break;
-case EGL_PBUFFER_BIT:
--   case EGL_SCREEN_BIT_MESA:
-   win->surface = win->native.u.surface;
-   break;
-default:
-@@ -289,9 +287,7 @@ eglutDestroyWindow(int win)
-if (window->index != win)
-   return;
- 
--   /* XXX it causes some bug in st/egl KMS backend */
--   if ( _eglut->surface_type != EGL_SCREEN_BIT_MESA)
--  eglMakeCurrent(_eglut->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, 
EGL_NO_CONTEXT);
-+   eglMakeCurrent(_eglut->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, 
EGL_NO_CONTEXT);
- 
-_eglutDestroyWindow(_eglut->current);
- }



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

2019-03-25 Thread Ulrich Müller
commit: 1601fc818501e8e9ae4a410466bc60bb63819e6c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 25 20:09:31 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 25 20:10:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1601fc81

dev-tex/rail: Fix LICENSE, fix QA issues.

Update ebuild to EAPI 7.
Change LICENSE to public domain.
Fix dependencies.
Respect CC, CFLAGS, and LDFLAGS.
Build and install documentation properly.

Closes: https://bugs.gentoo.org/87542
Closes: https://bugs.gentoo.org/453148
Closes: https://bugs.gentoo.org/625904
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-tex/rail/rail-1.2_p1-r1.ebuild | 35 +++
 dev-tex/rail/rail-1.2_p1.ebuild| 36 
 2 files changed, 35 insertions(+), 36 deletions(-)

diff --git a/dev-tex/rail/rail-1.2_p1-r1.ebuild 
b/dev-tex/rail/rail-1.2_p1-r1.ebuild
new file mode 100644
index 000..eb33e29088b
--- /dev/null
+++ b/dev-tex/rail/rail-1.2_p1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package toolchain-funcs
+
+DESCRIPTION="Offers syntax/railroad diagrams"
+HOMEPAGE="http://www.ctan.org/tex-archive/support/rail/;
+SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip
+   sys-devel/bison
+   sys-devel/flex"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+   emake -j1 \
+   CC="$(tc-getCC)" \
+   CFLAGS="-DYYDEBUG ${CFLAGS} ${LDFLAGS}" \
+   rail rail.dvi
+}
+
+src_install() {
+   local LATEX_PACKAGE_SKIP="try.tex"
+
+   latex-package_src_doinstall sty doc
+   dobin rail
+   newman rail.man rail.1
+}

diff --git a/dev-tex/rail/rail-1.2_p1.ebuild b/dev-tex/rail/rail-1.2_p1.ebuild
deleted file mode 100644
index a46c1e07fe0..000
--- a/dev-tex/rail/rail-1.2_p1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit latex-package
-
-DESCRIPTION="Offers syntax/railroad diagrams"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/rail/;
-SRC_URI="http://mirror.ctan.org/support/${PN}.zip
-   -> ${P}.zip"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND="app-text/texlive"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   sys-devel/bison
-   sys-devel/flex"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-   emake -j 1 || die "make failed"
-}
-
-src_install() {
-   latex-package_src_doinstall sty doc
-
-   dobin rail || die "Installing the rail tool failed"
-
-   newman rail.man rail.1 || die "Installing the manpage failed"
-}



[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/

2019-03-25 Thread Thomas Deutschmann
commit: 723010ae5698f3b5c95410f96150a61a650b72f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 25 20:07:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 25 20:07:09 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=723010ae

mail-client/thunderbird: synchronize with Gentoo repository

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

 mail-client/thunderbird/Manifest   | 108 ++---
 ...ird-60.6.0.ebuild => thunderbird-60.6.1.ebuild} |   0
 2 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index c863880..8581ec4 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -2,57 +2,57 @@ DIST firefox-60.6-patches-01.tar.xz 14548 BLAKE2B 
412059a6db015fff0985e637768426
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
 DIST lightning-6.2.5.tar.xz 1745976 BLAKE2B 
31e237f8d34ab2a2ac522767460467257d1f49d15fbe24f5b80dde9fb709ffafd0c0442d99c6643ce434cf7bdf0d670447f86da9fcdadc7ada6814431ef41e8a
 SHA512 
1e997bb91d484908f225cc6e971874d308e8a8e2451a3e678f8a74bcb9e360babbd1f8aebcafb3e628ef5b10eb697ee47af2bfedbc956fee71d99084c8816235
 DIST thunderbird-60.0-patches-0.tar.xz 10292 BLAKE2B 
a81ac6708389baff21aac1511c1fc372324cac8bb3ee0f3b5d2a0690b6e22ef658b41c887b99168b43c4ea4bb0947d3e48ad9b7e80db558db22c976df868
 SHA512 
1dae465676b2ff4faae08ebf69e6bac46552bc0331659bf5f444c45b026e4c8d2fc46cd3758e3bd121716aa85d5dcc56de6483919f7f0077b9d9720574dbd1aa
-DIST thunderbird-60.6.0-ar.xpi 627181 BLAKE2B 
c585cd5d66bfb65542b4e45669e30417d786713e2918ad205ab6224a6375697b8b66dc4e91a1b25cfbd9ba960e48b791c2dff79ddec3ebf7b062144a250df2a7
 SHA512 
ba9f97ef66105625e09a0ed7f4dc28af90d5b01981b2f980f6cc2e7c2520a3a660c70e9234a7f1ca2d428188eab2b93e0217b465d15d820c7f2fdf4bcc6cd5bb
-DIST thunderbird-60.6.0-ast.xpi 559642 BLAKE2B 
0edfe183ab8af3e44a2ca4ad41bf98d5afb5570aa073675c9ef7af297dbe8c367dbff748a9b69b7a6f7b320bc8cef0c8f1ec54521637ccb9d3b17bf281896615
 SHA512 
3a346be489cec696787afce7ab8cddf7424e585afaf9d6b6dd8a92d6a2d7f729b2fbe7adf7cba63570b23941987a0ac160cc306a8f9326c84d5b9fa8042c7736
-DIST thunderbird-60.6.0-be.xpi 659078 BLAKE2B 
4225ca50c9ddc590688ff94ea044c5b48a948ff97b4259cc25036a651f761a20c6f63c821409d477405fa5382740647580329cd735dfd416372a4afdaeecd211
 SHA512 
9d021963bbf56738629e46ea005e9f039b2a544df1b354529fb3f684cbdc026fc91a706a6465ecd0f2dab61dc3466e3262486e27c533d8be5ab565895538aab3
-DIST thunderbird-60.6.0-bg.xpi 669317 BLAKE2B 
c16781cd581166402bfffa03dccfac0643bc4b3d429c914b7c8a418b6a6e17af5ed828652775077eacd281bd75221d21c308e7a8d5ab8bce722143a802b98cca
 SHA512 
1e34e49a865513c5b84b635db595b21aeb47f121d9a87292186160e9b8a3e1d0f4cea7cf006fc8242ebb9191b7b0df21716bb522606b434f83714a2d3dfec263
-DIST thunderbird-60.6.0-br.xpi 580370 BLAKE2B 
d1b92d4a9a8c1e6decba376b9a790526f989e1962aa737662cedcc80b6348b03d4cc692bf13d09255efee37ddf5ff82abfca88bbd26e0b9b65e2960e16bcd1ee
 SHA512 
f4f68197b33ac3f0aeb73fba51445f37d3b05e3baaea336e1d51b912fa7e554b4314f04531cd1129b98db989cdd3263050397377e97c25448ebfd0e7aea46aa3
-DIST thunderbird-60.6.0-ca.xpi 591972 BLAKE2B 
21ccfae5b17debad1e569f1105a11b9fb23138a84ec4501d5b39a4a01b8da1ab1a79a6894942f71392df614b4cd5556165aa230fbdabdf8bdfb74c4ca8e10f04
 SHA512 
d38c74fc9db2685a24a1e424d2365f996413f06fc37c45dc06655ab2a558a0427466bc98c868ddd1fde8ab305e5b2847464b60b06f0aab3b2176108dc719dade
-DIST thunderbird-60.6.0-cs.xpi 611202 BLAKE2B 
70af45e3e710f23dd751c9a152ecba5b2f24e5ae7c0edd9597a2b9c876852e9fda809ff69f2bc9e6cca0eb33a64ca3661c8ed748ae8f219c59b9e65097fd3594
 SHA512 
dfcc19ebd5999497ba393a5c2555c1360ecac4dfd20a3d71b69060267fb5ad637a0d52a11238c224d021a512fc8259bdd494e52535e1f3dd7c10f4b9ecec8c5f
-DIST thunderbird-60.6.0-cy.xpi 586038 BLAKE2B 
262c2025241e00ff404af9078a2e23b69318822aa4f2364c4814170f327385ac92a800fcefac456aae31ed158e6c7b3d46dfac72948c031ff4a85a3d181b4047
 SHA512 
dc2c91a9b61735955ac5576d79adc34bebabb2e8c69ea5e11d8d505575fafd662b19b7b599e42fd0a016d8572973e7d214c1eb32861e44c0d882a470a4e74f86
-DIST thunderbird-60.6.0-da.xpi 570807 BLAKE2B 
40900dda7bc4a38990f2072c6e5f37ea950039e5a195909c34ed8d9372b8f902a796f76a17228d84abe607a2d5be038d9d395d300b646fa32fb0febeece41f48
 SHA512 
79e3a17deb707342590c0436ae95c834c8586e26290317449429f8fd16fd1b538365a1732de32c933a01b36ec225d8c145e55b5c3b8a8c42a5c96e22374fd6b8
-DIST thunderbird-60.6.0-de.xpi 582574 BLAKE2B 
661a85856271ff2768458f515c674c065715d41d81ee7555ca9b7000831d5b97c8a1118ad0aaec3fd586e040493d47cbca02cc16b625224a2dde42e0daa89bae
 SHA512 

[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2019-03-25 Thread Thomas Deutschmann
commit: 059b0f6225b88b38bd941f7a6be41295bf9f18f6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 25 20:06:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 25 20:06:38 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=059b0f62

www-client/firefox: synchronize with Gentoo repository

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

 www-client/firefox/Manifest| 465 +
 ...irefox-66.0-r1.ebuild => firefox-66.0.1.ebuild} |   8 +-
 www-client/firefox/metadata.xml|   4 -
 3 files changed, 97 insertions(+), 380 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 3cfe707..df34cd8 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,372 +1,93 @@
-DIST firefox-52.5-patches-02.tar.xz 15084 BLAKE2B 
538dd61dbb7b290add4782b323a62f9ab4dbc57326a9a085710d207752118c504eb030a8741c1eed2e281c8d18e5453210b1905d71439250caa588137bbc37d0
 SHA512 
b80f9acaf49226cd5c2864714826c5b0e7e918e94c31ec81521b90c47edbb88ea85faa34fc22791efefbcd3867ddc413c563de58ca0f8ce21e10a3858899efce
-DIST firefox-52.9.0esr-ach.xpi 420286 BLAKE2B 
41643f6cdc43722dc2a61249720902a503c5f547979e80ace08bef097e2efef7b67d6d44b04a66965ee80722194b2183feed15d3b2f13d5b6ccdc993415eb9e3
 SHA512 
8a28262b9bb44592801e063348401924b2dc8ab1b4e042d11f560d892e276b7d14279a1a2ab3f6ad27068113969ca59377493839f1efbdd61a77f5246815989c
-DIST firefox-52.9.0esr-af.xpi 429469 BLAKE2B 
224617fcee13cbc62863dca9ecde4f45f1dc1a83535780a0f3b13f74ddd492ffd46b544ba93cb0ba505e99afc7327a5398c7bce735ba2d24612ea5ea80717221
 SHA512 
a723edc72c1e373e250fb878a73024054c670f0fd3ceadbd4a1306981f8cb560ec8f078a017cafb84dc49a11bb0d17046b102a6f67dba65b67d64946d909b189
-DIST firefox-52.9.0esr-an.xpi 437887 BLAKE2B 
5be731c8d5f044c773ae34ac27009dae5f8bf9c87fb0c6a50d64e752810fd497533b74a5d409b98f53fbfab58b037904c418f5fe45da70c9da79ee1be3d6293f
 SHA512 
07cbdfc2296a96b9fa9d286d803b1acabc14bffedefaf009ffb324909e4c4a923ca4a023cab92562821c1a5d30abd23debbc825ecd1121476924216c3668bed8
-DIST firefox-52.9.0esr-ar.xpi 466028 BLAKE2B 
e431e58c94de1c00d019534c4025977861864d1eaa32f5acc51052252ef7d20818464fc4c92b39ca955eff063b4b6df50cc3ccc0fb2322412d4d711dddc9def8
 SHA512 
037336c659890256fecc4bf0028c14a73a6e52fd0524da29bf4d58efc61a89a66fcb8a32f4a31e789e0ec7a7a376ddc232f9e0f850fc485e7e908b2caab00b96
-DIST firefox-52.9.0esr-as.xpi 479635 BLAKE2B 
7ba88cc70b21a90dfce4ffee844434ea4ee756cf8d0d425f82e71009d325d74b8728fb28a7b8c1ab0826accf71144b126ee6f91d84821dd3ab037864aaf15303
 SHA512 
62038ed87f45c865a3fe2d10487ba69dc48cdb6f166e040cb2942f02afb9222bf7ff325bb47d2c0dd3582e752fe20e89440fd488028dd3f1b9cba5f696107a6a
-DIST firefox-52.9.0esr-ast.xpi 432775 BLAKE2B 
391aeaba518ac560d789fc7b6771b08c7f2437075767231b13e5575cb552d5fc388329ea794843a43dd4dd6ba68831fa28330a6120eafda60b215899543589c4
 SHA512 
97582f59348f18ec858bf09d8e496632ed618088d88a030a4d2801627f6c54c70e67595008483065e1df33d02661410fa49c17fe5a6625c7fb97140bb1749ea1
-DIST firefox-52.9.0esr-az.xpi 454923 BLAKE2B 
d6172b0ec8e90f843617f1b5e749b722dad8adfda51d5a0c8a464238202884f11f0583a19e4bbc005eea0d5bb94a0637d9be34693ccd78c473ddfb70bb52ffd4
 SHA512 
beb7758cc3d369b14dfe606144e1c6e64c3a6f6178f69ee91a64e5a3fb9df827e103afc6d8490a3a1359efd766d1c73bbfe2d00814c66f9d95d13c3be9a9d81f
-DIST firefox-52.9.0esr-bg.xpi 487891 BLAKE2B 
a1acf93b23a68374f1af0e4cb017ee3da8ab33c54891b1aad62e6e5ed7ce5616f646df988a82fe58fb92b2d844de0cf5f8bc882a46166695fda1980b4d009d1e
 SHA512 
cf416bfebeb56c32ac0a985cd3e3c532f7f6900833dd15c3d1ddb915189a18a382376b8b0909c1d4ba4beedd4dbbe652ebaa29fa0f1a480736effd1b2c6992a5
-DIST firefox-52.9.0esr-bn-BD.xpi 504634 BLAKE2B 
17b4b7c8befe136b99ce869223dbf7e7172c878e07a0705726a04b41539596639c5c8299b01e50dba19b4d88a7da59ea9dd311abe43968f517b9181e991ecd5e
 SHA512 
092e92a29700c9d5fe344aa027a5a01a6ffbae4aca4e15e852c5fa032eea81d7744f8901712efcca5819813d3d37877d104c3d96abf9c57732d3fe3a13a1bfe9
-DIST firefox-52.9.0esr-bn-IN.xpi 502114 BLAKE2B 
26b90f95451b92d5c112e70687a99b9a24e6f3f948fac9fbd46aefb11d19e02a498111eec9673e3289a56995a92df0d86f7401e744b5e2ddf9e586565d0b79f8
 SHA512 
767016400fa3f582fe11e120250f158347270d66ba0b297961a3f362f09bbcaa8ad588c0b5ec25682e3b87bebb0cd68279d9a52e6ba91cf9f33264b7a63b5cfd
-DIST firefox-52.9.0esr-br.xpi 428216 BLAKE2B 
173495fad24e1bd24b2f8fd47e05256df47866bb0af3d1f254dd747cd753ef2d6555e83a1733a8bfc56b0c0b2ff83e5c8dca0ff0360c10354ff82def4c0233ef
 SHA512 
78bc39ae71ce041d6cf8c202f6f0f937073363b6b01c14157b0762455c9f2da86539c77574d47402d3765bd05c6ab6798f9ffdd8b512b1c50fab768ce86b
-DIST firefox-52.9.0esr-bs.xpi 434428 BLAKE2B 
9f29aad62bab6480653a891249d2e922ee0828d6660e511f40ef064affe73486bd4e242831497f437477246cf8cc90e0517cfcf3575df8530a66eea6ea67458c
 SHA512 
5d1377013e08e066b683d6b25677eb9fef4aa10a8fe3999b2e332c7f9971dcd571787e0268baf65a9288ce6a4bfdb6cb763692f0334ef76a7c7abff0a9467e28

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

2019-03-25 Thread Thomas Deutschmann
commit: 665eaa8db2d390657a7c5a5d11f9ef25a225110f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 25 20:02:24 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 25 20:02:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665eaa8d

mail-client/thunderbird-bin: bump to v60.6.1

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

 mail-client/thunderbird-bin/Manifest   | 110 ++---
 ...60.6.0.ebuild => thunderbird-bin-60.6.1.ebuild} |   0
 2 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 8b331352727..07c75f3f800 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -109,62 +109,62 @@ DIST thunderbird-60.5.3-uk.xpi 684155 BLAKE2B 
079bbc16e8cc9fe64ad203d04b735a2977
 DIST thunderbird-60.5.3-vi.xpi 637197 BLAKE2B 
aaf475ec7800c6ecd5d450c0697e6f9ef53c38a8c77ec21ff6a4637e3e496d34e671c51ff5e51b5b1f4cb88dd7afce090050c3e21c07bae7ad0f3e36d6ae4b68
 SHA512 
9ded56e89a932dfe84ce0505cc6f927dff4a106351483ee7ba309d45b4b663f508fd55c59b52869271798e78dfde907a4c38d091331ea1dfcdb709e4d9616934
 DIST thunderbird-60.5.3-zh-CN.xpi 626283 BLAKE2B 
e8f63b43a7060cd6a56696d38b7fd7a35311b015a576ce3e13dd5528cb97f914e3dbf393fe71d29f9d1355769e31b3190bb1e9584e8b9992163b24f122627b63
 SHA512 
a83c5e9de03027ee62402510daa6c7afa58af300b9b2605f840220ccd70361492011473f1b9b39d0162235471175c50b998aeb56649f087a87fe9cfe6225c927
 DIST thunderbird-60.5.3-zh-TW.xpi 626189 BLAKE2B 
91175d151a1ae7f0a191c30b3e40ce47b2616fe7e3c8a9aaac1fb832b1dd29dbf74868015d909b17eb14356e69f80f94ed0a9126e9cdad640e571d7730a1c0f5
 SHA512 
a96dff2e5094746cd84ec9e14b88580fc3481a82d0f52f78ef970164bbd7093fef1eada4fb0a832397a39a98c7d4dbdac8a667e071483e36a5e888c0d6702158
-DIST thunderbird-60.6.0-ar.xpi 627181 BLAKE2B 
c585cd5d66bfb65542b4e45669e30417d786713e2918ad205ab6224a6375697b8b66dc4e91a1b25cfbd9ba960e48b791c2dff79ddec3ebf7b062144a250df2a7
 SHA512 
ba9f97ef66105625e09a0ed7f4dc28af90d5b01981b2f980f6cc2e7c2520a3a660c70e9234a7f1ca2d428188eab2b93e0217b465d15d820c7f2fdf4bcc6cd5bb
-DIST thunderbird-60.6.0-ast.xpi 559642 BLAKE2B 
0edfe183ab8af3e44a2ca4ad41bf98d5afb5570aa073675c9ef7af297dbe8c367dbff748a9b69b7a6f7b320bc8cef0c8f1ec54521637ccb9d3b17bf281896615
 SHA512 
3a346be489cec696787afce7ab8cddf7424e585afaf9d6b6dd8a92d6a2d7f729b2fbe7adf7cba63570b23941987a0ac160cc306a8f9326c84d5b9fa8042c7736
-DIST thunderbird-60.6.0-be.xpi 659078 BLAKE2B 
4225ca50c9ddc590688ff94ea044c5b48a948ff97b4259cc25036a651f761a20c6f63c821409d477405fa5382740647580329cd735dfd416372a4afdaeecd211
 SHA512 
9d021963bbf56738629e46ea005e9f039b2a544df1b354529fb3f684cbdc026fc91a706a6465ecd0f2dab61dc3466e3262486e27c533d8be5ab565895538aab3
-DIST thunderbird-60.6.0-bg.xpi 669317 BLAKE2B 
c16781cd581166402bfffa03dccfac0643bc4b3d429c914b7c8a418b6a6e17af5ed828652775077eacd281bd75221d21c308e7a8d5ab8bce722143a802b98cca
 SHA512 
1e34e49a865513c5b84b635db595b21aeb47f121d9a87292186160e9b8a3e1d0f4cea7cf006fc8242ebb9191b7b0df21716bb522606b434f83714a2d3dfec263
-DIST thunderbird-60.6.0-br.xpi 580370 BLAKE2B 
d1b92d4a9a8c1e6decba376b9a790526f989e1962aa737662cedcc80b6348b03d4cc692bf13d09255efee37ddf5ff82abfca88bbd26e0b9b65e2960e16bcd1ee
 SHA512 
f4f68197b33ac3f0aeb73fba51445f37d3b05e3baaea336e1d51b912fa7e554b4314f04531cd1129b98db989cdd3263050397377e97c25448ebfd0e7aea46aa3
-DIST thunderbird-60.6.0-ca.xpi 591972 BLAKE2B 
21ccfae5b17debad1e569f1105a11b9fb23138a84ec4501d5b39a4a01b8da1ab1a79a6894942f71392df614b4cd5556165aa230fbdabdf8bdfb74c4ca8e10f04
 SHA512 
d38c74fc9db2685a24a1e424d2365f996413f06fc37c45dc06655ab2a558a0427466bc98c868ddd1fde8ab305e5b2847464b60b06f0aab3b2176108dc719dade
-DIST thunderbird-60.6.0-cs.xpi 611202 BLAKE2B 
70af45e3e710f23dd751c9a152ecba5b2f24e5ae7c0edd9597a2b9c876852e9fda809ff69f2bc9e6cca0eb33a64ca3661c8ed748ae8f219c59b9e65097fd3594
 SHA512 
dfcc19ebd5999497ba393a5c2555c1360ecac4dfd20a3d71b69060267fb5ad637a0d52a11238c224d021a512fc8259bdd494e52535e1f3dd7c10f4b9ecec8c5f
-DIST thunderbird-60.6.0-cy.xpi 586038 BLAKE2B 
262c2025241e00ff404af9078a2e23b69318822aa4f2364c4814170f327385ac92a800fcefac456aae31ed158e6c7b3d46dfac72948c031ff4a85a3d181b4047
 SHA512 
dc2c91a9b61735955ac5576d79adc34bebabb2e8c69ea5e11d8d505575fafd662b19b7b599e42fd0a016d8572973e7d214c1eb32861e44c0d882a470a4e74f86
-DIST thunderbird-60.6.0-da.xpi 570807 BLAKE2B 
40900dda7bc4a38990f2072c6e5f37ea950039e5a195909c34ed8d9372b8f902a796f76a17228d84abe607a2d5be038d9d395d300b646fa32fb0febeece41f48
 SHA512 
79e3a17deb707342590c0436ae95c834c8586e26290317449429f8fd16fd1b538365a1732de32c933a01b36ec225d8c145e55b5c3b8a8c42a5c96e22374fd6b8
-DIST thunderbird-60.6.0-de.xpi 582574 BLAKE2B 
661a85856271ff2768458f515c674c065715d41d81ee7555ca9b7000831d5b97c8a1118ad0aaec3fd586e040493d47cbca02cc16b625224a2dde42e0daa89bae
 SHA512 

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

2019-03-25 Thread Thomas Deutschmann
commit: 38d5a32863cc8bfc9bba67d536147daa69e0b381
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 25 20:01:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 25 20:02:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d5a328

mail-client/thunderbird: bump to v60.6.1

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

 mail-client/thunderbird/Manifest  |  54 ++
 mail-client/thunderbird/thunderbird-60.6.1.ebuild | 602 ++
 2 files changed, 656 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index f5227ffe4fc..72237e9de67 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -171,3 +171,57 @@ DIST thunderbird-60.6.0-vi.xpi 637188 BLAKE2B 
821bf465db8c1a9b2bc51f228eb9da730c
 DIST thunderbird-60.6.0-zh-CN.xpi 626283 BLAKE2B 
df4c88ed96d047d4f84c4f9cf33ef24a425910c12113e1879dc89786d1339642cfd74b82998440b9fd3ba369db8d3b896d55db17d5df7681745cafc508e3f944
 SHA512 
af85c5d2232adc97e3f69d84bfa445d4debc477e515c9678babbaea9698adf30dcebcb549c71bd03a211354c8d4297a93014fec8f6f6604667eb254980ef2b40
 DIST thunderbird-60.6.0-zh-TW.xpi 626189 BLAKE2B 
76b7accaf02882e17118291a0e1c97d3d024df311f2cd2b7e9f9fb0620cce9b1508cc75ccf01652fe0ce2afa0f01b42deb8310ee0aea554154b257cf7e977616
 SHA512 
6f93daf1adfe1056d9032ed0990ab979a37cff0028aa7a6ed523abb7da949a308d793ed108d529da1e8484404e1cd324dcd2f78e8133fae196235b07d77270d6
 DIST thunderbird-60.6.0.source.tar.xz 285222616 BLAKE2B 
d49882083ffbd645f97373e36227529fe053d7a88b130f7a16cc6b42dcdcf2bca3c6761493dbb9fd264a243e797361d54b5d3af8cfb1839ef36b43c958e10c53
 SHA512 
9f58ca34b7b1ea9643db1bd3f370176d9439a38db5aec41b68e118041f6c5cfbc94750ac1b8333d2e20d2f376fb97a0c97deadc87a597896b24cfdcce31b88b4
+DIST thunderbird-60.6.1-ar.xpi 627180 BLAKE2B 
56df555c0681214450a28d1eb126a1e0ebad308049c2f64480dbf20f39b5e62ea5600ecf81052a2c13396044ce77c6d27ad0c1fb6453c329968ccfb505de16a9
 SHA512 
76a92d776fa1efd6db1a312ad6ca016ca1cd2b70eb62ed3e309417ee02a2fb78112295d58a0d1e092cf1b36440339643a3c290dd1098c6087d08fa39515157b3
+DIST thunderbird-60.6.1-ast.xpi 559642 BLAKE2B 
77892bbbe45a04c60e62a01ca98f47aac139f282a5ac06eea62d2ce518ac6cbc8d6c3765d16f929c8792b5731feeb82491eba0ef6d0116442f1e569c0d51
 SHA512 
66130b52317bce1b92ca6d1922d56c062196bdd5e158239640e1d040830b557f13e86b1286f6ebf569a8de5491ab37b4e8d7af7c5965b2a7e5b14509235e
+DIST thunderbird-60.6.1-be.xpi 659080 BLAKE2B 
bde346f25b24c2253c7c4ef034dc8ffa1d3b742254db95a0baf9dc2a00fdd27a22f9dd7e6d32ff288ac87e6302193f7e7e1aff0e76dcff0b64ef6b9acd6093f0
 SHA512 
95a8afbf179697f819704668951907709033bb10d7212e7b6741910b39960a7c9800e70f343022185d716ef689c1c43e10718d5245c64db4cb5fb128a3b641df
+DIST thunderbird-60.6.1-bg.xpi 669318 BLAKE2B 
59f3a7930b829cbb8bf4f681ca25dc364b4291717e535700573f708749b9e7fdfe7279366038f42e4c5352406261d4ce5453c84f48f213512b6c345a657308b2
 SHA512 
7c64c7b1363c6001d854cbdec400c28d775bc8fba500e7c743eb254604d5babacee3fa1c3bd49e48a523d73a5343c07d1b7f25c4d2580f07c5f899e88eec0aee
+DIST thunderbird-60.6.1-br.xpi 580371 BLAKE2B 
1bab764801789578565226c12bc379f893d566d29cdff87e40a75d1ff187c136eef7b155bbd66ec5c652f761f3c96c62d1f5fc47d7cbc2f4b17b9f63e024bbe2
 SHA512 
0fbca5fc5a2f959d620380831c37d8400da26f9bf7f190a0e62c6fe1e92324bcfaa6b3650d2a8251faf595c67af7a639147ecce70e1040461ab0cd7ef077f8aa
+DIST thunderbird-60.6.1-ca.xpi 591971 BLAKE2B 
79bccec3825b4060ca06a81df8e70f63d6e51a12db4290b3ee81f3cd962edbfc3b3221e97e7e175a1bd2d439a5633dcc646d91bfd2a917d219294f9bb025
 SHA512 
7bd0c671582543825e1bba520cce6a86fc8fc43a163aa66fc87a2e02a27b4655c296510c069e54969e1db58666ac136c8a3f98d18b7eb6a562ad91e6f1a2de69
+DIST thunderbird-60.6.1-cs.xpi 611203 BLAKE2B 
49367316e806fa0ca831952f3135da1249826321bb8f7b2436359256862a0289f3b445b62129f86ea16ac030b9a4cca6f72a062a81244ab9a5659169b3cc4863
 SHA512 
1195c6b4aa8d80222af7c05403bc32a0b61f3fb38c99361ce1da0face6ac9346eb2817bc27b1d07008fb05aef0f680a11cc43369c6494fa37a7330356faa857f
+DIST thunderbird-60.6.1-cy.xpi 586038 BLAKE2B 
8e8285a0e2f667cb439066a9d94095aea44dfd8cf0b8d8dc33eee06011523dcb376c20a95b80ea7e9350b0df65bf8c61090cd80eb66d4be3ca693bd7d00bfb29
 SHA512 
f9e1e3e41e5eb3b2967acd6c4af53d608c3cea47a603b31b0f95980801274a9378646497b4831f8feff48d8cb5f58734a8bba8a319c7138bc23d23ac4c998d34
+DIST thunderbird-60.6.1-da.xpi 570806 BLAKE2B 
5c269f47ede5214938e3e9d11c782076dd956f37e90c957645518643247a1354e84da3e5fc7f3a7171fa1ab92c0f85f425834809f207432fd7a71cd0ba03e271
 SHA512 
be8c3e97f757e5d1a136b4426937091cbedcd8e4f8b34a0c4528e4135840c6f2bf21298547f7f0dc520cd94322d072ae06f57907104df09604fe362fc1c3bfb4
+DIST thunderbird-60.6.1-de.xpi 582575 BLAKE2B 
09f5b688993a9ac04853c7f54db678cd98a7b6d8f8fd3ab5dc9dcca38536ccde33d056ba8aa48c3ca75c213e2ec4e30ba3137d98f44d5ff367d633451578d735
 SHA512 

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

2019-03-25 Thread Robin H. Johnson
commit: a38a787dbc6d74fe11806649dcdc59da7ea8fccc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Mar 25 19:54:20 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar 25 19:54:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38a787d

package.mask: sys-apps/likwid needs lua-5.3

Signed-off-by: Robin H. Johnson  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 453e98864a6..26da6013520 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Robin H. Johnson  (25 Mar 2019)
+# Requires >=dev-lang/lua-5.3 which is masked
+sys-apps/likwid
+
 # Michael Haubenwallner  (25 Mar 2019)
 # Obsolete, in favor of app-portage/prefix-toolkit.
 # Removal in 30 days.  Bug #658572



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

2019-03-25 Thread Hans de Graaff
commit: 4243d2960a9b7cb73db12a364704291242d025a4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:46:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:46:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4243d296

dev-ruby/activemodel: remove vulnerable versions

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

 dev-ruby/activemodel/Manifest   |  3 --
 dev-ruby/activemodel/activemodel-4.2.11.ebuild  | 52 -
 dev-ruby/activemodel/activemodel-5.1.6.1.ebuild | 44 -
 dev-ruby/activemodel/activemodel-5.2.2.ebuild   | 44 -
 4 files changed, 143 deletions(-)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activemodel/activemodel-4.2.11.ebuild 
b/dev-ruby/activemodel/activemodel-4.2.11.ebuild
deleted file mode 100644
index 8b955712e8b..000
--- a/dev-ruby/activemodel/activemodel-4.2.11.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Toolkit for building modeling frameworks like Active Record and 
Active Resource"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}:*
-   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   >=dev-ruby/railties-4.2.0
-   dev-ruby/test-unit:2
-   >=dev-ruby/mocha-0.14.0:0.14
-   >=dev-ruby/bcrypt-ruby-3.1.7
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|uglifier\|minitest\|mime-types\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/rake/ s/12.3/12.4/ ; /dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   # Avoid test crashing newer versions of minitest
-   rm -f test/cases/railtie_test.rb || die
-}

diff --git a/dev-ruby/activemodel/activemodel-5.1.6.1.ebuild 

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

2019-03-25 Thread Hans de Graaff
commit: aa26641694086f76e055cd7ba3f63ba33aa89973
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:33:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:33:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa266416

dev-ruby/actionmailer: remove vulnerable versions

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

 dev-ruby/actionmailer/Manifest|  3 --
 dev-ruby/actionmailer/actionmailer-4.2.11.ebuild  | 48 ---
 dev-ruby/actionmailer/actionmailer-5.1.6.1.ebuild | 46 --
 dev-ruby/actionmailer/actionmailer-5.2.2.ebuild   | 46 --
 4 files changed, 143 deletions(-)

diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/actionmailer/actionmailer-4.2.11.ebuild 
b/dev-ruby/actionmailer/actionmailer-4.2.11.ebuild
deleted file mode 100644
index db48b42935e..000
--- a/dev-ruby/actionmailer/actionmailer-4.2.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionview-${PV}
-   ~dev-ruby/activejob-${PV}
-   >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
-   >=dev-ruby/rails-dom-testing-1.0.5:1"
-
-ruby_add_bdepend "test? (
-   dev-ruby/mocha:0.14
-)"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|mime-types\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/rake/ s/12.3/12.4/ ; /dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   # Avoid a test failing only on attachment ordering, since this is a
-   # security release.
-   sed -i -e '/adding inline attachments while rendering mail works/askip 
"gentoo: fails on ordering"' test/base_test.rb || die
-}

diff --git a/dev-ruby/actionmailer/actionmailer-5.1.6.1.ebuild 

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

2019-03-25 Thread Hans de Graaff
commit: f8c4986bcad88de083e7ac567cfa2a3bdd27b091
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:39:42 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:39:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c4986b

dev-ruby/actioncable: remove vulnerable versions

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

 dev-ruby/actioncable/Manifest   |  2 --
 dev-ruby/actioncable/actioncable-5.1.6.1.ebuild | 45 -
 dev-ruby/actioncable/actioncable-5.2.2.ebuild   | 45 -
 3 files changed, 92 deletions(-)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index 0817822d8f1..d581766a08c 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -1,4 +1,2 @@
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/actioncable/actioncable-5.1.6.1.ebuild 
b/dev-ruby/actioncable/actioncable-5.1.6.1.ebuild
deleted file mode 100644
index 1bafe141bf6..000
--- a/dev-ruby/actioncable/actioncable-5.1.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Integrated WebSockets for Rails"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# Tests require many new dependencies, skipping for now
-RESTRICT="test"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   dev-ruby/nio4r:2
-   >=dev-ruby/websocket-driver-0.6.1:0 =dev-ruby/websocket-driver-0.6*
-"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/railties-4.2.0
-   dev-ruby/test-unit:2
-   >=dev-ruby/mocha-0.14.0:0.14
-   )"

diff --git a/dev-ruby/actioncable/actioncable-5.2.2.ebuild 
b/dev-ruby/actioncable/actioncable-5.2.2.ebuild
deleted file mode 100644
index 10f73da56c5..000
--- a/dev-ruby/actioncable/actioncable-5.2.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Integrated WebSockets for Rails"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# Tests require many new dependencies, skipping for now
-RESTRICT="test"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   dev-ruby/nio4r:2
-   >=dev-ruby/websocket-driver-0.6.1:0
-"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/railties-4.2.0
-   dev-ruby/test-unit:2
-   >=dev-ruby/mocha-0.14.0:0.14
-   )"



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

2019-03-25 Thread Hans de Graaff
commit: a97fbc638875e49158c0135c107f8b1cecf4403d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:32:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:32:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97fbc63

dev-ruby/activerecord: remove vulnerable versions

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

 dev-ruby/activerecord/Manifest|  3 -
 dev-ruby/activerecord/activerecord-4.2.11.ebuild  | 74 -
 dev-ruby/activerecord/activerecord-5.1.6.1.ebuild | 77 --
 dev-ruby/activerecord/activerecord-5.2.2.ebuild   | 79 ---
 4 files changed, 233 deletions(-)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activerecord/activerecord-4.2.11.ebuild 
b/dev-ruby/activerecord/activerecord-4.2.11.ebuild
deleted file mode 100644
index 8d589f10eee..000
--- a/dev-ruby/activerecord/activerecord-4.2.11.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="https://github.com/rails/rails/;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
-IUSE="mysql postgres sqlite"
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-   ~dev-ruby/activemodel-${PV}
-   >=dev-ruby/arel-6.0:6.0
-   sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
-   mysql? ( || ( dev-ruby/mysql2:0.4 >=dev-ruby/mysql2-0.3.13:0.3 ) )
-   postgres? ( >=dev-ruby/pg-0.15.0 )"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionmailer-${PV}
-   >=dev-ruby/sqlite3-1.3.5
-   dev-ruby/mocha:0.14
-   dev-ruby/minitest:5
-   )"
-
-DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   rm ../Gemfile.lock || die
-   sed -i -e 
"/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|minitest\|mime-types\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/rake/ s/12.3/12.4/ ; /dalli/ 

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

2019-03-25 Thread Hans de Graaff
commit: 6257d7999f685fb10a20dac05cf3e408c2408b96
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:49:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:49:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6257d799

dev-ruby/activesupport: remove vulnerable versions

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

 dev-ruby/activesupport/Manifest|  3 -
 dev-ruby/activesupport/activesupport-4.2.11.ebuild | 66 
 .../activesupport/activesupport-5.1.6.1.ebuild | 67 
 dev-ruby/activesupport/activesupport-5.2.2.ebuild  | 71 --
 4 files changed, 207 deletions(-)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activesupport/activesupport-4.2.11.ebuild 
b/dev-ruby/activesupport/activesupport-4.2.11.ebuild
deleted file mode 100644
index 734283f8353..000
--- a/dev-ruby/activesupport/activesupport-4.2.11.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   >=dev-ruby/i18n-0.7:0.7
-   >=dev-ruby/tzinfo-1.1:1
-   >=dev-ruby/minitest-5.1:5
-   >=dev-ruby/thread_safe-0.3.4:0"
-
-# memcache-client, nokogiri, and builder are not strictly
-# needed, but there are tests using this code.
-ruby_add_bdepend "test? (
-   >=dev-ruby/dalli-2.2.1
-   >=dev-ruby/nokogiri-1.4.5
-   >=dev-ruby/builder-3.1.0
-   dev-ruby/rack
-   dev-ruby/mocha:0.14
-   )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|mime-types\|sprockets\|stackprof\|rack-cache\|sqlite\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e 

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

2019-03-25 Thread Hans de Graaff
commit: bcaf5c631e39616e828e398e0db2d6c28ba3d833
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:38:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:38:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf5c63

dev-ruby/activejob: remove vulnerable versions

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

 dev-ruby/activejob/Manifest |  3 --
 dev-ruby/activejob/activejob-4.2.11.ebuild  | 43 ---
 dev-ruby/activejob/activejob-5.1.6.1.ebuild | 45 
 dev-ruby/activejob/activejob-5.2.2.ebuild   | 46 -
 4 files changed, 137 deletions(-)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activejob/activejob-4.2.11.ebuild 
b/dev-ruby/activejob/activejob-4.2.11.ebuild
deleted file mode 100644
index 2fb6deb85e0..000
--- a/dev-ruby/activejob/activejob-4.2.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/globalid-0.3.0
-"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/mocha-0.14.0:0.14
-   )"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
-
-   # Remove all currently unpackaged queues.
-   sed -i -e 's/delayed_job qu que queue_classic resque sidekiq sneakers 
sucker_punch backburner//' Rakefile || die
-}

diff --git a/dev-ruby/activejob/activejob-5.1.6.1.ebuild 
b/dev-ruby/activejob/activejob-5.1.6.1.ebuild
deleted file mode 100644
index 252f4c0af26..000
--- a/dev-ruby/activejob/activejob-5.1.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-

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

2019-03-25 Thread Hans de Graaff
commit: 7e5ec5520e94747e9e0ee3ffde63f7476ba42d58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:30:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:30:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5ec552

dev-ruby/rails: remove vulnerable versions

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

 dev-ruby/rails/Manifest |  3 ---
 dev-ruby/rails/rails-4.2.11.ebuild  | 44 
 dev-ruby/rails/rails-5.1.6.1.ebuild | 44 
 dev-ruby/rails/rails-5.2.2.ebuild   | 45 -
 4 files changed, 136 deletions(-)

diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index 407fcdf537c..93549104266 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.gem 1476096 BLAKE2B 
18fbaea1b955e586bf84db43dd24998e18175895385b7d360f0b87b8ff283313b360180adba73f1172ce7a3633813e8e59b3dfa18111f439afd54f3ed576440f
 SHA512 
55cd57fdd9d8f1efa0f8c7e7c1dbcadc1a7c2bdcb6230a1c88cea5c4bb567916d1c511749a08162e509c6fe15d4f57634bcedd4e2a32fe6ed5a726a229a6ecab
-DIST rails-4.2.11.gem 1476096 BLAKE2B 
779111be1f18747c30b74f22f4b9ded1048d540197f82b1ef33201d114e3a052e1e0c8459d7757bba1ac2dc85932a3c601f6bfc84448d0f2e23d6a89c53a3569
 SHA512 
e3e035f0fc63058fd64c254a0b779699a28c558ad80fae374889a8ec1c21e1d90ebf9400832eb37e47ee75b38d46d8095455bf02a93b760732496bbb4c7597ff
-DIST rails-5.1.6.1.gem 6656 BLAKE2B 
a83ba0fcc1209f712ef8225d74a2081e7fe852b20c0f3d01e12f1070164f89813ab55ad34ca2c9858bcb889636364b5f538c91fc26546c1cf4723f2304258fe1
 SHA512 
58d4e3b13a7588a0881f4c40ecac2c269ba0afee7a67fe800f3372cbe54f45b25f49c968867b365193c254c360bafcd95f6cddb941557226b8f81f74ec8b87a5
 DIST rails-5.1.6.2.gem 6656 BLAKE2B 
865effe6b9a4503c6182b505364915f4081eb0f79c2fb04a72d17664241da971958824d8a15b83dc8b877a88dd6c2c0aaf9ef8f3e1a2de20e21771da5caedbbc
 SHA512 
a92dc1b8ec54b8009ff08e94ff19618e5b7068746dc9cdea40873938121ce09c7159298f1236ef11ffbd7cca6e83b83b6e658cb01241c0d942398a91b79ac25e
 DIST rails-5.2.2.1.gem 6656 BLAKE2B 
12687746ffaa7c58309eae46032ccf13cc1af986a730ba41915b5eec1a9d7b0a4c24d41cf66cfe2d61f5ea6b25dac0d911e82ceb89ccabc5e17bd891a3fc2ad1
 SHA512 
5fd895b2b82af6cee7e5c8b80bc0815a4fd0cb9ef80cd61dd6f650647409527c6e01cd359146990d34c2832b149f132ccb891db305364e82e5070a9bb7ade7f0
-DIST rails-5.2.2.gem 6656 BLAKE2B 
dca2be740c34c679ec18be460e78516391f91fa3c0cf348e582c26b3079e00aab86154dbe1cce3a01eb269202bbcf7fff5a7da20238c2018f96057a1fe67c247
 SHA512 
357c658a2d3775e709acdf41b5690e34900badddea6d4c0013bfcec86b75120d33a45ee9eff28b5a990a3304ef20061c9bebb9e557b53df69dd7311ed07e

diff --git a/dev-ruby/rails/rails-4.2.11.ebuild 
b/dev-ruby/rails/rails-4.2.11.ebuild
deleted file mode 100644
index 9ed163362d9..000
--- a/dev-ruby/rails/rails-4.2.11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-# The guides are now here but we'd need to rebuilt them first.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
-
-IUSE="+asset-pipeline"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionmailer-${PV}
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionview-${PV}
-   ~dev-ruby/activejob-${PV}
-   ~dev-ruby/activemodel-${PV}
-   ~dev-ruby/activerecord-${PV}
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/railties-${PV}
-   >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
-   dev-ruby/sprockets-rails:*
-   asset-pipeline? (
-   dev-ruby/jquery-rails:*
-   >=dev-ruby/sass-rails-5.0:5.0
-   >=dev-ruby/uglifier-1.3.0:*
-   >=dev-ruby/coffee-rails-4.1.0:*
-   )"
-
-# also: turbolinks, >=jbuilder-1.2:1

diff --git a/dev-ruby/rails/rails-5.1.6.1.ebuild 
b/dev-ruby/rails/rails-5.1.6.1.ebuild
deleted file mode 100644
index 4469f802d8f..000
--- a/dev-ruby/rails/rails-5.1.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-

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

2019-03-25 Thread Hans de Graaff
commit: 267ae8d6e59fd84ca0550119ff6aab2878958c40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:36:01 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:36:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267ae8d6

dev-ruby/actionpack: remove vulnerable versions

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

 dev-ruby/actionpack/Manifest  |  3 --
 dev-ruby/actionpack/actionpack-4.2.11.ebuild  | 58 ---
 dev-ruby/actionpack/actionpack-5.1.6.1.ebuild | 56 --
 dev-ruby/actionpack/actionpack-5.2.2.ebuild   | 55 -
 4 files changed, 172 deletions(-)

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/actionpack/actionpack-4.2.11.ebuild 
b/dev-ruby/actionpack/actionpack-4.2.11.ebuild
deleted file mode 100644
index 563530a0ae9..000
--- a/dev-ruby/actionpack/actionpack-4.2.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Eases web-request routing, handling, and response"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/actionview-${PV}
-   >=dev-ruby/rack-1.6.0:1.6
-   >=dev-ruby/rack-test-0.6.2:0.6
-   >=dev-ruby/rails-html-sanitizer-1.0.2:1
-   >=dev-ruby/rails-dom-testing-1.0.5:1
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.14
-   dev-ruby/bundler
-   ~dev-ruby/activemodel-${PV}
-   >=dev-ruby/rack-cache-1.2:1.2
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|mime-types\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/rake/ s/12.3/12.4/ ; /dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   # Skip a failing test related to security updates in 4.2.5.1. Let's
-   # assume that this is not a bug but 

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

2019-03-25 Thread Hans de Graaff
commit: 0ca1b6d39533fd9075bb946888ca7b4983a85481
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:36:32 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:36:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca1b6d3

dev-ruby/actionview: remove vulnerable versions

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

 dev-ruby/actionview/Manifest  |  3 --
 dev-ruby/actionview/actionview-4.2.11.ebuild  | 50 ---
 dev-ruby/actionview/actionview-5.1.6.1.ebuild | 57 ---
 dev-ruby/actionview/actionview-5.2.2.ebuild   | 55 --
 4 files changed, 165 deletions(-)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/actionview/actionview-4.2.11.ebuild 
b/dev-ruby/actionview/actionview-4.2.11.ebuild
deleted file mode 100644
index 6a5a4e21d8f..000
--- a/dev-ruby/actionview/actionview-4.2.11.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Simple, battle-tested conventions and helpers for building web 
pages"
-HOMEPAGE="https://github.com/rails/rails/;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
-   >=dev-ruby/erubis-2.7.0
-   >=dev-ruby/rails-html-sanitizer-1.0.3:1
-   >=dev-ruby/rails-dom-testing-1.0.5:1
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.14
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/activemodel-${PV}
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/rake/ s/12.3/12.4/ ; /dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-}

diff --git a/dev-ruby/actionview/actionview-5.1.6.1.ebuild 
b/dev-ruby/actionview/actionview-5.1.6.1.ebuild
deleted file mode 100644
index 8919fd3fcb8..000

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

2019-03-25 Thread Hans de Graaff
commit: c01410a18138fff05784e9f3894bf0e32c628fd4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:35:22 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:35:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01410a1

dev-ruby/activestorage: remove vulnerable versions

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

 dev-ruby/activestorage/Manifest|  2 -
 .../activestorage/activestorage-5.2.2-r1.ebuild| 58 --
 .../activestorage/activestorage-5.2.2.1.ebuild | 58 --
 dev-ruby/activestorage/activestorage-5.2.2.ebuild  | 56 -
 4 files changed, 174 deletions(-)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
deleted file mode 100644
index 37061766e2b..000
--- a/dev-ruby/activestorage/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild
deleted file mode 100644
index 58cfcf6ca1b..000
--- a/dev-ruby/activestorage/activestorage-5.2.2-r1.ebuild
+++ /dev/null
@@ -1,58 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Attach cloud and local files in Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-DEPEND+=" test? ( app-text/mupdf ) "
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   ~dev-ruby/activerecord-${PV}:*
-   >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/railties-${PV}
-   dev-ruby/test-unit:2
-   dev-ruby/mini_magick
-   dev-ruby/mocha
-   dev-ruby/rake
-   dev-ruby/sqlite3
-   )"
-
-all_ruby_prepare() {
-  # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/
 s:^:#:" \
-   -e '/dalli/ s/2.7.7/2.7.9/' \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/:test/,/^end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-}

diff --git a/dev-ruby/activestorage/activestorage-5.2.2.1.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.2.1.ebuild
deleted file mode 100644
index 58cfcf6ca1b..000
--- a/dev-ruby/activestorage/activestorage-5.2.2.1.ebuild
+++ /dev/null
@@ -1,58 +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"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="Attach cloud and local files in Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"

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

2019-03-25 Thread Hans de Graaff
commit: c433c563b7448f8dcb83d7b48b447cdd08a5dbbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 19:31:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 19:31:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c433c563

dev-ruby/railties: remove vulnerable versions

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

 dev-ruby/railties/Manifest|  3 --
 dev-ruby/railties/railties-4.2.11.ebuild  | 71 ---
 dev-ruby/railties/railties-5.1.6.1.ebuild | 71 ---
 dev-ruby/railties/railties-5.2.2.ebuild   | 71 ---
 4 files changed, 216 deletions(-)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index 73eaf1cc20c..38ef93702cb 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -1,6 +1,3 @@
 DIST rails-4.2.11.1.tgz 4081006 BLAKE2B 
7db84961963f529a9b6c06011bb6e32b56f4beb064de31c811a092d27e93156669ade4dcceb7d8abcdba4845d42258d904f8ecaf79198af1c0e2afcb33fe3fe3
 SHA512 
198fa072f3f09a9893377439ddd1803effdf04a33ae7b609234464e7de9ad960439d1b80ae62e1f9b223b3173839be7233c314a72057933b43672f390d96a8df
-DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
-DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
 DIST rails-5.1.6.2.tgz 6144050 BLAKE2B 
b204a66f97514eab94ebcfee89d55482577bf1c355b813e3e596c1d8c1a9f4167871fda75fc605c6b5801a3a247050b53b075abcf3a28bb30ec45e166d7cd8f8
 SHA512 
4e2e4739a276e66ace4a330b65c05c8c8465d71438b6d6d8c30051f9ff9ba6d2669c0379b2478d9a94e9535e7c079b39d6fa1b388619e7d29a3fd8d6127588fd
 DIST rails-5.2.2.1.tgz 8795399 BLAKE2B 
cb07c555b4124b67c12d7b913209112730a2aa4d957b3711c6b1f41918bfbce792426d75bd2e4443043a701f74bb2a286d59b140248f6a74f1c4547f00dc0b7d
 SHA512 
c976e3b4f0f2350cd611309c89a9c3ad16871f115577788694519482afa10420a272f2cc560bd823f05d6d616e3cde1e121d6f530e3d29df12a55bd2aa76ed0e
-DIST rails-5.2.2.tgz 8794009 BLAKE2B 
ee6af6990d6b3dc12171fa2a1baf0f975481dc31711ae2caed27b79d1c5b514d1959492c5cced5b0202b46fc18e4a8178703a91b5f1f65df4ea46f193e9d48d5
 SHA512 
ecca752baa52ee7f11ef21a919bbba370d9ca76a0b428305143e86ebabbd7218978cdeefc919bfb1c0e0e71fc555869dcf917bda219f89e7e41e17dfe983b792

diff --git a/dev-ruby/railties/railties-4.2.11.ebuild 
b/dev-ruby/railties/railties-4.2.11.ebuild
deleted file mode 100644
index cb5b81ae12b..000
--- a/dev-ruby/railties/railties-4.2.11.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test:regular"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Tools for creating, working with, and running Rails applications"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# The test suite has many failures, most likely due to a mismatch in
-# exact dependencies or environment specifics. Needs further
-# investigation.
-RESTRICT="test"
-
-RDEPEND+=">=app-eselect/eselect-rails-0.21"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/actionpack-${PV}
-   >=dev-ruby/thor-0.18.1 =dev-ruby/rake-0.8.7"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/actionview-${PV}
-   dev-ruby/mocha:0.14
-   )"
-
-all_ruby_prepare() {
-   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-   sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
-   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
-
-   # Also allow rdoc 4.x
-   sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   ruby_fakegem_binwrapper rails rails-${PV}
-}
-
-pkg_postinst() {
-   elog "To select between slots of rails, use:"
-   elog "\teselect rails"
-
-   eselect rails update
-}
-
-pkg_postrm() {
-   eselect rails update
-}

diff --git a/dev-ruby/railties/railties-5.1.6.1.ebuild 

[gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/

2019-03-25 Thread Andreas Sturmlechner
commit: 8e00ba65afc0e070553c5e24fccd2a95883948ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 25 19:31:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 25 19:31:21 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e00ba65

media-libs/pulseaudio-qt: 1.0.1 version bump

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

 .../pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild   | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild 
b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild
new file mode 100644
index 00..f3d859d3f0
--- /dev/null
+++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_QTHELP="true"
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="Qt bindings for libpulse"
+HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   dev-libs/glib:2
+   media-sound/pulseaudio
+"
+DEPEND="${RDEPEND}
+   test? (
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtquickcontrols2)
+   )
+"



[gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/, media-libs/pulseaudio-qt/files/

2019-03-25 Thread Andreas Sturmlechner
commit: 81299ed05a5c416825d76f9af7cd7a4b85a158e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 25 19:31:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 25 19:31:54 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=81299ed0

media-libs/pulseaudio-qt: Drop 1.0.0

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

 .../files/pulseaudio-qt-1.0.0-bogusdeps.patch  | 30 --
 .../pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild   | 36 --
 2 files changed, 66 deletions(-)

diff --git a/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch 
b/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch
deleted file mode 100644
index 28661e9722..00
--- a/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 58beeb4837da3c726a886e8ea20eca854084fdb0 Mon Sep 17 00:00:00 2001
-From: Antonio Rojas 
-Date: Fri, 8 Mar 2019 15:36:21 +0100
-Subject: Remove unused dependencies
-
-These seem to be leftovers from plasma-pa
-
-Differential Revision: https://phabricator.kde.org/D19607

- CMakeLists.txt | 5 -
- 1 file changed, 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3aabeb6..5ea8caf 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -67,11 +67,6 @@ configure_package_config_file(
-   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
- )
- 
--find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
--CoreAddons
--DocTools
--I18n
--)
- find_package(PulseAudio 5.0.0 REQUIRED)
- find_package(GLIB2 REQUIRED)
- 
--- 
-cgit v1.1

diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild 
b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild
deleted file mode 100644
index 502047c515..00
--- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_QTHELP="true"
-KDE_TEST="optional"
-inherit kde5
-
-DESCRIPTION="Qt bindings for libpulse"
-HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   dev-libs/glib:2
-   media-sound/pulseaudio
-"
-DEPEND="${RDEPEND}
-   test? (
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtquickcontrols2)
-   )
-"
-
-PATCHES=( "${FILESDIR}/${P}-bogusdeps.patch" )



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

2019-03-25 Thread Rick Farina
commit: 013f21b40ef90710a03ee28cbf43a6fc600c7b17
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Mar 25 19:25:40 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Mar 25 19:25:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013f21b4

net-wireless/wpa_supplicant: fix bug# 678784

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 ..._supplicant-2.7-r2.ebuild => wpa_supplicant-2.7-r3.ebuild} | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r3.ebuild
similarity index 97%
rename from net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
rename to net-wireless/wpa_supplicant/wpa_supplicant-2.7-r3.ebuild
index 39d282d..a20d8e0dce3 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r3.ebuild
@@ -217,7 +217,7 @@ src_configure() {
 
Kconfig_style_config TLS openssl
Kconfig_style_config FST
-   if ! use bindist; then
+   if ! use bindist || use libressl; then
Kconfig_style_config EAP_PWD
Kconfig_style_config FILS
Kconfig_style_config FILS_SK_PFS
@@ -227,9 +227,11 @@ src_configure() {
Kconfig_style_config OWE
Kconfig_style_config SAE
Kconfig_style_config DPP
-   Kconfig_style_config SUITEB
Kconfig_style_config SUITEB192
fi
+   if ! use bindist && ! use libressl; then
+   Kconfig_style_config SUITEB
+   fi
 
if use smartcard ; then
Kconfig_style_config SMARTCARD
@@ -417,6 +419,11 @@ pkg_postinst() {
ewarn "This is incredibly undesirable"
fi
fi
+   if use libressl; then
+   ewarn "Libressl doesn't support SUITEB (part of WPA3)"
+   ewarn "but it does support SUITEB192 (the upgraded strength 
version of the same)"
+   ewarn "You probably don't care.  Patches welcome"
+   fi
 
# Mea culpa, feel free to remove that after some time --mgorny.
local fn



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

2019-03-25 Thread Lars Wendler
commit: ab27de57a822bd0468a273406d356f5499278f09
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 25 19:07:41 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 25 19:08:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab27de57

net-dns/nsd: Version 4.1.26 stable for amd64 and x86

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-dns/nsd/nsd-4.1.26.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/nsd/nsd-4.1.26.ebuild b/net-dns/nsd/nsd-4.1.26.ebuild
index 2d738583621..87248c93455 100644
--- a/net-dns/nsd/nsd-4.1.26.ebuild
+++ b/net-dns/nsd/nsd-4.1.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd;
 SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 
ratelimit root-server runtime-checks ssl systemd libressl"
 
 S="${WORKDIR}/${MY_P}"



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

2019-03-25 Thread Lars Wendler
commit: 41a6873aec11b84bd6a3cd3e6fc3ba321311cd82
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 25 19:08:04 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 25 19:08:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a6873a

net-dns/nsd: Removed old.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-dns/nsd/Manifest  |   1 -
 net-dns/nsd/nsd-4.1.25.ebuild | 111 --
 2 files changed, 112 deletions(-)

diff --git a/net-dns/nsd/Manifest b/net-dns/nsd/Manifest
index ec30f7232a6..92215a6d3eb 100644
--- a/net-dns/nsd/Manifest
+++ b/net-dns/nsd/Manifest
@@ -1,3 +1,2 @@
-DIST nsd-4.1.25.tar.gz 1108285 BLAKE2B 
29428e59c0913e9eb6936b577c02b03136ae51e47d58f5d476368b4e6614e240a735a29ec5f224dbca6f76068fa81f0eed32fad75bf647673f35641ac414e3a6
 SHA512 
3a1de59d799a94aeb236139bf52f1d2e2139002ec8a033948a2324680df513e6c333e3564f526ca4fa106b42e50ae2bc67edadaeee72f608dabed962aacb5423
 DIST nsd-4.1.26.tar.gz 1127895 BLAKE2B 
b132022b846ca0ca34fff189f95c26dc7646648773d455ad7835c42718b1a00645b3b686e5c211432ef4bb83a3618ae6b675b9b53fd40ecf7a9f6d9ec5ba
 SHA512 
49c07ad79e4e056bd519dad157a44d5cc55cd9a28723fd910159dc761d4ba56ef86cb7bf289dc5d1b363a49b999232bb7ec1afa737ca5c2659c4c9893e93494b
 DIST nsd-4.1.27.tar.gz 1131881 BLAKE2B 
94a7f7efe23d130b04258faca0f73690712919e14268e6efabf4029bc30273d8ef3155259b072190776b6cde32050b61ade0584175f00eef0129e4621d5896a3
 SHA512 
9c75041f5a6213cdba7238c2e51fc73031f6f073e06587659f93992fed49418ee789642b25b5522d48642507050ac15021f385927eed81ce5ea649f974e66402

diff --git a/net-dns/nsd/nsd-4.1.25.ebuild b/net-dns/nsd/nsd-4.1.25.ebuild
deleted file mode 100644
index bef653ea457..000
--- a/net-dns/nsd/nsd-4.1.25.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools user systemd
-
-# version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1
-MY_PV="${PV/_beta/b}"
-MY_PV="${MY_PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="An authoritative only, high performance, open source name server"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd;
-SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz;
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bind8-stats ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit 
root-server runtime-checks ssl systemd libressl"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="
-   libevent? ( dev-libs/libevent )
-   munin? ( net-analyzer/munin )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   systemd? ( sys-apps/systemd )
-"
-DEPEND="
-   ${RDEPEND}
-   sys-devel/flex
-   virtual/yacc
-   systemd? ( virtual/pkgconfig )
-"
-
-PATCHES=(
-   # Fix the paths in the munin plugin to match our install
-   "${FILESDIR}"/nsd_munin_.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-largefile
-   --enable-pie
-   --enable-relro-now
-   --with-dbfile="${EPREFIX}"/var/db/nsd/nsd.db
-   --with-logfile="${EPREFIX}"/var/log/nsd.log
-   --with-pidfile="${EPREFIX}"/run/nsd/nsd.pid
-   --with-xfrdfile="${EPREFIX}"/var/db/nsd/xfrd.state
-   --with-xfrdir="${EPREFIX}"/var/db/nsd
-   --with-zonelistfile="${EPREFIX}"/var/db/nsd/zone.list
-   --with-zonesdir="${EPREFIX}"/var/lib/nsd
-   $(use_enable bind8-stats)
-   $(use_enable bind8-stats zone-stats)
-   $(use_enable ipv6)
-   $(use_enable minimal-responses)
-   $(use_enable mmap)
-   $(use_enable nsec3)
-   $(use_enable ratelimit)
-   $(use_enable root-server)
-   $(use_enable runtime-checks checking)
-   $(use_enable systemd)
-   $(use_with libevent)
-   $(use_with ssl)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc 
doc/{ChangeLog,CREDITS,NSD-4-features,NSD-FOR-BIND-USERS,README,RELNOTES,REQUIREMENTS}
-
-   newinitd "${FILESDIR}"/nsd.initd-r1 nsd
-
-   # install munin plugin and config
-   if use munin ; then
-   exeinto /usr/libexec/munin/plugins
-   doexe contrib/nsd_munin_
-   insinto /etc/munin/plugin-conf.d
-   newins "${FILESDIR}"/nsd.munin-conf nsd_munin
-   fi
-
-   systemd_dounit "${FILESDIR}"/nsd.service
-
-   # remove the /run directory that usually resides on tmpfs and is
-   # being taken care of by the nsd init script anyway (checkpath)
-   rm -r "${ED}"/run || die "Failed to remove /run"
-
-   keepdir 

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

2019-03-25 Thread Lars Wendler
commit: b9246c89b93a22b9292c95d0a9480ca8523a5f10
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 25 19:07:02 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 25 19:08:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9246c89

net-dns/nsd: Bump to version 4.1.27

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-dns/nsd/Manifest  |   1 +
 net-dns/nsd/nsd-4.1.27.ebuild | 116 ++
 2 files changed, 117 insertions(+)

diff --git a/net-dns/nsd/Manifest b/net-dns/nsd/Manifest
index f5a19980ab3..ec30f7232a6 100644
--- a/net-dns/nsd/Manifest
+++ b/net-dns/nsd/Manifest
@@ -1,2 +1,3 @@
 DIST nsd-4.1.25.tar.gz 1108285 BLAKE2B 
29428e59c0913e9eb6936b577c02b03136ae51e47d58f5d476368b4e6614e240a735a29ec5f224dbca6f76068fa81f0eed32fad75bf647673f35641ac414e3a6
 SHA512 
3a1de59d799a94aeb236139bf52f1d2e2139002ec8a033948a2324680df513e6c333e3564f526ca4fa106b42e50ae2bc67edadaeee72f608dabed962aacb5423
 DIST nsd-4.1.26.tar.gz 1127895 BLAKE2B 
b132022b846ca0ca34fff189f95c26dc7646648773d455ad7835c42718b1a00645b3b686e5c211432ef4bb83a3618ae6b675b9b53fd40ecf7a9f6d9ec5ba
 SHA512 
49c07ad79e4e056bd519dad157a44d5cc55cd9a28723fd910159dc761d4ba56ef86cb7bf289dc5d1b363a49b999232bb7ec1afa737ca5c2659c4c9893e93494b
+DIST nsd-4.1.27.tar.gz 1131881 BLAKE2B 
94a7f7efe23d130b04258faca0f73690712919e14268e6efabf4029bc30273d8ef3155259b072190776b6cde32050b61ade0584175f00eef0129e4621d5896a3
 SHA512 
9c75041f5a6213cdba7238c2e51fc73031f6f073e06587659f93992fed49418ee789642b25b5522d48642507050ac15021f385927eed81ce5ea649f974e66402

diff --git a/net-dns/nsd/nsd-4.1.27.ebuild b/net-dns/nsd/nsd-4.1.27.ebuild
new file mode 100644
index 000..bd3f7272f6a
--- /dev/null
+++ b/net-dns/nsd/nsd-4.1.27.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools user systemd
+
+# version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1
+MY_PV="${PV/_beta/b}"
+MY_PV="${MY_PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="An authoritative only, high performance, open source name server"
+HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd;
+SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 
ratelimit root-server runtime-checks ssl systemd libressl"
+
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="
+   dnstap? (
+   dev-libs/fstrm
+   dev-libs/protobuf-c
+   )
+   libevent? ( dev-libs/libevent )
+   munin? ( net-analyzer/munin )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   systemd? ( sys-apps/systemd )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/flex
+   virtual/yacc
+   systemd? ( virtual/pkgconfig )
+"
+
+PATCHES=(
+   # Fix the paths in the munin plugin to match our install
+   "${FILESDIR}"/nsd_munin_.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-largefile
+   --enable-pie
+   --enable-relro-now
+   --with-dbfile="${EPREFIX}"/var/db/nsd/nsd.db
+   --with-logfile="${EPREFIX}"/var/log/nsd.log
+   --with-pidfile="${EPREFIX}"/run/nsd/nsd.pid
+   --with-xfrdfile="${EPREFIX}"/var/db/nsd/xfrd.state
+   --with-xfrdir="${EPREFIX}"/var/db/nsd
+   --with-zonelistfile="${EPREFIX}"/var/db/nsd/zone.list
+   --with-zonesdir="${EPREFIX}"/var/lib/nsd
+   $(use_enable bind8-stats)
+   $(use_enable bind8-stats zone-stats)
+   $(use_enable dnstap)
+   $(use_enable ipv6)
+   $(use_enable minimal-responses)
+   $(use_enable mmap)
+   $(use_enable nsec3)
+   $(use_enable ratelimit)
+   $(use_enable root-server)
+   $(use_enable runtime-checks checking)
+   $(use_enable systemd)
+   $(use_with libevent)
+   $(use_with ssl)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc 
doc/{ChangeLog,CREDITS,NSD-4-features,NSD-FOR-BIND-USERS,README,RELNOTES,REQUIREMENTS}
+
+   newinitd "${FILESDIR}"/nsd.initd-r1 nsd
+
+   # install munin plugin and config
+   if use munin ; then
+   exeinto /usr/libexec/munin/plugins
+   doexe contrib/nsd_munin_
+   insinto /etc/munin/plugin-conf.d
+   newins "${FILESDIR}"/nsd.munin-conf nsd_munin
+   fi
+
+   systemd_dounit "${FILESDIR}"/nsd.service
+
+   # remove the /run directory that usually resides on tmpfs and is
+ 

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

2019-03-25 Thread Mike Gilbert
commit: edc956f440bc0be8b4c07f79d5f07b809e5689b4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 25 14:59:11 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 25 18:48:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc956f4

media-gfx/fontforge: pass HTDOCS_SUBDIR in src_compile too

Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert  gentoo.org>

 media-gfx/fontforge/fontforge-20190317-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fontforge/fontforge-20190317-r2.ebuild 
b/media-gfx/fontforge/fontforge-20190317-r2.ebuild
index 917323394ac..4cc9f6d02dc 100644
--- a/media-gfx/fontforge/fontforge-20190317-r2.ebuild
+++ b/media-gfx/fontforge/fontforge-20190317-r2.ebuild
@@ -103,8 +103,8 @@ src_configure() {
 
 src_compile() {
# Build system deps are broken
-   emake -C plugins
-   emake
+   emake -C plugins HTDOCS_SUBDIR=/html
+   emake HTDOCS_SUBDIR=/html
 }
 
 src_install() {



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

2019-03-25 Thread Georgy Yakovlev
commit: fad9b24d8fa059facbf39e6af9c246742602587c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Mar 25 18:18:42 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Mar 25 18:18:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad9b24d

app-misc/skim: cleanup

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/skim/Manifest  |   4 --
 app-misc/skim/skim-0.6.1.ebuild |  94 ---
 app-misc/skim/skim-0.6.2.ebuild | 107 
 3 files changed, 205 deletions(-)

diff --git a/app-misc/skim/Manifest b/app-misc/skim/Manifest
index ed048f517b4..2261a66f05c 100644
--- a/app-misc/skim/Manifest
+++ b/app-misc/skim/Manifest
@@ -57,8 +57,6 @@ DIST shlex-0.1.1.crate 5687 BLAKE2B 
8e2942051c783369a8161b667f8f5b73b2081f766db2
 DIST skim-0.5.2.tar.gz 78847 BLAKE2B 
0530a730abce8bdcaff1e6b263e87a0a9184dde112b9c8b4dde08780d7d50cb8bb4ec2ef555df941be4e89f1f3aa49b335e640702bf8b10e609d6cfba211
 SHA512 
018962a728b9729b51afdc8975cddeceec84731f43b776a740ad2b4d2a479ceadd7a4d45c6eb5389ef73cdf18955a74ac85e9bbb4ad823e4d4a5d9972a4aa19d
 DIST skim-0.5.4.tar.gz 87040 BLAKE2B 
c7816dae5142d3230bf98db7c86ec8b8d78adac52dfe19c6760d65b6ea81e704f84c4127c9ca1d74812ddef69595290a8f09f01869a41dc17a42a33d2eedb15b
 SHA512 
f21af6c86ca6b1c4aab1b715c1c47ced1d06c45216a03493cfc3f01d7ed6ecb6e287a335d0756f4b82b97d4d22493b01598569a0529bc57983a5a4716427af83
 DIST skim-0.5.5.tar.gz 87411 BLAKE2B 
98dbd5d8f5d45a0752975316aa41971622e6d65e91dbfe9c8248882931d05dcfb0d8ab32fc51504060fd41aef7c456c8f753e2939a726ad41cd3b82515adeeb1
 SHA512 
a6970252633e32004edc4e4cf910a5d07d1a63b11b77e56d5ddc6ad656d33ea984dc02523fbfaf5eeb58c197d95a17fb6bcdf16448d68c6a239798b3180d7aa2
-DIST skim-0.6.1.tar.gz 80538 BLAKE2B 
bff6e24e0c2b8461cf61f7f1e48f96ba0a353e39de0f4ead0ae40748286d666955f35cf3e088fc4253b9bde97784321a9636c0cee20fe4039782c57acaed8b66
 SHA512 
7fba58012cdce94f8d55afbde1ca8a4adcf07a2e4bf86da58b54cdc31fe700824ac7a16e1ea9558bd5f74ed21f8fda25a50237c68c4ca8ded9e9935570386ad1
-DIST skim-0.6.2.tar.gz 81573 BLAKE2B 
91843436748456d513e4abd19682ce329d4971ef9d989a7c059088aeaa4274cb2fe4d38760102f3c16bc6638a2b0f1162609a5a3531c8a75bbba508e957fc487
 SHA512 
47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d
 DIST skim-0.6.4.tar.gz 85922 BLAKE2B 
ddf8a64bf3e7daca04bea7e0a208b9acf7e336c299ac3e524bff081f55b103b431d8f35790265222d36ba26abe9e0377cf6c748af81739d42fb2a0b82a40f6f7
 SHA512 
1aaa10158cae58d2fcd0a2c25c03699ef63cf6d2ae94adba5988259c5be23eda5837b22c45643904e96bd095e8ad6efb48c7c36ffb3db14492773e71fe9d66e6
 DIST strsim-0.6.0.crate 8500 BLAKE2B 
fb5d756691a359d086886bf579445a262d2691285c120670e1b9da828922e43630339d59e4dbc98fe1fd6c92785264bef645be4ca80681059d8ee9f6d7be582b
 SHA512 
43cbcf2cab7f91515f52f20719e8013cff23807ca79a9a69f1997ec1ba2eacf713d64c88e33f4c9ba852fb3dda4b87e943587ae4b6ff5bfbbb81deb6dbf76a97
 DIST strsim-0.7.0.crate 8435 BLAKE2B 
6869075bc3949fbdec1b74548b816560d1bf3759ba4c3e972a84f885e6732edd25596d75a4b6f6b85d93821f559757d096cb5f0b0eb04dabd8bb974d214f3188
 SHA512 
3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983
@@ -71,8 +69,6 @@ DIST thread_local-0.3.4.crate 11760 BLAKE2B 
7d1c7bc70d6f35a04074ae6d25d14b07f4f4
 DIST thread_local-0.3.6.crate 12388 BLAKE2B 
290c35e5327e80a5cdca5609252b1efd1b78a654fc9ab4ba68eeaa3c2769d844f725d17d91cbb15048dbaac84913c51edcb39bb402882c9e7b4d0c4e4811518d
 SHA512 
cd783d3d9caec43868da1f6118d4c4d520e03b9f1049d8f15d2c12482989401d3aee748e04a149953d35e5d6487355c2891d44569ef688bc1d45f01b6461d253
 DIST time-0.1.38.crate 28500 BLAKE2B 
f0d98a7288616c2a5a07691e6bfe2bed5b043c9ddec3a6658e2e1dde294af030b635aba1d8c408f0cbe3c4c2692d4e2705d91276fac0c63f5ca03d3be3b19b59
 SHA512 
9052d6bc6c9222d331d23f7cb79b534bea6b1cc0f259c97f465321bcdad11b643cbd2e9bb3a456770a19a2a84dabfbab55e522cbb745f4c64e228736eaaeaf24
 DIST time-0.1.42.crate 30005 BLAKE2B 
6d85ae2e56612b5c6955921b671ac62ad10c174fa9fd382e2d76018fc2789253836397b980f8e6d0db4f1b19da244c64d3bffb4fa6c25ac0b66e7ba9876590d4
 SHA512 
4df662212377093b0fd8fcd88ddc30b20a8af7d989c2e100c0cf64f9741e88eea6e858e1aa4220be6b76b0cf8b62c8116b492010d74d1ebef197c66aa130aa83
-DIST tuikit-0.2.1.crate 31554 BLAKE2B 
e07173a3dc76110a905c448291e2a9f5b75bc963a47349744700bab7063a9b652eaf66ff2bf242280c76c902d914baf474076c7c5a531a310a1dc54bffe619ac
 SHA512 
1aca6f200f15765191d46fb136486eeb3da70ecd59ad7716769ffe41950020f6eb36b365ab1c7f7844ba07f0e75f7c4644611ff592ae316fb9fad139b64e8f06
-DIST tuikit-0.2.2.crate 33081 BLAKE2B 
fd9f918d8fffd424d67975975a17a2c3e11c9f87ff1f790e3c5eb09de609e78980cf63b76ef3761b8061473eced6801dfddb52d891a0e3bc864e7be7cc1e3369
 SHA512 
fa9b6aeebb9e3ea93ec3378c76e11d9f86fa17be1d4b36b3bb9ff4c98ea3ab8f020e4464f035af9f5e4c5ee44ce1d4fea1871d5c81f025666e19e5c5f8c18ff9
 DIST 

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

2019-03-25 Thread Georgy Yakovlev
commit: 1d737551b598540d20210d13a2f0281cb0b89b9a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Mar 25 18:17:57 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Mar 25 18:17:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d737551

app-misc/skim: bump to 0.6.4

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/skim/Manifest | 2 +-
 app-misc/skim/{skim-0.6.3.ebuild => skim-0.6.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/skim/Manifest b/app-misc/skim/Manifest
index 567cd4649d4..ed048f517b4 100644
--- a/app-misc/skim/Manifest
+++ b/app-misc/skim/Manifest
@@ -59,7 +59,7 @@ DIST skim-0.5.4.tar.gz 87040 BLAKE2B 
c7816dae5142d3230bf98db7c86ec8b8d78adac52df
 DIST skim-0.5.5.tar.gz 87411 BLAKE2B 
98dbd5d8f5d45a0752975316aa41971622e6d65e91dbfe9c8248882931d05dcfb0d8ab32fc51504060fd41aef7c456c8f753e2939a726ad41cd3b82515adeeb1
 SHA512 
a6970252633e32004edc4e4cf910a5d07d1a63b11b77e56d5ddc6ad656d33ea984dc02523fbfaf5eeb58c197d95a17fb6bcdf16448d68c6a239798b3180d7aa2
 DIST skim-0.6.1.tar.gz 80538 BLAKE2B 
bff6e24e0c2b8461cf61f7f1e48f96ba0a353e39de0f4ead0ae40748286d666955f35cf3e088fc4253b9bde97784321a9636c0cee20fe4039782c57acaed8b66
 SHA512 
7fba58012cdce94f8d55afbde1ca8a4adcf07a2e4bf86da58b54cdc31fe700824ac7a16e1ea9558bd5f74ed21f8fda25a50237c68c4ca8ded9e9935570386ad1
 DIST skim-0.6.2.tar.gz 81573 BLAKE2B 
91843436748456d513e4abd19682ce329d4971ef9d989a7c059088aeaa4274cb2fe4d38760102f3c16bc6638a2b0f1162609a5a3531c8a75bbba508e957fc487
 SHA512 
47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d
-DIST skim-0.6.3.tar.gz 85901 BLAKE2B 
1a16c725b07a582f125d9e64d0f520e1218ca3fe1cd4ccc73e78a05b2d19d8d63387cb11c9da50c29237fdd31bce668bd1ca12d8c72509c7c1041774f6b34fc1
 SHA512 
9f1bc94a4566e5ba1419ba06ce3eef66280ca4dc0824414af20ea8ff2cf58abbe3ec9a83d909c95542b88e88bb97be1c8dd27278844c17adeee45ee1ef98352a
+DIST skim-0.6.4.tar.gz 85922 BLAKE2B 
ddf8a64bf3e7daca04bea7e0a208b9acf7e336c299ac3e524bff081f55b103b431d8f35790265222d36ba26abe9e0377cf6c748af81739d42fb2a0b82a40f6f7
 SHA512 
1aaa10158cae58d2fcd0a2c25c03699ef63cf6d2ae94adba5988259c5be23eda5837b22c45643904e96bd095e8ad6efb48c7c36ffb3db14492773e71fe9d66e6
 DIST strsim-0.6.0.crate 8500 BLAKE2B 
fb5d756691a359d086886bf579445a262d2691285c120670e1b9da828922e43630339d59e4dbc98fe1fd6c92785264bef645be4ca80681059d8ee9f6d7be582b
 SHA512 
43cbcf2cab7f91515f52f20719e8013cff23807ca79a9a69f1997ec1ba2eacf713d64c88e33f4c9ba852fb3dda4b87e943587ae4b6ff5bfbbb81deb6dbf76a97
 DIST strsim-0.7.0.crate 8435 BLAKE2B 
6869075bc3949fbdec1b74548b816560d1bf3759ba4c3e972a84f885e6732edd25596d75a4b6f6b85d93821f559757d096cb5f0b0eb04dabd8bb974d214f3188
 SHA512 
3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983
 DIST syn-0.15.29.crate 146203 BLAKE2B 
b9280bda7735dfc08f80816e5db9c22e27596e5bfcbc54accd37a9bc4899c2caf1bcef03155c653441365ed9fc8cad910fa47c58ba7a386b3fc9f40b4be59a27
 SHA512 
1a5f365a8239758c9a2e2cfac3bac1bc94995ea48eb087cc8a2dc62a33a2f22b2bbe2985e344fdd758021ab66e55ff17e76c0234e9ae342499d1ae1fc3294767

diff --git a/app-misc/skim/skim-0.6.3.ebuild b/app-misc/skim/skim-0.6.4.ebuild
similarity index 100%
rename from app-misc/skim/skim-0.6.3.ebuild
rename to app-misc/skim/skim-0.6.4.ebuild



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2019-03-25 Thread Fabian Groffen
commit: 34b9d43ea8ba18e485df1430b2153cad7561e653
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar 25 18:16:07 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar 25 18:16:07 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=34b9d43e

scripts/bootstrap-prefix: drop bit about copying startprefix around

Now the package is supposed to come from app-portage/prefix-toolkit, it
defeats the purpose if people copy it (thus not receiving any updates).

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 7d6d808d87..1f5d8fe2db 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -629,7 +629,6 @@ bootstrap_startscript() {
chmod 755 "${ROOT}"/startprefix
fi
einfo "To start Gentoo Prefix, run the script ${ROOT}/startprefix"
-   einfo "You can copy this file to a more convenient place if you like."
 
# see if PATH is kept/respected
local minPATH="preamble:${BASH%/*}:postlude"



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

2019-03-25 Thread Rick Farina
commit: 4490e7c52c46f224a17e469ee0635da41d6a715a
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Mar 25 17:40:53 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Mar 25 17:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4490e7c5

dev-db/sqlitebrowser: add missing dep

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 .../{sqlitebrowser-3.11.1.ebuild => sqlitebrowser-3.11.1-r1.ebuild}  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.11.1.ebuild 
b/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
similarity index 98%
rename from dev-db/sqlitebrowser/sqlitebrowser-3.11.1.ebuild
rename to dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
index 5de9f44aac0..c763fd949dc 100644
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.11.1.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-3.11.1-r1.ebuild
@@ -23,6 +23,7 @@ DEPEND="
dev-cpp/antlr-cpp:2
dev-db/sqlite:3
>=dev-libs/qcustomplot-2.0.0[qt5(+)]
+   dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5[ssl]



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

2019-03-25 Thread Robin H. Johnson
commit: 996809d1fca2495641195e1d708bdbf962acc69c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Mar 25 04:17:32 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar 25 17:31:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996809d1

sys-apps/likwid: re-add package, with major cleanups

Includes some preparation for the next upstream release.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Robin H. Johnson  gentoo.org>

 sys-apps/likwid/Manifest   |   1 +
 .../likwid/files/likwid-4.3.1-fix-gnustack.patch   |  32 
 sys-apps/likwid/likwid-4.3.3.ebuild| 186 +
 sys-apps/likwid/metadata.xml   |  11 ++
 4 files changed, 230 insertions(+)

diff --git a/sys-apps/likwid/Manifest b/sys-apps/likwid/Manifest
new file mode 100644
index 000..cc76505f29e
--- /dev/null
+++ b/sys-apps/likwid/Manifest
@@ -0,0 +1 @@
+DIST likwid-4.3.3.tar.gz 1579433 BLAKE2B 
9ec468bba009dec860b24c9c55c3d6023ffda3ab0985d835796686ba52d1d3372b2bfce926cf229388978de34e1ab0b41d8d27c88623c51c3e8ff1e9d674906b
 SHA512 
ae4d68e238bc40e4a4ab5df628561c9bb7a0ef8727d5779dba2c32fff0be1dd333532bee7e4c197e5fe286de81d35b863ef09f4bc8b9f9145360e6e461f3d94e

diff --git a/sys-apps/likwid/files/likwid-4.3.1-fix-gnustack.patch 
b/sys-apps/likwid/files/likwid-4.3.1-fix-gnustack.patch
new file mode 100644
index 000..c543a6ccd2d
--- /dev/null
+++ b/sys-apps/likwid/files/likwid-4.3.1-fix-gnustack.patch
@@ -0,0 +1,32 @@
+--- likwid-likwid-4.3.1/bench/Makefile.org 2018-02-26 14:03:17.706837535 
+0800
 likwid-likwid-4.3.1/bench/Makefile 2018-02-26 14:04:19.427195208 +0800
+@@ -115,6 +115,7 @@
+ $(BUILD_DIR)/%.o:  $(BUILD_DIR)/%.pas
+   @echo "===>  ASSEMBLE  $@"
+   $(Q)$(PAS) -i $(PASFLAGS) -o $(BUILD_DIR)/$*.s $<  '$(DEFINES)'
++  @cat ../fix_gnustack.txt >> $(BUILD_DIR)/$*.s
+   $(Q)$(AS) $(ASFLAGS)  $(BUILD_DIR)/$*.s -o $@
+ 
+ ifeq ($(findstring $(MAKECMDGOALS),clean),)
+
+diff --git a/fix_gnustack.txt b/fix_gnustack.txt
+new file mode 100644
+index 000..965af94
+--- /dev/null
 likwid-likwid-4.1.1/fix_gnustack.txt
+@@ -0,0 +1,3 @@
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+
+--- likwid-likwid-4.3.1/src/loadData.S.org 2018-02-26 14:06:16.418872121 
+0800
 likwid-likwid-4.3.1/src/loadData.S 2018-02-26 14:19:03.281289307 +0800
+@@ -41,4 +41,6 @@
+ #endif
+ .size _loadData, .-_loadData
+ 
+-
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+

diff --git a/sys-apps/likwid/likwid-4.3.3.ebuild 
b/sys-apps/likwid/likwid-4.3.3.ebuild
new file mode 100644
index 000..05afdd52064
--- /dev/null
+++ b/sys-apps/likwid/likwid-4.3.3.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+#PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+# 4.3.4 will need python-single-r1
+inherit fcaps fortran-2 linux-info toolchain-funcs
+
+DESCRIPTION="A performance-oriented tool suite for x86 multicore environments"
+HOMEPAGE="https://github.com/rrze-likwid/likwid;
+SRC_URI="https://ftp.fau.de/pub/likwid/${P}.tar.gz;
+
+# If this ebuild is changed to use the bundled Lua-5.3, then MIT should be
+# added to the LICENSE field.
+LICENSE="GPL-3+ BSD"
+
+SLOT="0"
+KEYWORDS="~amd64" # upstream partial support exists for x86 arm arm64
+IUSE="fortran" # ${PYTHON_REQUIRED_USE}
+
+# lua:
+# likwid's primary functionality is driven by a set of lua scripts installed in
+# /usr/bin/
+# likwid bundles lua-5.3.2, AND supports using a system copy of lua-5.2 or
+# lua-5.3, which we use. This ebuild uses the system copy of Lua instead.
+#
+# hwloc:
+# likwid bundles a MODIFIED copy of hwloc-2.0.0a1 with specific configuration
+# for CPU probing & access
+#
+# Perl:
+# likwid uses Perl to convert from an internal text format to ASM listings
+# likwid also uses perl for some installed helper scripts
+# The build system bundles some Perl modules, that are not removed at this 
time:
+# Parse-RecDescent
+# Template
+#
+# Python:
+# Python3 is used for one helper script, filter/json, added after 4.3.3
+CDEPEND="dev-lang/perl
+   dev-lang/lua:5.3"
+
+# filter/json uses Python3
+RDEPEND="${CDEPEND}"
+   #${PYTHON_DEPS}"
+
+# Part of the build process depends on Data::Dumper
+#  perl-core/Data-Dumper"
+DEPEND="${CDEPEND}"
+
+CONFIG_CHECK="~X86_MSR"
+
+FILECAPS=(
+   -M 755 cap_sys_rawio+ep usr/sbin/likwid-accessD
+   --
+   -M 755 cap_sys_rawio+ep usr/sbin/likwid-setFreq
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.3.1-fix-gnustack.patch"
+   # Old patches are obsolete:
+   #"${FILESDIR}/${PN}-4.3.1-Makefile.patch"
+   #"${FILESDIR}/${PN}-4.3.1-config.mk.patch"
+)
+
+pkg_setup() {
+   fortran-2_pkg_setup
+   #python-single-r1_pkg_setup

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

2019-03-25 Thread Matthew Thode
commit: 58b4edcf017d29f34585dde41a8c741b1acc121e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 17:27:16 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 17:27:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b4edcf

media-libs/lsp-plugins: use ED for distdir

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 .../{lsp-plugins-1.1.7.ebuild => lsp-plugins-1.1.7-r1.ebuild}   | 2 +-
 media-libs/lsp-plugins/lsp-plugins-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild
similarity index 92%
rename from media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
rename to media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild
index f681f70629d..bae36037133 100644
--- a/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
+++ b/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild
@@ -48,5 +48,5 @@ src_compile(){
 }
 
 src_install(){
-   emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install
+   emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" 
install
 }

diff --git a/media-libs/lsp-plugins/lsp-plugins-.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-.ebuild
index f681f70629d..bae36037133 100644
--- a/media-libs/lsp-plugins/lsp-plugins-.ebuild
+++ b/media-libs/lsp-plugins/lsp-plugins-.ebuild
@@ -48,5 +48,5 @@ src_compile(){
 }
 
 src_install(){
-   emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install
+   emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" 
install
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2019-03-25 Thread Craig Andrews
commit: 96ea539c3d60b5bffb888a70860e1669ae433e35
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 25 17:16:55 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 25 17:18:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ea539c

media-plugins/kodi-inputstream-adaptive: 2.3.16 version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.3.16.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index a026f8a1056..07d0138c697 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -2,3 +2,4 @@ DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2d
 DIST kodi-inputstream-adaptive-2.3.13.tar.gz 485053 BLAKE2B 
1729ad38332ea00763eec342de37047cbc9d3d276cbf8e6586b716f26bca4048f36da58ed3ca8f1b77247616a6d2c111481d6b78f0510dc465923cab83d4fe9e
 SHA512 
3a3891a0fc8439aab47014954e90cf72a6c373f250ead02dd91e00c43860fdb91ee8688e6e0776470056f55287d4c4c11cbd762065fa52e7e3c9dcaa12efcfbe
 DIST kodi-inputstream-adaptive-2.3.14.tar.gz 709587 BLAKE2B 
3130ddd367cdbe0edbc5f14e060292ff66a864049a16dc10d6dd5500178c8f07a3f20fce5f95a8b5a44a57ee7ec7cdd782515b95f2e2dd79ee01a0fe37a9588c
 SHA512 
3427d0552260580766e756f0800290c59d6cd1c48ba87f9e4397676fdfff19509bd3a0cf986447b228be7bb6c355b1aeb739b456b29a99f54934c4b6bfd822c6
 DIST kodi-inputstream-adaptive-2.3.15.tar.gz 709544 BLAKE2B 
5e1d52c28f935dc8dde6cb15d800402bce5740e1b99ebe4c6210e07b34ba455a6af1883dae8c30013d3fd8bf03732d086aa38012f8daccc89ec805e67aea2850
 SHA512 
74dba29e6b9982257a4156416331fbaf189ef54c04c4f3b8d87dd1fea703ed29e70ff58f52af35735e3fea31f7a84127c34211cb5f6a11f1ba1d8c6586464fd3
+DIST kodi-inputstream-adaptive-2.3.16.tar.gz 709687 BLAKE2B 
9462cc7d77c20f2b63ca22ddf284fbec1f90e672c1bc3251bc1eb57067832d9eac8111533820e5f7e50e4d26df2e9bf43c6b059b09c9f47a24e769539efc1755
 SHA512 
c4ab48af774ade61d36e44f459235956110354b3bc3b010a7ea6ccbf1309c0fe52917c72fd03ce0388afe5813f1571f2d0b89df59ff00101a8342b4ba45f9335

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.16.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.16.ebuild
new file mode 100644
index 000..85e10272539
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.16.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   =dev-libs/libplatform-2*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2019-03-25 Thread Michael Haubenwallner
commit: 032ef433319e81ca59fd4e064059fab3dc11bada
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Mar 25 17:12:30 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 17:16:52 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=032ef433

bootstrap-prefix.sh: emerging prefix-toolkit if available

Still create /startprefix when app-portage/prefix-toolkit is not
available in the tree.

Signed-off-by: Michael Haubenwallner  gentoo.org>

 scripts/bootstrap-prefix.sh | 35 ---
 1 file changed, 20 insertions(+), 15 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 94040d941d..7d6d808d87 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -607,22 +607,27 @@ bootstrap_startscript() {
eerror "automate starting your prefix, set SHELL and rerun this 
script" > /dev/stderr
return 1
fi
-   einfo "Creating the Prefix start script (startprefix)"
-   # currently I think right into the prefix is the best location, as
-   # putting it in /bin or /usr/bin just hides it some more for the
-   # user
-   if is-rap ; then
-   mkdir -p "${ROOT}"/usr/portage/scripts
-   wget $([[ $(wget -h) == *"--no-check-certificate"* ]] && echo 
--no-check-certificate) \
-
https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/startprefix.in \
--O "${ROOT}"/usr/portage/scripts/startprefix.in
-   fi
+   if [[ -d ${ROOT}/usr/portage/app-portage/prefix-toolkit ]] ; then
+   einfo "Finally, emerging prefix-toolkit for your convenience"
+   emerge -u app-portage/prefix-toolkit || return 1
+   else
+   einfo "Creating the Prefix start script (startprefix)"
+   # currently I think right into the prefix is the best location, 
as
+   # putting it in /bin or /usr/bin just hides it some more for the
+   # user
+   if is-rap ; then
+   mkdir -p "${ROOT}"/usr/portage/scripts
+   wget $([[ $(wget -h) == *"--no-check-certificate"* ]] 
&& echo --no-check-certificate) \
+
https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/startprefix.in \
+-O "${ROOT}"/usr/portage/scripts/startprefix.in
+   fi
 
-   sed \
-   -e "s|@GENTOO_PORTAGE_EPREFIX@|${ROOT}|g" \
-   "${ROOT}"/usr/portage/scripts/startprefix.in \
-   > "${ROOT}"/startprefix
-   chmod 755 "${ROOT}"/startprefix
+   sed \
+   -e "s|@GENTOO_PORTAGE_EPREFIX@|${ROOT}|g" \
+   "${ROOT}"/usr/portage/scripts/startprefix.in \
+   > "${ROOT}"/startprefix
+   chmod 755 "${ROOT}"/startprefix
+   fi
einfo "To start Gentoo Prefix, run the script ${ROOT}/startprefix"
einfo "You can copy this file to a more convenient place if you like."
 



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

2019-03-25 Thread Hans de Graaff
commit: 35dafb8d2c6972ad00bcbc0deef34d8fe7966886
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 25 17:11:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 25 17:11:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dafb8d

dev-util/jenkins-bin: add 1.164.1

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

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.164.1.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 76acdaadb9c..aaf944253c5 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,5 +1,6 @@
 DIST jenkins-bin-2.150.2.war 75969613 BLAKE2B 
a86cffd210ee40ee01a1f4ee03c59b2c6c04a8d03f8f0bc5688118e00fe59bad2c8c1fe4b37de590929f1d36e9b00a0549e391609646b13f32d34769314369a9
 SHA512 
38e960b895dee3917146f49888ec23cfdc115354327de3ae63a4003641dd80d1d2565e8256dd47fa966c1b5515f1f90eac466ec007cf6d820958ce43147eb4a6
 DIST jenkins-bin-2.150.3.war 75968662 BLAKE2B 
f57716fcd6ae6330f291810a947e13e1629c3d7f1fdcc7061862258895bb691c5d43379e5c59956b60557843492f5e096fe43aacae88ba4a1baf3cb67bb28782
 SHA512 
b2a5bf51b09b9df9bec13f09f911c76c1bb0c2edc91f0933caf6f71e4c296e5f53ad54711aa6632b5f3e3dcb1f335594517a0c086e23fad8892fb6a3e77dd978
 DIST jenkins-bin-2.160.war 76018620 BLAKE2B 
e215220e978ac0407c742e3e5989b50f9d18ed387991b2c7c1120d4f9018ea3a24dcfa3127d29291af5d7dbf0155c3a68744c429e53ef3e160d33a5a3296cdac
 SHA512 
7e6f6d1381ab9b46cd62423a607a6c8c05438073cd21cd7827f66fb98300a54c9528e87d00ca2332ec4306854493bf0469fe81be20fe444c10fb25cc6c96
+DIST jenkins-bin-2.164.1.war 77330344 BLAKE2B 
6af841ced531f3b095444a4d22a487c6daa63dcbcb7c9dfda3bcd847873d77425b9d12f68a2aae79c1d0bcf8c65bf77eb72baa27ea78924ebbae1d270a60a503
 SHA512 
44ab0e30509d36af9aef26c34d50c0370ca08a0fd2fb007bcd0bdcdc012464fd7e5358e689cd017e9a4ad3a1c4e87cf4ab03646c4489e6be3b31ba1d3be5b289
 DIST jenkins-bin-2.164.war 77329094 BLAKE2B 
c8b470ab3f4606947520b8867fbf09611a00385f89ff95b64c9c603d2f3fadcad1a136f73b0fa0f0cbc8bb7df6f77c1449b8556342a366894c358f1117fd9a0f
 SHA512 
92e1a4c236d0091fea9b70236c4cd14560b3d12ebe51e8698e1ad2d70820bd4acae6f0579be741b2eb7749ac95fe4454392f2e1879e54b0b14a265541d7acb66
 DIST jenkins-bin-2.167.war 77246248 BLAKE2B 
58cb64cec5f63bc147557098740bcc02a131fd8ed7f935763130f037800aa7886e4c544d47ac595077d490037035d9d83976da4c62e5b7582a6366ab863654da
 SHA512 
55d760aad38d64201cf806e8dcff7b07da8e1eabad279909f6dc342a5312f8f162b584e6fb0e77fb4c2db95424a0004b571c883245c01c0d8352291e33c2a0e4

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.164.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.164.1.ebuild
new file mode 100644
index 000..323b8895510
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.164.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2019-03-25 Thread Robin H. Johnson
commit: 7e2d77f0cb6201814ad5c144055c629a14fef008
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Mar 25 15:44:40 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar 25 15:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2d77f0

sys-cluster/keepalived: remove dupe config option

I mucked up my quick vim and duplicated the SNMP entry to configure
while sorting other entries, so drop the duplicates.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild
index 087c4966826..678e3d34ca8 100644
--- a/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild
@@ -58,8 +58,6 @@ src_configure() {
$(use_enable regex) \
$(use_enable regex regex-timers ) \
$(use_enable snmp) \
-   $(use_enable snmp) \
-   $(use_enable snmp) \
$(use_enable snmp snmp-checker) \
$(use_enable snmp snmp-rfc) \
$(use_enable snmp snmp-rfcv2) \



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

2019-03-25 Thread Michael Haubenwallner
commit: f06ef3089531746ce0cb2b4e23d4fb82ce8278cf
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Mar 25 15:27:12 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 15:29:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06ef308

sys-apps/baselayout-prefix: restore /sbin/runscript

as well as /sbin/openrc-run and /etc/gentoo-release.

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 sys-apps/baselayout-prefix/Manifest|   1 +
 .../baselayout-prefix-2.6-r1.ebuild| 336 +
 2 files changed, 337 insertions(+)

diff --git a/sys-apps/baselayout-prefix/Manifest 
b/sys-apps/baselayout-prefix/Manifest
index 7f25315cfd8..f47f264baac 100644
--- a/sys-apps/baselayout-prefix/Manifest
+++ b/sys-apps/baselayout-prefix/Manifest
@@ -3,5 +3,6 @@ DIST baselayout-2.6.tar.bz2 31871 BLAKE2B 
4a51d173dc5a2837f78cd1247b5eadd89e7d0b
 DIST baselayout-prefix-395424f90c8ca6969589905cbf86d74fae9d7ea6.patch 1760 
BLAKE2B 
227ea5a9f70e927ba19de675f408ad01c4d934575cfeb780a525a4e24afd46d9d91d4e4acf773403cb6ac4a493b81da1cad787a5c0e41096056ad4e233b3cfc8
 SHA512 
77b4c3cad19251497808b6a07a384846f3ebb2282860d55197cee03d373b16622ef3b6c95e411e1cbb79702f10fe2e9c43cfe4175cca1db3ea6c06c6b2331ac9
 DIST baselayout-prefix-5926fe447541607ed137d67ca84080326584b2fc.patch 809 
BLAKE2B 
237eb610b6935ec5139299f1dccc6260b31a1d47a82390d713fc759ef37de986de8392a82068c70c1f63f382a9212103025fe019614796f5b6a3b4ed0f81f8b2
 SHA512 
6cd1bf81d8619be27c20fcd703be9a97cc6129d9c13402172e7f16adf6e9b9eb0238edfd311ca8b98b3898876d2bf9686a2a3905510d26608773a3da5233ee95
 DIST baselayout-prefix-95a8e95af948014d024842892be1405d656ab5fc.patch 3754 
BLAKE2B 
c64cf440d7dc27bd3c38ad93d242a28e3ae0df6ebef282249996bc2c463aa6c0941ea41fbee236ba77742ba5bff777cd3226054b80abe99a454f39d488f8e1c1
 SHA512 
8e2d44e9caedfa7159f374e39d416a7ceebd407ea9550d9aa52d0a87a44b7b805b1725f8eefd592eb5fbd9a5f3f851a28c18565f3b0e621530f4c51c109df24e
+DIST baselayout-prefix-a054fcc408ad48f775f7379834385c6a707d7a53.patch 1166 
BLAKE2B 
d9b3135fc77a1941e08c68f0981385bcab412fc4949a70c7b75e11e7f8a6ee1eff6b5be0804d06539ed9f02a6245c0161d3dfd6de9fb0bf68d0d07c724650707
 SHA512 
822065592f434fcbae42b48d475ac0d188e29773337c3154f162ff830b58dcf44c87e3091933d5a0c0cc7e89e4d0223f60cefc0e525ca29aa3c9a0f9a5e974bf
 DIST baselayout-prefix-c88ceddbfc6a965dc0153aef21e012e774d9e30c.patch 2499 
BLAKE2B 
18f26331aec2b74c119f6064c79540f9a4dd90796841e8db10450b58b0fa7b7e10e6fd6c96e1f1e4b8d47c7cdc31628cf262a55eaca56e0ce23d6505ac73b0e1
 SHA512 
abd262fcbd3a7df57a9abbe54474517123e8cd8946f377c6e5be848b48b8638636b4e5a424ad76b59d61653c44473ad1423959ff8939ea388ede9514895e1ce2
 DIST baselayout-prefix-c9338e89cdb603c1e08998bba28fbc977a62fc51.patch 9370 
BLAKE2B 
0e665e08db0ddec93604103d65d6e5a9249afdd55b22106b95e232128b724acd680bc875401cba15bc9aefcc19eddc4cf55b056a83e00a5a3862352470321d04
 SHA512 
d91c9537f445a8fd4308d5392fc42149e8d08c9ee3282e382995cd32ee531d77d73a94437c9b436b67e8c44aa598147ef63cc79a72ec2e9a83b078c5776ede51

diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild 
b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild
new file mode 100644
index 000..8cff70e3e2c
--- /dev/null
+++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild
@@ -0,0 +1,336 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib
+
+# just use "upstream" sources
+MY_P=${P/-prefix/}
+MY_PN=${PN/-prefix/}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Filesystem baselayout and init scripts"
+HOMEPAGE="https://www.gentoo.org/;
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${MY_PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/${MY_PN}.git/snapshot/${MY_P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~x64-cygwin ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="build kernel_FreeBSD kernel_linux +split-usr"
+
+my_prefix_commits=(
+   # commits in reverse order as listed by:
+   # git log --decorate=no --oneline --no-abbrev-commit origin/master..
+   a054fcc408ad48f775f7379834385c6a707d7a53 # also create 
etc/gentoo-release
+   5926fe447541607ed137d67ca84080326584b2fc # create usr/bin during 
layout-usrmerge
+   395424f90c8ca6969589905cbf86d74fae9d7ea6 # add prefix-stack support
+   95a8e95af948014d024842892be1405d656ab5fc # add prefix-guest support
+   c88ceddbfc6a965dc0153aef21e012e774d9e30c # sync prefix usage for 
Makefile target 'layout'
+   c9338e89cdb603c1e08998bba28fbc977a62fc51 # add prefix support per 
Makefile target 'install'
+)

[gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/

2019-03-25 Thread Craig Andrews
commit: 2c018f15ba322ef3d927b011bdfa72652ac30a5a
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 25 15:25:53 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 25 15:26:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c018f15

app-backup/btrbk: add USE=doc

Closes: https://bugs.gentoo.org/681056
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 .../btrbk/{btrbk-.ebuild => btrbk-0.27.1-r1.ebuild}| 14 +-
 app-backup/btrbk/btrbk-.ebuild | 14 +-
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/app-backup/btrbk/btrbk-.ebuild 
b/app-backup/btrbk/btrbk-0.27.1-r1.ebuild
similarity index 86%
copy from app-backup/btrbk/btrbk-.ebuild
copy to app-backup/btrbk/btrbk-0.27.1-r1.ebuild
index f364036c572..e0800b810e0 100644
--- a/app-backup/btrbk/btrbk-.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,18 +19,22 @@ DESCRIPTION="Tool for creating snapshots and remote backups 
of btrfs subvolumes"
 HOMEPAGE="https://digint.ch/btrbk/;
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="+pv"
+IUSE="+pv +doc"
 
-DEPEND=">=app-text/asciidoc-8.6.0
-   app-text/xmlto"
+DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )"
 
 RDEPEND="dev-lang/perl
net-misc/openssh
pv? ( sys-apps/pv )
>=sys-fs/btrfs-progs-3.18.2"
 
+src_compile() {
+   use doc && emake -C doc
+}
 src_install() {
-   emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" 
SYSTEMDDIR="$(systemd_get_systemunitdir)" install
+   local targets="install-bin install-etc install-share install-systemd"
+   use doc && targets="${targets} install-man install-doc"
+   emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" 
SYSTEMDDIR="$(systemd_get_systemunitdir)" ${targets}
 }
 pkg_preinst() {
if has_version "<${CATEGORY}/${PN}-0.26.0" ; then

diff --git a/app-backup/btrbk/btrbk-.ebuild 
b/app-backup/btrbk/btrbk-.ebuild
index f364036c572..e0800b810e0 100644
--- a/app-backup/btrbk/btrbk-.ebuild
+++ b/app-backup/btrbk/btrbk-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,18 +19,22 @@ DESCRIPTION="Tool for creating snapshots and remote backups 
of btrfs subvolumes"
 HOMEPAGE="https://digint.ch/btrbk/;
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="+pv"
+IUSE="+pv +doc"
 
-DEPEND=">=app-text/asciidoc-8.6.0
-   app-text/xmlto"
+DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )"
 
 RDEPEND="dev-lang/perl
net-misc/openssh
pv? ( sys-apps/pv )
>=sys-fs/btrfs-progs-3.18.2"
 
+src_compile() {
+   use doc && emake -C doc
+}
 src_install() {
-   emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" 
SYSTEMDDIR="$(systemd_get_systemunitdir)" install
+   local targets="install-bin install-etc install-share install-systemd"
+   use doc && targets="${targets} install-man install-doc"
+   emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" 
SYSTEMDDIR="$(systemd_get_systemunitdir)" ${targets}
 }
 pkg_preinst() {
if has_version "<${CATEGORY}/${PN}-0.26.0" ; then



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

2019-03-25 Thread Lars Wendler
commit: 694d690b38a3a87d4942b4596597ef53c145727d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 25 15:10:49 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 25 15:10:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694d690b

app-misc/tmux: Removed redundant S variable in live ebuild.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/tmux/tmux-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/tmux/tmux-.ebuild b/app-misc/tmux/tmux-.ebuild
index 89ef1ddd0dc..9c772830fdd 100644
--- a/app-misc/tmux/tmux-.ebuild
+++ b/app-misc/tmux/tmux-.ebuild
@@ -45,8 +45,6 @@ PATCHES=(
# upstream fixes (can be removed with next version bump)
 )
 
-S="${WORKDIR}/${P/_/-}"
-
 src_prepare() {
# bug 438558
# 1.7 segfaults when entering copy mode if compiled with -Os



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

2019-03-25 Thread Lars Wendler
commit: f227885a3373f69b819406915e4f67be8dcea321
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 25 15:08:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 25 15:08:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f227885a

app-misc/tmux: Synced/fixed dependencies.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/tmux/tmux-2.8-r2.ebuild | 2 +-
 app-misc/tmux/tmux-.ebuild   | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-misc/tmux/tmux-2.8-r2.ebuild b/app-misc/tmux/tmux-2.8-r2.ebuild
index 851cb2d6a79..f858b891207 100644
--- a/app-misc/tmux/tmux-2.8-r2.ebuild
+++ b/app-misc/tmux/tmux-2.8-r2.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
virtual/pkgconfig"
 
 RDEPEND="
-   ${CDEPEND}
+   ${DEPEND}
selinux? ( sec-policy/selinux-screen )
vim-syntax? ( app-vim/vim-tmux )"
 

diff --git a/app-misc/tmux/tmux-.ebuild b/app-misc/tmux/tmux-.ebuild
index b90f954d704..89ef1ddd0dc 100644
--- a/app-misc/tmux/tmux-.ebuild
+++ b/app-misc/tmux/tmux-.ebuild
@@ -21,7 +21,7 @@ LICENSE="ISC"
 SLOT="0"
 IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
-CDEPEND="
+DEPEND="
dev-libs/libevent:0=
sys-libs/ncurses:0=
utempter? (
@@ -29,12 +29,11 @@ CDEPEND="
kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
)"
 
-DEPEND="
-   ${CDEPEND}
+BDEPEND="
virtual/pkgconfig"
 
 RDEPEND="
-   ${CDEPEND}
+   ${DEPEND}
selinux? ( sec-policy/selinux-screen )
vim-syntax? ( app-vim/vim-tmux )"
 
@@ -43,7 +42,7 @@ DOCS=( CHANGES README TODO )
 PATCHES=(
"${FILESDIR}/${PN}-2.4-flags.patch"
 
-   # usptream fixes (can be removed with next version bump)
+   # upstream fixes (can be removed with next version bump)
 )
 
 S="${WORKDIR}/${P/_/-}"



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2019-03-25 Thread Michael Haubenwallner
commit: f8c03c3512c1f2d2b9db7ac92fe02ee5df031dce
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Mar 25 11:31:18 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 11:53:50 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f8c03c35

bootstrap-prefix.sh: set USE=prefix-stack

Keep FEATURES=stacked-prefix until we bumped stage1 portage as well.
Bug: https://bugs.gentoo.org/658572

Signed-off-by: Michael Haubenwallner  gentoo.org>

 scripts/bootstrap-prefix.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c91f6393e4..94040d941d 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1802,7 +1802,9 @@ bootstrap_stage3() {
}
 
with_stack_emerge_pkgs() {
+   # keep FEATURES=stacked-prefix until we bump portage in stage1
FEATURES="${FEATURES} stacked-prefix" \
+   USE="${USE} prefix-stack" \
PORTAGE_OVERRIDE_EPREFIX="${ROOT}/tmp" \
emerge_pkgs "$@"
}
@@ -1976,7 +1978,7 @@ bootstrap_stage3() {
)
 
# Bug 655414, 676096.
-   # Enough packages emerged using stacked-prefix with tmp/ as base prefix
+   # Enough packages emerged with USE=prefix-stack with tmp/ as base prefix
# to allow for sys-apps/portage itself and dependencies without any
# dependency into tmp/ now.
# Portage does search it's global config using PORTAGE_OVERRIDE_EPREFIX,



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

2019-03-25 Thread Michael Haubenwallner
commit: 954efef84a53cdbd10393fd71a37bd9cc3286ac9
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Mar 25 11:36:26 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 12:01:32 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=954efef8

python-utils-r1.eclass: support USE=prefix-stack

Need to support FEATURES=stacked-prefix for some transition period.
Better not test with 'use prefix-stack' but 'has prefix-stack ${USE}',
for when the user's profile does not set IUSE_IMPLICIT=prefix-stack yet.
Bug: https://bugs.gentoo.org/658572
Signed-off-by: Michael Haubenwallner  gentoo.org>

 eclass/python-utils-r1.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index d72329b30a..6e9cab5360 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -390,7 +390,7 @@ python_export() {
export PYTHON=${EPREFIX}/usr/bin/${impl}
if [[ " python jython pypy pypy3 " != *" ${PN} 
"* ]] \
&& [[ ! -x ${EPREFIX}/usr/bin/${impl} ]] \
-   && has stacked-prefix ${FEATURES}; then
+   && { has prefix-stack ${USE} || has 
stacked-prefix ${FEATURES} ;} ; then
# Need to look in build prefix
if [[ -x 
${BROOT-${PORTAGE_OVERRIDE_EPREFIX}}/usr/bin/${impl} ]]; then

PYTHON=${BROOT-${PORTAGE_OVERRIDE_EPREFIX}}/usr/bin/${impl}
@@ -402,7 +402,7 @@ python_export() {
export PYTHON_EPREFIX=${EPREFIX}
if [[ " python jython pypy pypy3 " != *" ${PN} 
"* ]] \
&& [[ ! -x ${EPREFIX}/usr/bin/${impl} ]] \
-   && has stacked-prefix ${FEATURES}; then
+   && { has prefix-stack ${USE} || has 
stacked-prefix ${FEATURES} ;} ; then
# Need to look in build prefix
if [[ -x 
${BROOT-${PORTAGE_OVERRIDE_EPREFIX}}/usr/bin/${impl} ]]; then

PYTHON_EPREFIX=${BROOT-${PORTAGE_OVERRIDE_EPREFIX}}
@@ -521,7 +521,7 @@ python_export() {
export 
PYTHON_SCRIPTDIR=${EPREFIX}/usr/lib/python-exec/${impl}
if [[ " python jython pypy pypy3 " != *" ${PN} 
"* ]] \
&& [[ ! -x ${EPREFIX}/usr/bin/${impl} ]] \
-   && has stacked-prefix ${FEATURES}; then
+   && { has prefix-stack ${USE} || has 
stacked-prefix ${FEATURES} ;} ; then
# Need to look in build prefix
if [[ -x 
${BROOT-${PORTAGE_OVERRIDE_EPREFIX}}/usr/bin/${impl} ]]; then

PYTHON_SCRIPTDIR=${BROOT-${PORTAGE_OVERRIDE_EPREFIX}}/usr/lib/python-exec/${impl}



[gentoo-commits] repo/gentoo:master commit in: app-portage/prefix-toolkit/

2019-03-25 Thread Michael Haubenwallner
commit: 84b9f582e8c8db69a3b3677de702c7cc00ac3dab
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Mar 20 09:35:34 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 14:18:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b9f582

app-portage/prefix-toolkit: new package

* For any Gentoo Prefix, provides the 'startprefix' script, and should
provide some 'runprefix' script later on, as inspired in
Bug: https://bugs.gentoo.org/673816

* For base Gentoo Prefix (as in "not stacked"), provides the
'prefix-stack-setup' script, superseding app-portage/prefix-chain-setup,
does force the prefix-stack implit USE flag in the stacked Prefix.
* For stacked Gentoo Prefix (set up using 'prefix-stack-setup'),
provides the toolchain wrapper, superseding sys-apps/prefix-chain-utils.
Bug: https://bugs.gentoo.org/658572

Closes: https://bugs.gentoo.org/509142
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 app-portage/prefix-toolkit/metadata.xml|   8 +
 app-portage/prefix-toolkit/prefix-toolkit-0.ebuild | 565 +
 2 files changed, 573 insertions(+)

diff --git a/app-portage/prefix-toolkit/metadata.xml 
b/app-portage/prefix-toolkit/metadata.xml
new file mode 100644
index 000..d33cce94b0d
--- /dev/null
+++ b/app-portage/prefix-toolkit/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   pre...@gentoo.org
+   Gentoo Prefix
+
+

diff --git a/app-portage/prefix-toolkit/prefix-toolkit-0.ebuild 
b/app-portage/prefix-toolkit/prefix-toolkit-0.ebuild
new file mode 100644
index 000..23f48453f6e
--- /dev/null
+++ b/app-portage/prefix-toolkit/prefix-toolkit-0.ebuild
@@ -0,0 +1,565 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Utilities for users of Gentoo Prefix"
+HOMEPAGE="https://prefix.gentoo.org/;
+SRC_URI=""
+
+LICENSE="GPL-3"
+SLOT="0"
+
+[[ ${PV} ==  ]] ||
+KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~x86-winnt"
+
+DEPEND=""
+RDEPEND="
+   >sys-apps/portage-2.3.62
+   !app-portage/prefix-chain-setup
+   !sys-apps/prefix-chain-utils
+   prefix-stack? (
+   >=sys-apps/baselayout-prefix-2.6
+   )
+"
+
+S="${WORKDIR}"
+
+my_unpack() {
+   local infile=$1
+   local outfile=${2:-${infile}}
+   ebegin "extracting ${outfile}"
+   sed -ne "/^: ${infile} /,/EOIN/{/EOIN/d;p}" "${EBUILD}" \
+   > "${outfile}" || die "Failed to unpack ${outfile}"
+   eend $?
+}
+
+src_unpack() {
+   if use prefix-stack ; then
+   my_unpack prefix-stack.bash_login
+   my_unpack prefix-stack.bashrc
+   my_unpack prefix-stack.envd.99stack
+   my_unpack prefix-stack-ccwrap
+   local editor pager
+   for editor in "${EDITOR}" {"${EPREFIX}","${BROOT}"}/bin/nano
+   do
+   [[ -x ${editor} ]] || continue
+   done
+   for pager in "${PAGER}" {"${EPREFIX}","${BROOT}"}/usr/bin/less
+   do
+   [[ -x ${pager} ]] || continue
+   done
+   printf '%s\n' "EDITOR=\"${editor}\"" "PAGER=\"${pager}\"" > 
000fallback
+   else
+   my_unpack prefix-stack-setup
+   fi
+   my_unpack startprefix
+}
+
+my_prefixify() {
+   local ebash eenv
+   if use prefix-stack ; then
+   ebash="${BROOT}/bin/bash"
+   eenv="${BROOT}/usr/bin/env"
+   else
+   ebash="${EPREFIX}/bin/bash"
+   eenv="${EPREFIX}/usr/bin/env"
+   fi
+
+   # the @=@ prevents repoman from believing we set readonly vars
+   sed -e "s,@GENTOO_PORTAGE_BPREFIX@,${BROOT},g" \
+   -e "s,@GENTOO_PORTAGE_EPREFIX@,${EPREFIX},g" \
+   -e "s,@GENTOO_PORTAGE_CHOST@,${CHOST},g" \
+   -e "s,@GENTOO_PORTAGE_EBASH@,${ebash},g" \
+   -e "s,@GENTOO_PORTAGE_EENV@,${eenv},g" \
+   -e "s,@=@,=,g" \
+   -i "$@" || die
+}
+
+src_configure() {
+   # do not eprefixify during unpack, to allow userpatches to apply
+   my_prefixify *
+}
+
+src_install-prefix-stack-ccwrap() {
+   # install toolchain wrapper.
+   local wrapperdir=/usr/${CHOST}/gcc-bin/${CHOST}-${PN}/${PV}
+   local wrappercfg=${CHOST}-${P}
+
+   exeinto $wrapperdir
+   doexe prefix-stack-ccwrap
+
+   local cc
+   for cc in \
+   gcc \
+   g++ \
+   cpp \
+   c++ \
+   windres \
+   ; do
+   dosym prefix-stack-ccwrap $wrapperdir/${CHOST}-${cc}
+   dosym ${CHOST}-${cc} $wrapperdir/${cc}
+   done
+
+   # LDPATH is required to keep gcc-config happy :(
+   cat > ./${wrappercfg} <<-EOF
+   GCC_PATH="${EPREFIX}$wrapperdir"
+   

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

2019-03-25 Thread Michael Haubenwallner
commit: 80990571f5727429f78bcd98c70c1e176d288172
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Mar 22 13:43:28 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 14:18:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80990571

sys-apps/baselayout-prefix-2.2: drop prefix-chain USE flag and patch

This topic is called prefix-stack now and available with
baselayout-prefix-2.6 and new app-portage/prefix-toolkit package.
Bug: https://bugs.gentoo.org/658572
Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12

Signed-off-by: Michael Haubenwallner  gentoo.org>

 .../baselayout-prefix-2.2-r5.ebuild| 28 ++---
 .../files/baselayout-2.2-prefix-chaining.patch | 67 --
 2 files changed, 5 insertions(+), 90 deletions(-)

diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild 
b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild
index 598159ce756..5eb365ee62a 100644
--- a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild
+++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,22 +27,6 @@ pkg_preinst() {
rm -f "${EROOT}"/etc/._cfg_gentoo-release
 }
 
-src_prepare() {
-   if use prefix-chain; then
-   eapply "${FILESDIR}"/baselayout-${PV}-prefix-chaining.patch
-
-   # need to set the PKG_CONFIG_PATH globally for this prefix, when
-   # chaining is enabled, since pkg-config may not be installed 
locally,
-   # but still .pc files should be found for all RDEPENDable 
prefixes in
-   # the chain.
-   echo 
"PKG_CONFIG_PATH=\"/usr/lib/pkgconfig:/usr/share/pkgconfig\"" >> 
etc/env.d/00basic
-   echo "PORTAGE_OVERRIDE_EPREFIX=\"${EPREFIX}\"" >> 
etc/env.d/00basic
-   echo "PORTAGE_CONFIGROOT=\"${EPREFIX}\"" >> etc/env.d/00basic
-   echo "EPREFIX=\"${EPREFIX}\"" >> etc/env.d/00basic
-   fi
-   default
-}
-
 src_install() {
# make functions.sh available in /etc/init.d (from gentoo-functions)
# Note: we cannot replace the symlink with a file here, or Portage will
@@ -55,12 +39,10 @@ src_install() {
-e "/PATH=/!s:/\(etc\|usr/bin\|bin\):\"${EPREFIX}\"/\1:g" \
-e "/PATH=/s|\([:\"]\)/|\1${EPREFIX}/|g" \
etc/profile > "${ED}"/etc/profile || die
-   if ! use prefix-chain; then
-   sed \
-   -e "/PATH=.*\/sbin/s|\"$|:/usr/sbin:/sbin\"|" \
-   -e "/PATH=.*\/bin/s|\"$|:/usr/bin:/bin\"|" \
-   -i "${ED}"/etc/profile || die
-   fi
+   sed \
+   -e "/PATH=.*\/sbin/s|\"$|:/usr/sbin:/sbin\"|" \
+   -e "/PATH=.*\/bin/s|\"$|:/usr/bin:/bin\"|" \
+   -i "${ED}"/etc/profile || die
dodir etc/env.d
sed \
-e "s:/\(etc/env.d\|opt\|usr\):${EPREFIX}/\1:g" \

diff --git 
a/sys-apps/baselayout-prefix/files/baselayout-2.2-prefix-chaining.patch 
b/sys-apps/baselayout-prefix/files/baselayout-2.2-prefix-chaining.patch
deleted file mode 100644
index fa86f86e414..000
--- a/sys-apps/baselayout-prefix/files/baselayout-2.2-prefix-chaining.patch
+++ /dev/null
@@ -1,67 +0,0 @@
 a/etc/profile
-+++ b/etc/profile
-@@ -4,6 +4,46 @@
- # environment for login shells.
- #
- 
-+#
-+# for prefix-chaining, the very first thing to do is to load
-+# the profiles for all chained instances above.
-+#
-+# TODO: is it safe in any case to shell source make.conf?
-+# don't do any recursive expansion here. if the parent can
-+# use READONLY_EPREFIX's, it has to have the same profile as
-+# we have here, and thus it will source parents before
-+# evaluating anything from itself.
-+#
-+if [[ -r /etc/portage/make.conf ]]; then
-+  _ro_root=$(. /etc/portage/make.conf && echo $READONLY_EPREFIX)
-+elif [[ -r /etc/make.conf ]]; then
-+  _ro_root=$(. /etc/make.conf && echo $READONLY_EPREFIX)
-+else
-+  echo "Failed to read" /etc/portage/make.conf >&2
-+fi
-+_ro_deps=${_ro_root#*:}
-+_ro_root=${_ro_root%:*}
-+if [ -n "${_ro_root}" -a -f "${_ro_root}/"etc/profile ]; then
-+  . "${_ro_root}/"etc/profile
-+fi
-+
-+#
-+# With prefix-chaining we want another set of variables that
-+# should be retained for all prefixes. for example it is ok
-+# to retain PKG_CONFIG_PATH if the parent of the chain can
-+# be used to resolve RDEPEND...
-+#
-+if [[ -n "${_ro_root}" ]]; then
-+  _ro_chained_path_vars="PATH MANPATH"
-+
-+  [[ ${_ro_deps} == *RDEPEND* ]] &&
-+  _ro_chained_path_vars="${_ro_chained_path_vars} PKG_CONFIG_PATH"
-+
-+  for var in ${_ro_chained_path_vars}; do
-+  eval "_ro_backupenv_paths_${var}=\${${var}}"
-+  done
-+fi
-+
- # Load 

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

2019-03-25 Thread Michael Haubenwallner
commit: c7a2936698f22bd710a3e0d9c282cfb8a1139b67
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Mar 22 13:30:38 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 14:18:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a29366

sys-apps/baselayout-prefix: revbump

Incorporate original baselayout-2.6, add patches to support prefix-guest
and prefix-stack.  The latter triggers the EAPI 7 bump.
Bug: https://bugs.gentoo.org/658572
Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12

Signed-off-by: Michael Haubenwallner  gentoo.org>

 sys-apps/baselayout-prefix/Manifest|   6 +
 .../baselayout-prefix/baselayout-prefix-2.6.ebuild | 328 +
 sys-apps/baselayout-prefix/metadata.xml|   9 +-
 3 files changed, 340 insertions(+), 3 deletions(-)

diff --git a/sys-apps/baselayout-prefix/Manifest 
b/sys-apps/baselayout-prefix/Manifest
index b2281c0a4c4..7f25315cfd8 100644
--- a/sys-apps/baselayout-prefix/Manifest
+++ b/sys-apps/baselayout-prefix/Manifest
@@ -1 +1,7 @@
 DIST baselayout-2.2.tar.bz2 40744 BLAKE2B 
3a1dfdd64b45d5aa8fb3ff9781aa9b1218095874a0bb6d9dd0d2da4c447945272b25258b53b7ea130f3e1067c799fc4c0d14e577f3a3f749f19d72734136e6e9
 SHA512 
a5199c42e835d9f2683cc94f3c4c47ecdc392316c24e0932845736e2e90479b0c5c8ad72ead8e0537f097405b7d7548d00b87b7ff8c9e3651486e3c5c0970b36
+DIST baselayout-2.6.tar.bz2 31871 BLAKE2B 
4a51d173dc5a2837f78cd1247b5eadd89e7d0b5f2dbc72e75f027b0c23a5db9a386c53e756e80240f36ad4d63e3fe421bf9510c18321d7a31fda140ad47b2860
 SHA512 
5cad5faf56871ae951120643e29db0c39fea6dc845b4755382bd469eca32639ec6cd0cd046d3c439a7cc607b18770036f9c256260d35beaffb094e23cb13740b
+DIST baselayout-prefix-395424f90c8ca6969589905cbf86d74fae9d7ea6.patch 1760 
BLAKE2B 
227ea5a9f70e927ba19de675f408ad01c4d934575cfeb780a525a4e24afd46d9d91d4e4acf773403cb6ac4a493b81da1cad787a5c0e41096056ad4e233b3cfc8
 SHA512 
77b4c3cad19251497808b6a07a384846f3ebb2282860d55197cee03d373b16622ef3b6c95e411e1cbb79702f10fe2e9c43cfe4175cca1db3ea6c06c6b2331ac9
+DIST baselayout-prefix-5926fe447541607ed137d67ca84080326584b2fc.patch 809 
BLAKE2B 
237eb610b6935ec5139299f1dccc6260b31a1d47a82390d713fc759ef37de986de8392a82068c70c1f63f382a9212103025fe019614796f5b6a3b4ed0f81f8b2
 SHA512 
6cd1bf81d8619be27c20fcd703be9a97cc6129d9c13402172e7f16adf6e9b9eb0238edfd311ca8b98b3898876d2bf9686a2a3905510d26608773a3da5233ee95
+DIST baselayout-prefix-95a8e95af948014d024842892be1405d656ab5fc.patch 3754 
BLAKE2B 
c64cf440d7dc27bd3c38ad93d242a28e3ae0df6ebef282249996bc2c463aa6c0941ea41fbee236ba77742ba5bff777cd3226054b80abe99a454f39d488f8e1c1
 SHA512 
8e2d44e9caedfa7159f374e39d416a7ceebd407ea9550d9aa52d0a87a44b7b805b1725f8eefd592eb5fbd9a5f3f851a28c18565f3b0e621530f4c51c109df24e
+DIST baselayout-prefix-c88ceddbfc6a965dc0153aef21e012e774d9e30c.patch 2499 
BLAKE2B 
18f26331aec2b74c119f6064c79540f9a4dd90796841e8db10450b58b0fa7b7e10e6fd6c96e1f1e4b8d47c7cdc31628cf262a55eaca56e0ce23d6505ac73b0e1
 SHA512 
abd262fcbd3a7df57a9abbe54474517123e8cd8946f377c6e5be848b48b8638636b4e5a424ad76b59d61653c44473ad1423959ff8939ea388ede9514895e1ce2
+DIST baselayout-prefix-c9338e89cdb603c1e08998bba28fbc977a62fc51.patch 9370 
BLAKE2B 
0e665e08db0ddec93604103d65d6e5a9249afdd55b22106b95e232128b724acd680bc875401cba15bc9aefcc19eddc4cf55b056a83e00a5a3862352470321d04
 SHA512 
d91c9537f445a8fd4308d5392fc42149e8d08c9ee3282e382995cd32ee531d77d73a94437c9b436b67e8c44aa598147ef63cc79a72ec2e9a83b078c5776ede51

diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.6.ebuild 
b/sys-apps/baselayout-prefix/baselayout-prefix-2.6.ebuild
new file mode 100644
index 000..630c9a15a85
--- /dev/null
+++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.6.ebuild
@@ -0,0 +1,328 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib
+
+# just use "upstream" sources
+MY_P=${P/-prefix/}
+MY_PN=${PN/-prefix/}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Filesystem baselayout and init scripts"
+HOMEPAGE="https://www.gentoo.org/;
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${MY_PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/${MY_PN}.git/snapshot/${MY_P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~x64-cygwin ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="build kernel_FreeBSD kernel_linux +split-usr"
+
+my_prefix_commits=(
+   # commits in reverse order as listed by:
+   # git log --decorate=no --oneline --no-abbrev-commit origin/master..
+   5926fe447541607ed137d67ca84080326584b2fc # create usr/bin during 
layout-usrmerge
+   395424f90c8ca6969589905cbf86d74fae9d7ea6 # add prefix-stack support
+   

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

2019-03-25 Thread Michael Haubenwallner
commit: d9ee4ad7ae8b0226e2819727b4849aee2196c498
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Mar 20 08:44:31 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 14:18:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ee4ad7

profiles: introduce prefix-stack implicit USE flag

Will supersede the prefix-chain implicit USE flag.
Bug: https://bugs.gentoo.org/658572

Signed-off-by: Michael Haubenwallner  gentoo.org>

 profiles/base/make.defaults | 2 +-
 profiles/base/use.mask  | 1 +
 profiles/embedded/make.defaults | 2 +-
 profiles/embedded/use.mask  | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7e04c424dd4..14edfe96872 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -5,7 +5,7 @@
 # See portage(5) manpage
 
 # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
-IUSE_IMPLICIT="prefix prefix-chain prefix-guest"
+IUSE_IMPLICIT="prefix prefix-chain prefix-guest prefix-stack"
 USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND"
 USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX 
Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD 
OpenBSD SunOS Winnt"

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 7367d441269..044762aa952 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -85,6 +85,7 @@ coreaudio
 prefix
 prefix-chain
 prefix-guest
+prefix-stack
 
 # Diego E. Pettenò  (19 Oct 2010)
 # masking flags that only apply to FreeBSD

diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index e0ee78c89ae..c69b97c6a75 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -17,7 +17,7 @@ USERLAND="GNU"
 LINGUAS="en"
 
 # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
-IUSE_IMPLICIT="prefix prefix-chain prefix-guest"
+IUSE_IMPLICIT="prefix prefix-chain prefix-guest prefix-stack"
 USE_EXPAND_UNPREFIXED="ARCH"
 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
 USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 
m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos s390 sh sparc 
sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin 
x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"

diff --git a/profiles/embedded/use.mask b/profiles/embedded/use.mask
index 4786ba583a3..83e697ef9a9 100644
--- a/profiles/embedded/use.mask
+++ b/profiles/embedded/use.mask
@@ -2,6 +2,7 @@
 # must use a prefix profile
 prefix
 prefix-chain
+prefix-stack
 
 # Chris PeBenito 
 # must use a SELinux profile



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

2019-03-25 Thread Michael Haubenwallner
commit: e22c4864d978f2687ee17b424991ece36816f02a
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Mar 25 13:18:50 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Mar 25 14:18:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22c4864

package.mask: Last rite "prefix-chain" packages

Bug: https://bugs.gentoo.org/658572
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f6ea8c130f0..453e98864a6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Haubenwallner  (25 Mar 2019)
+# Obsolete, in favor of app-portage/prefix-toolkit.
+# Removal in 30 days.  Bug #658572
+app-portage/prefix-chain-setup
+sys-apps/prefix-chain-utils
+
 # Michał Górny  (23 Mar 2019)
 # Unmaintained.  Fails to build against current sys-auth/libfprint.
 # Obsoleted upstream, in favor of libfprint[examples].



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

2019-03-25 Thread Lars Wendler
commit: f1eb81601f3c2f67f4ea25099091b429751c9dea
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 25 14:42:57 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 25 15:00:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1eb8160

sys-libs/tevent: Added missing dev-libs/libbsd to RDEPEND.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/tevent/tevent-0.9.28.ebuild| 5 +++--
 sys-libs/tevent/tevent-0.9.31-r1.ebuild | 5 +++--
 sys-libs/tevent/tevent-0.9.37.ebuild| 5 +++--
 sys-libs/tevent/tevent-0.9.38.ebuild| 3 ++-
 sys-libs/tevent/tevent-0.9.39.ebuild| 3 ++-
 5 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/sys-libs/tevent/tevent-0.9.28.ebuild 
b/sys-libs/tevent/tevent-0.9.28.ebuild
index 64a7393d185..61b6c9c77be 100644
--- a/sys-libs/tevent/tevent-0.9.28.ebuild
+++ b/sys-libs/tevent/tevent-0.9.28.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
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="python"
 
-RDEPEND=">=sys-libs/talloc-2.1.5[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   >=sys-libs/talloc-2.1.5[${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.31-r1.ebuild 
b/sys-libs/tevent/tevent-0.9.31-r1.ebuild
index 9c45e2388da..d53cf5a4a69 100644
--- a/sys-libs/tevent/tevent-0.9.31-r1.ebuild
+++ b/sys-libs/tevent/tevent-0.9.31-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="python"
 
-RDEPEND=">=sys-libs/talloc-2.1.8[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   >=sys-libs/talloc-2.1.8[${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.37.ebuild 
b/sys-libs/tevent/tevent-0.9.37.ebuild
index cb729019025..91b6e1b6b32 100644
--- a/sys-libs/tevent/tevent-0.9.37.ebuild
+++ b/sys-libs/tevent/tevent-0.9.37.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
-RDEPEND=">=sys-libs/talloc-2.1.13[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   >=sys-libs/talloc-2.1.13[${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.38.ebuild 
b/sys-libs/tevent/tevent-0.9.38.ebuild
index 2639789e899..5f1718624ce 100644
--- a/sys-libs/tevent/tevent-0.9.38.ebuild
+++ b/sys-libs/tevent/tevent-0.9.38.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
-RDEPEND=">=sys-libs/talloc-2.1.15[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   >=sys-libs/talloc-2.1.15[${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}

diff --git a/sys-libs/tevent/tevent-0.9.39.ebuild 
b/sys-libs/tevent/tevent-0.9.39.ebuild
index d7fea1a2686..c49c0a7b472 100644
--- a/sys-libs/tevent/tevent-0.9.39.ebuild
+++ b/sys-libs/tevent/tevent-0.9.39.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
-RDEPEND=">=sys-libs/talloc-2.1.16[${MULTILIB_USEDEP}]
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   >=sys-libs/talloc-2.1.16[${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${RDEPEND}



  1   2   >