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

2020-02-12 Thread Sergei Trofimovich
commit: 7f34d6c4a4c3c666e99d671f0659ca94651c75dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 13 07:55:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 13 07:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f34d6c4

sys-apps/systemd: stable 244.2 for ia64, bug #708806

Package-Manager: Portage-2.3.88, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-apps/systemd/systemd-244.2.ebuild 
b/sys-apps/systemd/systemd-244.2.ebuild
index 6080f4368de..ed87c275ca4 100644
--- a/sys-apps/systemd/systemd-244.2.ebuild
+++ b/sys-apps/systemd/systemd-244.2.ebuild
@@ -16,7 +16,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

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



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

2020-02-12 Thread Hans de Graaff
commit: faffcf9fe13da6dd5eac3e92c831f5745a12298e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 12 06:13:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 13 06:31:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faffcf9f

dev-ruby/locale: add 2.1.3

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

 dev-ruby/locale/Manifest|  1 +
 dev-ruby/locale/locale-2.1.3.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-ruby/locale/Manifest b/dev-ruby/locale/Manifest
index 9587e518989..814289ce13b 100644
--- a/dev-ruby/locale/Manifest
+++ b/dev-ruby/locale/Manifest
@@ -1 +1,2 @@
 DIST locale-2.1.2-git.tgz 99433 BLAKE2B 
b735d913e4a2f1f09131eb9aabc17cee93cd4b28f10458928942a3edd159cd1cde71226d4ad9aa9e340f5df5ba52a298805d1a4e73cb8dbc83d00bcecb7ceb85
 SHA512 
62a0c60f2102cd2d144126985748f4ab186b8f582c9597f7f4080e782196a39d72b9947b90aaecf5b208ccad0175064ac90e816472fb374d19cb5209da0f7ff4
+DIST locale-2.1.3-git.tgz 99648 BLAKE2B 
e395a442f674c73ed03d0d4d55d875c796add076132964ce2abb457d5d6e2ed8643395f283728735bbbf1ffee8b03549e882e5c66f6a589106a0a36f5b9e4ff1
 SHA512 
77877f15914dbee5ca83155f8cb84815296b4e2e4205218c9926e0265b40940cbdbe68fb048870ce4f53a6caeeb593813a2e16e8c130a19e44a28cb67c82fe25

diff --git a/dev-ruby/locale/locale-2.1.3.ebuild 
b/dev-ruby/locale/locale-2.1.3.ebuild
new file mode 100644
index 000..ff8168244fa
--- /dev/null
+++ b/dev-ruby/locale/locale-2.1.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc/reference"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_GEMSPEC="locale.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pure ruby library which provides basic APIs for localization"
+HOMEPAGE="https://github.com/ruby-gettext/locale;
+LICENSE="|| ( Ruby GPL-2 )"
+SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> 
${P}-git.tgz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-macos"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/test-unit-rr )"
+
+all_ruby_prepare() {
+   sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+}
+
+all_ruby_compile() {
+   all_fakegem_compile
+
+   if use doc ; then
+   yard || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r samples
+}



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

2020-02-12 Thread Hans de Graaff
commit: c0932eafe2d1c7167604506dec87829d0528b02b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 13 06:28:56 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 13 06:31:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0932eaf

dev-ruby/capistrano: add 3.12.0

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

 dev-ruby/capistrano/Manifest |  1 +
 dev-ruby/capistrano/capistrano-3.12.0.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
index 20e94915c7c..54faced749c 100644
--- a/dev-ruby/capistrano/Manifest
+++ b/dev-ruby/capistrano/Manifest
@@ -1,3 +1,4 @@
 DIST capistrano-2.15.5.gem 132096 BLAKE2B 
bbaa6bd482cf9bbe7aa01540aa5dab3f32401ffa1476d9057bb8ad420194f1ab2c32d8e744d7c982ebece5c4b5369133dc8378b7adf54c78732f9cb249db2a9e
 SHA512 
10168080c7481ec6fc6f918ac90a3b1ce8f2b36f77411375e33cc915b02d5196ab061ac47e767edd724c82cffd1c2ad0a23ba1f0519cf1f2aae5b429167b19ff
 DIST capistrano-3.11.0.gem 78336 BLAKE2B 
f4e3ac2c796aae12ca575e1b5f1e42d993ad13580d790c3cc392322c40486121d8dbd7bf0f0fa75c3ee59396c0dd91164b2112d30b4270b302a9f1556fe866bb
 SHA512 
d8b635de223a0574c17dff6fdfe4007741f823e24f376cc22129b709d40792d02965b72465aeeb54560f22522dafe255f094bde9a23aa259bca9d4933585e212
 DIST capistrano-3.11.2.gem 69120 BLAKE2B 
17c31ce8bc78540167c11313bc75d89591041e2471c133cb69c85c4aa14efe670e1614cb132aca60cc4b3a907ea25167591d4f78bd38315a4b643a4d3f3b417f
 SHA512 
727cf5074d1761662230c57c1a12f376358d6a54d9de215857b1782784bc3cb428eeda6ff78fa9fc2a9adfc2f2a490f1c72b86e0ca112039de8172dfe3898b5c
+DIST capistrano-3.12.0.gem 69120 BLAKE2B 
d7556022025560dd00a89710daea07c40270650f72d37d990dec201c779b1d69f8250b827b25495bfc1055fe4d0ffbdd5d66bd6686405c16645d79f824fdbef9
 SHA512 
7b90a366a48e4aeef97e9a51d0907a0f5aa27d7c0602ae80b503735496d0a0302bff0208e678f5a4d186caa9f8f02ad81953a6c378e13dd91f160f59f74fcd18

diff --git a/dev-ruby/capistrano/capistrano-3.12.0.ebuild 
b/dev-ruby/capistrano/capistrano-3.12.0.ebuild
new file mode 100644
index 000..8fbec0f004e
--- /dev/null
+++ b/dev-ruby/capistrano/capistrano-3.12.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A distributed application deployment system"
+HOMEPAGE="https://capistranorb.com/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/airbrussh-1.0.0
+   >=dev-ruby/sshkit-1.9:0
+   >=dev-ruby/rake-10.0.0
+   dev-ruby/i18n:*"
+ruby_add_bdepend "
+   test? ( dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   # Avoid specs that depend on capistrano already being installed
+   rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
+
+   # Avoid specs that require a TTY
+   sed -i -e '/asking for a variable/,/^  end/ s:^:#:' 
spec/integration/dsl_spec.rb || die
+   rm -f spec/lib/capistrano/configuration/question_spec.rb || die
+}



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

2020-02-12 Thread Hans de Graaff
commit: 33c5141407a2f3c50f7df28a7d16daca26a8cac6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 12 06:09:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 13 06:31:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c51414

app-admin/puppet: add myself to metadata for puppet 5.x

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

 app-admin/puppet/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-admin/puppet/metadata.xml b/app-admin/puppet/metadata.xml
index fcc0764c44d..c210548d4be 100644
--- a/app-admin/puppet/metadata.xml
+++ b/app-admin/puppet/metadata.xml
@@ -4,6 +4,10 @@

prometheanf...@gentoo.org

+  
+gra...@gentoo.org
+Puppet 5.x only
+  

sysad...@gentoo.org
Gentoo Sysadmin Project



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

2020-02-12 Thread Hans de Graaff
commit: 0c6477c05df21b08cb6a01f7b59bd4d20c75a168
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 13 06:26:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 13 06:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6477c0

dev-ruby/bunny: add 2.14.4

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

 dev-ruby/bunny/Manifest|  1 +
 dev-ruby/bunny/bunny-2.14.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 696f82fcc90..138e9f17fca 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,3 +1,4 @@
 DIST bunny-2.13.0.gem 204800 BLAKE2B 
d79c52efee5853f9f5c851144d3ec329c681840d030c140109ebde5b1a400526dd5624700d289158349e655b0d4308c9732696d12fcc01cad98fa729af6cac6d
 SHA512 
38291751c6a064179f4c07e36aed751f2656ae110c89de6e006c015aea0b62ac8b7533a7b86e9933ccb779a32381e3bca6b8e21a08bc5494610ef1d58d327d2a
 DIST bunny-2.14.2.gem 206336 BLAKE2B 
46bf0b7be7ac8973bdfc5f8368b09a5e86c175193e0e2673034ddb08aed23c63a05c4a2b634833217e14799f97d64ce79b3a1c980cb42401e253ca91e7f569e7
 SHA512 
26bd5624a342a81d66d6c052c51afc7668b1974fe8209025ddf21ae7624d86570279dd416361c327a8bf1ffee378bab1bf11066ccabb3b953aca9b29939bb6f4
 DIST bunny-2.14.3.gem 206336 BLAKE2B 
8bc1f4620502ee530f2f2192614c5b4bd40da7e4a849c7d56f77df8e7bf810f79b134bb242f42b0e380c5f3c7fa329d303db034585d7fb24436256fdfee64846
 SHA512 
5a2073b288e8fc943ff334dfaaa0a978891229e9dc27c3c39f9db24fb13997a409a6e951b07d41ca753c9aae9aa6b12a29f86b49d9b3473357cada9338fa96d0
+DIST bunny-2.14.4.gem 206848 BLAKE2B 
50f4f92f537cbb0773119866ab8db3f43370210cfedb7f58d0b40a7158abdd6d7545363f7885b4841bc3b446003e1b3aa6bde2db58db330a162f14cbabd15a9a
 SHA512 
4994126a46775eff6a941efb1a63321579943f4dd62c2f88d2e58d58dc8b8fb99f6283a3daeae9847ce4ac46173ff63834d82c57dfbc67f38e257c3989493e32

diff --git a/dev-ruby/bunny/bunny-2.14.4.ebuild 
b/dev-ruby/bunny/bunny-2.14.4.ebuild
new file mode 100644
index 000..5148e2e2c72
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.14.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.3.0:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2020-02-12 Thread Hans de Graaff
commit: c9708c085fb92186c1658a26c08e2696d8156c0f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 12 06:19:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 13 06:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9708c08

dev-ruby/ruby-gettext: add 3.3.4

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

 dev-ruby/ruby-gettext/Manifest  |  1 +
 dev-ruby/ruby-gettext/ruby-gettext-3.3.4.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest
index cdcd8f771a5..8fa0b269dc6 100644
--- a/dev-ruby/ruby-gettext/Manifest
+++ b/dev-ruby/ruby-gettext/Manifest
@@ -1,3 +1,4 @@
 DIST gettext-3.2.9.gem 285696 BLAKE2B 
a7bc40b2102f5b937d5f0e407dbaa23ead1da59eb9284c10a249c59548d0e2ad5fcd56b8855439893d2d31b57e0109bb6a9d5cc2d24075f5e360dc16b9291137
 SHA512 
21496c38cfc16a2b280f30bb94ff4560007eaa7f02c2341cb26aca2969a663c0863cdb650b4eadfd262d8585111dfb572e2ebc66a7a879045de50bf9da80a501
 DIST gettext-3.3.2.gem 289280 BLAKE2B 
f18af8ca573c7a503983c741cb719896208f062b83382533fe818c0ca2e6b3eb5c4491150dd43ba5701ec0fa9a52c1b7686b938d05da6e4a35c5823fe447b4f9
 SHA512 
92ec140795fe4477754349375413061f20933daddf71f024b989b85fa05a773aa63583c11d982f7c65ab6e842ed03d2083834883ddd45a76f84655ae814969c2
 DIST gettext-3.3.3.gem 290304 BLAKE2B 
17a9020660c0f9793d86428cf5738485e9b76d88d23a41aef053ef2c7034d6b98f1c880a61a37c6b04dfce37dc82672bbd6659312da5279e6e0c85212206559a
 SHA512 
f14cd5166d16c592cec6e9b3ad5b2e5e27889cee0380b70abc3a6a69bcd8bcd1f742c88021e58ba843655d22e731decaeb1151e359fb49f613e71721e675cbf8
+DIST gettext-3.3.4.gem 290304 BLAKE2B 
70b24b598dcbbe85ab9d1cf6c6e59e911b67f7ceccc3482b16096abb0bec2ac94197febf36b839ff1d6917fe44df69c570ae15a2d44a3bc2dc070ed9ca864382
 SHA512 
79b731968f94287597b3bd6219c1f5cf3c37206d3a024f5998cde9a61ef60334557d1bb51f1e439de64eb8cc6bc60511577763a71e6f3b3c65cc7c52ac221aa4

diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.3.4.ebuild 
b/dev-ruby/ruby-gettext/ruby-gettext-3.3.4.ebuild
new file mode 100644
index 000..6dbe1dc2f60
--- /dev/null
+++ b/dev-ruby/ruby-gettext/ruby-gettext-3.3.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_NAME="${PN/ruby-/}"
+RUBY_FAKEGEM_VERSION="${PV%_*}"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locale po"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Native Language Support Library and Tools modeled after GNU 
gettext package"
+HOMEPAGE="https://ruby-gettext.github.io/;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+SLOT="0"
+LICENSE="|| ( Ruby LGPL-3+ )"
+
+ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   dev-ruby/racc"
+ruby_add_bdepend "test? (
+   dev-ruby/test-unit:2
+   dev-ruby/test-unit-rr )"
+
+RDEPEND+=" sys-devel/gettext"
+DEPEND+=" sys-devel/gettext"
+
+all_ruby_prepare() {
+   # Fix broken racc invocation
+   sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die
+
+   # Avoid bundler dependency
+   sed -i -e '/bundler/,/helper.install/ s:^:#:' \
+   -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die
+
+   # Avoid dependency on developer-specific tools.
+   sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+
+   # Avoid tests failing due to a missing test file.
+   #sed -i -e '/test_invalid_charset/,/end/ s:^:#:' test/test_mo.rb || die
+
+   # Avoid SAFE mode test that fails on ruby 2.6
+   sed -i -e '/test_safe_mode/aomit' test/test_gettext.rb || die
+}
+
+each_ruby_test() {
+   # Upstream tries to daisy-chain rake calls but they fail badly
+   # with our setup, so run it manually.
+   ${RUBY} test/run-test.rb || die "tests failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r samples
+}



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

2020-02-12 Thread Hans de Graaff
commit: bc361da5b415fbc3d4830d6dc8f926f143e996ef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 13 06:30:32 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 13 06:31:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc361da5

dev-ruby/simplecov-html: add 0.12.0

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

 dev-ruby/simplecov-html/Manifest   |  1 +
 .../simplecov-html/simplecov-html-0.12.0.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest
index e75c5671c34..bbde7111534 100644
--- a/dev-ruby/simplecov-html/Manifest
+++ b/dev-ruby/simplecov-html/Manifest
@@ -1,2 +1,3 @@
 DIST simplecov-html-0.10.2.gem 183296 BLAKE2B 
f4edfe25249927d46f32d422b004d8a03671926792ea78016864764242f8bf8dc9131a0580b9519db6798beb3fa093f79a0d585b63d6b6b62c9faf7ae94087e8
 SHA512 
141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967
 DIST simplecov-html-0.11.0.gem 184832 BLAKE2B 
d70fa7688752d0286fc72de57352169749a78737b9ecd97bb735d26951476c872eac87c4a41eb9dd5fa4513474c21071750accaff6297c6d8a4f31206a36364b
 SHA512 
2971769d9bd5d84229ca074fbefab5223874946062804bc4ce195b1773e96d374338908684b72a0b33c2d37ee6778ca01de888b09d856944f018aec6ac7365d5
+DIST simplecov-html-0.12.0.gem 336896 BLAKE2B 
03172ebaf3320e34937dd9715bc15e4bdbe91df41a22922c38089a75a0b85fcf1eb4e7b8a803d298c6789b684df6d5d1ab582d34ce3e07f6fa9a4b5316a22619
 SHA512 
dd05aed77e44d35a54d272abb78d4984655eddc9bf7cee8d24f00da2088e62f486bf160dcd3327833fadcd18b79c15b34f4790300cb9e689e13bb6daf873334d

diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild 
b/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild
new file mode 100644
index 000..9f00e25ece3
--- /dev/null
+++ b/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage 
results"
+HOMEPAGE="https://github.com/colszowka/simplecov;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1-2)"
+IUSE="doc"



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2020-02-12 Thread Joonas Niilola
commit: fd0e556d4adabc746959e793177651d31021c229
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Feb 13 06:24:37 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 13 06:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0e556d

net-im/signal-desktop-bin: RedundantLongDescription

Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/signal-desktop-bin/metadata.xml 
b/net-im/signal-desktop-bin/metadata.xml
index 04db50894c6..8201d8fc634 100644
--- a/net-im/signal-desktop-bin/metadata.xml
+++ b/net-im/signal-desktop-bin/metadata.xml
@@ -9,5 +9,4 @@
proxy-ma...@gentoo.org
Proxy Maintainers

-   Signal is an encrypted messenger. It requires an 
account created through their Android or iOS app.
 



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

2020-02-12 Thread Joonas Niilola
commit: e5ae9150845074e0da4fc8f230ed183d170ac294
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat Feb  8 22:50:39 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 13 06:26:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ae9150

www-servers/nginx-unit: Remove obsolete PHP

Remove references to PHP versions 5.6 and 7.1 which are
no longer supported by Gentoo.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/14600
Signed-off-by: Joonas Niilola  gentoo.org>

 www-servers/nginx-unit/metadata.xml| 2 --
 www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild | 4 +---
 www-servers/nginx-unit/nginx-unit-1.13.0.ebuild| 4 +---
 www-servers/nginx-unit/nginx-unit-1.14.0.ebuild| 4 +---
 www-servers/nginx-unit/nginx-unit-1.8.0.ebuild | 4 +---
 5 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/www-servers/nginx-unit/metadata.xml 
b/www-servers/nginx-unit/metadata.xml
index c6f29a25070..31019253313 100644
--- a/www-servers/nginx-unit/metadata.xml
+++ b/www-servers/nginx-unit/metadata.xml
@@ -17,8 +17,6 @@
engineering or operations.


-   Support for PHP 5.6
-   Support for PHP 7.1
Support for PHP 7.2
Support for PHP 7.3
Support for PHP 7.4

diff --git a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild
index ab4379548ef..a4a9d943b1c 100644
--- a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild
@@ -16,14 +16,12 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 MY_USE="perl python ruby"
-MY_USE_PHP="php5-6 php7-1 php7-2 php7-3"
+MY_USE_PHP="php7-2 php7-3"
 IUSE="${MY_USE} ${MY_USE_PHP} ssl"
 REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="perl? ( dev-lang/perl:= )
-   php5-6? ( dev-lang/php:5.6[embed] )
-   php7-1? ( dev-lang/php:7.1[embed] )
php7-2? ( dev-lang/php:7.2[embed] )
php7-3? ( dev-lang/php:7.3[embed] )
python? ( ${PYTHON_DEPS} )

diff --git a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild
index 7f3d1031a1e..cacf958665f 100644
--- a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild
@@ -16,14 +16,12 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 MY_USE="perl python ruby"
-MY_USE_PHP="php5-6 php7-1 php7-2 php7-3"
+MY_USE_PHP="php7-2 php7-3"
 IUSE="${MY_USE} ${MY_USE_PHP} ssl"
 REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="perl? ( dev-lang/perl:= )
-   php5-6? ( dev-lang/php:5.6[embed] )
-   php7-1? ( dev-lang/php:7.1[embed] )
php7-2? ( dev-lang/php:7.2[embed] )
php7-3? ( dev-lang/php:7.3[embed] )
python? ( ${PYTHON_DEPS} )

diff --git a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild
index a1506b1539e..a3a56bb2a26 100644
--- a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild
@@ -16,14 +16,12 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 MY_USE="perl python ruby"
-MY_USE_PHP="php5-6 php7-1 php7-2 php7-3"
+MY_USE_PHP="php7-2 php7-3"
 IUSE="${MY_USE} ${MY_USE_PHP} ssl"
 REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="perl? ( dev-lang/perl:= )
-   php5-6? ( dev-lang/php:5.6[embed] )
-   php7-1? ( dev-lang/php:7.1[embed] )
php7-2? ( dev-lang/php:7.2[embed] )
php7-3? ( dev-lang/php:7.3[embed] )
python? ( ${PYTHON_DEPS} )

diff --git a/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild 
b/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild
index 85232da8eb2..ac86712d662 100644
--- a/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild
@@ -16,13 +16,11 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64"
 MY_USE="perl python ruby"
-MY_USE_PHP="php5-6 php7-1 php7-2 php7-3"
+MY_USE_PHP="php7-2 php7-3"
 IUSE="${MY_USE} ${MY_USE_PHP}"
 REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="perl? ( dev-lang/perl:= )
-   php5-6? ( dev-lang/php:5.6[embed] )
-   php7-1? ( dev-lang/php:7.1[embed] )
php7-2? ( dev-lang/php:7.2[embed] )
php7-3? ( dev-lang/php:7.3[embed] )
python? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs/files/, net-p2p/go-ipfs/

2020-02-12 Thread Joonas Niilola
commit: e5ced3ba64948849d68a23f423841c3bf8428c2b
Author: David Roman  gmail  com>
AuthorDate: Tue Jul  9 20:58:31 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 13 06:26:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ced3ba

net-p2p/go-ipfs: new package

non binary version of go-ipfs-bin

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12412
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/go-ipfs/Manifest  |  2 +
 net-p2p/go-ipfs/files/ipfs-at.service | 18 +
 net-p2p/go-ipfs/files/ipfs.confd  |  1 +
 net-p2p/go-ipfs/files/ipfs.init   | 17 +
 net-p2p/go-ipfs/files/ipfs.service| 19 ++
 net-p2p/go-ipfs/go-ipfs-0.4.23.ebuild | 69 +++
 net-p2p/go-ipfs/metadata.xml  | 12 ++
 7 files changed, 138 insertions(+)

diff --git a/net-p2p/go-ipfs/Manifest b/net-p2p/go-ipfs/Manifest
new file mode 100644
index 000..7389951ffca
--- /dev/null
+++ b/net-p2p/go-ipfs/Manifest
@@ -0,0 +1,2 @@
+DIST go-ipfs-0.4.23.bash 20753 BLAKE2B 
c34d29a48cf249b7a646a8a7b6015b9c4a4a5d8656187ec5984b0dfb741a8ca7b2f2d0a10bc0288aa862679c6d52145936b46497936565ba7cdb2ba847fda5b8
 SHA512 
acd3bdb689964aa5e15965bfea3cd1267f54a2014c05f49f4e536902cbdab3e22038f4f5db5ecc273c147135b265fcb82a41db22bfc3fd8f6ddc8ae43fd053ea
+DIST go-ipfs-0.4.23.tar.gz 9415138 BLAKE2B 
20f9aa246e2170fd8438fbb98ee92a4b1657f1d3e059530cc8e0a1d98a84ea7bdf5de97980f7b345110bcdbd7ed999a5d814c12eaa051aecc28d2d0a47f88272
 SHA512 
d87513392336fc537bf9c8578d34d650482001c37c1636d64f68fe5d5291c21990c72286c26f43cb6bc2c9c9df14bae69996b60ad6744f335276d52b0cb6978e

diff --git a/net-p2p/go-ipfs/files/ipfs-at.service 
b/net-p2p/go-ipfs/files/ipfs-at.service
new file mode 100644
index 000..c9ce9129417
--- /dev/null
+++ b/net-p2p/go-ipfs/files/ipfs-at.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=InterPlanetary File System
+After=network.target
+
+[Service]
+CPUSchedulingPolicy=batch
+Environment=IPFS_PATH=
+ExecStart=/usr/bin/ipfs daemon --enable-gc --migrate
+ExecStop=/usr/bin/ipfs shutdown
+LimitNOFILE=8192
+PrivateTmp=yes
+ProtectSystem=full
+Restart=on-failure
+Type=simple
+User=%i
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-p2p/go-ipfs/files/ipfs.confd b/net-p2p/go-ipfs/files/ipfs.confd
new file mode 100644
index 000..f1e8eb77adf
--- /dev/null
+++ b/net-p2p/go-ipfs/files/ipfs.confd
@@ -0,0 +1 @@
+IPFS_PATH=/var/lib/ipfs/.ipfs

diff --git a/net-p2p/go-ipfs/files/ipfs.init b/net-p2p/go-ipfs/files/ipfs.init
new file mode 100644
index 000..52f48c52d1c
--- /dev/null
+++ b/net-p2p/go-ipfs/files/ipfs.init
@@ -0,0 +1,17 @@
+#!/sbin/openrc-run
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+export IPFS_PATH=${IPFS_PATH:-/var/lib/ipfs/.ipfs}
+
+pidfile="/run/ipfs.pid"
+command="/usr/bin/ipfs"
+command_args="daemon --enable-gc --migrate"
+command_user="ipfs:ipfs"
+start_stop_daemon_args="--wait 1000 -b \
+-1 /var/log/ipfs/ipfs.log \
+-2 /var/log/ipfs/ipfs.log"
+
+depend() {
+   need net
+}

diff --git a/net-p2p/go-ipfs/files/ipfs.service 
b/net-p2p/go-ipfs/files/ipfs.service
new file mode 100644
index 000..12e9d19fd96
--- /dev/null
+++ b/net-p2p/go-ipfs/files/ipfs.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=InterPlanetary File System
+After=network.target
+
+[Service]
+CPUSchedulingPolicy=batch
+Environment=IPFS_PATH=/var/lib/ipfs/.ipfs
+ExecStart=/usr/bin/ipfs daemon --enable-gc --migrate
+ExecStop=/usr/bin/ipfs shutdown
+Group=ipfs
+LimitNOFILE=8192
+PrivateTmp=yes
+ProtectSystem=full
+Restart=on-failure
+Type=simple
+User=ipfs
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-p2p/go-ipfs/go-ipfs-0.4.23.ebuild 
b/net-p2p/go-ipfs/go-ipfs-0.4.23.ebuild
new file mode 100644
index 000..4b2936e8a48
--- /dev/null
+++ b/net-p2p/go-ipfs/go-ipfs-0.4.23.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 go-module golang-build systemd
+
+DESCRIPTION="Main implementation of IPFS"
+HOMEPAGE="https://ipfs.io/;
+SRC_URI="https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs-source.tar.gz -> 
${P}.tar.gz
+   
https://raw.githubusercontent.com/ipfs/go-ipfs/v${PV}/misc/completion/ipfs-completion.bash
 -> ${P}.bash"
+EGO_PN="github.com/ipfs/go-ipfs"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !net-p2p/go-ipfs-bin
+   acct-group/ipfs
+   acct-user/ipfs
+   sys-fs/fuse:0
+"
+
+S="${WORKDIR}"
+
+DOCS=(CHANGELOG.md CONTRIBUTING.md README.md docs/)
+
+src_compile() {
+   local mygoargs=(
+   -v
+   -work
+   -x
+   -tags release
+   )
+
+   go 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2020-02-12 Thread Joonas Niilola
commit: f517ad71860b55aff0685462bc02b248c5d942ea
Author: Henning Schild  hennsch  de>
AuthorDate: Tue Feb 11 21:20:35 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 13 06:26:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f517ad71

net-im/telegram-desktop-bin: Bump version to 1.9.12

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/14631
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.9.12.ebuild | 51 ++
 2 files changed, 54 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index b82cd047982..992fadf1094 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,12 @@
+DIST tdesktop-1.9.12.tar.gz 13693698 BLAKE2B 
8e68806e4174c5d2f53a7b4a600e6d8ca87085c20391fc5330098e3ebf3da3f0a1dbe0aa69634fd016ba2a66fac4d284e28a7805117ada2b0c9baf28e959686e
 SHA512 
8d77e291bfaca23a4eacef791170794a955b202ae12adf5765c0a462cb7a201e0c8d959ed1c0b2872d50bc546700220b388a981f47adf676a24fad25f979c144
 DIST tdesktop-1.9.7.tar.gz 13644192 BLAKE2B 
6fe64b51b9cb7dc4857cda02ac64ab863d98b975b6604b06312c7a7fac3be664bc5f34a8fb1b79ff90046113b7d65eed70308e212e41decba629a903fdc1dfbf
 SHA512 
3c5cd7e6da10d5cbf52d889b075bb6a70806befa527b03f0f2a436438e1cafc82ab56558cc53652c4bdbe05ade5c92b8bf4fa33570cfbd022daa000e01a0147f
 DIST tdesktop-1.9.8.tar.gz 13646795 BLAKE2B 
e31d4964a57d9951fce083216babc8a483073cca24945fbeffbb8a447cd6e0c4cdbba349742ac616e78eb1826ed601b08a9bf54e81c47dc39b031da25ff5d235
 SHA512 
3c60e9d7dd235cc03a0437a82473a2cafb5a0a6f5420adc7a9ef46142dd559ff3d0e6442ffbb1e07efb07fda7e395e32d980430e84698a0d0114d32145108015
 DIST tdesktop-1.9.9.tar.gz 13640131 BLAKE2B 
973a6f03f3791b01c05aca0f46404ae3d39b5c8238d954c56a8ea2ea2cf395a99dec79c19ef70cfa1298b96e65ea081f0e67cc1cf272875267138d82ac7e67bd
 SHA512 
4e87fe2c318ad698300f6300066880bb78aebe89970a693957e5f25112a8362e954412a58bcbdd36db28ecbd8984375a36f391e1ba7f3ee62143823a23f38c7c
+DIST tsetup.1.9.12.tar.xz 34242788 BLAKE2B 
d50b160993cfaf66e99ef670d8812a6b642fd48ac91b11ea34a0654787d71c056e4b621f9198ee8dae1fab74c218f5953057b8f234f1f1a2d2681d130a339660
 SHA512 
d747299cc06474d1cf756b01724d24eaf84fecabb8fb63dba8024ac12b5acfacf5ca80c09bfb7c8008a80ad59f600ef018954ce250678dc26f4658c197467fda
 DIST tsetup.1.9.7.tar.xz 34308252 BLAKE2B 
23892f92745d569f3eb32db7a430de49ca7e6ed5d1eabfe8feef9e102149c2f090c956a328a13d00cd36fb5c56bc7c2faa504e85e7e57b60f36e898789a887a9
 SHA512 
21170f1d2db7db40638979dc04e8b8c27bc693ec88fa37ea88d953b3d624469484aeaf849180a73f3df9d38ccf9b5d580dd03b5506d466d19b4d04b7fbf79000
 DIST tsetup.1.9.8.tar.xz 34315344 BLAKE2B 
2364428157f54e7ebc33f217f25c0b32a64fff2b54b8c6c3719c42de9315542b0183bed6045c3212a93d585ed581b3df6ac15efefb30309a5789f87385f3c837
 SHA512 
033c966dbbf80da3cca060f29d9e9a815c2ea5913c1db40fd7af9e0098eb83c058149f7f53c4ab62e895381547785ceb4aa0ed7e92c5c418b680c5db8a14bb08
 DIST tsetup.1.9.9.tar.xz 34324080 BLAKE2B 
03f72c98cdffd67625a40bc632e1283aa315ea0d2cd64612778a01335753d9421999b57a6049d226afb7a229c23f3ff1be12556c933ffb85623f80621bb7761e
 SHA512 
f2f6e51f468124389c6bdec60ad223d101e54005dd30a8b30bae23aa9d33ad1463c7a9b5272a19ea8c1c640e0c1479a0839f410d9e5399812a9a3da432de39c0
+DIST tsetup32.1.9.12.tar.xz 37032144 BLAKE2B 
2ffc74ee1955ee7b1dd9250d4fa2ab29af29432d3a4f6dbb64d8551dc144c5dcbef80712e8941fcc68c03b0e0e48861e664ec8a62500e4c98e0f3ca591c2ca96
 SHA512 
62550f2a7c091b507eb820663aa2d6711bd366c3670411fb317a8912d467f96d504824c43916a6bcc1ff689868884f10bb5e4a6e7d228ae471b885f94a807800
 DIST tsetup32.1.9.7.tar.xz 37033264 BLAKE2B 
56958b9e7c57853fa0115c00af1e8943b34e3befbac22d7f6aa685e663cf677b8b3a992d253724af0d3452bad1fcb0aa793bd22bebe3e2a6354154ed6704d078
 SHA512 
0c5e5a1201a0e8b0d93db9df665bd68e67a19a76bcc6bcf04e503a2779671a3b57feec0bbb76612cd6adf803ed74d36b5ef6338ae5d6c98d25989ab7ec23ef64
 DIST tsetup32.1.9.8.tar.xz 37037468 BLAKE2B 
0b49de7d0a8a8936cb9e5b1ebca781b391e00f7055c22fc8eeaaad85d0516df7951df7674fd5f22a22855a4e4b95804d8fcbd271275ba99234b10d99baca0d5d
 SHA512 
5c08658d5ae98b6a970ad97453ab5d4da98a38a23740e32f82e076fb06f1eaf50655aa47eaee1a4e3c4f45bc9550463d8471f348257c8b87df6f051711dc0991
 DIST tsetup32.1.9.9.tar.xz 37043780 BLAKE2B 
03144538c6fd2fffa420de02c99b041218cdc726a38bf8cab4992d6502ed2e9ba5c95e38e8233eb8d6c532cfa3fe48857728e81aa4e8325ba9d0a15a1f92c5e0
 SHA512 
31978b4e64b49c91d9a6df3237e75eea7ab5cff604eebd36ccc5dfee8754ce1db9ee3a243fe3e88ed7f0c98ca7b6d7067cf95132045634806a3d00ac0fad

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.12.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.12.ebuild
new file mode 100644
index 000..c0971f7fc9b
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.12.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed 

[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2020-02-12 Thread Joonas Niilola
commit: 7f5fbf2c970adbac7a3cd4043ef0ee2726c03f19
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Feb 10 22:29:38 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 13 06:26:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5fbf2c

net-im/signal-desktop-bin: add new version 1.31.0

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.31.0.ebuild   | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 978744ce70c..e914e87554d 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.30.1_amd64.deb 108661142 BLAKE2B 
1838502932471f7d2d275543917f685bca8ac77258649da75637682a39485f657fe48c8262ecff0a2bfce39ac08640ef916d62aead8472f148f8473f6930b63e
 SHA512 
b3a662d2fbb7981345fc9c2e501d8ad83a1bf7f2319a88870442bf2ca11849315410682ed97fca29f33db81560543b13bfb8b7fe5cc9be1d8c9b9c8cdeea
+DIST signal-desktop_1.31.0_amd64.deb 92405482 BLAKE2B 
dbbdfbe47556fabe8713ecfaa76f79d09584fb62b08c885865bb4df5e7bad245fcf9ce735ea9c03eb687343501eed9f9b27aa82b30c8ae0d434b923ff62907ee
 SHA512 
07eef132837285a2348f3c3b253a6964f7446254a93a98b3270393acf54bf59244558fba22cf15ced23f27cc5eb833aecd8bb9c161f366bd6d661d96f9c5e8e3

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild
new file mode 100644
index 000..cf0c4148179
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.31.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+
+inherit pax-utils unpacker xdg-utils
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/signalapp/Signal-Desktop;
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
+
+LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+BDEPEND="app-admin/chrpath"
+RDEPEND="
+   dev-libs/nss
+   media-libs/mesa[X(+)]
+   net-print/cups
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst"
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/chrome-sandbox
+   opt/Signal/libffmpeg.so
+   opt/Signal/libGLESv2.so
+   opt/Signal/libnode.so
+   opt/Signal/libVkICD_mock_icd.so
+   opt/Signal/swiftshader/libGLESv2.so
+   
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/build/Release/sharp.node
+   opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/*"
+
+S="${WORKDIR}"
+
+src_prepare(){
+   default
+   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+   # Fix Bug 706352
+   chrpath 
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/libjpeg.so.8.2.2
 -r '$ORIGIN:/target/lib' || die
+   chrpath 
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/libffi.so.6.0.4
 -d || die
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
+   fperms u+s /opt/Signal/chrome-sandbox
+   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
+   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2020-02-12 Thread Joonas Niilola
commit: b64de482609a679121e74537f2f90c6478ecd697
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Feb 10 22:29:39 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 13 06:26:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64de482

net-im/signal-desktop-bin: remove old version

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/14616
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-1.30.1.ebuild   | 74 --
 2 files changed, 75 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index e914e87554d..f3806855f2d 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.30.1_amd64.deb 108661142 BLAKE2B 
1838502932471f7d2d275543917f685bca8ac77258649da75637682a39485f657fe48c8262ecff0a2bfce39ac08640ef916d62aead8472f148f8473f6930b63e
 SHA512 
b3a662d2fbb7981345fc9c2e501d8ad83a1bf7f2319a88870442bf2ca11849315410682ed97fca29f33db81560543b13bfb8b7fe5cc9be1d8c9b9c8cdeea
 DIST signal-desktop_1.31.0_amd64.deb 92405482 BLAKE2B 
dbbdfbe47556fabe8713ecfaa76f79d09584fb62b08c885865bb4df5e7bad245fcf9ce735ea9c03eb687343501eed9f9b27aa82b30c8ae0d434b923ff62907ee
 SHA512 
07eef132837285a2348f3c3b253a6964f7446254a93a98b3270393acf54bf59244558fba22cf15ced23f27cc5eb833aecd8bb9c161f366bd6d661d96f9c5e8e3

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.30.1.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.30.1.ebuild
deleted file mode 100644
index b44a40b0b27..000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.30.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin/}"
-
-inherit pax-utils unpacker xdg-utils
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/signalapp/Signal-Desktop;
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
-
-LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-BDEPEND="app-admin/chrpath"
-RDEPEND="
-   dev-libs/nss
-   media-libs/mesa[X(+)]
-   net-print/cups
-   x11-libs/gtk+:3[X]
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst"
-
-QA_PREBUILT="opt/Signal/signal-desktop
-   opt/Signal/chrome-sandbox
-   opt/Signal/libffmpeg.so
-   opt/Signal/libGLESv2.so
-   opt/Signal/libnode.so
-   opt/Signal/libVkICD_mock_icd.so
-   opt/Signal/swiftshader/libGLESv2.so
-   
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/build/Release/sharp.node
-   opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/*"
-
-S="${WORKDIR}"
-
-src_prepare(){
-   default
-   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-   # Fix Bug 706352
-   chrpath 
opt/Signal/resources/app.asar.unpacked/node_modules/sharp/vendor/lib/libjpeg.so.8.2.2
 -r '$ORIGIN:/target/lib' || die
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
-   fperms u+s /opt/Signal/chrome-sandbox
-   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
-   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2020-02-12 Thread Michał Górny
commit: dbd61350440dda44d40cff00e7ecfa5daf4068d7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 13 05:43:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 13 06:25:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd61350

dev-python/markdown: Bump to 3.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/markdown/Manifest  |  1 +
 dev-python/markdown/markdown-3.2.1.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index a19c3dfc715..0da09428a5b 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -2,4 +2,5 @@ DIST Markdown-2.6.11.tar.gz 274132 BLAKE2B 
0d14d308c97d925db83d71f3b9be5622e77ee
 DIST Markdown-2.6.8.tar.gz 307330 BLAKE2B 
6867f15425bd84bc030ab52000dc2f83bff0c9885854cec4a2a785f80b18129160bc57da30226fe17f42043b4938482e2e4eff9cdb3d4370b0146cc09f1ff576
 SHA512 
85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23
 DIST Markdown-3.0.1.tar.gz 284084 BLAKE2B 
6a9250295057ed32b389e1aeecf9aa3acac37ef48e6ca93a4821eb56a2323d65c1aed99799bf05811f27f45ba61f7bb704f69c6d2be706d8d2764c026e937905
 SHA512 
c648c1b8ecb3c907ff2bd636ec6c08b4b629967fb916913f77db641f6d61b83d16929af2f15f5695c8cdb9614031606110e02a7e0bbb3aab0be38a8e285f12f1
 DIST Markdown-3.1.1.tar.gz 294136 BLAKE2B 
9fd024f64f7aaa774a49f60e312e47bbc2ff0f368f083e4dfd0c38d1f12839dfcf3455f1d0c8cb0b9c851fe0d3a779c70784859f1682703bd6022d57b6548235
 SHA512 
78f089f2eef5c73d683ac96fd20c87145e243d12b0f230b9b0228b995035fbb084dde40be788679c63637f05956487ad520cc9dd61d133926bf13521aa600090
+DIST Markdown-3.2.1.tar.gz 297048 BLAKE2B 
b7f72cb856f0986e0e3920bd7d7eb65790312ef9f270ba3cfa679786b921d1c4ce0a86d591d7d748254c11e9c86d9883130efbc0c2d6a26d94b1fe3d9622aeb9
 SHA512 
5616c77004e4e8f2eb3b1276526ba131891be6edc7371b412a4050bbd59904220e48986d556bb9bb0b9e8acadfcde7828b609d165f68b6aad7bb90a221f80480
 DIST Markdown-3.2.tar.gz 296747 BLAKE2B 
b2c5289330f8aca9d379878b522513adeeb9cc921cff39fe887beb40b8c7b96608fd56d7f95f201b41bbbc4cef759e40e164025f7f750183186bcf45553c609a
 SHA512 
7f7c9a5a4846414aa8d4e9a9662ca49b08f393f7952bf2cffac493eb3e88406d3254466192b773ada0400013d669a9cea1b06e814af46f9667fdc8e20c079d65

diff --git a/dev-python/markdown/markdown-3.2.1.ebuild 
b/dev-python/markdown/markdown-3.2.1.ebuild
new file mode 100644
index 000..77c56c8c71c
--- /dev/null
+++ b/dev-python/markdown/markdown-3.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the markdown markup language"
+HOMEPAGE="
+   https://python-markdown.github.io/
+   https://pypi.org/project/Markdown/
+   https://github.com/Python-Markdown/markdown;
+SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
+S="${WORKDIR}/${P^}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc"
+
+BDEPEND="
+   test? (
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytidylib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use doc && dodoc -r docs/
+
+   distutils-r1_python_install_all
+}



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

2020-02-12 Thread Michał Górny
commit: a3e10852ee7004ce4ffe2e2fd91654772348f2fb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 13 06:19:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 13 06:25:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e10852

dev-python/markdown: Restore py2.7 in 3.1.1-r1

This package still has py2.7 revdeps, and there seems to be no reason
why py2.7 was removed in the first place.  This is only going to block
people from upgrading, and us from cleaning up old versions.

(3.2+ actually drop py2.7 upstream)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/markdown/markdown-3.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/markdown/markdown-3.1.1-r1.ebuild 
b/dev-python/markdown/markdown-3.1.1-r1.ebuild
index 30fe474592f..9d17056a241 100644
--- a/dev-python/markdown/markdown-3.1.1-r1.ebuild
+++ b/dev-python/markdown/markdown-3.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



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

2020-02-12 Thread Michał Górny
commit: 5d186e8eae2891a2cc348794cbc1f02b4b40733e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 13 05:51:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 13 06:25:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d186e8e

dev-python/markdown: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/markdown/Manifest  |  2 --
 dev-python/markdown/markdown-3.0.1.ebuild | 50 ---
 dev-python/markdown/markdown-3.1.1.ebuild | 44 ---
 dev-python/markdown/markdown-3.2.ebuild   | 37 ---
 4 files changed, 133 deletions(-)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index 0da09428a5b..e9aa176540a 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,6 +1,4 @@
 DIST Markdown-2.6.11.tar.gz 274132 BLAKE2B 
0d14d308c97d925db83d71f3b9be5622e77ee4a159fced15c811390b39950e81bff9ffc567f32e878cbc44014640ab0a2f596258cfd0dce6b66029105cec7370
 SHA512 
4e7dd3e04f181fa2751a359aede301fb29a23b9af74867ff9d1d0fdd051dcd16d04a5891e37aff0b309649c5fd13363802ec7e10fc33896e9453991efcab4a66
 DIST Markdown-2.6.8.tar.gz 307330 BLAKE2B 
6867f15425bd84bc030ab52000dc2f83bff0c9885854cec4a2a785f80b18129160bc57da30226fe17f42043b4938482e2e4eff9cdb3d4370b0146cc09f1ff576
 SHA512 
85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23
-DIST Markdown-3.0.1.tar.gz 284084 BLAKE2B 
6a9250295057ed32b389e1aeecf9aa3acac37ef48e6ca93a4821eb56a2323d65c1aed99799bf05811f27f45ba61f7bb704f69c6d2be706d8d2764c026e937905
 SHA512 
c648c1b8ecb3c907ff2bd636ec6c08b4b629967fb916913f77db641f6d61b83d16929af2f15f5695c8cdb9614031606110e02a7e0bbb3aab0be38a8e285f12f1
 DIST Markdown-3.1.1.tar.gz 294136 BLAKE2B 
9fd024f64f7aaa774a49f60e312e47bbc2ff0f368f083e4dfd0c38d1f12839dfcf3455f1d0c8cb0b9c851fe0d3a779c70784859f1682703bd6022d57b6548235
 SHA512 
78f089f2eef5c73d683ac96fd20c87145e243d12b0f230b9b0228b995035fbb084dde40be788679c63637f05956487ad520cc9dd61d133926bf13521aa600090
 DIST Markdown-3.2.1.tar.gz 297048 BLAKE2B 
b7f72cb856f0986e0e3920bd7d7eb65790312ef9f270ba3cfa679786b921d1c4ce0a86d591d7d748254c11e9c86d9883130efbc0c2d6a26d94b1fe3d9622aeb9
 SHA512 
5616c77004e4e8f2eb3b1276526ba131891be6edc7371b412a4050bbd59904220e48986d556bb9bb0b9e8acadfcde7828b609d165f68b6aad7bb90a221f80480
-DIST Markdown-3.2.tar.gz 296747 BLAKE2B 
b2c5289330f8aca9d379878b522513adeeb9cc921cff39fe887beb40b8c7b96608fd56d7f95f201b41bbbc4cef759e40e164025f7f750183186bcf45553c609a
 SHA512 
7f7c9a5a4846414aa8d4e9a9662ca49b08f393f7952bf2cffac493eb3e88406d3254466192b773ada0400013d669a9cea1b06e814af46f9667fdc8e20c079d65

diff --git a/dev-python/markdown/markdown-3.0.1.ebuild 
b/dev-python/markdown/markdown-3.0.1.ebuild
deleted file mode 100644
index 745535a5cb0..000
--- a/dev-python/markdown/markdown-3.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
-   https://python-markdown.github.io/
-   https://pypi.org/project/Markdown/
-   https://github.com/Python-Markdown/markdown;
-SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test pygments"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytidylib[${PYTHON_USEDEP}]
-   )"
-# source cites pytidylib however from testruns it appears optional
-RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${P^}"
-
-PATCHES=()
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_docs
-   HTML_DOCS=( "${BUILD_DIR}"/docs/. )
-
-   # remove .txt files
-   find "${BUILD_DIR}"/docs -name '*.txt' -delete || die
-   fi
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/markdown/markdown-3.1.1.ebuild 
b/dev-python/markdown/markdown-3.1.1.ebuild
deleted file mode 100644
index 8a91efcd92b..000
--- a/dev-python/markdown/markdown-3.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
-   

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

2020-02-12 Thread Marc Schiffbauer
commit: af576c6fec89c9c39f98756cd358d7c109615146
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Feb 13 05:59:23 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Feb 13 06:01:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af576c6f

net-dns/hash-slinger: added new version

Signed-off-by: Marc Schiffbauer  gentoo.org>

 net-dns/hash-slinger/Manifest|  1 +
 net-dns/hash-slinger/hash-slinger-3.0.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest
index 4ed6fa60ca0..90fc8f89c88 100644
--- a/net-dns/hash-slinger/Manifest
+++ b/net-dns/hash-slinger/Manifest
@@ -1,2 +1,3 @@
 DIST hash-slinger-2.6.tar.gz 34864 BLAKE2B 
4bd66a30ce0f6f57676d8c8691a38743b2b4263fc600b9a3756f1ff4676477bd61a4b20df082227a3437ca2bcbb1ad4e44643f8a87cda0a1123dab8fafa26140
 SHA512 
1e5d67ed2ef8eae910927fbd7419928d87ba31a91ca43a1c163b05f725da96a50d30e1539c4c55a68a22f0e2c9a2f7c7101fbdcfb5fc903e87fe4c22e20f33af
 DIST hash-slinger-2.7.tar.gz 37684 BLAKE2B 
e8758251c51139723778ca0db271cbc730e19bba25fad3f7f784f06774ce52038f520c11b526fffd30570854112f0e7b184f6d05e4d20847ac2c014bc66151f8
 SHA512 
b1b3e46c4cdd8b983b55156c9bcc58afc973c2503cde48283e98306e381753547f425bfaee68707ae10b2e31b71d01485b34e4a9841c9ce2048f9551f23d0976
+DIST hash-slinger-3.0.tar.gz 38056 BLAKE2B 
e72bbddf587225c86ccf7b5c76a48bdece2bf1925a496ae930e9a4973ae47992fea5ca6c0e9e594a1170c0bdbbb3c8712c492c870c8c2e8f523ce247e4e2a4a4
 SHA512 
7528f267669cdc0c18e1d00c27fff96d915b3143c5534a09c834df3e140035159feeeb8b177528e89cd25265560d0734ef1af94d2f9d28fef47d7ca391e84516

diff --git a/net-dns/hash-slinger/hash-slinger-3.0.ebuild 
b/net-dns/hash-slinger/hash-slinger-3.0.ebuild
new file mode 100644
index 000..c039e38ac23
--- /dev/null
+++ b/net-dns/hash-slinger/hash-slinger-3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-r1
+
+DESCRIPTION="Various tools to generate DNS records like SSHFP, TLSA, 
OPENPGPKEY, IPSECKEY"
+HOMEPAGE="https://github.com/letoams/hash-slinger;
+SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz;
+SRC_URI="https://github.com/letoams/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="ipsec +openpgp +ssh"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/dnspython[$PYTHON_USEDEP]
+   dev-python/ipaddr[$PYTHON_USEDEP]
+   dev-python/m2crypto[$PYTHON_USEDEP]
+   net-dns/unbound[python,$PYTHON_USEDEP]
+   ipsec? ( net-vpn/libreswan[dnssec] )
+   openpgp? ( dev-python/python-gnupg[$PYTHON_USEDEP] )
+   ssh? ( net-misc/openssh )
+"
+
+src_install() {
+   local tools
+   tools="tlsa"
+   use ssh && tools+=" sshfp"
+   use openpgp && tools+=" openpgpkey"
+   use ipsec && tools+=" ipseckey"
+   for tool in $tools ; do
+   doman ${tool}.1
+   python_foreach_impl python_doscript ${tool}
+   done
+   dodoc BUGS CHANGES README
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/spl/, sys-fs/zfs/, sys-fs/zfs-kmod/

2020-02-12 Thread Jonathan Vasquez
commit: c5c306ec633ce48c5bd5a49b342f0c0272b798de
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Feb 13 04:54:42 2020 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Feb 13 04:58:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c306ec

sys-fs/zfs: removing myself from maintainers zfs*

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jonathan Vasquez  gentoo.org>

 sys-fs/zfs-kmod/metadata.xml | 4 
 sys-fs/zfs/metadata.xml  | 4 
 sys-kernel/spl/metadata.xml  | 4 
 3 files changed, 12 deletions(-)

diff --git a/sys-fs/zfs-kmod/metadata.xml b/sys-fs/zfs-kmod/metadata.xml
index ab538efc6f9..f47155ec64d 100644
--- a/sys-fs/zfs-kmod/metadata.xml
+++ b/sys-fs/zfs-kmod/metadata.xml
@@ -9,10 +9,6 @@
gyakov...@gentoo.org
Georgy Yakovlev

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

Install zfs-shutdown script to support 
exporting a pool containing rootfs


diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml
index be65b475af2..0b1da3a015b 100644
--- a/sys-fs/zfs/metadata.xml
+++ b/sys-fs/zfs/metadata.xml
@@ -9,10 +9,6 @@
gyakov...@gentoo.org
Georgy Yakovlev

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

Disable dependency on 
sys-fs/zfs-kmod under the assumption that ZFS is part of the kernel source 
tree
Enable dependencies required for booting 
off a pool containing a rootfs

diff --git a/sys-kernel/spl/metadata.xml b/sys-kernel/spl/metadata.xml
index 6577590f277..b51664dca13 100644
--- a/sys-kernel/spl/metadata.xml
+++ b/sys-kernel/spl/metadata.xml
@@ -9,10 +9,6 @@
gyakov...@gentoo.org
Georgy Yakovlev

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

zfsonlinux/spl




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

2020-02-12 Thread Georgy Yakovlev
commit: 3cf45b27d2bc982ecc3514e4dc27b6ad9d841661
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Feb 13 04:33:28 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Feb 13 04:34:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf45b27

app-shells/fish: sync live ebuild keywords

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

 app-shells/fish/fish-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/fish/fish-.ebuild b/app-shells/fish/fish-.ebuild
index 8d135c75a1f..bba5b8321d5 100644
--- a/app-shells/fish/fish-.ebuild
+++ b/app-shells/fish/fish-.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
 else

SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2020-02-12 Thread Georgy Yakovlev
commit: bbc289baa0634e6d0a1d78a61634cbb480d58a47
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Feb 13 04:31:40 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Feb 13 04:34:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc289ba

app-shells/fish: bump to 3.1.0

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

 app-shells/fish/Manifest  |  1 +
 app-shells/fish/fish-3.1.0.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index a8824f447f0..f212ef2a490 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,2 +1,3 @@
 DIST fish-2.7.1.tar.gz 5760550 BLAKE2B 
71568a3a17f4222b05a314464a61fceb241409a7d42c46249486ca742ef0cf990c46d693bcc22521c18f58a558e6aab35759d0da6eb62ee6611a2a7946fe714d
 SHA512 
45ee3453404c5d6c56d307b4cd19197de862f9f42d7fa06461acec56dea7146db5675cf6419dd5f72e939b3e4b1955d3761098df1de89a8cebe47645eb6f7a4b
 DIST fish-3.0.2.tar.gz 6477869 BLAKE2B 
fedc8bd5fd6d7856b695207ce9ac7a5a47f0e3c211d2aa2151a7a3c1bd944b3cf5c86ddf8b6e4c4d3499bb72d4ede64886706e05a44786d70c665b4ffb85369f
 SHA512 
cd4a8e6a0d7770ef17e92d3d20ea23e754b9fa53e5ee5459ab5838fcbbcac69544ca2f83551e93a004b140cc14ec556860a711ce216197753c1704901518c9c3
+DIST fish-3.1.0.tar.gz 6810953 BLAKE2B 
93143d9a2496b569ff6f73f4332beb3b738b7b03ede5357b0d7cc02a0c7da99852eb44a61c16d2524396ae37e76a1b439d708ae01488e79b0e03ba72504ebdec
 SHA512 
143e462b5329790fa9834e135109e1397c3525756a0209d0ec68a53f7d2a1f581cd45fbbdcde6a5b53dff447da18ed6a62277993d851e7b18ef7f1a6b6d49cff

diff --git a/app-shells/fish/fish-3.1.0.ebuild 
b/app-shells/fish/fish-3.1.0.ebuild
new file mode 100644
index 000..bba5b8321d5
--- /dev/null
+++ b/app-shells/fish/fish-3.1.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake readme.gentoo-r1
+
+DESCRIPTION="Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/;
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
+else
+   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="doc nls test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libpcre2-10.32[pcre32]
+   sys-libs/ncurses:0=[unicode]
+"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   nls? ( sys-devel/gettext )
+   test? ( dev-tcltk/expect )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
+   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
+   cmake/Tests.cmake || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DCURSES_NEED_NCURSES=ON
+   -DBUILD_DOCS="$(usex doc)"
+   -DWITH_GETTEXT="$(usex nls)"
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
+   readme.gentoo_create_doc
+}
+
+src_test() {
+   cmake_build -j1 test
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2020-02-12 Thread Ulrich Müller
commit: 53c9011002e037ee2b8d97a5ee5657be6f4dd275
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb 12 02:08:37 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb 13 04:31:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c90110

mount-boot.eclass: Make awk expression work with mawk.

gensub() is a GNUism and doesn't exist in all awk variants. Use a loop
instead.

Tested with gawk, nawk, mawk, and busybox awk.

Closes: https://bugs.gentoo.org/709322
Signed-off-by: Ulrich Müller  gentoo.org>

 eclass/mount-boot.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass
index c5c6b69b063..00b36779325 100644
--- a/eclass/mount-boot.eclass
+++ b/eclass/mount-boot.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: mount-boot.eclass
@@ -62,8 +62,8 @@ mount-boot_check_status() {
return
fi
 
-   local procstate=$(awk '$2 == "/boot" \
-   { print gensub(/^(.*,)?(ro|rw)(,.*)?$/, "\\2", 1, $4); exit }' \
+   local procstate=$(awk '$2 == "/boot" { split($4, a, ","); \
+   for (i in a) if (a[i] ~ /^r[ow]$/) { print a[i]; break }; exit 
}' \
/proc/mounts || die "awk failed")
 
if [[ -z ${procstate} ]] ; then



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/, sys-fs/zfs-kmod/, sys-kernel/spl/

2020-02-12 Thread Jonathan Vasquez
commit: f06027d371acde35757ca194ed87314caebbd3d1
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Feb 13 02:14:47 2020 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Feb 13 02:14:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06027d3

sys-fs/zfs: Adding myself as a maintainer for zfs/zfs-kmod/spl

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jonathan Vasquez  gentoo.org>

 sys-fs/zfs-kmod/metadata.xml | 4 
 sys-fs/zfs/metadata.xml  | 4 
 sys-kernel/spl/metadata.xml  | 4 
 3 files changed, 12 insertions(+)

diff --git a/sys-fs/zfs-kmod/metadata.xml b/sys-fs/zfs-kmod/metadata.xml
index f47155ec64d..ab538efc6f9 100644
--- a/sys-fs/zfs-kmod/metadata.xml
+++ b/sys-fs/zfs-kmod/metadata.xml
@@ -9,6 +9,10 @@
gyakov...@gentoo.org
Georgy Yakovlev

+   
+   fearedbl...@gentoo.org
+   Jonathan Vasquez
+   

Install zfs-shutdown script to support 
exporting a pool containing rootfs


diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml
index 0b1da3a015b..be65b475af2 100644
--- a/sys-fs/zfs/metadata.xml
+++ b/sys-fs/zfs/metadata.xml
@@ -9,6 +9,10 @@
gyakov...@gentoo.org
Georgy Yakovlev

+   
+   fearedbl...@gentoo.org
+   Jonathan Vasquez
+   

Disable dependency on 
sys-fs/zfs-kmod under the assumption that ZFS is part of the kernel source 
tree
Enable dependencies required for booting 
off a pool containing a rootfs

diff --git a/sys-kernel/spl/metadata.xml b/sys-kernel/spl/metadata.xml
index b51664dca13..6577590f277 100644
--- a/sys-kernel/spl/metadata.xml
+++ b/sys-kernel/spl/metadata.xml
@@ -9,6 +9,10 @@
gyakov...@gentoo.org
Georgy Yakovlev

+   
+   fearedbl...@gentoo.org
+   Jonathan Vasquez
+   

zfsonlinux/spl




[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-kernel-bin/, virtual/linux-sources/

2020-02-12 Thread Jonathan Vasquez
commit: cb6b924d6dfd4ff18346e6d828c0027fa0c26d06
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Feb 13 02:03:40 2020 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Feb 13 02:05:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6b924d

sys-kernel/bliss-kernel-bin: adding new package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jonathan Vasquez  gentoo.org>

 sys-kernel/bliss-kernel-bin/Manifest   |  3 ++
 .../bliss-kernel-bin-4.14.170.ebuild   | 37 ++
 .../bliss-kernel-bin-5.4.15.ebuild | 37 ++
 .../bliss-kernel-bin/bliss-kernel-bin-5.5.2.ebuild | 37 ++
 sys-kernel/bliss-kernel-bin/metadata.xml   | 11 +++
 virtual/linux-sources/linux-sources-3-r4.ebuild|  1 +
 6 files changed, 126 insertions(+)

diff --git a/sys-kernel/bliss-kernel-bin/Manifest 
b/sys-kernel/bliss-kernel-bin/Manifest
new file mode 100644
index 000..87972421a75
--- /dev/null
+++ b/sys-kernel/bliss-kernel-bin/Manifest
@@ -0,0 +1,3 @@
+DIST kernel-4.14.170-FC.01.tar.xz 94162352 BLAKE2B 
360a6095c9ddaca171a1754c1989c4d382340d54fae4406aa1dde75c87ec2c8dd1e8772dd516db69d2fe8173ec4a7d0d2d6cb23517852be5f7f08dfad2213b28
 SHA512 
ba3888ab9f946dfc6b9a2536aab24d4ce304ff141f96754832b2d97f88aa7a7913530619e096fa55fd257a5f9ef0787b700d325a2bd28f6c65c1f33d9ce23b64
+DIST kernel-5.4.15-FC.01.tar.xz 117954936 BLAKE2B 
96868fb485869dbb02120b84037847bf374eca12e281c7349ef9b3598e226dc2e7fe85f5e5f811f2c682ca4466e97f0dbae81c99912a7dc32c9302f76c46cc0e
 SHA512 
8dcdd8c483a5f5d68cec94d3336b8b5cb8abda53c51f4539f7e89e4a9e47081cdc427ac81ff2ec9a5e1aedd9757951e876211cb6d6cd1b793026ac110d384de4
+DIST kernel-5.5.2-FC.01.tar.xz 118548744 BLAKE2B 
001cd7728215c6654e88e7d22a8b2c4d30691e8c2960dc544713b3e53917fb34b02da1c2501d902e712b8f7bf7974cdf05f4431c8fe58878288c1852bb4010be
 SHA512 
42feb156953efa09040bcd2a203e55d03a7d0889d64bbbe062e58c0edc70c9eaa6842eded2ff35bb53eb93e08eeae8233c913afc62376cbc6fce0a91290a0abf

diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild 
b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild
new file mode 100644
index 000..7df4e7a0e92
--- /dev/null
+++ b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+# Variables
+_LV="FC.01" # Local Version
+_PLV="${PV}-${_LV}" # Package Version + Local Version (Module Dir)
+
+# Main
+DESCRIPTION="Precompiled Vanilla Kernel (Kernel Ready-to-Eat [KRE])"
+HOMEPAGE="https://wiki.gentoo.org/wiki/User:Fearedbliss;
+SRC_URI="https://xyinn.org/gentoo/kernels/${_PLV}/kernel-${_PLV}.tar.xz;
+
+RESTRICT="strip test"
+LICENSE="GPL-2"
+SLOT="${_PLV}"
+KEYWORDS="-* ~amd64"
+
+# Unset 'initramfs' since 'bliss-kernel' doesn't need them
+# as an explicitly enabled IUSE from the kernel-install eclass.
+IUSE="-initramfs"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+
+src_install() {
+   mv * "${ED}" || die
+}
+
+pkg_postinst() {
+   # Stub out this function. The downloaded tarball is ready to be 
installed
+   # into the OS directly.
+   debug-print-function ${FUNCNAME} "${@}"
+}

diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild 
b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild
new file mode 100644
index 000..7df4e7a0e92
--- /dev/null
+++ b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+# Variables
+_LV="FC.01" # Local Version
+_PLV="${PV}-${_LV}" # Package Version + Local Version (Module Dir)
+
+# Main
+DESCRIPTION="Precompiled Vanilla Kernel (Kernel Ready-to-Eat [KRE])"
+HOMEPAGE="https://wiki.gentoo.org/wiki/User:Fearedbliss;
+SRC_URI="https://xyinn.org/gentoo/kernels/${_PLV}/kernel-${_PLV}.tar.xz;
+
+RESTRICT="strip test"
+LICENSE="GPL-2"
+SLOT="${_PLV}"
+KEYWORDS="-* ~amd64"
+
+# Unset 'initramfs' since 'bliss-kernel' doesn't need them
+# as an explicitly enabled IUSE from the kernel-install eclass.
+IUSE="-initramfs"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+
+src_install() {
+   mv * "${ED}" || die
+}
+
+pkg_postinst() {
+   # Stub out this function. The downloaded tarball is ready to be 
installed
+   # into the OS directly.
+   debug-print-function ${FUNCNAME} "${@}"
+}

diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.5.2.ebuild 
b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.5.2.ebuild
new file mode 100644
index 000..7df4e7a0e92
--- /dev/null
+++ b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.5.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: app-admin/metalog/files/, app-admin/metalog/

2020-02-12 Thread Patrick McLean
commit: e81453b92caf09fffa0f2d81109f1b2a0008d58d
Author: Patrick McLean  sony  com>
AuthorDate: Thu Feb 13 01:59:40 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Feb 13 01:59:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81453b9

app-admin/metalog-20200113: Version bump

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

 app-admin/metalog/Manifest|  1 +
 app-admin/metalog/files/consolelog.sh-r1  | 19 +
 app-admin/metalog/metalog-20200113.ebuild | 65 +++
 3 files changed, 85 insertions(+)

diff --git a/app-admin/metalog/Manifest b/app-admin/metalog/Manifest
index 3f1adee6f9a..ba655692076 100644
--- a/app-admin/metalog/Manifest
+++ b/app-admin/metalog/Manifest
@@ -1,2 +1,3 @@
 DIST metalog-20181125.tar.gz 39472 BLAKE2B 
64d90835d50c7cb10ab2bf2708d00189b9f8cb56438c29d5c445c5527cce030f918ba74f83cdcd54017f04fe2a8ab30e5631bcdf6681e56c311f8069981a9b5c
 SHA512 
4b187a29b9e25a0f762f929c6993fa6e49ead470916a43a0dfbf16720a1a633121357d2f152bf4cdcd71c016aa4fc8fd6cffb35249abd430fbbf66651986bc4b
+DIST metalog-20200113.tar.gz 40276 BLAKE2B 
f2fcaccf610f3b7f1974aa97f2c7b5181f3c625c9e28d72832ba1570cfa369873887c83468bcea6a9f3d3080356bd1dd62849ec34a5d03c1272ada7f476946f6
 SHA512 
d399d86f988c69c9f74553cd682a5fe04886bca458e6f8bb3132fe1fb9f522510a428cfde8af0857c5ba22531b276b04fa05183e0006c2d28ef0f0aead488f93
 DIST metalog-3.tar.xz 360784 BLAKE2B 
951841d423769cd97e14985e15d5a2499ca351e082c0effe28dc16d46db91235b7ef0448fe32d38b2ed5b53011d04b3375dc87c2a859c49bede2ae177ec16954
 SHA512 
2ac614bb85fe466308c4ced0842fdab5f056eda60e892189a8220719f1e06a72fce3c76842a2ac8c63a6808c20d8b7a7d8676896e14f7f54e40630ecbd21e289

diff --git a/app-admin/metalog/files/consolelog.sh-r1 
b/app-admin/metalog/files/consolelog.sh-r1
new file mode 100644
index 000..3a67fe7b2d3
--- /dev/null
+++ b/app-admin/metalog/files/consolelog.sh-r1
@@ -0,0 +1,19 @@
+#!/bin/sh
+# consolelog.sh
+# For metalog -- log to a console
+
+set -f
+
+. /etc/conf.d/metalog
+
+: "${CONSOLE:=/dev/console}"
+
+# shellcheck disable=SC2016
+: "${FORMAT:='$1 [$2] $3'}"
+
+for d in ${CONSOLE} ; do
+   # shellcheck disable=SC2086
+   eval echo ${FORMAT} > "${d}"
+done
+
+exit 0

diff --git a/app-admin/metalog/metalog-20200113.ebuild 
b/app-admin/metalog/metalog-20200113.ebuild
new file mode 100644
index 000..dfac2aa8357
--- /dev/null
+++ b/app-admin/metalog/metalog-20200113.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools systemd
+
+DESCRIPTION="A highly configurable replacement for syslogd/klogd"
+HOMEPAGE="https://github.com/hvisage/metalog;
+SRC_URI="https://github.com/hvisage/${PN}/archive/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin"
+IUSE="unicode"
+
+RDEPEND=">=dev-libs/libpcre-3.4"
+DEPEND="${RDEPEND}
+   sys-devel/autoconf-archive
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9-metalog-conf.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog README NEWS metalog.conf
+
+   into /
+   dosbin "${FILESDIR}"/consolelog.sh-r1
+
+   newinitd "${FILESDIR}"/metalog.initd-r1 metalog
+   newconfd "${FILESDIR}"/metalog.confd metalog
+   systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
+}
+
+pkg_preinst() {
+   if [[ -d "${ROOT}"/etc/metalog && ! -e "${ROOT}"/etc/metalog.conf ]] ; 
then
+   mv -f "${ROOT}"/etc/metalog/metalog.conf 
"${ROOT}"/etc/metalog.conf
+   rmdir "${ROOT}"/etc/metalog
+   export MOVED_METALOG_CONF=true
+   else
+   export MOVED_METALOG_CONF=false
+   fi
+}
+
+pkg_postinst() {
+   if ${MOVED_METALOG_CONF} ; then
+   ewarn "The default metalog.conf file has been moved"
+   ewarn "from /etc/metalog/metalog.conf to just"
+   ewarn "/etc/metalog.conf.  If you had a standard"
+   ewarn "setup, the file has been moved for you."
+   fi
+}



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

2020-02-12 Thread Mike Frysinger
commit: 5f7c5e31b449df7817c332fd68f9e41198f4e30b
Author: Mike Frysinger  chromium  org>
AuthorDate: Thu Feb 13 01:45:26 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Feb 13 01:45:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7c5e31

dev-vcs/repo: version bump to 2.3

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-vcs/repo/Manifest | 2 +-
 dev-vcs/repo/{repo-2.0.ebuild => repo-2.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/repo/Manifest b/dev-vcs/repo/Manifest
index d1a31630684..7099d301c88 100644
--- a/dev-vcs/repo/Manifest
+++ b/dev-vcs/repo/Manifest
@@ -1,2 +1,2 @@
 DIST repo-1.26 29829 BLAKE2B 
c5dc74214d404e6c11189a3d34c9a771ed5689da14e64588b5db144b6ea3ec38a727238d7dc6e609a22edb5b84d350210564615016f6b36599cf9e3fc3b34ef9
 SHA512 
1398fab95b4fb4a24fda93d4054384a801b5b70e3dca3a794f458d8e19582ef833ef5a3a0f3a571121d2d9172ce0e70f8b3c6719f6c2f47643ffe6de181e34b4
-DIST repo-2.0 30067 BLAKE2B 
23aaae97c8512e329a4293d82c4e65583861d515dc079fdddbb73473ea0aeb3951315fa7595c70695cf94f030ed2bc97b134ff2aafe774b552132ac8cf4f4045
 SHA512 
a83525fa87a3fba8d78af1305dd92f5e51f58430bff20f63b8b743ad94d382ecf3edc1888c78f9da4be4d379bfa3ccde79aae5c1d8c173f928d3593ea42156bb
+DIST repo-2.3 31280 BLAKE2B 
b637a226c19bd04350f25c27924b8c4951be1ae09c3ee3f12643d5e2d983e51ee181b22c553ad7fbf6cc0457e0621fe083e21d8e577cd2b87c74d3cfd107ee69
 SHA512 
3c83799fbc1846730c085a43c603938b8daa8bb7792e130a55cd508cf416b67fa025e77f20770c6b65f9ee3fa1aa7240d47bfb8e9a3835ac5ea11e1fce9112e2

diff --git a/dev-vcs/repo/repo-2.0.ebuild b/dev-vcs/repo/repo-2.3.ebuild
similarity index 100%
rename from dev-vcs/repo/repo-2.0.ebuild
rename to dev-vcs/repo/repo-2.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/

2020-02-12 Thread Thomas Deutschmann
commit: ce78373e5c527f494448c72ee04fc716f7f5b533
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Feb 13 01:42:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Feb 13 01:43:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce78373e

net-nds/openldap: fix missing trailing slash

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

 .../openldap/{openldap-2.4.49.ebuild => openldap-2.4.49-r1.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/openldap/openldap-2.4.49.ebuild 
b/net-nds/openldap/openldap-2.4.49-r1.ebuild
similarity index 99%
rename from net-nds/openldap/openldap-2.4.49.ebuild
rename to net-nds/openldap/openldap-2.4.49-r1.ebuild
index 065d0375a0b..8859904cbf5 100644
--- a/net-nds/openldap/openldap-2.4.49.ebuild
+++ b/net-nds/openldap/openldap-2.4.49-r1.ebuild
@@ -882,9 +882,9 @@ pkg_postinst() {
 
# These lines force the permissions of various content to be 
correct
use prefix || chown ldap:ldap "${EROOT}"/var/run/openldap
-   chmod 0755 "${EROOT}"var/run/openldap
+   chmod 0755 "${EROOT}"/var/run/openldap || die
use prefix || chown root:ldap 
"${EROOT}"/etc/openldap/slapd.conf{,.default}
-   chmod 0640 "${EROOT}"etc/openldap/slapd.conf{,.default}
+   chmod 0640 "${EROOT}"/etc/openldap/slapd.conf{,.default} || die
use prefix || chown ldap:ldap "${EROOT}"/var/lib/openldap-data
fi
 



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

2020-02-12 Thread Sergei Trofimovich
commit: eb51a8c45dac4c9f5b37a79d1a1de2a108f8803c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 13 00:15:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 13 00:19:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb51a8c4

Revert "dev-lang/erlang: drop old"

Restore erlang-21.1.1 needed by rabbitmq-server.

This partially reverts commit 92192d13788910359239642ba5267ca29ab5497b.

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

 dev-lang/erlang/Manifest |   3 +
 dev-lang/erlang/erlang-21.1.1.ebuild | 163 +++
 dev-lang/erlang/metadata.xml |   1 +
 3 files changed, 167 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index 00a045688cb..ea706176013 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,8 +1,11 @@
+DIST erlang-21.1.1.tar.gz 53854332 BLAKE2B 
32ab508b5a305eb92eac9f49bd513374c573966e7565d98aa6ba986ce42eb955a46130b9f33dbb415f48de5c179b308a8b06b345a844afcb2700f7e3f257f27e
 SHA512 
dc11aace126aad5411b0d583579fe95a7263be328612fdc9f9c02d917aef7ea7a128b1e54ddcf7a52232980d2c81fc8e90ae5a8806ee5ae6ea97f00a9cf3faab
 DIST erlang-22.1.4.tar.gz 54957524 BLAKE2B 
8960dd63eb7ae18544d8b6809760543b276ec230d5a9051d1888269770f6c44b379b6ba85ce9106f7d37b76c41b7683a545ba80569e33195e3e9211f6ced4ee3
 SHA512 
271a188d46a79cd1c43c3b8059b77c0802af624ff88c6916e0b84994040750d9792f0416937ed98e874256562f27d858916239d79f93b545c98b9703e5018f7b
 DIST erlang-22.1.8.tar.gz 54967877 BLAKE2B 
cb022e3c5f577605872e7689639fced6c1f6cb7600314f5939107605f0767ca080c65c2f9e0695a04bf53a9e0727553d854a9df57f09ce5f4a958ebd035756e7
 SHA512 
4260fab3f6cd9338ca167371cd982bcf9557729e93d58c3911e485529ed8ee97089e1de3466745d21206c94276f9865ac4fddcb2803afe915494b43feda46dda
 DIST erlang-22.2.1.tar.gz 55742915 BLAKE2B 
cfb49a07289f66ee8bcdc37452c88ec60c90b92febb7d41538166916989e80b612f13bae4ae2ba305aa12c790a74bcd9dc8412207413ba512537193811d177ad
 SHA512 
4c0e5b963def01e02f8550414bee9e15a79681ac19547c4707d4cf3a67924e252dde7f8f94dfeca5eb3d34730acaffd193603711531bdf7c22d47d8880c5e5f4
 DIST erlang-22.2.6.tar.gz 55746963 BLAKE2B 
ebd1e11dc817285307add4147fc4f3c1bba4e9b8a19fa3dd61ec321aa4dfdb056406d76216185a39316787efc9bd766a1e7441b8c261bcb98c4b642c87a27357
 SHA512 
6da4b25340a37daa30d3a27081b782f24a53edfca0070f6c02ca0332bc8db9b3bad917c43d63470a15a86a44a439072f3ee1472b23ff8163730443e4a811c66b
+DIST erlang_doc_html_21.1.tar.gz 32692731 BLAKE2B 
a7fa8ebe1c876ab7eecd2dd46ffd4d288db6d308e0f131d53c26ee4b67a92cb6fcb89b6c880ef34df395c7ad61fcdc81eac32e0fcf7336be7d517263218146bc
 SHA512 
0d659f55bfb01eecf140a310154724489ef56b6ccbe9ac30f6b053f598276721b80de7b5b3200707cf8a6e77b8854eae5453f655225f431fcc982550539f767f
 DIST erlang_doc_html_22.1.tar.gz 33824830 BLAKE2B 
2d50802fff81eba8bcf5f630da49d68d7cb2098175012e12f13941e69949a109c9f601c3cfaa2700b669415cd0c6c15961d8e4dd94b9b228cee17b661fe5400a
 SHA512 
cc24927a4ff98b04d8f93fbc46bb36ffb34570521e4f31154b778dc17cf1cff60869239c26c327d7a9360c06528f9b380a302b39fa47285e50dfd4656b508202
 DIST erlang_doc_html_22.2.tar.gz 33943680 BLAKE2B 
4a0df88fe99c882272b07b928541f4d1be5b3b0faceb6463a02f627df1a3b8571c26bfb28967c5824879db987d0afa6a11e9487c3ef7d67a9c8206f4987a3608
 SHA512 
6d57422839d9270129c7eec440c3670c7f075b2b1ccc4ed4c7c08e79104cc4eff1bf788add14be170c94e5d0faad5d153d107844c5a373b5e01c7d03fc6646a8
+DIST erlang_doc_man_21.1.tar.gz 1317726 BLAKE2B 
5e5c2b77a41da6ab9ae1264ba5824a9f3bda6d3b7a824b372e01356888db437ed9e45bf987d678aca3fd8d0f0e6dce25080c7a2aaa4e061936f1e6ac4717e843
 SHA512 
94c6191ba9f42bffeb398e865026fbc79f3b233389c7d471f0c680799aa3669e97ab5305cd53f26d6525aed33d738ebfc4eb79a8f1a0b29dc4b79a2a37a29a4f
 DIST erlang_doc_man_22.1.tar.gz 1355169 BLAKE2B 
eca02e36709587d59099dd87263b3ffcea55002cbcbf0a9980fface3cc30cb4ce0210fbdf80c8957da7a09a3b866ca81be22fd577f7f948562ef4e4ca516cbf5
 SHA512 
4f590f82293c97529c827c042bce673e6777c577e52e0e1876a8d6c1a0dc774c09637e85e3562f9a8af44372219d57174c002cc12a9646ae015c7bb1da34c750
 DIST erlang_doc_man_22.2.tar.gz 1359216 BLAKE2B 
943d8ac1d0ceab41e252cab18248b74592d90305a39a41c21421efb1a0c031b5b2dd430274bb6f23a5334aba87df65975549c83778afa6334826552b1e42e8b0
 SHA512 
94cdceda3f8710bf44e78eef854e9399a802d82051a49544abd75d9367240b268c5e58b4d62170fa044d850fc04f998594cd1fc312bec867ac6395b292c94ad4

diff --git a/dev-lang/erlang/erlang-21.1.1.ebuild 
b/dev-lang/erlang/erlang-21.1.1.ebuild
new file mode 100644
index 000..8eae33756bb
--- /dev/null
+++ b/dev-lang/erlang/erlang-21.1.1.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit autotools eapi7-ver elisp-common java-pkg-opt-2 systemd wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(ver_cut 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime 

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

2020-02-12 Thread Patrick McLean
commit: c2ff1a1b1cf1a9ceae8176c540398faea21913cf
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Feb 12 19:41:35 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Feb 13 00:11:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ff1a1b

sys-libs/pam: Add [${MULTILIB_USEDEP}] to dependency on virtual/libcrypt.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Patrick McLean  gentoo.org>

 sys-libs/pam/pam-1.3.1-r1.ebuild| 2 +-
 sys-libs/pam/pam-1.3.1_p20200128.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/pam/pam-1.3.1-r1.ebuild b/sys-libs/pam/pam-1.3.1-r1.ebuild
index 9a130da7496..f79b0b171ba 100644
--- a/sys-libs/pam/pam-1.3.1-r1.ebuild
+++ b/sys-libs/pam/pam-1.3.1-r1.ebuild
@@ -24,7 +24,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
nls? ( sys-devel/gettext )"
 
 DEPEND="
-   virtual/libcrypt:=
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] )
cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )

diff --git a/sys-libs/pam/pam-1.3.1_p20200128.ebuild 
b/sys-libs/pam/pam-1.3.1_p20200128.ebuild
index 5cb6d859ed7..b72c1136076 100644
--- a/sys-libs/pam/pam-1.3.1_p20200128.ebuild
+++ b/sys-libs/pam/pam-1.3.1_p20200128.ebuild
@@ -26,7 +26,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
nls? ( sys-devel/gettext )"
 
 DEPEND="
-   virtual/libcrypt:=
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] )
cracklib? ( >=sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/files/, games-simulation/corsix-th/

2020-02-12 Thread Sergei Trofimovich
commit: 610bb3553288b51ec7e013b2c0f6e18bca930758
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 13 00:11:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 13 00:12:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610bb355

games-simulation/corsix-th: tweak for gcc-10

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 games-simulation/corsix-th/corsix-th-0.62.ebuild |  4 +++-
 games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch | 10 ++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/games-simulation/corsix-th/corsix-th-0.62.ebuild 
b/games-simulation/corsix-th/corsix-th-0.62.ebuild
index dd775153d21..b7772ebb338 100644
--- a/games-simulation/corsix-th/corsix-th-0.62.ebuild
+++ b/games-simulation/corsix-th/corsix-th-0.62.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,6 +34,8 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
+PATCHES=("${FILESDIR}"/${P}-gcc-10.patch)
+
 src_configure() {
local mycmakeargs=(
-DWITH_AUDIO="$(usex sound)"

diff --git a/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch 
b/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch
new file mode 100644
index 000..ff820f44946
--- /dev/null
+++ b/games-simulation/corsix-th/files/corsix-th-0.62-gcc-10.patch
@@ -0,0 +1,10 @@
+--- a/CorsixTH/Src/th_lua_map.cpp
 b/CorsixTH/Src/th_lua_map.cpp
+@@ -26,6 +26,7 @@ SOFTWARE.
+ #include 
+ #include 
+ #include 
++#include  /* std::out_of_range */
+ 
+ static const int player_max = 4;
+ 



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

2020-02-12 Thread William Hubbs
commit: 652600183c334a47d53659205c75b31ff8055024
Author: William Hubbs  sony  com>
AuthorDate: Wed Feb 12 23:53:49 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Feb 12 23:54:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65260018

www-apps/netbox: formatting fix

Signed-off-by: William Hubbs  gentoo.org>

 www-apps/netbox/netbox-2.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/netbox/netbox-2.7.2.ebuild 
b/www-apps/netbox/netbox-2.7.2.ebuild
index 0ebfe2a208b..5039bddd8d7 100644
--- a/www-apps/netbox/netbox-2.7.2.ebuild
+++ b/www-apps/netbox/netbox-2.7.2.ebuild
@@ -16,8 +16,8 @@ IUSE="ldap"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
-acct-group/netbox
-acct-user/netbox
+   acct-group/netbox
+   acct-user/netbox
${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/django-2.2[${PYTHON_MULTI_USEDEP}]



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

2020-02-12 Thread Sergei Trofimovich
commit: c50e03e331565aa875dc7a081d9c0f865869f563
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 23:42:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 23:42:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50e03e3

sys-libs/libunwind: add -fcommon workaround for gcc-10, bug #

The source fix is not trivial as it's not clear where global
shloud be defined: in common or per-arch files. Use -fcommon
downstream and leave proper fix to upstream ticket.

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/706560
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/libunwind/libunwind-1.2.1-r3.ebuild | 8 ++--
 sys-libs/libunwind/libunwind-1.3.1.ebuild| 8 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild 
b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
index 10fa1ecd3f9..9482711db4d 100644
--- a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${MY_PV}
-inherit autotools eutils libtool multilib-minimal
+inherit autotools eutils flag-o-matic libtool multilib-minimal
 
 DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
 HOMEPAGE="https://savannah.nongnu.org/projects/libunwind;
@@ -62,6 +62,10 @@ src_prepare() {
 
elibtoolize
eautoreconf
+
+   # Let's wait for proer fix upstream in 
https://github.com/libunwind/libunwind/issues/154
+   # Meanwhile workaround for gcc-10 with -fcommon, bug #706560
+   append-cflags -fcommon
 }
 
 multilib_src_configure() {

diff --git a/sys-libs/libunwind/libunwind-1.3.1.ebuild 
b/sys-libs/libunwind/libunwind-1.3.1.ebuild
index e91ad4925c3..908da4b4c86 100644
--- a/sys-libs/libunwind/libunwind-1.3.1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.3.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${MY_PV}
-inherit autotools eutils libtool multilib-minimal
+inherit autotools eutils flag-o-matic libtool multilib-minimal
 
 DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
 HOMEPAGE="https://savannah.nongnu.org/projects/libunwind;
@@ -58,6 +58,10 @@ src_prepare() {
 
elibtoolize
eautoreconf
+
+   # Let's wait for proer fix upstream in 
https://github.com/libunwind/libunwind/issues/154
+   # Meanwhile workaround for gcc-10 with -fcommon, bug #706560
+   append-cflags -fcommon
 }
 
 multilib_src_configure() {



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

2020-02-12 Thread Andreas Sturmlechner
commit: e74b00434c481d8e2f1f25390ab8ae3c573dca9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 23:22:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 23:23:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74b0043

sci-geosciences/osm2pgsql: EAPI-7 bump, switch to cmake.eclass

Bug: https://bugs.gentoo.org/688110
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild 
b/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild
index 990f5c9422a..26bab47005f 100644
--- a/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild
+++ b/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake flag-o-matic
 
 DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
 HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql
@@ -19,7 +19,7 @@ COMMON_DEPEND="
app-arch/bzip2
dev-db/postgresql:=
dev-libs/expat
-   sci-libs/proj
+   sci-libs/proj:=
sys-libs/zlib
lua? ( dev-lang/lua:= )
 "
@@ -34,9 +34,10 @@ RDEPEND="${COMMON_DEPEND}
 RESTRICT="test"
 
 src_configure() {
+   append-cppflags -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1
local mycmakeargs=(
-DWITH_LUA=$(usex lua)
-DBUILD_TESTS=OFF
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }



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

2020-02-12 Thread Zac Medico
commit: 4da617afd033896542fd8c42a65972a01b2e4af1
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb 12 23:09:50 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 12 23:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da617af

dev-python/kazoo: PYTHON_COMPAT+=(python3_8)

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

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

diff --git a/dev-python/kazoo/kazoo-2.6.1.ebuild 
b/dev-python/kazoo/kazoo-2.6.1.ebuild
index b55f6915f63..948c64c25bd 100644
--- a/dev-python/kazoo/kazoo-2.6.1.ebuild
+++ b/dev-python/kazoo/kazoo-2.6.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_8 )
 
 inherit distutils-r1
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/

2020-02-12 Thread Andreas Sturmlechner
commit: 3e6c2ae418a0cdd5f57a8f147e12b7ce89baa893
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 11 14:54:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 23:10:48 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e6c2ae4

kde-frameworks/extra-cmake-modules: Don't run tests in parallel

Reported-by: Paolo Pedroni  iol.it>
Closes: https://bugs.gentoo.org/701854
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
index bb9758aa5c..3b4c614cc5 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
@@ -66,7 +66,9 @@ src_configure() {
 src_test() {
# ECMToolchainAndroidTest passes but then breaks src_install
# ECMPoQmToolsTest is broken, bug #627806
+   # possible race condition with multiple jobs, bug #701854
local myctestargs=(
+   -j1
-E "(ECMToolchainAndroidTest|ECMPoQmToolsTest)"
)
 



[gentoo-commits] proj/kde:master commit in: kde-apps/konsole/, kde-apps/konsole/files/

2020-02-12 Thread Andreas Sturmlechner
commit: 5feba2df29bcc25473f2a7b3b18f3256fee190ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 21:50:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 23:10:47 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5feba2df

kde-apps/konsole: ColorScheme: Fix DarkBackground Detection

See also: https://invent.kde.org/kde/konsole/merge_requests/65
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=416638
Thanks-to: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../konsole-19.12.2-darkbackground-detect.patch| 27 ++
 kde-apps/konsole/konsole-19.12.49..ebuild  |  2 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-apps/konsole/files/konsole-19.12.2-darkbackground-detect.patch 
b/kde-apps/konsole/files/konsole-19.12.2-darkbackground-detect.patch
new file mode 100644
index 00..990bad142c
--- /dev/null
+++ b/kde-apps/konsole/files/konsole-19.12.2-darkbackground-detect.patch
@@ -0,0 +1,27 @@
+From e5b2ada1a6f06e0eea76af1f26ff4c0c4aad8497 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Manuel=20R=C3=BCger?= 
+Date: Thu, 23 Jan 2020 11:00:06 +0100
+Subject: ColorScheme: Fix DarkBackground Detection
+
+Luminance is a value between 0 and 100.
+
+https://bugs.kde.org/show_bug.cgi?id=416638
+---
+ src/ColorScheme.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ColorScheme.cpp b/src/ColorScheme.cpp
+index 1693c22..5d6b408 100644
+--- a/src/ColorScheme.cpp
 b/src/ColorScheme.cpp
+@@ -403,7 +403,7 @@ bool ColorScheme::hasDarkBackground() const
+ const double g = backgroundColor().greenF();
+ const double b = backgroundColor().blueF();
+ rgb2hsluv(r, g, b, , , );
+-return l < 0.5;
++return l < 50;
+ }
+ 
+ void ColorScheme::setOpacity(qreal opacity)
+-- 
+cgit v1.1

diff --git a/kde-apps/konsole/konsole-19.12.49..ebuild 
b/kde-apps/konsole/konsole-19.12.49..ebuild
index c4c1bb90b5..8c4abf3812 100644
--- a/kde-apps/konsole/konsole-19.12.49..ebuild
+++ b/kde-apps/konsole/konsole-19.12.49..ebuild
@@ -53,6 +53,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${PN}-19.12.2-darkbackground-detect.patch" )
+
 src_configure() {
local mycmakeargs=(
$(cmake_use_find_package X X11)



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

2020-02-12 Thread Andreas Sturmlechner
commit: 04accc6917fd3346271b15e3690b7b4efc90f5c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 21 09:27:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 23:10:48 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=04accc69

kde-apps/kitinerary: Drop USE pdf in stable branch

Bug: https://bugs.gentoo.org/703398
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kitinerary/kitinerary-19.12.49..ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kitinerary/kitinerary-19.12.49..ebuild 
b/kde-apps/kitinerary/kitinerary-19.12.49..ebuild
index 75f25882a5..af5fed2401 100644
--- a/kde-apps/kitinerary/kitinerary-19.12.49..ebuild
+++ b/kde-apps/kitinerary/kitinerary-19.12.49..ebuild
@@ -16,9 +16,10 @@ 
HOMEPAGE="https://kde.org/applications/office/org.kde.kontact;
 LICENSE="LGPL-2.1+"
 SLOT="5"
 KEYWORDS=""
-IUSE="+barcode pdf"
+IUSE="+barcode"
 
 DEPEND="
+   app-text/poppler:=[qt5]
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=kde-frameworks/karchive-${KFMIN}:5
@@ -29,7 +30,6 @@ DEPEND="
>=kde-apps/kpkpass-${PVCUT}:5
sys-libs/zlib
barcode? ( media-libs/zxing-cpp )
-   pdf? ( app-text/poppler:=[qt5] )
 "
 RDEPEND="${DEPEND}

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

2020-02-12 Thread Sergei Trofimovich
commit: fae022f48aac78920c8a226ed2b41e0115ad4307
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 23:02:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 23:02:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae022f4

dev-lang/elixir: bump up to 1.10.1

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/elixir/Manifest |  1 +
 dev-lang/elixir/elixir-1.10.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index af2aa056ca4..8b78d34002d 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,2 +1,3 @@
 DIST elixir-1.10.0.tar.gz 2322668 BLAKE2B 
b5f393e406904fe38d1f9bd47811a9fc804109cb4c6ca6b4f512dc8a7af251495536b9238fc85126266150bf9ae869c815d68f6a0dfcafe9ff893b05780b4c54
 SHA512 
d71ef164f7dc3fe4a94a0b5f5f8709e782caeebba322c0a1aaf67ac129416ca0b01dc9fc0a14c71e37e386d176076f0fb35b4d51b17987d03794a92cbe831cc4
+DIST elixir-1.10.1.tar.gz 2322975 BLAKE2B 
875948d233a726bdf88db4d64d21d227dd5e90f762f10dcc82103e088a2ed633898489a2f0a870a6c4e09ce22e509d117f05b3b3f8b8be6c742f628d612e3baf
 SHA512 
823a685d62b6181be9f3314c1a86b69606dd3d3528a2053060f83802a561d8e136fb32099d51cb90542ea155a0a5768d7e6fc7aa1ae18d2c9f5fd5a5a2ac9cdc
 DIST elixir-1.9.4.tar.gz 2250611 BLAKE2B 
adc363627dc3997684482ac022927aaa4d315afdb8fbc8981e1b88371eb13be80e01084b67288fc88fc51f0015085743d11289e932093d5608e5ac4dfa0823a8
 SHA512 
c97b93c7438efd7215408525a3b9f2935a1591cce3da3eb31717282d06aff94e8e3d22c405bac40c671bcfe8e73f3dd1ada315f53dee73ceef0bfe2a7c27e86d

diff --git a/dev-lang/elixir/elixir-1.10.1.ebuild 
b/dev-lang/elixir/elixir-1.10.1.ebuild
new file mode 100644
index 000..d654108e6c0
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.10.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://elixir-lang.org;
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-21:0=[ssl]"
+# 'mix' tool collides with sci-biology/phylip, bug #537514
+RDEPEND="${DEPEND}
+   !!sci-biology/phylip
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.9.1-disable-network-tests.patch
+)
+
+src_compile() {
+   emake Q=""
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" 
install
+   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}



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

2020-02-12 Thread Stefan Strogin
commit: ede00f8d00c0749ec0a6eae8d0658ae51b12e5e8
Author: Stefan Strogin  gentoo  org>
AuthorDate: Wed Feb 12 22:51:15 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Wed Feb 12 22:51:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede00f8d

dev-games/mygui: remove unnecessary slash strips

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-games/mygui/mygui-3.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-games/mygui/mygui-3.4.0.ebuild 
b/dev-games/mygui/mygui-3.4.0.ebuild
index 15c88e7a864..896d211683f 100644
--- a/dev-games/mygui/mygui-3.4.0.ebuild
+++ b/dev-games/mygui/mygui-3.4.0.ebuild
@@ -146,14 +146,14 @@ src_install() {
fperms o+w /etc/MYGUI
 
# test media not needed at runtime
-   rm -rf "${ED%/}"/usr/share/MYGUI/Media/UnitTests || die
+   rm -rf "${ED}"/usr/share/MYGUI/Media/UnitTests || die
# wrapper not available for linux, remove related media
-   rm -rf "${ED%/}"/usr/share/MYGUI/Media/Wrapper || die
+   rm -rf "${ED}"/usr/share/MYGUI/Media/Wrapper || die
 }
 
 pkg_postinst() {
elog
elog "ogre.cfg and Ogre.log are created as"
-   elog "${EROOT%/}/etc/MYGUI/mygui-ogre.cfg and /etc/MYGUI/mygui-Ogre.log"
+   elog "${EROOT}/etc/MYGUI/mygui-ogre.cfg and /etc/MYGUI/mygui-Ogre.log"
elog
 }



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

2020-02-12 Thread Andreas Sturmlechner
commit: a322f5cfeac1e9c0defb3989dd176a7342fb823e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 22:47:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 22:47:13 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a322f5cf

kde-misc/kdeconnect: Update HOMEPAGE

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

 kde-misc/kdeconnect/kdeconnect-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-.ebuild 
b/kde-misc/kdeconnect/kdeconnect-.ebuild
index d1b6eefde4..05ab8efe23 100644
--- a/kde-misc/kdeconnect/kdeconnect-.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-.ebuild
@@ -17,8 +17,8 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kde.org/applications/internet/org.kde.kdeconnect.kcm
-https://community.kde.org/KDEConnect;
+HOMEPAGE="https://kdeconnect.kde.org/
+https://kde.org/applications/internet/org.kde.kdeconnect.kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"



[gentoo-commits] proj/kde:master commit in: media-gfx/krita/

2020-02-12 Thread Andreas Sturmlechner
commit: 1a16907e303b1d20b54688fd538473501f5090c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 00:08:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 00:08:33 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a16907e

media-gfx/krita: Update HOMEPAGE

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

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

diff --git a/media-gfx/krita/krita-.ebuild 
b/media-gfx/krita/krita-.ebuild
index 7b705c5378..c093df17f4 100644
--- a/media-gfx/krita/krita-.ebuild
+++ b/media-gfx/krita/krita-.ebuild
@@ -16,7 +16,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
-HOMEPAGE="https://kde.org/applications/graphics/krita/ https://krita.org/;
+HOMEPAGE="https://kde.org/applications/graphics/org.kde.krita 
https://krita.org/en/;
 
 LICENSE="GPL-3"
 SLOT="5"



[gentoo-commits] proj/kde:master commit in: media-gfx/krita/

2020-02-12 Thread Andreas Sturmlechner
commit: 85aacd3cc039ac20e386e021411cacd554e2e6ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 00:08:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 00:08:58 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=85aacd3c

media-gfx/krita: python3_8

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

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

diff --git a/media-gfx/krita/krita-.ebuild 
b/media-gfx/krita/krita-.ebuild
index c093df17f4..d63db937de 100644
--- a/media-gfx/krita/krita-.ebuild
+++ b/media-gfx/krita/krita-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ECM_TEST="forceoptional-recursive"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 KFMIN=5.60.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"



[gentoo-commits] proj/kde:master commit in: media-sound/kid3/

2020-02-12 Thread Andreas Sturmlechner
commit: 7531be6d22f6a9c23a39e0a76b53632c8801ab40
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 22:44:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 22:44:49 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7531be6d

media-sound/kid3: Update HOMEPAGE

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

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

diff --git a/media-sound/kid3/kid3-.ebuild 
b/media-sound/kid3/kid3-.ebuild
index 1ef20213b0..df438afaa0 100644
--- a/media-sound/kid3/kid3-.ebuild
+++ b/media-sound/kid3/kid3-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit kde.org cmake xdg
 
 DESCRIPTION="Simple tag editor based on Qt"
-HOMEPAGE="https://kid3.sourceforge.io/;
+HOMEPAGE="https://kid3.kde.org/;
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"



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

2020-02-12 Thread Georgy Yakovlev
commit: 2f89dc9be9e699f97db49bfb21c90c81be0ebb0d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Feb 12 21:28:49 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Feb 12 22:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f89dc9b

media-libs/libtgvoip: bump to new snapshot

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

 media-libs/libtgvoip/Manifest  |  1 +
 .../libtgvoip/libtgvoip-2.4.4_p20200212.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/media-libs/libtgvoip/Manifest b/media-libs/libtgvoip/Manifest
index 0a7202319ce..7c2ffcad57a 100644
--- a/media-libs/libtgvoip/Manifest
+++ b/media-libs/libtgvoip/Manifest
@@ -1 +1,2 @@
 DIST libtgvoip-2.4.4_p20200123.tar.gz 1481831 BLAKE2B 
5c6b4ecee4d8daf31f52db1070431cb6caee324d58a20207405ebcd2b275a07c57fa524f3f29e8aaa05e50451730d34ad47bb94a180e3ac8a169dac9979582be
 SHA512 
5da722244d66d3793439e0d3132046f1bb7fa8a56941bcac7779e3779f0c8f517fb5a8f3af546e31d16d4f8deedb9bf7a2d694194fef76bbce233bf1ed6579c3
+DIST libtgvoip-2.4.4_p20200212.tar.gz 1481831 BLAKE2B 
5c6b4ecee4d8daf31f52db1070431cb6caee324d58a20207405ebcd2b275a07c57fa524f3f29e8aaa05e50451730d34ad47bb94a180e3ac8a169dac9979582be
 SHA512 
5da722244d66d3793439e0d3132046f1bb7fa8a56941bcac7779e3779f0c8f517fb5a8f3af546e31d16d4f8deedb9bf7a2d694194fef76bbce233bf1ed6579c3

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild
new file mode 100644
index 000..3a82534d21e
--- /dev/null
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+EGIT_COMMIT="c5651ffc728336e56d8567f5c6c179e8a5d4fe55"
+
+DESCRIPTION="VoIP library for Telegram clients"
+HOMEPAGE="https://github.com/telegramdesktop/libtgvoip;
+SRC_URI="https://github.com/telegramdesktop/libtgvoip/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="alsa +dsp libressl pulseaudio"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   media-libs/opus:=
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+REQUIRED_USE="|| ( alsa pulseaudio )"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+PATCHES=(
+   "${FILESDIR}/2.4.4-pulseaudio.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   $(use_enable dsp)
+   $(use_with alsa)
+   $(use_with pulseaudio pulse)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/

2020-02-12 Thread Georgy Yakovlev
commit: 71616a7b97bdea936ca456e99dfb9c3fbbc9c86e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Feb 12 21:53:52 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Feb 12 22:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71616a7b

net-im/telegram-desktop: bump to 1.9.13

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

 net-im/telegram-desktop/Manifest   |   1 +
 .../telegram-desktop-1.9.13.ebuild | 135 +
 2 files changed, 136 insertions(+)

diff --git a/net-im/telegram-desktop/Manifest b/net-im/telegram-desktop/Manifest
index c42d91aaec0..6dd775ef92f 100644
--- a/net-im/telegram-desktop/Manifest
+++ b/net-im/telegram-desktop/Manifest
@@ -1,4 +1,5 @@
 DIST tdesktop-1.9.10-full.tar.gz 25272713 BLAKE2B 
26b2eb49b5b55dac21be46d37ff7ddd3b6ea4490e58d8a04aaada3237b81cfbb87f2422d179882407501db2a597718f4974629791c8d3f165673fe953bdecbf6
 SHA512 
128dc3fd42196ebf61853917914c3d33fb148d3e6b04847ffa6d4df5baa8d9e286e7d25317b0dd2a332f1475f60b5addd19bb6e25a0fa6bbca316c22235569c6
 DIST tdesktop-1.9.12-full.tar.gz 25324201 BLAKE2B 
ea4a5ee18c68cd332dd2f1f79fb2a1c376c2c8142f44924220ea44e9d2ff9a4db00770b80ef7fdcedd3f4c114f1f9c6f6c0f44df527117f144a59b8d845d4bf9
 SHA512 
11b6be5fa4db95a8b329b492edcdeca2cf834c274a86a26fac3e62254649e5767da6b2442eff6f7b48b975f4b319fee46d10e9430e28a3ef080146a8deb3bfb2
+DIST tdesktop-1.9.13-full.tar.gz 25324119 BLAKE2B 
70029ea0dd68fd4be3ba54083b79d223e059f70551a970847190b00f2aaebc13319236b2c681b2a55ee99408d20e6feea3fc3ab2fb9c97d4740fd4c6a644
 SHA512 
995face8a2ffb54f9f31aaa8d5a26421f4915e73360945553b6fa4e4b02431ca83ec1e72d6d2ce77f5b9daa39892859c88f7ea53c3ddbeec2cb37f27451878d2
 DIST tdesktop-1.9.8-full.tar.gz 25225784 BLAKE2B 
d938dc5d82740f93c575f621697e4bae430dc045c18437957bead6cc949ad0643b0422d8fd2a1695af921ea7f259ca323094a4a7821855d842edfaf4f328c840
 SHA512 
5562eb99812a8faec74fe073323d6e04e36311c1e4ce984035212ecfed8bd5d12df92cd0f0022401201136315fb5556971b267b4bf47edf4eeddc9926c7969dc
 DIST tdesktop-1.9.9-full.tar.gz 25221934 BLAKE2B 
c8f6252fd6e72785a39c92f04e5dadf322775fc1a178f2c6dac9e38cb654b9eb924c16cffcf9dc47e2e309e4f27a13ea07235146e7d7960b6bd0a342a3645e03
 SHA512 
ba6400e6f5eec5bda6e8a54b43846e695b2cce731cb6b39f17407cc39e3e9b8078d977253d29962671f30e33dbe012f8e40f340f781fd8ca73487e5f2d42e3de

diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.13.ebuild 
b/net-im/telegram-desktop/telegram-desktop-1.9.13.ebuild
new file mode 100644
index 000..fbc0c464b1d
--- /dev/null
+++ b/net-im/telegram-desktop/telegram-desktop-1.9.13.ebuild
@@ -0,0 +1,135 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit cmake desktop flag-o-matic python-any-r1 xdg-utils
+
+MY_P="tdesktop-${PV}-full"
+
+DESCRIPTION="Official desktop client for Telegram"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="+alsa dbus libressl pulseaudio spell"
+
+RDEPEND="
+   !net-im/telegram-desktop-bin
+   app-arch/lz4:=
+   app-arch/xz-utils
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=dev-cpp/ms-gsl-2.1.0
+   dev-cpp/range-v3
+   dev-libs/libdbusmenu-qt[qt5(+)]
+   dev-libs/xxhash
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtimageformats:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   media-libs/fontconfig:=
+   >=media-libs/libtgvoip-2.4.4_p20200212[alsa?,pulseaudio?]
+   media-libs/openal[alsa?,pulseaudio?]
+   media-libs/opus:=
+   media-video/ffmpeg:=[opus]
+   sys-libs/zlib[minizip]
+   virtual/libiconv
+   x11-libs/libva:=[X,drm]
+   x11-libs/libX11
+   || (
+   dev-qt/qtgui:5[jpeg,png,X(-)]
+   dev-qt/qtgui:5[jpeg,png,xcb(-)]
+   )
+   || (
+   dev-qt/qtwidgets:5[png,X(-)]
+   dev-qt/qtwidgets:5[png,xcb(-)]
+   )
+   pulseaudio? ( media-sound/pulseaudio )
+   spell? ( app-text/enchant:= )
+"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   ${RDEPEND}
+"
+
+BDEPEND="
+   >=dev-util/cmake-3.16
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="|| ( alsa pulseaudio )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}/0002-PPC-big-endian.patch"
+)
+
+src_configure() {
+   local mycxxflags=(
+   -Wno-deprecated-declarations
+   -Wno-error=deprecated-declarations
+   -Wno-switch
+   )
+
+   append-cxxflags "${mycxxflags[@]}"
+
+   # TODO: unbundle header-only libs, ofc telegram uses git versions...
+   # it fals with tl-expected-1.0.0, so we use bundled for now to avoid 
git rev snapshots
+   # EXPECTED VARIANT

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

2020-02-12 Thread Sergei Trofimovich
commit: b712cee8c03d630c99855c6cb216341fd26d2e70
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:26:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b712cee8

dev-libs/capstone: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/capstone/Manifest  |  1 -
 dev-libs/capstone/capstone-3.0.5_rc2.ebuild | 44 ---
 dev-libs/capstone/capstone-4.0.ebuild   | 86 -
 3 files changed, 131 deletions(-)

diff --git a/dev-libs/capstone/Manifest b/dev-libs/capstone/Manifest
index 66b9b56b6b4..918678e19b2 100644
--- a/dev-libs/capstone/Manifest
+++ b/dev-libs/capstone/Manifest
@@ -1,3 +1,2 @@
 DIST capstone-3.0.5_rc2.tar.gz 2829338 BLAKE2B 
dd35fc6c31ec008f78840410ea0d20de56ea8f01c3af1d28488beaceee7fa06ce03c8cd0f56d834eb738d23f528d240693586122b9c1e353365f7348fb6f8362
 SHA512 
31bafdb0b3183d0c054a4244cc135db9a3c3dc5cb2e2af706bfede0d53cca8cba81d74b74ef9a4adbfd6c79cc408864dd80b8203791e17bd6c98bb69ea4f6894
 DIST capstone-4.0.1.tar.gz 3434276 BLAKE2B 
585e0ee19b76d96116c67b021bbe19fd01d8db600b565094ff71a01d8a87b1123a8c5e2f944f1551c411565d5a25dfbfbb3138ca220b1281044a31004002399e
 SHA512 
43c52024065b41b45eff9423341db3f3d5163fa7aa01b360faa30437786740c8f2c34c36faa04dced5308e09d8bd78df3bad0ab9c06f98612169edb176f83c36
-DIST capstone-4.0.tar.gz 3411532 BLAKE2B 
3e60a946e81f6d6ea88c314ad066e1855e2401cd9e8e61a67d48071b0fe4b705b2276b0d2b52d0979f472895a69cbe7609f6a2c60b79be668730f41ea98bf92e
 SHA512 
5a10c67e88b246ad905364c62c56b4741df242c22f1b62bdea171e4d1d43e484f42f30b33e17324be6cff4c6fb10365528a9c3f4b2a5339ad24b0564fdd40bdb

diff --git a/dev-libs/capstone/capstone-3.0.5_rc2.ebuild 
b/dev-libs/capstone/capstone-3.0.5_rc2.ebuild
deleted file mode 100644
index 80fb03207d6..000
--- a/dev-libs/capstone/capstone-3.0.5_rc2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="disassembly/disassembler framework + bindings"
-HOMEPAGE="http://www.capstone-engine.org/;
-SRC_URI="https://github.com/aquynh/${PN}/archive/${PV/_rc/-rc}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/3" # libcapstone.so.3
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-CVE-2017-6952.patch
-   "${FILESDIR}"/${P}-FLAGS.patch
-)
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_configure() {
-   {
-   cat <<-EOF
-   # Gentoo overrides:
-   #   verbose build
-   V = 1
-   #   toolchain
-   AR = $(tc-getAR)
-   CC = $(tc-getCC)
-   RANLIB = $(tc-getRANLIB)
-   #  toolchain flags
-   CFLAGS = ${CFLAGS}
-   LDFLAGS = ${LDFLAGS}
-   #  libs
-   LIBDIRARCH = $(get_libdir)
-   EOF
-   } >> config.mk || die
-
-}

diff --git a/dev-libs/capstone/capstone-4.0.ebuild 
b/dev-libs/capstone/capstone-4.0.ebuild
deleted file mode 100644
index 2ba9bc1397d..000
--- a/dev-libs/capstone/capstone-4.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="disassembly/disassembler framework + bindings"
-HOMEPAGE="http://www.capstone-engine.org/;
-SRC_URI="https://github.com/aquynh/${PN}/archive/${PV/_rc/-rc}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/4" # libcapstone.so.4
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="python"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
-"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-FLAGS.patch
-   "${FILESDIR}"/${P}-no-fuzz-tests.patch
-   "${FILESDIR}"/${P}-double-DESTDIR.patch
-)
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-wrap_python() {
-   if use python; then
-   pushd bindings/python >/dev/null || die
-   distutils-r1_${1} "$@"
-   popd >/dev/null
-   fi
-}
-
-src_prepare() {
-   default
-
-   wrap_python ${FUNCNAME}
-}
-
-src_configure() {
-   {
-   cat <<-EOF
-   # Gentoo overrides:
-   #   verbose build
-   V = 1
-   #   toolchain
-   AR = $(tc-getAR)
-   CC = $(tc-getCC)
-   RANLIB = $(tc-getRANLIB)
-   #  toolchain flags
-   CFLAGS = ${CFLAGS}
-   LDFLAGS = ${LDFLAGS}
-   #  libs
-   LIBDIRARCH = $(get_libdir)
-   PREFIX = ${EPREFIX}/usr
-   EOF

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

2020-02-12 Thread Sergei Trofimovich
commit: fd03327268ce5005f4a406ec50c58c3eb4e35ce2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:19:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd033272

dev-util/radare2: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/radare2/Manifest |  2 --
 dev-util/radare2/radare2-4.0.0.ebuild | 56 ---
 dev-util/radare2/radare2-4.2.0.ebuild | 56 ---
 3 files changed, 114 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 0a0c50d1e35..88a60b5c57f 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,3 +1 @@
-DIST radare2-4.0.0.tar.gz 7558070 BLAKE2B 
9c7cb4492832c97c4f71c9583ecd78af843551fa0d02a07b29cf76c04062ce9e71e8d8fd72e87260311896f61ec709e577b328215c69d52598218d566f98d543
 SHA512 
3877088f61d8fac6a8fa12a35ef895904473e1db7e7428961eb06822ff1218338cd5b9ab16f78773413b31fec7463963b0cc3f801c661ce17cd40c8ddd423d76
-DIST radare2-4.2.0.tar.gz 8074915 BLAKE2B 
c82bae7eff90a1436ce0963141ba631e8d23f66fbbba3afd52001ab83ef84162dc5e92d251bd47a2670c470efe6dd269357ce020b86d437bb9ffb605a2d59f3a
 SHA512 
e1e3f825f1faa1df035bf4658b4dbfb03a148353c7d74bf444e96912751eedf5d3d564b3fd5dd60667cac347710e56db149bf0987ee1ea26fafbc5c4ddb56dc1
 DIST radare2-4.2.1.tar.gz 8077107 BLAKE2B 
490b063d7340b60cec1f77577985818c9dec34dd9206ce7d9db29f5d1836d515044e67d143f81fd7f6c58269f6f62f0bd87adcdb7cfb2cca5c0120d98ea29fd3
 SHA512 
aed37f6ff7ae3a25e809e8fbab3ef1c370dba80b7b8ef440a025edfbda23314ce20990b3e89589fe6bee427b2beebabd67a9e1def603e53ca5078bf32bdc4e6c

diff --git a/dev-util/radare2/radare2-4.0.0.ebuild 
b/dev-util/radare2/radare2-4.0.0.ebuild
deleted file mode 100644
index 36cda6bb0ae..000
--- a/dev-util/radare2/radare2-4.0.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/radareorg/radare2;
-else
-   SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-   dev-libs/capstone:0=
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --without-libuv \
-   --with-syscapstone \
-   $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/zsh/site-functions
-   doins doc/zsh/_*
-
-   newbashcomp doc/bash_autocompletion.sh "${PN}"
-   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-   # a workaround for unstable $(INSTALL) call, bug #574866
-   local d
-   for d in doc/*; do
-   if [[ -d $d ]]; then
-   rm -rfv "$d" || die "failed to delete '$d'"
-   fi
-   done
-}

diff --git a/dev-util/radare2/radare2-4.2.0.ebuild 
b/dev-util/radare2/radare2-4.2.0.ebuild
deleted file mode 100644
index c3c2387a8dc..000
--- a/dev-util/radare2/radare2-4.2.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/radareorg/radare2;
-else
-   SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-   dev-libs/capstone:0=
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --without-libuv \
-   --with-syscapstone \
-   $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/zsh/site-functions
-   doins doc/zsh/_*
-
-   newbashcomp doc/bash_autocompletion.sh "${PN}"
-   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-   # a workaround for unstable $(INSTALL) call, bug #574866
-   local d
-   for d in doc/*; do
-   if [[ -d $d ]]; then
-

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

2020-02-12 Thread Sergei Trofimovich
commit: cf9e365fbfae95f56875aa653c03434b01320ada
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:25:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9e365f

dev-libs/distorm64: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/distorm64/Manifest   |  1 -
 dev-libs/distorm64/distorm64-3.3.8.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest
index baff47c98a8..d0c9a7c62a7 100644
--- a/dev-libs/distorm64/Manifest
+++ b/dev-libs/distorm64/Manifest
@@ -1,2 +1 @@
-DIST distorm-3.3.8.tar.gz 219869 BLAKE2B 
91be3a56f1ffcff96ab345c8dd42a4f17b22f40299c5c16b77b3074ba2e071d747aa2e91adeea3cb78e3787cc42d5ad4544b89c3ed5b7940d9156168acc8da62
 SHA512 
bf65fe500089b4aa38d6430eb985f1dc3494b43c829379c56f91b5b4b25d19504fa3781a2fb2b03946f541962f6e564e46d6ec464c469ee21ecb773303b8494e
 DIST distorm-3.4.1.tar.gz 220042 BLAKE2B 
a845fb3b5a3c98c1b25601896785273668b48c8477dd29c5db4c4ddcf3cdfe73095e3c4c883ca0909820430989a412d9b47c87471450eba2a4d969a9a03d32c1
 SHA512 
0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083

diff --git a/dev-libs/distorm64/distorm64-3.3.8.ebuild 
b/dev-libs/distorm64/distorm64-3.3.8.ebuild
deleted file mode 100644
index 7dfb9b4d356..000
--- a/dev-libs/distorm64/distorm64-3.3.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)"
-HOMEPAGE="http://www.ragestorm.net/distorm/;
-
-MY_PN=distorm
-MY_P=${MY_PN}-${PV}
-
-SRC_URI="https://github.com/gdabah/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=""
-RDEPEND=""
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-forensics/radamsa/

2020-02-12 Thread Sergei Trofimovich
commit: 8975ff08a040fb54c47351eddac37b3091b62b31
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:31:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8975ff08

app-forensics/radamsa: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-forensics/radamsa/Manifest  |  1 -
 app-forensics/radamsa/radamsa-0.5-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-forensics/radamsa/Manifest b/app-forensics/radamsa/Manifest
index ee2e66db74d..480d52b9c4e 100644
--- a/app-forensics/radamsa/Manifest
+++ b/app-forensics/radamsa/Manifest
@@ -1,3 +1,2 @@
-DIST radamsa-0.5.tar.gz 168177 BLAKE2B 
4d7d9fc54dd171d8af589ec51be00ed65dec3f33a7437f385910f3e1d9455dc9b3f618755a9809f230a6d66410da6a656586118af2e83271eacc7c035773c0be
 SHA512 
d48f61ea7c0703d7fdf68ab32894e93d774e8f2893642a81046b8210d7d433f4be8930d7d79317ddb0882cf54b06505c541827b925f30b861ae8205e300fed80
 DIST radamsa-0.6.c.gz 142359 BLAKE2B 
e9cfda273ca78e97d7e8a94f0399c2c8d7b543c578a7b6745a03c9a2a18aa965a13ead55e15aab27c5386bb4d4ab961cedfbdca72c72013dc1ace0931c237199
 SHA512 
b9f0b8801063821ebd435464057aa119c5eae2dec8c39b5ec295854832e25dd8b102d6beec2084a71c380dd0e1419fbce6ee2acc1064c8a4491ad32ff94673f9
 DIST radamsa-0.6.tar.gz 51962 BLAKE2B 
c909b917e55ea2d69f4bec22981afb73dabc0d380d6942167f805ecfd96c3f3d724a5e6d80acf4b2abe2ddf9141dd596a9c0b2e22db98e6c441236c49a06502d
 SHA512 
6808a7f9a42c1a38bfa18ca8613067f4550a5960500e7438011ff26a37a663707a92597f869678600a7bd20df9d2bda19d3c80b07cd12fc49bad3b123739bae7

diff --git a/app-forensics/radamsa/radamsa-0.5-r1.ebuild 
b/app-forensics/radamsa/radamsa-0.5-r1.ebuild
deleted file mode 100644
index 89a3a070b6a..000
--- a/app-forensics/radamsa/radamsa-0.5-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A general purpose fuzzer"
-HOMEPAGE="https://github.com/aoh/radamsa;
-SRC_URI="https://github.com/aoh/radamsa/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # needs an owl-lisp
-
-DOCS=( LICENCE NEWS README.md )
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
-
-   einstalldocs
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: 25b18362c16c540ec2b619a5b330070c8d4d42b8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:31:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b18362

app-misc/pax-utils: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/pax-utils/Manifest  |  1 -
 app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild | 76 
 app-misc/pax-utils/pax-utils-1.2.3.ebuild| 56 
 3 files changed, 133 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 84ce7bf2896..d256c08a6fd 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,2 +1 @@
-DIST pax-utils-1.2.3.tar.xz 661828 BLAKE2B 
4764c47b7a31e7470a454127b9db3b5b27c703a96a66973a6248529a2d858ea38adb246a270a1f343a499515f55b25613bb20c46978e2e0dddc03e5ddb9a2aa7
 SHA512 
efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c
 DIST pax-utils-1.2.4.tar.xz 665648 BLAKE2B 
f0003f912e42a25c8b587764591f7c466aa4c7a24f38fe101d7b64ea5abca5511b2f9329fa5620d1b4ae1926c2272eb97d4ada0210d4e55d16c7766a055672f4
 SHA512 
03b84054c59e8ce64d2c07276c61245c8e9b3eca2fc430269531e2dafe120009b541ebb6adc4ff54c13a1da63caf0755fb026ba272cf17d04f75e06b893a3e95

diff --git a/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild
deleted file mode 100644
index 2bd5a6a4fbf..000
--- a/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit eutils python-single-r1 toolchain-funcs unpacker
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pyelftools[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-   caps? ( virtual/pkgconfig )
-   seccomp? ( virtual/pkgconfig )
-   app-arch/xz-utils"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-python-3.7.patch
-)
-
-_emake() {
-   emake \
-   USE_CAP=$(usex caps) \
-   USE_DEBUG=$(usex debug) \
-   USE_PYTHON=$(usex python) \
-   USE_SECCOMP=$(usex seccomp) \
-   "$@"
-}
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux ||
-   has_version 'https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-   python? ( dev-python/pyelftools )
-   seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-   caps? ( virtual/pkgconfig )
-   seccomp? ( virtual/pkgconfig )
-   app-arch/xz-utils"
-
-_emake() {
-   emake \
-   USE_CAP=$(usex caps) \
-   USE_DEBUG=$(usex debug) \
-   USE_PYTHON=$(usex python) \
-   USE_SECCOMP=$(usex seccomp) \
-   "$@"
-}
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux || \
-  has_version '

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

2020-02-12 Thread Sergei Trofimovich
commit: 0092ee3d7a9f9b3ba98b2c163a95c3809da30c7f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:24:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0092ee3d

dev-libs/editline: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/editline/Manifest   |  1 -
 dev-libs/editline/editline-1.16.1.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/editline/Manifest b/dev-libs/editline/Manifest
index f517673587e..259be2abcde 100644
--- a/dev-libs/editline/Manifest
+++ b/dev-libs/editline/Manifest
@@ -1,2 +1 @@
-DIST editline-1.16.1.tar.xz 251848 BLAKE2B 
06cb75343f89c8698efc7c682c0ef968ca078e101b4c49193e009da18ebfe4cf9e3f630e27a25f2c0a05ca99e56efd0935db6da3d04027613a7c9078d01747ad
 SHA512 
4c4e96c9218ab29c559dc8f0c2ca4015c149c70af1696cd43e7ddb38aba7eb68452a22718932bf40a83d3377ad73d26734109db13ecd4470170ef6fbcab6a9fc
 DIST editline-1.17.0.tar.xz 252508 BLAKE2B 
4e59de72a7c8e6d538685b01c32b55283ec9244927d79848bf5277beb8095fc125289c61c6c6e02cda8821df481d5f926569512030c42cd50bc8f5a050bb89d8
 SHA512 
e8a519d5380a84913e1438ac0cd52400078457be5dcfa4eadc7112d7c2c4ff6601b8e3da4eef55296b42c6e9b5ed5fb269698dd62c4542eef824b6dd262ddd5c

diff --git a/dev-libs/editline/editline-1.16.1.ebuild 
b/dev-libs/editline/editline-1.16.1.ebuild
deleted file mode 100644
index d1155538016..000
--- a/dev-libs/editline/editline-1.16.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="line editing library for UNIX call compatible with the FSF 
readline"
-HOMEPAGE="http://troglobit.com/projects/editline/;
-SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-PATCHES=("${FILESDIR}"/${PN}-1.16.0-rename-man.patch)
-
-src_prepare() {
-   default
-
-   # To avoid collision with dev-libs/libedit
-   # we rename man/editline.3 to man/libeditline.3
-   mv man/editline.3 man/libeditline.3 || die
-}
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-
-   # package installs .pc file
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-02-12 Thread Sergei Trofimovich
commit: 6892ba3cfb7edb5c14f7d87130c9660988b544e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:19:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6892ba3c

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  2 -
 .../cvs-fast-export/cvs-fast-export-1.48.ebuild| 48 
 .../cvs-fast-export/cvs-fast-export-1.49.ebuild| 52 --
 3 files changed, 102 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 4e20bd8db2a..f6f7471af36 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1 @@
-DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a
-DIST cvs-fast-export-1.49.tar.gz 446347 BLAKE2B 
0b26ed771eec6320a6fc9def82e10dc82bb66f166b07d900cfbae89780bbdd783d0f7fb2d56c780d4ed788a2c07f41943f1b7f84394b5376dd10175f86384482
 SHA512 
24630c68af954b5f6051aca5d3af9e440189a2a062c8519892cc3a2d977f650a6ba340031f978555fbf9613cf7f9f5cea766f89d3f0ad34f188a4562a0d507f4
 DIST cvs-fast-export-1.50.tar.gz 440789 BLAKE2B 
86c9f582090601fe97c98eaadf927902dbc8b0351a02bed3b1eca77c75641495bf2e457db3d75f058ccfc7f36c8800d59d53c3bd4abccf46fffbe324626273c5
 SHA512 
29c0e3e87917e5f11a7be318240bf80327a5f46b796d9fcbb6a6fd4fadc91fac924d60a74de80559d4c2713021b8a8a518e2dcae7594928e1d040f2c8614065b

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild
deleted file mode 100644
index 50babdf251f..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild
deleted file mode 100644
index da806731688..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-man-prefix.patch
-)
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: cf658cd7cb0320cee995a4f7ecd2fa1a15958731
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:23:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf658cd7

dev-libs/libxls: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libxls/Manifest   |  1 -
 dev-libs/libxls/libxls-1.4.0-r1.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest
index 4a9fce388d1..5c838c90473 100644
--- a/dev-libs/libxls/Manifest
+++ b/dev-libs/libxls/Manifest
@@ -1,2 +1 @@
-DIST libxls-1.4.0.zip 428782 BLAKE2B 
52b67eff4ae315dfde42abd276ace7adaecdd4d88d971a97f9aca1f0cce0c874cbcfa6a060880f1101e4fa685fa566475e753eb34ee621e509fbee8c427e6d52
 SHA512 
e55c0faa25b17a42d53ca939c80e1d3fd0c0e91de7f73d3d10d1fb6658e58e8f38f4e6288a3e3ecb9ae53ea681629ee66ec173229325eea69e01cbd038e68c95
 DIST libxls-1.5.2.tar.gz 443227 BLAKE2B 
3d12357e3c476b203ce7be76cfb828a0353732135303301f26880ca1607e9cf4a6781fafe7ebf4dae0914678de30168d80230dc0d83d189dca63c98d0cd54384
 SHA512 
83e443713944648d6bb5db03a03b3addff1d925a1c83c49e6bb9b29245da76ff351e6a76239e62c92400e5d513394a33366fb979d2bc0b0d8ed0cc7f024c5fc1

diff --git a/dev-libs/libxls/libxls-1.4.0-r1.ebuild 
b/dev-libs/libxls/libxls-1.4.0-r1.ebuild
deleted file mode 100644
index eb6a5250675..000
--- a/dev-libs/libxls/libxls-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils
-
-DESCRIPTION="A library which can read Excel (xls) files"
-HOMEPAGE="http://libxls.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/libxls/${P}.zip"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0/1" # libxlsreader.so.1
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND="
-   app-arch/unzip
-   virtual/pkgconfig
-"
-
-RESTRICT=test # test driver is missing
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-asprintf.patch
-   "${FILESDIR}"/${P}-infinite.patch
-)
-
-src_configure() {
-   econf \
-   --disable-static
-}
-
-src_install() {
-   default
-
-   prune_libtool_files
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: 0b4c4cf738e17e28bf7cb02ed09fcdb6aa1ae520
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:30:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4c4cf7

dev-lang/crystal: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/crystal/Manifest  |   3 -
 dev-lang/crystal/crystal-0.32.0.ebuild | 121 -
 2 files changed, 124 deletions(-)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index 9460c6863ec..3de09286898 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -1,9 +1,6 @@
 DIST crystal-0.31.1-1-linux-i686.tar.gz 28667084 BLAKE2B 
50964072d9335f96effce812cd261760dd308ee50628a47e2694f0a34b6dce210d5a00b978b0537bcd24cc2fc6dd82637c05dc0596ba0322e1297b97ea14bc78
 SHA512 
2353d10bce6983459afae526b516290eba44e2d6b5943911b8da657a36a0bbd422bd4efe61f2205e178355a2898e90ac9927c64ffba1e8edae4615a01ea9ad40
 DIST crystal-0.31.1-1-linux-x86_64.tar.gz 26998394 BLAKE2B 
37ecfe9f130b1e9e52686c52474fcef599a348a7d9f1885c3fe41302a1d6d760ada5a153978397c7ec43b2bb4442bb3fc1c2f8d5eed9b4141858455673170544
 SHA512 
433ac13f9f541dd5b58c1db5e063e23058a87ed325cabc0a4165c42edf18a5f9f126ea4e1d9627357d47c5e3f392131e1f7aab22c34dce3b02e3fdca49658b5b
 DIST crystal-0.31.1.tar.gz 2191156 BLAKE2B 
072e14fed34cc411cd6d9a57b8c5184e5974257869ef41f9bd12401ab473186f699bfbac438af97dd8e4e8cf749ebdbf35050882e9dc14be75392d50763902a8
 SHA512 
d44ce5653aa2877d85685bd897888cd7675eb02897363f71627ac19589447889af8e73a1d8acb2108e0356939cd515022fd2b92d019014714428d92666ad0f37
-DIST crystal-0.32.0-1-linux-i686.tar.gz 30066630 BLAKE2B 
06054c08c3d06a5d76b707d825e8a95b879f7426660ed1bf340737cf3b5a1a7d7e50107dd3030057dcc08eed0bcadc391d55f23dc53f3fdca69a60dee07e29d7
 SHA512 
e9a089c0cb30977902ecb729bf90cfe132708058d46c01446b4ebb8af9f8d19a66169717f9e7dd87fcbf3ab4328a9e539dbff93dbca60050ddce0a7d7a708628
-DIST crystal-0.32.0-1-linux-x86_64.tar.gz 27352543 BLAKE2B 
b181c29b2ed70517b0ef0a3f9533b67bc20354fe8e98e075eb42ea6ba5ac94485718b65c2fe720953983d868410aea1f879c6242ac58b2f0931dc987203d05b5
 SHA512 
1ba010f25ea8b5145f39a63bdc5cc3977577742961e540ffba2ee113754cbf1d2c504c7b4f7a2af82ae3cd8c0053b740a5f379efffb154a96fc8d9edd5cf
-DIST crystal-0.32.0.tar.gz 2223709 BLAKE2B 
fafca329085efba8e9f3164ea3250cbe0fc067177f6c842a30ae040385353cbb28cff8a642eb0a28ed65fb4c53efa7e03994654983108568ad94cda8370b9b7e
 SHA512 
e4c386e95ca4c93870807221cb741ae41bf2f96dbc91f3799c02c1f99c17568804a62fb7c8ddfd297b5ab2805939323dfc00a71584af534c8a8dcd54dbd7510c
 DIST crystal-0.32.1-1-linux-i686.tar.gz 30062609 BLAKE2B 
658cd453465a1c4de44c0b010593aa19a68b93569482202baba948dc58f018d38cbefda083592145a141e7dfc574eddb7ccf0a41613a7a7d5ea8d12ed8f72d08
 SHA512 
34127ad25a1e290b8f17fa7de9465083955ae16a049bab8a927f90df4f2c87c7a59e2c8123f7ec0d0de691130e51749b104ccf11ea68005c267ab98c322156f3
 DIST crystal-0.32.1-1-linux-x86_64.tar.gz 27348617 BLAKE2B 
96410f00843d21cea4ed6f8d4896438334f577b6e593e72a0be23d3e1a460199bffc456ddb675a257c5a973353c1a8d28f69263b8517e0009e54d2f2f19535fe
 SHA512 
85524c38cd91fbe56ab7d14c3a05a1a3f3e3fc0f618e5fa5af010716f76b1dc0cc415cbc67e16c99fd2e8860412d7e2566f510c751de0ad4373361edbcee0475
 DIST crystal-0.32.1.tar.gz 2225383 BLAKE2B 
81cdda508945ebea481c3ad784ecdccffe25e4726d2f63feb1a4995b48041fbf2cbe226bebcbf9f9627d2161d167ccb502626a9d51f787dc8e48fd607f310ff8
 SHA512 
d83575f4c7953054824f13516cdc04bd7576bf7165754d96a9f4970e2a6cbf779b4db6806d3eeac465ed0c223c203ef95fc3bda70d1ef9f7c96ec96cd076283d

diff --git a/dev-lang/crystal/crystal-0.32.0.ebuild 
b/dev-lang/crystal/crystal-0.32.0.ebuild
deleted file mode 100644
index bc3abe915ac..000
--- a/dev-lang/crystal/crystal-0.32.0.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 llvm multiprocessing toolchain-funcs
-
-BV=${PV}-1
-BV_AMD64=${BV}-linux-x86_64
-BV_X86=${BV}-linux-i686
-
-DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="https://crystal-lang.org;
-SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz
 )
-   x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_X86}.tar.gz
 )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc debug examples blocking-stdio-hack +xml +yaml"
-
-RESTRICT=test # not stable for day-to-day runs
-
-LLVM_MAX_SLOT=9
-
-# dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
-DEPEND="
-   sys-devel/llvm:${LLVM_MAX_SLOT}
-   dev-libs/boehm-gc[static-libs,threads]
-   dev-libs/libatomic_ops
-   

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

2020-02-12 Thread Sergei Trofimovich
commit: 92192d13788910359239642ba5267ca29ab5497b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:28:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92192d13

dev-lang/erlang: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/erlang/Manifest |   8 --
 dev-lang/erlang/erlang-21.1.1.ebuild | 163 ---
 dev-lang/erlang/erlang-22.2.2.ebuild | 155 -
 dev-lang/erlang/erlang-22.2.3.ebuild | 155 -
 dev-lang/erlang/erlang-22.2.4.ebuild | 155 -
 dev-lang/erlang/erlang-22.2.5.ebuild | 155 -
 dev-lang/erlang/erlang-22.2.ebuild   | 154 -
 dev-lang/erlang/metadata.xml |   1 -
 8 files changed, 946 deletions(-)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index ac675c63d33..00a045688cb 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,16 +1,8 @@
-DIST erlang-21.1.1.tar.gz 53854332 BLAKE2B 
32ab508b5a305eb92eac9f49bd513374c573966e7565d98aa6ba986ce42eb955a46130b9f33dbb415f48de5c179b308a8b06b345a844afcb2700f7e3f257f27e
 SHA512 
dc11aace126aad5411b0d583579fe95a7263be328612fdc9f9c02d917aef7ea7a128b1e54ddcf7a52232980d2c81fc8e90ae5a8806ee5ae6ea97f00a9cf3faab
 DIST erlang-22.1.4.tar.gz 54957524 BLAKE2B 
8960dd63eb7ae18544d8b6809760543b276ec230d5a9051d1888269770f6c44b379b6ba85ce9106f7d37b76c41b7683a545ba80569e33195e3e9211f6ced4ee3
 SHA512 
271a188d46a79cd1c43c3b8059b77c0802af624ff88c6916e0b84994040750d9792f0416937ed98e874256562f27d858916239d79f93b545c98b9703e5018f7b
 DIST erlang-22.1.8.tar.gz 54967877 BLAKE2B 
cb022e3c5f577605872e7689639fced6c1f6cb7600314f5939107605f0767ca080c65c2f9e0695a04bf53a9e0727553d854a9df57f09ce5f4a958ebd035756e7
 SHA512 
4260fab3f6cd9338ca167371cd982bcf9557729e93d58c3911e485529ed8ee97089e1de3466745d21206c94276f9865ac4fddcb2803afe915494b43feda46dda
 DIST erlang-22.2.1.tar.gz 55742915 BLAKE2B 
cfb49a07289f66ee8bcdc37452c88ec60c90b92febb7d41538166916989e80b612f13bae4ae2ba305aa12c790a74bcd9dc8412207413ba512537193811d177ad
 SHA512 
4c0e5b963def01e02f8550414bee9e15a79681ac19547c4707d4cf3a67924e252dde7f8f94dfeca5eb3d34730acaffd193603711531bdf7c22d47d8880c5e5f4
-DIST erlang-22.2.2.tar.gz 55743605 BLAKE2B 
f316b78f33d81f05d22eb4eab52756a46c39df31ce93bf57ddbc6d663d0165f6cdcb4de2e4a70308024e7648a54267364ec19c94c425d643d03dc741112acaff
 SHA512 
c38ecfcbc7ca66d45b5a2dad9a03d9c2a3a504d9ac85635de93975b03056a3d59edf462c296349f657534d935bcc1ea4321b771fb216f54f723d9db438437e42
-DIST erlang-22.2.3.tar.gz 55742102 BLAKE2B 
85c1f9a2f6ae05e8e3c0f4c71c0dc4f1dd14f5a91e35070f20631b9349fd5d884a9c5390a0159bafcfda8464253bb3636a735f05f4d286ce2bf0518bdb3f3b50
 SHA512 
4ec29abfba875ddff700ed19095bf5709e75083530216ac8f3b24147e06d098675d1b4e5c0674aef44bc7391fe8e3fbcfc2e17d8083cd006e5ddb5c910010e44
-DIST erlang-22.2.4.tar.gz 55746886 BLAKE2B 
2132ab12789c98259f284cd0188109eb1bdbac63c3f6c5bb7a79572dd99586bdf9b741b3b2c87965f5794c3d41df1f0b713e9b89ebff0707ab9fa079dd20a9d2
 SHA512 
b73bb94c0172635cc4843958a62959c42085e63916423cebbb094cef9684ffd0491874a12338c7066cc94b660ac8b6f6aae73cc0eedcf5517ba1c85cf1b80258
-DIST erlang-22.2.5.tar.gz 55745622 BLAKE2B 
3bc0ef57dfedd46f3ab870622c5daa5424a0b1bc9669cb46e7d59a15d485cac9228896cb75883eb6c92b509e193ae484dee6ad2792a959c78cb74c6e18507083
 SHA512 
56252d7da1e42c27378ae3a1d587446554443207e9bbe2381f74626bf0fbb1c37d3117ed81a01b5c5e01eb76bfa4fb04159813f4df52ae5b8f5dfd261f555b02
 DIST erlang-22.2.6.tar.gz 55746963 BLAKE2B 
ebd1e11dc817285307add4147fc4f3c1bba4e9b8a19fa3dd61ec321aa4dfdb056406d76216185a39316787efc9bd766a1e7441b8c261bcb98c4b642c87a27357
 SHA512 
6da4b25340a37daa30d3a27081b782f24a53edfca0070f6c02ca0332bc8db9b3bad917c43d63470a15a86a44a439072f3ee1472b23ff8163730443e4a811c66b
-DIST erlang-22.2.tar.gz 55736930 BLAKE2B 
bcd67ea4ef5c358d4f0bcbec977e2c60a3b0f1b2d38c35ba1908ed9d96727c83ab6cb6dc69ce90ffc6772e34de68014cc66ec8c3bfcda852844a4f6b1548
 SHA512 
a192da8ee02588c44e5c04bf2933c95672f596ca10f485c2c41d0c97563c90b5ea24fa02da61e007595f25a80557e6513372db3059bb7e394647a4c11f4cd41e
-DIST erlang_doc_html_21.1.tar.gz 32692731 BLAKE2B 
a7fa8ebe1c876ab7eecd2dd46ffd4d288db6d308e0f131d53c26ee4b67a92cb6fcb89b6c880ef34df395c7ad61fcdc81eac32e0fcf7336be7d517263218146bc
 SHA512 
0d659f55bfb01eecf140a310154724489ef56b6ccbe9ac30f6b053f598276721b80de7b5b3200707cf8a6e77b8854eae5453f655225f431fcc982550539f767f
 DIST erlang_doc_html_22.1.tar.gz 33824830 BLAKE2B 
2d50802fff81eba8bcf5f630da49d68d7cb2098175012e12f13941e69949a109c9f601c3cfaa2700b669415cd0c6c15961d8e4dd94b9b228cee17b661fe5400a
 SHA512 
cc24927a4ff98b04d8f93fbc46bb36ffb34570521e4f31154b778dc17cf1cff60869239c26c327d7a9360c06528f9b380a302b39fa47285e50dfd4656b508202
 DIST erlang_doc_html_22.2.tar.gz 

[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-json/

2020-02-12 Thread Sergei Trofimovich
commit: 0cf3b3a7ff42cc005f0a752d536bb8391608d811
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:22:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf3b3a7

dev-scheme/guile-json: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-scheme/guile-json/Manifest|  2 --
 dev-scheme/guile-json/guile-json-0.6.0.ebuild | 16 
 dev-scheme/guile-json/guile-json-3.2.0.ebuild | 16 
 3 files changed, 34 deletions(-)

diff --git a/dev-scheme/guile-json/Manifest b/dev-scheme/guile-json/Manifest
index 0c46b50262d..c44960651ab 100644
--- a/dev-scheme/guile-json/Manifest
+++ b/dev-scheme/guile-json/Manifest
@@ -1,3 +1 @@
-DIST guile-json-0.6.0.tar.gz 99122 BLAKE2B 
d8b9aebae47b7ed1d89153e82eedbe7b2e0200cbe802c1ce5f43a6149a3f1df08326c1945da97a0a466a8b23fa941d52b16c07ef86c20301548bac00149e8c63
 SHA512 
90ab2a428669b5c2163e9b6b13e6f7fd7452e95d996f3cea44c3fd7bbf35e2d3759416e63a74b2193ba161f8022e845c0f058c3d20e89c18116660427a503d2e
-DIST guile-json-3.2.0.tar.gz 120917 BLAKE2B 
2c1e897bb4c09b32ddd04d8617372501329fbfa64f117718aacb2c3be9ee2db694ad44e577b0fb81abd8067f64de38650f76a652605bbbad1fba3c5a02bcb383
 SHA512 
f1670d792d742313d346cae642d524fa64aff51bfcb29a20c0a197f5b730c8accc1fb9e4d40ff01a5a6f97488d4c39eaa31c4863e663b09c01fd3544457a2b73
 DIST guile-json-3.3.0.tar.gz 122495 BLAKE2B 
656529e0ff76fa31b0a385f56ddeb937488e252e176b8468f8b2b6a6166cac5c2bbab1e08b4460b263dd0932d7acf2dab4a9924793c7496e37896381220aef1a
 SHA512 
e4204e0e9649a308b6146c17ef2ed3fc1a804404d4bb6ce09b6fdb0d09823f185c333e87f5cc940e5affc08f5562550785511ca1f220efbc7ecfe15cedc14881

diff --git a/dev-scheme/guile-json/guile-json-0.6.0.ebuild 
b/dev-scheme/guile-json/guile-json-0.6.0.ebuild
deleted file mode 100644
index 49115e2861e..000
--- a/dev-scheme/guile-json/guile-json-0.6.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="JSON module for Guile"
-HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/;
-SRC_URI="https://download.savannah.gnu.org/releases/guile-json/${P}.tar.gz;
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-scheme/guile-2.0.0"
-DEPEND="${RDEPEND}"

diff --git a/dev-scheme/guile-json/guile-json-3.2.0.ebuild 
b/dev-scheme/guile-json/guile-json-3.2.0.ebuild
deleted file mode 100644
index e232bd9893b..000
--- a/dev-scheme/guile-json/guile-json-3.2.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="JSON module for Guile"
-HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/;
-SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-scheme/guile-2.0.0"
-DEPEND="${RDEPEND}"



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

2020-02-12 Thread Sergei Trofimovich
commit: ebd705e99656bf076ba847005754a9ba44ce6c85
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:21:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd705e9

dev-util/edb-debugger: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/edb-debugger/Manifest |  1 -
 dev-util/edb-debugger/edb-debugger-1.0.0-r2.ebuild | 46 ---
 dev-util/edb-debugger/edb-debugger-1.0.0-r3.ebuild | 51 --
 3 files changed, 98 deletions(-)

diff --git a/dev-util/edb-debugger/Manifest b/dev-util/edb-debugger/Manifest
index b601e7fadd8..fec365213f4 100644
--- a/dev-util/edb-debugger/Manifest
+++ b/dev-util/edb-debugger/Manifest
@@ -1,2 +1 @@
-DIST edb-debugger-1.0.0.tgz 1106351 BLAKE2B 
fbf888018afc069ef1be817bbcb45ee276c112a1cf5fae6ac32a66a5535f2d4f60c00673c290bf14e63cf24ba2927071ee80e58c68d213b11fc55530f428fa4b
 SHA512 
d15a3d167b90b70227f273c416eae56f7ad174daae608081364284021c7da7aecb6cb42f9c5bcd85f9df70f07cba213d8345ef9d62e8d13c79e7edede38a04a9
 DIST edb-debugger-1.1.0.tgz 1244028 BLAKE2B 
87311a53f445acb28569952541269ef5ae83219468e18bc1603b6d85225b75fd00723593891e309ccf8c8c3e7a0828cd709444fe27f3328cf4386ed3e1245bea
 SHA512 
5834cf091cd6d84ecc10cec277ec954b936dc61b0809d5f434ba4d604fae63c06ac10852f1a4ea81f150dea82645fa0861d8842eea227cbde681a895c465d744

diff --git a/dev-util/edb-debugger/edb-debugger-1.0.0-r2.ebuild 
b/dev-util/edb-debugger/edb-debugger-1.0.0-r2.ebuild
deleted file mode 100644
index bfa600112a4..000
--- a/dev-util/edb-debugger/edb-debugger-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="edb is a cross platform x86/x86-64 debugger, inspired by Ollydbg"
-HOMEPAGE="https://github.com/eteran/edb-debugger;
-SRC_URI="https://github.com/eteran/edb-debugger/releases/download/${PV}/edb-debugger-${PV}.tgz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="graphviz"
-
-RDEPEND="
-   dev-libs/capstone:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtxmlpatterns:5
-   graphviz? ( media-gfx/graphviz )
-"
-
-DEPEND="
-   dev-libs/boost
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-
-src_prepare() {
-   #Make the desktop's entries somewhat better
-   sed -i -e 's/GenericName=edb debugger/GenericName=Evan\x27s Debugger/' 
edb.desktop || die
-   sed -i -e 's/Comment=edb debugger/Comment=edb is a cross platform 
x86\/x86-64 debugger/' edb.desktop || die
-
-   if ! use graphviz; then
-   sed -i -e '/pkg_check_modules(GRAPHVIZ/d' CMakeLists.txt || die
-   fi
-
-   cmake-utils_src_prepare
-}

diff --git a/dev-util/edb-debugger/edb-debugger-1.0.0-r3.ebuild 
b/dev-util/edb-debugger/edb-debugger-1.0.0-r3.ebuild
deleted file mode 100644
index aeceeb68fbf..000
--- a/dev-util/edb-debugger/edb-debugger-1.0.0-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="edb is a cross platform x86/x86-64 debugger, inspired by Ollydbg"
-HOMEPAGE="https://github.com/eteran/edb-debugger;
-SRC_URI="https://github.com/eteran/edb-debugger/releases/download/${PV}/edb-debugger-${PV}.tgz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="graphviz"
-
-RDEPEND="
-   dev-libs/capstone:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtxmlpatterns:5
-   graphviz? ( media-gfx/graphviz )
-"
-
-DEPEND="
-   dev-libs/boost
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-man1.patch
-   "${FILESDIR}"/${P}-climits.patch
-)
-
-src_prepare() {
-   #Make the desktop's entries somewhat better
-   sed -i -e 's/GenericName=edb debugger/GenericName=Evan\x27s Debugger/' 
edb.desktop || die
-   sed -i -e 's/Comment=edb debugger/Comment=edb is a cross platform 
x86\/x86-64 debugger/' edb.desktop || die
-
-   if ! use graphviz; then
-   sed -i -e '/pkg_check_modules(GRAPHVIZ/d' CMakeLists.txt || die
-   fi
-
-   cmake_src_prepare
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: 952db7b03d6452e901f0f0a5adfec2980654a941
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:28:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952db7b0

dev-lang/nim: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/nim/Manifest |  2 --
 dev-lang/nim/nim-1.0.2.ebuild | 78 ---
 dev-lang/nim/nim-1.0.4.ebuild | 78 ---
 3 files changed, 158 deletions(-)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index cf27238f3ec..fec632e8c2c 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1,3 +1 @@
-DIST nim-1.0.2.tar.xz 5139712 BLAKE2B 
bcb0f0fa2ed6069021a6359e453def7beccb6e767e3eff27d8fb2adb7351336f219a88e2450df3d4aece1dd7f6e1a8fb891aa31581c32bb2535d2cf604a7
 SHA512 
5d7a45efcf656d5467554c3bbf42d0c62a760ccd107cec439d8375839d2e80baadfb3f598598748ef8e1b32d3eb931caaa273f8e41bbf6f4e16c7afbef745349
-DIST nim-1.0.4.tar.xz 5161396 BLAKE2B 
ff6f5b51775bfc8e83cf5ed91bf70d63d6af40cb8802d765b27a306d6a1c93ecbd4de64edfe9537b659c89c62c92ab46008d55616c7143fa9b8adaa4e905aa66
 SHA512 
0614259372500da4e5d67822d3caeec4c9ec6b1a06494768cfaff1db960484c1e9c1aafe70b05d1ac07b5f22d8ff57214f455e95dba26a5648d2186f13d1265a
 DIST nim-1.0.6.tar.xz 5153708 BLAKE2B 
c3263d4cf19629093306fa93decf038d8b19b8d810b7e782f84708b6771e2950554cda7c6f3d63e8dc6d2b604649fd31bd7009e51bea49ae556aa973cefc4167
 SHA512 
8da5281a8d93349996cbbe445e21fa9525c56e5721578ede2ae0f668cb2f29641db7d50a1b1a3e2c404ce56cb83dca10df5cbc84983242646a735b8f58d05f80

diff --git a/dev-lang/nim/nim-1.0.2.ebuild b/dev-lang/nim/nim-1.0.2.ebuild
deleted file mode 100644
index 160171c5b09..000
--- a/dev-lang/nim/nim-1.0.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 multiprocessing toolchain-funcs
-
-DESCRIPTION="compiled, garbage-collected systems programming language"
-HOMEPAGE="https://nim-lang.org/;
-SRC_URI="https://nim-lang.org/download/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc +readline test"
-
-RESTRICT=test # need to sort out depends and numerous failures
-
-RDEPEND="
-   readline? ( sys-libs/readline:0= )
-"
-DEPEND="
-   ${DEPEND}
-   test? ( net-libs/nodejs )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.20.0-paths.patch
-)
-
-_run() {
-   echo "$@"
-   "$@" || die "'$*' failed"
-}
-
-nim_use_enable() {
-   [[ -z $2 ]] && die "usage: nim_use_enable  "
-   use $1 && echo "-d:$2"
-}
-
-src_compile() {
-   export XDG_CACHE_HOME=${T}/cache #667182
-   tc-export CC LD
-
-   _run ./build.sh
-
-   _run ./bin/nim --parallelBuild:$(makeopts_jobs) c koch
-   _run ./koch boot --parallelBuild:$(makeopts_jobs) -d:release 
$(nim_use_enable readline useGnuReadline)
-   # build nimble and friends
-   # --stable to avoid pulling HEAD nimble
-   PATH="./bin:$PATH" _run ./koch --stable tools
-
-   if use doc; then
-   PATH="./bin:$PATH" _run ./koch doc
-   fi
-}
-
-src_test() {
-   PATH="./bin:$PATH" _run ./koch test
-}
-
-src_install() {
-   PATH="./bin:$PATH" _run ./koch install "${ED}"
-   rm -r "${ED}/usr/share/nim/doc" || die "failed to remove 'doc'"
-
-   exeinto /usr/bin
-
-   local bin_exe
-   for bin_exe in bin/*; do
-   # './koch install' installs only 'nim' binary
-   # but not the rest
-   [[ ${bin_exe} == bin/nim ]] && continue
-   doexe "${bin_exe}"
-   done
-
-   use doc && dodoc doc/html/*.html
-   newbashcomp tools/nim.bash-completion ${PN}
-}

diff --git a/dev-lang/nim/nim-1.0.4.ebuild b/dev-lang/nim/nim-1.0.4.ebuild
deleted file mode 100644
index 160171c5b09..000
--- a/dev-lang/nim/nim-1.0.4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 multiprocessing toolchain-funcs
-
-DESCRIPTION="compiled, garbage-collected systems programming language"
-HOMEPAGE="https://nim-lang.org/;
-SRC_URI="https://nim-lang.org/download/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc +readline test"
-
-RESTRICT=test # need to sort out depends and numerous failures
-
-RDEPEND="
-   readline? ( sys-libs/readline:0= )
-"
-DEPEND="
-   ${DEPEND}
-   test? ( net-libs/nodejs )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.20.0-paths.patch
-)
-
-_run() {
-   echo "$@"
-   "$@" || die "'$*' failed"
-}
-
-nim_use_enable() {
-   [[ -z $2 ]] && die "usage: nim_use_enable  "
-   use $1 && echo "-d:$2"
-}
-
-src_compile() {
-   export 

[gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/

2020-02-12 Thread Sergei Trofimovich
commit: 7179baef5af812b5a4edbcf913526bf6daeb6c33
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:30:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7179baef

app-forensics/honggfuzz: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-forensics/honggfuzz/Manifest |  1 -
 app-forensics/honggfuzz/honggfuzz-1.9.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index 90bef5d92c0..35c5752b135 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -1,2 +1 @@
-DIST honggfuzz-1.9.tar.gz 78491908 BLAKE2B 
961562d87e063804cb6a91d6ba0cffd0a4c3b3cb140f93a9362bd6749b8da251f7203e9ff7643bbad561620a8fdb9ca755758beb45fc46194c5907ecafcf0d2a
 SHA512 
07ee10de723b14bc8ed9df9de196bcf308d8c10a825ba18b20d4f881d22c4254a45455bcbf965653572d9f71b2bff009284a34d0d5a6f879114b149b456c2eda
 DIST honggfuzz-2.0.tar.gz 65205954 BLAKE2B 
fb01fdb12cd5bf9a7c316c9df3a4ac9eb91ee535cbcdbb93436e7abcb81405a3af0fb5140b935abe44d11f5917f6f5189d697e86d3e81abfd9da38db2f899c36
 SHA512 
91e633ffe439aae6cb944f71cd5998f8adc2f1e6892c17b6d7876d707b3f167008a0574ad4b5671b82371cbe21e6c536acb148c0b844665fb3789c5e7fda52ba

diff --git a/app-forensics/honggfuzz/honggfuzz-1.9.ebuild 
b/app-forensics/honggfuzz/honggfuzz-1.9.ebuild
deleted file mode 100644
index 9bdb0d56f3e..000
--- a/app-forensics/honggfuzz/honggfuzz-1.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A general purpose fuzzer with feedback support"
-HOMEPAGE="https://google.github.io/honggfuzz/;
-SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   >=sys-libs/binutils-libs-2.29:=
-   sys-libs/libunwind
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=(
-   CHANGELOG
-   COPYING
-   CONTRIBUTING
-   README.md
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.7-no-werror.patch
-   "${FILESDIR}"/${PN}-1.1-binutils-2.29.patch
-)
-
-src_compile() {
-   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
-}
-
-src_install() {
-   dobin ${PN}
-
-   einstalldocs
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: 6db36545756bf3ba501c573daffbaaaf144ca2c4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:29:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db36545

dev-lang/elixir: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/elixir/Manifest|  5 -
 dev-lang/elixir/elixir-1.4.5.ebuild | 27 ---
 dev-lang/elixir/elixir-1.6.6.ebuild | 32 
 dev-lang/elixir/elixir-1.8.1.ebuild | 28 
 dev-lang/elixir/elixir-1.8.2.ebuild | 28 
 dev-lang/elixir/elixir-1.9.2.ebuild | 32 
 6 files changed, 152 deletions(-)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 7c879d900fa..af2aa056ca4 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,7 +1,2 @@
 DIST elixir-1.10.0.tar.gz 2322668 BLAKE2B 
b5f393e406904fe38d1f9bd47811a9fc804109cb4c6ca6b4f512dc8a7af251495536b9238fc85126266150bf9ae869c815d68f6a0dfcafe9ff893b05780b4c54
 SHA512 
d71ef164f7dc3fe4a94a0b5f5f8709e782caeebba322c0a1aaf67ac129416ca0b01dc9fc0a14c71e37e386d176076f0fb35b4d51b17987d03794a92cbe831cc4
-DIST elixir-1.4.5.tar.gz 1829098 BLAKE2B 
bc8e2beafe53c3af507215d913558e295370ed8d3731c8b013f5d1cd2ad1d8a4fad4b3fe1a7ee3397470916f6f6687436ecbaa06c85c47f4b52aa0331b7dad23
 SHA512 
3fe659a739ded54bfc7d05a96acf3061c860e44cfd7700651d138c7e21997c5703cc62d2bd3b7a258b27064bb222dfdcdc01e4d017451f522f9658a039073611
-DIST elixir-1.6.6.tar.gz 2078742 BLAKE2B 
4a793ac55db97c1d604d5f0012758d039f4a26eff5866a2ad2b90010f8477a8f62cc8f01a391f93133c927c5da5494b6d10b76f087a4af1206da977b0ec14a17
 SHA512 
62010100274b99423bb6a660e34ef53a702250a09371ef4b49ec03a3afe8761611b3734aea31763afa361560eb74c6d23e022d4d9bc4453c1bdef36bb37f9b4d
-DIST elixir-1.8.1.tar.gz 2177865 BLAKE2B 
2f078849eb7ebd8a5b1ac3e894e6340146a0e72c462a251be529d404128478a4e4c913653e85797a3ced035de38ae4de93b84f65df9b6174206e41e00da9e3dd
 SHA512 
114970707505cbf89f8fa55d5c54989dded7feb39cb3674e88f64e19f1a0680086ae49c856fb76fb7eaf0142fa0a0b81b1d5b9570825e05f083a9c580b0ca017
-DIST elixir-1.8.2.tar.gz 2178731 BLAKE2B 
d96d86f2919556f1f60656e61b0cca121abf9a9de2b31d7d3a17d24f11211107dd9e92ac502cbc9e165aad360ad9a8a20948fa9be73f6cae7ab00eb7dd07fb83
 SHA512 
0b30fec1cdc85884c1076e10c6e594b1855a325ae8c070bb3bd9af11998b21b273d7185b59954183b1fd525a2852a61be9c2eec54d9adb8ec1fdeb0200714857
-DIST elixir-1.9.2.tar.gz 2249667 BLAKE2B 
f6b301548e8769b576c2bbdc03939319e8b1acdea6e3dc2c42039a286fe43a688eeb22ae06e03c78559d746b48c3065492b780f58c335f656a862b36b06067d8
 SHA512 
7cd5844f525d0f810563b9bfb76d2814dba1623b0abc0b3befecdaae43557fee1b86e5f51359aa95353ffd732671d424e35b5054a13dea59ea03ac54fe85a498
 DIST elixir-1.9.4.tar.gz 2250611 BLAKE2B 
adc363627dc3997684482ac022927aaa4d315afdb8fbc8981e1b88371eb13be80e01084b67288fc88fc51f0015085743d11289e932093d5608e5ac4dfa0823a8
 SHA512 
c97b93c7438efd7215408525a3b9f2935a1591cce3da3eb31717282d06aff94e8e3d22c405bac40c671bcfe8e73f3dd1ada315f53dee73ceef0bfe2a7c27e86d

diff --git a/dev-lang/elixir/elixir-1.4.5.ebuild 
b/dev-lang/elixir/elixir-1.4.5.ebuild
deleted file mode 100644
index 741573a6717..000
--- a/dev-lang/elixir/elixir-1.4.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org;
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-18[ssl]"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   emake Q=""
-}
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
-   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
-}

diff --git a/dev-lang/elixir/elixir-1.6.6.ebuild 
b/dev-lang/elixir/elixir-1.6.6.ebuild
deleted file mode 100644
index c9b63b817a3..000
--- a/dev-lang/elixir/elixir-1.6.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Elixir programming language"
-HOMEPAGE="https://elixir-lang.org;
-SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 ErlPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/erlang-18[ssl]"
-# 'mix' tool collides with sci-biology/phylip, bug #537514
-RDEPEND="${DEPEND}
-   !!sci-biology/phylip
-"
-
-RESTRICT=test # needs debug symbols
-
-src_compile() {
-   emake Q=""
-}
-
-src_install() {
-   emake 

[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gcrypt/

2020-02-12 Thread Sergei Trofimovich
commit: 445fa4f889c158c0c3345e9c2df21381cb0ab7df
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:22:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445fa4f8

dev-scheme/guile-gcrypt: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-scheme/guile-gcrypt/Manifest  |  2 --
 dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild | 30 -
 dev-scheme/guile-gcrypt/guile-gcrypt-0.2.0.ebuild | 33 ---
 3 files changed, 65 deletions(-)

diff --git a/dev-scheme/guile-gcrypt/Manifest b/dev-scheme/guile-gcrypt/Manifest
index e29b532f261..c3028c6a0ff 100644
--- a/dev-scheme/guile-gcrypt/Manifest
+++ b/dev-scheme/guile-gcrypt/Manifest
@@ -1,3 +1 @@
-DIST guile-gcrypt-0.1.0.tar.gz 47119 BLAKE2B 
f0d135ae0eeecd324d51ebfcb2fd9c131e57c9d822f0729e0cddde05fe4c4df6d854e1394a4ef5361e046f10279e60a10c781e0df2432ec4034d62631a0c2619
 SHA512 
90934b2347cc94a59537e34b07608a8678ed3af4ce62b42f0659eb3bca4290a2707b2c166a50a16422cb17d03d2a1a3fa59a203404c1b05b0d02cb753f367c52
-DIST guile-gcrypt-0.2.0.tar.gz 50993 BLAKE2B 
427a950da7eb433ea7475956504a423714717e4e7896906eccc84c3a94261e3c93dc24e75ddcbb1f0cee9a7bc7054021e0d6673d11ca9fe5aed7ebcaa5c30ff4
 SHA512 
82a86dcdf9fb09125203fbcfc3d43cf0afbd9ebfb8f889c7c602d8534a37136bb555d4b7920e7964468c6fdbfdc0f242dcd3c0fe42490c552a8013c1a6638552
 DIST guile-gcrypt-0.2.1.tar.gz 51129 BLAKE2B 
adb597bca654ac57b27f18cdd391edacb98e200ce274907494d6e4c7052f3cda093281d8e27e2bab0fbf9b572b17fc9bd90c8a8275d61144c8becadc6d7c8c07
 SHA512 
c5de73f204f55b337b097ab6205f389c580b2ff825a672f3d042b2d74ca9a8038952d0c656e9def0d441075764cf4c937f648fa8c9bd598fa7efea2b5542559c

diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild 
b/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
deleted file mode 100644
index e377731108c..000
--- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Guile bindings of libgcrypt"
-HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt;
-SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-scheme/guile-2.0.11:=
-   dev-libs/libgcrypt:0=
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   default
-
-   # upstream tag on top of source tree. has no autogenerated files
-   eautoreconf
-}

diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.0.ebuild 
b/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.0.ebuild
deleted file mode 100644
index 05bb44f4372..000
--- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Guile bindings of libgcrypt"
-HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt;
-SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-scheme/guile-2.0.11:=
-   dev-libs/libgcrypt:0=
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   default
-
-   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
-   find "${S}" -name "*.scm" -exec touch {} + || die
-
-   # upstream tag on top of source tree. has no autogenerated files
-   eautoreconf
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: c9e67a2818a118b3a76dfbac61c4900f9cc460aa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:28:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e67a28

dev-lang/jwasm: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/jwasm/Manifest  |  1 -
 dev-lang/jwasm/jwasm-2.11a-r1.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/dev-lang/jwasm/Manifest b/dev-lang/jwasm/Manifest
index 37dd1e7dd0d..e2626ac8ea5 100644
--- a/dev-lang/jwasm/Manifest
+++ b/dev-lang/jwasm/Manifest
@@ -1,2 +1 @@
-DIST JWasm211as.zip 1004993 BLAKE2B 
725489690048b049c7fec5f2c54b89a746ee1c825d44e6f4f912f568b737c8ad996e55dba112132e685665b4d47aadd0324b2e9480d421c497bc21abbb85d015
 SHA512 
3e48e09955ccf8e641b36f54c93c3f36b275a0e662013a17dfd1f52a3e2872eff54be869596d0e72bdb2cc7e59c8fd1dee13477bf89a59bba4b212959cff9006
 DIST jwasm-2.13.tar.gz 578365 BLAKE2B 
8c6fbe3e6cb56c0fe8135c30c629534d2b6e2a2ed534249834e0e2674bf6635cb15ab94d4fa05c5378cb0db8569ddc3ba49d2d7c9615b7ddb769cba1a2d5b715
 SHA512 
03f80f4a74b39c6093f5cd5334364f7458836a52ad01279c95683e7053cb4211c40235e16f6f2ee40bc7316dcd8a4fbcb57bf3606d31249d96d01933a8aa0563

diff --git a/dev-lang/jwasm/jwasm-2.11a-r1.ebuild 
b/dev-lang/jwasm/jwasm-2.11a-r1.ebuild
deleted file mode 100644
index 2de5e5e9d2b..000
--- a/dev-lang/jwasm/jwasm-2.11a-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-# 2.10 -> 210s
-MY_PN=JWasm
-MY_PV="$(ver_rs 1 '')s"
-MY_P="${MY_PN}${MY_PV}"
-
-DESCRIPTION="MASM-compatible TASM-similar assembler (fork of Wasm)"
-HOMEPAGE="https://sourceforge.net/projects/jwasm/;
-SRC_URI="mirror://sourceforge/${PN}/JWasm%20Source%20Code/${MY_P}.zip"
-LICENSE="Watcom-1.0"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=""
-DEPEND=""
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-PATCHES=("${FILESDIR}"/${PN}-2.11-types-test.patch)
-
-src_prepare() {
-   default
-
-   # don't strip binary
-   sed -i GccUnix.mak -e 's/ -s / /g' || die
-}
-
-src_compile() {
-   emake -f GccUnix.mak CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
-   dobin GccUnixR/jwasm
-   dodoc *.txt Doc/*.txt
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: d8cf5c09ad9dfe63f3ba2be35e4362ec6297df1f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:20:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cf5c09

dev-util/shards: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/shards/Manifest|  2 --
 dev-util/shards/shards-0.7.2.ebuild | 24 
 dev-util/shards/shards-0.8.1.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index 181f0b973a3..91732a057bf 100644
--- a/dev-util/shards/Manifest
+++ b/dev-util/shards/Manifest
@@ -1,3 +1 @@
-DIST shards-0.7.2.tar.gz 30398 BLAKE2B 
bf89f978cf9d4687902a8de4222f2c2121a52574c7f1ce46130a97c5770889693efc5d3fcc35208d6b1f23930f83fb98ba8f10391920ff0418c6d28eb810d6a8
 SHA512 
a99648ae292095278578e47971b556a0da90743db62689a76aae9eab986ad2185ad7adc13c4340f12fce835c5383d8aac93e35258d01fa658e521314eafaf942
-DIST shards-0.8.1.tar.gz 31388 BLAKE2B 
3442faad4a9a1bc4fed9193b7e17369913025f0c1be840de15d563a3da4f3638884ac2dbfd0610dafec5af0680f39e9983f076962c2a1167e3ebd39c4b1eeb4a
 SHA512 
c0a8a8531a37e033c6d96ac36dd30dcd3d005c6b1bd7c94dbeee7f6ea9b34a08ab2e14b826c3c18f60dca991f60ec6780df090cafc32403a7272e39dc07e99df
 DIST shards-0.9.0.tar.gz 41280 BLAKE2B 
a74ab96489c804da3017dc683295d1fc16ba30248015af9deccdcf52a09301f665d4848822419d263d2301969c484fae288eff63e281bd4841b1fd101c5d5383
 SHA512 
a06579f1a96cea1fb1ba97c17ae4529439fb7c54572e74b4969921b1a987a1e1be9c9eb8569db94fd4cb4adc098b3085abfd2a6f7015da7f39611a1774d30022

diff --git a/dev-util/shards/shards-0.7.2.ebuild 
b/dev-util/shards/shards-0.7.2.ebuild
deleted file mode 100644
index 43d89d4cedb..000
--- a/dev-util/shards/shards-0.7.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dependency manager for the Crystal language"
-HOMEPAGE="https://github.com/crystal-lang/shards;
-SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   >dev-lang/crystal-0.11.1[yaml]
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT=test # missing files in tarball
-
-src_install() {
-   dobin bin/${PN}
-   dodoc README.md
-}

diff --git a/dev-util/shards/shards-0.8.1.ebuild 
b/dev-util/shards/shards-0.8.1.ebuild
deleted file mode 100644
index 43d89d4cedb..000
--- a/dev-util/shards/shards-0.8.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dependency manager for the Crystal language"
-HOMEPAGE="https://github.com/crystal-lang/shards;
-SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   >dev-lang/crystal-0.11.1[yaml]
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT=test # missing files in tarball
-
-src_install() {
-   dobin bin/${PN}
-   dodoc README.md
-}



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-git/

2020-02-12 Thread Sergei Trofimovich
commit: 079d159216fd7eb1720b018d75db9aca91842cbd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:22:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079d1592

dev-scheme/guile-git: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-scheme/guile-git/Manifest  |  1 -
 dev-scheme/guile-git/guile-git-0.0.20171110.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-scheme/guile-git/Manifest b/dev-scheme/guile-git/Manifest
index 1b65940e754..c809e13d6b6 100644
--- a/dev-scheme/guile-git/Manifest
+++ b/dev-scheme/guile-git/Manifest
@@ -1,2 +1 @@
-DIST guile-git-0.0.20171110.tar.gz 269708 BLAKE2B 
89095fcf666fdb4810e44155829413c3878c783d66d7b60416b9535f57edf27719515c22d9e15e07dbfe0976613fb5ca323ea0559b5a0533f1818b87d248db87
 SHA512 
b542c6ac30f596599ffa05074be7f71407a062ea3b23e80153894d13220f7935711abf74060bb0cea5e9c46b12492ee78c6914d4a15227bd393b3a833edf4fe9
 DIST guile-git-0.2.0.tar.gz 262570 BLAKE2B 
5e2f326ab3afd23acb552cddf0175094f3efa817337b06219e048766b63df2a27a8fea38866452cc3137367410cfa6b9d4f7075f0586c4f8c429a5715dc194d1
 SHA512 
b5267130516db995132ff5bb5a19a68ccb3483d8ba5dff1a886a8acf4ecb43adf033638e59032b7a244eb4e35f72def3f40d7d071395154416e08dd5be86edf3

diff --git a/dev-scheme/guile-git/guile-git-0.0.20171110.ebuild 
b/dev-scheme/guile-git/guile-git-0.0.20171110.ebuild
deleted file mode 100644
index ac4a2d6d25a..000
--- a/dev-scheme/guile-git/guile-git-0.0.20171110.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Guile bindings of git"
-HOMEPAGE="https://gitlab.com/guile-git/guile-git;
-SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz;
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-scheme/guile-2.0.11:=
-   dev-scheme/bytestructures
-   dev-libs/libgit2:=
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] proj/eselect-php:master commit in: src/

2020-02-12 Thread Michael Orlitzky
commit: 5c56663ce61eba748ab0f6dce1588593d531fe5b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Feb 12 22:28:28 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb 12 22:30:10 2020 +
URL:https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=5c56663c

src/php.eselect.in.in: remove old pre-php-7.x compatibility code.

The comments told me to remove this code after a while. I trust myself.

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

 src/php.eselect.in.in | 34 --
 1 file changed, 34 deletions(-)

diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in
index 889f541..290d2ff 100644
--- a/src/php.eselect.in.in
+++ b/src/php.eselect.in.in
@@ -467,7 +467,6 @@ set_sapi() {
# place here, in set_sapi(), since otherwise it can get skipped by
# e.g. the update_sapi() function.
if [[ "${sapi}" == "apache2" ]]; then
-   apache2_php5_config_check
write_mod_php_conf "${target_name}"
echo "Please restart apache for the changes to take effect."
elif [[ "${sapi}" == "fpm" ]]; then
@@ -476,28 +475,6 @@ set_sapi() {
 }
 
 
-# Check to see if the user is still using the old-style apache
-# configuration with -DPHP5 and 70_mod_php5.conf. If he is, warn him
-# that it is outdated, and that his eselect choices will not have any
-# effect until the configuration is updated.
-#
-# This can be removed after around a year.
-#
-apache2_php5_config_check() {
-   if [ -f "${EROOT}/etc/apache2/modules.d/70_mod_php5.conf" ] ; then
-   local msg
-   write_warning_msg "The apache2 configuration has changed in 
this"
-   write_warning_msg "version of eselect-php. You should define 
\"-D PHP\""
-   write_warning_msg "and not \"-D PHP5\" for apache. The module 
is now"
-   write_warning_msg "loaded by 70_mod_php.conf (was 
70_mod_php5.conf)."
-   write_warning_msg "After you have changed \"-D PHP5\" to \"-D 
PHP\", "
-   write_warning_msg "you should remove 70_mod_php5.conf to 
eliminate"
-   write_warning_msg "this warning. Until you have done so, your 
eselect"
-   write_warning_msg "choices for apache2 will have no effect."
-   echo
-   fi
-}
-
 ## set action
 
 describe_set() {
@@ -608,17 +585,6 @@ do_cleanup() {
for sapi in $MODULES ; do
cleanup_sapi "${sapi}"
done
-
-   # Remove older (and dead) apache2 symlinks. These days the symlink
-   # is called mod_php.so. This cleanup code can be removed after a
-   # while, after we think most people will have switched to the new
-   # symlink and removed the old one.
-   for link in "@LIBDIR@"/apache2/modules/libphp[57].so; do
-   if [[ -L "${link}" && ! -e "${link}" ]] ; then
-   rm -f "${link}" || die "failed to remove old libphp.so 
symlink"
-   echo "Removed broken symlink ${link}."
-   fi
-   done
 }
 
 ## list-modules action



[gentoo-commits] proj/vdr/devel:master commit in: media-tv/oscam/

2020-02-12 Thread Jörg Bornkessel
commit: 2b04e42f2ee24891151e92c2862a3f26fe7c9206
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 22:20:41 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 22:20:41 2020 +
URL:https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=2b04e42f

media-tv/oscam: migrate to git-r3.eclass

Closes: https://bugs.gentoo.org/709226
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Manifest-Sign-Key: 0x68C51DE6D770E4A6!
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-tv/oscam/Manifest  | 18 +-
 media-tv/oscam/oscam-.ebuild |  8 
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/media-tv/oscam/Manifest b/media-tv/oscam/Manifest
index 77e7f0a..17991bb 100644
--- a/media-tv/oscam/Manifest
+++ b/media-tv/oscam/Manifest
@@ -9,20 +9,20 @@ DIST 2780c48789c8e1427df4078ea9b06e0b51594bbc.tar.gz 1140307 
BLAKE2B f6f1cda080c
 DIST 563fbe362bbe9f7a1f8b03f1c66eebd8c53e1c94.tar.gz 1096713 BLAKE2B 
95c0cc05b7ac36f519a135f1457d2b2bc97ea339953f007ecd309a59427decf5aad2d2df51fd6c6f479c108aeb965113e71f3bc301e2bed7f7a815a06f7e5352
 SHA512 
439accb6a5ab416af0aebe7f564cfd6ac5760051190379289ebeea7d8695650cfc3437027f4447092958d90d31849443d64d6db0b91835b4f9253673a5e8f24e
 EBUILD oscam-1.20_p20150429.ebuild 5343 BLAKE2B 
301398e27157a94bef99121f3b5b7ac231977cb46e95205bff369c63a10ef4160bd118ed6c174a205694f0d1b16f9e2796387ac7655bf62a4bfd59b92d65dc6c
 SHA512 
a7a86e424c6f8942b830e1d1e946d6fe7c153d54a872c498708f84cdfe110e3cf2ebe571f6acff1b909f95f42e7bb2516f8c7f6f06c37594dabf81256c22afc8
 EBUILD oscam-1.20_p20151228.ebuild 5343 BLAKE2B 
bf7a7a801dfce91c03a889472997aa03c37dbbe3051ffe23da6d88b1f95409a6c71be84dc9371e4775713ffcf760732f83f9416cef4c00fd7064e92e62fdee4c
 SHA512 
df113dedf36b0f3a425f2e7a7b16fb0da8382847f613be46a66a0699baf6c581b4585b307b83c5f142e88777f83b41f67d85cbb8fc6066a370476f350723996f
-EBUILD oscam-.ebuild 5794 BLAKE2B 
8c1881014b7ce1f3117cec865160ea915f619f5b59bdda58995e53d91b905ba7328d065329469fddeecf396c7ba862338cec1677ecc40712cd3c72534027ab50
 SHA512 
2170d1007f3f610fd9cb5e15e29f0b57043302413d33a8b04098c4ccb6114b99c73df3e1f4e18f572edb2091a61437ad34133ed678f360761807ddb32284e9e3
+EBUILD oscam-.ebuild 5796 BLAKE2B 
4e4ceea56de00d37e1b2a7e0f99bad68976ceefd421187f72141f6753fdee1b6cc909bbe1679e090516209527002085eb857b973778fc1b65166740c0e8cebfa
 SHA512 
5ea50e34170270dc3d2804c75cda4e6d461fdb0b83a9afd5c749c8a0949a57e2d3729205550a3f2a1c50158af5b05df1482de10b6c2fd3489d7645e4c0a0fcd5
 MISC metadata.xml 1980 BLAKE2B 
fc2b026c3282afb0a12c51876a7bd4c5a4541dadc71c77c7019947a25dac444793db9d9f14d86df93fd44e462068f78c4ab9787d495a1fc6fe0fd8da95ee87b0
 SHA512 
d7acfa11e515a9f3dd035112391558d982c2ff9bfe1055d2b853570485ad93e009d90e24a6115b5f35f6fc082047b08f220e706baddd8a274b2eed8e5b9a6fb2
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 Comment: Signed-off-by: Jörg Bornkessel 
 
-iQGTBAEBCAB9FiEEmjwdqGe+yMep/PbRaMUd5tdw5KYFAl31kz5fFIAALgAo
+iQGTBAEBCAB9FiEEmjwdqGe+yMep/PbRaMUd5tdw5KYFAl5EejRfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDlB
 M0MxREE4NjdCRUM4QzdBOUZDRjZEMTY4QzUxREU2RDc3MEU0QTYACgkQaMUd5tdw
-5Kbvtwf9F1ikyCdQL5hIM2hNKAkNrPnIa5fqp33hjiGfavRma5KsLov4QHan1KWP
-66WoaWy83o2zjfuDfQ07Bw194zURtkPLn1hSmha7VL8syO55m6OcWrz+D3YKXZsM
-KdSJvp3uAwIf8GvcxpSiHZEl+Yp2X8Xxf1R/wRqbPxWz/kBfmkf4bq+yYeSsdbaX
-w+hGC52aYhjGQIBA9NANu0lyaPctlPhvF0m9ny+HcUBPeWiWL0EhviWrMqMNKjlx
-zdm/71lSav/MU/7Z6HX0KG8pVtShKaqcumSZ5d34fKJNMH+6OAtzQ4+TebGsjcIA
-ckgVyg1T9H8bvK4KQT6l3kAuUN1mzQ==
-=dNda
+5KYlVAgAod9fCEdekHlPvD5LnxnVmGd+hllbOrV2bWbKoCU65mGCOYkVBaUTitht
+Gvhmwrlzg9YhGXblL8wL6lJHrY2LEDItsNsn54EDMUjuNPamsArW5xs0bUNoKpfM
+Zzk7gLaBD8AYUw/dRXm0fA78BmgLA6nTy0C2upbyD8wPRmK1TrJwFv4MQZ6vw5xA
+Fuk1JSQXDnp+wQZ51Cji0gq0W01Rz0wTFNnq+VrYRxSk8ltmykStOzLzDzOApnbN
+BOPeyj5y+/mCrBs6yv4uTiGqZRb/z6E69I4ZpuCno+vBixL7BGM5oGh3Vb+iePdB
+XivzNbhfCIjO/XHxoGNvNMslqOqgBw==
+=bWVQ
 -END PGP SIGNATURE-

diff --git a/media-tv/oscam/oscam-.ebuild b/media-tv/oscam/oscam-.ebuild
index 800771e..c957217 100644
--- a/media-tv/oscam/oscam-.ebuild
+++ b/media-tv/oscam/oscam-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,8 +16,8 @@ if [ "${OSCAM_VCS}" == "svn" ] ; then
inherit subversion

ESVN_REPO_URI="${OSCAM_ESVN_REPO_URI:-http://streamboard.de.vu/svn/oscam/trunk};
 else
-   inherit git-2
-   EGIT_REPO_URI="${OSCAM_EGIT_REPO_URI:-git://github.com/gfto/oscam.git}"
+   inherit git-r3
+   
EGIT_REPO_URI="${OSCAM_EGIT_REPO_URI:-https://github.com/gfto/oscam.git};
 fi
 
 DESCRIPTION="OSCam is an Open Source Conditional Access Module software"
@@ -78,7 +78,7 @@ RDEPEND="dev-libs/openssl
 
 RESTRICT="mirror strip"
 
-S="${WORKDIR}/${PN}"
+S="${WORKDIR}/${P}"
 
 src_prepare() {
if [ "${OSCAM_VCS}" != "svn" ] ; then



[gentoo-commits] proj/vdr/devel:master commit in: media-plugins/xbmc-addon-pvr/

2020-02-12 Thread Jörg Bornkessel
commit: f324d35c9194aa777ba63b48bd4e15b24fe535bd
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 22:05:54 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 22:05:54 2020 +
URL:https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=f324d35c

media-plugins/xbmc-addon-pvr: migrate to git-r3.eclass

Bug: https://bugs.gentoo.org/709226
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Manifest-Sign-Key: 0x68C51DE6D770E4A6!
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/xbmc-addon-pvr/Manifest  | 22 +++---
 .../xbmc-addon-pvr-0.0.1_p20130110.ebuild  | 12 ++--
 .../xbmc-addon-pvr-0.0.1_p20140213.ebuild  | 12 ++--
 .../xbmc-addon-pvr/xbmc-addon-pvr-.ebuild  |  8 
 4 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/media-plugins/xbmc-addon-pvr/Manifest 
b/media-plugins/xbmc-addon-pvr/Manifest
index 0da7597..9bfb008 100644
--- a/media-plugins/xbmc-addon-pvr/Manifest
+++ b/media-plugins/xbmc-addon-pvr/Manifest
@@ -1,22 +1,22 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-EBUILD xbmc-addon-pvr-0.0.1_p20130110.ebuild 773 BLAKE2B 
034a4710322832eb908c1b6de57d6462e83dd22bf488c1171d7c05ae48373fb37c3ef37208a48069edb08c1e1ef259af76ca4002ae041680d354a154cadb8b55
 SHA512 
201526f94f3fae0ec87c53bf6d21b704c1f8d635bfca5364526664fde14bcab8ed1fc8be0fe6c76733b7a000561da126a496e4bd4ebbbe4adadd3cb1f4a9931b
-EBUILD xbmc-addon-pvr-0.0.1_p20140213.ebuild 776 BLAKE2B 
0e3c7a0f3d8e593b133810f871a720b2baacef858423a8d1957b10fb04ed17098c1bf60054a7582e1a8c9bda9fda42ba3553fc162c44eaf67869059d90f7d63d
 SHA512 
ed81283b345043e5d4f5e19492ee74a2e971b873cde9c87dafdbe9a189668d5512ed198be8e610f83622ec5b305e4c8abcc54789e4da66a984cf2c449e96f0bb
-EBUILD xbmc-addon-pvr-.ebuild 696 BLAKE2B 
198df4bb9e5237eab8863ed3a86319e3327582cbe758da0d491e9aa668a9a8d0b6f4fc219ace318f99d2c94994a486f922026e8acc30920f8ca7fbbabbfb5a7c
 SHA512 
4c118890546917b7ebf5a09a31245bc373dad452666fa087b9e3552cef6b5d2e1a55b4bd9c982c216b0f50726a20815ae9a457207c61b203ce70b1b8072b9a7e
+EBUILD xbmc-addon-pvr-0.0.1_p20130110.ebuild 783 BLAKE2B 
abe33b1ea9361f9a284ab0eb0d98799c1610f998b2cfa074ac5d7a9b0656fcca56d626a387db9970837a8f240814ebab4f23b990bf7d6b79a078152f83a9ecc1
 SHA512 
d1cab4f1e8baacea1b8d0d93f4c2668f37311a6bc73f36e5fc17f358c46013ce52b21167b7ac990912690070c9994eff97467bebb0cb3203b22a9113c4bca063
+EBUILD xbmc-addon-pvr-0.0.1_p20140213.ebuild 786 BLAKE2B 
f60f8f4ab550f7a3cbf2ddf20f3aee42a194a909db010e8bf7e57b2fc14916ec4693b2bd6007432f251e5c7fcaa64a07ed8db770a0072a433a393430cd8fccb3
 SHA512 
9b623fb278a48b9966b3f1886f82a7e26e5cec7129e5212c1d4ba9e248bf9bd070db4069dd80fd16d00bde610a032db3f00e68baf787f9f43d8ce0e38d46a637
+EBUILD xbmc-addon-pvr-.ebuild 700 BLAKE2B 
e01f429c08aa04d92ffbc7a3e9612b8fa29eddb98a717467a194e81527cbb96918fccfa00221d84f374747e29b5e44f8851c3f31ee1e2f0da15b2c6d52433095
 SHA512 
0e28fdf918d66bea006f0ed96ec409627109cdcde14593ec036bca7c170b88ca2666b837789f66ab8c0c935abefb1dea993c51bd43017937a266e08ef35e5a25
 MISC metadata.xml 244 BLAKE2B 
a0ec85b14857d1f8919dd64f21c808074438ff1262c9c0b0b19f36bde9dc0883d2e996898875fe2c7f9077998065bc25ba594cb7444803c663532191191d749d
 SHA512 
3f4f345862d76372c73e0bd5427c9eb9da3c2df4d719b5512c5b95e6e01cb3908db7aab4fa3cf363d3d118f6f21f96ecadfc3a8a0810644e1f7c315d170b9082
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 Comment: Signed-off-by: Jörg Bornkessel 
 
-iQGTBAEBCAB9FiEEmjwdqGe+yMep/PbRaMUd5tdw5KYFAl32JvRfFIAALgAo
+iQGTBAEBCAB9FiEEmjwdqGe+yMep/PbRaMUd5tdw5KYFAl5EdrxfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDlB
 M0MxREE4NjdCRUM4QzdBOUZDRjZEMTY4QzUxREU2RDc3MEU0QTYACgkQaMUd5tdw
-5KaDCQf/Y0GzdNPsYR6VAdLbMGzY8hRQRT+Y7354yzmYomEzpqAg4Njhgoeusmoc
-013yw/Hmmvq2FDcjOMdLfpxWa8NX6mVnnrvmDk4WiwIHEsUEakTPTWaEzjNtfCFT
-9u6n3lV0hwN9xAqN37EV6M3auKqCWvtKkEZr8v60n62hZ1+bE+JiKT3pv5Ji+j72
-kcBrbwC8hOIp2j2+ITFdYCI7Hl4Ctx5GIyvhebWep/gS+Qre4E5X2UJ24mpD2NIK
-hMqZKdaE7kxlq2MZ7vBdv2lb+5TlCBr3/upwJtboxQUD5X9JngOF+XHTnrAf5rA0
-C0jyyAwIxKAHhFfgVdhIOIRQEAlUhQ==
-=qWKh
+5KbAjwgAuAgGLYkXmXqAwkdFBdb+Pu9bSurSdojLCqdeEOEfkJR6xz/4kofCOYXz
+45qw+9y/QiUbcIEmpgWxyO3m7yjUprgzHkYLjLDjd6+UYfNWXbiPAJmFkKrfcrqb
+EvOzsB7Ftbgzev5QGrA9OOu71/Cs1KPgApdmnbQSjnDyCBOOdHMskwu0i/ELa6lz
+qe6iBktO07lvx9jWsaF+YwgQ5iR20+hG+BaL8pspR7senjcocwbF0STbhrxl6/iJ
+qcwpwittjG4Jv3+w+zz/7E29SfBAjZMtkGBPLmsGN/AlgJVG71+4NpxV0qJMED6b
+nJSu+Z/pei78aaAFYuBkn+N5U/F+1g==
+=ACzz
 -END PGP SIGNATURE-

diff --git a/media-plugins/xbmc-addon-pvr/xbmc-addon-pvr-0.0.1_p20130110.ebuild 
b/media-plugins/xbmc-addon-pvr/xbmc-addon-pvr-0.0.1_p20130110.ebuild
index 4f2f743..60933e5 100644
--- a/media-plugins/xbmc-addon-pvr/xbmc-addon-pvr-0.0.1_p20130110.ebuild
+++ b/media-plugins/xbmc-addon-pvr/xbmc-addon-pvr-0.0.1_p20130110.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 

[gentoo-commits] proj/vdr/devel:master commit in: media-plugins/vdr-softhddevice/

2020-02-12 Thread Jörg Bornkessel
commit: 54bdbd72bfb9a370fbeec19e62c64a58767f30d6
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 21:37:56 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 21:37:56 2020 +
URL:https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=54bdbd72

media-plugins/vdr-softhddevice: migration to git-r3.eclass

Bug: https://bugs.gentoo.org/709226
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Manifest-Sign-Key: 0x68C51DE6D770E4A6!
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-softhddevice/Manifest| 18 +-
 .../vdr-softhddevice/vdr-softhddevice-.ebuild  |  6 --
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/media-plugins/vdr-softhddevice/Manifest 
b/media-plugins/vdr-softhddevice/Manifest
index b16255c..c2b723b 100644
--- a/media-plugins/vdr-softhddevice/Manifest
+++ b/media-plugins/vdr-softhddevice/Manifest
@@ -5,20 +5,20 @@ AUX confd-0.6.0 2977 BLAKE2B 
3269f1c4239d8ccd8898f0a29e5f3fccd2405d35637f9712228
 AUX rc-addon-0.6.0.sh 1741 BLAKE2B 
bae823af2e1189715a80783c83bb1f8a5beb86bc191ea2506b3636f03e213c18bb4efb45620203928b42a3ec26c30b20a29404cc4c260bae0699fa8906f72af7
 SHA512 
823f39eb857b605995a3982ec7ee465ed6935c3b81d4f167e3d24179f35469af6e79a76c159556c2f0b7e5321dd3bc099ca616f4d3558c7885932ce0f3cfc651
 DIST vdr-plugin-softhddevice-5dc5601576c617516ec41c9c4899d3e18c0cc030.tar.bz2 
143160 BLAKE2B 
14c19663b77bad68acfa0b385648b4836316a14392714dffd6fd6299ea2dc5862f47bd7d86577f79bcb2f0c1fd3422263d9445598d3b0d8348878f49050c1a1a
 SHA512 
7d26ef43a200a35c7d12a3bc5f0c52132a3365390f4f17f75f59a288502b2fdfedcd22090ec0e12e273ba146f53f4026255694aae60f942c12a084c37f0cdb9b
 EBUILD vdr-softhddevice-0.6.1_p20151001.ebuild 1810 BLAKE2B 
4f677d9151c88dd8e3ef27e92d3ddaffb89f9820de658c0cf2b23aea51d05e6cfb50e80073f1e69c781c3cd81dccbe6a7fe9f9a5286cab82dc330fa01e020257
 SHA512 
e3e454c710bcb6cc28f06a94afa09b7b71b79cf6c2219762abee5dcc0130460dae54d3671a062cd7aa6ae7bf2d72f10fd5898005dc32dc9daafb6714a2d2a389
-EBUILD vdr-softhddevice-.ebuild 1699 BLAKE2B 
1524851dd8be5d5f1701fa1f3c9b5f2bb20ab1a004ddac1a46c69d1367ffc461f93de7def1a52cc35da440da0f2af33d715e2cce9128039055d1e10bea43de84
 SHA512 
630e30edce0be676aa0e91799d84b918642de34fbb3e23b248ca98b40b2d2c18e15bd2f0911ea0bccc55c42398de46af7da80cb49985fb75162348f6f9f5d1fb
+EBUILD vdr-softhddevice-.ebuild 1721 BLAKE2B 
89a6da4c362641428bd234203f44e4bf9599328c854e5a9717750ba3ca2338a8961db92e5e1c8b9379ddb86f6249378db5041d9d2157f9632ee0a7aedc8c8a1c
 SHA512 
cd2502851c0ff0952bff8341679fd69bb634b3883cfa283d4ef8b76e15626ce06b8c89715d70b4179ba95b046a73abc8d11bbba2833bcfbd312cf5fce358
 MISC metadata.xml 616 BLAKE2B 
564e0d0c23a97879a397aaf28069b152d891fd9786bf72b16ff5e57e4776d24c4243235ffec9ace9fa08a5b9959c9af7afddbcbc782841db66cd19177553
 SHA512 
1b606e5b36dbdae71346133a556d042b31c643828272dd7b53066240046ad9c1b25b2d275398314dc29ca0b19fad07b93a6b7177feeb6bf2e000fe7b1efabfd4
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 Comment: Signed-off-by: Jörg Bornkessel 
 
-iQGTBAEBCAB9FiEEmjwdqGe+yMep/PbRaMUd5tdw5KYFAl32JvNfFIAALgAo
+iQGTBAEBCAB9FiEEmjwdqGe+yMep/PbRaMUd5tdw5KYFAl5EcC9fFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDlB
 M0MxREE4NjdCRUM4QzdBOUZDRjZEMTY4QzUxREU2RDc3MEU0QTYACgkQaMUd5tdw
-5KbqzQf/b3tgr6sMfGrH1zql3fkjOQ9cnEXMYpcnb+yWbn1bbZC+f5l1N2E6uv8k
-s58KC59uDoA1oHXoJ2N59QwcAl3qVGgFmvMcGF42Tp+m3v05UbLhk54g941F50uS
-YHaDDUhMU5shpCjRT3twKiVqzD6qxuKHItmBc1RTOQrl7dfK10lYK0cU2+kgPl/R
-zZmCGTFUzM9YG2g9rO+Grq9GgzEoeXW0BTUpkn3DDJEqHUSti2rFDD7/xBbaOQ/h
-vhijxZMk/HpvcZW4zm06mb1IOScMKJINI2GMViobKbTAs48GAABIJBXUHczimMc0
-00BQBrvG87dlv2/BtSi7l5oCS5+Qzg==
-=R8/R
+5KZkrgf/XHoDgGfygqH4UAIpKt4THZAt2nCbWGC+zy36veDMXoHlN5sMPyfvrVwF
+2J/DfWgm97zFgiq06GULYkyySu0VkgCmA8WTISLWfZQf/8vvLdSXr+Z4pju8S7QA
+jhgtQ0ymhOKC2ClY+RLJ51NTiSZOgvXVWj6hZum7D76KHPQ5YhNDDzZsC6JvNK7z
+uoNg4ql8mD8+t0w1zAc1RpsQlwlEQjG6fsGkqTljcYmA/Es2INapk9jCFy/lW3ek
++eKaXWzNgJciFHVn3XmQ5+8z1DbzG8M7qPhpG4L9M4u05Og/WyeOitHnfpvGyUEl
+eXFjFoKSMFGU6gwAJ6txKUshupE0Qg==
+=8I2e
 -END PGP SIGNATURE-

diff --git a/media-plugins/vdr-softhddevice/vdr-softhddevice-.ebuild 
b/media-plugins/vdr-softhddevice/vdr-softhddevice-.ebuild
index 2d0201f..67b3378 100644
--- a/media-plugins/vdr-softhddevice/vdr-softhddevice-.ebuild
+++ b/media-plugins/vdr-softhddevice/vdr-softhddevice-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit vdr-plugin-2 git-2
+inherit vdr-plugin-2 git-r3
 
 RESTRICT="test"
 
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
x11-libs/xcb-util"
 
+S="${WORKDIR}/${P}"
+
 REQUIRED_USE="opengl? ( vaapi )
|| ( vaapi vdpau )
|| ( alsa oss )"



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

2020-02-12 Thread Pacho Ramos
commit: 0f3d927c6122e0e4ea8c0a9597e60aff876e920d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Feb 12 22:11:53 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Feb 12 22:11:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3d927c

sci-visualization/grace: Drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-visualization/grace/Manifest   |   1 -
 sci-visualization/grace/grace-5.1.23-r1.ebuild | 110 -
 sci-visualization/grace/grace-5.1.23.ebuild| 110 -
 3 files changed, 221 deletions(-)

diff --git a/sci-visualization/grace/Manifest b/sci-visualization/grace/Manifest
index a1e8b782fbc..2814e718975 100644
--- a/sci-visualization/grace/Manifest
+++ b/sci-visualization/grace/Manifest
@@ -1,4 +1,3 @@
-DIST grace-5.1.23.tar.gz 2501364 BLAKE2B 
805edb081b008a43a37a03666704b149d6edf5d9d2e6313102a0e9ccda3bd7b4a0a79616d7f7df5061d7bc5f48afe0334942b8862483488dc866f7594b0596a4
 SHA512 
84b75639a5065fb0a39204b55e82471be90d78b22530e541a4e58cb5bcd94a59d51e91da38d9fecb9c23e21744c0c3b31bb9db4fd26c656233a19cffd1eef7d3
 DIST grace-5.1.25.tar.gz 2957689 BLAKE2B 
f46032c92aa2ed2484ca05c0eb858f47adfa88517e7d06c0d95a6d23c044356edfc52b9a7566a625ef5f4a1a4b5450b0ce065a94ba15c59fb8395d53c85872c9
 SHA512 
9ea68483af1dfc98d217ae730b7a51b66deae5aaa8dfda29d5a3337ed4b5728b45aa03f561bf7d4173e73d6af8dee03cbabd95c0c8dd36999303c89451a3728a
 DIST grace.png 338 BLAKE2B 
3a109acd9e44929b9efe1fd6b707459b71cfbb601b98a00619096becff8d89fb46f2fe34f4a5c5974b125b4bed9b5f2452fee669627146ba00976dd43a7778b0
 SHA512 
804a693b867ad63f34964c7388f61719c558d253cb2c7bc7b6bd0647ad9b3ddc6b23d3950091b6804e4a94736f024486cf3dcce5f877135def34712ee95e4031
 DIST grace.png.tar 10240 BLAKE2B 
3e99cd04a92b547ed5440475363b140d0183c92d1865f0b4564890f705a87df4e55624d681fa77408948a841eac4358465e49e65fa02615e31ec54ffb84f059d
 SHA512 
e94970b92894e58fd481d2f81e615c38b77fab7039985516a2ad9b2bb2bb7a82f4e3e8cdb639e7c0d55eaad6bf8abc636a342c94a356e3bd0520824252faddcf

diff --git a/sci-visualization/grace/grace-5.1.23-r1.ebuild 
b/sci-visualization/grace/grace-5.1.23-r1.ebuild
deleted file mode 100644
index 74c9a9f993c..000
--- a/sci-visualization/grace/grace-5.1.23-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-FORTRAN_NEEDED=fortran
-
-inherit eutils fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="Motif based XY-plotting tool"
-HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/;
-SRC_URI="
-   http://pkgs.fedoraproject.org/cgit/grace.git/plain/grace.png
-   https://dev.gentoo.org/~jlec/distfiles/${PN}.png.tar
-   ftp://plasma-gate.weizmann.ac.il/pub/${PN}/src/stable/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="fortran fftw jpeg netcdf png"
-
-DEPEND="
-   media-libs/t1lib
-   media-libs/tiff:0
-   sys-libs/zlib
-   >=x11-libs/motif-2.3:0
-   x11-libs/xbae
-   fftw? ( sci-libs/fftw:2.1 )
-   jpeg? ( virtual/jpeg:0 )
-   netcdf? ( sci-libs/netcdf )
-   png? ( media-libs/libpng:0= )"
-RDEPEND="${DEPEND}
-   x11-misc/xdg-utils"
-
-pkg_setup() {
-   fortran-2_pkg_setup
-   tc-export CC AR
-}
-
-src_prepare() {
-   # move tmpnam to mkstemp (adapted from debian)
-   epatch "${FILESDIR}"/${PN}-5.1.22-mkstemp.patch
-   # fix configure instead of aclocal.m4
-   epatch "${FILESDIR}"/${PN}-5.1.21-netcdf.patch
-   # fix for missing defines when fortran is disabled
-   epatch "${FILESDIR}"/${PN}-5.1.21-fortran.patch
-   # fix a leak (from freebsd)
-   epatch \
-   "${FILESDIR}"/${PN}-5.1.22-dlmodule.patch \
-   "${FILESDIR}"/${PN}-5.1.22-ldflags.patch
-
-   # don't strip if not asked for
-   sed -i \
-   -e 's:$(INSTALL_PROGRAM) -s:$(INSTALL_PROGRAM):g' \
-   {auxiliary,grconvert,src}/Makefile || die
-
-   sed -i \
-   -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \
-   -e "s:\$(GRACE_HOME)/lib:\$(PREFIX)/$(get_libdir):g" \
-   -e 's:$(GRACE_HOME)/include:$(PREFIX)/include:g' \
-   -e 's:$(PREFIX)/man:$(PREFIX)/share/man:g' \
-   Makefile */Makefile || die "sed failed"
-
-   sed -i \
-   -e 's:bin/grconvert:grconvert:' \
-   -e 's:auxiliary/fdf2fit:fdf2fit:' \
-   gracerc || die
-}
-
-src_configure() {
-   local myconf
-   if use fortran; then
-   myconf="--with-f77=$(tc-getFC)"
-   else
-   myconf="--without-f77"
-   fi
-
-   # the configure script just produces a basic Make.conf
-   # and a config.h
-   econf \
-   --disable-pdfdrv \
-   --disable-xmhtml \
-   --without-bundled-xbae \
-  

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

2020-02-12 Thread Pacho Ramos
commit: 7320c400764ee206fe13585b337f7fd28fb2642d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Feb 12 22:11:11 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Feb 12 22:11:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7320c400

sci-visualization/grace: Apply Debian fixes/patches

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-visualization/grace/Manifest   |   1 +
 sci-visualization/grace/grace-5.1.25_p7.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/sci-visualization/grace/Manifest b/sci-visualization/grace/Manifest
index 144b683f3c5..a1e8b782fbc 100644
--- a/sci-visualization/grace/Manifest
+++ b/sci-visualization/grace/Manifest
@@ -2,3 +2,4 @@ DIST grace-5.1.23.tar.gz 2501364 BLAKE2B 
805edb081b008a43a37a03666704b149d6edf5d
 DIST grace-5.1.25.tar.gz 2957689 BLAKE2B 
f46032c92aa2ed2484ca05c0eb858f47adfa88517e7d06c0d95a6d23c044356edfc52b9a7566a625ef5f4a1a4b5450b0ce065a94ba15c59fb8395d53c85872c9
 SHA512 
9ea68483af1dfc98d217ae730b7a51b66deae5aaa8dfda29d5a3337ed4b5728b45aa03f561bf7d4173e73d6af8dee03cbabd95c0c8dd36999303c89451a3728a
 DIST grace.png 338 BLAKE2B 
3a109acd9e44929b9efe1fd6b707459b71cfbb601b98a00619096becff8d89fb46f2fe34f4a5c5974b125b4bed9b5f2452fee669627146ba00976dd43a7778b0
 SHA512 
804a693b867ad63f34964c7388f61719c558d253cb2c7bc7b6bd0647ad9b3ddc6b23d3950091b6804e4a94736f024486cf3dcce5f877135def34712ee95e4031
 DIST grace.png.tar 10240 BLAKE2B 
3e99cd04a92b547ed5440475363b140d0183c92d1865f0b4564890f705a87df4e55624d681fa77408948a841eac4358465e49e65fa02615e31ec54ffb84f059d
 SHA512 
e94970b92894e58fd481d2f81e615c38b77fab7039985516a2ad9b2bb2bb7a82f4e3e8cdb639e7c0d55eaad6bf8abc636a342c94a356e3bd0520824252faddcf
+DIST grace_5.1.25-7.debian.tar.xz 108904 BLAKE2B 
17265969d0501e1b1306733178a680b93d1d5fa96d63df4c14e5b3cba70b68d44d90a77d6ec0aa5243c2a79048bb75aedefeae1a2bab551a6315d253ee831735
 SHA512 
2fa34337858454c8a28b666fccb7157e9c4895b828f25171c4c6b68316abbf6d4bc54032f1de01ccb6b86068f7059ae2462d18b4a273341f588f49fc35f1bb61

diff --git a/sci-visualization/grace/grace-5.1.25_p7.ebuild 
b/sci-visualization/grace/grace-5.1.25_p7.ebuild
new file mode 100644
index 000..b3869610988
--- /dev/null
+++ b/sci-visualization/grace/grace-5.1.25_p7.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+FORTRAN_NEEDED=fortran
+
+inherit desktop fortran-2 toolchain-funcs
+
+DESCRIPTION="Motif based XY-plotting tool"
+HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/;
+SRC_URI="
+   ftp://plasma-gate.weizmann.ac.il/pub/${PN}/src/stable/${P/_p*}.tar.gz
+   
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
+"
+
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="fftw fortran jpeg netcdf png"
+
+DEPEND="
+   media-libs/t1lib
+   media-libs/tiff:0
+   sys-libs/zlib
+   >=x11-libs/motif-2.3:0
+   x11-libs/xbae
+   fftw? ( sci-libs/fftw:3.0= )
+   jpeg? ( virtual/jpeg:0 )
+   netcdf? ( sci-libs/netcdf )
+   png? ( media-libs/libpng:0= )"
+RDEPEND="${DEPEND}
+   x11-misc/xdg-utils"
+
+S="${WORKDIR}/${P/_p*}"
+
+PATCHES=(
+   # fix for missing defines when fortran is disabled
+   "${FILESDIR}"/${PN}-5.1.21-fortran.patch
+   # fix a leak (from freebsd)
+   "${FILESDIR}"/${PN}-5.1.22-dlmodule.patch
+)
+
+pkg_setup() {
+   fortran-2_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # Debian patches
+   for p in $(<"${WORKDIR}"/debian/patches/series) ; do
+   eapply -p1 "${WORKDIR}/debian/patches/${p}"
+   done
+
+   # don't strip if not asked for
+   sed -i \
+   -e 's:$(INSTALL_PROGRAM) -s:$(INSTALL_PROGRAM):g' \
+   {auxiliary,grconvert,src}/Makefile || die
+
+   sed -i \
+   -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \
+   -e "s:\$(GRACE_HOME)/lib:\$(PREFIX)/$(get_libdir):g" \
+   -e 's:$(GRACE_HOME)/include:$(PREFIX)/include:g' \
+   -e 's:$(PREFIX)/man:$(PREFIX)/share/man:g' \
+   Makefile */Makefile || die "sed failed"
+
+   sed -i \
+   -e 's:bin/grconvert:grconvert:' \
+   -e 's:auxiliary/fdf2fit:fdf2fit:' \
+   gracerc || die
+}
+
+src_configure() {
+   tc-export CC AR
+
+   # the configure script just produces a basic Make.conf
+   # and a config.h
+   econf \
+   --disable-pdfdrv \
+   --disable-xmhtml \
+   --without-bundled-xbae \
+   --without-bundled-t1lib \
+   --enable-grace-home="${EPREFIX}"/usr/share/${PN} \
+   --with-helpviewer="xdg-open %s" \
+   --with-editor="xdg-open %s" \
+   --with-printcmd="lpr" \
+   

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

2020-02-12 Thread Zac Medico
commit: b99080c18d19c594a3766ec195456c75fe1ded28
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb 12 21:54:31 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 12 21:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99080c1

dev-python/objgraph: PYTHON_COMPAT+=(python3_8)

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

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

diff --git a/dev-python/objgraph/objgraph-3.4.0.ebuild 
b/dev-python/objgraph/objgraph-3.4.0.ebuild
index ce1394a8597..ac968d18225 100644
--- a/dev-python/objgraph/objgraph-3.4.0.ebuild
+++ b/dev-python/objgraph/objgraph-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-02-12 Thread Andreas Sturmlechner
commit: 1026fe273b5eeb3ac241fca8056011f9d8a94e7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 21:50:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 21:51:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1026fe27

kde-apps/konsole: ColorScheme: Fix DarkBackground Detection

See also: https://invent.kde.org/kde/konsole/merge_requests/65
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=416638
Thanks-to: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../konsole-19.12.2-darkbackground-detect.patch| 27 +
 kde-apps/konsole/konsole-19.12.2-r1.ebuild | 64 ++
 2 files changed, 91 insertions(+)

diff --git a/kde-apps/konsole/files/konsole-19.12.2-darkbackground-detect.patch 
b/kde-apps/konsole/files/konsole-19.12.2-darkbackground-detect.patch
new file mode 100644
index 000..990bad142c3
--- /dev/null
+++ b/kde-apps/konsole/files/konsole-19.12.2-darkbackground-detect.patch
@@ -0,0 +1,27 @@
+From e5b2ada1a6f06e0eea76af1f26ff4c0c4aad8497 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Manuel=20R=C3=BCger?= 
+Date: Thu, 23 Jan 2020 11:00:06 +0100
+Subject: ColorScheme: Fix DarkBackground Detection
+
+Luminance is a value between 0 and 100.
+
+https://bugs.kde.org/show_bug.cgi?id=416638
+---
+ src/ColorScheme.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ColorScheme.cpp b/src/ColorScheme.cpp
+index 1693c22..5d6b408 100644
+--- a/src/ColorScheme.cpp
 b/src/ColorScheme.cpp
+@@ -403,7 +403,7 @@ bool ColorScheme::hasDarkBackground() const
+ const double g = backgroundColor().greenF();
+ const double b = backgroundColor().blueF();
+ rgb2hsluv(r, g, b, , , );
+-return l < 0.5;
++return l < 50;
+ }
+ 
+ void ColorScheme::setOpacity(qreal opacity)
+-- 
+cgit v1.1

diff --git a/kde-apps/konsole/konsole-19.12.2-r1.ebuild 
b/kde-apps/konsole/konsole-19.12.2-r1.ebuild
new file mode 100644
index 000..3e45534a5d5
--- /dev/null
+++ b/kde-apps/konsole/konsole-19.12.2-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.63.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KDE's terminal emulator"
+HOMEPAGE="https://kde.org/applications/system/org.kde.konsole
+https://konsole.kde.org;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+DEPEND="
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kpty-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   X? ( x11-libs/libX11 )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-darkbackground-detect.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}



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

2020-02-12 Thread Zac Medico
commit: 0046d45396bc8f95efecce2b8405a5a909dc654c
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb 12 21:50:56 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 12 21:51:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0046d453

dev-python/graphviz: PYTHON_COMPAT=+(python3_8)

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

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

diff --git a/dev-python/graphviz/graphviz-0.13.ebuild 
b/dev-python/graphviz/graphviz-0.13.ebuild
index cc3d6f3144e..8fa2f2909d3 100644
--- a/dev-python/graphviz/graphviz-0.13.ebuild
+++ b/dev-python/graphviz/graphviz-0.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-02-12 Thread William Hubbs
commit: 3e82a94eecb261166b1cf6008999d19902deb0ad
Author: William Hubbs  sony  com>
AuthorDate: Wed Feb 12 20:48:31 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Feb 12 21:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e82a94e

app-emulation/cri-o: 1.16.3 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-o/Manifest|  1 +
 app-emulation/cri-o/cri-o-1.16.3.ebuild | 97 +
 2 files changed, 98 insertions(+)

diff --git a/app-emulation/cri-o/Manifest b/app-emulation/cri-o/Manifest
index d271f088bf6..26a040d9ef6 100644
--- a/app-emulation/cri-o/Manifest
+++ b/app-emulation/cri-o/Manifest
@@ -2,3 +2,4 @@ DIST cri-o-1.10.6.tar.gz 5161858 BLAKE2B 
bbfaf60c92dee3a9f42e9d4fc9b5482057a7a0f
 DIST cri-o-1.13.9.tar.gz 6685519 BLAKE2B 
5d9e68c7a0ae532e2406e5e47562693cddbc34a8b3ddcab0a7a34509dff8383d1fc255cba634efb186193e5784cc6a7638387ca29e68288af7621b8b25f1a71a
 SHA512 
1541368955c62c697dbd6b850cdf6762a13a7a308f699e3a50dbfe29fbf991f4f47cfcce75bc41745e0c27acb29457ec86d3312ef13341a5d94526865e60eb3e
 DIST cri-o-1.15.1.tar.gz 11811389 BLAKE2B 
2f6e223e2d3964f480e9739ee4808101ae2ca8c0a16eb589d2e3501d370c60694843309b602a4a4b8e16ed97094f97c81ff4f23b542a9536b38f9fe9a97bcd97
 SHA512 
2b9122692d84e8a6832d7172782c41d354185809cd3fa51485f8df8fd1750dd15b2005fbb3bc422f5199daeb32a768e824402c9e95f25593e250bd7ecc07
 DIST cri-o-1.15.2.tar.gz 11861335 BLAKE2B 
159bdf322540c3d49f44b1fc1106d1717706f7817e4621743078dfbb5d9088318d7dda5da54ff94ed43ea58204413d496ffda424ea94ed6fd0c6e090bbba37f0
 SHA512 
d30a27d98537cd73bf341267922b94434958bf5e5d3a26de3af2b7899fd9d860be12a194531f81fb704abed79eac1c5139271fab1e52b994b939dafab00f1cfd
+DIST cri-o-1.16.3.tar.gz 12274620 BLAKE2B 
e297996184e765a89cc68adbb531eb249ad74804b05d233b4730fe56cb530e2d6d7f44ecf6939730a055acff43b0bdec13fd40583fcf003740e6dacc9770d868
 SHA512 
cf3d8748696e14a9fe7bb1f4e4ed5532a84367e1de42da89e1c85c33f249525a42000c74445b1f6859099a43d4076c4078efe5990a7e663795121d54d1ee1354

diff --git a/app-emulation/cri-o/cri-o-1.16.3.ebuild 
b/app-emulation/cri-o/cri-o-1.16.3.ebuild
new file mode 100644
index 000..f0c8df12dba
--- /dev/null
+++ b/app-emulation/cri-o/cri-o-1.16.3.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT=dd73a465144f71031728f0de8439ddda08c98119
+
+inherit go-module
+
+DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime 
Interface"
+HOMEPAGE="https://cri-o.io/;
+SRC_URI="https://github.com/cri-o/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="btrfs +device-mapper selinux systemd"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   app-emulation/conmon
+   app-emulation/runc
+   dev-libs/glib:=
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   net-firewall/conntrack-tools
+   net-firewall/iptables
+   net-misc/cni-plugins
+   net-misc/socat
+   sys-apps/iproute2
+   sys-libs/libseccomp:=
+   btrfs? ( sys-fs/btrfs-progs )
+   device-mapper? ( sys-fs/lvm2:= )
+   selinux? ( sys-libs/libselinux:= )
+   systemd? ( sys-apps/systemd:= )"
+DEPEND="
+   ${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   !> Makefile || die
+
+   sed -e "s|^COMMIT_NO := .*|COMMIT_NO := ${EGIT_COMMIT}|" \
+   -e "s|^GIT_COMMIT := .*|GIT_COMMIT := ${EGIT_COMMIT}|" \
+   -i Makefile.inc || die
+
+   sed -e 's:/usr/local/bin:/usr/bin:' \
+   -i contrib/systemd/* || die
+}
+
+src_compile() {
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   hack/btrfs_installed_tag.sh || die; }
+
+   [[ -f hack/libdm_installed.sh ]] || die
+   use device-mapper || { echo -e "#!/bin/sh\necho 
exclude_graphdriver_devicemapper" > \
+   hack/libdm_installed.sh || die; }
+
+   [[ -f hack/selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   hack/selinux_tag.sh || die; }
+
+   mkdir -p bin || die
+   GOBIN="${S}/bin" \
+   emake all
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${D}${EPREFIX}/usr" install install.config 
install.systemd
+
+   keepdir /etc/crio
+   mv "${ED}/etc/crio/crio.conf"{,.example} || die
+
+   newinitd "${FILESDIR}/crio.initd" crio
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+
+   # Suppress crio log error messages triggered if these don't exist.
+   keepdir /etc/containers/oci/hooks.d
+   keepdir /usr/share/containers/oci/hooks.d
+
+   # Suppress crio "Missing CNI default network" log message.
+   keepdir /etc/cni/net.d
+   insinto /etc/cni/net.d
+   doins 

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

2020-02-12 Thread William Hubbs
commit: 4aaeab90759e78c4c79b8ee4d04557033c00c465
Author: William Hubbs  sony  com>
AuthorDate: Wed Feb 12 21:32:33 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Feb 12 21:34:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aaeab90

app-emulation/cry-o: 1.17.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-o/Manifest|  1 +
 app-emulation/cri-o/cri-o-1.17.0.ebuild | 95 +
 2 files changed, 96 insertions(+)

diff --git a/app-emulation/cri-o/Manifest b/app-emulation/cri-o/Manifest
index 26a040d9ef6..09b55302975 100644
--- a/app-emulation/cri-o/Manifest
+++ b/app-emulation/cri-o/Manifest
@@ -3,3 +3,4 @@ DIST cri-o-1.13.9.tar.gz 6685519 BLAKE2B 
5d9e68c7a0ae532e2406e5e47562693cddbc34a
 DIST cri-o-1.15.1.tar.gz 11811389 BLAKE2B 
2f6e223e2d3964f480e9739ee4808101ae2ca8c0a16eb589d2e3501d370c60694843309b602a4a4b8e16ed97094f97c81ff4f23b542a9536b38f9fe9a97bcd97
 SHA512 
2b9122692d84e8a6832d7172782c41d354185809cd3fa51485f8df8fd1750dd15b2005fbb3bc422f5199daeb32a768e824402c9e95f25593e250bd7ecc07
 DIST cri-o-1.15.2.tar.gz 11861335 BLAKE2B 
159bdf322540c3d49f44b1fc1106d1717706f7817e4621743078dfbb5d9088318d7dda5da54ff94ed43ea58204413d496ffda424ea94ed6fd0c6e090bbba37f0
 SHA512 
d30a27d98537cd73bf341267922b94434958bf5e5d3a26de3af2b7899fd9d860be12a194531f81fb704abed79eac1c5139271fab1e52b994b939dafab00f1cfd
 DIST cri-o-1.16.3.tar.gz 12274620 BLAKE2B 
e297996184e765a89cc68adbb531eb249ad74804b05d233b4730fe56cb530e2d6d7f44ecf6939730a055acff43b0bdec13fd40583fcf003740e6dacc9770d868
 SHA512 
cf3d8748696e14a9fe7bb1f4e4ed5532a84367e1de42da89e1c85c33f249525a42000c74445b1f6859099a43d4076c4078efe5990a7e663795121d54d1ee1354
+DIST cri-o-1.17.0.tar.gz 10528650 BLAKE2B 
ba1240e602be576eb74bd9dd0c7b5d0ae3c78172902c74725ce3b85b90c739a79cf260b9ab441bc632eba85951ff1968a946824dd20849bb9ccae268b76e3fec
 SHA512 
08b1ede35d44dd72f7a20ef02e3d27198d349d05b3fd41fc319bfba44dafdaf1843c1a6b04cd4d07ad80b5d2022376a8173b7459658a3c22011970561a1af308

diff --git a/app-emulation/cri-o/cri-o-1.17.0.ebuild 
b/app-emulation/cri-o/cri-o-1.17.0.ebuild
new file mode 100644
index 000..e5cd2811c96
--- /dev/null
+++ b/app-emulation/cri-o/cri-o-1.17.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT=6d0ffae63b9b7d8f07e7f9cf50736a67fb31faf3
+
+inherit go-module
+
+DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime 
Interface"
+HOMEPAGE="https://cri-o.io/;
+SRC_URI="https://github.com/cri-o/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="btrfs +device-mapper selinux systemd"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   app-emulation/conmon
+   app-emulation/runc
+   dev-libs/glib:=
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   net-firewall/conntrack-tools
+   net-firewall/iptables
+   net-misc/cni-plugins
+   net-misc/socat
+   sys-apps/iproute2
+   sys-libs/libseccomp:=
+   btrfs? ( sys-fs/btrfs-progs )
+   device-mapper? ( sys-fs/lvm2:= )
+   selinux? ( sys-libs/libselinux:= )
+   systemd? ( sys-apps/systemd:= )"
+DEPEND="
+   ${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   !> Makefile || die
+
+   sed -e 's:/usr/local/bin:/usr/bin:' \
+   -i contrib/systemd/* || die
+}
+
+src_compile() {
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   hack/btrfs_installed_tag.sh || die; }
+
+   [[ -f hack/libdm_installed.sh ]] || die
+   use device-mapper || { echo -e "#!/bin/sh\necho 
exclude_graphdriver_devicemapper" > \
+   hack/libdm_installed.sh || die; }
+
+   [[ -f hack/selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   hack/selinux_tag.sh || die; }
+
+   mkdir -p bin || die
+   GOBIN="${S}/bin" \
+   emake all
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${D}${EPREFIX}/usr" install install.config 
install.systemd
+
+   keepdir /etc/crio
+   mv "${ED}/etc/crio/crio.conf"{,.example} || die
+
+   newinitd "${FILESDIR}/crio.initd" crio
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+
+   # Suppress crio log error messages triggered if these don't exist.
+   keepdir /etc/containers/oci/hooks.d
+   keepdir /usr/share/containers/oci/hooks.d
+
+   # Suppress crio "Missing CNI default network" log message.
+   keepdir /etc/cni/net.d
+   insinto /etc/cni/net.d
+   doins contrib/cni/99-loopback.conf
+}



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

2020-02-12 Thread Andreas Sturmlechner
commit: e4312207139bb1121f18823c3bc819ecd2aa2541
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 21:22:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 21:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4312207

kde-frameworks/kirigami: Properly sync size hints with state machine

See also: https://mail.kde.org/pipermail/release-team/2020-February/011757.html
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=417351
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...mi-5.67.1-sync-size-hints-w-state-machine.patch | 55 ++
 kde-frameworks/kirigami/kirigami-5.67.1-r1.ebuild  | 47 ++
 2 files changed, 102 insertions(+)

diff --git 
a/kde-frameworks/kirigami/files/kirigami-5.67.1-sync-size-hints-w-state-machine.patch
 
b/kde-frameworks/kirigami/files/kirigami-5.67.1-sync-size-hints-w-state-machine.patch
new file mode 100644
index 000..e5973abac16
--- /dev/null
+++ 
b/kde-frameworks/kirigami/files/kirigami-5.67.1-sync-size-hints-w-state-machine.patch
@@ -0,0 +1,55 @@
+From 86f988434cd657e77cc9429e78f7290ce6b5713d Mon Sep 17 00:00:00 2001
+From: Marco Martin 
+Date: Wed, 12 Feb 2020 12:43:12 +0100
+Subject: properly sync size hints with state machine
+
+define implicitWidth and width bindings in the states, in
+order to not break bindings
+BUG:417351
+---
+ src/controls/FormLayout.qml | 13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/controls/FormLayout.qml b/src/controls/FormLayout.qml
+index ff49dbd..61fbaf9 100644
+--- a/src/controls/FormLayout.qml
 b/src/controls/FormLayout.qml
+@@ -120,6 +120,11 @@ Item {
+ horizontalCenter: root.horizontalCenter
+ }
+ }
++PropertyChanges {
++target: lay
++implicitWidth: undefined
++width: undefined
++}
+ },
+ State {
+ when: !root.wideMode
+@@ -131,10 +136,15 @@ Item {
+ horizontalCenter: undefined
+ }
+ }
++PropertyChanges {
++target: lay
++implicitWidth: root.width
++width: Math.min(implicitWidth, parent.width)
++}
++
+ }
+ ]
+ 
+-implicitWidth: root.wideMode ? undefined : root.width
+ width: Math.min(implicitWidth, parent.width)
+ Timer {
+ id: hintCompression
+@@ -146,6 +156,7 @@ Item {
+ }
+ onImplicitWidthChanged: hintCompression.restart();
+ //This invisible row is used to sync alignment between multiple 
layouts
++
+ Item {
+ Layout.preferredWidth: {
+ var hint = 1;
+-- 
+cgit v1.1

diff --git a/kde-frameworks/kirigami/kirigami-5.67.1-r1.ebuild 
b/kde-frameworks/kirigami/kirigami-5.67.1-r1.ebuild
new file mode 100644
index 000..48fa493c20b
--- /dev/null
+++ b/kde-frameworks/kirigami/kirigami-5.67.1-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_EXAMPLES="true"
+ECM_QTHELP="false"
+ECM_TEST="true"
+KDE_ORG_NAME="${PN}2"
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Lightweight user interface framework for mobile and convergent 
applications"
+HOMEPAGE="https://techbase.kde.org/Kirigami;
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0
+BDEPEND="
+   >=dev-qt/linguist-tools-${QTMIN}:5
+"
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5=
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+"
+
+# requires package to already be installed
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${P}-sync-size-hints-w-state-machine.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=$(usex examples)
+   )
+
+   ecm_src_configure
+}



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

2020-02-12 Thread Zac Medico
commit: aa0b008d20508e58365842844cb86398f2b43bf6
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb 12 21:30:22 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 12 21:30:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0b008d

dev-python/prometheus_client: PYTHON_COMPAT+=(python3_8)

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

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
index 3feae7277a5..acdeb393457 100644
--- a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 inherit distutils-r1
 
 DESCRIPTION="Python client for the Prometheus monitoring system"



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

2020-02-12 Thread Andreas Sturmlechner
commit: 67e6c3ff3a8869355ab4ecb4e012031f193dd13e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 18:30:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 21:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e6c3ff

media-gfx/kphotoalbum: Drop 5.6-r1

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

 media-gfx/kphotoalbum/Manifest |  1 -
 .../files/kphotoalbum-5.6-crashfix.patch   | 41 -
 media-gfx/kphotoalbum/kphotoalbum-5.6-r1.ebuild| 69 --
 3 files changed, 111 deletions(-)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index 6a2b5e30b97..458385027f1 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1,3 +1,2 @@
 DIST kphotoalbum-5.5.tar.xz 11661532 BLAKE2B 
a14900cb7628b86aafa736de4b443f3aad3b4198bc6a04bc67fbc40f1bec9898ebbc33e60d4ca90db3b857871f75c70d6946efa2e756b3c5d7ae769bee6b2723
 SHA512 
fcca891a94580db2f606c5d077af2651e1dbcd59429823410f9fd2d07ac0c3c625ac441b723d4c8cb3ac7ede26ccf69f955c19fe302fffc9788fc33def9ee3e0
 DIST kphotoalbum-5.6.1.tar.xz 11773808 BLAKE2B 
c69cdc0afb455af64fe0624208b6bff34813a8f0341a4d3f21b7dc0462eb51f01574656028de497527c57a7ed70d1ab9dd6fe451ecec1696f09cfa8531dffe77
 SHA512 
fa1f4d566cd99e8c434b6e1fe28d8910b3b9c6aa05947ffbfa1b2b8efdab76f243f4b12883586e0c6692bfe54763a285374e16f3ceb23051619fe9b84cd58ea7
-DIST kphotoalbum-5.6.tar.xz 11773088 BLAKE2B 
933e29a71bbdb678936c1d466894468a62ee0a8903ebbe21d0d9ace619b8b2ceaeaec12bc955bf1513cb53eedc85faa6291549a5f87784323c9c5b556f76d3b3
 SHA512 
7e950494a9fe591062e488d08f9e675dd0aacacbea640619461cd3bb0ac2fe945f189fe1e30c69614e9ed3751ac3ddfe84d943a0aa2d2f35fc5cd733002938f5

diff --git a/media-gfx/kphotoalbum/files/kphotoalbum-5.6-crashfix.patch 
b/media-gfx/kphotoalbum/files/kphotoalbum-5.6-crashfix.patch
deleted file mode 100644
index 96b752bf075..000
--- a/media-gfx/kphotoalbum/files/kphotoalbum-5.6-crashfix.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 583e10e8356d2ed64f0358ebf107bff35a98db31 Mon Sep 17 00:00:00 2001
-From: Johannes Zarl-Zierl 
-Date: Sun, 9 Feb 2020 22:51:15 +0100
-Subject: Fix crash when associating a tag with an area.
-
-If a tag is being associated with an area, the context menu has two
-levels: the direct "associate with " and the sub-menu
-"associate with..." followed by a list of tags.
-
-Each version uses a different function signature for
-ResizableFrame::associateTags. When refactoring connections to the "new"
-signal-slot syntax in commit c38f5136 (thus released in version 5.6), I
-applied the wrong signature to the connect statement.
-
-This resulted in a crash/failed assertion when selecting a tag in the
-described way.

- AnnotationDialog/ResizableFrame.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/AnnotationDialog/ResizableFrame.cpp 
b/AnnotationDialog/ResizableFrame.cpp
-index f2dba86..44175fb 100644
 a/AnnotationDialog/ResizableFrame.cpp
-+++ b/AnnotationDialog/ResizableFrame.cpp
-@@ -1,4 +1,4 @@
--/* Copyright (C) 2014-2019 The KPhotoAlbum Development Team
-+/* Copyright (C) 2014-2020 The KPhotoAlbum Development Team
- 
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-@@ -522,7 +522,7 @@ void AnnotationDialog::ResizableFrame::addTagActions(QMenu 
*menu)
- submenu->addAction(createAssociateTagAction(tag));
- }
- 
--connect(submenu, ::triggered, this, 
QOverload<>::of(::associateTag));
-+connect(submenu, ::triggered, this, QOverload::of(::associateTag));
- }
- }
- }
--- 
-cgit v1.1

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.6-r1.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.6-r1.ebuild
deleted file mode 100644
index 5c27d00b9ab..000
--- a/media-gfx/kphotoalbum/kphotoalbum-5.6-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Tool for indexing, searching, and viewing images"
-HOMEPAGE="https://www.kphotoalbum.org/;
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+ FDL-1.2"
-SLOT="5"
-IUSE="+kipi map +raw share"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5[sqlite]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   

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

2020-02-12 Thread Andreas Sturmlechner
commit: 2381135b9c5314c8a9b333b92c5ff8c9a103d39b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 12 18:28:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 12 21:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2381135b

media-gfx/kphotoalbum: 5.6.1 version bump

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

 media-gfx/kphotoalbum/Manifest |  1 +
 media-gfx/kphotoalbum/kphotoalbum-5.6.1.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index 312b9202d79..6a2b5e30b97 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1,2 +1,3 @@
 DIST kphotoalbum-5.5.tar.xz 11661532 BLAKE2B 
a14900cb7628b86aafa736de4b443f3aad3b4198bc6a04bc67fbc40f1bec9898ebbc33e60d4ca90db3b857871f75c70d6946efa2e756b3c5d7ae769bee6b2723
 SHA512 
fcca891a94580db2f606c5d077af2651e1dbcd59429823410f9fd2d07ac0c3c625ac441b723d4c8cb3ac7ede26ccf69f955c19fe302fffc9788fc33def9ee3e0
+DIST kphotoalbum-5.6.1.tar.xz 11773808 BLAKE2B 
c69cdc0afb455af64fe0624208b6bff34813a8f0341a4d3f21b7dc0462eb51f01574656028de497527c57a7ed70d1ab9dd6fe451ecec1696f09cfa8531dffe77
 SHA512 
fa1f4d566cd99e8c434b6e1fe28d8910b3b9c6aa05947ffbfa1b2b8efdab76f243f4b12883586e0c6692bfe54763a285374e16f3ceb23051619fe9b84cd58ea7
 DIST kphotoalbum-5.6.tar.xz 11773088 BLAKE2B 
933e29a71bbdb678936c1d466894468a62ee0a8903ebbe21d0d9ace619b8b2ceaeaec12bc955bf1513cb53eedc85faa6291549a5f87784323c9c5b556f76d3b3
 SHA512 
7e950494a9fe591062e488d08f9e675dd0aacacbea640619461cd3bb0ac2fe945f189fe1e30c69614e9ed3751ac3ddfe84d943a0aa2d2f35fc5cd733002938f5

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.6.1.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.6.1.ebuild
new file mode 100644
index 000..2e4ae7efba7
--- /dev/null
+++ b/media-gfx/kphotoalbum/kphotoalbum-5.6.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Tool for indexing, searching, and viewing images"
+HOMEPAGE="https://www.kphotoalbum.org/;
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+ FDL-1.2"
+SLOT="5"
+IUSE="+kipi map +raw share"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5[sqlite]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   media-gfx/exiv2:=
+   media-libs/phonon[qt5(+)]
+   virtual/jpeg:0
+   kipi? ( kde-apps/libkipi:5= )
+   map? ( kde-apps/libkgeomap:5 )
+   raw? ( kde-apps/libkdcraw:5 )
+   share? ( >=kde-frameworks/kxmlgui-${KFMIN}:5 )
+"
+RDEPEND="${DEPEND}
+   media-video/ffmpeg
+   kipi? ( kde-apps/kipi-plugins:5 )
+"
+
+DOCS=( ChangeLog README.md )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kipi KF5Kipi)
+   $(cmake_use_find_package map KF5KGeoMap)
+   $(cmake_use_find_package raw KF5KDcraw)
+   $(cmake_use_find_package share KF5Purpose)
+   )
+
+   ecm_src_configure
+}



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

2020-02-12 Thread David Seifert
commit: 705758203554ea47410e37963c4f3f13f2046e7b
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:20:50 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:20:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70575820

net-mail/automx: Remove old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 net-mail/automx/automx-0.10.2-r1.ebuild | 63 -
 1 file changed, 63 deletions(-)

diff --git a/net-mail/automx/automx-0.10.2-r1.ebuild 
b/net-mail/automx/automx-0.10.2-r1.ebuild
deleted file mode 100644
index 272effe3524..000
--- a/net-mail/automx/automx-0.10.2-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A mail user agent auto configuration service"
-HOMEPAGE="http://www.automx.org;
-SRC_URI="https://github.com/sys4/${PN}/archive/v${PV}.tar.gz -> 
automx-${PV}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ldap memcached sql +tools"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/ipaddr[${PYTHON_MULTI_USEDEP}]
-   dev-python/lxml[${PYTHON_MULTI_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}]
-   || ( www-apache/mod_wsgi[${PYTHON_MULTI_USEDEP}] 
www-servers/uwsgi )
-   ldap? ( dev-python/python-ldap[${PYTHON_MULTI_USEDEP}]  )
-   memcached? ( 
dev-python/python-memcached[${PYTHON_MULTI_USEDEP}] )
-   sql? ( dev-python/sqlalchemy[${PYTHON_MULTI_USEDEP}] )
-   ')
-   tools? ( net-dns/bind-tools net-misc/wget )
-   "
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-   sed -i '/py_modules=/d' setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   DOCS=( INSTALL CREDITS CHANGES BASIC_CONFIGURATION_README )
-   HTML_DOCS=( doc/html/. )
-
-   distutils-r1_python_install_all
-
-   docinto examples
-   dodoc src/conf/*example*
-
-   doman doc/man/man5/*
-
-   if use tools; then
-   dobin src/automx-test
-   doman doc/man/man1/automx-test.1
-   fi
-
-   exeinto /usr/lib/${PN}
-   doexe src/automx_wsgi.py
-}
-
-pkg_postinst() {
-   echo
-   einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: games-action/descent1-data/

2020-02-12 Thread David Seifert
commit: 4047ae9dc17827e78b6343d90af9d7a8f2ca4147
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:33 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4047ae9d

games-action/descent1-data: [QA] inherit estack.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 games-action/descent1-data/descent1-data-1.4a.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/descent1-data/descent1-data-1.4a.ebuild 
b/games-action/descent1-data/descent1-data-1.4a.ebuild
index bc33ea190d7..083a9ab95da 100644
--- a/games-action/descent1-data/descent1-data-1.4a.ebuild
+++ b/games-action/descent1-data/descent1-data-1.4a.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 CDROM_OPTIONAL="yes"
-inherit cdrom eutils
+inherit cdrom estack eutils
 
 # For GOG install
 MY_EXE="setup_descent_1.4a_(16596).exe"



[gentoo-commits] repo/gentoo:master commit in: games-action/descent2-data/

2020-02-12 Thread David Seifert
commit: 750d554a7a682c9356eef12c4c2971c4576a5824
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:36 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750d554a

games-action/descent2-data: [QA] inherit estack.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 games-action/descent2-data/descent2-data-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild 
b/games-action/descent2-data/descent2-data-1.2.ebuild
index a1312069872..4ca0152d5ff 100644
--- a/games-action/descent2-data/descent2-data-1.2.ebuild
+++ b/games-action/descent2-data/descent2-data-1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 CDROM_OPTIONAL="yes"
-inherit cdrom eutils
+inherit cdrom estack eutils
 
 # Not possible to apply official 1.2 patch under Linux. A Gentoo user
 # created Xdelta patches and the DXX-Rebirth project kindly hosted them.



[gentoo-commits] repo/gentoo:master commit in: games-action/descent2-vertigo/

2020-02-12 Thread David Seifert
commit: c7bd466983d868a9f7d7c6d3836f270075df3c17
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:39 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bd4669

games-action/descent2-vertigo: [QA] inherit estack.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild 
b/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild
index d49ee60b99d..630163b554a 100644
--- a/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild
+++ b/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cdrom eutils
+inherit cdrom estack eutils
 
 DESCRIPTION="Data files for Descent 2: The Vertigo Series"
 HOMEPAGE="http://www.interplay.com/games/descent.php;
+
 LICENSE="descent-data"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



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

2020-02-12 Thread David Seifert
commit: 1e7b2242de29ec60105df1ef31939aed85a8b0eb
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:48 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7b2242

readme.gentoo.eclass: [QA] inherit estack.eclass directly

Closes: https://github.com/gentoo/gentoo/pull/14645
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass
index cedd0580a3d..fdb2d60f183 100644
--- a/eclass/readme.gentoo.eclass
+++ b/eclass/readme.gentoo.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: readme.gentoo.eclass
@@ -19,7 +19,7 @@
 if [[ -z ${_README_GENTOO_ECLASS} ]]; then
 _README_GENTOO_ECLASS=1
 
-inherit eutils
+inherit estack eutils
 
 case "${EAPI:-0}" in
0|1|2|3)



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

2020-02-12 Thread David Seifert
commit: d40037ce2e447c7a8dc633875919c4322dd88a24
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:42 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40037ce

www-apps/liquid_feedback_frontend: [QA] inherit estack.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 .../liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild 
b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
index 58d27488cce..158ad23bff5 100644
--- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
+++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
-inherit eutils toolchain-funcs
+inherit estack eutils toolchain-funcs
 
 PN_F=${PN}
 PV_F=v${PV}



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

2020-02-12 Thread David Seifert
commit: 4bc1de03125e018dfc99223e6fc8ca1e3df8aa66
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:45 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc1de03

golang-vcs.eclass: [QA] inherit estack.eclass directly

Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass
index fb57a1e84ac..159b32f952f 100644
--- a/eclass/golang-vcs.eclass
+++ b/eclass/golang-vcs.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: golang-vcs.eclass
@@ -10,7 +10,7 @@
 # This eclass is written to ease the maintenance of live ebuilds
 # of software written in the Go programming language.
 
-inherit eutils golang-base
+inherit estack eutils golang-base
 
 case "${EAPI:-0}" in
5|6|7)



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

2020-02-12 Thread David Seifert
commit: 755c63387088ee8cdb59c55675b98fb197932678
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:27 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755c6338

dev-util/electron: [QA] inherit estack.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-util/electron/electron-2.0.17-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/electron/electron-2.0.17-r2.ebuild 
b/dev-util/electron/electron-2.0.17-r2.ebuild
index 46cb2bffaee..9f577d4e304 100644
--- a/dev-util/electron/electron-2.0.17-r2.ebuild
+++ b/dev-util/electron/electron-2.0.17-r2.ebuild
@@ -8,7 +8,7 @@ CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et 
fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh-CN zh-TW"
 
-inherit check-reqs chromium-2 eapi7-ver gnome2-utils flag-o-matic multilib \
+inherit check-reqs chromium-2 eapi7-ver estack gnome2-utils flag-o-matic 
multilib \
multiprocessing ninja-utils pax-utils portability python-any-r1 \
toolchain-funcs virtualx xdg-utils
 



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

2020-02-12 Thread David Seifert
commit: ed7eba5b4740d23f47fcb6a827d67c43bfb9cf94
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 21:03:30 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 21:03:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7eba5b

dev-util/perf: [QA] inherit estack.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-util/perf/perf-4.14.33-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/perf/perf-4.14.33-r1.ebuild 
b/dev-util/perf/perf-4.14.33-r1.ebuild
index a56ee6109a4..34c62791ba6 100644
--- a/dev-util/perf/perf-4.14.33-r1.ebuild
+++ b/dev-util/perf/perf-4.14.33-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
-inherit bash-completion-r1 eutils toolchain-funcs python-single-r1 linux-info
+inherit bash-completion-r1 estack eutils toolchain-funcs python-single-r1 
linux-info
 
 MY_PV="${PV/_/-}"
 MY_PV="${MY_PV/-pre/-git}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-beep/

2020-02-12 Thread Jörg Bornkessel
commit: 63f8177e086cbd7f5fb71d3c03b6b40af95b9aa6
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 20:21:59 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 21:02:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f8177e

media-plugins/vdr-beep: homepage, src_uri fixed

Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild 
b/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild
index cb46e84a343..0dbfe4994cf 100644
--- a/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild
+++ b/media-plugins/vdr-beep/vdr-beep-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR plugin: Use the PC speaker to signalize some events 
(shutdown, cut done ...)"
-HOMEPAGE="http://www.deltab.de/content/view/25/62/;
-SRC_URI="http://www.deltab.de/component/option,com_docman/task,doc_download/gid,104/Itemid,62/
 -> ${P}.tgz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="http://vdr.websitec.de/download/vdr-beep/vdr-beep-0.1.2.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radiolist/

2020-02-12 Thread Jörg Bornkessel
commit: 41bf73268e9bc6f0a8fc28948ef3b0734f03c16b
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 21:01:19 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 21:02:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bf7326

media-plugins/vdr-radiolist: dead homepage, src_uri fixed

Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-radiolist/vdr-radiolist-0.0.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-plugins/vdr-radiolist/vdr-radiolist-0.0.2.ebuild 
b/media-plugins/vdr-radiolist/vdr-radiolist-0.0.2.ebuild
index dac02ff227d..3bff4539a4d 100644
--- a/media-plugins/vdr-radiolist/vdr-radiolist-0.0.2.ebuild
+++ b/media-plugins/vdr-radiolist/vdr-radiolist-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR plugin: Filters channel list and only show the radio channels"
-HOMEPAGE="http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/#radiolist;
-SRC_URI="http://194.95.44.38/~pjuszack/digicam/download/${P}.tgz;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-clock/

2020-02-12 Thread Jörg Bornkessel
commit: 37eebb36fcb41eb002cd10daf6ce371aefe51b0a
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 20:40:31 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 21:02:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37eebb36

media-plugins/vdr-clock: fxed dead homepage

Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild 
b/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild
index 8d4b8f4c9d5..03ee96d98eb 100644
--- a/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild
+++ b/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR Plugin: Tea clock, clock"
-HOMEPAGE="http://vdr.aistleitner.info https://github.com/madmartin/vdr-clock;
+HOMEPAGE="https://github.com/madmartin/vdr-clock;
 SRC_URI="https://github.com/madmartin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vcd/

2020-02-12 Thread Jörg Bornkessel
commit: f99e1a945ad144d7177ecc9725e323d497ba4ed3
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 12 20:56:12 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Feb 12 21:02:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99e1a94

media-plugins/vdr-vcd: dead homepage, src_uri fixed

Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild | 6 +++---
 media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild 
b/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild
index 9d42ec0aedf..f3738bb97ef 100644
--- a/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild
+++ b/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ inherit vdr-plugin-2
 
 DESCRIPTION="VDR plugin: play video cds"
 
-HOMEPAGE="https://www.heiligenmann.de/;
-SRC_URI=" http://www.vdr.heiligenmann.de/download/${P}.tgz;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="http://vdr.websitec.de/download/vdr-vcd/vdr-vcd-0.9.tgz;
 
 SLOT="0"
 LICENSE="GPL-2"

diff --git a/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild 
b/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild
index fc35fd6c45a..d2bc373df9b 100644
--- a/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild
+++ b/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,8 +7,8 @@ inherit vdr-plugin-2
 
 DESCRIPTION="VDR plugin: play video cds"
 
-HOMEPAGE="https://www.heiligenmann.de/;
-SRC_URI="http://www.vdr.heiligenmann.de/download/${P}.tgz;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="http://vdr.websitec.de/download/vdr-vcd/vdr-vcd-0.9.tgz;
 
 SLOT="0"
 LICENSE="GPL-2"



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

2020-02-12 Thread Michał Górny
commit: 4cd5a0f94b3a4f8cd179c062238c26fbce86612b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 12 06:11:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 12 20:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd5a0f9

sys-kernel/gentoo-kernel: Bump to 5.5.3

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  |  5 ++
 .../gentoo-kernel/gentoo-kernel-5.5.3.ebuild   | 73 ++
 2 files changed, 78 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 28716c801fa..1498fe01a3f 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -14,11 +14,16 @@ DIST genpatches-5.4-18.base.tar.xz 676844 BLAKE2B 
a4edc187e5ca93823c553f783cede3
 DIST genpatches-5.4-18.extras.tar.xz 1744 BLAKE2B 
eb75009e3a3c9fce962971e512a4c142ae5a61b6547e41faea87087ed7826b60087ab3dfceb32d0fc27adefca40b93afcb40a1225ac88ff2bd608ee5cf52e768
 SHA512 
5a3328b447eb12b077c8db6c3e3518585b963575cf52691691504c28d935a30d12ddbe786e99f0a42ec1625714c1c064ac60b7c8845247cd981f709a65a478bd
 DIST genpatches-5.4-19.base.tar.xz 782808 BLAKE2B 
9b0b3e6090e33f5852c3fdd2ee58110f909beea9aac3c2591709fe97ba24003b9c923085f1577309052f94a934dc36be0937ded1df05828b69ddbc6ae31c158c
 SHA512 
866aa0b06f8198739cabd54fcf09308629d00139f9068c255cdf61d96bb0288a5dfea7a46562ed51cfad2e682c29195e0304c442d659f50238cdc38e9e885fbb
 DIST genpatches-5.4-19.extras.tar.xz 1740 BLAKE2B 
85acc37c0b0087ca198bb168a18b764e0b2061c9d41bb1902308c517b1760031258cd7221725b7fa3145fc7b802b8bd8bb10c241ac5ddb6f1b4436ae92d4c783
 SHA512 
59701650a902e708c98d9e6ef3c5528be0831d8ead28ef2d46f1c4cdb386336ad36a137a4d77d0193c7acc10b1448dc54a18dc4177365d56069c7c3fb5143ae2
+DIST genpatches-5.5-5.base.tar.xz 169776 BLAKE2B 
781e5e23d69eac115dcf243bcb8a33b6793f1e53f303c634e80b32e6507a4d13f83ddf75b191dda159f4f55e4d00cc8cb1cd131039f6c5411e775c670f0f1ae5
 SHA512 
f177546e168274c4f814e50839f8f797f45eeed6690868131a0fb2a9b450051cd62ebe32c2118ac6e719be0daca5bafcf44696f69b0c5d5e23490ac5ac1dd362
+DIST genpatches-5.5-5.extras.tar.xz 1744 BLAKE2B 
0e040d013f97c2406cc5d0905fcdff3fe25f886ccc6d8622d7d76feb9f0fc7bb5fe6729a773a0bd5de3bb6b8654df38134ec8e44b0e72ee7c0230f8503efd802
 SHA512 
ae5e540a56d31a1e1eb21b69bf3fe229bcd402829e068bb2398e585579652254e84da2ffc11c7cbd146aa619dd047a7b472b05234e008288293bf7bc2b7c1761
 DIST linux-4.19.85-arch1.i686.config 222183 BLAKE2B 
03eac77940db0ee6b4f2a006edc600ef34141bbca849f5be4de9b961301a8fc987da6d0e21344aa5d80c29bb7793d56cf5441abb6c8e4057d94e2601c174c1be
 SHA512 
6bd45c9dfd96b1afb8c1ca1ca72722baee6c91894e454d7af937de02242d3bb9d3b6870f5976aa96245c753c6bc1ac637a6356125b0d4c596aadef643b8c3d8d
 DIST linux-4.19.92-arch1.amd64.config 222487 BLAKE2B 
a658d80d85525287a1df9053ca2ddfe423ab423bcc3b9ea8bd9cda65cc7ffa4b1be782c48c867c13e46070af4016f446860f5cf71351f239da1eff6c45a5aa6a
 SHA512 
a5658c8e8464516dffd6f624344e739784cb315d334b2c5105bd5d16022b6366ad4ec00d3692a7b78e2458514175522bc85e834bf19593feff6363b616860258
 DIST linux-4.19.94.tar.xz 103389152 BLAKE2B 
291db6f448606a4ba288295b4b1c0b813e736534e4749a152baa1d07fcf52bba2b59e7b4b261594a2deb9ad961afec50a28b4ec126f97033f1c0a36aba9f2961
 SHA512 
c6017e854ec06054c658042c2e8227d79284ecdadf0a2e1c5da799ca2ac165a266e7d33aa52361d0036ddb3059e3b24f0a68b45ffd84d87394d3f41492f6f9a4
 DIST linux-5.4.13-arch1.i686.config 239816 BLAKE2B 
e776321fa163759332e7b5e3cca6a8a3f7124fc7a5bdd498f0aeaec1f2a819f27a87ca6f9f3fb0f0b9f28e8ba6f207bb27c5e48a494664d21ea3845e99b1eab4
 SHA512 
4e083028a140fcd2e65bba3c39e9d7bf9004e114b3233e8c2ab9e67405a3db9179c10a9564407bf19875317a352453f3e02f137297941277f694e687d3b97674
 DIST linux-5.4.13.arch1.amd64.config 241498 BLAKE2B 
3c6d13d84ea75247fae4f4474648abe295fb6ea577d4c9becc58551c3954d35a72edd5937b7bb345f783fe2015940035d5f6766e08e5a9dd6b8723cc69c85ee6
 SHA512 
3039a333f3000f416bfccd7efdc54c8ea07d9b01b349be87f83b7dcb3e0f13a1f3fb02ccae42412cf28958aa7df42ef73f87e637269c7525476d73682596fa07
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
+DIST linux-5.5.1-arch1.amd64.config 243880 BLAKE2B 
d8a5b3fc87c462000ee63bf8611c4075737a61a7fa939b941bb0b139f5e94ffcf53809e3ee1a80b280d2ad2241530f2aa524fbbd291c1198f0aebeaf3bbd9718
 SHA512 
0b58154a521e41f6275f56198ed8613afaf70b3b793aeed526c00caa74f94dd6191f2358e4678e18add05f6423f472372a1f5cf6ea652197da296ed2a5628ba5
+DIST linux-5.5.2-arch1.i686.config 243261 BLAKE2B 
dc0a7efb9c94af540043db8e559c04bfe2eb493158b0fe7d25984b85ae364cf262cf78ee57f1b1b6c4e9cc51138be15c098268e77f63f158702851352952837b
 SHA512 
29cbf564fc30f9e8030001cae09d2711292d4e2c9c66f96a61a7d1575dd93d86f00d356697f011ff3810c8db95f95ac1fd54d6220c1f9095797891c29a7e2723
+DIST 

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

2020-02-12 Thread Michał Górny
commit: d39d1a142b3af785f9822970143276866e95ba05
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 12 20:35:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 12 20:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39d1a14

sys-kernel/vanilla-kernel-bin: Bump to 5.5.3

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel-bin/Manifest |  2 +
 .../vanilla-kernel-bin-5.5.3.ebuild| 44 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-kernel/vanilla-kernel-bin/Manifest 
b/sys-kernel/vanilla-kernel-bin/Manifest
index d1cf8b5cbab..cff08b9c162 100644
--- a/sys-kernel/vanilla-kernel-bin/Manifest
+++ b/sys-kernel/vanilla-kernel-bin/Manifest
@@ -14,3 +14,5 @@ DIST vanilla-kernel-5.4.18-1.amd64.xpak 64977098 BLAKE2B 
4f3e4437c707fbff285b096
 DIST vanilla-kernel-5.4.18-1.x86.xpak 56405323 BLAKE2B 
5c5895d5b97b8e59063dd17cfe3a812336f2706fcb7551788e95ada41e196f2a1c26acdf67f1eaa87f6fbda8c9d7da4451c08ed72f15f1e41e4dca116425b076
 SHA512 
1bd56cc2787d80a40ba53533db3eb7510a44d8791609b79bed1dc7a0bd5f5542ac032c97b3eeca14a75a70da0adf4fa2499c4b180b6c71c7950a1cf49a7aa644
 DIST vanilla-kernel-5.4.19-1.amd64.xpak 64968132 BLAKE2B 
e85270119e243f56287da092ea4d9fb41f0e5eea6b07c521f29637198c37d8cc5ede760d14f6b79c2e5ca9c2329f73c574fd7095b0c61d9a4102cb1f17c53dd9
 SHA512 
ae33c5230d3089387a11e32a256059615eb8382ae0e92561044fb7359c52c7a4ff5e9d37194a527e8d8ee367dcadeb58ed990504e1f161be78b7dfdf540f561d
 DIST vanilla-kernel-5.4.19-1.x86.xpak 56400278 BLAKE2B 
d00081982bfbc8c1e9d170d0b74a4568b2aa2746e336602a4a1f8a47db68ab0cb286058da9577afd624608580330d151516d4bdba45d74fccfe3bf628b9b6f64
 SHA512 
59aa5de2aafbb686161fae7bff5cb2f9a18968b6579ac10342fb2583a85c78ad732cda2c464bb8f1c8347c13af95c45f48ff2fbb0e4edf2835073b8189c06a98
+DIST vanilla-kernel-5.5.3-1.amd64.xpak 65729644 BLAKE2B 
bded04ac240632b4c178e683689757a41633b6735440d25be91e14d1cc78703dc7c54b7c2decd0f84262721bae50280e192d52669314eb8a9c7ecde35065c2dd
 SHA512 
70ecea920fac31f8a153cc895ec9e29f21f006cc95fc30e9a9408dd623e773e6eb04f5599e1ad56f526cc2344a19cf3691315135fe7dd43f590d880c62f3d11a
+DIST vanilla-kernel-5.5.3-1.x86.xpak 57086343 BLAKE2B 
faadb4691eb48baceec2dc6c3a6bf0be6d8280f266fbdcabd5307263fcc24bf28bf878d45d1e28890e31b5596b0de7790b6a2b43e403d45870d34ea32c1f26bb
 SHA512 
5a6d33c7dfac52698cde5b57c8ab8678ef79028cd722a00d3c264f79609cdf95d1746ab576d314d8e525cb9b13ca312b08254827c8a9e8ccd67ddea494b01ab9

diff --git a/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.5.3.ebuild 
b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.5.3.ebuild
new file mode 100644
index 000..c80f6f1ab4d
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.5.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built vanilla Linux kernel"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-02-12 Thread Michał Górny
commit: daa1bf8dcc4e8ea832346e6c1a4bb36018f9823b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 12 20:35:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 12 20:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa1bf8d

sys-kernel/gentoo-kernel-bin: Bump to 5.5.3

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.5.3.ebuild | 46 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index a52febead5a..ea03d9153e6 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -12,5 +12,7 @@ DIST gentoo-kernel-5.4.18-1.amd64.xpak 64950554 BLAKE2B 
cfbe6dd8276a4148d80ae0da
 DIST gentoo-kernel-5.4.18-1.x86.xpak 56403357 BLAKE2B 
4b87361d706420aa166d4b0e136fdee436b5c105570b891afec291d86fc1b40c045d1607d45dc3653fed9198a4a4ce284940a4e3661c77c1d24b17a85320974b
 SHA512 
81d1bc61aabca391e008d89970540f992a8a1d332b2ac2f8cb6ae0072bb2e3b19a6d9e446c1d6ec7ddbc4127506dc9ba1ec72fd582431cb9aec15c4b945dd3c5
 DIST gentoo-kernel-5.4.19-1.amd64.xpak 64932575 BLAKE2B 
353c6ac796f83e875a16a3c6f7e973e722ed0a828fe320cab068139017344cd197a70288aca4478b716cc4ed3ea34e7953aa72c6094a077f4ed4dd93a7457b00
 SHA512 
72686cdf161b1deab68f73084d9707b93d4eafe0af3944f2a716ab033f15aee4df36bb2d0b8befec41627a8422eee22d5b1b90bb9e950200e50b226c814c0162
 DIST gentoo-kernel-5.4.19-1.x86.xpak 56406515 BLAKE2B 
017279626647702a2ff5ee1c70a35d85ee24e7cfc3e1885dd4ef5f4be66fce8a8ec304afd11c735964bcce33d2f3078a9ba58e36a5008767c1d6bb710ea737e3
 SHA512 
aafd5b3818d44cd59e70b3bec22b456ab131d1bb23e0699d3e15cae204330599581f54e54d2db5ed4e9d21367c712f7e43853da92e619455d47e0f6a4367f9a7
+DIST gentoo-kernel-5.5.3-1.amd64.xpak 65714430 BLAKE2B 
34ad0f28c78e22c8c6612f169f93423de41965cd6c64309b07a1893f4fa89f956e66648af83c707e1e8fd1d6d367dcd0e273ed7ca74c5ef1a32289183f172cb1
 SHA512 
a190d16836aac6b380146a1c31c2eb592de8858f8df33f1c869b43505209a4fddbec58e98c73d0b811b5ad04209aa848e0a30a1f99e8c8600bacab365a4ee420
+DIST gentoo-kernel-5.5.3-1.x86.xpak 57090290 BLAKE2B 
1ad12db788e8b8ec885a8ee86397ab97729fdd018e2cd489539bb6806df05a206723cd72d2a515d9eafb6adae7efbfe695808b3c3b184e908173e246f8661865
 SHA512 
c711a3bd105d8eaafe01c1bea2eaf05daa55d6de9a5a364be538c6466a5c12fb4555edaa1ac008f547c841e19ade0ff2ea1ad6661670783454187bbbc447e35a
 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B 
e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366
 SHA512 
c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641
 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 
3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c
 SHA512 
9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.5.3.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.5.3.ebuild
new file mode 100644
index 000..68ca59b5735
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.5.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2020-02-12 Thread Michał Górny
commit: fd54367dcd419769240229646d37fbe2444c22f1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 12 20:27:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 12 20:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd54367d

xfce-extra/xfce4-whiskermenu-plugin: Bump to 2.4.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-whiskermenu-plugin/Manifest   |  1 +
 .../xfce4-whiskermenu-plugin-2.4.1.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest 
b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index 57ea03b4aca..bde139f0df3 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-whiskermenu-plugin-2.3.4.tar.bz2 160614 BLAKE2B 
276842ef860965d139166ea6d8e988d39694aa06ace52bc3f48d6e3d9c9d8c930c3b9e44c3d9f84aaf7bb6fd9412a5efdda39834d8c2d33ed3f048db68893266
 SHA512 
8e59b6d0067e2302e3bf3e7f528cf96d613586c78c2ce6040143b449bffb3e3037b0d08738450c701d57f11cc5393154221bfbe5fa43825ca5df7ddd3c9f4cf4
 DIST xfce4-whiskermenu-plugin-2.3.5.tar.bz2 160984 BLAKE2B 
c4a53ca34ed0eec2de27837c01d52ace334af5cf952b46b7f9f651314eb7f4aad52f5706ca8df7ddcfb4a9c0ed2fe207a138c3cb432306caa38220a6c13aa2fd
 SHA512 
7697a5d41599df8150d4e7ad1c5898b651d196fb1bd1a657efee33206312455f24056edf679592e0a6a78b17b324fd5d93e202ae7cc461ca70df7cd41794bd58
 DIST xfce4-whiskermenu-plugin-2.4.0.tar.bz2 171617 BLAKE2B 
e0489370e5e83e8d18c9f42e706a32e43a623d7356ed698a32f6775c68971deb13efd6a49f770e81092f7822a0c589640930473edf8fd05928f3d2b08c5e532a
 SHA512 
0c2cdebd57f2223c0c83975a3e20480776152a50c6d5f34f819d15e6e81b47e9fd8f657c014f0a25ce8425fa2361b7dfc9cc727bd8f0a4322a0ff33677b0db50
+DIST xfce4-whiskermenu-plugin-2.4.1.tar.bz2 171946 BLAKE2B 
5d4b261ea97a33773b4ffbe2d10cd882b3ad25afa062c66b86fe4174ad68b019d2aca4cc97db14eab396cfb2459f4ff8548f2cb3b338f8744053190fe55541bb
 SHA512 
090987e78cef1b13944a792eb8584a25f25aaf6777263240dbd3d58b363321a7e3ff9e2983d3ffebfa18e8037e5ef75eb82b24815a559eeb8efd984a2dfc

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.1.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.1.ebuild
new file mode 100644
index 000..eababf76189
--- /dev/null
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Alternate application launcher for Xfce"
+HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/libintl
+   x11-libs/gtk+:3
+   xfce-base/exo:=
+   xfce-base/garcon:=
+   xfce-base/libxfce4ui:=
+   xfce-base/libxfce4util:=
+   xfce-base/xfce4-panel:=
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # fix build failure w/ xfce4-panel-4.15.0
+   sed -i -e 
's@@@' \
+   panel-plugin/register-plugin.c || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_AS_NEEDED=OFF
+   -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
+   -DENABLE_DEVELOPER_MODE=OFF
+   -DENABLE_LINK_TIME_OPTIMIZATION=OFF
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-02-12 Thread Michał Górny
commit: 811890e2c46f0a0a29bb42dfe0dff0a84b98670e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 12 06:10:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 12 20:35:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811890e2

sys-kernel/vanilla-kernel: Bump to 5.5.3

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |  3 +
 .../vanilla-kernel/vanilla-kernel-5.5.3.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4b1557682da..6b134b2aa54 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -10,5 +10,8 @@ DIST linux-5.4.16.tar.xz 109474712 BLAKE2B 
cf99bbd992d8e90c4255c0ce81fd27793663f
 DIST linux-5.4.17.tar.xz 109469504 BLAKE2B 
e03e9b5564320ea60d69db06b6a282d332718269bd8ed694e126e6aca83215de183b52ad331d7af80fee1b4682625a3489373894c4100d38943c097c6958bf06
 SHA512 
b909cc5fa383ca25496851cd8d0af0efbe1613ee6c3579abb122285fcdcd28f4736fbb26675d741474388a63d1a312cc70a6b0aa8f25c1cd62b9f95b99462628
 DIST linux-5.4.18.tar.xz 109470980 BLAKE2B 
4345598577f39644b00693c95a8402d70c7aba94614bd9a61f5e212768c6e58ffbaa0d8392c129010e77d6c9770182d4967635c797a2d86e11ecad417df87a27
 SHA512 
ec4568bfb816b3645bbe6c709343b4cc058068500948c10e9da191d2556ab1bd66a90674880e5be2dbf169afe416fe88c48ed5bd9fc1a55739ea94f8f0cb62b2
 DIST linux-5.4.19.tar.xz 109480508 BLAKE2B 
8e51c7f13cf328bd93444ea27898e789f2d6a1bc85be6d95e6300c44a1d6b8c5e0e35c6c1f3a9da3acea748e63e5bf4bcc08154d2ae0944e594fefef07e82fde
 SHA512 
f122ee2baf31c4af6e6c727116558ef535d824fd893b80944f3272a32aa33c699be692c19b6a7333a4fbe93e706dca1f1b5ab3c918d9c9fa690daee42e2185e6
+DIST linux-5.5.1-arch1.amd64.config 243880 BLAKE2B 
d8a5b3fc87c462000ee63bf8611c4075737a61a7fa939b941bb0b139f5e94ffcf53809e3ee1a80b280d2ad2241530f2aa524fbbd291c1198f0aebeaf3bbd9718
 SHA512 
0b58154a521e41f6275f56198ed8613afaf70b3b793aeed526c00caa74f94dd6191f2358e4678e18add05f6423f472372a1f5cf6ea652197da296ed2a5628ba5
+DIST linux-5.5.2-arch1.i686.config 243261 BLAKE2B 
dc0a7efb9c94af540043db8e559c04bfe2eb493158b0fe7d25984b85ae364cf262cf78ee57f1b1b6c4e9cc51138be15c098268e77f63f158702851352952837b
 SHA512 
29cbf564fc30f9e8030001cae09d2711292d4e2c9c66f96a61a7d1575dd93d86f00d356697f011ff3810c8db95f95ac1fd54d6220c1f9095797891c29a7e2723
+DIST linux-5.5.3.tar.xz 110706004 BLAKE2B 
fee027190fec757fdda70f7ef302914420e99644fac151acd32f2c9e562ccfa866c6702a28db98e6df8947ec161d68165161516bad083f0de8f5b35fe82dab05
 SHA512 
ffc4f5605b6f9278030146d8ed8f1c3341bb588f6a96400ff5466daf0d74e95e94bc47f22308ef917adff3de211385e959de583b91523a1ab1e0e93b4326e3c3
 DIST tinycorelinux-10.1-amd64.qcow2 16842752 BLAKE2B 
e013e76503c335739a9623c0901ca791937a0e6b177854535cadec1e2c2cd2df588283ed3128cf652595f32264fbfe5b3bd3a8c97665fd4da344e308535be366
 SHA512 
c3aeb20ff8769da9211694b7f701907cc7ae7582cdfad2c2fdc008d97ebcbd9dc08245b4e8f8450e1cb304bd705345a11fe79f901a47979fee91443841d55641
 DIST tinycorelinux-10.1-x86.qcow2 14876672 BLAKE2B 
3c760eb7438b13261e52ecfaa33a53649ced95f1ab40aae52134b8cdc31a16d7aa0d6a6dd716e268ed148e9d77a10b7c700b141b61d70c82d271ffe88e8e2a3c
 SHA512 
9964538dc42f232a11949f74b61d46422ea5da3bdc253a217119bd0b8a750c40fd2da0b07157067be9ac0226472614f210a1248114df0d331df390979867a895

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.5.3.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.5.3.ebuild
new file mode 100644
index 000..50511d1437c
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.5.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# 
https://git.archlinux.org/svntogit/packages.git/log/trunk/config?h=packages/linux
+AMD64_CONFIG_VER=5.5.1-arch1
+AMD64_CONFIG_HASH=2e42789fe089b87dfe6763e7d48781b6a0c33b95
+# https://git.archlinux32.org/packages/log/core/linux/config.i686
+I686_CONFIG_VER=5.5.2-arch1
+I686_CONFIG_HASH=06ff2f85b50e8d38c79597e1dae4aee8b501f057
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+src_prepare() {
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   

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

2020-02-12 Thread Sergei Trofimovich
commit: 4eeac70a00aa0f2731f6deae7e698f45acccb2bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 20:32:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 20:32:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeac70a

dev-util/re2c: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/re2c/Manifest|  1 -
 dev-util/re2c/re2c-1.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-util/re2c/Manifest b/dev-util/re2c/Manifest
index f3d7905df1d..874a4ed783a 100644
--- a/dev-util/re2c/Manifest
+++ b/dev-util/re2c/Manifest
@@ -1,4 +1,3 @@
 DIST re2c-1.1.1.tar.gz 5907416 BLAKE2B 
da2544573de0dbca94db8a8e2112de5549ffbbad91bdba187e95c9d8dd36537e099dbc2871b54d62630d91928cdaf384ab069e5e1624f8ff749c2e2743cff766
 SHA512 
a6fe73611103588043748340976f0e6d07169a6546cb80627c0ccd2ceac83f362dbbf371530361d893537fd95deb19503b2c73c41ed40efe7787210d6c757397
 DIST re2c-1.2.1.tar.xz 2059304 BLAKE2B 
b05c41112654cd4c7f15ad70229cde02efc4b04ffc63f964ab69e376964a8a952f2c617859b056998127ca9adfd72f7a16e673dd3134ab8244b14b84e023d510
 SHA512 
c90f45ae435968e950d2340b540269a042201f1f53d7ea067b6d3d9feec063f66559ba970d404d82bfa7b75b9a074328caaa62304d4d876af7c12740d100ef58
-DIST re2c-1.2.tar.xz 2064236 BLAKE2B 
ebc721de4fe1588a3043bb05298324b61214e074154ebc2adff19c6e5a3cc6a94314216a20020e88069d89768c31ae5c3f09b18176cd241d7aa10aa7b2daf183
 SHA512 
d029abc3493a26761eaa911cf73961f5b8ec2e00958c97740e73f568fc72b02b5f56d80e09657a95dcf2e7767f3e5085775bb78f0f5bc472d506682a3a7fc278
 DIST re2c-1.3.tar.xz 1239280 BLAKE2B 
ae2a8fc323408dd31d39c352bd622d89d19178b7993618ea043bbfd32509fb7573d2b5b50663e100d24fc275fa479982cb1f66ed49638edca61f551fb653176d
 SHA512 
c7084ab2399fb6b96cef74c1393715d90830f43b82b96af46feb71ef008c0215381c3dbea0b003ff810d869db6021e28001b9d588ad55c616642244b2da09c0e

diff --git a/dev-util/re2c/re2c-1.2.ebuild b/dev-util/re2c/re2c-1.2.ebuild
deleted file mode 100644
index a21542c2d59..000
--- a/dev-util/re2c/re2c-1.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="tool for generating C-based recognizers from regular expressions"
-HOMEPAGE="http://re2c.org/;
-SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-src_configure() {
-   econf \
-   ac_cv_path_BISON="no" \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r README.md CHANGELOG examples
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: 124593153460d978510a88af8e4486265880018b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 20:32:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 20:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12459315

dev-util/vbindiff: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/vbindiff/Manifest |  1 -
 dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest
index 3bc78218cf5..7decb5d81e5 100644
--- a/dev-util/vbindiff/Manifest
+++ b/dev-util/vbindiff/Manifest
@@ -1,2 +1 @@
-DIST vbindiff-3.0_beta4.tar.gz 121538 BLAKE2B 
2d9d548461497d27eeb26a96135ff0c9e60e069b8bea8f640ae526267bb53d0da3550b8b251cd922b131d1bf499d6c2c0c6353a9e75a94af61256340944afb5a
 SHA512 
6437f107fe58e8343ccd8cb65b3c562d5cb25445fcce284c7ce73fe4a2ed7191100595b9cd0c88d5a630a176f4c4bd374625c97c109a6ee14f1f56ca136d23da
 DIST vbindiff-3.0_beta5.tar.gz 134192 BLAKE2B 
9a7437833fef8db4316fd2c67a781868f6aead5ae47c7abc05683545bb3990950a465b1665ff5bc2e7d298465b3b1a427d6d67b43f59bd7dfb112143c9b52d2f
 SHA512 
e6abd5cb93beffa3bc55455dbfbc98f0effc2a6667c8b9c721792c4a274dfe6f35ef121d27506fc9c951a1decb0e69886775fcf092a5f47fda82ed75ef760a74

diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild 
b/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
deleted file mode 100644
index a1c8216b60f..000
--- a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Visual binary diff utility"
-HOMEPAGE="https://www.cjmweb.net/vbindiff/;
-SRC_URI="https://www.cjmweb.net/vbindiff/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   has_version 'sys-libs/ncurses:0[tinfo(-)]' && \
-   local -x LIBS="${LIBS} -ltinfo"
-   econf $(use_enable debug)
-}



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

2020-02-12 Thread Sergei Trofimovich
commit: 6d2c4b042dcad5191ae02f4e178702be41f8c420
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 20:31:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 20:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2c4b04

net-ftp/proftpd: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/proftpd/Manifest|   3 -
 net-ftp/proftpd/proftpd-1.3.6-r5.ebuild | 276 ---
 net-ftp/proftpd/proftpd-1.3.6-r6.ebuild | 277 
 net-ftp/proftpd/proftpd-1.3.6b.ebuild   | 274 ---
 4 files changed, 830 deletions(-)

diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest
index e14deae14ef..45bd57bbebd 100644
--- a/net-ftp/proftpd/Manifest
+++ b/net-ftp/proftpd/Manifest
@@ -1,8 +1,5 @@
-DIST mod_clamav-0.11rc.tar.gz 5115 BLAKE2B 
1ae03873e263552d9d5b49eb8a3f348165d52c055b5420b6a152c3ca204532436cdaa74d474187c49bb3e647e2e86086a9c59acf7f99108bbbe185e44511
 SHA512 
6d33ee7b1c9c8e3fb0a0014dde90cfb1d37daa0f4914f147bb800a8318bcf0e03c7c6748d84cda36c5e5c7cd11ee8114bad9978362f581f367db54d3563f4636
-DIST mod_gss-1.3.6.tar.gz 117294 BLAKE2B 
ceaf088e15bbb308d9eff3c139de2e14e5525c6300f4feef957da8eb7e23946735c9c5491db33433162b3c1a14e190f53a00b131fc25f31e803212601f166ad9
 SHA512 
a7e2f201bc7706f47f583317899bf4bc6a75d5e284b20a4cd9019020d3427334ada92fa3bbb4e153a2cd68e04f76185472b46ed3d3d168bf52a4c200e70ed8e4
 DIST mod_gss-1.3.9.tar.gz 117158 BLAKE2B 
f957fa465f9a9b06ceb9c190ab60c7f67fdeeef79dce7f51bcfed8dc726cb01a231232c65821ca3a240b77a5019fa22f31b45496c128a06627bd24dc960b566f
 SHA512 
44615983b0f67939b110e54c4a83b3056263bad72ba78de1b16f9f8590f5504c60e679f55484708d49e694c528d4715d9abd0cb75cfe439982ea9e02e0c18891
 DIST mod_vroot-0.9.4.tar.gz 29461 BLAKE2B 
eb4d3f6425ab0a1a61ca607e4655b5f8ff6ea342ca49d49598e7a4c5596382aa2c1d4e8228a1cdcfff324feb92dac80fcc58e35bbb77155069749afdd7cc41fb
 SHA512 
f5de392c9fe39f0a03b0783a7092bbfe17ea6db991f4b4e4a2d8f092f073d27ef2c64dd6484d5665b5abc808c0caba016d4fc3fab3da3810f5ebe5249bb4cbce
-DIST proftpd-1.3.6.tar.gz 20251898 BLAKE2B 
b68bd8bfb6cc970974b7a67cf13d1a543ffbcb3833552ac52e821fb6e901b3996770a31a4059f2c8512ebfc53672dba69491db69cf484133ea28becb82639d8e
 SHA512 
2a3ca76a0c35ba31e9d79f7f652f4f35768262f5039c5dc04ef83ac9218f624645ac6cee445af4ec6a8c59a9bdad1e7b48e0e90cd13934cbe7c3e77a2f6013c0
 DIST proftpd-1.3.6b.tar.gz 20260731 BLAKE2B 
03ef212bcb1bcc53dd6d1dc4472c5565682b1c6b99af737f4ad09c280f1038f0658a8cc9609634e9b4a2a1cb56f76d83278056af0a9d136b957f853615e46cac
 SHA512 
51511f05f481a038fa3826bdf1bdb866423d9f8df48071a8a263347a1ed096a553e66daefcc95dfdfcde503e664ed4140cdbb2a4f95ade8b7aadf2007aa3a671
 DIST proftpd-mod-case-0.7.tar.gz 13184 BLAKE2B 
bf2118d9b8ed97a5b192b92b515d17ac7a0d75e154288e5afb3a1c3d686e635093df9501cc1c9b077f87c14326e31e8b9f751803dfca1eae9643f12333eb633f
 SHA512 
c08d13ef82fec36ae75aa3213dd02e0ce4045904849f422e152f039a9da66a45e4423751074b8bcf8ce347a40ce0e7bde798a85cbadc962fd872aeaa898261fc
 DIST proftpd-mod-diskuse-0.9.tar.gz 18596 BLAKE2B 
38c704c8607f0f93b080e77fe793cfe0125c88acc6f818ecb059c6c21a983e040ff5f2c1b91e34ef4ba2666a808d896018c364d1f12ea38f0c477e79bdaa2120
 SHA512 
d41976bf2810e4b783e775e8c767ca2030c3b5df116219fd31cbbac7feaf9922c315bf4ea092881b0d6cf43f2f4c5dbcae61be3c3a833058d12f962a3024b975

diff --git a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild 
b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
deleted file mode 100644
index ee852b1a261..000
--- a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
+++ /dev/null
@@ -1,276 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib systemd tmpfiles
-
-MOD_CASE="0.7"
-MOD_CLAMAV="0.11rc"
-MOD_DISKUSE="0.9"
-MOD_GSS="1.3.6"
-MOD_MSG="0.4.1"
-MOD_VROOT="0.9.4"
-
-DESCRIPTION="An advanced and very configurable FTP server"
-HOMEPAGE="http://www.proftpd.org/
-   http://www.castaglia.org/proftpd/
-   http://www.thrallingpenguin.com/resources/mod_clamav.htm
-   http://gssmod.sourceforge.net/;
-SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
-   case? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${MOD_CASE}.tar.gz )
-   clamav? ( 
https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-${MOD_CLAMAV}.tar.gz
 )
-   diskuse? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-diskuse-${MOD_DISKUSE}.tar.gz )
-   kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
-   msg? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
-   vroot? ( 
https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> 
mod_vroot-${MOD_VROOT}.tar.gz )"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="acl authfile ban +caps case clamav copy ctrls deflate 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/cool-retro-term/

2020-02-12 Thread Sergei Trofimovich
commit: 86d810d4ea6a26532b1a37f9b71b7a49bee6c285
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 20:31:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 20:32:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d810d4

x11-terms/cool-retro-term: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../cool-retro-term/cool-retro-term-1.1.1.ebuild   | 51 --
 1 file changed, 51 deletions(-)

diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild 
b/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild
deleted file mode 100644
index d1ed07a1048..000
--- a/x11-terms/cool-retro-term/cool-retro-term-1.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils
-
-QTW_PN=qmltermwidget
-QTW_PV=0.2.0
-QTW_P=${QTW_PN}-${QTW_PV}
-
-DESCRIPTION="terminal emulator which mimics the look and feel of the old 
cathode tube screens"
-HOMEPAGE="https://github.com/Swordfish90/cool-retro-term;
-SRC_URI="https://github.com/Swordfish90/cool-retro-term/archive/${PV}.tar.gz 
-> ${P}.tar.gz
-   https://github.com/Swordfish90/qmltermwidget/archive/${QTW_PV}.tar.gz 
-> ${QTW_P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtdeclarative:5[localstorage]
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtquickcontrols:5[widgets]
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   rmdir qmltermwidget || die
-   mv "${WORKDIR}/${QTW_P}" qmltermwidget || die
-}
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-   # default attempts to install directly to /usr
-   emake INSTALL_ROOT="${D}" install
-   doman packaging/debian/cool-retro-term.1
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



  1   2   3   >